Skip to content

Instantly share code, notes, and snippets.

View adamnengland's full-sized avatar

Adam England adamnengland

View GitHub Profile
@adamnengland
adamnengland / KillPlay.sh
Created March 20, 2012 21:30
Kill Play when it starts throwing PermGen
pid=`ps -eo pid,args | grep play | \
grep -v grep | cut -c1-6`
kill $pid
@adamnengland
adamnengland / gist:1962699
Created March 3, 2012 00:06
Using Textmate for Play/Coffee/LESS development
Install Textmate - http://macromates.com/
Install Play bundle (it is included in the play framework zip, under support/textmate)
Install Less bundle: https://github.com/appden/less.tmbundle (Just download the zip, unzip, and double click on Commands/Save to CSS.tmCommand && Syntaxes/LESS.tmLanguage)
Install Coffee bundle: https://github.com/jashkenas/coffee-script-tmbundle (instructions on page)
Install coffeescript & less compilers to allow compilation from Textmate.
I chose to use npm, you could do it differently.
Installing coffee via npm: http://coffeescriptcafe.com/blog/your-mac-osx-coffeescript-development-environment/
Install Less: npm install less -g
@adamnengland
adamnengland / about.md
Created August 9, 2011 18:06 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer