RSS 4 projects tagged "JNI"

Download Website Updated 06 Nov 2012 Shared Scientific Toolbox in Java

Screenshot
Pop 197.39
Vit 5.54

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.

No download No website Updated 01 Sep 2009 jniThreadCPUUsage

Screenshot
Pop 15.94
Vit 36.88

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

Download Website Updated 22 Oct 2009 jniexec

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

No download Website Updated 23 Jan 2012 CppHibernate

Screenshot
Pop 23.79
Vit 2.33

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

darkhttpd

A lightweight static Web server.

Screenshot

Project Spotlight

EtherApe

An etherman clone that graphs net activity in real time.