RSS 5 projects tagged "Mac OS X"

Download Website Updated 17 Jun 2009 dANN

Screenshot
Pop 57.11
Vit 1.42

The dANN project is a library to help facilitate artificial neural networks, artificial intelligence, and artificial genetics within other applications. It is currently written in Java, C++, and C#. However, only the Java version is currently in active development. The other versions can only be obtained from SVN. It provides a powerful interface for programs to include conventional artificial intelligence technology and artificial genetics into their code. It also acts as a testing ground for research and development of new concepts.

Download Website Updated 08 Feb 2011 usb4java

Screenshot
Pop 39.72
Vit 28.81

usb4java is a Java library for accessing USB devices. The low-level part is based on the native libusb 0.1 shared library and reflects this API as completely as possible. Java NIO buffers are used for data exchange between libusb and Java. The high-level part implements the javax.usb standard (JSR-80). Supported platforms are Linux (x86 32/64 bit), Mac OS X (x86 32/64 bit, PowerPC 32 bit) and Windows (x86 32/64 bit), but other platforms supported by Java 6 and libusb may work by compiling the JNI library manually.

No download Website Updated 20 Oct 2011 Cumulix

Screenshot
Pop 35.01
Vit 23.99

Cumulix is a cloud-based image search and retrieval system that utilizes pHash Pro for image similarity and runs on top of Neo4j to provide fault tolerance and scalability. Cumulix is capable of storing millions of images with minimal performance degradation.

No download No website Updated 04 Oct 2012 CASampledSP

Screenshot
Pop 32.16
Vit 3.34

CASampledSP is a JNI-based service provider for the javax.sound.sampled.spi interfaces. As such it is capable of decoding many popular audio formats (like mp3 and aac) at native speed taking advantage of Apple's CoreAudio library. The focus is currently on decoding and converting to LPCM, not on writing or exporting.

No download Website Updated 16 Sep 2009 SDLbits

Screenshot
Pop 19.03
Vit 36.61

SDLbits is a very lightweight SDL wrapper for Java. This library was designed to be very small and simple. It does not use Swig, but goes directly from "native" Java definitions to the sdlbits C wrapper library to SDL or OpenGL (in C). All symbols are exposed as they would be in C, except the "SDL_" prefix has been removed, since all names are inside the SDL class. The SDL structures from C are translated to very simple Java classes, such as SDL.VideoInfo. Most fields are exposed as read-only "get" methods, but "set" methods for writable members are supported as well. These classes simply interface to the actual C data with a ByteBuffer "pointer".

Screenshot

Project Spotlight

SchemaCrawler

A command line tool to output your database schema and data in diff-able form.

Screenshot

Project Spotlight

uma::bson

A DOM-style C++ API for BSON.