RSS 3 projects tagged "Apache 2.0"

No download Website Updated 20 Jul 2012 named-regexp

Screenshot
Pop 18.68
Vit 17.58

The named-regexp library is a thin wrapper for java.util.regex, implementing named capture groups for Java 5/6. (This isn't needed in Java 7, which already supports this feature.)

Download No website Updated 06 Aug 2010 BRAP

Screenshot
Pop 34.26
Vit 2.01

BRAP is a Java remoting protocol that uses native Java object serialization encapsulated in HTTP. It aims to be an alternative to Spring HttpInvoker and Spring Security, especially when you don't need or want the dependencies of Spring in your client, such as when building a rich client application where size might be an issue. The authentication mechanism lets you use your own domain objects as credentials. BRAP gives you "pass by reference" even though the object arguments are serialized and passed to the remote service: changes that happen on the remote side can be applied to the client side automatically. BRAP focuses on being easy to use, small in size, yet powerful and extensible.

No download Website Updated 11 Aug 2010 junixsocket

Screenshot
Pop 29.63
Vit 1.64

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 also possible to use it in conjunction with Connector/J to connect to a local MySQL server via Unix domain sockets.

Screenshot

Project Spotlight

IMDBPHP

A set of PHP classes to access information from the IMDB sites.

Screenshot

Project Spotlight

SLEEF

A library that efficiently calculates various mathematical functions using SSE2 SIMD instructions in double precision.