Package com.martiansoftware.nailgun.examples


package com.martiansoftware.nailgun.examples
  • Classes
    Class
    Description
    Simply displays command line arguments to System.out.
    Echos everything it reads from System.in to System.out.
     
    Hashes the client's stdin to the client's stdout in the form of a hexadecimal string.
    Print one hash per second to standard out while the client is running.
    A truly amazing program that must be seen to be believed.
    Prompts the user for input using a JOptionPane, and displays the result to the client's stdout.
    Provides some nice command-line stack operations.
    A very silly test to verify that the System.in/out/err overrides are inherited by child threads.