Release Notes: This version adds a feature to spell-check strings of a minimal length in words. Much of the code has been rewritten.


Release Notes: This version adds a feature to spell-check strings of a minimal length in words. Much of the code has been rewritten.


Release Notes: By default, warnings and errors are now reported at the strictest level. Detection of run-time exceptions and errors has been improved, thus eliminating many errors stating that an exception was documented yet not declared in the throws list. The --warning option has been replaced with --level.


Release Notes: This release has been rewritten to handle Java 1.3, 1.4, and 1.5, and to improve performance.


Release Notes: The documentation analyzer has been rewritten in Java. Word lists are now included with the distribution for Canadian, UK, and US variants of English. Each of these lists includes approximately 140,000 words, over three times the number in /usr/share/dict/words. Errors and warnings have been simplified, so that there are now only errors and four levels of warnings, roughly arrayed by accessibility (public, protected, package, and private) of an item, such as a class, method, or field.


Release Notes: This version features no functionality differences, but the code was cleaned up significantly, logging was improved, compilation speed was halved, and the spell checking execution speed was improved.
A tool which splits a single WAV file into multiple wav files based on silence.
An attempt at cloning the original Pong for the Atari 2600 in pure C++ and SDL.