RSS 13 projects tagged "Apache 2.0"

No download No website Updated 16 Dec 2009 treap.py

Screenshot
Pop 17.26
Vit 35.80

treap.py is a treap implementation for Python. A treap is a hybrid of a binary tree and a binary heap that is self-balancing and is O(nlog2(n)) for most operations, including deleting a value, inserting a value, finding the least value, and finding the greatest value. This particular treap implementation looks like a dictionary to the caller, but it also supports getting an ordered list (forward or reverse) in O(n) time. The code is available as pure Python (should run on about any Python implementation supporting generators, but was tested on CPython 2.6) or as part Python and part Cython for performance. The version with Cython should run on CPython or Unladen Swallow, but was only tested on CPython 2.6.

No download Website Updated 18 Dec 2009 jalamap

Screenshot
Pop 17.83
Vit 35.76

Jalamap is an Java layer over Mappy's V3 HTTP Services. It provides access to GeoCoding, Reverse GeoCoding, and Route calculation. It requires Java 5+, Java SE, or Java EE (not suited for Java ME).

No download No website Updated 19 Dec 2009 JSingleton

Screenshot
Pop 18.73
Vit 35.76

Have you ever wanted to create a Java class where the instances behave like the Java String, i.e. instances with the same contents share a singleton? The JSingleton project, consisting of just a few classes, makes it very simple to create classes with this property.

Download Website Updated 28 May 2010 Orient Key/Value Server

Screenshot
Pop 50.05
Vit 2.70

Orient Key/Value Server is based on the Document Database technology and is accessible as an embedded repository via Java APIs or via HTTP using a RESTful API. It uses a new algorithm called RB+Tree, derived from the Red-Black Tree to maintain tree balance, and from the B+Tree storing the links to records in pages to optimize memory consumption and loading time. Orient Key/Value Server scales out very well in a cluster with thousands of running machines: Orient will divide the load among all the nodes. Clustering, by default, works in auto-discovery mode: when a node starts, it attaches itself to the cluster if one is available. When a node goes down, the cluster automatically rebalances itself.

Download Website Updated 20 Apr 2010 Dog Domotic OSGi Gateway

Screenshot
Pop 21.66
Vit 1.00

Dog is a Domotic OSGi Gateway. In other words, it is a software-based gateway used for controlling domotic environments in a vendor-independent way, thanks to its high-level semantic device modeling strategy and its driver architecture that allows it to support different domotic plant technologies.

Download No website Updated 21 Jun 2010 mm2s5

Screenshot
Pop 32.91
Vit 1.00

mm2s5 is a simple utility to convert a FreeMind mind-map (.mm) into an S5 (HTML) presentation. The root node becomes the start page and each top level node below that becomes a slide. Lower level nodes become increasingly nested lists. Images are also supported.

No download No website Updated 15 Sep 2010 buildbox

Screenshot
Pop 25.50
Vit 31.74

BuildBox is set of tools and plugins based on Maven 2, helping Java developers with various build types and with the build process itself.

Download No website Updated 26 Jan 2012 Apache ODF Toolkit

Screenshot
Pop 56.37
Vit 2.38

The Apache ODF Toolkit is a set of Java modules that allow programmatic creation, scanning, and manipulation of Open Document Format (ISO/IEC 26300 == ODF) documents. Unlike other approaches that rely on runtime manipulation of heavy-weight editors via an automation interface, the ODF Toolkit is lightweight and ideal for server use.

No download No website Updated 20 Aug 2011 Hummus PDF Writer

Screenshot
Pop 29.56
Vit 25.86

The Hummus PDF Writer library allows you to generate PDF files. It was developed with a principal “one-off” method of generating PDF files. Adhering to this idea, it is both fast and retains a low memory signature regardless of how large the file grows. The library has a set of high level features for adding content to a PDF, including creation of pages; drawing primitives and any of the simple PDF operators for drawing content; embedding of PDF, JPEG, and TIFF images; Unicode text support with Type1, TrueType, and OpenType fonts; and defining reusable objects using XObject Forms. You can also use the library as a PDF parser. The library is very extensible. It is easy to implement more PDF features by using the lower level set of methods, which provide access to the PDF building blocks themselves. Adding a feature requires you to be familiar with the PDF formatting of that feature, but will not require you to write the basic PDF building blocks, as the library handles this.

No download Website Updated 28 Feb 2012 Rythm Template Engine

Screenshot
Pop 14.11
Vit 21.85

Rythm Template Engine is a general-purpose, high-performance Java template engine which uses a Razor-like syntax. It is 2-to-3 times faster than Velocity. It supports variables, expression evaluation, control flow (if-else-if), looping, template inheritance(decoration/layout), and many features. There is a Play!Framework plugin based on Rythm. You can use Rythm in any place to generate any type of text file, including HTML, XML, Json, SQL, and any kind of source code.

Screenshot

Project Spotlight

Pdlzip

A public domain version of lzip.

Screenshot

Project Spotlight

Dianara

A client for the pump.io social network.