RSS 951 projects tagged "Apache 2.0"

No download No website Updated 16 Dec 2009 treap.py

Screenshot
Pop 17.18
Vit 35.42

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.

Download Website Updated 17 Dec 2008 apub

Screenshot
Pop 17.09
Vit 40.22

apub is a tool to simplify uploading documents of a site to remote servers. Simply create an XML configuration file containing one or more site definitions, with the local and remote document root. After that, you can upload any file in any of your document roots with one simple command.

No download No website Updated 03 Feb 2011 TIXI

Screenshot
Pop 16.94
Vit 28.98

TIXI is a fast and simple XML interface library for applications written in C, C++, Fortran, Java, and Python. Although simplified and somewhat restricted compared to a fully-fledged XML processing library, it can create documents, create and delete nodes, and add and remove element attributes. Routines for reading and writing text nodes and nodes holding integer and floating point numbers are included, along with routines that process aggregates of these simple types for the processing of geometric data, multidimensional arrays, or arrays of vectors.

No download Website Updated 06 Jul 2010 Stab Language

Screenshot
Pop 16.85
Vit 1.46

Stab is a multi-paradigm, type-safe programming language. It will be familiar to Java and C# programmers. The compiler produces Java bytecode. Stab integrates features like lambda expressions, iterator blocks, language integrated queries, and more. It can directly use any existing Java libraries, and libraries written in Stab are directly usable from Java.

Download Website Updated 18 Jun 2007 JCameo

Screenshot
Pop 16.79
Vit 1.43

JCameo is a model-driven Swing framework with support for all aspects of GUI development. Key features are a large number of widgets, MVC architecture, data binding, and validation support, as well as message-based communication. It requires Java 1.5.

Download Website Updated 19 Jun 2008 tmin

Screenshot
Pop 16.79
Vit 1.43

tmin is a quick and simple tool to minimize the size and syntax of complex test cases in automated security testing. It is meant specifically for dealing with unknown or complex data formats (without the need to tokenize and re-serialize testcases), and for easy integration with UI testing harnesses.

No download Website Updated 29 Jun 2007 JideBuilder

Screenshot
Pop 16.73
Vit 1.42

JideBuilder is a Groovy builder for the JIDE Common Layer (http://jide-oss.dev.java.net). It is based on the original SwingBuilder. The goal of the project is to have a builder for Swing applications that seamlessly integrates default Swing and JIDE components.

No download Website Updated 01 Feb 2012 tools4j-config

Screenshot
Pop 16.70
Vit 21.94

tools4j-config supports long-running enterprise Java applications with a framework for handling configuration changes without restarting. It also aids in developing applications which are decoupled from knowing how and where to store, retrieve, and validate configurations. The aim is to liberate applications to use configurations seamlessly on the terms of their particular environment, without constraining them to Java SE, EE, OSGi, Spring, CDI, or any other programming model or framework.

Download Website Updated 29 May 2009 Chaplin ACT

Screenshot
Pop 16.67
Vit 38.14

Chaplin ACT is a Java class transformer which brings several modern language concepts into Java: contexts, composites, roles, traits (mixins), runtime type conversion, dynamic method signatures, method and field aggregators, etc. Using these concepts makes designing loosely-coupled applications and writing cohesive code easier. Chaplin can work either as a JVM agent or as a post-compilation class transformer. It does not introduce any new syntax. All functionality is implemented by means of the standard Java language elements.

No download Website Updated 22 Apr 2007 MezzengerKlient

Screenshot
Pop 16.61
Vit 1.00

MezzengerKlient (MZK) is a simple PHP class for making MSN Messenger bots. It uses object oriented programming, with the use of Events, for handling and processing the actions made in the Notification Session and SwitchBoard sessions. It uses the MSNP9 protocol.

Screenshot

Project Spotlight

rxtx

A Java native serial library for Linux supporting CommAPI.

Screenshot

Project Spotlight

Plainview SDK

A toolkit of commonly used classes and functions, including Wordpress and Drupal SDKs.