software

Libraries and tools

A Rapping Rhino (simple API for the Rhino js engine)

Named after a classic Fruit Loops commercial, this project wraps Mozilla Rhino – a java implementation of javascript. A Rapping Rhino aims to improve Rhino’s API, making it easy to setup and easy to run scripts, while smoothing over some of the rough edges of the java-javascript barrier. (java/js)

source

License Cop (adds license headers to source)

Helps apply a consistent copyright/license header across source files. Apparently this is required on Apache 2 license, but I think it’s a ridiculous way to pollute your source. However, if you do actually want license headers, this guy can help. (java)

source | releases

Array Mangler (Java array utils)

Simple util for common array manipulations in Java

source | releases

One Of (pseudo-algebraic data types in Java)

Lets you create data type objects, where the value can be one of a set of types. Can also choose and invoke functions based on the actual type.

source

Just for fun

Slide Puzzle

A sliding jigsaw puzzle written using jQuery and underscore js

demo page | source

All projects licensed under the Apache 2.0 License