> ctypes is an advanced ffi (Foreign Function Interface) package for
> Python 2.3 and higher.
>
> ctypes allows to call functions exposed from dlls/shared libraries and
> has extensive facilities to create, access and manipulate simple and
> complicated C data types in Python - in other words: wrap libraries in
> pure Python. It is even possible to implement C callback functions in
> pure Python.
ok alek@
The Spreadsheet::WriteExcel module can be used to create a cross-platform
Excel binary file. Multiple worksheets can be added to a workbook and
formatting can be applied to cells. Text, numbers, formulas, hyperlinks and
images can be written to the cells.
submitted by Alexey E. Suslikov <cruel at texnika.com.ua>
GNU cflow analyzes a collection of C source files and prints a graph,
charting control flow within the program.
submitted by Louis Bertrand <louis at bertrandtech.ca>
ok naddy@
--
cvs20hg converts a locally available CVS repository into a Mercurial
repository, with individual CVS commits collated into changesets.
It can be run incrementally to maintain a Mercurial version of a
CVS-based project.
(for example, http://hg.recoil.org/openbsd.hg)
WML is a free and extensible Webdesigner's off-line HTML generation
toolkit. It consists of a control frontend driving up to nine backends
in a sequential pass-oriented filtering scheme. Each backend provides
one particular core language. For maximum power WML additionally ships
with a well-suited set of include files which provide higher-level
features built on top of the backend core languages. While not trivial
and idiot proof WML provides most of the core features real hackers
always wanted for HTML generation.
Lots of testing and feedback from steven@. Thanks!