# lib (ver.5.0, ver.1.4.2, ver.1.3.1) - a set of useful tools that I've been developing for the last several years:
* Foundation package (map a list or iterable, map to function, function to map, filter a list or iterable, compound iterator, indexOf...) - and an article;
* Objects (map, composition, inverse, crc32, indexOf...);
* Strings (split, join, replace, zip, fill, countChar, findDiff, grep, decode ,chars...);
* Files (find, chdir, relPath, writeToFile, copy, deleteFile, compare, synchronize, bytes, chars, lines files tree...) and an article;
* FormattedWriter (uses MessageFormat for creative output);
* Web (downloadFile, getHtmlCharset, sendMail...);
* Tools (bark, inform, fatalError, runCommand...);
* ZipInput (gets input from various sources and retrieves the contents).
by
ruadrift
2006-08-22 09:54
java
·
tools
·
utilities