Server Management



Simple XML RPC server over HTTPS Download

Thursday, June 5th, 2008

Simple XML RPC server over HTTPS script demonstrates how to write an XMLRCP server that uses https for transporting XML data.

Import modules from a remote server Download

Tuesday, June 3rd, 2008

Storing modules in a central location, which are used by remote, seperate clients has obvious benefits. This script describes a method by which modules can be fetched from a re

NewsDeliver Download

Tuesday, June 3rd, 2008

NewsDeliver is a simple but customizable nntp to email gateway written in Python.

When invoked (usually by a cron job), it checks for new messages on newsgroups th

Stoppable HTTP server Download

Monday, June 2nd, 2008

Starting a SimpleHTTPServer instance in a separate thread makes it run forever. To solve this problem the server is augmented with a QUIT command. If sent it makes the server s

FontTools-TTX Download

Saturday, May 31st, 2008

TTX is a tool to convert OpenType and TrueType fonts to and from XML.

FontTools is a library for manipulating fonts, written in Python.

It supports Tr

RICHVALUE Download

Sunday, May 25th, 2008

While evolving code, there is often a need to enrich an existing simple return scheme of a function by extra/optional return values.

Using (variable lenght) return

Remotely exit a XMLRPC Server cleanly Download

Saturday, May 24th, 2008

This script shows how to enable a SimpleXMLRPCServer to be cleanly killed (exited) by a client.

Union Find data structure Download

Saturday, May 24th, 2008

This script implements the Union Find data structure and algorithm. This data structure allows one to find out which set an object belongs to, as well as join two sets. T

Cataloging IPTC keywords to digital photos Download

Saturday, May 24th, 2008

This script helps you to manage your digital photos by filing them in a directory based on the EXIF date and applying keywords and by-line information to the IPT

Calculate the distance matrix Download

Thursday, May 22nd, 2008

This script presents you three ways to calculate a distance matrix out of a list of n-dimensional points using scipy.