Major Projects Moved to GitHub

The following projects have been moved to git repositories at GitHub to facilitate better contribution:

  • mkvdts2ac3 – Bash script for converting DTS to AC3 audio inside Matroska (MKV) files.
  • Polyreviki – Multiple key-value pair storage system for Python with revision control.
  • PyCache – Rudimentary caching mechanism written in Python (PHPCache port).
  • SMSBarrage – Mobile application which allows mass, repeated SMS messaging to numbers for Android, iPhone, BlackBerry, and Windows Mobile platforms.
  • SMSMorse – Android service which vibrates incoming SMS messages in Morse code.
  • SMSPoll – Android utility which allows you to conduct multiple polls via SMS and visualize their responses.

Continue reading…

Continue reading » · Rating: · Written on: 03-30-09 · 1 Comment »

PyCache, a Python port of PHPCache

If you write web pages in Python and find your complex database queries are slowing down you page load times then you might want to consider a caching solution. While most advanced frameworks (like Django) provide their own internal caching solution, basic frameworks and barebone sites are left to dry. Continue reading…

Continue reading » · Rating: · Written on: 02-05-09 · No Comments »