View export.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Set username and password. | |
# | |
EMAIL = "email@example.com" | |
PASSWORD = "secret123" | |
require "net/http" | |
require "nokogiri" | |
require "json" |
View .vimrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" ignore one line of diff | |
" useful when editing hunks from git add --patch | |
map <leader>i :normal ^r jdd<cr> |
View keybase.md
Keybase proof
I hereby claim:
- I am chrishunt on github.
- I am chrishunt (https://keybase.io/chrishunt) on keybase.
- I have a public key whose fingerprint is 0B2A E5EE C824 BA32 DD5F 90E4 1C73 302A CA43 2EBB
To claim this, I am signing this object:
View config.ru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
run -> (_) { [ 200, { 'Content-Type' => 'text/html', }, ['success'] ] } |
NewerOlder