My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 47
Ever tried to access Java objects from a C/C++ thread using JNI? Have you ever lost plenty of time on JNI documentation just to get a simple data from your Java software from inside a C/C++ library? Do you have no time to write a simple Java API for your implemented device driver? Try jnyikes. 'j...
Realización de un pequeño estudio de JNI (Java Native Interface) teniendo como objetivo su uso en sistemas empotrados.
===UDT=== [http://udt.sourceforge.net UDT is a reliable UDP] based application level data transport protocol for distributed data intensive applications. <br> UDT is developed by [http://users.lac.uic.edu/~yunhong Dr.Yunhong Gu] and others at University of Illinois. <br> UDT C++ implementa...
The application at a glance: 1. Select a text of interest (menu at a restaurant, tourist information sign, etc), and take a photo. The internal-OCR engine will start Text Recognition. 2. Use Mezzofanti to translate the text (or parts of it) to any one of over forty languages, or to google it o...
= junixsocket = junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets (AF_UNIX sockets) from Java. In contrast to other implementations, junixsocket extends the Java Sockets API (`java.net.Socket, java.net.SocketAddress` etc.) and even supports RMI over AF_UNIX. It is al...
[http://netlib.org/liblist.html Netlib] is a collection of mission-critical software components for linear algebra systems (i.e. working with vectors or matrices). Netlib libraries are written in C, Fortran or optimised assembly code. A Java translation has been provided by the [http://sourceforge.n...
This small interface library for Java will allow your Java program to access the Win32 API call *SHGetSpecialFolderPath* without using Swing ,,(see below for the Swing method),,. This call gives you the locations of system folders such as *'My documents'*, *'Application data'* and others. Comprises ...
=Introduction= open source playground for android apps. =Hosted apps= * == PhotSpot == <img src="http://android-playground-erdao.googlecode.com/svn/wiki/img/PhotSpot/photspot_logo.png"><br> Google Maps and Public geotagged content mashup app to discover popular places. <img src="http...
==JUDS== JUDS (Java Unix Domain Sockets) provide classes to address the need in Java for accessing Unix domain sockets. The source is provided for a shared library containing the compiled native C code, which is called into by the Java UnixDomainSocket classes via [http://java.sun.com/docs/boo...
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. Per-thread getrusage() is only available on Linux (>2.6.26) and Solaris. One useful application of this is measuring the amount of CPU ...
1 2 3 4 5 Next