Open-source Code
Posted by Kelvin on 04 Jun 2004 at 11:59 pm | Tagged as: work, programming
A compilation of code I've written.
Code in Apache repositories is licensed under the Apache License. Everything else is licensed under the BSD License unless otherwise stated. I understand the BSD license to be less restrictive than the Apache License in that it doesn't require the attribution notice "This product includes software developed by…".
-
XMLConfiguration (view|download)
Summary: Access an XML configuration file in the same way as Java properties.
- ChainedFilter (view|download)
Summary: Allows multiple Filters to be chained. - Javascript Query Validator (view|download)
Summary: Javascript validation for Lucene queries - Javascript Query Constructor (view|download) documentation
Summary: Syntactic sugar for query construction in Javascript.
Amazon Wishlist liberation
Uses Jakarta Velocity to transform Amazon wishlist into any format you wish.
-
DVSL templates for rendering of an XML Resume in HTML, txt and PDF. (download)
Instructions:- Download/cvs checkout DVSL
- In one of the folders (I used the examples folder as a reference), extract resume-xml.zip.
- Customize
xdocs/resume.xml
. The zip file contains mine as a reference. - Run 'ant' with one of the available targets: doall, pdf, html, txt
WinCVS Python Macros
Instructions: download the .py macros into your CVS_HOME/macros folder and restart WinCVS
* Open the file in a texteditor and search for "CHANGE ME" and edit accordingly
- URL-lizer: really simple plug-in to convert URLs to links. Saves on writing anchors for every link. PHPUnit testcase
Comments Off on Open-source Code