This is a library using SDL and FMOD libraries, that help managing SDL's surfaces and FMOD's sounds. It also include a process, a state manager and a internal window maker (using some sort of skins).
BDD-Based Deductive Database, an implementation of Datalog that uses Binary Decision Diagrams as the underlying data structure. This allows it to represent exponentially-sized relations efficiently.
This is an avl tree implementation. It is implemented in very optimized way and easy to use. It does not force you to use any specific way of memory allocation. It does not use recursive call. It is implemented with emphasis on speed and simplicity.
BlackSMS is a project to build a very accurate Sega Master System's emulation core without depending on any specific plataform. This is achieved by spliting the plataform-dependable code from the core and providing it as a separated interface.
GEdit function browser plugin currently provides : 1) CTags frontend for sources files parsing (v0.1) 2) Bookmarks management for an easier navigation (v0.2)
Monotooth is a library for Mono developers to use bluetooth in their projects with ease. Initial alpha release will include support for bluez. Windows support will be included in the future.
IcyOwl is an Integrated Development Environment (IDE) for C/C++. Most common features of IDE such as syntax highlighting, class browser, code completion, etc. are implemented.
The sample code shows how to use the getopt() function to parse the command-line options in a C or C++ program. Options may have no argument at all, or have one or more arguments.
Fast template processor for HTML/XML/text templates.
No template language or new tags to learn.
Templates can be valid HTML/XML.
Easy to use and powerful!
Libtric is a general-purpose system call abstraction library for systems-level development (e.g., daemons, CL-driven apps) with the goal of exporting an interface optimized for the development of reliable software and proper error handling.
Java Decompiler, Disassembler and Bytecode debugger. Decompiler supports Java 5 (e.g. generics, for-each loops etc). Debugger allows user to step through each bytecode and view program state. Contains Swing GUI.
Simple C library based on libdaemon and popt for starting and stopping
a background process which runs a select() loop; hence the library
name libdaemonselect!
Javum, the Java Virtual Unix Machine, is an ambitious project which aims to provide a full virtualized Unix environment including C compiler (GCC), Unix-like API, shell, and command line tools, inside of a JVM. Details @ http://javum.wiki.sourceforge.net
Ansi2txt converts a stream of vt100 (ansi) codes on the stdin into readable text on the stdout. It can also output html that looks quite a lot like your terminal did. Works fine with ncurses output. Compile the C source into the command line tool.
This is a port of the GDB Tracepoints extension for the IBM Cell BE architecture. Our work is based on the research of DSLab: http://dslab.lzu.edu.cn/members/hofrat/tp.html
ROBOTester is a simple unittest framework for C. It is a combination of a library to build testcases with and perl program that carries out the testcases and summarizes the results.