RSS 3 projects tagged "LGPLv2"

No download No website Updated 17 Jan 2013 OnPosix

Screenshot
Pop 23.13
Vit 12.40

OnPosix is a tiny library to abstract POSIX mechanisms to C++ developers. Most features offered by this library can be found either inside the Boost library or in a library compliant with the C++11 standard. Unfortunately, however, for some embedded Linux devices, these libraries cannot represent viable solutions, due to the lack of memory space (for the Boost libraries) and the lack of a new C++ compiler (e.g., on Xilinx MicroBlaze). On these platforms, the OnPosix library represents a good and cheap solution to have object-oriented POSIX mechanisms. The library offers support for threads, mutual exclusion, sockets, logging, timing, etc.

No download Website Updated 26 Jun 2010 foldroid

Screenshot
Pop 30.46
Vit 1.42

foldroid is a mail folder selection tool. For people who use mutt or a similar text mode mail reader, foldroid is a convenient tool to navigate through your mail folders. It shows how many messages are in each folder and how many of them are new. This, combined with a tool like procmail to sort mail messages of mailing lists into separate folders, makes selecting the right folder to read easy. Foldroid works best when you run it in a screen session, because it then starts every instance of mutt in its own screen.

Download Website Updated 23 Apr 2013 tntdb

Screenshot
Pop 233.49
Vit 29.15

Tntdb is a c++-class-library for database access. It implements a database-independent layer, which loads the actual driver dynamically when a connection is made. The classes use automatic resource management with reference counts. Resources are freed when the classes go out of scope. Error handling is done with exceptions (derived from std::exception). There are STL-like iterators for result sets and rows, and also the cursor is an STL-like iterator. It is written in standard C++ with Linux. Drivers for PostgreSQL, sqlite3, MySQL, and Oracle are available.

Screenshot

Project Spotlight

QCAD Pro

A 2D CAD program.

Screenshot

Project Spotlight

MagicMin

A class that merges and minifies and JavaScript and CSS files.