DumpAll |
Simply displays command line arguments to System.out.
|
Echo |
Echos everything it reads from System.in to System.out.
|
Exit |
|
Hash |
Hashes the client's stdin to the client's stdout in the form of
a hexadecimal string.
|
HelloWorld |
A truly amazing program that must be seen to be believed.
|
Prompt |
Prompts the user for input using a JOptionPane, and displays the
result to the client's stdout.
|
Stack |
Provides some nice command-line stack operations.
|
ThreadTest |
A very silly test to verify that the System.in/out/err overrides are
inherited by child threads.
|