RSS 5 projects tagged "SQLite 3"

Download Website Updated 31 Jan 2013 YB.ORM

Screenshot
Pop 72.47
Vit 3.09

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 No website Updated 03 Sep 2012 LoginIDS

Screenshot
Pop 39.57
Vit 17.17

LoginIDS provides functions to analyze log files from different services in order to detect unusual login behavior. The normal user behavior is learned by analyzing log files and saved in a database. Logins are analyzed by time, service, source, and destination address. If a user's login is new or considered unlikely by LoginIDS, an alert is generated. Alerts can be handled by external scripts and viewed using the log file management system Splunk and the LoginIDS App.

No download Website Updated 06 Nov 2011 Fat Free CRM

Screenshot
Pop 23.90
Vit 23.74

Fat Free CRM is a customer relationship management platform. Out of the box, it features group collaboration, campaign and lead management, contact lists, and opportunity tracking.

Download Website Updated 04 Apr 2010 BigNoZePicks

Screenshot
Pop 16.94
Vit 33.82

BigNoZePicks is a Web based system for footy tipping, cricket scoring, and golf scoring. It can run sports tipping competitions, and has been tested via small office comps. It also can score cricket matches or golf games for a competition, but these features are in testing.

Download Website Updated 01 Apr 2013 superseriousstats

Screenshot
Pop 217.37
Vit 24.05

superseriousstats is a small and efficient program for creating a Web page with statistics from various types of IRC logs. It keeps track of its parse history and only processes new activity before storing any accumulated data in a SQLite or MySQL database. It is suitable for high volume IRC channels and large log archives, and is relatively easy to integrate with IRC services (e.g. bots) that interact with the database and provide last seen information and many other statistics directly in your channel.

Screenshot

Project Spotlight

Chucho

A C++11 logging framework.

Screenshot

Project Spotlight

WebDAV CGI

A CGI script that implements the WebDAV server protocol.