RSS 4 projects tagged "Windows"

Download Website Updated 26 Mar 2013 dlib C++ Library

Screenshot
Pop 404.06
Vit 52.96

dlib is a C++ library for developing portable applications dealing with networking, threads, graphical interfaces, data structures, linear algebra, machine learning, XML and text parsing, numerical optimization, Bayesian nets, and numerous other tasks.

Download Website Updated 24 Oct 2009 NNDB's Not a Database

Screenshot
Pop 34.29
Vit 1.01

NNDB is a C++ library that provides in-memory data storage and retrieval using syntax that is intended to feel natural for C++/STL, but which also might feel slightly like SQL if you squint and pound the top of your head with a seminal programming textbook. Columns types are fixed at compile-time and checked by the compiler.

No download Website Updated 05 Apr 2010 Iniphile

Screenshot
Pop 31.56
Vit 33.83

Iniphile is a C++ library for parsing a dialect of the INI file format.

Download Website Updated 31 Jan 2013 YB.ORM

Screenshot
Pop 71.30
Vit 3.07

The YB.ORM library aims to simplify writing C++ code that has to deal with SQL databases. The goal is to provide a convenient interface like SQLAlchemy (Python) or Hibernate (Java). The library itself is cross-platform and supports a variety of SQL dialects: SQLite3, MySQL, Postgres, Oracle, and Firebird. Integration with Boost, Qt4, and wxWidgets is built-in. In a typical usage scenario, you would describe your database schema and table relationships in a simple XML-based format, generate SQL code to populate database schema with tables, generate C++ classes, add application-specific logic to the classes, and use these classes in cooperation with the Session object to query objects from the database, create new or modify/delete existing objects, or link and unlink objects using relations. Simple serialization to XML is supported along with connection pooling.

Screenshot

Project Spotlight

Ganeti

Virtual server management software.

Screenshot

Project Spotlight

prwd

A tool to print your working directory in a reduced form.