Uncategorized



File Extractor Download

Sunday, June 15th, 2008

This program is meant to be used to extract *.BMP and *.JPG files from one file that has one or more of these image files stored inside of it. Corruption of the image file is v

Text Compressor Download

Saturday, June 14th, 2008

This script introduces a novel way of compressing text and is meant primarily as an exercise.The procedures work best on standard 7-BIT ASCII and worst on binary encoded data.

Write a file to a WebDAV Server Download

Saturday, June 14th, 2008

This script is an extremely simple example of using httplib to write a file to a WebDAV server. This version does not use any authentication mechanism.

Finduser Download

Saturday, June 14th, 2008

This script finds a windows hostname given the username.
Download from:

f2w Helpdesk Download

Saturday, June 14th, 2008

This is a helpdesk support system based on requests, with a simple web interface. Requests can be classified into categories and assigned a priority. Categories are associ

Kamaelia Download

Friday, June 13th, 2008

Kamaelia is designed as a testbed for network experimentation using a component architecture designed to simplify creation and testing of new protocols for large scale media de

IXSM - IDLE X-Scrollbar Maker Download

Friday, June 13th, 2008

Just as the name suggests, this program creates an X-Scrollbar for IDLE Version 1.0. So now you can scroll horizontally, not just vertically! It comes with Easy-to-Underst

CVS Validator Download

Friday, June 13th, 2008

This script scans a freshly checked out CVS project for binary files that have not been checked-in correctly and, as a result, may be corrupt.

HTML to text converter Download

Friday, June 13th, 2008

This is a complete program that reads a html document and converts it to plain ASCII text. In the spirit of minimalism, this operates as a standard unix filter: htmltotext <

Load data in browser without using temp files Download

Friday, June 13th, 2008

This script displays the html files in the default web browser without creating a temp file. It instantiates a trivial http server and calls webbrowser.open with a UR