Programs: 16 | Sebastien Keim homepage
 |
Using introspection to verify Eiffel contracts script shows how you can create a function wraper that verify Eiffel like contracts.
|
07 June 2007, 10:02 GMT Downloads: 367 |
 |
Reloading all modules script allows you to remove all modules from memory before running a test script.
|
07 June 2007, 09:43 GMT Downloads: 390 |
 |
Variant assertion script is Eiffel like loop variant assertion.
|
07 June 2007, 09:43 GMT Downloads: 320 |
 |
Forbidding inheritance script shows how to prevent the use of a class as a base class.
|
07 June 2007, 09:22 GMT Downloads: 354 |
 |
Lazy attributes script shows how to create attributes with 'computed at first use' values.
|
07 June 2007, 09:21 GMT Downloads: 339 |
 |
Scope qualifier for globals script contains the globaliser class that provides a scope qualifier for globals.
|
07 June 2007, 09:12 GMT Downloads: 370 |
 |
Interfaces script deals with the Interface concept in Python.
|
07 June 2007, 09:12 GMT Downloads: 346 |
 |
Options management script has the goal to help the use of classes that need a great number of options in constructor for configuration.
|
07 June 2007, 09:12 GMT Downloads: 326 |
 |
Priority queue script allows specification of the relative order of the data.
|
07 June 2007, 08:37 GMT Downloads: 373 |
 |
Ring buffer script is useful for the storage of log information.
|
07 June 2007, 08:36 GMT Downloads: 1,079 |
 |
Fifo as single linked lists script creates a container, which only allows element insertion and removal.
|
07 June 2007, 08:33 GMT Downloads: 694 |
 |
Directory Iterator script is an iterator that can be used to walk through directories.
|
06 June 2007, 10:29 GMT Downloads: 404 |
 |
Spell checking uses popen2 module to drive the ispell typo checker.
|
04 June 2007, 09:14 GMT Downloads: 283 |
 |
Deciphering Caesar code script shows you how to use letter frequencies analysis to decipher French and English texts.
|
04 June 2007, 09:04 GMT Downloads: 1,433 |
 |
ASCII encoding guess function could be used to check if a string contain only ASCII characters.
|
04 June 2007, 09:02 GMT Downloads: 426 |
 |
Hex dumper script allows yo to do the hexadecimal display of a byte stream.
|
02 June 2007, 10:56 GMT Downloads: 653 |
|