RSS 942 projects tagged "Apache 2.0"

No download No website Updated 30 Oct 2009 lambdaj

Screenshot
Pop 20.49
Vit 36.10

lambdaj is a Java library that allows you to manipulate collections in a pseudo-functional and statically typed way. The main purpose of lambdaj is to partially eliminate the burden of writing (often nested and poorly readable) loops while iterating over collections. In particular, it allows you to iterate a collection in order to filter its items on a given condition, convert each item with a given rule, extract a given property from each item, sort the items on the values of one of their properties, group or index the items on the value of one or more properties, invoke a method on each item, or aggregate the items or the values of one of their properties. It allows all this without having to write a single explicit loop.

Download No website Updated 16 Nov 2009 Forms4j

Screenshot
Pop 18.47
Vit 35.86

Forms4j is a replacement for using Spring form tags. It lets you create complex forms quickly and easily with comprehensive validation and sections that hide or show depending on the input.

No download No website Updated 16 Nov 2009 RestyGWT

Screenshot
Pop 31.59
Vit 35.85

RestyGWT is a GWT generator for REST services and JSON encoded data transfer objects. RestyGWT Rest Services allow you to define an asynchronous service API which is then implemented via GWT deferred binding by RestyGWT. It features generation of asynchronous RESTful JSON based service proxies, encoding and decoding of Java objects to JSON, and an easy-to-use REST API.

No download No website Updated 21 Nov 2009 Bambapilla

Screenshot
Pop 14.70
Vit 35.79

Bambapilla is an application that exports SMS message conversations from your iPhone. It reads unencrypted backup files created by an iTunes "sync" and exports each conversation as an XML file along with an XSLT stylesheet that allows the XML to be rendered in a browser.

No download Website Updated 23 Nov 2009 tomcat-plugin

Screenshot
Pop 20.52
Vit 35.77

The purpose of tomcat-plugin is to provide Java Web Developers with a tool to easily deploy their changes to a locally installed Tomcat. At the moment, the main benefits of such a plugin are that you can: change a Web resource (HTML, CSS, Javascript, etc. -- specified by a resources section) without having to build the entire project and then manually copy files around; build your module as usual and then have the produced jars copied to Tomcat's webapps/$myWebapp/WEB-INF/lib and have Tomcat restarted for you; build your module as usual and then have the produced WAR copied to Tomcat's webapps; start/stop/restart your Tomcat; clean Tomcat work, logs, temp, and webapps; and integrate it with Eclipse and IntelliJ Idea.

No download Website Updated 26 Nov 2009 jmixin

Screenshot
Pop 15.30
Vit 35.73

At the expense of a little compile time safety, jmixin brings mixin composition support to Java. Given a list of classes that meet its requirements, jmixin will create a composed class at runtime, without the need for any special pre-processors or other build time tools.

No download No website Updated 16 Dec 2009 treap.py

Screenshot
Pop 17.00
Vit 35.45

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 19.80
Vit 35.41

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.00
Vit 35.40

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.

No download Website Updated 25 Jul 2011 Ametys

Screenshot
Pop 29.46
Vit 35.37

Ametys is a powerful Web CMS used by many institutions of higher education and government, but also industries and SMEs. It motorizes over 2000 sites around the world. It is known for its ergonomic design that promotes ease of use, its social Web functionality, and the ability to manage a large number of users.

Screenshot

Project Spotlight

MoSSHe

A lightweight, secure server monitoring system.

Screenshot

Project Spotlight

Eric

A Python IDE written using PyQt and QScintilla.