Archive for May, 2008



Finding (and Replacing) Nemo Download

Thursday, May 29th, 2008

On each keystroke, all matches of the given text are highlighted, and the corresponding replacements are performed. Parts of the regular expression can be selected to make thei

Plone Drop Down Menu Download

Thursday, May 29th, 2008

Plone Drop Down Menu product allows managing multilevel drop down menus in Plone.

Drop down menu implemented by qPloneDropDownMenu Plone product is search engine f

wxParser Download

Thursday, May 29th, 2008

wxParser allows you to parse documents with regular expression to the tree and edit them or replace some of the data, powered by your own python code.

Python is ver

Registry Wrapper Download

Thursday, May 29th, 2008

This script provides "Registry", a Windows registry wrapper class that makes it easy to work with the Windows registry.

The class works with an inner

Reduce generator Download

Thursday, May 29th, 2008

In this script the builtin function reduce is generalized to a Python 2.5 style generator called greduce. The generator never stops and can be used to create an infinite s

Karrigell Download

Thursday, May 29th, 2008

Karrigell is a flexible Python web framework, with a clear and intuitive syntax. It is independant from any database, ORM or templating engine, and lets the programmer choose b

A Python script to test download mirrors Download

Thursday, May 29th, 2008

The concept of the script is straightforward: read the mirrors page from RedHat’s web site, make a list of all the mirrors, test how long it takes to download from each, and pr

Clean implementation for Ordered Dictionary Download

Thursday, May 29th, 2008

This script allows you to record the order in which items are added. This implementation uses much less code than the others by extending not well-known class DictMixin.

Zope Download

Wednesday, May 28th, 2008

Zope is an open source application server for building content management systems, intranets, portals, and custom applications.

The Zope community consists of hund

Templates Download

Wednesday, May 28th, 2008

The template file (html text) can have variables, page labels and paragraph labels. Recursive substitution of the variables are possible but not supported in this version.