System.getProperty("line.separator");
(Source: stackoverflow.com)
System.getProperty("line.separator");
(Source: stackoverflow.com)
Setting up Django Development in Eclipse with Code Complete and Graphical Debugging
(Source: vimeo.com)
Some Romanian MPs want to change the law to allow them to cut down forests across Romania for, well it’s obvious, money.
The full story (in Romanian) is here.
So, if you wish to tell the MPs what your opinion about this is, you can find their e-mail addresses here.
Recently I had to update my $PATH variable in order to put “/usr/local/bin” before “/usr/bin”, as indicated by Homebrew doctor.
In order to do this on Mac OS X (Lion+):
# Setting PATH for Homebrew
PATH="/usr/local/bin:${PATH}:/usr/local/sbin"
export PATH (Source: jokru.org)
Here are a few points I’ve used to familiarise myself, fairly quick, with how to choose a badminton racket, for beginners:
N.B. The rackets should be no more than 680mm in length and 230mm in width.
Sources:
http://www.badminton-information.com/badminton_rackets.html
http://www.prospeed.com.my/choosing_racquets.html
http://www.pdhsports.com/buying-guides/badminton-buying-guides/bg1445.aspx
sudo /Developer/Library/uninstall-devtools —mode=all
(Source: macdevelopertips.com)