Sound



CD flaw checker Download

Sunday, June 22nd, 2008

CD flaw checker script reads every file on a CD to check if there are any read errors.
Download from:

Transmitting exceptions through XML-RPC Download

Friday, June 20th, 2008

Python’s xmlrpclib only raises the xmlrpclib.Fault exception, but it can be convenient to allow more different kinds of exceptions to be raised. This script provides a cus

Helement Download

Friday, June 20th, 2008

This script is a HTML-element tree declaration that emits nice HTML.

This is a straight-forward, free and fast HTML generator. No validation is done, so you c

IPv6 Multicast Download

Tuesday, June 17th, 2008

IPv6 can be tricky in many ways, and multicast makes it even more fun. This script is intended to give you a working implementation to start from.

PyMedia Download

Tuesday, June 17th, 2008

PyMedia is a Python module for wav, mp3, ogg, avi, divx, dvd, cdda etc files manipulations. It allows you to parse, demutiplex, multiplex, decode and encode all supported forma

id3rename Download

Thursday, June 12th, 2008

id3rename script creates an ID3 tag by parsing the name of the file. It is really usefull when your ripper forgets to tag the file properly.

You specify the name l

Generate thumbnail image Download

Monday, June 9th, 2008

Generate thumbnail image script allows you to generate thumbnail images.
Download from:

Range minima and least common ancestors Download

Saturday, June 7th, 2008

This script implements data structures for solving the following two problems:

Range minimization: given an array X of data, quickly find min(X[i:j]

Txt2tags Download

Thursday, June 5th, 2008

Txt2tags is a document generator. It reads a text file with minimal markup as **bold** and //italic// and converts it to the following formats: HTML, XHTML, SGML, LaTeX, Lout,

id3lib Download

Wednesday, June 4th, 2008

id3lib is an open-source, cross-platform software development library for reading, writing, and manipulating ID3v1 and ID3v2 tags.

It is an on-going project whose