RSS 4 projects tagged "Windows"

Download Website Updated 29 Nov 2012 Dagri

Screenshot
Pop 111.31
Vit 4.31

With Dagri, you can build up tables and save data within. While a spreadsheet uses one single table layout, Dagri can use many tables with different layouts on one sheet, and it gives you more focus on your data. The intention is not another spreadsheet, but something new instead: a data grid application.

Download Website Updated 31 Jan 2013 YB.ORM

Screenshot
Pop 73.13
Vit 3.10

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.

Download Website Updated 03 Jan 2012 TkDo (II)

Screenshot
Pop 42.28
Vit 1.80

TkDo is a simple todo manager. Rather than using dates, it allows you to assign priorities to each item.

No download No website Updated 29 Nov 2012 python-minidb

Screenshot
Pop 35.36
Vit 2.33

minidb is a Python module that utilizes the SQLite3 database library in order to store and retrieve Python objects. It utilizes Python's __slots__ mechanism to determine the column names, and uses the class name for table names. Data is always stored as text in the database, but will be converted using the type specified in __slots__ (which therefore has to be a dict).

Screenshot

Project Spotlight

OGLplus

A C++ wrapper around the OpenGL C API.

Screenshot

Project Spotlight

Tntnet

A Web application server for C++.