April 2011
5 posts
4 tags
Springloops V2 is live! →
Springloops delivered an absolutely awesome upgrade to their service. Best of all it now offers private GIT hosting. It’s definitely worth signing up for one of their reasonably priced plans.
iPhoneTracker →
This open-source application maps the information that your iPhone is recording about your movements. It doesn’t record anything itself, it only displays files that are already hidden on your computer.
3 tags
More often then I’d like to admit I need to strip an entire project of it’s SVN folders and files. Instead of going in each folder individually, I use this useful terminal command.
cd /some/of/your/folders/
rm -rf `find . -type d -name .svn`
3 tags
4 tags