Gravit universal binary released for Mac OS X
 

Gravit released for OS X

A free Gravity Simulator

 
Dark Fighter Released
 

Dark Fighter

Now Available on the App Store

 
TowerDefend is now $0.99!
 

Tower Defend - ON SALE

Price reduced to 0.99 USD!

 

Browsing all articles from July, 2010.

TracRecaptchaPlugin 0.1.0 – A CAPTCHA plugin for Trac

I decided to make a CAPTCHA plugin for Trac called TracRecaptchaPlugin, to stop spammers using the ticket system. There is an existing Trac plugin to fight spammers, but it still lets through many automated spammers. The plugin uses the reCAPTCHA service and is serving me well so far. Here’s how it looks within the template: [...]

Continue reading...

Python Google Chart 0.2.0

I released pygooglechart 0.2.0 this afternoon after several months of patches coming in to add features and fix bugs. The main addition to pygooglechart is automatic data scaling, which is turned on by default. You can also specify the scale range manually: chart = SimpleLineChart(width, height, x_range=(0, 100), y_range=(0, 100)) Other features are the new [...]

Continue reading...