Clint is a testbed for static source-code checking techniques. It is currently designed to check C++ for common programmer errors and suggest improvements.
The aim is to develop a framework to translate UIML (User Interface Markup Language) description of UI into a number of plaforms (wxPython, HTML, etc.).
Dynamic and "static" (into a program) rendering implied.
Chasm is a language using assembler meat with C style bone. It provide
the C style flow control statement to make assembler code easier to write
and easier to maintain. All the register/memory modify code is
in the assembler, give the programmer the de
The Snake Skin Bean Breaker converts Python syntax into readable Java syntax. With a high potential of runtime or compile-time deviances, the resultant code is assumed to be broken.. Works well for porting Jython Swing prototypes.
Python bindings for Sablotron (a XSLT library available from www.gingerall.com)
PySablot provides a simple API for in-memory XSLT transformations or
file-2-file transformation.
A simple perl (or python) CGI that exports the MainLine of a CVS repository as a website. In use since 1998, recently added Subversion support to help migrate away from CVS.
Advanced directory compare tool in Python. With a user-friendly UI including a splitter window and two directory trees. This project has been moved to http://code.google.com/p/dircompare/
PyAID is an abstract and neutral representation of user interface and interaction. These definitions can be automatically rendered into actual UI toolkits by the view renderer such as GTK+, newt, WxWindow, etc.
Se trata por ahora de un muy limitado compilador de c realizado en python (usando lex y yacc), que subo para ser utilizado como referencia por los que esten realizando un compilador.
Python Universal GUI
(requires wx)
Automatically creates GUI windows for any python objects. These windows allow you to view and alter your objects at runtime, as well as save and load their states.
Provide Reference Implementations of Data Structures in Python(3)
The aim of the project is to provide reference implementations of data structures along with supporting references to publications and other materials.
The only purpose is for fun and education: I like data structures.