Frontend Development
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
# Set variables in .bashrc file | |
# don't forget to change your path correctly! | |
export GOPATH=$HOME/golang | |
export GOROOT=/usr/local/opt/go/libexec | |
export PATH=$PATH:$GOPATH/bin | |
export PATH=$PATH:$GOROOT/bin |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
⌘T | go to file |
⌘⌃P | go to project |
⌘R | go to methods |
⌃G | go to line |
⌘KB | toggle side bar |
⌘⇧P | command prompt |
• and - use to denote && inclusive of a particular condition • del - delete a value • from - tells python what and where to look for functions • not - exclusive to a particular value, as in "luke, you are NOT my father" • while - run until the condition is no longer true • as - ??? • elif - else if, a serrogate of the if statement
#Pandas Tut
3 out of the last 5 years psprs is under performance. FY2012 -.32%
Market, write down in real estate, opportunity cost in moving funds
psprs plan will be around 58% in the next actuarial valuation
employer costs are going higher; picture isn't pretty.
bad, bad news.
These commands are good as of 08/12/2012.
The command line tools are approximately 171mb and everything you need w/ Free Apple ID. Or you can download the entire Xcode app.
Really the nicest choice for a terminal on OSX right now, especially with Lion style full screen support.
export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/X11/bin | |
export NODE_PATH=/usr/local/lib/node_modules | |
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting | |
[[ -s "/Users/michaelmartinez/.rvm/scripts/rvm" ]] && source "/Users/michaelmartinez/.rvm/scripts/rvm" |