Programs: 15 | Simon Wittber homepage
 |
Iterate Over Regions in a 2D Range script allows you to iterate an image over a 2D range in 2D increments.
|
14 June 2007, 06:50 GMT Downloads: 297 |
 |
Automatic argument type conversion script is a decorator that can be used to cast argument types automatically.
|
07 June 2007, 12:10 GMT Downloads: 573 |
 |
A ThunkSpace for Python script is just an experiment using closures and descriptors to try and change python function call syntax.
|
07 June 2007, 09:58 GMT Downloads: 476 |
 |
Transactionable Objects class allows sub-classes to commit changes to an instance to a history, and rollback to previous states.
|
07 June 2007, 09:09 GMT Downloads: 455 |
 |
Sinus Plasma script performs an old-school demo effect, using sine wave interference patterns.
|
07 June 2007, 09:02 GMT Downloads: 449 |
 |
A class keeps a reference to it's instance script implements a base class, which allows derived classes to track instances in self.__instances__.
|
07 June 2007, 08:48 GMT Downloads: 447 |
 |
Call a function/method X times per second script is a generator function used to call a function X times per second.
|
07 June 2007, 08:44 GMT Downloads: 457 |
 |
A lazy, memoized attribute space class allows a function to be evaluated only when needed, and the return value cached.
|
07 June 2007, 08:38 GMT Downloads: 541 |
 |
Memoize Decorator with Timeout script will only cache results for a period of time, as compared to other memoize decorators.
|
07 June 2007, 08:09 GMT Downloads: 423 |
 |
Import modules from a remote server script describes a method by which modules can be fetched from a remote server and compiled into bytecode modules.
|
30 May 2007, 10:23 GMT Downloads: 486 |
 |
Pack multiple images into one image script packs images of different sizes into one image.
|
25 May 2007, 08:34 GMT Downloads: 479 |
 |
Pivot/Crosstab/Denormalization of Normalized List script shows you a function that creates a cross-tab or pivot table from a normalised input table.
|
18 May 2007, 10:30 GMT Downloads: 2,041 |
 |
A speed limited, or governed range class implements a generator, which returns consecutive floats.
|
02 March 2007, 10:50 GMT Downloads: 466 |
 |
A List of Dictionaries class emulates a list of dictionary objects without the memory and pickle storage overhead.
|
02 March 2007, 10:27 GMT Downloads: 490 |
 |
A queue for string data class takes care of the list.append and .join mess, which is needed for fast string concatenation.
|
02 March 2007, 10:24 GMT Downloads: 585 |
|