I hereby claim:
- I am Ketouem on github.
- I am ketouem (https://keybase.io/ketouem) on keybase.
- I have a public key whose fingerprint is 1110 C301 7FDA B877 FADE 9D1A 9EF1 9D13 7306 65C7
To claim this, I am signing this object:
| apm list --installed --bare | |
| [email protected] | |
| [email protected] | |
| [email protected] | |
| [email protected] | |
| [email protected] | |
| [email protected] | |
| [email protected] | |
| [email protected] | |
| [email protected] |
I hereby claim:
To claim this, I am signing this object:
| for file in */ ; do | |
| if [[ -d "$file" && ! -L "$file" ]]; then | |
| echo "$file is a directory, launching git commands."; | |
| cd $file && git checkout master && git reset HEAD --hard && git pull --rebase --prune; | |
| cd ..; | |
| fi; | |
| done |
| #!/usr/bin/python2.7 | |
| import subprocess | |
| print 'Content-type: text/html' | |
| print '' | |
| print '<html>' | |
| print '<head>' |
| function ryaml { | |
| ruby -ryaml -e 'puts ARGV[1..-1].inject(YAML.load(File.read(ARGV[0]))) {|acc, key| acc[key] }' "$@" | |
| } |
| # OSX brew install moreutils | |
| # Ubuntu apt-get install moreutils | |
| <command> | ts '[%Y-%m-%d %H:%M:%S]' |
| "settings": | |
| { | |
| "python_interpreter": "<path to python interpreter>", | |
| "test_command": "<path to python interpreter> -m nose --nocapture" | |
| } |