Archive for May, 2008



Python Imaging Library Download

Friday, May 30th, 2008

The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing

Extracting *.tar.gz files in Windows Download

Friday, May 30th, 2008

This script is meant to be used as a commmand line *.tar.gz file extractor. If it fails, then a usage note is given. It may be small, but it can be very useful for some pe

Mini-commands using subprocess Download

Friday, May 30th, 2008

This script contains a set of template classes which allows to develop custom "mini-command" classes which allow to execute any system command and customize the

BitTorrent Autoseeder Download

Friday, May 30th, 2008

This program autoseeds all torrents in a directory over one single port.

Usefull if you publish torrents a lot.

A quick and dirty Client and Server Socket class Download

Friday, May 30th, 2008

A quick and dirty Client and Server Socket class presents you a client-server model.
Download from:

Colormap Download

Friday, May 30th, 2008

This script contains some functions that when given a magnitude ‘mag’ between cmin and cmax, return a colour tuple (red, green, blue) on a 0 to 255 scale. The tuple can co

JWZ's Threading Algorithm Download

Friday, May 30th, 2008

This script is a Python implementation of Jamie Zawinski’s threading algorithm, which takes a bunch of email messages and groups them into threads.
The module

Collaborative Portal Server (CPS) Download

Friday, May 30th, 2008

Collaborative Portal Server (CPS) is the most complete Open Source platform available for building Enterprise Content Management (ECM) applications.

CPS comes also

Extracting Windows file versions Download

Thursday, May 29th, 2008

This is my attempt at extracting the file version information from .dll, .exe, .ocx files etc. on Windows 2000 (should work with others, but I haven’t tested it), without

Browser-Based Desktop Apps Download

Thursday, May 29th, 2008

Browser-Based Desktop Apps script allows you to create a simple browser-based desktop application. &lo create
The browser is an attractive UI target for an application