I hereby claim:
- I am alerque on github.
- I am alerque (https://keybase.io/alerque) on keybase.
- I have a public key whose fingerprint is 9F37 7DDB 6D31 53A4 8EB3 EB1E 63CC 4964 7526 7693
To claim this, I am signing this object:
| [{x:0.4,c:"#373737",t:"#ffffff",g:true,f:1,w:0.5,h:0.6},"\n\n\n\n\n\nEsc",{x:0.09999999999999998,w:0.5,h:0.6},"\n\n\n\n\n\nF1",{x:0.10000000000000009,w:0.5,h:0.6},"\n\n\n\n\n\nF2",{x:0.10000000000000009,w:0.5,h:0.6},"\n\n\n\n\n\nF3",{x:0.09999999999999964,w:0.5,h:0.6},"\n\n\n\n\n\nF4",{x:0.10000000000000009,w:0.5,h:0.6},"\n\n\n\n\n\nF5",{x:0.10000000000000009,w:0.5,h:0.6},"\n\n\n\n\n\nF6",{x:0.09999999999999964,w:0.5,h:0.6},"\n\n\n\n\n\nF7",{x:0.10000000000000053,w:0.5,h:0.6},"\n\n\n\n\n\nF8",{x:6.55,w:0.5,h:0.6},"\n\n\n\n\n\nF9",{x:0.09999999999999964,w:0.5,h:0.6},"\n\n\n\n\n\nF10",{x:0.09999999999999964,w:0.5,h:0.6},"\n\n\n\n\n\nF11",{x:0.10000000000000142,w:0.5,h:0.6},"\n\n\n\n\n\nF12",{x:0.09999999999999964,w:0.5,h:0.6},"\n\n\n\n\n\nSys<br>Req",{x:0.09999999999999964,w:0.5,h:0.6},"\n\n\n\n\n\nScrl<br>Lck",{x:0.10000000000000142,w:0.5,h:0.6},"\n\n\n\n\n\nBreak",{x:0.09999999999999787,w:0.5,h:0.6},"\n\n\n\n\n\nKeypad",{x:0.10000000000000142,w:0.5,h:0.6},"\n\n\n\n\n\nProgram"], | |
| [{y:-0.25,x:2.25,f:3},"{\n5"," |
I hereby claim:
To claim this, I am signing this object:
| find ./ -iname '*.css' -not -iname '*.min.css' \ | |
| -execdir csstidy {} --silent=true --template=~/scratch/csstidy.tpl --compress_colors=true --compress_font-weight=false --discard_invalid_properties=false --preserve_css=true --remove_bslash=true --sort_properties=true --sort_selectors=true --timestamp=false --merge_selectors=0 --case_properties=1 --optimise_shorthands=0 {} \; \ | |
| -execdir sed '/{$/s/\(\s*\)\([^,]\+\),/\1\2,\n\1/g' -i {} \; \ | |
| -execdir sed '/^@media/s/\(min\|max\)-width\s*\([^ ]\+\)/(\1-width:\2)/' -i {} \; \ | |
| -execdir sed "/src:/s/format(\([^')]\+\))/format(\'\1\')/g" -i {} \; \ | |
| -execdir sed 's/-\(webkit\|moz\|ms\)-\(transition\): 0 / -\1-\2: -\1-transform /g' -i {} \; \ | |
| -execdir vim +StripWhitespace +x {} \; |
| // ==UserScript== | |
| // @name Highlight On Hold, Closed and Duplicate questions | |
| // @namespace http://alerque.com | |
| // @version 0.1 | |
| // @description Gives questions that have the brakes on a serious stand out background for easy review | |
| // @match http://*.stackexchange.com/questions* | |
| // @match http://*.stackexchange.com/ | |
| // @copyright 2014+, Caleb Maclennan | |
| // ==/UserScript== |
| #!/bin/zsh | |
| git rev-list --all| | |
| while read sha; do | |
| let total=0 | |
| git diff-tree -r -c -M -C --no-commit-id $sha | | |
| cut -d' ' -f3 | | |
| while read blob; do | |
| case $blob in | |
| 0000000000000000000000000000000000000000) |
| #!/bin/zsh | |
| # Fail the hook if anything isn't 100% copacetic | |
| set -e | |
| # If anything goes wrong, try to show what and clean up after ourselves | |
| function show_log () { | |
| cat $tmpfile | | |
| grep -v 'ignoring out-of-zone data' | | |
| grep -v 'loaded serial' | |
| // ==UserScript== | |
| // @name AutoReviewComments | |
| // @namespace benjol | |
| // @version 1.3.1 | |
| // @description Add pro-forma comments dialog for reviewing (pre-flag) | |
| // @grant none | |
| // @include http*://*stackoverflow.com/questions* | |
| // @include http*://*stackoverflow.com/review* | |
| // @include http*://*stackoverflow.com/admin/dashboard* | |
| // @include http*://*stackoverflow.com/tools* |
| // ==UserScript== | |
| // @name AutoReviewComments | |
| // @namespace benjol | |
| // @version 1.3.0izzy2 | |
| // @description Add pro-forma comments dialog for reviewing (pre-flag) | |
| // @grant none | |
| // @include http://*stackoverflow.com/questions* | |
| // @include http://*stackoverflow.com/review* | |
| // @include http://*stackoverflow.com/admin/dashboard* | |
| // @include http://*stackoverflow.com/tools* |
| **Warning: bombshell to follow!** | |
| I want to see this site be about the field of hermeneutics, not a place where that field is exercised. Frankly either my initial impression | |
| **I propose a radically narrower scope than what we have become.** |
| :version 6 | |
| colorscheme ps_color | |
| if &term == "screen" | |
| "set t_kb= | |
| "fixdel | |
| endif | |
| set enc=utf8 |