MekosWorld

Thought Bubble

The last guy to find this place wandered around for ten years before he escaped (may I suggest that you start with a left turn).

77days since
2010

RandWord

This is a a small program I wrote, it gets a random word from a list of words fed to it.
On a *nix (where it's based) use it somthing like this:
      $> cat Greek_Names | RandWord
        Aristotle
Please note that it dosn't know any words, so it must have them piped in.
Please send me error reports or sugestions. Jimtahu@gmail.com
This is avalible under the GNU license.
Feel free to download the source or the binary.
To compile, simply use
    $> g++ -o RandWord RandWord.cpp
this will create the binary.

Attachments (3)

  • COPYING - on Sep 3, 2008 11:59 AM by General Nazgual (version 3 / earlier versions)
    18k Download
  • RandWord - on Aug 27, 2008 10:02 AM by Micah Shennum (version 1)
    23k Download
  • RandWord.cpp - on Sep 12, 2008 10:28 AM by General Nazgual (version 3 / earlier versions)
    2k Download