JTreeMap is a directory type data structure. It is designed to replace many container classes containing no logic besides getters and setters with one class. This saves a lot of coding and could be especially useful in prototyping.
'icp' is a script that copies a source directory into a destination while computing MD5 and SHA1 hashes to maintain integrity and eliminate duplicates.
PHP-Identicons is a lightweight PHP implementation of Don Park's original identicon code for visual representation of MD5 hash values. The program uses the standard PHP GD library for image processing.