Google account suspended: A post mortem
August 7th, 2009
A few weeks back, I had my Google account disabled. If you're anything like me, your first reaction is a lackadaisical, "That sucks." Then the realization of what that really ...
A few weeks back, I had my Google account disabled. If you're anything like me, your first reaction is a lackadaisical, "That sucks." Then the realization of what that really ...
Here's a handy bash shortcut for automatically checking out a google-code project. # SVN ALIASES export GOOGLE_CODE_CHECKOUTS="$HOME/Code/trunks" gcco () { svn checkout http://$@.googlecode.com/svn/trunk/ $GOOGLE_CODE_CHECKOUTS/$@ } Update: You should use $HOME ...