home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / docs / lists / fish-001-099 / 001-009 next >
Text File  |  1993-12-15  |  16KB  |  433 lines

  1. ==========================  Contents of Disk 001  ==========================
  2.  
  3. This is disk 1 of the freely distributable AMIGA software library.
  4.  
  5. amigademo    Graphical benchmark for comparing amigas.
  6.         Author: Charlie Heath (MicroSmiths)
  7.  
  8. amigaterm    Terminal emulation program with xmodem upload/download
  9.         capability.
  10.         Author: Michael Mounier
  11.  
  12. balls        Simulation of the "kinetic thingy" with balls on strings
  13.         where only the end balls move (quick, can YOU come up
  14.         with a better description?).  Anyway, cute.
  15.         Author: Perry Kivolowitz
  16.  
  17. colorful    Shows off use of hold-and-modify mode.
  18.         Posted to usenet by Robert Pariseau.
  19.  
  20. dhrystone    Dhrystone benchmark program.
  21.         Author: Reinhold Weicker (Ada version)
  22.             Rick Richardson (C version)
  23.  
  24. dotty        Source to the "dotty window" demo on the Workbench disk.
  25.         Posted to usenet by Dale Luck.
  26.  
  27. freedraw    A small "paint" type program.  Free drawing, boxes, 
  28.         filled boxes, etc.
  29.         Author: Rick Ross
  30.  
  31. gad        "Fun with Gadgets".  Demonstration program for use
  32.         of gadgets.
  33.         Author: John Draper (Aka "crunch")
  34.  
  35. gfxmem        Graphical memory usage display program.  Watch your
  36.         machine's memory usage!  Cute and useful.
  37.         Author: Louis Mamakos
  38.  
  39. halfbrite    Sample program that demonstrates "Extra-Half-Brite"
  40.         mode on latter AMIGA's with new VLSI chip.  Allows
  41.         64 colors in low-res mode, rather than 32.
  42.         Posted to usenet by Robert Pariseau.
  43.  
  44. hello        Demonstrates creation of a simple window, "hello world".
  45.         Posted to usenet by Eric Lavitsky.
  46.  
  47. latffp        Shows how to access the Motorola Fast Floating Point
  48.         library from Lattice C.  Also demonstrates the tremendous
  49.         speedup obtained.
  50.         Author: Larry Hildenbrand
  51.  
  52. palette        Sample program for designing color palettes.
  53.         Author: Charlie Heath
  54.  
  55. trackdisk    Demonstrates use of the trackdisk driver.  Useful example
  56.         of "raw" disk read/write.
  57.         Author: Rob Peck
  58.  
  59. requesters    Sample program and documentation for building and
  60.         using requesters.  John worked REAL hard to dig out
  61.         all the information in this one!
  62.         Author: John Draper (aka "crunch")
  63.  
  64. speech        Sample speech demo program.  Stripped down version of
  65.         "speechtoy".
  66.         Author: Rob Peck
  67.  
  68. speechtoy    Another speech demo program.  Cute.  You have to see this
  69.         one.  Be sure to click gadget that pops up the face.
  70.         Author: David Lucas
  71.  
  72. ==========================  Contents of Disk 002  ==========================
  73.  
  74. This is disk 2 of the freely distributable AMIGA software library.
  75.  
  76. alib        Object module librarian.
  77.         Author: Mike Schwartz
  78.  
  79. cc        Unix-like frontend for Lattice C compiler.
  80.         Author: Fred Fish
  81.  
  82. dbug        Macro based C debugging package.  Machine independent.
  83.         Provides function trace, selective printing of internal
  84.         state information, and more.
  85.         Author: Fred Fish
  86.  
  87. make        Subset of "unix" make command.  Useful, but does not have
  88.         many of the features of the full make, much less the newer
  89.         "augmented make".
  90.         Author: Landon Dyer
  91.  
  92. make2        Another make subset command.
  93.         Author: Marc Mengel
  94.  
  95. microemacs    Small, relatively portable version of emacs.  Has
  96.         keyboard macros.  No extension language.
  97.         Author: Dave Conroy
  98.  
  99. portar        Portable archiver.  Used to bundle text file up into a 
  100.         single file for transmission as a unit, or otherwise
  101.         handling as a single file.  "Portable" because the code
  102.         itself is portable and because the archive format is
  103.         very simple (uses ascii headers to separate files).
  104.         From Decus C distribution.
  105.         Author:  Martin Minow
  106.  
  107. xrf        C cross reference utility.  Originally from Decus C
  108.         distribution.
  109.         Author: Bob Denny
  110.  
  111. ==========================  Contents of Disk 003  ==========================
  112.  
  113. This is disk 3 of the freely distributable AMIGA software library.
  114.  
  115. gothic        Gothic banner printer.  Prints DOWN the page, rather
  116.         than across, so arbitrarily long banners can be 
  117.         created.  Send EOF (CTRL-\) to end input.
  118.         From a Decus C distribution several years ago.
  119.         Author: unknown
  120.  
  121. roff        A "roff" type text formatter, roughly following
  122.         "Software Tools" version.  Somewhat upwardly compatible
  123.         with unix "nroff" command.
  124.         Author Ken Yap
  125.  
  126. ff        A very fast text formatter, controlled exclusively by
  127.         command line arguments.
  128.         Author: Gary Perlman & hordes of students
  129.  
  130. cforth        A highly portable forth implementation.  Lots of goodies.
  131.         Author: Allan Pratt
  132.  
  133. xlisp        A nice little lisp implementation.  Compiles and links
  134.         ok, but something in the Lattice C setjmp/longjmp 
  135.         code prevents it from currently running.  Might be 
  136.         easily fixed.  Version 1.4
  137.         Author: David Betz
  138.  
  139. ==========================  Contents of Disk 004  ==========================
  140.  
  141. This is disk 4 of the freely distributable AMIGA software library.
  142.  
  143. banner        Prints horizontal banner (across screen).  From Decus
  144.         C distribution of several years ago.
  145.         Author: Unknown
  146.         
  147. bgrep        Another grep like utility, also using the Boyer-Moore
  148.         algorithm.
  149.         Author: Roy Mongiovi and Arnold Robbins
  150.  
  151. bison        A replacement for unix "yacc" command.  This is from
  152.         the GNU (GNU is Not Unix) effort, and was obtained
  153.         from the Free Software Foundation.  Compiles and
  154.         links (with some effort) but currently crashes the
  155.         machine.  Needs work, but will probably be worth it.
  156.         Author: Bob Corbett and Richard Stallman
  157.  
  158. bm        A grep like utility using the Boyer-Moore algorithm.
  159.         Author: Peter Bain
  160.  
  161. grep        Decus grep (Get Regular Expression and Print).  Useful
  162.         for finding strings in files.
  163.         Author: Unknown
  164.  
  165. kermit        This is an absolutely ancient kermit, who's only
  166.         saving grace is that it is small and quite portable.
  167.         On the AMIGA, there is no connect mode, only send and
  168.         receive.  You must log into the remote machine via
  169.         one of it's local terminals and point it's kermit at the
  170.         appropriate serial line connected to the AMIGA.
  171.         Author: Unknown, but it is so hacked up it doesn't
  172.             matter by now.
  173.  
  174. MyCLI        Another CLI for the AMIGA.
  175.         Author: Mike Schwartz
  176.  
  177. mandel        A Mandelbrot set program.
  178.         Author: Robert French, with additions by RJ Mical
  179.  
  180. ==========================  Contents of Disk 005  ==========================
  181.  
  182. This is disk 5 of the freely distributable AMIGA software library.
  183. It contains many of the programs, written by Commodore-Amiga people,
  184. that were included in disk number 1.  However, they have been cleaned
  185. up so that they compile cleanly on the AMIGA, return resources 
  186. allocated, etc.
  187.  
  188. cons        Console device demo program with supporting macro routines.
  189.         Author: Rob Peck  12/1/85
  190.  
  191. freemap        Creates a visual diagram of free memory.  Comes with
  192.         custom icon so can be run from workbench screen.
  193.         Author: Robert J. Mical
  194.  
  195. input.dev    In combination with hander.interface.asm (supplied),
  196.         lets a user trap keyboard or mouse events before they
  197.         get to Intuition and if desired, install new (phony/
  198.         generated/other-devices-mouse-simulations) into the
  199.         input stream.  Handler.interface.asm is needed to convert
  200.         the calling sequence performed by the input.task for
  201.         the input stream management into something that a
  202.         C program can understand.
  203.         Author: Rob Peck  12/1/85
  204.  
  205. joystick    Shows how to set up the gameport device as a joystick.
  206.         Reports parameters received from joystick hooked to
  207.         right port.
  208.         Author: Rob Peck  12/1/85
  209.  
  210. keyboard    Sample program to demonstrate direct communications with
  211.         the keyboard.
  212.         Author: Rob Peck  12/1/85
  213.  
  214. layers        Shows use of the layers library, used by Intuition to
  215.         create windows (layers handles all overlapping drawing
  216.         areas and keeps things straight, sending to the back,
  217.         bringing to the front, making larger/smaller, etc.)
  218.         Author: Rob Peck  12/1/85
  219.  
  220. mandelbrot    Latest and greatest mandelbrot program.  New features
  221.         include the ability to save images in "iff" format,
  222.         for reading into Deluxe Paint or other programs that
  223.         use iff.  Also includes code from GraphiCraft to handle
  224.         color palette and change colors at will.  Many additions
  225.         by RJ Mical.
  226.         Author: Robert French
  227.  
  228. mouse        Shows how to set up the gameport device as a mouse so
  229.         that hooking up the mouse to the right port gives access
  230.         to mouse information.
  231.         Author: Rob Peck  12/1/85
  232.  
  233. one.window    Produces a window with a console attached.  Does graphics
  234.         in the top half and limits the console activity to the
  235.         lower half.
  236.         Author: Rob Peck  12/18/85
  237.  
  238. parallel    Demonstrates access to the parallel port.
  239.         Author: Tom Pohorsky  12/1/85
  240.  
  241. printer        Shows how to open and use a printer, does a screen dump
  242.         of the workbench screen if there is a graphics-capable
  243.         printer attached.
  244.         Currently does not compile under Lattice C Ver3.02 and
  245.         does not link under Lattice C Ver3.03.
  246.         Author: Rob Peck  12/1/85
  247.  
  248. print.support    Printer support routines.  Currently won't compile,
  249.         missing a header file "local.h".
  250.         Author: unknown
  251.  
  252. proctest    Sample code to create a process, set up message ports,
  253.         pass messages, etc.  Sample slave code for create process
  254.         test (littleproc.c) currently does not link under either
  255.         Lattice C 3.02 or 3.03 (unresolved global variables not
  256.         in libraries).
  257.         Author: Rob Peck  1/4/86
  258.  
  259. region        Demonstrates how a drawing area can be split into linked
  260.         rectangular regions.  Draws a rectangle in a single
  261.         playfield display, then draws "Behind a Fence" several
  262.         times behind an apparent fence in the rectangle.
  263.         Only works under Lattice Ver3.03.
  264.         Author: Rob Peck  12/1/85
  265.  
  266. samplefont    A sample font that produces clubs, hearts, spaces, and
  267.         diamonds as its four characters.  Shows precisely what
  268.         is contained in an Amiga font.
  269.         Author: Unknown
  270.  
  271. serial        Demonstrates access to the serial port.  Requires an
  272.         external terminal connected to the serial port.
  273.         Author: Unknown
  274.  
  275. singlePlayfield
  276.         Creates and displays a 320 by 200 by 2 bit plane
  277.         single playfield display.  Completely covers Intuition's
  278.         display, but gives the system back at exit.
  279.         Author: Rob Peck  12/1/85
  280.  
  281. speechtoy    Latest and greatest version of Dave's cute speech demo
  282.         program.  Comes with custom icon so can be run from
  283.         a workbench screen.
  284.         Author: Dave Lucas
  285.  
  286. speech.demo    A much simplified version of speechtoy.  Also includes
  287.         exec support functions for extended IO requests,
  288.         CreateExtIO() to allocate and initialize a new IO request
  289.         block and DeleteExtIO() to free an extended IO request
  290.         block.
  291.         Author: Rob Peck  12/1/85
  292.  
  293. text.demo    Sample program that asks AvailFonts() to make a list of
  294.         the fonts that are available, then opens a window and
  295.         then prints a description of the various attributes that
  296.         can be applied to the fonts, in the font itself.
  297.         Previous versions were released as "whichfont".
  298.         Author: Rob Peck  12/1/85
  299.  
  300. timer        Simple timer example program.  Includes dynamic
  301.         allocation of data structures needed to communicate
  302.         with the timer device, as well as the actual device
  303.         IO.
  304.         Author: Rob Peck  12/1/85
  305.  
  306. trackdisk    Demonstrates use of trackdisk driver.  Useful example of
  307.         "raw" disk read/write.
  308.         Author Rob Peck  12/1/85
  309.  
  310. ==========================  Contents of Disk 006  ==========================
  311.  
  312. This is disk 6 of the freely distributable AMIGA software library.
  313.  
  314. compress    Compress reduces the size of the named files using
  315.         adaptive Lempel-Ziv coding.  The amount of compression
  316.         obtained depends on the size of the input, the number of
  317.         bits per code, and the distribution of common substrings.
  318.         Typically, text such as source code or English is reduced
  319.         by 50-60%.  Compression is generally much better then that
  320.         achieved by Huffman coding (as used in "pack") or
  321.         adaptive Huffman coding (as used in "compact"), and takes
  322.         less time to compute.  Great for saving disk space, or
  323.         reducing transmission time over phone lines!  Also includes
  324.         "btoa" and "atob" for converting binary files to ascii, and
  325.         then back to binary (for transmission over links that do
  326.         not support 8 bits).
  327.         Author: Thomas Spencer, with improvements by others
  328.  
  329. dadc        A digital computer impersonating an analog clock
  330.         impersonating a digital clock.
  331.         Author: Perry S. Kivolowitz
  332.  
  333. microemacs    An upgraded version of microemacs originally distributed
  334.         on disk number 2.  I don't have an exact list of changes
  335.         but the new executable is about 25% larger, so there must
  336.         be something in there!  One enhancement is that some
  337.         functions are now also bound to function keys.
  338.         Author: Dave Conroy, with enhancements by Jack Roose.
  339.  
  340. mult        Mult reads the input comparing adjacent lines.  In the
  341.         normal case, the second and succeeding copies of repeated
  342.         lines are output, and the remainder of the lines are
  343.         removed.  Repeated lines must be adjacent in order to be
  344.         found.  Options are present to output the first of multiple
  345.         lines, for comparing adjacent lines by field only, and for
  346.         specifying the field separator character.  Kind of the
  347.         opposite of the Unix "uniq" program.
  348.         Author: Dennis Bednar
  349.  
  350. scales        Demonstrates use of the Audio functions in the ROM to
  351.         produce four voice sound.  It uses a simple waveform
  352.         (sawtooth) with no amplitude control (ie, envelope)
  353.         or frequency variation (ie, vibrato), but these can be
  354.         easily implemented.  Also includes considerable 
  355.         documentation on audio device.
  356.         Author: Steven A. Bennett
  357.  
  358. setparallel    Allows the CLI user to dynamically change any particular
  359.         parallel port parameter.
  360.         Author: Keith Stobie and Tom Pohorsky
  361.  
  362. setserial    Allows the CLI user to dynamically change any particular
  363.         serial port parameter.
  364.         Author: Keith Stobie and Tom Pohorsky
  365.  
  366. sortc        A quicksort based sort program, using separate driver
  367.         and sort modules.  Originally from a DECUS C distribution.
  368.         Claims to be fast, but when operating entirely out of ram
  369.         takes 93 seconds to sort its input file, sort.c, while
  370.         AmigaDos's sort takes only 43 seconds under the same 
  371.         conditions.
  372.         Author: Dave Conroy, Martin Minow, and Ray Van Tassle
  373.  
  374. stripc        Strips comments and extraneous whitespace from C source
  375.         files.  Useful for compacting the C header files to
  376.         increase usable disk space.
  377.         Author: Chris Metcalf
  378.  
  379.         
  380. ==========================  Contents of Disk 007  ==========================
  381.  
  382. This is disk 7 of the freely distributable AMIGA software library.
  383. This disk contains a port (executables only) of the popular UNIX game
  384. "Hack", courtesy of John Toebes, 120 H Northington Pl, Cary NC. 27511.
  385.  
  386.  
  387. This is Version 1.0.1.
  388.  
  389. ==========================  Contents of Disk 008  ==========================
  390.  
  391. This is disk 8 of the freely distributable AMIGA software library.
  392.  
  393. It contains the source to "Hack", a popular UNIX game ported to the
  394. AMIGA by John Toebes.  Please read all the associated README files
  395. before redistributing with changes.
  396.  
  397. ==========================  Contents of Disk 009  ==========================
  398.  
  399. This is disk 9 of the freely distributable AMIGA software library.
  400.  
  401. moire        Draws moire patterns in black and white in a borderless
  402.         backdrop window.  Currently only runs with Lattice C
  403.         version 3.02, when compiled with 3.03 crashes the system.
  404.         Author: Scott Ballantyne
  405.  
  406. MVP-FORTH    Mountain View Press Forth, version 1.00.03A.
  407.         A shareware version of forth from Fantasia Systems.
  408.         Runable from the workbench, comes with icons and
  409.         such.  If you use this, you should send a contribution
  410.         to Fantasia Systems / Mountain View Press.
  411.  
  412. proff        Another text formatting program.  This one is significantly
  413.         more powerful than any of the others previously distributed
  414.         on these disks.
  415.  
  416. setlace        Program to toggle interlace mode on and off.
  417.         When used with a black background, and amber or green
  418.         characters, produces a nice CLI environment.
  419.         Author: Bob Pariseau,  Nov 85
  420.  
  421. skewb        Not quite sure what this is supposed to be, it was
  422.         downloaded from a bbs with no documentation.  C'mon
  423.         folks, at least put a three line description at the
  424.         start of your programs!
  425.         Author: Raymond S. Brand
  426.  
  427. sparks        Graphics demo that draws a "moving pathway", adding
  428.         to the front and removing from the tail (sure is
  429.         hard to come up with verbal descriptions of these
  430.         things!).
  431.         Author: Scott Ballantyne
  432.  
  433.