home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / useful / catalogs / 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 acce