I hereby claim:
- I am abraverm on github.
- I am abraverm (https://keybase.io/abraverm) on keybase.
- I have a public key ASDYy2XuN1NpOGa1sOENzhoUAQQRo9kgIA90g_RES8Zpiwo
To claim this, I am signing this object:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>RemovableServices</key> | |
| <dict> | |
| <key>com.apple.AEServer</key> | |
| <true/> | |
| <key>com.apple.AppleFileServer</key> | |
| <true/> |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| _rofi () { | |
| rofi -dmenu -i -no-levenshtein-sort -width 1000 "$@" | |
| } | |
| # keybindings | |
| switch_view="Alt+Tab" | |
| new_bookmark="Alt+n" | |
| actions="Alt+a" |
| [Unit] | |
| Description=GCSF | |
| After=network.target | |
| RefuseManualStart=no | |
| RefuseManualStop=no | |
| [Service] | |
| ExecStart=%h/.cargo/bin/gcsf mount %h/GHome -s home | |
| Restart=always | |
| RestartSec=3 |
| endpoint=http://localhost:5820/ | |
| databaseName=ldbcsf03 | |
| queryDir=queries/ | |
| printQueryNames=false | |
| printQueryStrings=false | |
| printQueryResults=false | |
| status=1 | |
| thread_count=4 | |
| name=LDBC-SNB |
| import groovy.json.JsonSlurperClassic | |
| import static groovy.json.JsonOutput.* | |
| @NonCPS | |
| def parseJsonToMap(String json) { | |
| final slurper = new JsonSlurperClassic() | |
| return new HashMap<>(slurper.parseText(json)) | |
| } |
| Verifying my Blockstack ID is secured with the address 1Gqnkm2BgK5e7AhYWMj7GkpuyL4bqRbUmW https://explorer.blockstack.org/address/1Gqnkm2BgK5e7AhYWMj7GkpuyL4bqRbUmW |
| Verifying my Blockstack ID is secured with the address 14xoso9ZyWcdL3bByNEpHaGuiU6coGvgit https://explorer.blockstack.org/address/14xoso9ZyWcdL3bByNEpHaGuiU6coGvgit |
| # /etc/udev/rules.d/95-monitor-hotplug.rules | |
| IMPORT{program}="/usr/bin/xpub", ACTION=="change", SUBSYSTEM=="drm", KERNEL=="card0", RUN+="/bin/su $env{XUSER} -c /home/$env{XUSER}/bin/screen_layout.sh" |
| --- | |
| - name: Install Termite and vte-ng requirements | |
| dnf: | |
| state: present | |
| name: "{{ item }}" | |
| with_items: | |
| - gtk-doc | |
| - glib2-devel | |
| - gcc-c++ | |
| - libtool |