Archive for November, 2009

Setting up a remote git repository

Monday, November 23rd, 2009

Here's a great guide for setting up a new remote git repo. Thank you, Tool Man Tim.

PyDev Tutorial

Friday, November 20th, 2009

I found a good tutorial on IBM on doing Python development with Eclipse. It might be a little out of date, but I think only the screens got moved around a little bit. It includes details on how to use ant, which I've recently started using with cruise ...

Awesome Project: Sparkup

Friday, November 20th, 2009

Sparkup is a TextMate and Vim plugin for expanding short CSS style tags into HTML, written by my man Rico Sta Cruz. From the github page: You can write HTML in a CSS-like syntax, and have Sparkup handle the expansion to full HTML code. It is meant to help you write long ...