RSS 124 projects tagged "BSD Original"

No download Website Updated 06 May 2013 unifdef

Screenshot
Pop 220.25
Vit 66.87

Unifdef is useful for removing #ifdef'ed lines from a file while otherwise leaving the file alone. You specify which symbols are defined or undefined with -D and -U flags, and unifdef removes the corresponding ifdefs, and the enclosed code if appropriate. It's especially useful for removing those "#ifdef BROKEN" and "#ifdef PRIVATE" clauses from code before you release it. Unifdef acts on #if, #ifdef, #ifndef, #elif, #else, and #en­dif lines, and it knows only enough about C and C++ to know when one of these is inactive because it is inside a comment or a single or double quote.

No download Website Updated 28 Sep 2001 OzVM

Screenshot
Pop 21.59
Vit 65.25

OzVM (Virtual Machine Project) is a simple, lightweight, secure virtual machine. The current target application of OzVM is OzStream, which allows platform independent self-decoding of data. The vision of OzStream is to make any and all compressed media self-extracting. OzStream abstracts compressed media from client applications, providing new freedom for users, developers, and compression techniques.

No download Website Updated 17 Oct 2001 Open Runtime Platform

Screenshot
Pop 17.49
Vit 65.10

Open Runtime Platform (ORP) is a Java Virtual Machine (JVM) that implements advanced JIT and GC interfaces. These interfaces allow the JIT, GC, and remaining runtime system to be developed in complete isolation and at independent rates. A major benefit is that JIT and GC researchers are relieved of the intractable task of developing a full system before they can innovate in their area of expertise.

Download Website Updated 01 Sep 2004 CyberX3D for C++

Screenshot
Pop 26.50
Vit 56.46

CyberX3D for C++ is a development package for X3D/VRML and Java programmers. Using the package, you can easily read and write the X3D/VRML files, set and get the scene graph information, draw the geometries, and run the behaviors.

Download Website Updated 22 Sep 2012 Hierarchical Data Format

Screenshot
Pop 328.93
Vit 50.05

HDF (Hierarchical Data Format) is a general purpose library and file format for storing scientific data. It arranges data into datasets (multidimensional arrays) and groups (a structure for organizing objects).

No download Website Updated 17 Apr 2009 Assimp

Screenshot
Pop 40.69
Vit 38.85

Assimp is a portable and extensible library designed for reading various well-known 3D file formats. It provides APIs for C and C++ and several wrappers for other languages. It reads more than 20 different 3D file formats (including Collada, 3DS, OBJ, LWO, and X) into a straightforward, hierarchical in-memory data structure that can easily be read and processed by applications. Several post processing steps can be applied, such as normal and tangent computations, index buffer, and vertex cache optimization. The library supports complex multi-layer materials and skinned meshes with multiple animations. A Windows-based viewer utility is provided as an implementation reference.

Download No website Updated 10 Jun 2009 PICI-NMS

Screenshot
Pop 19.62
Vit 38.19

PICI-NMS is an object oriented middleware which makes possible sending messages in a networked environment or on a single host between applications using the library provided. The supported message sending mechanism is "publish/subscribe" and this is backed up by a very easy-to-use and intuitive C++ API which hides the underlying socket interface to make the message sending as transparent to the client as possible.

No download Website Updated 10 Feb 2013 DGen/SDL

Screenshot
Pop 176.71
Vit 29.64

DGen/SDL is an emulator for Sega Genesis/Mega Drive systems. The latest version supports save states, interlace mode, Game Genie, Linux joystick support, compressed ROM images, and other nice features.

No download Website Updated 31 Mar 2011 FTPSynizer

Screenshot
Pop 16.91
Vit 28.04

FTPSynizer is a tool that synchronizes files and folders over the FTP protocol. It includes a library, a command line interface, and a GUI, and uses a built-in SQLite database to manage a list of sites. A configuration file can be specified for automated deployments.

Download Website Updated 28 Nov 2012 Arabica

Screenshot
Pop 130.29
Vit 22.42

Arabica is an XML toolkit written in Standard C++. It provides SAX, DOM, XPath, and XSLT implementations. It delivers UTF-8 encoded std::strings or UCS-2 std::wstrings, but can also accommodate custom string types and alternative encodings.

Screenshot

Project Spotlight

Gnome Partition Editor

A graphical frontend to libparted.

Screenshot

Project Spotlight

dyject

A dependency injection module for Python.