Programming

pyy

A set of libraries enabling rapid development of web technologies in python

pyy-html library for creating, parsing, manipulating, and validating HTML pages of all types with the use of objects. This allows you to tightly integrate HTML generation into your backend without the need of using an intermediate templating language.

pyy-web is a collection of classes representing HTTP requests and responses, browser detection, and a set of parsers for common web formats (URL, MIME, and HTTP headers)

pyy-httpserver is an experemental lightweight, asynchronous HTTP/1.1 server using stackless python.

View GitHub project »

Blog posts:


polyreviki

Polyreviki

A multiple key/value revision control system.

Unlike a normal wiki which manages revisions of one large chunk of text, Polyreviki manages keys and values similarly to the Python dictionary. By using derivative classes you can have multiple systems using the Polyreviki structure in the same database table. Unlike a normal wiki, commits store only changed values thus eliminating redundancy in the database.

View GitHub project »

Blog posts:


mkvdts2ac3

mkvdts2ac3

Converts DTS audio to AC3 within a matroska file.

This bash script will add an AC3 audio track to your MKV’s which contains a DTS track. By retaining the DTS track rather than stripping it, we allow for future DTS decoding but give the NMT/Popcorn Hour an audio stream it currently knows how to decode.

View GitHub project »

Blog posts:


PyCache

PyCache

A simple caching mechanism written in Python.

Very rudimentary key/value caching mechanism which can interface with any storage backend. Included are Sqlite and MySQL backends but new sources can be used by simply providing a class derived from the main storage class.

View GitHub Project »

Blog posts:


SMSBarrage

SMSBarrage

An application for mobile devices which allows users to send massive repeated messages to a mobile number.

Builds are developed for jailbroken iPhones, Android, BlackBerry, and Windows Mobile.

Note: This program was not developed for illegal uses such as spamming contacts!

View GitHub project »
View downloads »

Blog posts:


SMSMorse

SMSMorse

Background process which vibrates your device in morse code for incoming SMS messages.

Developed for the Android platform this service will let you “read” incoming SMS messages without removing the device from your pocket (provded you know morse code).

View in Android Market »
View GitHub project »

Blog posts:


AeroSync

AeroSync

Unified media and device synchronization platform.

By managing multiple sources in a wide range of formats, AeroSync allows you to synchronize multiple devices easily. Formats are stored in the highest quality format possible and then encoded or transcoded as per the device’s compatibility.

Comments are closed.