Simple XML RPC server over HTTPS Download
Thursday, June 5th, 2008Simple XML RPC server over HTTPS script demonstrates how to write an XMLRCP server that uses https for transporting XML data.
Simple XML RPC server over HTTPS script demonstrates how to write an XMLRCP server that uses https for transporting XML data.
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 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
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
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
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
This script shows how to enable a SimpleXMLRPCServer to be cleanly killed (exited) by a client.
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
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
This script presents you three ways to calculate a distance matrix out of a list of n-dimensional points using scipy.