I hereby claim:
- I am bds on github.
- I am bds (https://keybase.io/bds) on keybase.
- I have a public key whose fingerprint is F157 0BAD 213C 68E5 5989 5EB0 F101 7FA2 66D5 7F86
To claim this, I am signing this object:
find . -name *spec.rb |xargs grep -l 86400| xargs sed -i '' 's/86400/10/g' |
`say -v? | cut -f1 -d' '`.split("\n").each {|v| `say -v "#{v}" I love you`} |
(rdb:1) begin model.association.find_by(label: field["name"]); rescue => e; puts e.class; end |
I hereby claim:
To claim this, I am signing this object:
mongoid-3.1.6/lib/mongoid/criterion/modifiable.rb |
DISABLE_PRY_RAILS=1 rails console |
set nocompatible " We are using Vim | |
syntax on | |
set colorcolumn=80 | |
set ruler | |
hi StatusLine ctermfg=0 ctermbg=3 cterm=bold " Window highlighting | |
hi StatusLineNC ctermfg=white ctermbg=4 cterm=none | |
hi Folded ctermfg=244 ctermbg=0 cterm=none " Code folding highlight |
# Cult of Vi | |
set -o vi | |
export VISUAL=vim | |
export EDITOR="$VISUAL" | |
# Colors! | |
alias ls='ls -G' | |
# History | |
export HISTFILE=~/.bash_history |
set nocompatible " We are using Vim | |
syntax on | |
" * PLUGINS | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
" let Vundle manage Vundle, required |
#!/usr/bin/env bash | |
for i in {0..255} ; do | |
printf "\x1b[38;5;${i}mcolour${i}\n" | |
done |