Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

easy_eliza(1) [debian man page]

EASY_ELIZA(1)						      General Commands Manual						     EASY_ELIZA(1)

NAME
easy_eliza - wrapper around tempest_for_eliza SYNOPSIS
easy_eliza music file DESCRIPTION
This program wraps tempest_for_eliza, which displays patterns on a computer monitor that can produce musical tones on AM radios tuned to the proper frequency. Rather than requiring you to manually getting the parameters of your monitor, easy_eliza detects them at runtime. OPTIONS
The program accepts no additional options. EXAMPLES
$ easy_eliza /usr/share/doc/tempest-for-eliza/songs/forelise Start TFE with the forelise song. AUTHORS
The original idea for tempest_for_eliza was taken from Pekka Riikonen, who wrote the original tempest-AM-0.9 application. tem- pest_for_eliza was written by Erik Thiele. easy_eliza was written by Luke Faraone luke@faraone.cc to make tempest_for_eliza "dead-simple" to use. This manual page was written by Luke Faraone luke@faraone.cc for the Debian GNU/Linux system, but its use elsewhere is encouraged. SEE ALSO
tempest_for_eliza(1), tempest_for_mp3(1), xvidtune(1), tempest_for_eliza manual April 18, 2010 EASY_ELIZA(1)

Check Out this Related Man Page

PURITY-NG(6)							   Games Manual 						      PURITY-NG(6)

NAME
purity-ng - general purpose purity testing software SYNOPSIS
purity-ng [OPTION]... list|FILE|TESTNAME DESCRIPTION
Purity is an interactive purity test program with a simple, user interface and datafile format. For each test, questions are printed to the your terminal, and you are prompted for an answer to the current question. At a prompt, these are your choices: y Answer "yes" to the question. n Answer "no" to the question. b Backup one question, if you answered it incorrectly, or someone is watching you take the test, and you don't (or do) want to admit a different answer. s Print your current score on the test you are taking. q Quit the test, and print the current score. ? Print a help screen for the current prompt. At the end of the test, your score is printed out. For most purity tests, lower scores denote more "experience" of the test material. OPTIONS
--version print current version of purity-ng -h, --help show the help message and exit -p print the test without prompting for answers. -r decrypt the test using the Rot 13 algorithm. To get a list of all purity tests available globally on your system, run purity-ng list. AUTHORS
purity was originally written by Eric Lechner in 1989. purity-ng is a reimplementation of purity in Python for modern systems, written by Simon Fondrie-Teitler and Luke Faraone. This manual page was written by Luke Faraone. BUGS
If you find bugs in the application, please report these to <https://bugs.launchpad.net/purity-ng> or to your distribution's distributor. SEE ALSO
purity(6) Running purity-ng format provides documentation about the datafile format. Additional documentation is available online at <http://packages.python.org/purity-ng>. January 7, 2011 PURITY-NG(6)
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

Can I please get a push in the right direction with awk/sed?

Hi Guys, I have this task to monitor a linux box. I found a program that displays the parameters that I want and I wrote a little .sh to run that program and record output into a file. The findings look promising but I would like to graph them. My output (for every iteration) looks like... (3 Replies)
Discussion started by: DraxDomax
3 Replies