Arrangement by Henrique Gogó
| Gm7 F#° | A° Gm7 |
| Gm7 A°5+ | Bb46(11) C469 | Gm7 F#° | Bb469 A° (D7) |
rvm install ruby-1.9.3 --with-gcc=clang |
import readline, rlcompleter | |
readline.parse_and_bind("tab: complete") |
git checkout -b BRANCH_NAME origin/BRANCH_NAME |
gem list | cut -d" " -f1 | xargs gem uninstall -aIx |
[alias] | |
lg = log --format='%Cred%h %Creset%s (%Cgreen%an%Creset) - %Cblue%cr' --graph |
var o = { | |
set item (str) { | |
return this.log[this.log.length] = str; | |
}, | |
get item () { | |
if (this.log.length > 0) { | |
return this.log[this.log.length - 1]; | |
} | |
else { | |
return null; |
sudo apt-get --no-install-recommends PACKAGE |
VBoxManage setextradata global GUI/Customizations noMenuBar,noStatusBar |