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.
Blog posts:
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.
Blog posts:
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.
Blog posts:
- Still Alive; pyy, mkvdts2ac3, is_awesome, mobile apps, hashtags
- mkvdts2ac3 1.0.0 released!
- mkvdts2ac3 - DTS to AC3 conversion for Matroska
- Major Projects Moved to GitHub
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.
Blog posts:
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:
- Still Alive; pyy, mkvdts2ac3, is_awesome, mobile apps, hashtags
- SMSBarrage Downloads And Version 1.1.3
- Major Projects Moved to GitHub
- SMSBarrage Suspended From Android Market
- SMSBarrage for iPhone is coming
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:
- Still Alive; pyy, mkvdts2ac3, is_awesome, mobile apps, hashtags
- Major Projects Moved to GitHub
- SMSMorse now FREE!
- SMSMorse v0.1.0 - Morse code SMS vibration for Android
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.