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