Skip to content

Instantly share code, notes, and snippets.

View foobarrio's full-sized avatar

David Wu Spencer foobarrio

View GitHub Profile
a-scrip.org
acnenomor.com
allaskme.com
android.bigresource.com
androiddev.orkitra.com
answerhub.com
Arrayshift.com
ask-coder.com
ask.webatall.com
ASKBOT.com

Developer Cheat Sheets

This are my cheat sheets that I have compiled over the years. Tired of searching Google for the same things, I started adding the information here. As time went on, this list has grown. I use this almost everyday and this Gist is the first bookmark on my list for quick and easy access.

I recommend that you compile your own list of cheat sheets as typing out the commands has been super helpful in allowing me to retain the information longer.

OS X Preferences


#Disable window animations
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false

#Enable repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false