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 Read the rest of this entry »

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 Read the rest of this entry »

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 Read the rest of this entry »

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. Read the rest of this entry »

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 Read the rest of this entry »

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 Read the rest of this entry »

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 Read the rest of this entry »

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: Read the rest of this entry »

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 Read the rest of this entry »

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


Download from: Read the rest of this entry »