Libwandio is a software library written in C that provides an API for
transparent reading and writing of files using a variety of supported
compression methods. Provided pthreads are available, I/O performance
will be improved by doing any compression and/or decompression using a
separate thread.
Libwandio supports the popular compression methods (zlib, bzip2, LZMA,
write-only LZO) and HTTP transport (read-only).
cgiparse is a C library that is used to build cgi's that can parse
web forms. It provides a few utility functions that allow your
cgi's to be easily debuged.
To parse a cgi form it is as easy as calling cgigetvalue("name").
FOX is a C++ GUI toolkit that is supposed to
allow programmers to write a program once, and
compile anywhere (or so the website says, it sounds
like Java to me). FOX is a very flexible library,
it has all sorts of functions and options, and is
supposed to be fairly fast.
FOX is a C++ GUI toolkit that is supposed to allow programmers to write
a program once, and compile anywhere (or so the website says, it sounds
like Java to me). FOX is a very flexible library, it has all sorts of
functions and options, and is supposed to be fairly fast.
Author: Jeroen van der Zijp <jvz@cfdrc.com>
NunniMCAX is a C, non validating XML parser. Its APIs and functioning
are very similar to SAX.
The aim of NunniMCAX is to be a lightweight, fast and reliable XML
parser to be used in environment with limited resources. A minimal
(only well-formed check) executable linked statically against the
library with all symbols stripped away on FreeBSD has a size below
19 KByte.
This is a set of thin C++ wrappers for libgda v4 library.
This is a set of thin C++ wrappers for libgda v5 library.
This is a set of thin C++ wrappers for GnomeVFS v2 library.
This is a set of thin C++ wrappers for libglade v2 library.
A Bomberman clone written in C++, student project for SUPINFO, France