UQCLib

UQCLib is a small collection of Java code that I have accumulated over the years. I thought it might be nice (both for me and others) if I cleaned and packaged up useful bits. Though the library is small right now, I have plans to progressively bring in a lot more code. Most of the releases are scheduled around getting one large feature and several smaller tools ready for use.

Zedoon‘, the initial version 0.1 release, has a few odds and ends and a larger feature called Closures, which utilize Java’s anonymous classes to provide a sort of ‘pseudo-closure’ with a standard interface for passing around. They were initially developed as an easy way to create filter chains for a project I was working on in 2010.

The project is hosted on GitHub, and licensed under the Apache License 2.0. Everyone is welcome to use and contribute. Documentation is provided in the form of JavaDocs and wiki documentation, and the pages are all accessible from the project page. The library itself is available as a JAR file in the downloads section of the project page. A list of the current features can also be found here.


Questions? Comments? Send an email to uqclib AT unquietcode DOT com.