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 »

Polyreviki: A Key-Value Based Wiki

Polyreviki is wiki system which holds content in key-value pairs rather than in one large chunk. It then manages each revision as a collection of these pairs. By managing the key-value pairs of an entry individually subsequent commits store only the changed values thus eliminating data duplication. If you’re just looking for the source code, skip to the end of this post. Continue reading…

Continue reading » · Rating: · Written on: 12-26-08 · No Comments »