RSS 11 projects tagged "JNI"

Download Website Updated 06 Nov 2012 Shared Scientific Toolbox in Java

Screenshot
Pop 183.62
Vit 5.50

The Shared Scientific Toolbox is a library that facilitates development of efficient, modular, and robust scientific/distributed computing applications in Java. It features multidimensional arrays with extensive linear algebra and FFT support, an asynchronous, scalable networking layer, and advanced class loading, message passing, and statistics packages.

Download Website Updated 17 Jun 2009 dANN

Screenshot
Pop 58.27
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.

No download No website Updated 01 Sep 2009 jniThreadCPUUsage

Screenshot
Pop 16.12
Vit 37.23

jniThreadCPUUsage is a Java library to get the amount of user and system CPU time used per thread. This is done via JNI, which calls getrusage() on the system. getrusage() is only available on Linux 2.6.26 or later and Solaris. One useful application of this is measuring the amount of CPU time used for a servlet request. getrusage() CPU time reporting is better than using the real time clock because it measures actual CPU time used and disregards times when the thread is idle or waiting (such as when it is waiting for network I/O).

No download Website Updated 16 Sep 2009 SDLbits

Screenshot
Pop 19.31
Vit 37.03

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".

Download Website Updated 22 Oct 2009 jniexec

Screenshot
Pop 60.07
Vit 1.74

Jniexec provides a Java class library and a Java Native Interface wrapper around the Linux (Unix) fork/exec functions. It further provides native I/O redirection and formulation of subprocess pipelines resembling Unix shell pipelines.

Download Website Updated 08 Feb 2011 usb4java

Screenshot
Pop 38.34
Vit 29.32

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.

Download No website Updated 28 Aug 2011 JavaAutotoolsExample

Screenshot
Pop 28.64
Vit 1.00

JavaAutotoolsExample is an example of a Java Swing program that uses GNU Gettext, Autoconf, Automake, Make, and Java JNI. JavaAutotoolsExample is intended to help Java developers and maintainers make their full-featured Java programs respect the standard "./configure && make && sudo make install" procedure for build and installation.

Download No website Updated 17 Sep 2011 RationalPlan Project Management Software

Screenshot
Pop 15.94
Vit 25.35

RationalPlan Project Management Software provides an alternative to MS Project with some extra features like multiproject management and assignment email notification. It handles WBS construction, project planning and scheduling to critical path management, overallocated resources detection, progress tracking, cost estimation, etc.

No download Website Updated 20 Oct 2011 Cumulix

Screenshot
Pop 33.73
Vit 24.62

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 Website Updated 23 Jan 2012 CppHibernate

Screenshot
Pop 22.63
Vit 2.32

CppHibernate is a thin layer to let users use Java Hibernate in C++ with the same configuration files, such as hibernate.cfg.xml and XXX.hbm.xml. It calls Java Hibernate internally through JNI, the Java Native Interface, and can take full advantage of Java Hibernate in C++.

Screenshot

Project Spotlight

nomacs

A fast and small image viewer that can synchronize multiple instances.

Screenshot

Project Spotlight

Fotoxx

A photo editing and collection management application.