I hereby claim:
- I am Olical on github.
- I am olical (https://keybase.io/olical) on keybase.
- I have a public key whose fingerprint is 49C8 0268 B0BB 6A31 68D0 0A6A 4C91 B3E1 0582 F410
To claim this, I am signing this object:
| function rvm --description='Ruby enVironment Manager' | |
| # run RVM and capture the resulting environment | |
| set --local env_file (mktemp -t rvm.fish.XXXXXXXXXX) | |
| bash -c 'source ~/.rvm/scripts/rvm; rvm "$@"; status=$?; env > "$0"; exit $status' $env_file $argv > /dev/null 2>&1 | |
| # apply rvm_* and *PATH variables from the captured environment | |
| and grep '^rvm\|^[^=]*PATH\|^GEM_HOME' $env_file | grep -v '_clr=' | sed '/^[^=]*PATH/s/:/" "/g; s/^/set -xg /; s/=/ "/; s/$/" ;/; s/(//; s/)//' | source | |
| # needed under fish >= 2.2.0 | |
| and set -xg GEM_PATH (echo $GEM_PATH | sed 's/ /:/g') |
| #lang typed/racket | |
| (: fib (-> Number Number)) | |
| (define (fib n) | |
| (fib-iter 0 1 n)) | |
| (: fib-iter (-> Number Number Number Number)) | |
| (define (fib-iter a b n) | |
| (if (= n 0) a | |
| (fib-iter b (+ a b) (- n 1)))) |
| // optimised map | |
| cl_radar_always_centered "0" | |
| cl_radar_scale "0.3" | |
| cl_hud_radar_scale "1.15" | |
| cl_radar_icon_scale_min "1" | |
| cl_radar_rotate "1" | |
| cl_radar_square_with_scoreboard "1" | |
| // 128 tick optimisation commands |
I hereby claim:
To claim this, I am signing this object:
| // @flow | |
| type Person = { | |
| name: string, | |
| age: number | |
| } | |
| function getPeople (): Promise<Array<Person>> { | |
| const people: Array<Person> = [ | |
| {name: 'Foo', age: 21}, |
| // a few commands and binds that might help your gameplay | |
| // radar size commands | |
| cl_radar_scale 3.5 // allows visibility of entire minimap | |
| cl_radar_always_centered 0 // allows visibility when stood to one side of map | |
| cl_radar_rotate 0 // freezes map orientation | |
| cl_radar_icon_scale_min 0.6 // changes size of icons relative to map | |
| // 128 tick optimisation commands |
| [ | |
| { | |
| "url": "https://api.github.com/gists/00d4a0b67e6ed50e3212", | |
| "forks_url": "https://api.github.com/gists/00d4a0b67e6ed50e3212/forks", | |
| "commits_url": "https://api.github.com/gists/00d4a0b67e6ed50e3212/commits", | |
| "id": "00d4a0b67e6ed50e3212", | |
| "git_pull_url": "https://gist.github.com/00d4a0b67e6ed50e3212.git", | |
| "git_push_url": "https://gist.github.com/00d4a0b67e6ed50e3212.git", | |
| "html_url": "https://gist.github.com/00d4a0b67e6ed50e3212", | |
| "files": { |
| { | |
| "statuses": [ | |
| { | |
| "coordinates": null, | |
| "favorited": false, | |
| "truncated": false, | |
| "created_at": "Mon Sep 24 03:35:21 +0000 2012", | |
| "id_str": "250075927172759552", | |
| "entities": { | |
| "urls": [ |
| Stats for default/ | |
| Tracked requests: 55,086 | |
| Average Time: 2.32 | |
| Average PHP Time: 0.57 | |
| Average WG Time: 1.75 | |
| Average WG Bytes: 16,934.59 | |
| Average WG Calls: 2.25 | |
| (View All Controller Stats) | |
| Performance Data |
| Section "InputClass" | |
| Identifier "touchpad" | |
| Driver "synaptics" | |
| MatchIsTouchpad "on" | |
| Option "TapButton1" "1" | |
| Option "TapButton2" "3" | |
| Option "TapButton3" "2" | |
| Option "VertEdgeScroll" "on" | |
| Option "VertTwoFingerScroll" "on" | |
| Option "HorizEdgeScroll" "on" |