Many of the goodies are witten in Judo. You can modify a script a little
to better suit your needs anytime. To take advantage of the Judo scripts,
you need JDK1.3+; also download and install
judoscript.zip.
Right-click on the scripts to download, then run like this:
java judo script.judo
Back up Your Work!
It is a good habit to back up your important information frequently
regardless what CM systems or other central backup facility your
organization have -- you are the only reliable person to take
care of your data. archive.judo copies
multiple directories trees into a single ZIP file. (JudoScript will
soon support encryption, making this process even safer.) Take a
look and modify for your files and directories.
CLASSPATH Viewer and Editor
showcp.judo prints your classpath nicely.
gencp.judo allows you to list all the
potential classpath elements line by line; any line starting with
'+' will be included. This script generates a O.S. dependent script
to be run and set the classpath.
Character and Symbol Tables
ascii.judo and entities.judo
print out ASCII and HTML entity in tabular format for easy reference. The
output of entities.judo is as follows (for ç, it is ç):
Do you remember all the format symbols in java.text.SimpleDateFormat?
date_formats.judo helps you to do this.
Add Line Numbers
addlinenum.judo adds line numbers to a
text file and optionally can escape &, < and > for HTML
display. The line numbers takes 3 digits; you can certainly modify
that.