Author Archive



Simple session handling example Download

Friday, June 27th, 2008

This script is a very simple session handling example that uses plain Python CGI (tested only under Python 2.2+). Its goal is to show how cookies are set via HTTP and how easil

Table splitter Download

Friday, June 27th, 2008

Given a string containing a textual table, this script splits it  into a list of lists, according to the position of the most frequent word beginnings (or according t

Pagecast Download

Friday, June 27th, 2008

Pagecast makes it easy to submit lists of URLs — Uniform Resource Locators,  to Internet search engines.

It also has some more advanced features such as the

FSlint Download

Friday, June 27th, 2008

FSlint is a utility to find and clean various forms of lint on a filesystem. One form of lint it finds for example is duplicate files. It has both GUI and command line modes.

Simple Color Chooser Download

Thursday, June 26th, 2008

This script uses the tkColorChooser libary to present the user with a colour selection dialog, then displays the RGB and hexadecimal values for that colour.

It can

Safe Eval Download

Thursday, June 26th, 2008

This script evaluates constant expressions, including list, dict and tuple using the abstract syntax tree created by compiler.parse. Since compiler does the work, handling arbi

Download a file via Trivial File Transfer Protocol Download

Thursday, June 26th, 2008

The tftpy library provides simple classes for TFTP clients and servers alike. This script is as simple as installing this library, instantiating a TftpClient object, and i

Bannerfish Download

Thursday, June 26th, 2008

Bannerfish is a GPL web banner ad server written with Twisted.  It’s intended for small sites that don’t need too many features.

Bannerfish features include:

Vorras Mailer Download

Thursday, June 26th, 2008

Vorras Mailer enables webmasters to offer web-based email to their visitors. Similar to Hotmail™ or Yahoo!Mail™, Vorras Mailer supports multiple users, and new user

Console ProgressBar Download

Thursday, June 26th, 2008

Console Progress Bar script is a theme-able" progressbar-class for console.
Download from: