« earlier | later » Page 55 of 71
PytStop debugging engine edit / delete
A debugger backend module for Python, so you can do gdb-style debugging operations on another binary from a Python program. This could be really cool to use for an occam debugger.
plope - supervisor edit / delete
Another supervise-like program.
StringTemplate Template Engine edit / delete
A templating engine for Java, Python and C#. This'd be easy to bind into rawdog.
to python rawdog software templating text ... on 12 March 2006
A portable GUI library designed for Python. This uses the Motif "attachments" layout mechanism (much like the Ricardo GUI library does).
http://repetae.net/john/Util.Parse.hs edit / delete
John Meacham's Parsec-ish (but, apparently, nicer) parser framework for Haskell.
"An experimental genetic programming synthesiser."
A remarkably fancy tool for monitoring stuff -- it's got daemontools-like functionality, along with checking for file changes and similar things.
to daemon monitoring software unix ... on 13 February 2006
delta.tigris.org edit / delete
"Delta assists you in minimizing "interesting" files subject to a test of their interestingness." -- i.e. it lets you bisect a file. This could be useful for reducing KRoC crasher examples...
to compiler research software testing ... on 13 February 2006
QuickCheck: An Automatic Testing Tool for Haskell edit / delete
"The programmer provides a specification of the program, in the form of properties which functions should satisfy, and QuickCheck then tests that the properties hold in a large number of randomly generated cases."
to haskell research software testing ... on 06 February 2006
« earlier | later » Page 55 of 71
tasty by Adam Sampson.