RSS 19 projects tagged "English"

Download Website Updated 31 Jan 2013 YB.ORM

Screenshot
Pop 70.77
Vit 3.06

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 17 Apr 2013 Siren Renamer

Screenshot
Pop 171.97
Vit 6.10

Siren Renamer is a tool that renames, moves, and copies files using an expression. A lot of information associated with a file can be used, including name, extension, dates, and selection number. Other information is extracted from files according to their type: audio, video, image (standard and raw), EXIF, IPTC, Office document, PDF, ePub, HTML, and many others. Many different operations can be performed on character strings, complete directory trees can be processed, and images can be viewed. For example, to change a file name to uppercase with the mp3 extension, the expression can be '%ub.mp3'.

No download No website Updated 13 Aug 2010 USBDescriptorKitchen

Screenshot
Pop 34.12
Vit 1.00

USBDescriptorKitchen is a GUI-driven tool that helps developers of USB firmwares to ease the pain of calculating lengths of descriptors, fiddling with bits, dealing with variable length fields, etc.

No download No website Updated 21 Oct 2010 noot-tuner

Screenshot
Pop 31.84
Vit 31.92

noot-tuner (Never-out-of-tune Instrument Tuner) turns a computer and a microphone into a very accurate instrument tuner. It was designed for tuning pianos, but can be used with any musical instrument.

Download No website Updated 30 Jul 2011 PICsim

Screenshot
Pop 194.38
Vit 2.52

PICsim emulates a PIC16F628/16F877A microcontroller and peripherals such as USART, EEPROM, and timers. The simulator architecture permits easy implementation of external elements in the C language. PicsimLab is a realtime emulator of development boards.

Download Website Updated 08 May 2011 MultiVNC

Screenshot
Pop 114.19
Vit 2.77

MultiVNC is a cross-platform, Multicast-enabled VNC viewer. Features include support for most encodings, ZeroConf service discovery, a seamless edge control mode á la x2vnc, and most prominently, experimental support for VNC via multicast.

Download Website Updated 30 Mar 2010 wxServDisc

Screenshot
Pop 31.46
Vit 1.00

wxServDisc is a simple-to-use C++ class to facilitate Zeroconf service discovery in any wxWidgets application, without any dependencies other than wxWidgets. A sample application is also included.

No download No website Updated 25 Mar 2010 Rheia Framework

Screenshot
Pop 16.09
Vit 34.02

Rheia Framework is a set of libraries for rapid application development and deployment with wxWidgets and C++ or Python. Its core organization is based on plugins, allowing you to maintain and extend your applications faster. A wide range of components are provided.

Download No website Updated 17 Jun 2012 Humm and Strumm

Screenshot
Pop 57.40
Vit 4.19

Humm and Strumm is a 3D adventure game in which two players must collaboratively solve puzzles and fight enemies in order to stop the evil Dr. Geoff from taking over the world. Humm and Strumm is set in a psychedelic fairytale world, with lands such as a giant cupcake and a musical forest. The main characters, Humm and Strumm, are armed with yo-yos for weapons. Humm and Strumm has two modes of play: Adventure Mode, in which two players fight Dr. Geoff, and Tag Mode, in which up to eight players play a game of tag using their characters' weapons.

Download Website Updated 29 Oct 2009 BDay

Screenshot
Pop 16.34
Vit 1.00

BDay is a simple program to help you track birthdays and anniversaries. It runs when you start or log in to your computer, displays any events that are coming up, and then exits when you click OK. It does not hang around in the system tray or as a background process taking up your computer’s resources. If there are no events to be displayed, then you won't even see BDay run.

Screenshot

Project Spotlight

IMDBPHP

A set of PHP classes to access information from the IMDB sites.

Screenshot

Project Spotlight

SLEEF

A library that efficiently calculates various mathematical functions using SSE2 SIMD instructions in double precision.