I hereby claim:
- I am Soft on github.
- I am soft (https://keybase.io/soft) on keybase.
- I have a public key whose fingerprint is 1E02 A210 80C0 C4FF 30DD B09E 71FE 86DC CB2F E7AE
To claim this, I am signing this object:
| struct Z {}; | |
| template <typename N> | |
| struct S {}; | |
| template <typename A, typename B> | |
| struct Add {}; | |
| template <typename B> | |
| struct Add<Z, B> { |
| #!/usr/bin/env bash | |
| tmux list-panes | awk ' | |
| BEGIN { | |
| largest_area=0 | |
| largest_id=0 | |
| active_id=0 | |
| } | |
| match($2, /\[([0-9]+)x([0-9]+)\]/, dim) { | |
| area=dim[1]*dim[2] |
| .entry-content, | |
| .entries, | |
| .feeds { | |
| scrollbar-width: thin; | |
| } | |
| .theme-sunset .entry-content, | |
| .theme-sunset .entries, | |
| .theme-sunset .feeds { | |
| scrollbar-color: #F2EEDB #F9F7EE; |
| #!/usr/bin/env python3 | |
| from operator import add | |
| def map_t(fn): | |
| def trans(reducer): | |
| def result(acc, input): | |
| return reducer(acc, fn(input)) |
| CC="clang" | |
| CXX="clang++" | |
| LD="clang" | |
| LDFLAGS="-fsanitize=undefined,address" | |
| CFLAGS="-march=native -O2 -pipe -fsanitize=undefined,address -ggdb" | |
| CXXFLAGS="${CFLAGS}" | |
| LDFLAGS="-fsanitize=undefined,address" | |
| FEATURES="${FEATURES} splitdebug installsources" | |
| USE="debug" |
| /* XPM */ | |
| static char *test_big[] = { | |
| /* columns rows colors chars-per-pixel */ | |
| "64 64 3 1 ", | |
| " c col1", | |
| ". c col2", | |
| "X c col3", | |
| /* pixels */ | |
| "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX....", | |
| "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX....", |
| function browse { | |
| local selection=$(ls -a | tmenu -l $(tput lines)) | |
| if [[ -d "$selection" && "$selection" != "." ]]; then | |
| cd "$selection" | |
| browse "$(pwd)" | |
| elif [[ -f "$selection" ]]; then | |
| xdg-open "$selection" | |
| fi | |
| } |
| @namespace url(http://www.w3.org/1999/xhtml); | |
| @-moz-document domain(getpocket.com) { | |
| #page_reader p { | |
| text-align: justify !important; | |
| text-rendering: optimizelegibility; | |
| -moz-hyphens: auto; | |
| } | |
I hereby claim:
To claim this, I am signing this object: