I hereby claim:
- I am kanet77 on github.
- I am tomkane (https://keybase.io/tomkane) on keybase.
- I have a public key whose fingerprint is F650 644E 17E0 09F3 6F09 295B 053F D4A6 4651 994E
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
alias ll="ls -lAGF --color" | |
alias l="less" | |
export LESS="-RiMSx4 -FX" | |
alias red="RACK_ENV=development" | |
alias ret="RACK_ENV=test" | |
alias rei="RACK_ENV=integration" # TODO: drop support for integration environment? | |
alias aui="api && date && foreman start -e .env_integration" | |
alias ab="api && bundle" |
class RomanNumerals | |
RN = { | |
1000 => 'M', | |
500 => 'D', | |
100 => 'C', | |
50 => 'L', | |
10 => 'X', | |
5 => 'V', | |
1 => 'I' | |
} |