Extended C Library
Why Is libxc needed? There doesn't exist a library for ANSI C99 for common data containers, such as vectors, trees, etc. There also also doesn't exist a library for common functionality, such as error reporting/logging, string functions, configuration management (reading config files), etc... The programmer working in C doesn't have anything analogous to the Boost C++ library. The extended C library is intended to make some headway into providing this functionality. To ensure unrestricted usage the libxc project is provided under the very permissive BSD license. If you need a different license then please send me a request (lelanthran at gmail) and I'll do my best to satisfy your request. What's completed? As of writing, the following libraries have been written and tested: 1. Memory accounting/tracking 2. String operations 3. Vectors 4. Trees 5. Dictionary arrays 6. Configuration management See the wiki page for more information
A small, self-hosting 16bit Forth system
VolksForth is a 16bit Forth System with the goal to produce a manageable Forthsystem for computer systems with restricted system resources.
a tool to control LPT-attached devices manually or on a time basis
A DOS "driver" for computer LPT ports (parallel "CENTRONICS"). It allow to change easily the logic states of any pins, either manually or automatically (on a predefined time basis). With a small electronic circuit we can for example drive electric devices trought the PC. The program can support max. 24 devices and 3 LPT ports (0x287, 0x387 and 0x3BC). There is no need to build an additional electronic circuit for small power devices like LEDs (10-20mA), but for bigger projects (motors, etc.), the circuit is needed. The lptdrv tool is written in QuickBASIC.