That's me. And this is my webpage.
Contact me at wulczer@wulczer.org
Get my GPG key
All projects have source available.
All projects are distributed under the MIT License.
flvlib is a library for parsing, modifying and verifying FLV files. flvlib is pure Python and you can easily use it in any application that deals with FLV files. It comes with two example applications: a script to index an FLV file, that you can use as a replacement for Flvtool2 and a script to print out all information about an FLV. Using flvlib you can easily write your own scripts doing other kinds of operations on FLV files.
You can download the latest flvlib release 0.1.11 here.
If you prefer packages, you can get:
You can also get the source by running: git clone git://wulczer.org/flvlib.git
SAIO is a Simulated Annealing approach to join optimisation in PostgreSQL. It's currently a module you can LOAD into your database and let it substitute GEQO for large queries.
A Twisted wrapper for asynchronous PostgreSQL connections. Based on the asynchronous features of libpq, the PostgreSQL C library, exposed by psycopg2, a Python driver using libpq.
There is also a Launchpad project.
My patches for psycopg2 are here.
A small project aimed at testing concurrent PostgreSQL sessions behaviour using Twisted and trial.