Software |
DMX4Linux Driver Suite for Linux |
csv2iif.pl suite convert PayPal transactions to IIF, OFX, QIF |
Hardware |
DMX30 Interface 128Ch SPP |
DMX43 Interface 2out 2in EPP |
LED Hardware for Linux and Windows |
EPROM Sampler for 8 bits of sound |
Misc |
CatWeasel Linux drivers for MK3/4 PCI |
pg_trompe PostgreSQL replication |
trycatch C exception/signal handling lib |
Patches to various software |
Tools and small scripts |
Docs misc documents |
Links to lighting stuff |
trycatch libraryThe trycatch library is a C library helping to deal with UN*X/Posix signals and providing a feature similar to C++/Java exception handling with try/catch blocks. You can check for signals and your own exceptions in the same try block. The trycatch library was written by Michael Stickel and Dirk Jagdmann and is distributed under the zlib/libpng open source license. DocumentationSee the file try_demo.c for examples of all functions and macros. Releases
See alsoThe Kazlib also contains a C exception handling by using setjmp(). |