home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_1of3.iso / fishpack / fish_complete.txt < prev    next >
Text File  |  1994-03-30  |  2MB  |  38,648 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. ==========================  Contents of Disk 010  ==========================
  434.  
  435. This is disk 10 of the freely distributable AMIGA software library.
  436.  
  437. conquest    You control an interstellar empire, decide which star
  438.         systems to explore, which planets to colonize, etc.
  439.         The computer will also be building its own empire and
  440.         competing with you for resources.  The one with the
  441.         greatest population at the end wins.  Executable only,
  442.         no source.  Downloaded from Denver BBS.
  443.         Author: Unknown, ported to Amiga by Rob Shimbo
  444.  
  445. dehex        Simple little program to convert hex format file into
  446.         a binary file.  Reads lines of hex characters on stdin
  447.         and writes 8 bit dehex'd bytes to stdout.
  448.         Author: Fred Fish
  449.  
  450. filezap        Patch program for any type of file.  Executable only,
  451.         no source available.
  452.         Author: John Hodgson
  453.  
  454. fixobj        Strip extraneous garbage off end of object files
  455.         transfered with xmodem.  Does not require preknowledge
  456.         of actual file length, uses knowledge of Amiga file
  457.         structure.
  458.         Author: John Hodgson
  459.  
  460. iff        Routines to read and write iff format files.  Includes
  461.         program to display iff files made by DPaint.  Also
  462.         see the DPSlide program on disk 11.
  463.         Author: Jerry Morrison, Steve Shaw, and Steve Hayes
  464.  
  465. ld        I presume this stands for "list directory".  Lists
  466.         contents of specified diretory or disk, using inverse
  467.         video and colors to group objects by type.
  468.         Author: Dave Haynie
  469.  
  470. ls        Minimal implementation of UNIX ls.  Demonstrates
  471.         use of UNIX style filename pattern matching code.
  472.         Author: Rick Schaeffer
  473.  
  474. sq.usq        Squeeze and unsqueeze, from the CPM world.  Works, but
  475.         "compress" from disk 6 runs almost twice as fast and
  476.         produces even smaller files.
  477.         Author: R. Greenlaw, Amiga port by Rick Schaeffer
  478.  
  479. trek73        A Star Trek game.  This one is just crying out to
  480.         be Amiga'ized by some ambitious hacker.
  481.         Authors:  Many, see comment in main.c
  482.  
  483. yachtc        Dice game.
  484.         Author: Sheldon Leemon
  485.  
  486. ==========================  Contents of Disk 011  ==========================
  487.  
  488. This is disk 11 of the freely distributable AMIGA software library.
  489.  
  490. dpslide        A slide show program for displaying graphic images
  491.         which are in the iff format, such as output from the
  492.         Electronic Arts Deluxe Paint program.  Allows the user
  493.         to select the display time for each slide and the method
  494.         of bringing the slide up to the screen, and then removing
  495.         it.  Double buffers images to improve smoothness of
  496.         display.
  497.         Author: Paul Biondo
  498.  
  499. pictures    Miscellaneous DPaint and digitized pictures, in iff
  500.         format.  Some are rated R.
  501.  
  502.  
  503. ==========================  Contents of Disk 012  ==========================
  504.  
  505. This is disk 12 of the freely distributable AMIGA software library.
  506. Note that this disk contains a number of programs apparently available
  507. only in executable form.  I am not real happy with this trend, but
  508. had no way of getting in contact with the authors who posted these
  509. programs to various BBS's to request source.  I have no reason to
  510. believe that any of these executable only postings contain any
  511. deliberate "misfeatures", but you should always use such programs
  512. cautiously.
  513.  
  514. amiga3d        Shows a rotating 3 dimensional solid "Amiga sign".
  515.         No source available, executable only (downloaded from
  516.         a Denver BBS)
  517.         Author: Barry (bart) Whitebook of C-A
  518.  
  519. ArgoTerm    Yet another terminal emulator program.  However, this
  520.         one is written in macro assembler, so should be of
  521.         interest to anyone doing serious assembly language
  522.         development.  Version 0.20
  523.         Author: Jez San
  524.  
  525. arrow3d        Shows a rotating 3 dimensional wire frame arrow.
  526.         No source available, executable only (downloaded from
  527.         a Denver BBS)
  528.         Author: Steve Beats of C-A
  529.  
  530. ld4        Another directory listing program using some graphics
  531.         style output.  Executable only, no source available.
  532.         (Downloaded from a Denver BBS)
  533.         Author: unknown
  534.  
  535. IconExec    These two tools allow execution of a program from an
  536. & SetWindow    icon without having to recompile the program.
  537.         Author: John Toebes VIII
  538.  
  539. images        Miscellaneous DPaint and digitized pictures, in iff
  540.         format.  Some are rated R.
  541.  
  542. SetAlternate    Merge the images from two icons to produce one icon with
  543.         a primary image, and a possibly completely different image
  544.         to display when selected.
  545.         Author: John Toebes VIII
  546.  
  547. StarTerm    Another terminal emulator program.  ASCII and XMODEM
  548.         support, telephone dialer, function keys, load file
  549.         stripping, text file conversion, full/half duplex,
  550.         Author: Jim Nangano and Steve Plegge
  551.  
  552. ==========================  Contents of Disk 013   ==========================
  553.  
  554. This is disk 13 of the freely distributable AMIGA software library.
  555. It is a grab bag of basic programs, mostly untested.  No speekee basic
  556. so if these don't work, call someone else.
  557.  
  558. ==========================  Contents of Disk 014  ==========================
  559.  
  560. This is disk 14 of the freely distributable AMIGA software library.
  561.  
  562. This disk contains the first ever public release of two new pieces of
  563. code, "dex" and "termcap".  Also, this is the first disk in the library
  564. that includes executables produced with both the Manx and Lattice C
  565. compilers, whenever possible.  This greatly helps to isolate bugs.
  566.  
  567. amiga3d        Shows a rotating 3 dimensional solid "AMIGA" sign.
  568.         This is an updated version of the program released
  569.         on disk number 12, and now includes full source.
  570.         Author: Barry Whitebook @ Commodore-Amiga
  571.  
  572. beep        Source for a function that generates a beep sound, like
  573.         CTRL-G on a VT100 terminal.
  574.         Author: Samuel Dicker @ Commodore-Amiga
  575.  
  576. dex        Program to extract documentation in a human readable
  577.         format inside source files, and produce nroff style
  578.         output for manuals and other such external documents.
  579.         First ever public release.
  580.         Author: Fred Fish
  581.  
  582. dimensions    Programs to demonstrate three and four dimensional graphics.
  583.         Not quite sure how else to describe them!
  584.         Author: Anselm Hook
  585.  
  586. filezap        An updated version of the file zap utility first released
  587.         on disk number 10.  Can be used to patch any type of
  588.         file.  Nice, and VERY useful.
  589.         Author: John Hodgson
  590.  
  591. gfxmem        An updated version of the graphical memory display
  592.         program first released on disk number 1.  Watch your
  593.         machine's memory usage change dynamically under use!
  594.         Author: Louis Mamakos
  595.  
  596. gi        Converts DPaint brush files to C source files "necessary
  597.         to create an Image structure, including height, width,
  598.         depth, and color information, as well as the array of 
  599.         data which represents the bit planes of the image".
  600.         Author: Mike Farren
  601.  
  602. pdterm        A simple terminal emulator that does ANSI or DEC VT-100
  603.         emulation in 80 cols by 25 lines.  Version 1.21.
  604.         Author: Michael McInerny
  605.  
  606. shell        A simple csh style shell with history and some other
  607.         goodies.  Still needs some polishing and enhancement,
  608.         but is quite nice as it.  Thanks Matt!!!  We've really
  609.         needed something like this for a long time.  Now if you
  610.         would just do a ksh version instead...
  611.         Author: Matt Dillon
  612.  
  613. termcap        A (mostly) unix compatible implementation of a termcap
  614.         library.  First ever public release.
  615.         Author: Fred Fish
  616.  
  617. ==========================  Contents of Disk 015  ==========================
  618.  
  619. This is disk 15 of the freely distributable AMIGA software library.
  620.  
  621. Whenever possible, both Lattice C and Manx C executables are provided.
  622. The Lattice executables have the extension ".lattice" and the Manx
  623. executables have the extension ".manx".  This greatly helps to isolate
  624. bugs.
  625.  
  626. Blobs        A simple graphics program, reminiscent of the unix "worms" 
  627.         program, but in color of course.
  628.         Author: Peter Engelbrite
  629.  
  630. Clock        A simple digital clock program designed to be small and to
  631.         live completely in the screen title bar, where it is out
  632.         of the way.
  633.         Author: Mike Meyer
  634.  
  635. Dazzle        An eight-fold symmetry dazzler program.  Really pretty!
  636.         Author: Peter Engelbrite
  637.  
  638. Fish        "A demo program which runs an AnimOb in a double buffered
  639.         screen with sequence cycled animation".  (Basically
  640.         shows a fish "swimming" across the top of the screen).
  641.         Author: Catherine Wagner (posted by Barry Whitebook)
  642.  
  643. Monopoly    A really nice monopoly game written in AbasiC.
  644.         Follow the directions in the file "InstallationGuide"
  645.         to produce a bootable games disk.
  646.         Author: David Addison
  647.  
  648. OkidataDump    Okidata ML92 driver and WorkBench screen dump program.
  649.         Does both alpha and graphics.  Untested (I don't have the
  650.         printer)
  651.         Author: Raimund Gluecker
  652.  
  653. Polydraw    A drawing program written in AbasiC.
  654.         Author: David Addison
  655.  
  656. Polyfractals    A fractal program written in AbasiC.
  657.         Author: David Addison
  658.  
  659. ==========================  Contents of Disk 016  ==========================
  660.  
  661. This is disk 16 of the freely distributable AMIGA software library.
  662.  
  663. This is a copy of the Amiga Developer's IFF disk, received directly from
  664. Commodore-Amiga sources, with permission to place in the library and
  665. redistribute.  It is unchanged except for:
  666.  
  667.     1)    The volume name has been changed to AmigaLibDisk16.
  668.     2)    This file (README.list16) has been added.
  669.     3)    The standard library README file README.dist
  670.         has been added.
  671.  
  672. Enjoy
  673. -Fred
  674.  
  675. ==========================  Contents of Disk 017  ==========================
  676.  
  677. This is disk 17 of the freely distributable AMIGA software library.
  678.  
  679. This is a copy of a H.A.M. (Hold And Modify) graphics demo disk received
  680. from a vendor that is producing hardware to capture such images, and
  681. software to process them.  It is unchanged except for:
  682.  
  683.     1)    The volume name has been changed to AmigaLibDisk17.
  684.     2)    This file (README.list17) has been added.
  685.     3)    The standard library README file README.dist
  686.         has been added.
  687.     4)    The 'showilbm' program has been added to allow viewing
  688.         of the two monochrome pictures (dozer.hires and robert.lores)
  689.         without requiring Deluxe Paint.
  690.     5)    The supplied 'readme' file has been augmented with
  691.         information received on hardcopy along with the disk, and
  692.         a note has been added about how to use the showilbm 
  693.         program.
  694.  
  695. Enjoy
  696. -Fred
  697.  
  698. ==========================  Contents of Disk 018  ==========================
  699.  
  700. This is disk 18 of the freely distributable AMIGA software library.
  701.  
  702. AmigaDisplay    Yet another variation of a terminal emulator program.
  703.         This is a modified AmigaTerm that can emulate a dumb
  704.         terminal (interesting paradox here somewhere...), translate
  705.         line termination sequences, optionally capture or discard
  706.         control characters in the captured file, use audible bell,
  707.         use another font, etc.
  708.         Author: Don Woods (Original code by Michael Mounier)
  709.  
  710. Ash        Prerelease version of a C-shell like shell program.
  711.         Has history, command substitution, loops, etc.
  712.         Author: Thorn Smith
  713.  
  714. Browser        A program that lets you wander around a file tree and
  715.         peek into files, all with the mouse.
  716.         Author: Mike (I'll be mellow when I'm dead) Meyer
  717.  
  718. MC68010        Complete information package for upgrading an Amiga
  719.         to use an MC68010 in place of the MC68000.  Includes
  720.         a software fix that makes this transparent to user
  721.         programs that use instructions that are priviledged
  722.         on the 68010.
  723.         Author: Thad Floryan
  724.  
  725. Multidim    Lets you rotate a 2 to 6 dimensional "cube" on the
  726.         screen using the joystick.
  727.         Author: Robert French
  728.  
  729. PigLatin    Tired of the "say" command?  This one will translate
  730.         and speak your input in pig latin!
  731.         Author: Thomas Clement
  732.  
  733. Scrimper    Short for "SCReen IMage PrintER".  A screen dump utility
  734.         which can be run from the workbench or the CLI.
  735.         Author: Perry Kivolowitz
  736.  
  737. Xlisp1.6    A very nice little lisp for those that want to study the
  738.         internals of a real, working lisp interpreter.
  739.         Author: Dave Betz
  740.  
  741. ==========================  Contents of Disk 019  ==========================
  742.  
  743. This is disk 19 of the freely distributable AMIGA software library.
  744.  
  745. BlackJack    A line oriented (no graphics) blackjack game.
  746.         Author: Unknown
  747.  
  748. JayMinerSlides    These are the Amiga slides produced/used by Jay Miner
  749.         (the designer of Amiga's custom graphics chips) in his
  750.         talks about the Amiga.  They are all hi-res (640 x 400)
  751.         and are best displayed on a long-persistence color
  752.         monitor.
  753.  
  754. Keymap_Test    A program to test the keymapping routines and find
  755.         possible bugs.  Useful as an example of keymapping.
  756.         Author: Pushpa Kumar
  757.  
  758. LockMon        Find file locks.  Useful for discovering if programs
  759.         properly clean up after themselves.
  760.         Author: Dewi Williams
  761. ==========================  Contents of Disk 020  ==========================
  762.  
  763. This is disk 20 of the freely distributable AMIGA software library.
  764.  
  765. AmigaToAtari    Source code for an Amiga to Atari ST object code format
  766.         converter.  Takes Amiga objects as input and produces
  767.         Atari objects as output.  This allows the Amiga to be
  768.         used as a cross development machine providing the
  769.         proper libraries are available.  (Currently does not
  770.         work, but I don't have an ST to try it with anyway...)
  771.         Author: Landon Dyer at Atari Corp.
  772.  
  773. DiskSalv    Program to recover files from a trashed AmigaDOS disk.
  774.         Can also "undelete" files deleted by mistake, so long
  775.         as they have not overwritten by further disk activity.
  776.         Requires two disk drives.  VERY useful...
  777.         Author: Dave Haynie
  778.  
  779. Hash        Small example program that computes the AmigaDOS directory
  780.         hash function.
  781.         Author: Neil Katin at Commodore-Amiga
  782.  
  783. Hd        Hex dump utility using some ideas from Mike Higgin's
  784.         article in Computer Language magazine, Apr 86.
  785.         Formats the dump based on the natural byte ordering
  786.         of the machine on which it runs.
  787.         Author: David Elins at NEC Information Systems
  788.  
  789. MandelBrots    Some mandelbrot images submitted for the "mandelbrot
  790.         images contest" some months ago.  Only three people
  791.         submitted mandelbrots and these were among the most
  792.         interesting.
  793.         
  794. MultiTasking    Tutorial and example program for multitasking at the Exec
  795.         level.
  796.         Author: Leo L. Schwab
  797.  
  798. Pack        Program to strip extraneous whitespace from C programs
  799.         or header files.  Can be used to condense the C compiler
  800.         header files to free up disk space.
  801.         Author: Jeff Dickson
  802.  
  803. PortHandler
  804.         Author: A sample Port-Handler program that performs
  805.         the functions of the standard Port-Handler.  Shows what
  806.         the BCPL environment looks like from the handler point of
  807.         view.
  808.         Author: John Toebus VIII
  809.  
  810. Random        Random number generator in assembly.  Much faster than
  811.         versions using floating point.  Can be used by either
  812.         assembly or C programs.
  813.         Author: Steve Beats at Commodore-Amiga
  814.  
  815. SetMouse2    Program to set the mouse port to either the left port or
  816.         right port.
  817.         Author: Robert Burns at Commodore-Amiga
  818.  
  819. SpeechTerm    Terminal emulator that can speak the received text.
  820.         Also has XMODEM file transfer.
  821.         Author: Leftheris Koutsofios
  822.  
  823. Ted        Demo version of an editor that has since been
  824.         renamed as TXed (I believe).
  825.         Author: Charles Heath at MicroSmiths 
  826.  
  827. ==========================  Contents of Disk 021  ==========================
  828.  
  829. This is disk 21 of the freely distributable AMIGA software library.
  830.  
  831. This is a copy of Thomas Wilcox's Mandelbrot Set Explorer disk.
  832.  
  833. It is unchanged except for:
  834.  
  835.     1)    The volume name has been changed to AmigaLibDisk21.
  836.     2)    This file (README.list21) has been added.
  837.     3)    The standard library README file README.dist
  838.         has been added.
  839.  
  840. To run from CLI:
  841.  
  842.     1)    cd dfX:  (where X is drive containing disk)
  843.     2)    mse
  844.  
  845. To run from Workbench:
  846.  
  847.     1)    Click on MSD icon.
  848.  
  849. It contains extensive on-line help information, unlike other Mandelbrot
  850. programs distributed in this library.  It also is capable of displaying
  851. some very pretty hi-res pictures in interlace mode.
  852.  
  853. Enjoy
  854. -Fred
  855.  
  856. ==========================  Contents of Disk 022  ==========================
  857.  
  858. This is disk 22 of the freely distributable AMIGA software library.
  859.  
  860. This disk contains two new "strains" of microemacs, both derived from
  861. early releases of Dave Conroy's microemacs.  There is currently an
  862. attempt on usenet, lead by Dave Brower, to coordinate an effort to
  863. merge features from the different versions into a single supported
  864. microemacs.  In the meantime, perhaps you can find a feature you need
  865. in one of these...
  866.  
  867. Lemacs        Microemacs version 3.6 as enhanced and supported
  868.         by Daniel Lawrence.  This version works and has been
  869.         tested on Unix V7, BSD 4.2, Amiga, MS-DOS, and VMS.
  870.         Enhancements include overwrite mode, support for Amiga
  871.         function keys, reverse video status line, numeric
  872.         arguments using <ESC><number>, replace, buffer specific
  873.         editing modes, word wrap mode, goto-line, buffer rename,
  874.         insert-file, execute named command, describe bindings,
  875.         startup files, and more.
  876.         Author: Dave Conroy, enhancements by Daniel Lawrence
  877.  
  878. Pemacs        Microemacs as enhanced by Andy Poggio.  New features
  879.         include use of <ALT> keys as Meta keys, default buffers
  880.         on buffer switch, mouse support, higher priority to
  881.         improve interactive response, creation of backup files,
  882.         paragraph fill, word wrap, query replace, and support for
  883.         function keys.
  884.         Author: Dave Conroy, enhancements by Daniel Lawrence
  885.  
  886. ==========================  Contents of Disk 023  ==========================
  887.  
  888. This is disk 23 of the freely distributable AMIGA software library.
  889.  
  890. This disk contains a significantly enhanced version of microemacs based
  891. on the version 30 release posted to usenet's mod.sources newsgroup.
  892.  
  893. Previous versions of microemacs released on these disks derived from
  894. a very old version of microemacs.  Since that old release, the author
  895. has cleaned up lots of loose ends and restructured major parts of the code.
  896. Other people have already added support for termcap, ports to other machines
  897. and operating systems, and a limited GNU emacs compatibility option.
  898.  
  899. Because recipients of this disk might wish to run this new microemacs
  900. on other machines in addition to the Amiga, I have encluded all sources
  901. that were available to me at the time of release.  The subdirectories
  902. which give alternate implementations are:
  903.  
  904.     Sys/Vms        System modules for VAX VMS
  905.     Sys/Atari    System modules for Atari ST
  906.     Sys/Msdos    System modules for MSDOS
  907.     Sys/Cpm86    System modules for Cpm
  908.     Sys/Amiga    System modules for Amiga
  909.     Sys/Ultrix    System modules for Ultrix/BSD4.2
  910.     Sys/SysV    System modules for Unix System V
  911.     Tty/Atari    Terminal driver for Atari ST
  912.     Tty/7300    Terminal driver for AT&T Unix PC (7300)
  913.     Tty/Intuition    Terminal driver for Amiga using Intuition
  914.     Tty/Termcap    Terminal driver using termcap for Unix
  915.     Tty/Ansi    Terminal driver using Ansi codes
  916.     Tty/Amigados    Terminal driver for Amiga using just Amigados
  917.     Tty/Heath    Terminal driver for a Heath terminal
  918.  
  919. There currently is a major effort underway on usenet, led by Dave
  920. Brower, to standardize microemacs and bring the many variations under
  921. one common implementation.  Please send any enhancements to rtech!daveb,
  922. or send them to me and I will see that he gets them.
  923.  
  924. ==========================  Contents of Disk 024  ==========================
  925.  
  926. This is disk 24 of the freely distributable AMIGA software library.
  927.  
  928. Conquest    You control an interstellar empire, decide which star
  929.         systems to explore, which planets to colonize, etc.
  930.         The computer will also be building its own empire
  931.         and competing with you for resources.  The one with
  932.         the greatest population at the end wins.  First
  933.         distributed in executable form only on disk number
  934.         10.  This distribution includes source.
  935.         Author:  Unknown, ported to Amiga by Rob Shimbo
  936.  
  937. Csh        Second release of a csh-like alternative to the
  938.         CLI, first released on disk number 14.  Has alias,
  939.         builtin functions like "dir" for speed, history,
  940.         named variables, command re-execution with 
  941.         substitution, etc.
  942.         Author: Matt Dillon
  943.  
  944. Modula-2    A pre-release version of the single pass Modula-2
  945.         compiler originally developed for MacIntosh at ETHZ.
  946.         This code was transmitted to the AMIGA and is executed
  947.         on the AMIGA using a special loader.  Binary only.
  948.  
  949. ==========================  Contents of Disk 025  ==========================
  950.  
  951. This is disk 25 of the freely distributable AMIGA software library.
  952. This disk contains a port (executables only) of the popular UNIX game
  953. "Hack", courtesy of John Toebes, 120 H Northington Pl, Cary NC. 27511.
  954.  
  955.  
  956. This is Version 1.0.1E., with graphics enhancements for the Amiga.
  957.  
  958. ==========================  Contents of Disk 026  ==========================
  959.  
  960. This is disk 26 of the freely distributable AMIGA software library.
  961.  
  962. UnHunk        Tool to process the Amiga "hunk" loadfile format.
  963.         Collects code, data, and bss hunks together, allows
  964.         individual specification of code, data, and bss origins,
  965.         and generates binary file with format reminiscent of Unix
  966.         "a.out" format.  The output file can be easily processed
  967.         by a separate program to produce Motorola "S-records"
  968.         suitable for downloading to PROM programmer.
  969.         Author:  Eric Black
  970.  
  971. C-kermit    Port of the popular "kermit" program, a flexible
  972.         virtual terminal and file transfer program from
  973.         Columbia University.
  974.         Author:  Unknown, ported to Amiga by Davide Cervone
  975.  
  976. Ps        A program to display process priorities and another
  977.         program to set a process's priority to any arbitrary
  978.         valid value.  Very useful to provide finer control
  979.         over your multitasking environment.
  980.         Author:  Dewi Williams
  981.  
  982. Archx        Yet more programs for bundling up text files and
  983.         mailing or posting them as a single file unit.
  984.         Author: Martin Minow
  985.  
  986. ==========================  Contents of Disk 027  ==========================
  987.  
  988. This is disk 27 of the freely distributable AMIGA software library.
  989.  
  990. ABdemos        Amiga Basic demos.  NewConvertFD creates .bmaps from
  991.         fd files.  BitPlanes finds addresses of and writes to
  992.         bitplanes of the screen's bitmap.  AboutBmaps is a 
  993.         tutorial on creation and use of bmaps.  LoadILBM loads
  994.         and displays IFF ILBM pics.  LoadACBM loads and displays
  995.         ACBM pics.  ScreenPrint creates a demo screen and dumps
  996.         it to a graphic printer.
  997.         Author:  Carolyn Scheppner, Commodore-Amiga
  998.  
  999. Disassem    A simple 68000 disassembler.  Reads standard Amiga
  1000.         object files and disassembles the code sections.
  1001.         Data sections are dumped in hex.  The actual disassember
  1002.         routines are set up to be callable from a user program
  1003.         so instructions in memory can be disassembled dynamically.
  1004.         Author:  Bill Rogers, Univ of WAIKATO (New Zealand)
  1005.  
  1006. DvorakKeymap    Example of a keymap structure for the Dvorak keyboard
  1007.         layout.  Untested but included because assembly examples
  1008.         are few and far between.
  1009.         Author: Robert Burns @ Commodore-Amiga
  1010.  
  1011. Hypocycloids    An electronic Spirograph inspired by an article in
  1012.         Feb '84 Byte.
  1013.         Author: Terry Gintz
  1014.  
  1015. LinesDemo    A demo program which illustrates the use of proportional
  1016.         gadgets to scroll around in a superbitmap window.
  1017.         Posted to usenet by Barry Whitebook @ Commodore-Amiga
  1018.  
  1019. MemExpansion    Schematics and directions for building your own homebrew
  1020.         1 Mb memory expansion.
  1021.         Author: Michael Fellinger
  1022.  
  1023. SafeMalloc    Ever have a program that corrupts it's own memory?  Well,
  1024.         this little gem can help you find the problem in a hurry.
  1025.         Acts as an interface between your program and the real
  1026.         malloc, checking for overrun, underrun, and duplicate
  1027.         freeing of malloc'd space.
  1028.         Author: Bjorn Benson, modifications by Fred Fish
  1029.  
  1030. ScienceDemos    Some science demos.  Sidereal is a tutorial program which
  1031.         introduces the user to the relationships between Julian
  1032.         and calendar dates and solar and sidereal times.  J2000
  1033.         is a utility program which converts stellar positions,
  1034.         proper motion, parallax and radial velocity from the 
  1035.         standard epoch B1950 (FK4) to epoch J2000 (FK5).  Galilean
  1036.         is a tutorial program which determines the position of
  1037.         the Galilean satellites relative to Jupiter.
  1038.         Programs courtesy of David Eagle at Science Software.
  1039.  
  1040. ==========================  Contents of Disk 028  ==========================
  1041.  
  1042. This is disk 28 of the freely distributable AMIGA software library.
  1043.  
  1044. Backgammon    Another game in AbasiC by the author of Monopoly.
  1045.         Author:  David Addison
  1046.  
  1047. Cpp        This is a copy of the Decus cpp, ported to the Amiga.
  1048.         This cpp is more powerful and complete than either of
  1049.         the built in cpp's in Manx or Lattice C.  Also included
  1050.         is a modified version of the Unix like cc frontend, for
  1051.         Manx C, that knows about the cpp.
  1052.         Author:  cpp by Martin Minow;  cc by Fred Fish
  1053.  
  1054. Cribbage    Another game in AbasiC by the author of Monopoly.
  1055.         Author:  David Addison
  1056.  
  1057. MileStone    Another game in AbasiC by the author of Monopoly.
  1058.         Author:  David Addison
  1059.  
  1060. Othello        Another game in AbasiC by the author of Monopoly.
  1061.         Author:  David Addison
  1062.  
  1063. Shar        A program which can pack and unpack archives compatible
  1064.         with the Unix "shar" (shell archiver) program.
  1065.         Author:  Dave Wecker
  1066.  
  1067. SuperBitMap    An example program that shows how to use ScrollLayer,
  1068.         how to sync the SuperBitMap prior to printing, and how
  1069.         to create a dummy rastport for dumping the SuperBitMap.
  1070.         Works under 1.2 and up.
  1071.         Author:  Carolyn Scheppner and Phil Lindsay
  1072.  
  1073. ==========================  Contents of Disk 029  ==========================
  1074.  
  1075. This is disk 29 of the freely distributable AMIGA software library.
  1076.  
  1077. AegisDrawDemo    Demo disk of the Aegis Draw program.  This is the
  1078.         actual production program with only the "save" feature
  1079.         disabled and without documentation (intentionally).
  1080.         Very impressive program!  Received directly from
  1081.         Aegis Development.
  1082.  
  1083. Cc        Version of the Unix like C compiler frontend program,
  1084.         for Manx C.  Previous released version was for Lattice C.
  1085.         Author:  Fred Fish
  1086.  
  1087. Enough        A new CLI execute file command that tests for various
  1088.         system resources such as available memory or existance
  1089.         of specific files, directories, or devices.
  1090.         Author:  Bruce Barrett @ Commodore-Amiga
  1091.  
  1092. Player        Animation player for Aegis Animator.  Received directly
  1093.         from Aegis Development.
  1094.  
  1095. Rubik        An animated Rubik's cube program based on Barry Whitebook's
  1096.         "amiga3d" program and Raymond Brand's "skewb" program.
  1097.         Author:  Bill Kinnersley
  1098.  
  1099. StringLib    A public domain reimplementation of the Unix string
  1100.         library functions.
  1101.         Author:  Henry Spencer @ U of Toronto
  1102.  
  1103. Vt100        A vt100 emulator program with Kermit and Xmodem file
  1104.         transfer protocols (based on AmigaTerm).
  1105.         Author:  Dave Wecker
  1106. ==========================  Contents of Disk 030  ==========================
  1107.  
  1108. This is disk 30 of the freely distributable AMIGA software library.
  1109.  
  1110. Note that the programs on this disk are all shareware/freeware.
  1111. This means that if you find them useful, you are morally obligated
  1112. to send a small donation to the author to help support his efforts and
  1113. fund further development.  I hope that by including them in this
  1114. library I have furthered the author's goals of widest possible
  1115. distribution and thus maximum return.  Also note (for those that
  1116. like to split hairs) that I am distributing this disk as a "freebee".
  1117. To receive a copy, just request it when ordering any other disks from
  1118. the library.
  1119.  
  1120. Bbs        A BBS for the Amiga (BBS-Amiga Version 1.1).
  1121.         Author:  Ewan Grantham
  1122.         Author's suggested shareware donation:  $25
  1123.  
  1124. FineArt        This is a collection of works from some of the best
  1125.         of current Amiga artists.  Many thanks to Jim Sachs,
  1126.         Sheryl Knowles, Jack Haeger, and Aegis Development
  1127.         for submissions.
  1128.  
  1129. FontEditor    Does what the name implies, edits font's.
  1130.         Author:  Tim Robinson
  1131.         Author's suggested shareware donation: $5
  1132.  
  1133. MenuEditor    Create and edit menus, saving the result as either
  1134.         a binary file for further editing or as C source for
  1135.         inclusion in a program.
  1136.         Author:  David Pehrson
  1137.         Author's suggested shareware donation: $15
  1138.  
  1139. StarTerm    Starterm version 3.0.  Very nice telecommunications
  1140.         program.
  1141.         Author:  Jim Nangano
  1142.         Author's suggested shareware donation: $20
  1143.  
  1144. ==========================  Contents of Disk 031  ==========================
  1145.  
  1146. This is disk 31 of the freely distributable AMIGA software library.
  1147.  
  1148. Life        Executes the cellular automata game of LIFE in the
  1149.         blitter chip.  Uses a 318 by 188 display and runs at
  1150.         19.8 generations per second.
  1151.         Author: Tomas Rokicki
  1152.  
  1153. Mandelbrot    Latest version of Robert French's mandelbrot program,
  1154.         version 3.00.
  1155.         Author: Robert French
  1156.  
  1157. MxExample    Example of mutual exclusion gadget handling.
  1158.         Author: Davide Cervone
  1159.  
  1160. RamSpeed    Program to measure raw memory speed, comparing internal
  1161.         memory to the external memory.
  1162.         Author: Perry Kivolowitz
  1163.  
  1164. Set        Replacement for the Manx "set" command (to set or
  1165.         change environment variables) with several
  1166.         improvements.
  1167.         Author: Tomas Rokicki
  1168.  
  1169. Tree        Draws a recursive tree (green leafy type, not files).
  1170.         Author: Robert French (original version by W. Balthrop)
  1171.  
  1172. TxEd        Latest demo version of Microsmith's text editor, TxEd.
  1173.         This is the full production version except that files are
  1174.         limited to 10K bytes in length and the search/replace
  1175.         functions are disabled.  Also, demo is based on an older
  1176.         version of TxEd, new release has additional features.
  1177.         Author: Charlie Heath
  1178.  
  1179. VDraw        Drawing program, based on freedraw, but now transformed
  1180.         and enhanced beyond recognition.  Draws hollow boxes, 
  1181.         filled boxes, freehand sketches, lines, circles, and arcs.
  1182.         Also has area fill, text insertion, 16 different line
  1183.         patterns, predefined area fill patterns, a magnify mode,
  1184.         cut and paste, color inversion, erase, grid pattern, and
  1185.         more.  This is version 1.08.
  1186.         Author:  Stephen Vermeulen
  1187.  
  1188. Xicon        Contains two programs; Xicon which lets you use icons to
  1189.         call up scripts containing CLI commands, and Ticon, which
  1190.         is a simple program to display text files from icons.
  1191.         Author: Pete Goodeve
  1192.  
  1193. ==========================  Contents of Disk 032  ==========================
  1194.  
  1195. This is disk 32 of the freely distributable AMIGA software library.
  1196.  
  1197. Address        Extended address book written in AmigaBasic.
  1198.         Author: Mark Hurst
  1199.  
  1200. Calendar    Calendar/diary program written in AmigaBasic.
  1201.         Author: Mark Hurst
  1202.  
  1203. DosPlus1    First volume of CLI oriented tools for developers.
  1204.         Executables only.
  1205.         Author: Bill Beogelein
  1206.  
  1207. DosPlus2    Second volume of CLI oriented tools for developers.
  1208.         Executables only.
  1209.         Author: Bill Beogelein
  1210.  
  1211. MacView        Allows viewing of a standard MacPaint picture file in
  1212.         either Amiga low resolution (320 x 200) or high
  1213.         resolution (640 x 400).  Executable only.
  1214.         Author: Scott Evernden
  1215.  
  1216. Puzzle        Simulation of puzzle with moving square tiles.
  1217.         Executable only.
  1218.         Author: Bill Beogelein
  1219.  
  1220. ShowHAM        Program to display HAM (Hold And Modify) mode images
  1221.         from the CLI environment.  Executable only.
  1222.         Author: Unknown
  1223.  
  1224. Solitaire    Two new ABasiC games, Canfield and Klondike.
  1225.         Author: David Addison
  1226.  
  1227. Spin3        Simple program that creates spinning cubes and transforms
  1228.         them into op-art.  Example of how to create a double
  1229.         buffered display with color tables that can be changed.
  1230.         Author: Ronald Peterson
  1231.  
  1232. Sword        Sword of Fallen Angel.  Text adventure game written
  1233.         in AmigaBasic.
  1234.         Author: Andry Rachmat
  1235.  
  1236. Trails        Cute little program that leaves a trail behind the
  1237.         pointer when the mouse is moved.  The trail has
  1238.         programmable symmetry, thickness, and length.
  1239.         The other interesting thing about this program is
  1240.         that it is written in Modula-2 (source provided).
  1241.         Author: Richie Bielak
  1242.  
  1243. ==========================  Contents of Disk 033  ==========================
  1244.  
  1245. This is disk 33 of the freely distributable AMIGA software library.
  1246.  
  1247. 3dstars        3d version of Leo's "stars" program (also on this disk).
  1248.         Author: Leo Schwab
  1249.  
  1250. Bigmap        Program which demonstrates how to use the low-level
  1251.         graphics calls, ScrollVPort especially.  Demonstrates
  1252.         scrolling around inside a very big bitmap.
  1253.         Author: Leo Schwab
  1254.  
  1255. Dbuf.gels    Sample program that demonstrates the animation routines
  1256.         for Bobs and VSprites.  Uses double buffering to smooth
  1257.         the display motion.
  1258.         Author: David Lucas
  1259.  
  1260. DiskMapper    Displays sector allocation of floppy disks.
  1261.         Author: Leo Schwab
  1262.  
  1263. MemView        Program which sets up a direct window into RAM, thus
  1264.         dynamically displaying the contents of memory.
  1265.         Author: Leo Schwab
  1266.  
  1267. Oing        Displays a window full of little bouncing balls.
  1268.         Author: Leo Schwab
  1269.  
  1270. ScreenDump    Dumps rastport of highest screen/window to printer.
  1271.         Author: Carolyn Scheppner
  1272.  
  1273. Sdb        Simple database program, originally released on a
  1274.         DECUS VAX SIG tape.
  1275.         Author: Unknown, Amiga port by Mic Kaczmarczik
  1276.  
  1277. Sproing        Same as Oing but includes sounds of balls colliding with
  1278.         boundries.
  1279.         Author: Leo Schwab
  1280.  
  1281. Stars        Displays a screen full of stars, reminiscent of a view
  1282.         from the starship Enterprise's flight deck.
  1283.         Author: Leo Schwab
  1284.  
  1285. TermPlus    Yet another variant of Michael Mournier's AmigaTerm
  1286.         program.  This one includes improved ascii capture,
  1287.         CRC and checksum xmodem protocol transfers, CompuServe
  1288.         B-protocol transfers, a phone library, function key
  1289.         support, and limited AmigaDOS functions.
  1290.         Author:  Enhancements by Bob Rakosky
  1291.  
  1292. Vt100        Release 2.0 of Dave's version of AmigaTerm.
  1293.         Includes support for function keys and script files.
  1294.         Author: Enhancements by Dave Wecker and Steve Drew.
  1295.  
  1296. ==========================  Contents of Disk 034  ==========================
  1297.  
  1298. This is disk 34 of the freely distributable AMIGA software library.
  1299.  
  1300. Alint        Support files for Gimpel lint to make it useful on the
  1301.         Amiga.
  1302.         Author: Thomas Althoff
  1303.  
  1304. Blink        A linker written as a replacement for Alink.  Fully
  1305.         Alink compatible and supports many additional options
  1306.         not found in Alink.  Also is much faster than Alink and
  1307.         generates smaller executable files.  Version 5.7
  1308.         Author: Combined efforts of the Software Distillery
  1309.  
  1310. Browser        Updated version of the browser program released on disk
  1311.         number 18.  This one has been "manxified", has scroll
  1312.         bars, and several bugs fixed.
  1313.         Author: Mike Meyer, enhancements and fixes by Bob Leivian
  1314.  
  1315. Btree        Routines to implement a B-tree algorithm and several
  1316.         accompanying tests, apparently derived from the single
  1317.         file version also included on this disk under "Btree2".
  1318.         Still buggy, but looks useful with a little work.
  1319.         Author: Richard Hellier, posted to usenet by Steve Jefferson
  1320.  
  1321. Btree2        Previous (original) version of btree routines.
  1322.         Author: Richard Hellier
  1323.  
  1324. Calendar    Appointment calendar that lets you visually add and
  1325.         update appointments.  Can also run in background and
  1326.         remind you 15 minutes before any scheduled event.
  1327.         Author: Unknown, Amiga port by Bob Leivian
  1328.  
  1329. Less        Like Unix "more", only better, with forward and
  1330.         backward scrolling, searching and positioning by
  1331.         percent of file and line number, etc.  Very useful!
  1332.         Author: Mark Nudelman, Amiga port by Bob Leivian
  1333.  
  1334. NewFonts    Set of 28 new Amiga fonts.
  1335.         Author: Bill Fischer
  1336.  
  1337. Pr        A background print utility with several options for
  1338.         letter quality compressed mode and line numbers.  Also
  1339.         takes multiple files and wildcards.
  1340.         Author: Bob Leivian
  1341.  
  1342. Requester    A file name requester that looks like the one used in
  1343.         Deluxe Paint, and a sample program for using the
  1344.         requester.
  1345.         Author: Kevin Clague
  1346.  
  1347. ==========================  Contents of Disk 035  ==========================
  1348.  
  1349. This is disk 35 of the freely distributable AMIGA software library.
  1350.  
  1351. ASendPacket    Example program for sending multiple packets asynchronously
  1352.         to a dos handler, for those interested in implementing
  1353.         programs with asynchronous AmigaDos file I/O.
  1354.         Author: Phillip Lindsay
  1355.  
  1356. ConsoleWindow    Example program for finding the intuition pointer to an
  1357.         AmigaDos CON: or RAW: window, so you can do WindowToFront,
  1358.         graphics, and other interesting things.
  1359.         (Requires AmigaDos 1.2)
  1360.         Author: Andy Finkel and Robert Burns
  1361.  
  1362. DirUtil        Nice little program to wander around directory tree
  1363.         using a windowing interface and performing various
  1364.         operations on files.
  1365.         Author: Chris Nicotra, enhancements by Dave Jobusch
  1366.  
  1367. DirUtil2    Another variant of dirutil.
  1368.         Author: Chris Nicotra, enhancements by Ed Alford
  1369.  
  1370. FileRequester    A very nice file requester module for lattice C programs,
  1371.         along with a demo driver program.
  1372.         Author: Charlie Heath
  1373.  
  1374. MacView        Allows viewing of standard MacPaint picture files in
  1375.         either Amiga low resolution (320 x 200) or high
  1376.         resolution (640 x 400).  Executable, sample pictures,
  1377.         and icons (version on disk 32 did not include pictures).
  1378.         Author: Scott Evernden
  1379.         
  1380. Plop        Short, simple, no-frills IFF reader program, and
  1381.         a sample picture made using a ray tracing algorithm.
  1382.         Author: Jim Kent
  1383.  
  1384. PopCLI        Provides a simple way of starting another CLI at any
  1385.         time without having to load workbench or exit whatever
  1386.         program you may be using.  Also has a builtin screen
  1387.         saver mode that automatically blanks the Amiga console
  1388.         screen when there has been no input for a specified
  1389.         period of time.
  1390.         Author: John Toebes
  1391.  
  1392. QuickCopy    Three versions of quickcopy, a nice little full disk
  1393.         copier.  Two of the versions are capable of making 
  1394.         backup copies of "protected" Electronic Art's disks.
  1395.         Author: Dave Devenport
  1396.  
  1397. ScrollPf    Creates and displays a 400 by 300 by 2 bit plane
  1398.         playfield on top of a 320 by 200, 2 plane deep
  1399.         playfield, as a demo of dual playfield display.
  1400.         Author: Carolyn Scheppner
  1401.  
  1402. SendPacket    General purpose subroutine to send AmigaDos packets.
  1403.         Author: Phillip Lindsay
  1404.  
  1405. SpriteMaker    Program which lets you paint sprites and then converts
  1406.         the image into a C data structure to be used in programs.
  1407.         Allows interactive testing of the sprite as a pointer.
  1408.         Suggested shareware donation of $15 for source code and
  1409.         updates.
  1410.         Author: Ray Larson
  1411.  
  1412. Tracker        Program which converts a boot-load disk (I.E. a kickstart
  1413.         disk) into a group of files for electronic transmission
  1414.         and reassembly.  Completely preserves the original disk
  1415.         structure so the target disk will be an exact duplicate
  1416.         of the original.
  1417.         Author: Brad (Lord Bradford) Wilson
  1418.  
  1419. TriClops    Very nice graphics oriented 3-D space invasion game.
  1420.         This was previously a commercial product which is
  1421.         being released into the public domain for promotional
  1422.         purposes (they are working on a multiuser, multimachine
  1423.         version).
  1424.         Author: Unknown, published by Geodesic Publications
  1425.  
  1426. Tsize        A simple utility to print directory tree sizes.  Displays
  1427.         the total size of all files and subdirectories within a
  1428.         given directory.
  1429.         Author: Edmund Burnette
  1430.  
  1431. UnIfdef        Useful program for removing ifdef'ed sections from a file
  1432.         while otherwise leaving the file alone.  Allows one source
  1433.         to be used as a porting base for many machines, without
  1434.         shipping the entire source to every source customer.
  1435.         (Preprocess for their machine and send them only the
  1436.         source for their specific machine).
  1437.         Author: Dave Yost
  1438.  
  1439. Vttest        Program to test compatibility of vt100-compatible 
  1440.         terminals and terminal emulators.  Requires the
  1441.         resources of a Unix system to test an Amiga hosted
  1442.         vt100 emulator.  (I haven't yet found one that even
  1443.         comes close to passing this test!).
  1444.         Author: Per Lindberg
  1445.  
  1446. ==========================  Contents of Disk 036  ==========================
  1447.  
  1448. This is disk 36 of the freely distributable AMIGA software library.
  1449.  
  1450. Acp        A copy program with filename expansion and argument
  1451.         interpretation like the unix cp.
  1452.         Author: Fred Cassirer
  1453.  
  1454. Clock        Updated version of the clock program released on disk
  1455.         number 15.  Adds seconds display, free memory display,
  1456.         and faster updates.
  1457.         Author: Mike Meyer
  1458.  
  1459. Csh        Csh like alternative to the CLI, with changes to
  1460.         compile under Manx with 16-bit ints.  Has alias,
  1461.         builtin functions like "dir" for speed, history,
  1462.         named variables, command re-execution with substitution,
  1463.         etc.  Version 2.01A.
  1464.         Author: Matt Dillon
  1465.  
  1466. DietAid        Diet planning aid to allow the user to compile lists
  1467.         of ingredients (recipes) and automatically compute
  1468.         calorie totals, etc.  This is a shareware program
  1469.         ($10 suggested) that was submitted by the author
  1470.         for inclusion in the library.
  1471.         Author: Terry Gintz
  1472.  
  1473. Echo        An improved echo command with options to control
  1474.         color, screen placement of text, etc.
  1475.         Author: Larry Phillips
  1476.  
  1477. FixHunk        A program to modify executable files to allow them to
  1478.         run in external memory.  It forces all DATA and BSS hunks
  1479.         in the file to be loaded into CHIP memory.  CODE hunks will
  1480.         still load into FAST ram if available.  Version 1.2a.
  1481.         Author: D.J. James
  1482.  
  1483. Fm        File mapper program.  Uses trackdisk device to grab
  1484.         sectors and traverse the filesystem to find out what
  1485.         sectors a particular file occupies.
  1486.         Author: Leo Schwab
  1487.  
  1488. KickBench    Instructions and programs for creating and using a
  1489.         combined KickStart and WorkBench disk, so only one
  1490.         disk is need to reboot.  Allows the system to reboot
  1491.         unattended after a power failure.  Requires disked from
  1492.         developer's disk.
  1493.         Author: Alonzo Gariepy
  1494.  
  1495. Lex        A program (not to be confused with the Unix lex program
  1496.         which is a lexical analyzer generator) which computes
  1497.         various readability metrics for text files.  Computes
  1498.         Gunning-Fog, Flesh, and Kincaid indices.
  1499.         Author: Jeff Sullivan
  1500.  
  1501. TunnelVision    Another fine ABasiC game from David Addison.  This is 
  1502.         a maze game with a 3-D perspective view from inside the
  1503.         maze.
  1504.         Author: David Addison
  1505.  
  1506. Vc        Visicalc-like spreadsheet calculator program.
  1507.         Author:  James Gosling, Amiga port by Peter Hardie
  1508.  
  1509. Vt100        Version 2.2 of Dave's vt100 emulator program including
  1510.         Xmodem and Kermit file transfer protocols.
  1511.         Author: Dave Wecker
  1512.  
  1513. YaBoing        A game program demonstrating hardware sprite usage,
  1514.         including collision detection.
  1515.         Author: Ali Ozer, based on original by Leo Schwab
  1516.  
  1517. ==========================  Contents of Disk 037  ==========================
  1518.  
  1519. This is disk 37 of the freely distributable AMIGA software library.
  1520.  
  1521. It is port of Timothy Budd's Little Smalltalk system, done by Bill
  1522. Kinnersley at Washington State University.
  1523.  
  1524. The disk is unchanged except for the following:
  1525.  
  1526.     (1)    I have added this file, README.list37.
  1527.  
  1528.     (2)    I have added the standard distribution info file,
  1529.         README.dist.
  1530.  
  1531.     (3)    In order to make room for the above two files (the
  1532.         disk only had 2 free blocks) I filtered all the text
  1533.         files in the sources, docs, and examples directories
  1534.         through a program to remove extraneous CR (^M) characters
  1535.         from the end of each line.  This also makes the files
  1536.         conform to standard Amiga and Unix line delimiter 
  1537.         conventions.  I hope this didn't break anything else
  1538.         in the process...
  1539.  
  1540.     (4)    I have added the file sources/Makefile to help people
  1541.         who want to recompile the sources.  It uses my cc 
  1542.         frontend.  I was able to compile and link an executable
  1543.         that was almost the same size as the one Bill provided
  1544.         (100 bytes smaller) using Manx 3.20B in 16-bit int mode,
  1545.         but it aborted immediately with an error message, so
  1546.         beware.
  1547.  
  1548. -Fred
  1549.  
  1550. ==========================  Contents of Disk 038  ==========================
  1551.  
  1552. This is disk 38 of the freely distributable AMIGA software library.
  1553.  
  1554. CSquared    Implementation of Circle Squared algorthm from Sept '86
  1555.         Scientific American "Computer Recreations" column.
  1556.         Produces wildly colorful but mathematically precise
  1557.         patterns.
  1558.         Author:  Bill DuPree
  1559.  
  1560. FixObj        Strip extraneous garbage off the end of object files
  1561.         transfered with xmodem.  Does not require preknowledge
  1562.         of actual file length, uses knowledge of Amiga file
  1563.         structure.  Version 1.1 (update to copy on disk #10).
  1564.         Author:  John Hodgson
  1565.  
  1566. Handler        An example that implements an AmigaDos Handler (device)
  1567.         in non-BCPL format.
  1568.         Author:  Phillip Lindsay
  1569.  
  1570. Hp-10c        Program that mimics an HP-10c (Hewlett Packard calculator),
  1571.         written in TDI Modula2.
  1572.         Author:  Duncan Prindle
  1573.  
  1574. IffDump        Two programs for manipulating IFF files.  IFFENCODE grabs
  1575.         an active screen and writes it to a file in IFF format.
  1576.         IFFDUMP decodes information in arbitrary IFF files and
  1577.         prints it in a human readable form.
  1578.         Author:  Matt Dillon
  1579.  
  1580. Jsh        A simple command line interpreter drawing on features from
  1581.         the BSD C shell.
  1582.         Author:  Jim Kent
  1583.  
  1584. NewStat        Replacement program for the AmigaDOS STATUS command.  Prints
  1585.         task number, priority, address of process, command line 
  1586.         being executed, current directory, etc.
  1587.         Author:  James Synge
  1588.  
  1589. Reversi        Program to play reversi game.  Version 6.1.
  1590.         Author:  Manuel Almudevar
  1591.  
  1592. UUdecode    Programs to encode/decode binary files for transmittal
  1593.         via mail, or other text-only methods.  Binary file is
  1594.         expanded by approximately 35% for transmittal.
  1595.         Author:  Mark Horton
  1596.  
  1597. Vdraw        Drawing program, based on freedraw, but now transformed
  1598.         and enhanced beyond recognition.  This is version 1.14.
  1599.         This shareware program (suggested $15 donation) was
  1600.         submitted by the author for inclusion in the library.
  1601.         Author:  Stephen Vermeulen
  1602.  
  1603. VoiceFiler    Voice filer program for Yamaha DX series synthesizers.
  1604.         Voices are transfered to and from the Amiga over MIDI.
  1605.         Author:  Jack Deckard
  1606.  
  1607. Window        Sample program which shows how to create a DOS window
  1608.         in a custom screen.
  1609.         Author:  Andy Finkel
  1610.  
  1611. ==========================  Contents of Disk 039  ==========================
  1612.  
  1613. This is disk 39 of the freely distributable AMIGA software library.
  1614.  
  1615. AnsiEcho    Some commands written in assembler.  Includes an
  1616.         echo command, touch, list, cls (clear screen), and ask
  1617.         (wait for user input).
  1618.         Author:  Dewi Williams
  1619.  
  1620. Display        Graphics display program to display HAM images from a
  1621.         ray tracing program.  Includes some really spectacular
  1622.         pictures.
  1623.         Author:  Dave Wecker
  1624.  
  1625. Driver        Demo device driver in source.  Functions as a RAM disk
  1626.         for demonstration purposes.
  1627.         Author:  Lee Erickson
  1628.  
  1629. Xlisp        Small lisp type interpreter, binary only (source to
  1630.         older version was on disk #18).  Version 1.7.
  1631.         Author:  Dave Betz
  1632. ==========================  Contents of Disk 040  ==========================
  1633.  
  1634. This is disk 40 of the freely distributable AMIGA software library.
  1635.  
  1636. Note that many of the programs on this disk are shareware/freeware.
  1637. This means that if you find them useful, you are morally obligated
  1638. to send a small donation to the author to help support his efforts and
  1639. fund further development.  I hope that by including them in this
  1640. library I have furthered the author's goals of widest possible
  1641. distribution and thus maximum return.  Also note (for those that
  1642. like to split hairs) that I am distributing this disk as a "freebee".
  1643. To receive a copy, just request it when ordering any other disks from
  1644. the library.
  1645.  
  1646. Ahost        Amiga terminal emulator featuring ANSI terminal emulation,
  1647.         file transfer with CompuServe's B-Protocol, Kermit, and
  1648.         Xmodem, user definable function keys, script language,
  1649.         RLE graphics and a special conference mode for use
  1650.         with CIS.   Version 0.9.
  1651.         Author:  Steve Wilhite & George Jones
  1652.  
  1653. AmigaMonitor    Dynamically display the state of the machine, including
  1654.         open files, active tasks, resources, device states, 
  1655.         interrupts, libraries, ports, etc.  Display window into
  1656.         memory.  Version 0.21.  Suggested $15 donation.
  1657.         Author:  Jim Voris
  1658.  
  1659. Arc        The ubiquitous compressing archiver program that
  1660.         has become the de facto standard for distributing
  1661.         binaries and multi-file postings on most BBS's.
  1662.         This is Amiga version 0.16, a port of arc version v5.0.
  1663.         Suggested $35-$50 donation.
  1664.         Author:  System Enhancement Associates
  1665.              Amiga version by Raymond Brand
  1666.  
  1667. AreaCode    Program which decodes area codes into state and locality.
  1668.         Version 1.5.
  1669.         Author:  Bill Beogelein
  1670.  
  1671. Blink        A linker written as a replacement for Alink.  Fully
  1672.         Alink compatible and supports many additional options
  1673.         not found in Alink.  Also is much faster than Alink
  1674.         and produces smaller executable files.  Version 6.5.
  1675.         Author:  Combined efforts of the Software Distillery
  1676.  
  1677. Cosmo        An "asteriods" clone.  Suggested $6 donation.
  1678.         Author:  John Harris
  1679.  
  1680. Dg210        Data General D-210 Terminal emulator.  Suggested $12 
  1681.         donation.
  1682.         Author:  Steve Lenz
  1683.  
  1684. DirUtil        Nice little program to wander around directory tree using
  1685.         a windowing interface and performing various operations
  1686.         on files.  Version 1.4.
  1687.         Author:  Chris Nicotra, enhancements by Dave Jobusch
  1688.  
  1689. DOSHelper    Windowing program to print help information about various
  1690.         dos commands.  Version 1.60.  Suggested $10 donation.
  1691.         Author:  John Youells
  1692.  
  1693. PagePrint    Prints text files with date/time header, page breaks, and
  1694.         line numbers.  Suggested $10 donation.
  1695.         Author:  Phil Mercurio
  1696.  
  1697. PopCLI        Provides a simple way of starting another CLI at any
  1698.         time without having to load workbench or exit whatever
  1699.         program you may be using.  Also has a builtin screen
  1700.         saver mode that automatically blanks the Amiga console
  1701.         screen when there has been no input for a specified
  1702.         period of time.  Version II, which now includes source.
  1703.         Author: John Toebes
  1704.  
  1705. SpriteEd    Lets you simultaneously edit two sprite pairs to form
  1706.         a double wide sprite image.  Suggested $10 donation.
  1707.         Author:  Scott Lamb
  1708.  
  1709. X-Spell        A spelling checker to proofread text files and then allow
  1710.         you to move through the document, deciding what to do with
  1711.         the misspelled words.  Suggested $15 donation.
  1712.         Author:  Hayes Haugen
  1713.  
  1714. ==========================  Contents of Disk 041  ==========================
  1715.  
  1716. This is disk 41 of the freely distributable AMIGA software library.
  1717.  
  1718. AmigaVenture    A program which allows you to write your own Infocom-style
  1719.         adventure programs in AmigaBasic.  It is a full-featured
  1720.         adventure parser, including direct and indirect objects,
  1721.         multiple object processing, adjectives, automatic
  1722.         ambiguity resolution, and subordinate clauses.  The
  1723.         parser includes support for one, two, or three-word verbs,
  1724.         and a full set of object-manipulation primitives.
  1725.         Author:  Mitsuharu Hadeishi
  1726.  
  1727. Csh        Version 2.03 of Matt's Csh-like shell.  Executable only.
  1728.         Author:  Matt Dillon
  1729.  
  1730. Dbug        Macro based C debugging package.  Machine independent.
  1731.         Provides function trace, selective printing of internal 
  1732.         state information, and more.  First released on disk #2.
  1733.         This version includes some bug fixes and enhancements.
  1734.         Author:  Fred Fish
  1735.         
  1736. DualPlayField    An example of using a dual-playfield screen, using a
  1737.         method contrary to documentation in the Intuition
  1738.         Manual.
  1739.         Author:  Jim Mackraz
  1740.  
  1741. GetFile        A very nice file name requester.  Unlike the earlier
  1742.         version on disk #35, this version includes source code.
  1743.         Author:  Charlie Heath
  1744.  
  1745. LatticeXref    A cross reference listing of all symbols defined in the
  1746.         Lattice 3.10 header files.  Sorted alphabetically by
  1747.         symbol string, includes file name and line number of all
  1748.         references and/or definitions.
  1749.         Author:  Fred Fish
  1750.  
  1751. Lines        A line drawing demo program, reminiscent of the "sparks"
  1752.         program on disk #9.
  1753.         Author:  Paul Jatkowski
  1754.  
  1755. SetFont        A program to change the font used in a workbench screen.
  1756.         Includes several sample fonts of various sizes.
  1757.         Author:  Michael McInerny
  1758.  
  1759. Vt100        Version 2.3 of the ever popular vt100 terminal program.
  1760.         Includes xmodem and kermit file transfer protocols.
  1761.         Author:  Dave Wecker
  1762.  
  1763. ==========================  Contents of Disk 042  ==========================
  1764.  
  1765. This is disk 42 of the freely distributable AMIGA software library.
  1766. To quote the "Read Me First" file:
  1767.  
  1768.     This diskette contains the Amiga version of MicroGNUEmacs (MG),
  1769.     a small but powerful text editor that runs on many other computer
  1770.     systems besides the Amiga.  One of MG's major goals is to be
  1771.     compatible with its cousin GNU Emacs, so certain features you
  1772.     may have seen in other versions of MicroEmacs may work differently
  1773.     here, or not exist.  Hopefully, you'll find the added features MG
  1774.     provides to be worth the trouble it takes to make the switch. 
  1775.  
  1776. From the "Read Me Second" file:
  1777.  
  1778.     This is the fourth Beta distribution of MicroGnuEmacs.  Beyond the
  1779.     work of Dave Conroy, author of the original public domain v30, this
  1780.     contains the efforts of:
  1781.  
  1782.     mwm@ucbopal.berkeley.edu    Mike Meyer
  1783.     mic@ngp.utexas.edu        Mic Kaczmarczik
  1784.     blarson@usc-oberon.arpa        Bob Larson
  1785.     rtech!daveb@sun.com        Dave Brower
  1786.  
  1787. A very nice job guys!  Congratulations.
  1788.  
  1789. This disk is essentially unchanged except that I have added the usual
  1790. README.dist and README.list files, along with changing the volume name
  1791. to AmigaLibDisk42.  The original volume name was "MG 1a".
  1792.  
  1793. ==========================  Contents of Disk 043  ==========================
  1794.  
  1795. This is disk 43 of the freely distributable AMIGA software library.
  1796.  
  1797. BasicBoing    An AmigaBasic program which shows animation by page
  1798.         flipping.  Precalculates all views of a rotating 3
  1799.         dimensional cube and then cycles through them rapidly
  1800.         for animation.
  1801.         Author:  Arthur Blume
  1802.  
  1803. Bbm        Demo copy of B.E.S.T. Software's Business Management
  1804.         System.  It is a full implementation with file sizes
  1805.         reduced for demo purposes.
  1806.         Author:  Business Electronics Software & Technology Inc.
  1807.  
  1808. BbsList        A list of Bulletin Board Systems which support the
  1809.         Amiga.  The list was compiled from a list on Delphi,
  1810.         Compuserve, bathroom walls, etc.
  1811.         Author:  Dick Sheffold
  1812.  
  1813. Cc        C compiler frontends for Manx and Lattice C, developed
  1814.         independently by Jay Ts.  These automatically filter off
  1815.         the annoying banner messages from various passes of
  1816.         the compilers.
  1817.         Author:  Jay Ts
  1818.  
  1819. Copper        A copper list disassembler.  Dumps the contents of a
  1820.         hardware copper instruction list.
  1821.         Author:  Scott Evernden
  1822.  
  1823. InstIFF        A program which converts sampled sound files from the
  1824.         Instruments dealer demo disks to IFF sampled sound files
  1825.         in a FORM 8SVX.
  1826.         Author:  Bobby Deen
  1827.  
  1828. PopColours    Lets you change the Red/Green/Blue components of any
  1829.         color register, on any screen currently in the system.
  1830.         Uses a movable window with slider gadgets.  Very well
  1831.         done.  Version 1.0, November 1986.
  1832.         Author:  Chris Zamara and Nick Sullivan
  1833.  
  1834. SpriteClock    A very simple clock that uses a sprite as it's display
  1835.         medium, thus allowing it to be displayed on top of all
  1836.         other screens.  Includes source in assembly language.
  1837.         Author:  Darrel Schneider
  1838.  
  1839. STEmulator    Turns your Amiga into an Atari ST (sort of).  Be sure
  1840.         to read the README file for the true story...
  1841.         Author:  David Addison
  1842.  
  1843. WBrun        A program designed to allow any program to be invoked from
  1844.         CLI yet behave as if it were invoked from Workbench.
  1845.         Workbench need not be loaded, thus saving the memory that
  1846.         Workbench would normally use.
  1847.         Author:  John Toebes
  1848.  
  1849. Wild        Two versions of Unix shell style wildcard matching routines.
  1850.         Author:  Rich Salz and Fred Fish
  1851.  
  1852. ==========================  Contents of Disk 044  ==========================
  1853.  
  1854. This is disk 44 of the freely distributable AMIGA software library.
  1855.  
  1856. Icons        Some miscellaneous icons for your viewing pleasure.
  1857.         Author:  Unknown
  1858.  
  1859. NewIFF        Some new iff material dealing with sampled voice
  1860.         and music iff files.
  1861.         Author:  Posted to usenet by Carolyn Scheppner
  1862.  
  1863. RayTracePics    Ray tracing pictures, some of which appeared on disk
  1864.         number 39, but now in IFF HAM format for MUCH faster
  1865.         loading and compatibility with existing IFF tools.
  1866.         Author:  Dave Wecker
  1867.  
  1868. ViewILBM    Reads an ILBM file and displays as a screen/window
  1869.         until closed.  Handles normal and HAM ILBM's.
  1870.         Author:  Based on ShowILBM, enhanced by Carolyn Scheppner
  1871.  
  1872. ==========================  Contents of Disk 045  ==========================
  1873.  
  1874. This is disk 45 of the freely distributable AMIGA software library.
  1875.  
  1876. Clue        Clue board game.  Nice.
  1877.         Author:  Greg Pryor
  1878.  
  1879. Make        Another version of make that seems to be more complete
  1880.         than many other PD makes.
  1881.         Author:  Unknown, downloaded from the Software Distillery
  1882.  
  1883. Pictures    Miscellaneous pictures selected from dozens of pictures
  1884.         that have come my way since the last full art disk.
  1885.         Author:  Rich Payne, Grace Rohlfs, and others.
  1886.  
  1887. Update        Used to update an older working disk with files from a
  1888.         newly released disk.  Files on the older disk that are
  1889.         out of date will be upgraded with files from the new disk.
  1890.         Author:  Unknown, downloaded from Software Distillery
  1891.  
  1892. WhereIs        Program which searches a disk for the first or multiple
  1893.         occurances of a file with a given name.
  1894.         Author:  Steve Poling
  1895.  
  1896. ==========================  Contents of Disk 046  ==========================
  1897.  
  1898. This is disk 46 of the freely distributable AMIGA software library.
  1899.  
  1900. Asm        A shareware macro assembler, submitted by the author.
  1901.         Asm is a 68010 macro assembler that is compatible with
  1902.         the assembler described in the AmigaDOS manual.
  1903.         Author:  Douglas Leavitt
  1904.  
  1905. CheckModem    A program which provides for executing other programs
  1906.         from your startup file, if and only if there is actually
  1907.         a modem connected to the serial port.
  1908.         Author:  Matt Dillon
  1909.  
  1910. Egad        A gadget editor from the Programmers Network.  Very
  1911.         nicely done and very useful.
  1912.         Author:  John Draper, Ray Larson, Brent Southard, and
  1913.              Dave Milligan
  1914.  
  1915. Jive        A filter program which transforms its standard input
  1916.         to "jive" on its standard output.
  1917.         Author:  Unknown
  1918.  
  1919. My.lib        A binary only copy of Matt's alternate runtime library.
  1920.         Author:  Matt Dillon
  1921.  
  1922. ProffMacros    Subset implementations of the Berkeley "ms" and System V
  1923.         "mm" macro packages, for the proff program.
  1924.         Author:  Tony Andrews and George Walker
  1925.  
  1926. ValSpeak    A filter program which transforms its standard input
  1927.         to "valspeak" on its standard output.
  1928.         Author:  Unknown
  1929.  
  1930. ==========================  Contents of Disk 047  ==========================
  1931.  
  1932. This is disk 47 of the freely distributable AMIGA software library.
  1933.  
  1934. 3D-Arm        The first stage of a larger project to study goal
  1935.         directed animation of articulated objects (objects
  1936.         which can move with various degrees of freedom but are
  1937.         constrained by attachment to other links within the
  1938.         object).  This program demonstrates goal directed
  1939.         animation with a simulated 3-dimensional robot arm.
  1940.         Includes source.
  1941.         Author:  Bob Laughlin
  1942.  
  1943. Juggler        Stunning animation of a robot juggler with ray
  1944.         traced reflective spheres.  Uses HAM mode display
  1945.         and sound effects to boot!
  1946.         Author:  Eric Graham
  1947.  
  1948. Vt100        Version 2.4 of Dave's vt100 terminal emulator.
  1949.         Includes xmodem and kermit file transfer protocols.
  1950.         Author:  Dave Wecker
  1951.  
  1952. ==========================  Contents of Disk 048  ==========================
  1953.  
  1954. This is disk 48 of the freely distributable AMIGA software library.
  1955.  
  1956. Bru        Alpha 1 version of a hard disk and/or file archiver
  1957.         written for Unix.  This is a vanilla port, with very
  1958.         little Amiga smarts, but it is usable.  This is also
  1959.         the last freely redistributable version.
  1960.         Author:  Fred Fish
  1961.  
  1962. Comm        A vt100 like terminal emulator with built in support
  1963.         for key functions and a phone number database.
  1964.         Version 1.30.
  1965.         Author:  DJ James
  1966.  
  1967. Csh2.04        Version 2.04 of Matt's csh-like shell.  Includes source.
  1968.         Author:  Matt Dillon
  1969.  
  1970. Csh2.04M    Version 2.04 of Matt's csh-like shell, heavily modified
  1971.         for Manx C.  Includes source.
  1972.         Author:  Matt Dillon, Manx version by Steve Drew
  1973.  
  1974. Diskperf    A disk benchmark program which runs on both Unix and the
  1975.         Amiga.
  1976.         Author:  Rick Spanbauer
  1977.  
  1978. Du        Computes disk usage of a file or directory (including
  1979.         subdirectories).  Very handy.
  1980.         Author:  Joe Mueller
  1981.  
  1982. MemWatch    Memwatch is a program intended to sit in the background
  1983.         and watch for random trashing of low memory by an
  1984.         application under development.  If it detects a write
  1985.         to low memory, it repairs it to what used to be there,
  1986.         then puts up a requester indicating what damage had been
  1987.         done.  Very useful!
  1988.         Author:  John Toebes
  1989.  
  1990. Profiler    A realtime execution profiler for Manx 3.30E.  Using this
  1991.         you can identify what sections of your program are using
  1992.         the most time, or being executed the most, and optimize
  1993.         as appropriate.  I was able to double the speed of some
  1994.         programs by using this tool.  Includes source.
  1995.         Author:  Tomas Rokicki
  1996.  
  1997. ==========================  Contents of Disk 049  ==========================
  1998.  
  1999. This is disk 49 of the freely distributable AMIGA software library.
  2000.  
  2001. Cycloids    An updated version of the hypocycloids (electronic
  2002.         spirograph) program first released on disk number 27.
  2003.         Author:  Terry Gintz
  2004.  
  2005. DirUtil        An enhanced version of the dirutil from disk number 35.
  2006.         Dirutil is a program to wander around a directory tree
  2007.         and perform various operations on files.  See README file
  2008.         for list of new features.
  2009.         Author:  Chris Nicotra, enhancements by Johan Widen
  2010.  
  2011. Multidef    A program to scan a collection of object and library
  2012.         files and identify multiply defined symbols.  This is
  2013.         useful to locate subtle problems where user defined
  2014.         symbols override library symbols.
  2015.         Author: Paul Jatkowski
  2016.  
  2017. MyUpdate    A disk update utility that also provides support for
  2018.         automatically stripping comments from C header files
  2019.         and for interactive verification on a per file basis.
  2020.         Author:  Joe Mueller
  2021.  
  2022. Plot        Program to compute and plot 3 dimensional functions.
  2023.         Includes hi-res interlace mode for maximum detail.
  2024.         Author:  Unknown; Amiga version by Terry Gintz
  2025.  
  2026. Polygon        A moire type pattern generator but with color cycling.
  2027.         Author:  Terry Gintz
  2028.  
  2029. QMouse        A program to query the status of the left mouse button
  2030.         and return a status code.  The return code can be used
  2031.         as a WARN condition in a CLI execute file to alter 
  2032.         execution.  Also includes a separate program to toggle
  2033.         interlace on and off.  Both are written in assembler and
  2034.         are very small.
  2035.         Author:  Robert Rethemeyer
  2036.  
  2037. Touch        A simple command to set the date of a file to the
  2038.         current date.  Uses new supported method of setting
  2039.         a file datestamp (rather than reading and writing
  2040.         back a byte).
  2041.         Author:  Phil Lindsay and Andy Finkel
  2042.  
  2043. Trees        Another "tree growing" program, similar to the one
  2044.         on disk number 31, but more extensive.
  2045.         Author:  Unknown; Amiga version by Terry Gintz
  2046. ==========================  Contents of Disk 050  ==========================
  2047.  
  2048. This is disk 50 of the freely distributable AMIGA software library.
  2049.  
  2050. Note that many of the programs on this disk are shareware/freeware.
  2051. This means that if you find them useful, you are morally obligated
  2052. to send a small donation to the author to help support his efforts and
  2053. fund further development.  I hope that by including them in this
  2054. library I have furthered the author's goals of widest possible
  2055. distribution and thus maximum return.  Also note (for those that
  2056. like to split hairs) that I am distributing this disk as a "freebee".
  2057. To receive a copy, just request it when ordering any other disks from
  2058. the library.
  2059.  
  2060. Asm        A shareware macro assembler, submitted by the author.
  2061.         Asm is a 68010 macro assembler that is compatible with
  2062.         the assembler described in the AmigaDOS manual.  This is
  2063.         version 1.1, an update to the version on disk number 46,
  2064.         and includes bug fixes, additional standard Motorola
  2065.         mnemonics and a simple startup code module.
  2066.         Author:  Douglas Leavitt
  2067.  
  2068. BreakOut    A 3-D game.  Requires 3-D glasses.
  2069.         Author:  Tim Kemp
  2070.  
  2071. DiskZap        Program to "edit" a disk, sector by sector.  Version 1.1.
  2072.         Author:  Paris Bingham Jr.
  2073.  
  2074. FirstSiliCon    A smart input line interpreter that provides a separate
  2075.         command window with full editing and recall of previous
  2076.         commands.  Actual name is "Sili(Con:)".
  2077.         Author:  Pete Goodeve
  2078.  
  2079. Missile        A nice "missile defense" game.  Written 100% in
  2080.         assembler (source available from author) and is very fast!
  2081.         Author:  Glen Merriman
  2082.  
  2083. PerfectSound    PerfectSound demo, with a sound editor and sample sound
  2084.         files.  Looks very nice.
  2085.         Author:  Anthony Wood
  2086.  
  2087. Sizzlers    Graphics demo programs.
  2088.         Author:  Greg Epley
  2089.  
  2090. UnixArc        A version of arc suitable for Unix System V.
  2091.         Author:  System Enhancement Associates
  2092.  
  2093. Wombat        Yet another terminal emulation program.  Version 3.01.
  2094.         Has user settable cursor, programmable function keys,
  2095.         vt-102 emulation, auto-dialing, loadable settings files,
  2096.         and more.
  2097.         Author:  Dave Warker
  2098.  
  2099. ==========================  Contents of Disk 051  ==========================
  2100.  
  2101. This is disk 51 of the freely distributable AMIGA software library.
  2102.  
  2103. Bison        A replacement for unix "yacc" command.  This is from
  2104.         the GNU (GNU is Not Unix) effort, and was obtained
  2105.         from the Free Software Foundation.  This is a working
  2106.         update to the version on disk number 4, provided by
  2107.         Johan Widen.
  2108.         Author: Bob Corbett and Richard Stallman
  2109.  
  2110. Compress    This is an update to the compress version released
  2111.         on disk number 6.  It is tested and seems to work
  2112.         well except for a couple glitches noticed at the
  2113.         last minute (see the README file). Compress reduces the
  2114.         size of the named files using adaptive Lempel-Ziv coding.
  2115.         The amount of compression obtained depends on the size of
  2116.         the input, the number of bits per code, and the distribution
  2117.         of common substrings.  Typically, text such as source code
  2118.         or English is reduced by 50-60%.  Compression is generally
  2119.         much better then that achieved by Huffman coding
  2120.         (as used in "pack") or adaptive Huffman coding
  2121.         (as used in "compact"), and takes less time to compute.
  2122.         Author: Thomas Spencer, with improvements by others
  2123.  
  2124. Cos        A "Wheel Of Fortune" style game in AmigaBasic.
  2125.         Author:  Steve Michel
  2126.  
  2127. DifSsed        Dif produces a difference file which lists the
  2128.         line by line differences between any two text files.
  2129.         These differences can be fed to ssed (a stream type
  2130.         editor), along with the original text file, to remotely
  2131.         reproduce the other (new) file.  Binary only.
  2132.         Author:  Chuck Forsberg, Amiga port by Rich Schaeffer
  2133.  
  2134. Sq.Usq        Portable versions of the CPM sq and usq utilities.
  2135.         Author:  R. Greenlaw, many changes by Bill Swan
  2136.  
  2137. ==========================  Contents of Disk 052  ==========================
  2138.  
  2139. This is disk 52 of the freely distributable AMIGA software library.
  2140.  
  2141. Assign        Replacement for AmigaDOS assign command, written in C.
  2142.         Author:  Charles McManis
  2143.  
  2144. Fractal        A fractal program which produces a random square
  2145.         fractal terrain.
  2146.         Author:  John Olsen
  2147.  
  2148. HAMpoly        A polygon drawing demo which uses HAM mode to produce
  2149.         polygons of any of the possible 4096 colors.
  2150.         Author:  John Olsen
  2151.  
  2152. MxGads        Demonstrates how to make mutual exclusion of boolean
  2153.         gadgets work, even if they contain GadgetText.
  2154.         Author:  Willy Langeveld
  2155.  
  2156. Poly        A polygon drawing demo using the AreaMove, AreaDraw, and
  2157.         AreaEnd functions.
  2158.         Author:  John Olsen
  2159.  
  2160. Tek4010        A Tek 4010 emulator.
  2161.         Author:  Terry Whelan, with changes by Steve Poling
  2162.  
  2163. Vdraw1.16    Shareware drawing program submitted by the author.
  2164.         This version uses menus but includes some items not
  2165.         in version 1.19, also on this disk.
  2166.         Author:  Stephen Vermeulen
  2167.  
  2168. Vdraw1.19    Latest version of Vdraw, with a completely new iconic
  2169.         user interface, and some other new features including
  2170.         a color palette mixer and DPaint style brushes, extended
  2171.         cutting features, area locking, and a flexible printing
  2172.         interface.
  2173.         Author:  Stephen Vermeulen
  2174.  
  2175. ==========================  Contents of Disk 053  ==========================
  2176.  
  2177. This is disk 53 of the freely distributable AMIGA software library.
  2178.  
  2179. Animations    Some animations made with Aegis Animator.  Includes
  2180.         a player program.
  2181.         Author:  Aegis Development
  2182.  
  2183. ARCre        Creates rename scripts so that files with long names can
  2184.         be easily archived and dearchived correctly by "arc".
  2185.         Author:  John Hoffman
  2186.  
  2187. Arp        Some preliminary programs from a program started on BIX
  2188.         by Charlie Heath to replace all the BCPL AmigaDOS programs
  2189.         with assembly equivalents.  Includes "break", "cd", "chmod",
  2190.         "echo", "filenote", and "makedir".
  2191.         Author:  Charlie Heath and Scott Ballantyne
  2192.  
  2193. Compiler    An optimizing C compiler for the 68000.  Has successfully
  2194.         compiled itself on a 68000 based Unix system V machine,
  2195.         but has yet to be fully ported to the Amiga.  It will
  2196.         currently produce assembly output for simple C routines
  2197.         on the Amiga, but needs lots of work to be really useful
  2198.         as anything other than a learning tool for budding compiler
  2199.         guru's.
  2200.         Author:  Matthew Brandt
  2201.  
  2202. SpreadSheet    A simple "Visicalc-like" spread sheet calculator.  Also
  2203.         known as "vc" but there is currently a debate about whether
  2204.         or not that name is a registered trademark.  The version
  2205.         on disk number 36 was based on an earlier version of the
  2206.         same source.  This release also includes source code.
  2207.         Author: James Gosling, Mark Weiser, and Bob Bond
  2208.             Amiga port by Dave Wecker
  2209.  
  2210. TarSplit    A port of the OS/9 program that extracts files from
  2211.         Unix tar archives.
  2212.         Author:  James Jones.  Amiga version by Mike Meyer.
  2213.  
  2214. UUencode    Programs to encode/decode binary files for transmittal
  2215.         via mail or other text-only methods.  The binary file
  2216.         is expanded by approximately 35% for transmittal.  This
  2217.         release is an update to the version on disk number 38,
  2218.         and includes a simple line-by-line checksum technique that
  2219.         can read and write files compatible with the older
  2220.         uuencode/uudecode.
  2221.         Author:  Mark Horton with mods by Alan Rosenthal
  2222.  
  2223. ==========================  Contents of Disk 054  ==========================
  2224.  
  2225. This is disk 54 of the freely distributable AMIGA software library.
  2226.  
  2227. Hanoi        Classical demo program for recursion.  Solves the
  2228.         towers of hanoi problem in a workbench window of
  2229.         its own.
  2230.         Author:  Ali Ozer
  2231.  
  2232. ISpell        A quick and dirty port of a Unix version of a freely
  2233.         distributable screen oriented, interactive, spelling checker.
  2234.         I use the Unix version daily and it is very nice.
  2235.         You will need expansion ram to run this with the
  2236.         supplied dictionary, as it loads the entire 300K
  2237.         hashed dictionary into memory.  A hard disk is
  2238.         also recommended.
  2239.         Author:  Pace Willisson
  2240.  
  2241. Ing        The next step in the "boing wars".  Turns a nice screen
  2242.         full of little windows into a screen of lots of bouncing
  2243.         little windows.  Cute!
  2244.         Author:  Leo 'Bols Ewhac' Schwab
  2245.  
  2246. Lav        A "title bar type" program that displays the number of
  2247.         tasks in the Amiga's run queue, averaged over the
  2248.         last minute, 5 minutes, and 15 minutes.  Presumably
  2249.         inspired by, and named after, the BSD "load average"
  2250.         program.
  2251.         Author:  William Rucklidge
  2252.  
  2253. MidiTools    Simple programs to play and record through the MIDI I/F.
  2254.         Untested (I have no MIDI hardware).
  2255.         Author:  Fred Cassirer
  2256.  
  2257. MoreRows    A program to make the workbench screen larger than normal.
  2258.         The number of additional rows and columns are set via command
  2259.         line arguments.
  2260.         Author:  Neil Katin and Jim Mackraz
  2261.  
  2262. Tilt        Another of Leo's cute little toys.  This one
  2263.         makes your Amiga look like it didn't pass Commodore's
  2264.         vibration testing.
  2265.         Author:  Leo 'Bols Ewhac' Schwab
  2266.  
  2267. ==========================  Contents of Disk 055  ==========================
  2268.  
  2269. This is disk 55 of the freely distributable AMIGA software library.
  2270.  
  2271. Csh        Version 2.05 of Matt Dillon's csh like shell, modified
  2272.         for Manx C.
  2273.         Author:  Matt Dillon, Manx'ified by Steve Drew
  2274.  
  2275. NewStartups    A couple of new C startup modules. AStartup.asm is
  2276.         the source to AStartup.obj, with 1.2 fixes and better
  2277.         quote handling.  TWStartup.asm is like AStartup.asm but
  2278.         opens a stdio window, using a user supplied window 
  2279.         specification, when executed from workbench.
  2280.         Author:  Commodore, posted to BIX by Carolyn Scheppner
  2281.  
  2282. Palette        A tool which allows you to change another program's
  2283.         custom screen colors.  Based on Charlie Heath's
  2284.         palette program from disk number 1.
  2285.         Author:  Carolyn Scheppner
  2286.  
  2287. PipeDevice    A working 'pipe:' device, which allows the standard output
  2288.         of one process to be fed to the standard input of another
  2289.         process, with both processes running concurrently.
  2290.         Author:  Matt Dillon
  2291.  
  2292. ScreenSave    A program to save a normal or HAM mode screen as an
  2293.         IFF file.  Also creates an icon for the saved file.
  2294.         Author:  Carolyn Scheppner
  2295.  
  2296. ShangaiDemo    Demo version of the Activision game "Shanghai".
  2297.         Submitted directly by Activision for inclusion in
  2298.         the library.
  2299.  
  2300. SoundExample    A double buffered sound example for Manx C using 16-bit
  2301.         ints, small code, and small data.
  2302.         Author:  Jim Goodnow
  2303.  
  2304. Vsprites    A working vsprite example.
  2305.         Author:  Eric Cotton
  2306.  
  2307. Vt100        Version 2.6 of Dave's vt100 terminal emulator with
  2308.         kermit and xmodem file transfer.  It just keeps getting
  2309.         better and better...
  2310.         Author:  Dave Wecker
  2311.  
  2312. ==========================  Contents of Disk 056  ==========================
  2313.  
  2314. This is disk 56 of the freely distributable AMIGA software library.
  2315.  
  2316. ClipBoard    Clipboard device interface routines to provide a standard
  2317.         interface, such as Open, Close, Post, Read, Write, etc.
  2318.         Author:  Andy Finkel
  2319.  
  2320. ConPackets    Demos the use of DOS packets, finding the Window pointer
  2321.         and ConUnit pointer of the CLI window, toggling Raw mode,
  2322.         getting cursor position and limits from the ConUnit, and
  2323.         ESC-sequence cursor positioning.
  2324.         Author:  Carolyn Scheppner
  2325.  
  2326. GetDisks    Sample program to find all available disk device names and
  2327.         return them as a simple exec list.  The list is made of named
  2328.         nodes, with the name being the device name.
  2329.         Author:  Phillip Lindsay
  2330.  
  2331. GetVolume    Sample program to get the volume name of the volume that
  2332.         a given file resides on.  Works on any device, even the
  2333.         RAM: device.
  2334.         Author:  Chuck McManis
  2335.  
  2336. Icon2C        Reads an icon file and writes out a fragment of C code
  2337.         with the icon data structures, for inclusion in a
  2338.         larger program.
  2339.         Author:  Carolyn Scheppner
  2340.  
  2341. MergeMem    Program which attempts to merge the MemList entries
  2342.         of sequentially configured ram boards.  When successful,
  2343.         allows allocating a section of memory which spans
  2344.         board boundries.
  2345.         Author:  Carolyn Scheppner
  2346.  
  2347. mCAD        An object-oriented drawing program, version 1.1.
  2348.         Uses a small set of graphics primitives (like "line",
  2349.         "box", and "text") and a small set of editing functions
  2350.         (like "move", "size", and "rotate").  While drawing and
  2351.         editing, the user can call on other functions to
  2352.         modify the display; to zoom in, slide around, superimpose
  2353.         a grid, etc.  This shareware program was submitted by
  2354.         the author.
  2355.         Author:  Tim Mooney
  2356.  
  2357. ==========================  Contents of Disk 057  ==========================
  2358.  
  2359.         *************************************************
  2360.         *                        *
  2361.         *   This disk has been pulled from distribution    *
  2362.         *   because of possible copyright and/or    *
  2363.         *   trademark infringements with copyrights    *
  2364.         *   and/or trademarks held by Steve Jackson    *
  2365.         *   Games, of Austin Texas (the Ogre game).    *
  2366.         *   If you find a copy in circulation, please    *
  2367.         *   notify the holder that it should be     *
  2368.         *   erased.  A replacement disk without the    *
  2369.         *   Ogre game has been reissued as disk 97.    *
  2370.         *                        *
  2371.         *************************************************
  2372.  
  2373. ==========================  Contents of Disk 058  ==========================
  2374.  
  2375. This is disk 58 of the freely distributable AMIGA software library.
  2376.  
  2377. ASDG-rrd    Extremely useful shareware recoverable ram disk.
  2378.         This AmigaDOS device driver implements a completely
  2379.         DOS compatible disk device in memory that survives
  2380.         resets, guru's, and crashes.  An absolute must for
  2381.         those with lots of ram.  Binary only.
  2382.         Author:  Perry Kivolowitz, ASDG Inc.
  2383.  
  2384. BigView        Displays any IFF picture, independent of the physical
  2385.         display size, using hardware scroll.  Default display 
  2386.         size is 320 by 200 in lo-res; HIRES or LACE attributes
  2387.         added if user width/height exceeds low resolution
  2388.         boundaries.  Includes source.
  2389.         Author:  John Hodgson
  2390.  
  2391. EGraph        Egraph reads pairs of x and y values from a list of files
  2392.         and draws a formatted graph.  Supports four unique curve
  2393.         fonts; solid curves, dashed curves, dotted curves, and long
  2394.         dashed curves.  The maximum number of data points is 
  2395.         unlimited.  Has globs of options.  Binary only.
  2396.         Author:  Laurence Turner
  2397.  
  2398. HyperBase    Nice little shareware database management system.
  2399.         Version 1.5.  Binary only, source available from authors.
  2400.         Author:  Michael MacKenzie, Marc Mengel, and Craig Norborg
  2401.  
  2402. MemClear    Walks through the free memory lists, zeroing free memory
  2403.         along the way, and coalescing memchunks that have contiguous
  2404.         address spaces.  Includes source.
  2405.         Author:  John Hodgson
  2406.  
  2407. NewZAP        A third-generation multi-purpose file sector editing utility,
  2408.         from the author of FileZAP.  Displays and edits full 512-byte
  2409.         sectors via a 106 character wide internal font.  Includes
  2410.         a search feature to find specific strings or hex digits, 
  2411.         forwards or backwards.  Version 3.0, includes source.
  2412.         Author:  John Hodgson
  2413.  
  2414. RainBow        Marauder-style rainbow generator.  Installs a user copper
  2415.         list such that the background color is changed every few
  2416.         scan lines.  Includes source.
  2417.         Author:  John Hodgson
  2418.  
  2419. SmusPlayers    Two SMUS players, to play SMUS IFF music formatted files.
  2420.         Executables only.
  2421.         Author:  John Hodgson
  2422.  
  2423. View        A tiny ILBM viewer, for use with either the CLI or WorkBench.
  2424.         Includes source.
  2425.         Author:  John Hodgson
  2426.  
  2427. WBdump        JX-80 optimized workbench printer that does not use DumpRPort.
  2428.         Much more efficient than the Amiga JX-80 driver for full
  2429.         screen dumps.  Includes source.
  2430.         Author:  John Hodgson
  2431.  
  2432. ==========================  Contents of Disk 059  ==========================
  2433.  
  2434. This is disk 59 of the freely distributable AMIGA software library.
  2435.  
  2436. Browser        Another version of the browser program released on
  2437.         disks number 18 and number 34.  Includes some bug
  2438.         fixes and enhancements.  Includes source.
  2439.         Author:  Mike Meyer, enhancements by Mark Schretlen
  2440.  
  2441. Browser2    This browser type program is apparently not based on
  2442.         the original Mike Meyer version.  Binary only.
  2443.         Author:  Dan Green
  2444.  
  2445. Clock        Another clock program, comes in several flavors
  2446.         depending upon features desired, which include
  2447.         using alternate fonts, using alternate colors, setting
  2448.         the time, etc.  Binary only.
  2449.         Author:  Mark Waggoner
  2450.  
  2451. Dme        Version 1.22 of Matt's text editor.  Dme is a simple WYSIWYG
  2452.         editor designed for programmers.  It is not a WYSIWYG 
  2453.         word processor in the traditional sense.  Features include
  2454.         arbitrary key mapping, fast scrolling, title-line statistics
  2455.         multiple windows, and ability to iconify windows.
  2456.         Author:  Matt Dillon
  2457.  
  2458. DropCloth    Dropcloth replaces the standard blank WorkBench backdrop
  2459.         with a pattern, of setable intensity.  Binary only.
  2460.         Author:  Eric Lavitsky and Perry Kivolowitz
  2461.  
  2462. DropShadow    A program that makes your WorkBench windows have
  2463.         dropshadows.  Neat.  Binary only.
  2464.         Author:  Jim Mackraz
  2465.  
  2466. FixWB        A program similar to "DropCloth" (also on this disk),
  2467.         but not fully working yet.  At least this one is provided
  2468.         in source, so you get your choice of a working one in
  2469.         binary or a nonworking one in source.  Sigh.
  2470.         Author:  Leo Schwab
  2471.  
  2472. mCAD        An object-oriented drawing program, version 1.2.2.
  2473.         Uses a small set of graphics primitives (like "line",
  2474.         "box", and "text") and a small set of editing functions
  2475.         (like "move", "size", and "rotate").  While drawing and
  2476.         editing, the user can call on other functions to
  2477.         modify the display; to zoom in, slide around, superimpose
  2478.         a grid, etc.  This shareware program was submitted by
  2479.         the author.  Many improvements over the version 
  2480.         released on disk number 56.  Binary only.
  2481.         Author:  Tim Mooney
  2482.  
  2483. Robotroff    Another of Leo's cute little display hacks.  This one
  2484.         has a definite attraction to pointers (don't want to
  2485.         spoil the surprise).
  2486.         Author:  Leo Schwab
  2487.  
  2488. Supermort    A general compounding/amortization routine, using the
  2489.         intuition environment, which can be used for mortgage/loan
  2490.         computations.  Binary only.
  2491.         Author:  Mark Schretlen
  2492. ==========================  Contents of Disk 060  ==========================
  2493.  
  2494. This is disk 60 of the freely distributable AMIGA software library.
  2495.  
  2496. Note that many of the programs on this disk are shareware/freeware.
  2497. This means that if you find them useful, you are morally obligated
  2498. to send a small donation to the author to help support his efforts and
  2499. fund further development.  I hope that by including them in this
  2500. library I have furthered the author's goals of widest possible
  2501. distribution and thus maximum return.  Also note (for those that
  2502. like to split hairs) that I am distributing this disk as a "freebee".
  2503. To receive a copy, just request it when ordering any other disks from
  2504. the library.
  2505.  
  2506.  
  2507. Blitz        Blitz is a small program that is designed to be loaded
  2508.         into memory and that sits in the background until activated
  2509.         by its hotkey.  It allows you to view a text file, much
  2510.         like a TYPE command, only that it lets you move forwards
  2511.         and backwards through the file.  Its screen updates are
  2512.         blitz'n.  Binary only.
  2513.         Author:  Hayes Haugen
  2514.  
  2515. BlitzFonts    Blitzfonts makes text output up to 6 times faster,
  2516.         transparently to well behaved programs.  It is also
  2517.         very small and written 100% in assembly for maximum
  2518.         speed.  Binary only.
  2519.         Author:  Hayes Haugen
  2520.  
  2521. HandShake    Handshake is a full featured VT52/VT100/VT102 terminal
  2522.         emulator.  The author has taken great pains to support
  2523.         the full VT102 spec.  This is version 1.20a, binary only.
  2524.         Author:  Eric Haberfellner
  2525.  
  2526. Med        Yet another Amiga text editor.  This one lets you edit up
  2527.         to 36 files simultaneously and makes extensive use of
  2528.         the mouse.  This is version 2.1, binary only.
  2529.         Author:  Francois Rouaix
  2530.  
  2531. PrtDrvGen    Program to automatically generate custom printer drivers.
  2532.         Version 1.1, binary only, source available from author.
  2533.         Author:  Joergen Thomsen
  2534.  
  2535. Show        A nice, very small slideshow type program, version 2.1,
  2536.         binary only.
  2537.         Author:  Andry Rachmat
  2538.  
  2539. Uedit        Version 2.0 of this nice shareware editor.  Has learn
  2540.         mode, a command language, menu customization, and other
  2541.         user configurability and customizability features.
  2542.         Binary only.
  2543.         Author:  Rick Stiles
  2544.  
  2545. Ueturbo        Example of extensive customization of Uedit to set up
  2546.         a nice development environment.  Includes source.
  2547.         Author:  Tom Althoff
  2548.  
  2549. ==========================  Contents of Disk 061  ==========================
  2550.  
  2551. This is disk 61 of the freely distributable AMIGA software library.
  2552.  
  2553. ATPatch        A program which reportedly will patch the Amiga Transformer
  2554.         for operation under Workbench 1.2 (I don't have one so
  2555.         couldn't test it).  Includes source.
  2556.         Author:  Philip Staub
  2557.  
  2558. FillDisk    Disksalv has been known to find some rather interesting
  2559.         things in the free blocks of some production disks
  2560.         from companies that should know better.  This little
  2561.         hack makes sure you don't get caught in the same trap,
  2562.         by scribbling the disk's free blocks in a totally safe
  2563.         manner.  Includes source (all 20 lines of it).
  2564.         Author:  Fred Fish
  2565.  
  2566. LPatch        Patch for programs, such as 'Atom', with bad 1.0 Lstartup
  2567.         code, which abort during startup under 1.2 with 00038007
  2568.         alert (can't open dos library).  Includes source.
  2569.         Author:  Carolyn Scheppner
  2570.  
  2571. MicroEmacs    Version 3.8b of Daniel Lawrence's variant of Dave
  2572.         Conroy's microemacs.  This version is greatly enhanced
  2573.         over the last version, distributed on disk number 22.
  2574.         For example, there is now a full extension language and 
  2575.         support for a larger number of 68000 machines.  Includes
  2576.         source.
  2577.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  2578.  
  2579. PearlFont    A font similar to Topaz, but with smoothed out edges
  2580.         and more rounded characters.
  2581.         Author:  Michael Portuesi
  2582.  
  2583. Terrain        Program which demonstrates generation of good looking
  2584.         pseudo-random scenery.  Includes source in Draco.
  2585.         Author:  Chris Gray
  2586.  
  2587. VSprites    Vsprite example from Rob's book "Programmers' Guide To
  2588.         The Amiga".  Produces 28 VSprites onscreen simultaneously,
  2589.         using only three distinct sets of colors.  Includes source.
  2590.         Author:  Rob Peck
  2591.  
  2592. ==========================  Contents of Disk 062  ==========================
  2593.  
  2594. This is disk 62 of the freely distributable AMIGA software library.
  2595.  
  2596. This disk contains a port of the popular UNIX game "Hack", done by
  2597. John Toebes and the crew at the Software Distillery.  This is version
  2598. 1.0.3D.  The disk is unchanged except for the following:
  2599.  
  2600.     (1)    I have added this file, README.list62.
  2601.  
  2602.     (2)    I have added the standard distribution info file,
  2603.         README.dist.
  2604.  
  2605.     (3)    I have copied all the files to a freshly formatted
  2606.         disk, to create the master distribution disk, using
  2607.         a command of the form "copy df0: to df1: all".  This
  2608.         insures that disk fragmentation is kept to a minimum,
  2609.         but also has the unfortunate side-effect that all
  2610.         the file dates are changed.
  2611.  
  2612. Note that this disk must be named "Hack_Game".  I have elected to keep
  2613. that name, rather than using the usual "AmigaLibDiskXX" convention for
  2614. disks in my library, to avoid requiring users to rename the disk before
  2615. using it.
  2616.  
  2617. -Fred
  2618.  
  2619. ==========================  Contents of Disk 063  ==========================
  2620.  
  2621. This is disk 63 of the freely distributable AMIGA software library.
  2622.  
  2623. This disk contains a port of the popular UNIX game "Larn", done by
  2624. Edmund Burnette and the crew at the Software Distillery.  This is version
  2625. 12.0B.  The disk is unchanged except for the following:
  2626.  
  2627.     (1)    I have added this file, README.list63.
  2628.  
  2629.     (2)    I have added the standard distribution info file,
  2630.         README.dist.
  2631.  
  2632.     (3)    I have copied all the files to a freshly formatted
  2633.         disk, to create the master distribution disk, using
  2634.         a command of the form "copy df0: to df1: all".  This
  2635.         insures that disk fragmentation is kept to a minimum,
  2636.         but also has the unfortunate side-effect that all
  2637.         the file dates are changed.
  2638.  
  2639. Note that this disk must be named "Larn".  I have elected to keep
  2640. that name, rather than using the usual "AmigaLibDiskXX" convention for
  2641. disks in my library, to avoid requiring users to rename the disk before
  2642. using it.
  2643.  
  2644. Also note that, as distributed, this disk is only about 40% full.  Normally
  2645. I try to fill my library disks to about 90-95% full, but these "packaged"
  2646. disks are special.
  2647.  
  2648. -Fred
  2649.  
  2650. ==========================  Contents of Disk 064  ==========================
  2651.  
  2652. This is disk 64 of the freely distributable AMIGA software library.
  2653.  
  2654. This is a copy of the Amiga Developer's IFF disk, received directly from
  2655. Commodore-Amiga sources, with permission to place in the library and
  2656. redistribute.  It is an update to disk number 16, and is unchanged except
  2657. for:
  2658.  
  2659.     1)    The volume name has been changed to AmigaLibDisk64.
  2660.     2)    This file (README.list64) has been added.
  2661.  
  2662. I didn't have room for my standard README.dist file.  There were only
  2663. 4 free blocks on the disk when I got it!
  2664.  
  2665. Enjoy
  2666. -Fred
  2667.  
  2668. ==========================  Contents of Disk 065  ==========================
  2669.  
  2670. This is disk 65 of the freely distributable AMIGA software library.
  2671.  
  2672. Bawk        Text processor inspired by the Unix awk utility.  Bawk
  2673.         searches files for specific patterns and performs
  2674.         actions for every occurance of these patterns.  The
  2675.         patterns can be regular expressions.  The actions are
  2676.         expressed using a subset of the C language.  Unfortunately
  2677.         this version always gets a stack overflow no matter what
  2678.         the stack is set to, I haven't had a chance to find the
  2679.         bug.  Includes source, so you can hunt for it.  Looks
  2680.         like it could be a very useful utility for the Amiga.
  2681.         Author:  Bob Brodt
  2682.  
  2683. CloseWB        Simple program for use with MWB (also on this disk)
  2684.         to close a current WorkBench screen, and let you
  2685.         open WorkBench on a custom screen.
  2686.         Author:  Matt Dillon
  2687.  
  2688. Cookie        Fortune cookie program.  Includes source.
  2689.         Author:  Richard Stevens
  2690.  
  2691. JTime        Detailed instructions, including schematics in IFF
  2692.         format, for building and installing a battery backed
  2693.         up real-time clock.  The clock goes on the joystick
  2694.         port (aka mouse port 2).
  2695.         Author:  Michael Keryan
  2696.  
  2697. MenuBuilder    A program which automates the process of building
  2698.         menus.  It takes a simple text file and generates
  2699.         a C source file with all the needed structures for 
  2700.         linking with the rest of your program.  This is
  2701.         version 1.0, and includes source.
  2702.         Author:  A. Preston
  2703.  
  2704. MWB        A program which will create a new 'WorkBench' screen
  2705.         and route by request OpenWindow calls meant for the
  2706.         WorkBench to these new screens.  This allows you to run
  2707.         programs which normally open windows on the WorkBench
  2708.         screen to use a custom screen instead.  Version 1.01,
  2709.         includes source.
  2710.         Author:  Matt Dillon
  2711.  
  2712. NewPackets    Tutorial downloaded from BIX C-A support section, which
  2713.         describes some new packets and structures in 1.2 AmigaDos.
  2714.         Author:  Carolyn Scheppner
  2715.  
  2716. PascalToC    A Pascal to C translator program which is supposed to
  2717.         correctly handle function, procedure, and most type
  2718.         declarations.  However, this quick and dirty port didn't
  2719.         fare too well on even a simple little Pascal fragment from
  2720.         Software Tools in Pascal.  I don't know if the problem is
  2721.         machine dependencies in the code or bugs.  Looks like it
  2722.         could be useful with a little more work than I have time
  2723.         to put into it now.  Includes source.
  2724.         Author:  James Mullens, enhancements by Dan Kegel
  2725.  
  2726. Prep        Version 2.1 of a Fortran preprocessor called 'prep', an
  2727.         alternative to ratfor.  Prep has better macro facilities,
  2728.         a concise shorthand for array and vector statements, all the
  2729.         standard flow control constructs of forth, and is written
  2730.         in generic, portable C (I made no source changes).  
  2731.         Includes source.
  2732.         Author:  Roger Ove
  2733.  
  2734. RunBack        A program that allows you to start another program which
  2735.         is independent of the CLI window.  This is useful to start
  2736.         programs from your Startup-Sequence, load WorkBench, and
  2737.         then close the initial CLI (which could not be closed
  2738.         otherwise).
  2739.         Author:  Charlie Heath, Microsmiths
  2740.  
  2741. SunMouse    Makes your mouse behave like the Sun Microsystem
  2742.         Sunwindows mouse.  You no longer have to 'click' in
  2743.         a window to make it active.  Just move the mouse pointer
  2744.         into the window and start typing.  Version 1.0, binary only.
  2745.         Author:  Scott Evernden
  2746.  
  2747. ==========================  Contents of Disk 066  ==========================
  2748.  
  2749. This is disk 66 of the freely distributable AMIGA software library.
  2750.  
  2751. AmScsi        Preliminary documentation for a hardware project to
  2752.         build a SCSI controller board.  The design does not
  2753.         support DMA or AUTOCONFIG'ing.
  2754.         Author:  Rich Frantz
  2755.  
  2756. Asm68k        Full featured macro assembler, version 1.0.1, binary
  2757.         only.  Well documented.
  2758.         Author:  W. Wesley Howe
  2759.  
  2760. Assigned    Same code showing how to find out whether or not a
  2761.         name has been assigned (via the dos ASSIGN command)
  2762.         before using it, thus avoiding the DOS Insert-Disk
  2763.         requester.  Includes source.
  2764.         Author:  Dan Green
  2765.  
  2766. Dk        A little display hack, inspired by Leo's gems.  Written
  2767.         in Modula-2, includes source.
  2768.         Author:  Thomas Handel
  2769.  
  2770. Flip        Seems like Leo's gems have inspired lots of people.  This
  2771.         one is quite cute also.  Written in assembler, includes
  2772.         source.
  2773.         Author:  Mike Berro
  2774.  
  2775. Foogol        Just what you've been waiting for, a foogol cross
  2776.         compiler for your Amiga that generates VAX assembly
  2777.         code.  Now you can port all those Amiga foogol programs
  2778.         to your VAX!  Seriously, foogol-IV is a tiny Algol like
  2779.         language and this is a compiler for it.  Includes source.
  2780.         Author:  Per Lindberg
  2781.  
  2782. Free        Free returns the available free bytes on any storage
  2783.         device that AmigaDos sees as a drive.  A list of up to
  2784.         six drives is kept by the program and may be cleared or
  2785.         added to at any time by the user.  Includes source.
  2786.         Author:  Tom Smythe
  2787.  
  2788. MallocTest    A malloc/free test program that allocates and frees
  2789.         randomly sized pieces of memory with random lifetimes,
  2790.         and fills them with patterns that can be checked for
  2791.         corruption.  Useful for beating on your vendor supplied
  2792.         memory management routines, or possibly as a poorman's
  2793.         memory test program.  Includes source.
  2794.         Author:  Neil Webber
  2795.  
  2796. Melt        Another display hack from the master himself...
  2797.         Includes source.
  2798.         Author:  Leo Schwab
  2799.  
  2800. Nart        Another display hack from the master himself...
  2801.         Includes source.
  2802.         Author:  Leo Schwab
  2803.  
  2804. Purty        Provides an easy way to change some common printer
  2805.         settings via a small window with several gadgets.
  2806.         Binary only.
  2807.         Author:  Charles Tyson
  2808.  
  2809. RayTracer    A simple ray tracing program.  It is capable of depicting
  2810.         up to 150 balls and a plane that is covered with a tiling
  2811.         of any bitmapped picture.  Binary only and sparce
  2812.         documentation.
  2813.         Author:  Friedrich Knauss, Steve Williams, Jim Horn and
  2814.              Mark Reichert
  2815.  
  2816. SendPackets    Updated versions of the ASendPacket and SendPacket
  2817.         examples from disk number 35.  ASendPacket is an example
  2818.         program for sending multiple packets asynchronously
  2819.         to a dos handler, for those interested in implementing
  2820.         programs with asynchronous AmigaDos file I/O.
  2821.         SendPacket is a general purpose subroutine to send
  2822.         AmigaDos packets.  Includes source.
  2823.         Author: Phillip Lindsay
  2824.  
  2825. SnapShot    A small utility for dumping screens.  This one works
  2826.         like POPCLI and stays dormant until you press Ctrl-Esc.
  2827.         Binary only.
  2828.         Author:  Francois Rouaix
  2829.  
  2830. TagBBS        Version 1.02 of a shareware BBS system.  Suggested
  2831.         shareware donation is $25.  Binary only.
  2832.         Author:  Patrick Hughes
  2833.  
  2834. ==========================  Contents of Disk 067  ==========================
  2835.  
  2836. This is disk 67 of the freely distributable AMIGA software library.
  2837.  
  2838. AmCat        Shareware disk cataloging program.  Suggested donation
  2839.         of $20.  Binary only.
  2840.         Author:  Brian Conrad
  2841.  
  2842. AmigaSpell    Very nice intuition oriented shareware spelling checker,
  2843.         version 2.0, binary only.
  2844.         Author:  Mike Berro
  2845.  
  2846. Bouncer        A 3-D simulation of a bouncing ball written in
  2847.         Creative Solutions' Multi-Forth, with source included.
  2848.         Author:  Jon Bryan
  2849.  
  2850. Comm        Another nice terminal program.  Version 1.33, binary only.
  2851.         Author:  DJ James
  2852.  
  2853. Dux5        Latest version of directory utility which is a descendant
  2854.         of the original dirutil program by Chris Nicotra.  Includes
  2855.         source.
  2856.         Author:  Enhancements and fixes by lots of people
  2857.  
  2858. HexCalc        Nice little hex/oct/dec/bin calculator and converter.
  2859.         Binary only.
  2860.         Author:  Scott Ross
  2861.  
  2862. Icons        A collection of some icons for general purpose programs
  2863.         and some particular programs.  The "documentation"
  2864.         icon is particularly cute.
  2865.         Author:  Jeff White
  2866.  
  2867. Mandala        A mandala graphic program with sound, sort of Eastern
  2868.         music.  Binary only.
  2869.         Author:  Unknown
  2870.  
  2871. PersMait    Demo version of shareware personal/personnel file manager.
  2872.         Includes list processing, capability to run mailing labels,
  2873.         mail merge output feature, and more.  Demo version is
  2874.         binary only and limited to input mode.  Suggested donation
  2875.         of $24 for the "real" version.
  2876.         Author:  Breen and Associates
  2877.  
  2878. RSLClock    Yet another nice little clock utility that can sit
  2879.         around in your title bar.  Lots of options.  Version 1.3,
  2880.         binary only.
  2881.         Author:  Roy Laufer
  2882.  
  2883. RTCubes        A little graphics demo that shows 16 3D cubes in a 3D
  2884.         space, all being translated, rotated, and drawn on the
  2885.         screen in real time.  Binary only, takes over the machine,
  2886.         reboot to recover.
  2887.         Author:  Ralph Russell
  2888.  
  2889. Wheel        Nice little "Wheel of Fortune" type game, written in
  2890.         AmigaBasic.
  2891.         Author:  Hari Wiguna
  2892.  
  2893. ==========================  Contents of Disk 068  ==========================
  2894.  
  2895. This is disk 68 of the freely distributable AMIGA software library.
  2896. To quote the "Read Me" file:
  2897.  
  2898.     This diskette contains the latest Amiga version of MicroGNUEmacs
  2899.     (MG 1b), a small but powerful text editor that also runs on many
  2900.     other computer systems besides the Amiga. 
  2901.  
  2902.     One of MG's major goals is to be compatible with its "cousin"
  2903.     GNU Emacs, so certain features you may have seen in other
  2904.     versions of MicroEmacs may work differently here, or not exist.
  2905.     Hopefully, you'll find the added features MG provides to be
  2906.     worth the trouble it takes to make the switch. 
  2907.  
  2908.     As well as the commands available on *all* systems MG supports,
  2909.     Amiga MG has many Amiga-specific features: the Amiga mouse (with
  2910.     24 different functions!), Intuition pull-down menus, the Browser
  2911.     (a very nice way to select files), Amiga function keys, a
  2912.     full-screen editing window, and support for using a different
  2913.     text font in the editing window. 
  2914.  
  2915.  
  2916. MicroGNUEmacs is based on the original work of Dave Conroy, author of the
  2917. public domain v30 version.  It has been greatly enhanced through the
  2918. efforts of the following people:
  2919.  
  2920.     mwm@ucbopal.berkeley.edu    Mike Meyer
  2921.     mic@ngp.utexas.edu        Mic Kaczmarczik
  2922.     blarson@usc-eclb.arpa        Bob Larson
  2923.     rtech!daveb@sun.com        Dave Brower    (previous version)
  2924.  
  2925. The current version is known to run on the following systems:
  2926.  
  2927.     4.2 & 4.3 BSD Unix, Sun 3.2
  2928.     Ultrix-32 (BSD Unix)
  2929.     OS9/68k
  2930.     VMS
  2931.     Amiga
  2932.     System V
  2933.     Eunice
  2934.     Primos
  2935.     Cpm/68k
  2936.     Atari ST
  2937.  
  2938. A very nice job guys!  Congratulations.
  2939.  
  2940. This disk is essentially unchanged except that I have added the usual
  2941. README.dist and README.list files, along with changing the volume name
  2942. to AmigaLibDisk68.  The original volume name was "MG1b".
  2943.  
  2944. ==========================  Contents of Disk 069  ==========================
  2945.  
  2946. This is disk 69 of the freely distributable AMIGA software library.
  2947.  
  2948. Asm68k        Full featured macro assembler, version 1.0.3, binary
  2949.         only.  Well documented.
  2950.         Author:  W. Wesley Howe
  2951.  
  2952. BlitLab        Blitlab is a program which lets you experiment with
  2953.         the blitter, to your hearts content, in relative safety.
  2954.         It opens a workbench window with gadgets for all the 
  2955.         registers of the blitter, and allows you to manipulate
  2956.         individual registers and perform blits on a magnified
  2957.         bitmap.  Includes source.
  2958.         Author:  Tomas Rokicki
  2959.  
  2960. Conman        A replacement console handler that provides line editing
  2961.         and command line history.  Is completely transparent to
  2962.         any application program that uses CON: windows.  Programs
  2963.         that use RAW: input are not affected.  VERY useful.
  2964.         Shareware version 0.9, binary only (source to be available 
  2965.         from author).
  2966.         Author:  William Hawes
  2967.  
  2968. Console        Console is a try at a new set of routines to get around some
  2969.         of the problems with the standard system routines, and 
  2970.         includes some simple graphics routines.  Includes source.
  2971.         Author:  Jim Cooper
  2972.  
  2973. Dk        A little display hack, inspired by Leo's gems.  Written
  2974.         in Modula-2, includes source.  Slightly newer than version
  2975.         on disk number 66.
  2976.         Author:  Thomas Handel
  2977.  
  2978. Frags        Reports the number of free blocks of size 2^(n-1) to
  2979.         (2^n)-1 for n up to 24 (blocks of max size 16Mb-1).
  2980.         Translation:  Gives you some idea of how fragmented
  2981.         your free memory is.  Includes source.
  2982.         Author:  Mike Meyer
  2983.  
  2984. IconType    Change the type of an icon after editing with IconEd.
  2985.         Types are Disk, Drawer, Tool, Project, Garbage, and Device.
  2986.         Includes source.
  2987.         Author:  Larry Phillips
  2988.  
  2989. Make        Public domain make from mod.sources, Volume 7, number 91.
  2990.         It has been cleaned up, Manx'ified, and some new features
  2991.         added, by Steve Walton.  Includes source.
  2992.         Author:  "caret@fairlight.OZ"
  2993.  
  2994. MonProc        A simple program to allow you to monitor any process for
  2995.         packet activity.  Includes source.
  2996.         Author:  Phillip Lindsay
  2997.  
  2998. MouseClock    Turns your mouse pointer into a digital clock with
  2999.         updates once per minute.  Includes source.
  3000.         Author:  John Hoffman
  3001.  
  3002. Sb        Structure browser, that displays system structures
  3003.         via pointers found in other structures.  You start
  3004.         from IntuitionBase and go from there.  Version 1.0,
  3005.         includes source.
  3006.         Author:  Nick Sullivan and Chris Zamara
  3007.  
  3008. Spew        Program which generates amusing 'National Enquirer'
  3009.         type headlines.  Works from a 'rules file' which
  3010.         describes how the headlines are to be constructed.
  3011.         Includes source.
  3012.         Author:  Gregory Smith (original by "mark@pixar")
  3013.  
  3014. Spool        The SPOOL system consists of 3 programs: A queue manager,
  3015.         a printer driver, and a SPOOL request program.  The SPOOL
  3016.         system demonstrates the power of the Amiga's mutitasking
  3017.         abilities in a very practical way.  It makes extensive use
  3018.         of Amiga Exec's message passing facilities and list-handling
  3019.         primitives.  Version 1.2, includes source.
  3020.         Author:  Tim Holloway
  3021.  
  3022. Wc        A "word count" program, ala Unix's wc, that is faster
  3023.         because it doesn't count what you don't ask for, plus
  3024.         some other improvements.  Includes source.
  3025.         Author:  Steve Summit
  3026. ==========================  Contents of Disk 070  ==========================
  3027.  
  3028. This is disk 70 of the freely distributable AMIGA software library.
  3029.  
  3030. Note that many of the programs on this disk are shareware/freeware.
  3031. This means that if you find them useful, you are morally obligated
  3032. to send a small donation to the author to help support his efforts and
  3033. fund further development.  I hope that by including them in this
  3034. library I have furthered the author's goals of widest possible
  3035. distribution and thus maximum return.  Also note (for those that
  3036. like to split hairs) that I am distributing this disk as a "freebee".
  3037. To receive a copy, just request it when ordering any other disks from
  3038. the library.
  3039.  
  3040. AmigaMonitor    Dynamically display the state of the machine, including
  3041.         open files, active tasks, resources, device states, 
  3042.         interrupts, libraries, ports, etc.  Display window into
  3043.         memory.  Version 1.13, binary only (source available
  3044.         from author).  Author suggests $15 donation.
  3045.         Author:  Jim Voris
  3046.  
  3047. Arc        The ubiquitous compressing archiver program that
  3048.         has become the de facto standard for distributing
  3049.         binaries and multi-file postings on most BBS's.
  3050.         This is Amiga version 0.23, a port of arc version v5.0,
  3051.         binary only.  Author suggests $35-$50 donation.
  3052.         Author:  System Enhancement Associates
  3053.              Amiga version by Raymond Brand
  3054.  
  3055. BlackBook    Keeps track of those important phone numbers and addresses.
  3056.         Shareware, author suggests $30 donation.
  3057.         Author:  Craig Nelson
  3058.  
  3059. DoTil        Lists, in alphabetical order, all files on any two directories,
  3060.         showing file size, creation date/time, and amount of free
  3061.         disk space.  Also copies, renames, or deletes files and/or
  3062.         directories, and moves files from one directory to another.
  3063.         Version 2.0, shareware, author suggests $15 donation.
  3064.         Author:  Dan Franki
  3065.  
  3066. GravityWars    The object of this game is for one player to hit the
  3067.         other player's ship with a missle, before being hit
  3068.         yourself.  The ships and planets don't move, but
  3069.         aiming the missle in the presence of gravity fields
  3070.         and black holes makes hitting your target difficult.
  3071.         Version 1.03, shareware, author suggests $5 donation.
  3072.         Author:  Ed Bartz
  3073.  
  3074. Jobs        A alternate user interface to WorkBench or CLI.  Version
  3075.         2.1, binary only.
  3076.         Author:  John Sawaya
  3077.  
  3078. Lens        This program magnifies a small area surrounding the pointer
  3079.         and displays it in a separate window.  Version 1.0, binary
  3080.         only.
  3081.         Author:  Ned Konz
  3082.  
  3083. Life-3d        A 3d version of the classic cellular-automaton game.
  3084.         Shareware, author suggests $20 donation.  Version 1.2,
  3085.         binary only.
  3086.         Author:  Bob Benedict
  3087.  
  3088. Logo        A logo interpreter, with user interface like the Apple II
  3089.         logo.  Shareware, author suggests $5 donation.
  3090.         Author:  Gerald Owens
  3091.  
  3092. SetKey        Keymap editor, version 1.0 demo.   Version without save
  3093.         function disabled is $25.  Binary only.
  3094.         Author:  Charles Carter (CodeWorks)
  3095.  
  3096. Vpg        Video Pattern Generator.  Creates displays useful for
  3097.         adjusting monitors and setting up live shots with
  3098.         center crosshair, frame, dots, H lines, V lines and
  3099.         an adjustable rectangle.  Version 1.0.
  3100.         Author:  Mike Berro
  3101.  
  3102. ==========================  Contents of Disk 071  ==========================
  3103.  
  3104. This is disk 71 of the freely distributable AMIGA software library.
  3105.  
  3106. AirFoil        Airfoil generator utilizing the Joukowski transformation.
  3107.         Generates airfoil models as well as their corresponding
  3108.         streamline and pressure distributions.  Includes source.
  3109.         Author:  Russell Leighton
  3110.  
  3111. AmiBas        Some miscellaneous AmigaBASIC programs, including
  3112.         a 3D plot program, a caleidoscope, a C-A logo drawing
  3113.         program, a file comparison utility, a string search
  3114.         program, etc.  Includes source.
  3115.         Author:  Peter Kittel
  3116.  
  3117. Blocks        A variation of "lines", but with variable color blocks.
  3118.         Binary only.
  3119.         Author:  Gary Walker
  3120.  
  3121. Comm        Another nice terminal program.  Version 1.34, binary only.
  3122.         Author:  DJ James
  3123.  
  3124. DiskX        A handy utility for poking around in the guts of an
  3125.         AmigaDOS file system.  Binary only, but source available
  3126.         from author.
  3127.         Author:  Steve Tibbett
  3128.  
  3129. Fpic        Fpic is an image processing program, designed specifically 
  3130.         to be used in conjunction with digitized (Digi-View) lo-res
  3131.         black & white IFF picture files.  Provides several filters,
  3132.         including average, binary (threshold), clipblit, cross, 
  3133.         Sobel, Roberts, pixelize, sharpen, and a user defined
  3134.         matrix.  Also supports merging of two images, histogram,
  3135.         image compare, and remapping.  Binary only.
  3136.         Author:  Bob Bush
  3137.  
  3138. IconMk        Iconmaker builds icons for files that were created without
  3139.         them.  Version 1.2a, binary only.
  3140.         Author:  Eric Levy
  3141.  
  3142. Icons        Various new Icons from several sources.
  3143.         Author:  Several
  3144.  
  3145. NewFonts    Two new fonts; shalt18, an electronic ciruit element
  3146.         font, and ibm5, a PC like font, different from that
  3147.         for Sidecar.
  3148.         Author:  Peter Kittel
  3149.  
  3150. PetCLI        An AmigaBASIC program that allows editing in CLI command
  3151.         lines (similar to the PET and MYCLI).  Includes source.
  3152.         Author:  Peter Kittel
  3153.  
  3154. PWDemo        Demo version 1.2 of the commercial product PowerWindows.
  3155.         PowerWindows aids in creation of custom windows, menus,
  3156.         and gadgets.  It will write C or assembly source implementing
  3157.         these, for linking with your programs.  Binary only.
  3158.         Author:  Inovatronics Inc.
  3159.  
  3160. Rot        Program which generates and displays 3D objects.  Consists
  3161.         of two pieces, an object editor and an action editor.
  3162.         The object editor creates 3D objects and the action
  3163.         editor defines up to 24 3D views of an object (which
  3164.         can be quickly cycled to get an animation effect).
  3165.         Version 0.5, binary only.
  3166.         Author:  C. French
  3167.  
  3168. TimeSet        Handy little utility to set the system time from the
  3169.         workbench environment, without resorting to preferences.
  3170.         Binary only.
  3171.         Author:  Unknown  (DEH?)
  3172.  
  3173. ==========================  Contents of Disk 072  ==========================
  3174.  
  3175. This is disk 72 of the freely distributable AMIGA software library.
  3176.  
  3177. It's been quite a while since the last disk with any pictures, so
  3178. this one is just chock full of them.  There are HAM pictures, high
  3179. resolution B&W digitized pictures, and some interesting freehand
  3180. drawings.  Has a little of everything...
  3181.  
  3182. ==========================  Contents of Disk 073  ==========================
  3183.  
  3184. This is disk 73 of the freely distributable AMIGA software library.
  3185.  
  3186. Add        Lets you create keyboard shortcuts for selection of menu
  3187.         items in programs where the author did not make provisions
  3188.         for such shortcuts, or chose ones that disagree with you.
  3189.         Also includes "until" which waits for a specific named
  3190.         window to be created.  Shareware, includes source.
  3191.         Author:  John Russell
  3192.  
  3193. AutoIconOpen    Example code to fool WorkBench into thinking it is receiving
  3194.         mouse inputs that select and open icons.  Includes source.
  3195.         Author:  Tony Wills
  3196.  
  3197. Dio        A module which makes it very easy to use EXEC devices,
  3198.         such as the 'serial.device'.  It's generic and can be
  3199.         used with any EXEC device.  It allows you to easily open
  3200.         libraries, get multiple IO channels for a device,
  3201.         read, write, do asyncronous operations, etc.  Includes
  3202.         source.
  3203.         Author:  Matt Dillon
  3204.  
  3205. Dissolve    A program like ViewILBM, but the image slowly coalesces
  3206.         as pixels are added in random patterns.  Inspired by an
  3207.         article in Nov 86 issue of Doctor Dobb's Journal by 
  3208.         Mike Morton.  Includes source.
  3209.         Author:  Lee Robertson
  3210.  
  3211. DTerm        Small, flexible, terminal program with intelligent data
  3212.         mapping, intelligent keyboard mapping, dynamic menus,
  3213.         intelligent command language, asyncronous IO, duplex
  3214.         control, and a state machine structure allowing you
  3215.         to build any automatic control structure you wish
  3216.         (from auto-redial, sequence dialing, to auto-logon).
  3217.         Version 1.10, binary only.
  3218.         Author:  Matt Dillon
  3219.  
  3220. Expose        Program which will automatically cause all screen
  3221.         drag bars and screen depth-arrangers to become exposed.
  3222.         Sends a message to windows which obscure the screen drag
  3223.         bars, asking them to move down a pixel, and also
  3224.         to become smaller if necessary.  Includes source.
  3225.         Author:  John Russell
  3226.  
  3227. Lit        Lit filters a file to stdout, showing all characters
  3228.         in an unambiguous format.  Printable characters are 
  3229.         printed as is, non-printable characters are printed
  3230.         in any of three representation formats.  Version 2.0,
  3231.         includes source.
  3232.         Author:  Donald Irving
  3233.  
  3234. Lmv        This shareware program, submitted by the author, is
  3235.         called "Long Movie".  It loads up to 100 IFF graphics
  3236.         files and displays them in forward or reverse order,
  3237.         at up to 19 frames per second, to create computer
  3238.         animations for VCR recording.  Binary only, source
  3239.         available from author.
  3240.         Author:  Jim Webster
  3241.  
  3242. MouseOff    Mouseoff will cause the mouse pointer to disappear and
  3243.         then reappear if mouse movement is detected.  It will
  3244.         disappear again after 10 seconds of no mousing around.
  3245.         Includes source.
  3246.         Author:  Denny Jenkins
  3247.  
  3248. ParOut        An example that uses the parallel port resources
  3249.         (ciaa.resource and misc.resource) to access the parallel
  3250.         port directly.  Compiled, but untested, since I have
  3251.         nothing hooked to mine.  Includes source.
  3252.         Author:  Phillip Lindsay
  3253.  
  3254. PenPalFont    A font which will make your six year old feel right
  3255.         at home in a CLI window.  Cute.
  3256.         Author:  Burton Ogden
  3257.  
  3258. RunBackGround    Ancient history, but when I went looking for it on
  3259.         my disks, it was apparently something I missed.  This
  3260.         program performs a function similar to that performed
  3261.         by RunBack on disk number 66, but this one is in
  3262.         C rather than assembler.  Includes source.
  3263.         Author:  Rob Peck
  3264.  
  3265. SnapShot    A small utility for dumping screens.  This one works
  3266.         like POPCLI and stays dormant until you press Ctrl-Esc.
  3267.         Previous release on disk number 66 did not with with
  3268.         expansion ram, this one does.  Binary only.
  3269.         Author:  Francois Rouaix
  3270.  
  3271. TypeAndTell    Example program that demonstrates installation of
  3272.         an input device handler before the Intuition one.
  3273.         This example traps all keys typed by the user and
  3274.         pronounces them in real time.  To quit press CNTL
  3275.         LEFT-SHIFT LEFT-ALT RIGHT-AMIGA simultaneously.
  3276.         Includes source.
  3277.         Author:  Giorgio Galeotti
  3278.  
  3279. Xplor        A program that scans all the system lists that start in
  3280.         ExecBase and prints out their names and addresses at
  3281.         which they start.  Includes assembly source.
  3282.         Author:  Larry Phillips
  3283.  
  3284. ==========================  Contents of Disk 074  ==========================
  3285.  
  3286. This is disk 74 of the freely distributable AMIGA software library.
  3287.  
  3288. Cled        A simple command line editor which allows you to edit
  3289.         your commands before and after they are processed.
  3290.         Uses the arrow keys and simple control sequence keystrokes
  3291.         for cursor positioning and editing tasks.  Version 1.3,
  3292.         binary only.
  3293.         Author:  Pat Empleo
  3294.  
  3295. Control        Program which provides finer control over the printer
  3296.         device.  When it sees a DUMPRPORT, it fires up a requestor
  3297.         and lets you play with the values being passed in the
  3298.         IORequest block.  Includes source.
  3299.         Author:  Andy Finkel
  3300.  
  3301. Dme        Version 1.25 of Matt's text editor.  Dme is a simple WYSIWYG
  3302.         editor designed for programmers.  It is not a WYSIWYG 
  3303.         word processor in the traditional sense.  Features include
  3304.         arbitrary key mapping, fast scrolling, title-line statistics
  3305.         multiple windows, and ability to iconify windows.  Update
  3306.         to version on disk number 59.  Binary only.
  3307.         Author:  Matt Dillon
  3308.  
  3309. DropShadow    A program that makes your WorkBench windows have
  3310.         dropshadows.  Update to version on disk number 59, this
  3311.         one has slider gadgets to adjust the 3-dimensional
  3312.         distance between window planes and the shadow darkness.
  3313.         Neat, version 2.0, binary only.
  3314.         Author:  Jim Mackraz
  3315.  
  3316. Funds        AmigaBASIC program to track the prices of mutual funds or
  3317.         stocks.  Includes source.
  3318.         Author:  Bill Strack
  3319.  
  3320. Less        Like Unix "more", only better, with forward and
  3321.         backward scrolling, searching and positioning by
  3322.         percent of file and line number, etc.  Very useful!
  3323.         This is Amiga version 1.1, an update to the version
  3324.         on disk number 34.  Includes source.
  3325.         Author: Mark Nudelman, Amiga port by Bob Leivian
  3326.  
  3327. Makemake    Reads C source files and constructs a vanilla makefile
  3328.         in the current directory.  Includes source.
  3329.         Author:  Tim McGrath
  3330.  
  3331. mCAD        An object-oriented drawing program, version 1.2.4.
  3332.         Uses a small set of graphics primitives (like "line",
  3333.         "box", and "text") and a small set of editing functions
  3334.         (like "move", "size", and "rotate").  While drawing and
  3335.         editing, the user can call on other functions to modify
  3336.         the display; to zoom in, slide around, superimpose a grid,
  3337.         etc.  Update to version on disk number 59.
  3338.         Shareware, binary only.
  3339.         Author:  Tim Mooney
  3340.  
  3341. Random        Simple random number generator in C.  Includes source.
  3342.         Author:  Gene Toole (?)
  3343.  
  3344. TDebug        Monitor a device by intercepting the EXEC SendIO and DoIO
  3345.         vectors.  This will give you most of the IO request
  3346.         information for any device.  Version 1.00, includes source.
  3347.         Author:  Matt Dillon
  3348.  
  3349. Units        Units conversion program, including a chart option which
  3350.         allows you to create charts of conversions.  Nifty.
  3351.         Includes source.
  3352.         Author:  Gregory Simpson
  3353.  
  3354. XCopy        A replacement for the AmigaDOS copy command.  Preserves
  3355.         the file date, provides an "update only" option, and
  3356.         uses Unix type wildcards.  Binary only.
  3357.         Author:  Lee Robertson
  3358.  
  3359. ==========================  Contents of Disk 075  ==========================
  3360.  
  3361. This is disk 75 of the freely distributable AMIGA software library.
  3362.  
  3363. Bezier        Simple programs to allow you to fool around with Bezier
  3364.         curves, using the mouse to move the points that define
  3365.         the curve and a prop gadget to change the granularity of
  3366.         the curve generation loop.  Includes source.
  3367.         Author:  Matt Dillon
  3368.  
  3369. BSplines    Simple program to fool around with B-SPLINES, ala the
  3370.         Bezier programs described above.  Includes source.
  3371.         Author:  Matt Dillon
  3372.  
  3373. Comm        Source release for comm version 1.34.  Last release
  3374.         on disk number 71 was binary only.
  3375.  
  3376. Copy        A replacement for the AmigaDOS copy program that
  3377.         is upwardly compatible, plus includes some new
  3378.         features like date preservation.  Version 1.0, 
  3379.         includes source.
  3380.         Author:  Jeff Lydiatt
  3381.  
  3382. Diff        A simple version of diff.  Includes source.
  3383.         Author:  Erik Baalbergen
  3384.  
  3385. DuM2        A version of the ever popular directory utility (dirutil)
  3386.         but this one is written in Modula 2 and includes source.
  3387.         Dirutil is a program to wander around a directory tree
  3388.         and perform various operations on files.  Version 1.5.
  3389.         Author:  Greg Browne
  3390.  
  3391. Eless        A faster directory lister, that also sorts entries
  3392.         and displays directories in the current cursor color
  3393.         (ala the Manx "ls" program).  Includes source.
  3394.         Author:  Leo Schwab
  3395.  
  3396. Fd        A modified version of Leo's "eless" that processes
  3397.         an entire track at a time, to minimize rereading of
  3398.         blocks.  Includes source.
  3399.         Author:  Leo Schwab, enhancements by Stephen Vermeulen
  3400.  
  3401. HardCopy    A neat little program that creates a hardcopy transcript
  3402.         of any CLI session (like the unix "script" program).
  3403.         Includes source.
  3404.         Author:  Davide Cervone
  3405.  
  3406. MouseOff    Enhanced and smaller version of MouseOff released on
  3407.         disk number 73.  MouseOff will cause the mouse pointer
  3408.         to disappear and then reappear if mouse movement is
  3409.         detected.  Includes source.
  3410.         Author:  Denny Jenkins, reworked by Tom Smythe
  3411.  
  3412. SetFont        Program to change the font used by a workbench screen.
  3413.         Version 2.0, source included.
  3414.         Author:  Dave Haynie
  3415.  
  3416. SpeedDir    Another faster directory lister type program.  This
  3417.         one uses the standard dir utility format for displaying
  3418.         directories.  Written in assembler, includes source.
  3419.         Author:  Bryce Nesbitt
  3420.  
  3421. ==========================  Contents of Disk 076  ==========================
  3422.  
  3423. This is disk 76 of the freely distributable AMIGA software library.
  3424.  
  3425. This is disk 1 of 2 of Chris Gray's Draco distribution for the Amiga.
  3426. The disk is unchanged except for the following:
  3427.  
  3428.     (1)    I have added this file, README.list76.
  3429.  
  3430.     (2)    I have added the standard distribution info file,
  3431.         README.dist.
  3432.  
  3433. Note that this disk was named "Draco SYS".  I have elected to keep
  3434. that name, rather than using the usual "AmigaLibDiskXX" convention for
  3435. disks in my library, to avoid requiring users to rename the disk before
  3436. using it.
  3437.  
  3438. Also note that, as distributed, this disk is only about 65% full.  Normally
  3439. I try to fill my library disks to about 90-95% full, but these "packaged"
  3440. disks are special.
  3441.  
  3442. -Fred
  3443.  
  3444. ==========================  Contents of Disk 077  ==========================
  3445.  
  3446. This is disk 77 of the freely distributable AMIGA software library.
  3447.  
  3448. This is disk 2 of 2 of Chris Gray's Draco distribution for the Amiga.
  3449. The disk is unchanged except for the following:
  3450.  
  3451.     (1)    I have added this file, README.list77.
  3452.  
  3453.     (2)    I have added the standard distribution info file,
  3454.         README.dist.
  3455.  
  3456. Note that this disk was named "Draco Other".  I have elected to keep
  3457. that name, rather than using the usual "AmigaLibDiskXX" convention for
  3458. disks in my library, to avoid requiring users to rename the disk before
  3459. using it.
  3460.  
  3461. Also note that, as distributed, this disk is only about 80% full.  Normally
  3462. I try to fill my library disks to about 90-95% full, but these "packaged"
  3463. disks are special.
  3464.  
  3465. -Fred
  3466.  
  3467. ==========================  Contents of Disk 078  ==========================
  3468.  
  3469. This is disk 78 of the freely distributable AMIGA software library.
  3470.  
  3471. Cycles        A simple but enjoyable game apparently inspired by the
  3472.         cycle game in the movie "Tron".  Version 1.0, binary only.
  3473.         Author:  John G. Gilmore
  3474.  
  3475. EOMS        Experts Only Mercenary Simulator.  A neat (and tough!)
  3476.         PD game that was originally developed for eventual
  3477.         commercial release but for various reasons the author
  3478.         decided to release as PD instead.  So far my son has
  3479.         beat every other Amiga game I've got, both PD and
  3480.         commercial, but he gave up on this one.  For serious
  3481.         game players.  Binary only.
  3482.         Author:  Daniel Cardenas
  3483.  
  3484. MandelVroom    A new Mandelbrot picture generator with some neat
  3485.         features, including use of contour map making techniques
  3486.         that allow you direct control over coloration and 
  3487.         recoloration in seconds, selectable fixed point or floating
  3488.         point computations, contour palette, picture presets, etc.
  3489.         Version 1.50, includes source.
  3490.         Author:  Kevin Clague
  3491.  
  3492. ==========================  Contents of Disk 079  ==========================
  3493.  
  3494. This is disk 79 of the freely distributable AMIGA software library.
  3495.  
  3496. AsmTools    Some CLI type tools, written in assembler (echo,
  3497.         loadit, mounted, setlace, why).  Includes source.
  3498.         Author:  Bryce Nesbitt
  3499.  
  3500. AssignDev    Assigns multiple names to a given device.  For example,
  3501.         allows the names "df0:" and "df3:" to refer to the
  3502.         same physical device.  Includes source.
  3503.         Author:  Phillip Lindsay
  3504.  
  3505. AuxHandler    Example of a dos handler that allows use of a CLI via
  3506.         the serial port.  Includes source.
  3507.         Author:  Steve Drew
  3508.  
  3509. Cmd        Cmd redirects the serial.device or parallel.device output
  3510.         to a file.  Useful for capturing print jobs for debugging
  3511.         or "offline" printing.  Includes source.
  3512.         Author:  Carolyn Scheppner
  3513.  
  3514. Info        Replacement for the AmigaDOS info command.  Includes source.
  3515.         Author:  Chuck McManis
  3516.  
  3517. Kill        Removes a task and as much of its resources as possible.
  3518.         Can close windows, unload process code, etc.  Includes 
  3519.         source.
  3520.         Author:  George Musser
  3521.  
  3522. M2Error        M2error can be used to display compile errors produced by
  3523.         the TDI Modula-2 compiler, like the m2error supplied
  3524.         by TDI.  Includes source.
  3525.         Author:  Richie Bielak
  3526.  
  3527. MonProc        An enhanced version of the process packet monitoring
  3528.         program from disk number 69.  Includes source.
  3529.         Author:  Phillip Lindsay, enhancements by Davide Cervone
  3530.  
  3531. Mounted        A little program to run from CLI scripts to find out if
  3532.         a disk is mounted or not.  Includes source.
  3533.         Author:  Peter DaSilva
  3534.  
  3535. Nro        Another roff style text formatter.  Includes source.
  3536.         Author:  Unknown, posted to usenet by Alan Vymetalik
  3537.  
  3538. ParTask        Example program for finding the parent task of your current
  3539.         task.  Includes source.
  3540.         Author:  Andry Rachmat
  3541.  
  3542. QueryAny    Simple program for use in CLI scripts to query for yes/no
  3543.         decisions.  Includes assembler source.
  3544.         Author:  Mark Smith
  3545.  
  3546. ScnSizer    Sets the preferences data for increasing the window bounds,
  3547.         and takes effect immediately.  Includes source.
  3548.         Author:  Thad Floryan
  3549.  
  3550. SharedLib    Working example of how to build a shared library.  Includes
  3551.         source.
  3552.         Author:  James Synge
  3553.  
  3554. Task        Simple example of how to use CreateTask.  Includes source.
  3555.         Author:  Carolyn Scheppner
  3556.  
  3557. Uw        Unix Windows client for the Amiga.  Version 1.00, includes 
  3558.         source.
  3559.         Author:  Michael McInerny
  3560.  
  3561. Who        Lists tasks on the ready and wait queues.  Includes source.
  3562.         Author:  George Musser
  3563. ==========================  Contents of Disk 080  ==========================
  3564.  
  3565.         *************************************************
  3566.         *                        *
  3567.         *   This disk has been pulled from distribution    *
  3568.         *   because it contained proprietary software.    *
  3569.         *   If you find a copy in circulation, please    *
  3570.         *   notify the holder that it should be     *
  3571.         *   erased.  A replacement disk without the    *
  3572.         *   proprietary material has been reissued     *
  3573.         *   as disk number 90.                *
  3574.         *                        *
  3575.         *************************************************
  3576.  
  3577. ==========================  Contents of Disk 081  ==========================
  3578.  
  3579. This is disk 81 of the freely distributable AMIGA software library.
  3580.  
  3581. Asm68k        Full featured macro assembler, version 1.1.0, binary
  3582.         only.  Well documented.
  3583.         Author:  W. Wesley Howe
  3584.  
  3585. AutoFacc    Autofacc automatically shrinks the ASDG FACC window and
  3586.         moves it to the back.  Also allows the number of buffers
  3587.         to be increased or decreased.  Most useful from the
  3588.         Startup-Sequence file while booting.  Binary only.
  3589.         Author:  Andry Rachmat
  3590.  
  3591. Brushes        Contains 53 custom brushes for use in DPaint while drawing
  3592.         schematics.  Includes things like resistors, capacitors,
  3593.         gates, transistors, IC pacs, etc.
  3594.         Author:  Jim Lee
  3595.  
  3596. CheckIFF    Program to check the structure of IFF files and report
  3597.         any problems.  Binary only.
  3598.         Author:  Unknown
  3599.  
  3600. Cled        A simple command line editor which allows you to edit
  3601.         your commands before and after they are processed.
  3602.         Uses the arrow keys and simple control sequence keystrokes
  3603.         for cursor positioning and editing tasks.  Update to version
  3604.         on disk number 74, this is version 1.4, binary only.
  3605.         Author:  Pat Empleo
  3606.  
  3607. Conman        Extremely useful replacement for the standard console
  3608.         handler, that provides line editing and command line
  3609.         histories completely transparent to any application program
  3610.         that uses CON: windows.  This program is shareware, and well
  3611.         worth a donation to the author.  Version 0.99B, binary only.
  3612.         Author:  William Hawes
  3613.  
  3614. Fonts        Several miscellaneous new fonts for your enjoyment.
  3615.         Author:  (Several)
  3616.  
  3617. Icon        Version 6.0 of the public domain implementation of Icon
  3618.         from the University of Arizona.  Binary only.
  3619.         Author:  Ralph Griswold, Cary Coutant, Steve Wampler, et al.
  3620.              Amiga port by Scott Ballantyne
  3621.  
  3622. KeyLock        Freezes the keyboard and mouse until the correct password
  3623.         is typed.  Protection against inquisitive kids, cats, and
  3624.         other lifeforms.  Binary only.
  3625.         Author:  Andry Rachmat
  3626.  
  3627. Scat        Another display hack, created from Leo Schwab's "Ing"
  3628.         display hack.  Binary only.
  3629.         Author:  Stephen Pietrowicz
  3630.  
  3631. Smush        Another display hack, feed it an iff file and see what
  3632.         happens.  Binary only.
  3633.         Author:  Hobie Orris
  3634.  
  3635. Target        A little program which takes over the mouse pointer and
  3636.         turns it into a gunsight.  Pressing the mouse button
  3637.         flashes the pointer and gives a gunshot.  Version 1.23,
  3638.         binary only.
  3639.         Author:  Matt Fruin and Michael McCarty
  3640.  
  3641. ==========================  Contents of Disk 082  ==========================
  3642.  
  3643. This is disk 82 of the freely distributable AMIGA software library.
  3644.  
  3645. Adventure    A port of the classic Adventure game originally
  3646.         written by Will Crowther and Don Woods.  Has been
  3647.         extended to a 550 point version.  Also speaks as it
  3648.         prints (though I found this feature annoying).
  3649.         Minimum 512K recommended.  Binary only.
  3650.         Author:  David Platt, Ken Wellsch, Dave Haynie
  3651.  
  3652. AmicTerm    A new terminal/communications program based on
  3653.         Dan James' "comm" program, but greatly enhanced.
  3654.         Includes a script language, auto redialing, choice of
  3655.         display beep or audible beep, enhanced file requester,
  3656.         and more.  Version .50 (beta), binary only.
  3657.         Author:  David Salas and Albert Kirk
  3658.  
  3659. D2D-Demo    Demo version of Disk-2-Disk from Central Coast Software
  3660.         (submitted by George Chamberlin).  Binary only.
  3661.         Author:  Central Coast Software
  3662.  
  3663. DX-Synth    Voice filer program for Yamaha DX series synthesizers.
  3664.         Voices are transfered to and from the Amiga over MIDI.
  3665.         Update to "VoiceFiler" released on disk number 38.
  3666.         Binary only.
  3667.         Author:  Jack Deckard
  3668.  
  3669. DiskMan        Another "disk browser and/or dirutil" type program.
  3670.         Version 1.0, binary only.
  3671.         Author:  Greg Cunningham
  3672.  
  3673. Icons        Miscellaneous new disk, directory, and file icons,
  3674.         including John Olsen's great "fishdisk" icon (thanks
  3675.         John!).  Binary only.
  3676.         Author:  Several
  3677.  
  3678. Panl        A universal midi patch panel that allows midi parameter info
  3679.         to be sent from the Amiga to any midi device that can accept
  3680.         param info.  Version 1.2, binary only.
  3681.         Author:  David Weinbach
  3682.  
  3683. Rocket        Another interesting Workbench display hack.  This one
  3684.         is really a game in disguise.  Binary only.
  3685.         Author:  Peter da Silva
  3686.  
  3687. Sand        This program has "magnetic grains of sand" that follow the
  3688.         pointer wherever it goes.  Cute.  Binary only.
  3689.         Author:  Eric Vaughan
  3690.  
  3691. ==========================  Contents of Disk 083  ==========================
  3692.  
  3693. This is disk 83 of the freely distributable AMIGA software library.
  3694.  
  3695. This disk contains a demo version of TeX, ported to the Amiga by
  3696. Tomas Rokicki.  The disk is unchanged except for the following:
  3697.  
  3698.     (1)    I have added this file, README.list83, the standard
  3699.         distribution info file, README.dist, and associated
  3700.         icon files, plus "less" to read the text files.
  3701.  
  3702.     (2)    I have copied all the files to a freshly formatted
  3703.         disk, to create the master distribution disk, using
  3704.         xcopy, which preserves the file dates.  This insures
  3705.         that disk fragmentation is kept to a minimum.
  3706.  
  3707.     (3)    In order to make room for the files I have added, I
  3708.         have compressed the file TeX/inputs/amigatex.tex using
  3709.         a version of compress (compress.b13) that should run on
  3710.         any standard 512K amiga.  This version of compress is
  3711.         found in c/compress.b13.  To recover the original file,
  3712.         execute the commands:
  3713.  
  3714.         cd AmigaLibDisk83:TeX/inputs
  3715.         :c/compress.b13 <amigatex.tex.Z >ram:amigatex.tex -d
  3716.  
  3717.  
  3718. Since this is a demo version of Tom's commercial product, it has several
  3719. limitations that let you get the flavor of the real thing but encourage
  3720. you to buy the commercial version.  These limitations include TeX being
  3721. limited to processing only small files, the previewer being limited
  3722. to displaying ten pages or less, and only a small number of fonts being
  3723. provided.  The full version of AmigaTeX comes on eight floppies and will
  3724. handle larger documents than most mainframe versions of TeX.  See the
  3725. tex/README file for further info.
  3726.  
  3727. -Fred
  3728.  
  3729. ==========================  Contents of Disk 084  ==========================
  3730.  
  3731. This is disk 84 of the freely distributable AMIGA software library.
  3732.  
  3733. AudioTools    Demo programs from Rob Peck's article in the July/August
  3734.         issue of Amiga World on accessing the audio device.
  3735.         Includes source.
  3736.         Author:  Rob Peck
  3737.  
  3738. BlitLab        Blitlab is a program which lets you experiment with
  3739.         the blitter, to your hearts content, in relative safety.
  3740.         It opens a workbench window with gadgets for all the 
  3741.         registers of the blitter, and allows you to manipulate
  3742.         individual registers and perform blits on a magnified
  3743.         bitmap.  This is version 1.2, an update to the version
  3744.         released on disk number 69.  Includes source.
  3745.         Author:  Tomas Rokicki
  3746.  
  3747. Ed        An editor based on the editor described in the original
  3748.         Software Tools book.  It is very similar to the Unix
  3749.         "ed" editor, but not identical.  Includes source.
  3750.         Author:  Brian Beattie
  3751.  
  3752. GravityWars    The object of this game is for one player to hit the
  3753.         other player's ship with a missle, before being hit
  3754.         yourself.  The ships and planets don't move, but
  3755.         aiming the missle in the presence of gravity fields
  3756.         and black holes makes hitting your target difficult.
  3757.         Version 1.04, shareware, author suggests $5 donation.
  3758.         This is an update to the version on disk number 70, and
  3759.         includes source in Modula-2.
  3760.         Author:  Ed Bartz
  3761.  
  3762. HunkPad        Two programs to help reduce problems with padding
  3763.         added by xmodem transmission.
  3764.         Author:  J. Hamilton and Aaron Avery
  3765.  
  3766. PipeHandler    An AmigaDOS pipe device which supports OPEN, CLOSE, READ,
  3767.         WRITE, LOCK, EXAMINE, and EXNEXT.  Thus you can have
  3768.         "named pipes".  It also supports "taps" on a pipe, to
  3769.         capture all data flowing through the pipe. Version 1.2,
  3770.         includes source.
  3771.         Author:  Ed Puckett
  3772.  
  3773. PopCLI        Provides a simple way of starting another CLI at any
  3774.         time without having to load workbench or exit whatever
  3775.         program you may be using.  Also has a builtin screen
  3776.         saver mode that automatically blanks the Amiga console
  3777.         screen when there has been no input for a specified
  3778.         period of time.  Version III, an update to the version
  3779.         on disk number 40.  Includes source.
  3780.         Author: John Toebes
  3781.  
  3782. Requester    A file name requester that looks like the one used in
  3783.         Deluxe Paint, and a sample program for using the
  3784.         requester.  This is an update to the version released
  3785.         on disk number 34.  Includes source.
  3786.         Author: Kevin Clague, enhancements by Randy Finch
  3787.  
  3788. ScottDevice    A mountable MicroForge SCSI driver.  Supports one SCSI buss
  3789.         device with two hard disk units attached to it.  Version 
  3790.         33.1, includes source.
  3791.         Author:  Scott Turner
  3792.  
  3793. Viacom        Another of Leo's amusing little hacks.  Sort of a political
  3794.         statement regarding the quality of service of a certain
  3795.         San Francisco area cable TV service.  Includes source.
  3796.         Author:  Leo Schwab
  3797.  
  3798. ==========================  Contents of Disk 085  ==========================
  3799.  
  3800. This is disk 85 of the freely distributable AMIGA software library.
  3801.  
  3802. Csh        Version 2.06 of Matt Dillon's csh like shell, modified
  3803.         for Manx C.  Includes source.
  3804.         Author:  Matt Dillon, Manx'ified by Steve Drew
  3805.  
  3806. FileReq        Another file requester, but this one also has a fast
  3807.         pattern matching capability.  Includes source.
  3808.         Author:  Peter da Silva
  3809.  
  3810. Hide        A small utility to allow you to run old or ill-written
  3811.         applications on systems with expansion ram.  When hide
  3812.         is running, all memory allocations take place in chip
  3813.         memory.  Somehow, something like this missed making it
  3814.         onto my earlier disks.  Binary only.
  3815.         Author:  Francois Rouaix
  3816.  
  3817. ImageTools    A set of shareware tools, submitted by the author, to
  3818.         do various manipulations on IFF images, including comparison
  3819.         of the color palettes of a pair of IFF images, filtering
  3820.         an IFF image in various ways, producing a color usage
  3821.         frequency chart for an IFF image, reducing the size of
  3822.         an IFF image to produce a miniature to use as an icon,
  3823.         converting an icon to an IFF image, and recoloring an IFF
  3824.         image using the palette of a second image, in a least
  3825.         squared error fashion.  Shareware, binary only.
  3826.         Author:  Stephen Vermeulen
  3827.  
  3828. LowMem        Another fine freely redistributable product from ASDG.
  3829.         This one is a low memory server, which is a compact shared
  3830.         library which allows arbitrary processes to register their
  3831.         desire to be notified of impending memory shortages.  This
  3832.         allows good citizen programs to free up memory that they
  3833.         may not need, so other programs can use it.  Binary only.
  3834.         Author:  Perry Kivolowitz
  3835.  
  3836. Plot6        A star plotting program.  Short on documentation and
  3837.         user friendliness, but interesting nevertheless.
  3838.         Also includes source.
  3839.         Author:  Darrin West
  3840.  
  3841. RawIO        Example of how to set your standard input to what is
  3842.         commonly known as "raw" and/or "CBREAK" mode on Unix
  3843.         systems.  Includes source.
  3844.         Author:  Chuck McManis
  3845.  
  3846. Rocket        Another interesting Workbench display hack.  This one
  3847.         is really a game in disguise.  It is the same as the
  3848.         one on disk number 82, but also includes source.
  3849.         Author:  Peter da Silva
  3850.  
  3851. VMore        A shareware program, submitted by the author, that
  3852.         is a "more" like text file viewing utility that can
  3853.         be run on multiple files from either the WorkBench or
  3854.         the CLI.  Version 1.00, includes source.
  3855.         Author:  Stephen Vermeulen
  3856.  
  3857. Vnews        A simple news file reader, that will read all the news
  3858.         files in a specified directory, optionally starting with
  3859.         a specified file.  Includes source.
  3860.         Author:  Stephen Vermeulen
  3861.  
  3862. ==========================  Contents of Disk 086  ==========================
  3863.  
  3864. This is disk 86 of the freely distributable AMIGA software library.
  3865.  
  3866. AutoPoint    Autopoint serves two functions:  it automatically
  3867.         selects the window underneath the mouse pointer and
  3868.         it provides a very nice screen saver facility.
  3869.         Binary only.
  3870.         Author:  Jude Katsch
  3871.  
  3872. ClickToFront    ClickToFront extends the user-interface so that 
  3873.         a double-click into a window brings it to the front.
  3874.         Now as long as you can see any part of a window you can
  3875.         bring it to the front without having to hunt for the page
  3876.         gadgets.  Version 1.1, includes source.
  3877.         Author:  Bryce Nesbitt
  3878.  
  3879. Cmd        Cmd redirects the serial.device or parallel.device output
  3880.         to a file.  Useful for capturing print jobs for debugging
  3881.         or "offline" printing.  Version 3, includes source.
  3882.         Author:  Carolyn Scheppner
  3883.  
  3884. FileIISG-Demo    A demo version of Softwood File IIsg, a database manager
  3885.         with sound and graphics.  Also includes a database of
  3886.         of previously released disks in this library, courtesy
  3887.         of Stan Spence.  Binary only.
  3888.         Author:  Woody Williams and Donald Brady
  3889.  
  3890. ==========================  Contents of Disk 087  ==========================
  3891.  
  3892. This is disk 87 of the freely distributable AMIGA software library.
  3893.  
  3894. AdvSys        An adventure writing system, as described in the May 1987
  3895.         issue of Byte magazine.  Advsys is a special purpose
  3896.         programming language that was specifically designed to
  3897.         be used to write computer text adventure games.
  3898.         Version 1.2, binary only.
  3899.         Author:  David Betz
  3900.  
  3901. AutoIconOpen    Example code to fool WorkBench into thinking it is receiving
  3902.         mouse inputs that select and open icons.  This is version
  3903.         1.2, an update to the version on disk number 73.  Includes
  3904.         source.
  3905.         Author:  Tony Wills
  3906.  
  3907. Claz        Converts IFF picture files to POSTSCRIPT.  Works with
  3908.         Amiga HAM pictures, as well as "normal" pictures.  Also
  3909.         includes scaling.  Version 2.0, includes source.
  3910.         Author:  Steve Ludtke
  3911.  
  3912. Commodities    Commodities Exchange, an Amiga exec library which can be
  3913.         opened and used by application programs to gain access to
  3914.         input in a very flexible way.  This is a "minimal, binary
  3915.         only" copy.  Source may be available on a future disk.
  3916.         Version 0.4.
  3917.         Author:  Jim Mackraz
  3918.  
  3919. Diff        A simple version of diff.  Update to version on disk 
  3920.         number 75, includes source.
  3921.         Author:  Erik Baalbergen
  3922.  
  3923. Dme        Version 1.27 of Matt's text editor.  Dme is a simple WYSIWYG
  3924.         editor designed for programmers.  It is not a WYSIWYG 
  3925.         word processor in the traditional sense.  Features include
  3926.         arbitrary key mapping, fast scrolling, title-line statistics
  3927.         multiple windows, and ability to iconify windows.  Update
  3928.         to version on disk number 74.  Binary only.
  3929.         Author:  Matt Dillon
  3930.  
  3931. DropShadow    A program that makes your WorkBench windows have
  3932.         dropshadows.  This is version 2.0, the same as on disk
  3933.         number 74, but also includes source.
  3934.         Author:  Jim Mackraz
  3935.  
  3936. Elib        Example of building a shared library using small model
  3937.         Manx C.  Includes source.
  3938.         Author:  Jim Mackraz
  3939.  
  3940. ID-Handler    An AmigaDOS device handler, that generates unique
  3941.         identifiers.  Generates a new unique 16 digit decimal
  3942.         number each time it is opened by an application.
  3943.         Version 1.0, includes source.
  3944.         Author:  Ed Puckett
  3945.  
  3946. Install        Two possible replacement versions of the standard
  3947.         install program (to make a disk bootable).  Includes
  3948.         source.
  3949.         Author:  Bryce Nesbitt and Scott Turner
  3950.  
  3951. MemWatch    Memwatch is a program intended to sit in the background
  3952.         and watch for random trashing of low memory by an
  3953.         application under development.  If it detects a write
  3954.         to low memory, it repairs it to what used to be there,
  3955.         then puts up a requester indicating what damage had been
  3956.         done.  Very useful!  Version II, includes source.
  3957.         Author:  John Toebes
  3958.  
  3959. MovePointer    Moves the pointer to any specified location on the screen,
  3960.         specified by X-Y coordinates.  Includes source.
  3961.         Author:  "Cewy"
  3962.  
  3963. MoveWindow    Move a named window to any arbitrary X-Y coordinate and
  3964.         possibly resize it at the same time.  Includes source.
  3965.         Author:  "Cewy"
  3966.  
  3967. MunchingSq    Leo's "Munching Squares" hack, now upgraded to take a
  3968.         single argument for a seed value.  Includes source.
  3969.         Author:  Leo Schwab
  3970.  
  3971. PalTest        Example code of how to determine dynamically whether
  3972.         or not you are running on a PAL machine.  Includes source.
  3973.         Author:  Christof Bonnkirch
  3974.  
  3975. Sc        Program which demonstrates generation of good looking
  3976.         pseudo-random scenery.  Includes source in C (translated
  3977.         from Draco version on disk number 61).
  3978.         Author:  Chris Gray
  3979.  
  3980. Tek4695        A Tek4695 printer driver.  Binary only.
  3981.         Author:  Philip Staub
  3982.  
  3983. WBDualPF    An example of using a dual-playfield screen, using
  3984.         a method contrary to documentation in the Intuition
  3985.         Manual.  Fixed version of copy released on disk 
  3986.         number 41.  Includes source.
  3987.         Author:  Jim Mackraz
  3988.  
  3989. WarpText    Fast text rendering routines, to be linked with application
  3990.         programs.  Reported to be able to display text as fast,
  3991.         or faster than, "blitz".  Includes source.
  3992.         Author:  Bill Kelly
  3993.  
  3994. Yaiffr        Yet Another IFF Reader.  Handles HAM, HIRES, and overscan,
  3995.         includes source.
  3996.         Author:  Leo Schwab
  3997.  
  3998. Zoo        A file archiver, much like "arc" in concept, but different
  3999.         in implementation and user interface details.  Includes
  4000.         some nice features that "arc" lacks (such as file/path
  4001.         names up to 255 characters in length).  Version 1.42A,
  4002.         binary only.
  4003.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  4004.  
  4005.  
  4006. ==========================  Contents of Disk 088  ==========================
  4007.  
  4008.         *************************************************
  4009.         *                        *
  4010.         *   This disk has been pulled from distribution    *
  4011.         *   because it contained proprietary software.    *
  4012.         *   If you find a copy in circulation, please    *
  4013.         *   notify the holder that it should be     *
  4014.         *   erased.  A replacement disk without the    *
  4015.         *   proprietary material has been reissued     *
  4016.         *   as disk number 89.                *
  4017.         *                        *
  4018.         *************************************************
  4019.  
  4020. ==========================  Contents of Disk 089  ==========================
  4021.  
  4022. This is disk 89 of the freely distributable AMIGA software library.
  4023. This disk replaces disk number 88, which was pulled from circulation
  4024. due to the redistribution status of files in the directory "snap".
  4025. If you encounter a disk number 88 in circulation, please advise all
  4026. parties concerned that the disk should be erased immediately.
  4027.  
  4028. AutoEnquirer    An example of a screen contraption that is like a
  4029.         requester except that it's not quite as demanding,
  4030.         goes where you want to put it, and remembers where
  4031.         it was put.  Includes source and Manx'ified version
  4032.         of Chris Gray's fractalish terrain generator as a demo.
  4033.         Author:  Howard Hull
  4034.  
  4035. DEMOlition    Another neat little display hack.  In the spirit of
  4036.         these things, ya gotta run it to find out what it
  4037.         does.  Includes source.
  4038.         Author:  Kriton Kyrimis
  4039.  
  4040. DirMaster    A very nicely done shareware disk cataloger, submitted
  4041.         by the author for inclusion in the library.  Includes
  4042.         sample database of some disk libraries.  Version 1.0a,
  4043.         binary only.
  4044.         Author:  Greg Peters
  4045.  
  4046. FuncKey        A shareware function key editor, submitted by the author
  4047.         for inclusion in the library.  Version 1.01, binary only
  4048.         (source available from author).
  4049.         Author:  Anson Mah
  4050.  
  4051. MFF-Demo    Demo copy of the MicroFiche Filer program from Software
  4052.         Visions Inc.  The MicroFiche File is a full-powered 
  4053.         database program for manipulation of text, numbers, and
  4054.         pictures.  It uses the microfiche metaphor for dealing
  4055.         with your data graphically.  This is a full production
  4056.         version except that the save option has been disabled.
  4057.         Includes a sample database of my disk library.  Binary
  4058.         only.
  4059.         Author:  Gary Samad
  4060.  
  4061. Screenshift    Screenshift is a small program that allows you to adjust
  4062.         the position of the screen on your display, just like the
  4063.         preferences function.  Works from CLI or WorkBench.
  4064.         Includes source.
  4065.         Author:  Anson Mah
  4066.  
  4067. Snake        A variant on the old "bouncing lines" program, this
  4068.         on uses multiple vertices and Bezier splines.  Includes
  4069.         source.
  4070.         Author:  KABjorke
  4071. ==========================  Contents of Disk 090  ==========================
  4072.  
  4073. This is disk 90 of the freely distributable AMIGA software library.
  4074.  
  4075. Note that many of the programs on this disk are shareware/freeware.
  4076. This means that if you find them useful, you are morally obligated
  4077. to send a small donation to the author to help support his efforts and
  4078. fund further development.  I hope that by including them in this
  4079. library I have furthered the author's goals of widest possible
  4080. distribution and thus maximum return.  Also note (for those that
  4081. like to split hairs) that I am distributing this disk as a "freebee".
  4082. To receive a copy, just request it when ordering any other disks from
  4083. the library.
  4084.  
  4085. This disk replaces disk number 80, which was pulled from circulation
  4086. due to the redistribution status of files in the directory "tools".
  4087. If you encounter a disk number 80 in circulation, please advise all
  4088. parties concerned that the disk should be erased immediately.
  4089.  
  4090.  
  4091. AmiGazer    Compute a view of the night sky, using a database of
  4092.         1573 stars, for any date, time of day, and latitude.
  4093.         Click on stars for info about them. Binary only.
  4094.         Author:  Richard Horne
  4095.  
  4096. CardFile    Study aid card file program written in AmigaBasic.
  4097.         Useful for organizing small blocks of data, such as
  4098.         can be done with a 3X5 card file system.  Binary only.
  4099.         Author:  James Parks
  4100.  
  4101. Conman        Extremely useful replacement for the standard console
  4102.         handler, that provides line editing and command line
  4103.         histories completely transparent to any application program
  4104.         that uses CON: windows.  Version 0.98B, binary only.
  4105.         Author:  William Hawes
  4106.  
  4107. IMandelVroom    A slightly modified version of Kevin Clague's mandelbrot
  4108.         program (on disk number 78) that uses his "ring detector"
  4109.         to draw an approximation of the interior strange attractor
  4110.         contours.  Binary only (with patches for original source).
  4111.         Author:  Kevin Clague, enhancements by Howard Hull
  4112.  
  4113. NewDemos    Some new demos, including replacements for the standard
  4114.         "lines" and "boxes" demos, that use only a few percent
  4115.         of the CPU time, so it is reasonable to have lots of them
  4116.         running simultaneously to demo multitasking.  Binary only.
  4117.         Author:  Steve Koren
  4118.  
  4119. Othello        Othello game, binary only.
  4120.         Author:  Matthew Bellew
  4121.  
  4122. PrinText    Program to display ASCII text files on the screen with
  4123.         scrollbar, arrow gadgets, automatic word-wrap, a search
  4124.         function, speech, IFF picture loading, and online help.
  4125.         Version 1.2, binary only.
  4126.         Author:  Opher Kahane
  4127.  
  4128. PrtDrvGen    Program to automatically generate custom printer drivers.
  4129.         Version 2.2b, binary only, source available from author.
  4130.         Author:  Joergen Thomsen
  4131.  
  4132. RainBench    Simple program which cycles the hardware color register to
  4133.         get an interesting effect on your workbench screen.
  4134.         Binary only.
  4135.         Author:  Brendan Keliher
  4136.  
  4137. ShortCut    A utility that collects keystroke sequences and allows
  4138.         you to replace them with a single key stroke.  Binary
  4139.         only.
  4140.         Author:  Opher Kahane
  4141.  
  4142. ShowPrint    A full-feature IFF picture file screen dump utility.
  4143.         Can display and print all sizes of pictures including
  4144.         those larger than the screen.  Allows adjustment of printer
  4145.         output in three modes: ASPECT, FULL, and CUSTOM output.
  4146.         Print vertically or horizonatally, in B&W, grey scale, or
  4147.         color, etc.  Binary only.
  4148.         Author:  Brian Conrad
  4149.  
  4150. Sizzlers    A series of graphics demo programs.  Version 1.7.0,
  4151.         binary only.
  4152.         Author:  Greg Epley
  4153.  
  4154. SpaceAceDemo    Shareware shoot-em-up spaceship game.  Binary only.
  4155.         Author:  Stephen McLeod
  4156.  
  4157. Timer        Creates a small window containing a timer.  Version 1.5,
  4158.         binary only.
  4159.         Author:  Bill Beogelein
  4160.  
  4161. ==========================  Contents of Disk 091  ==========================
  4162.  
  4163. This disk contains a distribution of ADL (Adventure Definition Language).
  4164. ADL is a superset of an older language named DDL, by Michael Urban,
  4165. Chris Kostanick, Michael Stein, Bruce Adler, and Warren Usui.  ADL
  4166. enhancements were made by Ross Cunniff, who submitted this material
  4167. for inclusion in the library.  The disk is essentially unchanged except
  4168. that:
  4169.  
  4170.     (1)    Many icon files have been added to help workbench only
  4171.         users get at least some information about this disk
  4172.         and about ADL (which is only usable from the CLI 
  4173.         environment).
  4174.  
  4175.     (2)    The disk name has been changed to AmigaLibDisk91.
  4176.  
  4177.     (3)    The standard library files "GeneralInfo", "Contents",
  4178.         and "Distribution", along with their associated icons,
  4179.         have been added to the disk.
  4180.  
  4181.     (4)    The directory 'c' has been added, along with a very
  4182.         nice text reader program called "less", which is the
  4183.         default tool for reading all the text files for which
  4184.         there are icons.
  4185.  
  4186. Included here are the sources to the ADL compiler, interpreter, and
  4187. debugger.  The binaries were compiled by Ross with the Lattice 3.03
  4188. compiler.  Ross noted in his letter that currently ADL is a
  4189. CLI environment program only, but that he hopes to offer a more
  4190. Amiga'ized version in the future.  Also, the stack size should be
  4191. set to at least 10000 before attempting to run ADL.
  4192.  
  4193. ==========================  Contents of Disk 092  ==========================
  4194.  
  4195. This is disk 92 of the freely distributable AMIGA software library.
  4196. Below is a listing of the significant directories and their contents.
  4197. Note that none of these can be used from the workbench, thus they
  4198. do not have any directory icons.  You must use the CLI environment to
  4199. use these materials.
  4200.  
  4201. As6502        Contains a portable 6502 assembler, including source
  4202.         in C.
  4203.         Author:  J. Van Ornum; Amiga port by Joel Swank
  4204.  
  4205. Bawk        Text processor inspired by the Unix awk utility.
  4206.         This is an update to the copy released on disk 65.
  4207.         Bawk searches files for specific patterns and performs
  4208.         actions for every occurance of these patterns.  The
  4209.         patterns can be regular expressions.  The actions are
  4210.         expressed using a subset of the C language.  Includes
  4211.         source in C.
  4212.         Author:  Bob Brodt; Amiga port by Johan Widen
  4213.  
  4214. HunkPad        HunkPad pads an object file out to where it is exactly
  4215.         a multiple of 128 bytes, thus making it immune to having
  4216.         garbage appended on to the end of it by xmodem type
  4217.         file transfer protocols.  Version 2, includes source.
  4218.         Update to version released on disk 84.
  4219.         Author:  J. Hamilton
  4220.  
  4221. Less        Like Unix "more", only better, with forward and
  4222.         backward scrolling, searching and positioning by
  4223.         percent of file and line number, etc.  Very useful!
  4224.         This is Amiga version 1.2, an update to the version
  4225.         on disk number 74.  Includes source.
  4226.         Author:  Mark Nudelman, Amiga port by Bob Leivian
  4227.  
  4228. Ndir        Library that implements the 4BSD unix directory access
  4229.         routines (opendir, closedir, readdir, etc).  Includes
  4230.         source in C.
  4231.         Author:  Mike Meyer
  4232.  
  4233. Parse        A recursive descent expression parser that parses 
  4234.         expressions, computes the expression value, and prints
  4235.         it.  Includes support for some built in transcendental 
  4236.         functions.  Includes source in C.
  4237.         Author:  John Olsen
  4238.  
  4239. Shar        Two programs to pack and unpack shell archives on the
  4240.         Amiga.  Shell archives are the traditional Usenet
  4241.         method of bundling multiple text files for posting
  4242.         as a unit or for sending via electronic mail.  Includes
  4243.         source in C.
  4244.         Author:  Fabbian G. Dufoe
  4245.  
  4246. SmallLib    A replacement for amiga.lib that is about 8 times smaller.
  4247.         Binary only.
  4248.         Author:  Bryce Nesbitt
  4249.  
  4250. UUencode    Programs to encode/decode binary files for transmittal
  4251.         via mail or other text-only methods.  The binary file
  4252.         is expanded by approximately 35% for transmittal.  This
  4253.         release is an update to the version on disk number 53,
  4254.         and includes a simple line-by-line checksum technique that
  4255.         can read and write files compatible with the older
  4256.         uuencode/uudecode, plus a file size test modification that
  4257.         is transparent to older uudecodes.
  4258.         Author:  Mark Horton with mods by Alan Rosenthal and 
  4259.              Bryce Nesbitt
  4260.  
  4261. ==========================  Contents of Disk 093  ==========================
  4262.  
  4263. This is disk 93 of the freely distributable AMIGA software library.
  4264. Below is a listing of the significant directories and their contents.
  4265. Note that none of these can be used from the workbench, thus they
  4266. do not have any directory icons.  You must use the CLI environment to
  4267. use these materials.
  4268.  
  4269. Dme        Version 1.27 of Matt's text editor.  Dme is a simple WYSIWYG
  4270.         editor designed for programmers.  It is not a WYSIWYG 
  4271.         word processor in the traditional sense.  Features include
  4272.         arbitrary key mapping, fast scrolling, title-line statistics
  4273.         multiple windows, and ability to iconify windows.  Update
  4274.         to version on disk number 87 (which was binary only).  This
  4275.         release also includes source.
  4276.         Author:  Matt Dillon
  4277.  
  4278. MicroEmacs    Version 3.8i of Daniel Lawrence's variant of Dave
  4279.         Conroy's microemacs.  This is an update to the version
  4280.         released on disk 61.  Includes source.
  4281.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  4282.  
  4283. ==========================  Contents of Disk 094  ==========================
  4284.  
  4285. This is disk 94 of the freely distributable AMIGA software library.
  4286. Below is a listing of the significant directories and their contents.
  4287. Note that none of these can be used from the workbench, thus they
  4288. do not have any directory icons.  You must use the CLI environment to
  4289. use these materials.
  4290.  
  4291. AudioTools    Demo programs from Rob Peck's article in the July/August
  4292.         issue of Amiga World on accessing the audio device.
  4293.         This is version 2, an update to the release on disk
  4294.         number 84.  Includes source.
  4295.         Author:  Rob Peck
  4296.  
  4297. ClickUpFront    ClickUpFront is another program, similar in function to
  4298.         the ClickToFront program from disk 86, that allows you
  4299.         to bring any window to the front simply by double-clicking
  4300.         in any part of it.  Version 1.0, includes source.
  4301.         Author:  Davide Cervone
  4302.  
  4303. HeliosMouse    Another "sunmouse" type program.  Automatically activates
  4304.         a window simply by moving the mouse pointer into the window.
  4305.         Version 1.0, includes source.
  4306.         Author:  Davide Cervone
  4307.  
  4308. Iff2Ps        A program to convert any IFF file to postscript for
  4309.         printing or viewing on a postscript compatible device.
  4310.         Version 1.2, binary only.
  4311.         Author:  William Mason and Sam Paolucci
  4312.  
  4313. ModulaTools    Various useful routines for those programming in Modula
  4314.         on the Amiga.  Binary only.
  4315.         Author:  Jerry Mack
  4316.  
  4317. Terrain3d    Program which demonstrates generation of good looking
  4318.         pseudo-random scenery.  This version is a derivative of
  4319.         "sc" distributed on disk 87, but now displays terrain
  4320.         in 3d relief.  Includes source.
  4321.         Author:  Chris Gray; 3d version by Howard Hull
  4322.  
  4323. ==========================  Contents of Disk 095  ==========================
  4324.  
  4325. This is disk 95 of the freely distributable AMIGA software library.
  4326. Below is a listing of the significant directories and their contents.
  4327.  
  4328. Cmd        Cmd redirects the serial.device or parallel.device output
  4329.         to a file.  Useful for capturing print jobs for debugging
  4330.         or "offline" printing.  Version 4, includes source.
  4331.         Author:  Carolyn Scheppner
  4332.  
  4333. CygnusEdDemo    Demo version of CygnusEd, an editor from CygnusSoft
  4334.         Software.  CygnusEd supports simultaneous editing of
  4335.         multiple files, multiple views of the same file,
  4336.         very fast display, margins, word-wrap, status-lines,
  4337.         insert/overstike mode, online help, soft scroll 
  4338.         borders, screen overscan, adjustable tab size, macros,
  4339.         text formatting options, block/line/word cut/copy,
  4340.         and more.  Also includes demo 3.0 version of MandFXP.
  4341.         Binary only.
  4342.         Author:  CygnusSoft Software
  4343.  
  4344. Gomf        Gomf stands for "Get Outa My Face", a phrase many a
  4345.         programmer has mumbled when a Guru alert appears
  4346.         unexpectedly.  This interesting little program can
  4347.         generally make the Guru go away and allow you to
  4348.         clean up and shutdown more cleanly.  Version 1.0,
  4349.         binary only.
  4350.         Author:  Christian Johnsen
  4351.  
  4352. Journal        Journal is a program that records a sequence of mouse and
  4353.         keyboard events as they occur and stores them in a file.
  4354.         The file can be played back with another program, also
  4355.         supplied, which causes the same sequence of events to
  4356.         occur again.  Very useful for creating demonstrations
  4357.         of programs or documenting repeatable bugs.  Version 1.0,
  4358.         binary only.
  4359.         Author:  Davide Cervone
  4360.  
  4361. MergeMem    Program which attempts to merge the MemList entries
  4362.         of sequentially configured ram boards.  When successful,
  4363.         allows allocating a section of memory which spans
  4364.         board boundries.  This is version 2, an update to the
  4365.         version released on disk 56.  Includes source.
  4366.         Author:  Carolyn Scheppner
  4367.  
  4368. PrinterStealer    A program similar in function to "Cmd" that allows
  4369.         diversion of output destined for the printer to
  4370.         a file for future output or debugging purposes.
  4371.         Binary only, source available from authors.
  4372.         Author:  Alex Livshits and J-M. Forgeas
  4373.  
  4374. Record-Replay    A program, similar in function to "Journal", that
  4375.         records and plays back mouse and keyboard events.
  4376.         Binary only, source available from authors.
  4377.         Author:  Alex Livshits and J-M. Forgeas
  4378.  
  4379. ==========================  Contents of Disk 096  ==========================
  4380.  
  4381. This is disk 96 of the freely distributable AMIGA software library.
  4382. Below is a listing of the significant directories and their contents.
  4383.  
  4384. AnimPlayer    An animation reader and displayer that is the result
  4385.         of a consortium of animation software developers, which
  4386.         includes the authors of Videoscape, Sculpt3D, Silver, 
  4387.         Forms-In-Flight, and Animator:Apprentice.  Includes
  4388.         source.
  4389.         Author:  Martin Hash et al.
  4390.  
  4391. Chess        A port of a chess game posted to Usenet.  Still uses
  4392.         a "curses" type interface, so needs to be Amiga'ized.
  4393.         According to Bob, plays a better game than some of the
  4394.         commercial Amiga chess games.  Version 1.0, includes source.
  4395.         Author:  John Stanback; ported to Amiga by Bob Leivian
  4396.  
  4397. HackBench    HackBench provides the source for a WorkBench-like program,
  4398.         for experimentation and validation of new interface ideas.
  4399.         It is not intended to be an actual WorkBench replacement.
  4400.         Author:  Bill Kinnersley
  4401.  
  4402. Label        Simple program to print labels with arbitrary text.
  4403.         Version 1.3, binary only, but source available from author.
  4404.         Author:  Mike Hansen
  4405.  
  4406. LineDrawer    Makes a line drawing based on drawing commands stored
  4407.         in a text file.  Includes a demo that draws an outline
  4408.         map of the USA and state borders.  Version 1.0, includes
  4409.         source.
  4410.         Author:  John Olsen
  4411.  
  4412. PopUpMenu    Example code implementing pop-up menus that are reasonably
  4413.         compatible with Intuition menus.  Includes source.
  4414.         Author:  Derek Zahn
  4415.  
  4416. Tek4695        A Tektronix 4695/4696 printer driver.  Includes source.
  4417.         Author:  Philip Staub
  4418.  
  4419. TimeRam        A program to test the access speeds of Fast and Chip ram.
  4420.         Binary only.
  4421.         Author:  Bruce Takahashi
  4422.  
  4423. WarpText    Fast text rendering routines, to be linked with application
  4424.         programs.  Reported to be able to display text as fast,
  4425.         or faster than, "blitz".  This is an update to the version
  4426.         released on disk 87.  Version 2.0, includes source.
  4427.         Author:  Bill Kelly
  4428.  
  4429. ==========================  Contents of Disk 097  ==========================
  4430.  
  4431. This is disk 97 of the freely distributable AMIGA software library.
  4432. This disk replaces disk number 57, which was pulled from circulation
  4433. because of questions about the redistribution status of material in
  4434. the "Ogre" subdirectory (replaced with "shm").  If you encounter a disk
  4435. number 57 in circulation, please advise all parties concerned that the
  4436. disk should be erased immediately.  Below is a listing of the significant
  4437. directories on this disk, and their contents.
  4438.  
  4439. CutAndPaste    Public domain implementations of the Unix cut and paste
  4440.         commands.  Includes source.
  4441.         Author:  John Weald
  4442.  
  4443. GraphIt        A program to plot most simple functions in 2 or 3 
  4444.         dimensions, as well as 2d parametric equations in
  4445.         term of t.  Includes source.
  4446.         Author:  Flynn Fishman
  4447.  
  4448. Juggler        Stunning animation of a robot juggler with ray traced
  4449.         reflective spheres.  Uses HAM mode display and sound
  4450.         effects to boot!  This is version 1.2 and apparently
  4451.         fixes some bugs in the original version released on
  4452.         disk number 47.  Binary only.
  4453.         Author:  Eric Graham
  4454.  
  4455. MouseReader    Shareware program, submitted by the author, to read
  4456.         text files and view iff files using only the mouse.
  4457.         Binary only.
  4458.         Author:  William Betz
  4459.  
  4460. Shm        A simple graphics demo which approximately simulates the 
  4461.         motion of two interacting pendulums.  Includes source.
  4462.         Author:  Chris Ediss
  4463.  
  4464. Splines        Program to demonstrate various curve fitting and
  4465.         rendering techniques.  Also includes something unique
  4466.         for the Amiga world, pop-up menus.  Includes source.
  4467.         Author:  Helene (Lee) Taran
  4468.  
  4469. ==========================  Contents of Disk 098  ==========================
  4470.  
  4471. This is disk 98 of the freely distributable AMIGA software library.
  4472. Below is a listing of the significant directories and their contents.
  4473.  
  4474. Access        A 16 color terminal program based on Comm version 1.34.
  4475.         Includes new macro window, custom gadgets, colorized
  4476.         menus, etc.  Version Beta 0.18, binary only.
  4477.         Author:  Keith Young (based on comm by D.J.James)
  4478.  
  4479. Backup        A simple backup program that writes normal AmigaDOS
  4480.         disks as the backup destination.  To recover files, you
  4481.         just copy from the backup disk.  Requires manual 
  4482.         decisions about what subdirectories to backup to
  4483.         what disks to make everything fit.  Includes source.
  4484.         Author:  Alan Kent
  4485.  
  4486. DCDemo        A demo version of DiskCat 2.3, a disk catalog program.
  4487.         Demo is limited to cataloging 100 files at a time.
  4488.         Binary only.
  4489.         Author:  Ed Alford, MicroAce Software
  4490.  
  4491. HdDriver    A complete driver for a WD-1002-05 hard disk controller 
  4492.         card.  This card can handle 3 hard disks and 4 floppies, 
  4493.         but the driver currently only handles one hard disk.  
  4494.         Includes source.
  4495.         Author:  Alan Kent
  4496.  
  4497. QBase        Quick-Base is a "MailBase Management utility", that lets
  4498.         you define and maintain records of your family, friends,
  4499.         and other associates.  Currently a maximum of 200
  4500.         records per file.  Binary only.
  4501.         Author:  Kevin Harris
  4502.  
  4503. Thai        A simple Thai quiz program developed by the author while
  4504.         he was learning the Thai language.  It loads complete
  4505.         Thai sentences and words from a supplied file.  If you
  4506.         click on the sentence or word gadget the program will
  4507.         pick a random sentence/word.  You then click on the
  4508.         Thai/Speak/Phonetic/English gadget to display that
  4509.         version (or speak it).  Includes source.
  4510.         Author:  Alan Kent
  4511.  
  4512. ==========================  Contents of Disk 099  ==========================
  4513.  
  4514. This disk contains a shareware version of a ray tracing package by Brian
  4515. Reed, called A-Render.  It looks like a very nice package, but I have not
  4516. really had any significant amount of time to play with it.  Binary only.
  4517. ==========================  Contents of Disk 100  ==========================
  4518.  
  4519. This is disk 100 of the freely distributable AMIGA software library.
  4520. Below is a listing of the significant directories and their contents.
  4521.  
  4522.  
  4523. Berserk        This animation, unveiled at the September 87 meeting
  4524.         of the First Amiga Users Group, got Leo a standing ovation.
  4525.         It is a "must see" for every Amiga user, and ranks up
  4526.         there with "Juggler" as a premier demo for the Amiga.
  4527.         Author:  Leo Schwab
  4528.  
  4529. Conman        Extremely useful replacement for the standard console
  4530.         handler, that provides line editing and command line
  4531.         histories completely transparent to any application program
  4532.         that uses CON: windows.  This program is shareware, and well
  4533.         worth a donation to the author.  Version 1.0, binary only.
  4534.         Author:  William Hawes
  4535.  
  4536. WBLander    Another interesting Workbench display hack.  This one
  4537.         is really a game in disguise.  Previously released
  4538.         on disk number 85 as "Rocket", this one has been
  4539.         upgraded to have sound effects.  Binary only.
  4540.         Author:  Peter da Silva
  4541.  
  4542. ==========================  Contents of Disk 101  ==========================
  4543.  
  4544. This is disk 101 of the freely distributable AMIGA software library.
  4545. Below is a listing of the significant directories and their contents.
  4546.  
  4547. CirPlane    A circular plane generator for VideoScape 3D.  Generates
  4548.         a clockwise circular polygon with the specified number
  4549.         of vertices.  Used, for example, to cap a cylinder or to
  4550.         generate surface detail.  Version 1.0, includes source.
  4551.         Author:  Thad Floryan
  4552.  
  4553. IconAssembler    This program loads existing WorkBench icon files and
  4554.         allows you to change either the primary or alternate
  4555.         images to another image loaded from an IFF-brush file.
  4556.         Binary only.
  4557.         Author:  Stefan Lindahl
  4558.  
  4559. MicroSPELL    MicroSPELL is a standalone spelling checker which scans
  4560.         text files and reports on misspelled words.  It has a 1000
  4561.         word "common word" list, a 43,000 word main dictionary, and
  4562.         supports multiple user dictionaries.  Also interfaces quite
  4563.         nicely with MicroEMACS 3.9, with an emacs macro to step
  4564.         through the source file, stopping at each suspect word and
  4565.         allowing the user to dispose of it in different ways.
  4566.         Version 1.0, includes source.
  4567.         Author: Daniel Lawrence
  4568.  
  4569. Midi        A midi library and utilities set.  This looks like a
  4570.         very complete package, though I have no way of testing
  4571.         anything since I have no midi hardware.  The midi utilities
  4572.         include a midi monitor to display incoming midi messages
  4573.         to the console, a routing utility, a midi library status
  4574.         utility, and more.  Also includes source.
  4575.         Author:  Bill Barton
  4576.  
  4577. PsIntrp        A postscript interpreter that reads postscript files and
  4578.         previews them on an Amiga screen.  Interactive input and 
  4579.         output takes place in a small window.  The page to be
  4580.         show is composed behind the window in an interlaced screen
  4581.         with 16 colors.  Can also take input from a file.  Includes
  4582.         source in assembler.
  4583.         Author:  Greg Lee
  4584.  
  4585. StartUps    Three replacements for the standard C startup files,
  4586.         Astartup.obj and LStartup.obj.  The options include
  4587.         (1) BothStartup.obj, for WorkBench programs or CLI
  4588.         programs with or without command line parameters,
  4589.         (2) WBStartup.obj, for WorkBench programs or CLI
  4590.         programs that require no command line parameters, and
  4591.         (3) CLIStartup.obj, for CLI programs that require command
  4592.         line parameters but do not need to be able to be runnable
  4593.         from WorkBench.  Includes source.
  4594.         Author:  Bryce Nesbitt
  4595.  
  4596. ==========================  Contents of Disk 102  ==========================
  4597.  
  4598. This is disk 102 of the freely distributable AMIGA software library.
  4599. Below is a listing of the significant directories and their contents.
  4600.  
  4601. Dbug        Machine independent macro based C debugging package.
  4602.         Provides function trace, selective printing of internal 
  4603.         state information, and more.  This is an update to the
  4604.         version released on disk 41, and now includes a machine
  4605.         independent profiling mechanism.  Includes source.
  4606.         Author:  Fred Fish; profiling support by Binayak Banerjee
  4607.  
  4608. Match_stuff    Heavy duty text pattern matching stuff.  The pattern
  4609.         syntax is an extension of standard AmigaDOS filename
  4610.         matching.  Also includes some simply matched text
  4611.         replacement capability.  Includes source.
  4612.         Author:  Pete Goodeve
  4613.  
  4614. Sectorama    A program designed to help Amiga users recover lost or
  4615.         damaged data from floppy or hard drives, or to repair
  4616.         a damaged volume.  The author wrote this out of
  4617.         frustration with existing tools when he had multiple
  4618.         hard disk drive failures over the course of several
  4619.         months.  Binary only.
  4620.         Author:  David Joiner
  4621.  
  4622. SiliCon        A smart input line interpreter that provides a separate
  4623.         command window with full editing and recall of previous
  4624.         commands.  Actual name is "Sili(Con:)".  This is an
  4625.         update to the version first released on disk number 50.
  4626.         Binary only.
  4627.         Author:  Pete Goodeve
  4628.  
  4629. Xicon        Xicon lets you use icons to call up scripts containing CLI
  4630.         commands.  This is version 2.00, an update to the version
  4631.         first released on disk 31, and includes close gadgets, window
  4632.         size specification, text display capability, plus more.
  4633.         Binary only.
  4634.         Author: Pete Goodeve
  4635.  
  4636. ==========================  Contents of Disk 103  ==========================
  4637.  
  4638. This is disk 103 of the freely distributable AMIGA software library.
  4639. Below is a listing of the significant directories and their contents.
  4640.  
  4641. AvlTrees    Library and test program that implement routines for
  4642.         creating and using balanced binary trees (AVL trees)
  4643.         held entirely in memory.  Includes source.
  4644.         Author:  Paul Vixie
  4645.  
  4646. Calc        A programmable calculator program with similarities to a
  4647.         hand-held RPN calculator.  Can run either interactively
  4648.         or in "script" mode by reading programs from a file.
  4649.         Version 1.0, shareware, binary only.
  4650.         Author:  Bob Brooks
  4651.  
  4652. Cref        A C cross referencer program.  Includes source.
  4653.         Author:  Mike Edmonds; Amiga port by Joel Swank
  4654.  
  4655. DosKwik        A pair of programs which allow you to save files, or
  4656.         a group of files, to one or more floppies for quick
  4657.         loading (loading up a ram disk for example).  Does not
  4658.         store files in DOS format, which is why it is faster.
  4659.         Binary only, shareware.
  4660.         Author:  Gary Kemper
  4661.         
  4662. IntuiDOS    IntuiDOS is a program to give improved control over,
  4663.         and handling of, the material on all diskettes in the
  4664.         'CLI-area' by employing a multi-disk, scrollable
  4665.         directory and using Intuition techniques to issue
  4666.         DOS commands.  Written in assembler.  Binary only.
  4667.         Author:  Lennart Sandin
  4668.  
  4669. MFF-Update    A text import utility for MicroFiche Filer (demo version
  4670.         released on disk 89) and updates to some PD disk library
  4671.         databases.  Binary only.
  4672.         Author:  Gary Samad
  4673.  
  4674. Pack-It        Pack-it will take all the files and directories on a disk
  4675.         and pack them into a single file for electronic transmission
  4676.         via modem.  Binary only, shareware.
  4677.         Author:  Gary Kemper
  4678.  
  4679. Sol        Amiga version of solitaire game posted to usenet some
  4680.         time ago and modified to use Amiga console control codes
  4681.         in place of curses calls.  Includes source.
  4682.         Author:  David Goodenough; Amiga port by Joel Swank
  4683.  
  4684. ==========================  Contents of Disk 104  ==========================
  4685.  
  4686. This is disk 104 of the freely distributable AMIGA software library.
  4687. This disk contains a copy of Glenn Everhart's large and powerful
  4688. spreadsheet program called AnalytiCalc, submitted to me directly by
  4689. Glenn for inclusion in the library.  The remainder of this file
  4690. is Glenn's "Abstract.txt" file that describes AnalytiCalc.
  4691. Source and documentation is included on the disk in arc'd form because
  4692. it otherwise would not all fit on the disk.
  4693.  
  4694. ====================
  4695.  
  4696.     AnalytiCalc Abstract:
  4697.  
  4698.     AnalytiCalc is a large and powerful spreadsheet program with
  4699. sufficient extra features to have some pretentions of acting as an
  4700. "integrated system". It is a virtual memory system supporting up to
  4701. 18000 columns and 18000 rows, multiple equations per cell, an outlining
  4702. system, built-in cell annotation, and datafile access from any cell(s)
  4703. of the sheet, plus an array of functions not present in most commercial
  4704. spreadsheets. This disk represents the initial Amiga port of AnalytiCalc,
  4705. and as such the console interface is somewhat crude and in addition requires
  4706. use of a custom keymap (one such is supplied) for sensible operation. This
  4707. will be improved upon, but meanwhile the program is released with complete
  4708. sources, documents, and executables. The graphics program and the DIF
  4709. file access program are not yet ported; these will be released when
  4710. they are ready. AnalytiCalc for the Amiga uses files compatible with those
  4711. for AnalytiCalc on MS-DOS, VMS, or RSX-11M or IAS. An example project
  4712. planner spreadsheet is included in the distribution to show off some of
  4713. the things you can do. More example sheets will be forthcoming in the
  4714. future. AnalytiCalc also supports matrix math, FFTs, infinite windowing,
  4715. linear regression, date arithmetic, internal and external macros, LOTS
  4716. of cell addressing modes, goal seeking in up to 8 dimensions, and more.
  4717.  
  4718.     AnalytiCalc requires perhaps 600K of RAM memory, at least one
  4719. 360K diskette drive, and AmigaDOS 1.2, plus a larger than default stack.
  4720. Display sizes supported can be up to 132 characters wide by up to 76
  4721. lines long. Sorry; I don't think AnalytiCalc supports proportional
  4722. fonts very well, though it should manage not to be totally brain damaged
  4723. with them. The manual requires an 80 column printer.
  4724.     To see the documentation you need either a printer 80 columns wide
  4725. to print it, or an 80 column screen to view it on.
  4726.  
  4727.         SOME DO-NOT'S
  4728.  
  4729.         1.  DO NOT use AnalytiCalc until you have read the documentation.
  4730.  
  4731.         2.  DO NOT forget to make regular backup copies of your database.
  4732.  
  4733.         3.  DO NOT exit (X) the progam without saving your work if you
  4734.         want it saved. (You will be asked to confirm you really want
  4735.         to leave, however.)
  4736.  
  4737.         GETTING STARTED.
  4738.  
  4739.         If you haven't already printed the documentation, please do so
  4740.         before trying to operate AnalytiCalc. Then, READ IT!  You should
  4741.         also make sure that you have placed a "write-protect" tab on your
  4742.         AnalytiCalc distribution diskettes, so that they can't be
  4743.         accidentally erased or overwritten.
  4744.  
  4745.         You should now make a copy of your AnalytiCalc disks.  These will
  4746.         also serve as your "run-time" system diskettes.
  4747.  
  4748.     De-archive AnalyExe.Arc and AnalyDoc.Arc at least onto a blank
  4749.     disk and read the document files and release notes. You'll need
  4750.     a bit of AmigaDos familiarity to set things up (read how to use
  4751.     the ASSIGN command and the SETMAP command and ASSIGN something as
  4752.     DK:; also set your stack large with the STACK command.) If you
  4753.     are using disk file memory, FACC is a good thing to use also. PLEASE
  4754.     READ THE MANUALS though, to save us all a lot of headaches.
  4755.  
  4756.         SOME MAXIMUMS AND MINIMUMS.
  4757.              Minimum RAM Memory required .....................about  600K
  4758.              Minimum Disk Drives required...............................1
  4759.              Minimum Disk Storage required...........................880K
  4760.          Number of Columns......................................18000
  4761.          Number of Rows.........................................18000
  4762.          Maximum Length of Formulas (characters)..................109
  4763.          Number of cells that can be full at once...............18000
  4764.          Number of simultaneous named areas permitted.............300
  4765.          Number of scratch cells outside spreadsheet...............60
  4766.          Precision of calculations (digits; 8 bytes used)..........16
  4767.          Total maximum storage managed (bytes)..............2,113,020
  4768.          Maximum depth of document nesting (outline processor)......4
  4769.          Maximum number of parameters varying to goal seek..........8
  4770.          Maximum record size for data files accessed as database..128
  4771.          Maximum number of files namable in one sheet.........>18000
  4772.          Maximum cell columns displayable on one screen............20
  4773.          Maximum number of rows displayable in one display.........75
  4774.          Maximum simultaneous different cell display formats per
  4775.         sheet (taken from large set)...........................76
  4776.          Length of format specification (characters)................9
  4777.  
  4778.  
  4779.         DISCLAIMER.
  4780.  
  4781.         In no event will the Author be liable to you for any damages,
  4782.         including any lost profits, lost savings or other incidental or
  4783.         consequential dmages arising out of the use of or inability to use
  4784.         these programs, even if the Author has been advised of the
  4785.         possibility of such damages, or for any claim by any other party.
  4786.  
  4787.  
  4788.         THE USER-SUPPORTED CONCEPT.
  4789.  
  4790.                                User-Supported Software
  4791.            You are encouraged to copy and share this program with others.
  4792.              If after evaluating this program you find it to be useful,
  4793.                          I trust you to send a $10.00 payment.
  4794.  
  4795.                    Glenn C. Everhart
  4796.                                25 Sleigh Ride Rd.
  4797.                    Glen Mills, Pa. 19342
  4798.  
  4799. To Be Done:
  4800. Future plans for AnalytiCalc:
  4801.     1. Add TAN, ASIN, ACOS, and 2-argument ATAN (one argument ATAN
  4802.     is present now). (Done in VAX version; trivial mod.)
  4803.     2. Interface to raw: device instead of con: device and add more
  4804.     flexible parsing of keystrokes so custom keymaps can be junked.
  4805.     3. Allow data files to be on a logical device. (Actually, FACC
  4806.     may make this need obsolete).
  4807.     4. Minor cleanups to XQTCMD and a couple other places to clean
  4808.     up and more thoroughly bullet proof the code.
  4809.     5. Fix bugs as they are discovered.
  4810.     6. Allow use on non-interlaced screens by redoing the two command
  4811.     and display windows as pseudo-requestors.
  4812.  
  4813. Auxiliary files:
  4814.     1. Port DIFDB (DIF to database or AnalytiCalc saved format and
  4815.     back converter) to Amiga.
  4816.     2. Port PCGRAF to Amiga.
  4817.     3. Port some of the BASIC graphics packages to Amiga. Possibly
  4818.     compile some of them.
  4819.     4. Supply the Business Expense Report, manpower planner, and
  4820.     income tax templates as extra examples. Possibly do a game of 
  4821.     LIFE template too, just for fun.
  4822.  
  4823. Other programs:
  4824.     Port the RIM relational DBMS to Amiga as a companion piece. (This
  4825.     has already been done porting from CDC to VAX to MSDOS (the last
  4826.     by me), and should be straightforward).
  4827.  
  4828. I have found that Absoft Fortran 2.3 is a stable and usable compiler and
  4829. would like to acknowledge gratefully its contribution. He who wants to
  4830. add to or modify AnalytiCalc needs Absoft Fortran 2.3 (or later, I suppose)
  4831. to build it with. Anyone who has Absoft Fortran-020 for the 68020 is
  4832. invited to recompile this program to use the faster chips. I didn't have
  4833. either money or machine to try a 68020/68881 version, but see no reason
  4834. why it would fail.
  4835.  
  4836.     Glenn Everhart
  4837.     5 October 1987
  4838.  
  4839. ==========================  Contents of Disk 105  ==========================
  4840.  
  4841. This is disk 105 of the freely distributable AMIGA software library.
  4842. Below is a listing of the significant directories and their contents.
  4843.  
  4844. AsmProgs    Some misc assembly tools, programs, etc.  "AsmFilter"
  4845.         (actually in AmigaBASIC) turns the output of the Metacomco
  4846.         disassembler into a file that can be re-assembled.
  4847.         "AddKickMem" adds the KickStart memory to your free memory
  4848.         on an Amiga 1000 with Kickstart in ROM.  "Clear" fills 
  4849.         unused areas of memory with a specific byte pattern.
  4850.         "L" is a replacement for the BCPL "list" program, but
  4851.         with some graphics enhancements.  "SharpFont" is an
  4852.         8 pixel non-proportional font.  "Stack" is a replacement
  4853.         for the BCPL stack program.  Includes some source.
  4854.         Author:  Glen McDiarmid and Kirk Davies
  4855.  
  4856. BasicProgs    Some more AmigaBASIC programs.  LeastSquare solves
  4857.         least squares problems and graphs the results.  Curves
  4858.         is a demo of one use for LeastSquare (find curves to
  4859.         fit a set of points).  Freud is a Freudian analysis
  4860.         program.  Includes source, needs AmigaBASIC from Extras.
  4861.         Author:  George Trepal
  4862.  
  4863. Bison        A replacement for unix "yacc" command.  This is from
  4864.         the GNU (GNU is Not Unix) effort, and was obtained
  4865.         from the Free Software Foundation.  This is an update
  4866.         to the version on disk 51, with some more bug fixes
  4867.         provided by Fred Walter.  Includes source.
  4868.         Author: Bob Corbett and Richard Stallman.  Bug fixes
  4869.             by Johan Widen, Doug Leavitt, & Fred Walter
  4870.  
  4871. DrunkenMouse    Another cute program in the tradition of "display hacks".
  4872.         Includes source.
  4873.         Author:  Alex Livshits
  4874.  
  4875. FlamKey        Installs a little key on the WorkBench screen title
  4876.         bar, and then waits in background until somebody clicks
  4877.         on the key.  When activated, allows the keyboard and mouse
  4878.         inputs to be locked out until a password is entered.
  4879.         Shareware, binary only.
  4880.         Author:  Alex Livshits
  4881.  
  4882. GravityWars    The object of this game is for one player to hit the
  4883.         other player's ship with a missle, before being hit
  4884.         yourself.  The ships and planets don't move, but
  4885.         aiming the missle in the presence of gravity fields
  4886.         and black holes makes hitting your target difficult.
  4887.         Version 2.0, shareware, binary only.  This is an update
  4888.         to the version on disk number 84.
  4889.         Author:  Ed Bartz
  4890.  
  4891. IPo2C        A utility to write a C-language definition of the current
  4892.         intuition pointer to a file, which can then be used
  4893.         in a program via SetPointer to mimic the intuition pointer.
  4894.         Includes source.
  4895.         Author:  Alex Livshits
  4896.  
  4897. Pere-et-Fils    Example of creating and using reentrant processes.
  4898.         Includes source.
  4899.         Author: Jean-Michel Forgeas
  4900.  
  4901. Record-Replay    A program that records a sequence of mouse and keyboard
  4902.         events as they occur and stores them in a file.  The file
  4903.         can be played back to cause the same sequence of events to
  4904.         occur again.  Very useful for creating demonstrations
  4905.         of programs or documenting repeatable bugs.  This is
  4906.         version 2.0, an update to the version on disk 95.
  4907.         Shareware, binary only.
  4908.         Author:  Alex Livshits and J-M. Forgeas
  4909.  
  4910. ==========================  Contents of Disk 106  ==========================
  4911.  
  4912. This is disk 106 of the freely distributable AMIGA software library.
  4913. Below is a listing of the significant directories and their contents.
  4914.  
  4915.  
  4916. FuncKey        A shareware function key editor, submitted by the author
  4917.         for inclusion in the library.  This is version 1.1, an
  4918.         update to the version on disk 89. Binary only (source
  4919.         available from author).
  4920.         Author:  Anson Mah
  4921.  
  4922. MoreArt        A small selection of some additional Amiga artwork
  4923.         submitted to me since the last "art" disk.
  4924.         Authors:  Dana Dominiak and Larry Zasitko
  4925.  
  4926. QuickFlix    An IFF slideshow and cel animation program that takes
  4927.         full advantage of the Amiga's multitasking operating
  4928.         system, supports all the graphics modes, can run with
  4929.         internal timing or be triggered by an external source,
  4930.         caches images in memory to achieve rapid frame rate,
  4931.         etc.  Version 0.13, binary only, shareware.
  4932.         Author:  Jeff Kunzelman, Rodney Iwashina, Takeshi Suganuma
  4933.  
  4934. RistiNolla    A Finnish game.  The name means something like CrossZero,
  4935.         and is also called Go-Moku.  Version 1.0, shareware, binary
  4936.         only.
  4937.         Author:  Mika Pihlajamaki
  4938.  
  4939. ==========================  Contents of Disk 107  ==========================
  4940.  
  4941. This is disk 107 of the freely distributable AMIGA software library.
  4942. Below is a listing of the significant directories and their contents.
  4943.  
  4944.  
  4945. Csh        Version 2.07 of Matt Dillon's csh like shell, modified
  4946.         for Manx C.  Includes source.
  4947.         Author:  Matt Dillon, Manx'ified by Steve Drew
  4948.  
  4949. Diff        A file comparison utility, similar to other common
  4950.         "diff" programs.  Includes source.
  4951.         Author:  D. Krantz;  Amiga port by Jeff Bailey
  4952.  
  4953. ProSuite    This is the Amiga Programmers Suite Book 1.01.  The
  4954.         suite provides example code of facilities that every
  4955.         programmer needs (such as FileIO Requester), provides
  4956.         examples of new facilities (such as XText and DoRequest),
  4957.         and provides a tutorial on how to program the Amiga.
  4958.         Includes source.
  4959.         Author:  R.J. Mical
  4960.  
  4961. SVTools        Some additional useful tools from Stephen Vermeulen.
  4962.         Includes a new version of Vnews, sit, setstack, retool,
  4963.         memlist, fragit, and yoyo.  Includes source.
  4964.         Author:  Stephen Vermeulen
  4965.  
  4966. ==========================  Contents of Disk 108  ==========================
  4967.  
  4968. This is disk 108 of the freely distributable AMIGA software library.
  4969. Below is a listing of the significant directories and their contents.
  4970.  
  4971.  
  4972. AList        A directory listing program based on Dave Haynie's LD4
  4973.         program, with extensions and enhancements.  Includes source.
  4974.         Author:  Ed Kivi (original by Dave Haynie)
  4975.  
  4976. DirMaster    A very nicely done shareware disk cataloger, submitted
  4977.         by the author for inclusion in the library.  This is version
  4978.         1.0b, an update to the version released on disk 89.  Binary
  4979.         only.
  4980.         Author:  Greg Peters
  4981.  
  4982. Dots-Perfect    Printer driver for an Epson MX80 printer with the 
  4983.         Dots-Perfect upgrade kit installed.  Includes source.
  4984.         Author:  Robbie Akins
  4985.  
  4986. MonIDCMP    MonIDCMP lets you monitor the IntuiMessages that pass through
  4987.         an IDCMP window.  It prints the message class, mouse
  4988.         coordinates, qualifier values, and other useful information
  4989.         when appropriate.  Great for debugging applications and
  4990.         for snooping around in the inner workings of other programs.
  4991.         Includes source.
  4992.         Author:  Davide Cervone
  4993.  
  4994. PrintPop    A utility to enable the user to send some common control
  4995.         settings to the PRT: printer device.  When installed, a
  4996.         left-amiga F1 sequence will pop up a small window with
  4997.         various options.  Includes source.
  4998.         Author:  Robbie Akins
  4999.  
  5000. Sectorama    A program designed to help Amiga users recover lost or
  5001.         damaged data from floppy or hard drives, or to repair
  5002.         a damaged volume.  The author wrote this out of
  5003.         frustration with existing tools when he had multiple
  5004.         hard disk drive failures over the course of several
  5005.         months.  This is version 1.1, an update to the version
  5006.         on disk 102.  Binary only.
  5007.         Author:  David Joiner
  5008.  
  5009. Tek        An enhanced version of Dave Wecker's vt100 (v2.6) which
  5010.         includes emulation for a Tektronix 4010/4014 graphics 
  5011.         terminal.  This is a much improved version of the Tek4010
  5012.         program from disk number 52.  Includes source.
  5013.         Author:  Enhancements by Nick Giordano and Terry Whelan
  5014.  
  5015. Zoo        A file archiver, much like "arc" in concept, but different
  5016.         in implementation and user interface details.  Includes
  5017.         some nice features that "arc" lacks (such as file/path
  5018.         names up to 255 characters in length).  This is version
  5019.         1.42B, an update to the version released on disk 87.
  5020.         Binary only.
  5021.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  5022.  
  5023. ==========================  Contents of Disk 109  ==========================
  5024.  
  5025. This is disk 109 of the freely distributable AMIGA software library.
  5026. Below is a listing of the significant directories and their contents.
  5027.  
  5028.  
  5029. Machine        A neat new animation from Allen Hastings.
  5030.         Author:  Allen Hastings
  5031.  
  5032. SimCPM        A CP/M simulator for the Amiga.  Simulates an 8080
  5033.         along with H19 terminal emulation.  Includes source.
  5034.         Author:  Jim Cathey; Amiga port by Charlie Gibbs
  5035.  
  5036. UUpc        Version 1.0 of a suite of programs that will allow you
  5037.         hook up your Amiga as a usenet node.  Includes source.
  5038.         Author:  Richard Lamb, Stuart Lynne, Jeff Lydiatt
  5039. ==========================  Contents of Disk 110  ==========================
  5040.  
  5041. This is disk 110 of the freely distributable AMIGA software library.
  5042. Below is a listing of the significant directories and their contents.
  5043.  
  5044.  
  5045. A68k        A 68000 assembler originally written in Modula-2 in
  5046.         1985 and converted to C by Charlie Gibb in 1987.  Has
  5047.         been converted to accept metacomco-compatible assembler
  5048.         source code and to generate Amiga objects.  Includes source.
  5049.         Author:  Brian Anderson; C translation and Amiga work
  5050.              done by Charlie Gibb
  5051.  
  5052.  
  5053. Pdc        An optimizing C compiler for the 68000 processor.  This
  5054.         is an update to the version first released on disk 53,
  5055.         though apparently not based on the code from that disk.
  5056.         Major porting work was done by Jeff Lydiatt to get it to
  5057.         the point where it would compile and execute simple programs
  5058.         on the Amiga.  This version now generates metacomco-
  5059.         compatible assembler source code, which can be assembled by
  5060.         the assembler also provided on this disk and then linked by
  5061.         the freely redistributable linker "blink" (also provided).
  5062.         Includes all compiler source and some library and startup
  5063.         source code.  Requires amiga.lib from developers kit to
  5064.         generate complete running example executables.
  5065.         Author:  Matthew Brandt; major porting work by Jeff Lydiatt
  5066.  
  5067.  
  5068. ==========================  Contents of Disk 111  ==========================
  5069.  
  5070. This is disk 111 of the freely distributable AMIGA software library.
  5071. Below is a listing of the significant directories and their contents.
  5072.  
  5073.  
  5074. AmyLoad        A graphical monitor of cpu, blitter, and memory use.
  5075.         Includes two components; load.device, which monitors
  5076.         system parameters, and amyload, which is the user
  5077.         interface and display program.  Includes source.
  5078.         Author:  Jeff Kelley
  5079.  
  5080. AssignDev    Assigns multiple names to a given device.  For example,
  5081.         allows the names "df0:" and "df3:" to refer to the
  5082.         same physical device.  This is a modified version of
  5083.         the original released on disk number 79.  Includes source.  
  5084.         Author:  Phillip Lindsay, mods by Olaf Seibert
  5085.  
  5086. Gauge        Continuously displays memory usage in a vertical bar
  5087.         graph, similar to the workbench "fuel gauge" type 
  5088.         display for disk space.  Binary only.
  5089.         Author:  Peter da Silva
  5090.  
  5091. HeliosMouse    Another "sunmouse" type program.  Automatically activates
  5092.         a window simply by moving the mouse pointer into the window.
  5093.         Version 1.1, an update to the version released on disk 94.
  5094.         Includes source.
  5095.         Author:  Davide Cervone
  5096.  
  5097. Labels        Alphabetic and numeric ordered cross reference lists
  5098.         of defined system constants.  Recommended for debugging
  5099.         purposes only, use the symbolic values in programs!
  5100.         Author:  Olaf Seibert
  5101.  
  5102. Mandel        Another mandelbrot generator program, with bits and pieces
  5103.         of code from C. Heath and R.J. Mical.  Includes source.
  5104.         Author:  Olaf Seibert
  5105.  
  5106. PopLife        A PopCLI type thingie that instead plays life all over your
  5107.         screen.  Lots of bits and pieces from Tomas Rokicki's blitlab
  5108.         and John Toebes' PopCLI.  Includes source.
  5109.         Author:  Olaf Seibert
  5110.  
  5111. ==========================  Contents of Disk 112  ==========================
  5112.  
  5113. This is disk 112 of the freely distributable AMIGA software library.
  5114. Below is a listing of the significant directories and their contents.
  5115.  
  5116.  
  5117. BeachBirds    Jerrold Tunnell's entry to the Badge Killer Demo
  5118.         Contest.  Uses sprites and sound to portray a beach
  5119.         scene.  Runs on a 512K machine.  Binary only.
  5120.         Author:  Jerrold Tunnell
  5121.  
  5122. Bully        Mike Meyer's entry for the Badge Killer Demo Contest.
  5123.         Pushes all open screens around (thus the name "bully").
  5124.         Designed for showing off more than one demo at a time
  5125.         Includes source.
  5126.         Author:  Mike Meyer
  5127.  
  5128. DropShadow    Dropshadow version 2, rev 0, for use with Bryce
  5129.         Nesbitt's Wavebench demo.  Binary only.
  5130.         Author:  Jim Mackraz
  5131.  
  5132. HagenDemos    Joel Hagen's Badge Killer Demo contest entries, "RGB"
  5133.         and "Focus".  RGB was the overall winner of the contest.
  5134.         It requires a one meg Amiga to run.  Binary only.
  5135.         Author:  Joel Hagen
  5136.  
  5137. Viacom        Latest version of viacom for use in conjuction with
  5138.         the WaveBench demo.  Binary only.
  5139.         Author:  Leo Schwab and Bryce Nesbitt
  5140.  
  5141. WaveBench    This is Bryce Nesbitt's Badge Killer Demo Contest entry.
  5142.         It is a neat screen hack, and runs on 512K machines.
  5143.         For more laughs, try in conjunction with Viacom or
  5144.         Ds (Dropshadow).  Includes source.
  5145.         Author:  Bryce Nesbitt
  5146.  
  5147. ==========================  Contents of Disk 113  ==========================
  5148.  
  5149. This is disk 113 of the freely distributable AMIGA software library.
  5150. Below is a listing of the significant directories and their contents.
  5151.  
  5152. AmiCron        A simple Unix "cron" type program, which is a background
  5153.         task that uses a disk-resident table to automatically
  5154.         run certain tasks on a regular basis, at specific times.
  5155.         Version 2.3, includes source.
  5156.         Author:  Steve Sampson, Amiga port by Rick Schaeffer
  5157.  
  5158. Dme        Version 1.28f of Matt's text editor.  Dme is a simple 
  5159.         WYSIWYG editor designed for programmers.  It is not a
  5160.         WYSIWYG word processor in the traditional sense.  Features
  5161.         include arbitrary key mapping, fast scrolling, title-line
  5162.         statistics multiple windows, and ability to iconify windows.
  5163.         Update to version on disk number 93, includes source.
  5164.         Author:  Matt Dillon
  5165.  
  5166. DosDev        Example DOS device driver in Manx C.  Version 1.10,
  5167.         includes source.
  5168.         Author:  Matt Dillon
  5169.  
  5170. M2Amiga        Demo version of the final product M2Amiga. A fast single
  5171.         pass Modula-2 compiler with editor, linker, a small set of
  5172.         interface and standard libraries. Compiles only small demo
  5173.         programs by limiting codesize and imports.  Further 
  5174.         development of the ETHZ compiler on Disk 24. Binary only.
  5175.         Demos with source.
  5176.         Authors: R. Degen, C. Nieder, M. Schaub, J. Straube (AMSoft)
  5177.  
  5178. NoIconPos    This program clears the position info of any of your icons
  5179.         to allow WorkBench to pick a reasonable place for the icon
  5180.         again. Useful for disk and drawer icons where Snapshot 
  5181.         rewrites the icon and the window information. Written in 
  5182.         Modula-2, another demo for M2Amiga, showing the simplicity 
  5183.         of programming with this Modula-2 compiler.
  5184.         Author: Markus. Schaub
  5185.  
  5186. ==========================  Contents of Disk 114  ==========================
  5187.  
  5188. This is disk 114 of the freely distributable AMIGA software library.
  5189. Below is a listing of the significant directories and their contents.
  5190.  
  5191. CDecl        English to C (and vice versa) translator for C
  5192.         declarations.  This little gem will translate english
  5193.         such as "declare foo as pointer to function returning
  5194.         pointer to array 10 of pointer to long" into
  5195.         "long *(*(*foo)())[10]", and vice versa.  An absolute
  5196.         must for anyone except possibly the most hardcore C guru.
  5197.         Includes source.
  5198.         Author:  Graham Ross
  5199.  
  5200. Vt100        Version 2.7 of Dave's vt100 terminal emulator with
  5201.         kermit and xmodem file transfer.  Includes a few bug
  5202.         fixes posted to Usenet shortly after the posting of
  5203.         version 2.7.  This is an update to the version released
  5204.         on disk 55.  Includes source.
  5205.         Author:  Dave Wecker
  5206.  
  5207. WBLander    This entry from the Badge Killer Demo Contest is
  5208.         a special version of the WBLander program from
  5209.         disk 100.  The ending is unique.  Also uses sound
  5210.         effectively.  Includes source.
  5211.         Authors:  Peter da Silva and Karl Lehenbauer
  5212.  
  5213. ==========================  Contents of Disk 115  ==========================
  5214.  
  5215. This is disk 115 of the freely distributable AMIGA software library.
  5216. Below is a listing of the significant directories and their contents.
  5217.  
  5218. Killer        Killer is an incredible demo written by Robert Wilt.
  5219.         It won fourth place in the Badge Killer Demo Contest.
  5220.         Requires at least one meg of memory to run.  Sound is
  5221.         also an important part of the demo so be sure to turn
  5222.         it up.  Binary only.
  5223.         Author:  Robert Wilt
  5224.  
  5225. Marketroid    Marketroid is Leo's entry for the Badge Killer Demo
  5226.         Contest.  It is another devious sprite oriented demo
  5227.         with lots of "in" jokes.  Runs on a 512K machine.
  5228.         Includes source.
  5229.         Author:  Leo Schwab
  5230.  
  5231. ==========================  Contents of Disk 116  ==========================
  5232.  
  5233. This is disk 116 of the freely distributable AMIGA software library.
  5234. Below is a listing of the significant directories and their contents.
  5235.  
  5236.  
  5237. Movies        A ram animation system with three different example
  5238.         animations; Kahnankas, Rocker, and F-15.  Kahnankas won
  5239.         a close second in the Badge Killer Demo Contest.  Both
  5240.         Kahnankas and Rocker run on a 512K Amiga and show off
  5241.         overscan HAM mode.  Includes a animation player program
  5242.         (movie), animation builder programs (dilbm, pilbm), and
  5243.         a text/graphics display program (vilbm).
  5244.         Authors:  Eric Graham, Ken Offer, 
  5245.  
  5246. ==========================  Contents of Disk 117  ==========================
  5247.  
  5248. This is disk 117 of the freely distributable AMIGA software library.
  5249. Below is a listing of the significant directories and their contents.
  5250.  
  5251.  
  5252. AMUC_Demo    A really neat horizontal scrolling demo that is a 
  5253.         2400 x 200 pixel 32 color IFF picture composed of
  5254.         digiview snapshots of members of the AMiga Users
  5255.         of Calgary, superimposed on a very wide picture of the
  5256.         Calgary Skyline.  Binary only.
  5257.         Author:  Stephen Vermeulen and Stephen Jeans
  5258.  
  5259. ExP_Demo    Demo version of Express Paint 1.1.  This is the program
  5260.         that was used to create the huge scrolling demo picture 
  5261.         in the AMUC_Demo drawer on this same disk.  Binary only.
  5262.         Author:  Stephen Vermeulen
  5263.  
  5264. ==========================  Contents of Disk 118  ==========================
  5265.  
  5266. This is disk 118 of the freely distributable AMIGA software library.
  5267. Below is a listing of the significant directories and their contents.
  5268.  
  5269.  
  5270. Empire        This is a complete rewrite, from the ground up, in
  5271.         Draco, of Peter Langston's Empire game.  Empire is
  5272.         a multiplayer game of exploration, economics, war,
  5273.         etc, which can last a couple of months.  Can be
  5274.         played either on the local keyboard or remotely
  5275.         through a modem.  This is version 1.0, shareware,
  5276.         and includes source code.
  5277.         Author:  Chris Gray, original game by Peter Langston
  5278.  
  5279. HAMmmm        This is Phil's entry for the Badge Killer Demo Contest.
  5280.         HAMmmm displays lines whose end points are bouncing around
  5281.         the screen, which is a double buffered HAM screen.
  5282.         The Y positions of the points are continuously copied
  5283.         into an audio waveform that is played on all four
  5284.         channels, and the pitch of a just intoned chord is
  5285.         derived from the average X position of these points.
  5286.         Includes source in JForth.
  5287.         Author:  Phil Burk
  5288.  
  5289. Stars        Hobie's entry for the Badge Killer Demo Contest.
  5290.         Based on original code by Leo Schwab, has credits
  5291.         longer than the actual demo.  Runs on 512K Amiga.
  5292.         Binary only.
  5293.         Author:  Hobie Orris
  5294.  
  5295. WireDemo    Matt's entry for the Badge Killer Demo Contest.
  5296.         Demonstrates the Amiga's line drawing speed.
  5297.         Runs on a 512K Amiga.  Includes source.
  5298.         Author:  Matt Dillon
  5299.  
  5300. ==========================  Contents of Disk 119  ==========================
  5301.  
  5302. This is disk 119 of the freely distributable AMIGA software library.
  5303. Below is a listing of the significant directories and their contents.
  5304.  
  5305. MicroEMACS    Version 3.9e of Daniel Lawrence's variant of Dave
  5306.         Conroy's microemacs.  This is an update to the version
  5307.         released on disk 93.  Also included, for the first time,
  5308.         is extensive documentation in machine readable form.
  5309.         Includes source.
  5310.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  5311. ==========================  Contents of Disk 120  ==========================
  5312.  
  5313. This is disk 120 of the freely distributable AMIGA software library.
  5314. Below is a listing of the significant directories and their contents.
  5315.  
  5316.  
  5317. Amoeba        This clone of Space Invaders is one of the best freely
  5318.         redistributable games for the Amiga to date.  Unlike
  5319.         many commercial games, it even works correctly in a
  5320.         multitasking environment (by not requiring you to
  5321.         reboot just to play a game).  Highly recommended!
  5322.         Binary only.
  5323.         Author:  LateNight Developments
  5324.  
  5325. BackGammon    A graphical Backgammon game done as an undergraduate
  5326.         A.I. course project.  Version 1.0, includes source.
  5327.         Author:  Robert Pfister
  5328.  
  5329. Bankn        A complete checkbook system offered by the author as
  5330.         shareware.  Version 1.3, binary only.
  5331.         Author:  Hal Carter
  5332.  
  5333. EgyptianRun    Cute little "road race + hazards" type game.  Version
  5334.         1.1, binary only, shareware, source available from author.
  5335.         Author:  Chris Hames
  5336.  
  5337. IconImage    Program to replace an old icon image with a new image,
  5338.         without affecting icontype, drawer data, etc.
  5339.         Includes source.
  5340.         Author:  Denis Green
  5341.  
  5342. ==========================  Contents of Disk 121  ==========================
  5343.  
  5344. This is disk 121 of the freely distributable AMIGA software library.
  5345. Below is a listing of the significant directories and their contents.
  5346.  
  5347.  
  5348. BasicStrip    An AmigaBASIC program that helps to convert programs
  5349.         written in other forms of Basic to AmigaBASIC.
  5350.         Author:  George Trepal
  5351.  
  5352. DataPlot    A shareware plotting program written in AmigaBASIC.
  5353.         Also includes a least squares curve fit program.
  5354.         Author:  Dale Holt
  5355.  
  5356. Plot        A shareware 3-D graphing program written in AmigaBASIC,
  5357.         with some sample output plots.  Source available from
  5358.         author.
  5359.         Author:  George Trepal
  5360.  
  5361. Stairs        This AmigaBASIC program demonstrates a musical
  5362.         illusion based upon perceptual circularity of widely
  5363.         spaced tones whose volumes are defined as a
  5364.         sinusoidal relationship to their frequency.
  5365.         Author:  Gary Cuba
  5366.  
  5367. Uedit        Version 2.3 of this nice shareware editor.  Has learn
  5368.         mode, a command language, menu customization, and other
  5369.         user configurability and customizability features.
  5370.         Binary only, shareware, update to version on disk 60.
  5371.         Author:  Rick Stiles
  5372.  
  5373. WBColors    A simple little program to change the Workbench colors
  5374.         to a predetermined color set, for programs that expect
  5375.         to be booted off their distribution disk but instead
  5376.         are run from a hard disk.  Includes source.
  5377.         Author:  Stefan Lindahl
  5378.  
  5379. ==========================  Contents of Disk 122  ==========================
  5380.  
  5381. This is disk 122 of the freely distributable AMIGA software library.
  5382. Below is a listing of the significant directories and their contents.
  5383.  
  5384.  
  5385. Asteriods    Nicely done "blast the asteriods" type game.  Unique
  5386.         feature is that all the images and sounds are replaceable
  5387.         by the end user.  So instead of ships and rocks, you can
  5388.         have an Amiga against a horde of IBMPC's if you wish.
  5389.         Author:  Rico Mariani
  5390.  
  5391. Iff2Pcs        An interactive puzzle program that takes any IFF file
  5392.         containing up to 16 colors, and breaks it up into squares
  5393.         to make a puzzle which the user can then piece back
  5394.         together again.  Version 1.0, includes source.
  5395.         Author:  Ali Ozer
  5396.  
  5397. Names        A shareware program to create and manage mailing lists.
  5398.         Binary only.
  5399.         Author:  Ernie Nelson
  5400.  
  5401. Pr        A little utility to print listings in different formats.
  5402.         Similar to the Unix "pr" program.  Includes source.
  5403.         Author:  Samuel Paolucci
  5404.  
  5405. PushOver    A neat little board strategy game, in AmigaBASIC.  Push
  5406.         your pieces onto the board until you get five in a row
  5407.         in any direction.  Includes source.
  5408.         Author:  Russ Yost
  5409.  
  5410. PuzzlePro    Create a puzzle from an IFF picture, which the user can
  5411.         then piece back together again.  Written in AmigaBASIC.
  5412.         Version 1.0, binary only, shareware, source available
  5413.         from author.
  5414.         Author:  Syd Bolton
  5415.  
  5416. ==========================  Contents of Disk 123  ==========================
  5417.  
  5418. This is disk 123 of the freely distributable AMIGA software library.
  5419. Below is a listing of the significant directories and their contents.
  5420.  
  5421.  
  5422. Arp        ARP stands for "AmigaDOS Replacement Project".  Arp
  5423.         is an effort led by Charlie Heath of Microsmiths Inc.,
  5424.         to replace the current DOS in a compatible fashion, so
  5425.         that current programs will continue to work.  Arp also
  5426.         makes whatever improvements are possible, so that current
  5427.         and future programs will work better.
  5428.         Author:  Various authors contributed work
  5429.  
  5430. Car        This animation is one of Allen's entries to the Badge
  5431.         Killer Demo Contest.  It apparently is an inside joke
  5432.         relating to a well known Amigan's experience with
  5433.         a certain highend graphics hardware manufacturer.
  5434.         Author:  Allen Hastings
  5435.  
  5436. ==========================  Contents of Disk 124  ==========================
  5437.  
  5438. This is disk 124 of the freely distributable AMIGA software library.
  5439. Below is a listing of the significant directories and their contents.
  5440.  
  5441.  
  5442. Icons        Some sample animated icons.  You might find just the
  5443.         icon for that refugee CLI program you've been meaning
  5444.         to make runable from the WorkBench environment.
  5445.         Author:  L. Pfost
  5446.  
  5447. Tarot        An AmigaBASIC program written by the author as an exercise
  5448.         for learning BASIC.  Contains some nice graphic renditions
  5449.         of tarot cards.
  5450.         Author:  L.Pfost
  5451.  
  5452. ==========================  Contents of Disk 125  ==========================
  5453.  
  5454. This is disk 125 of the freely distributable AMIGA software library.
  5455. Below is a listing of the significant directories and their contents.
  5456.  
  5457.  
  5458. ElGato        This animation is Kevin's entry to the Badge Killer
  5459.         Demo Contest.  It also has a background music
  5460.         arrangement, that requires Sonix to use.
  5461.         Author:  Kevin Sullivan
  5462.  
  5463. ==========================  Contents of Disk 126  ==========================
  5464.  
  5465. This is disk 126 of the freely distributable AMIGA software library.
  5466. Below is a listing of the significant directories and their contents.
  5467.  
  5468.  
  5469. Colour        A program to manipulate the colors of specific named
  5470.         screens, saving their current color sets to data files,
  5471.         loading new color sets from data files, or interactively
  5472.         changing the colors.  Includes source.
  5473.         Author:  John Russell
  5474.  
  5475. Dance        These two programs, "dancing polygons", are John's
  5476.         entry to the Badge Killer Demo Contest.  They are
  5477.         variations of one another, but demonstrate the range
  5478.         of colors available on the Amiga.  Includes source.
  5479.         Author:  John Olsen
  5480.  
  5481. HBHill        This animation is one of Kevin's entries to the Badge
  5482.         Killer Demo Contest.  It is the first known animation
  5483.         that makes use of the Amiga's "Extra Half Brite" mode.
  5484.         Author:  Kevin Sullivan
  5485.  
  5486. Iconify        A subroutine that creates an icon on the Amiga screen
  5487.         that can be subsequently dragged around, and double-
  5488.         clicked on.  You can use this to have your programs
  5489.         "iconify" themselves to temporarily get out of the user's
  5490.         way.  Includes source and demo program.
  5491.         Author:  Leo Schwab
  5492.  
  5493. OnlyAmiga    This animation is Iqbal's entry to the Badge Killer
  5494.         Demo Contest.  It consists of tree balls being
  5495.         juggled by pyramids rotating on their tops.
  5496.         Author:  Iqbal Singh Hans
  5497.  
  5498. Suplib        The support library needed to rebuild various programs
  5499.         of Matt's from the source, including DME, DTERM, etc.
  5500.         Includes source.
  5501.         Author:  Matt Dillon
  5502.  
  5503. VCheck        Version 1.2 of the virus detection program from
  5504.         Commodore Amiga Technical Support.  This version
  5505.         will test for the presence of a virus in memory,
  5506.         or on specific disks.  Binary only.
  5507.         Author:  Bill Koester.
  5508.  
  5509. ==========================  Contents of Disk 127  ==========================
  5510.  
  5511. This is disk 127 of the freely distributable AMIGA software library.
  5512. Below is a listing of the significant directories and their contents.
  5513.  
  5514.  
  5515. Bounce        This program is Steve and Tom's entry for the Badge
  5516.         Killer Demo Contest.  It creates little dots that
  5517.         bounce around and multiply.  Includes source.
  5518.         Author:  Steve Hansel and Tom Hansel
  5519.  
  5520. Nemesis        This demo is Mark's entry to the Badge Killer Demo
  5521.         Contest.  It is quite small for what it does, and
  5522.         won fifth place in the contest.  Binary only.
  5523.         Author:  Mark Riley
  5524.  
  5525. Ripples        This animation is one of Allen Hastings' entries to
  5526.         the Badge Killer Demo Contest.  Unlike most other 
  5527.         animations, it shows a fixed object from a moving
  5528.         point of view, rather than a moving object from a
  5529.         fixed point of view.
  5530.         Author:  Allen Hastings
  5531.  
  5532. ==========================  Contents of Disk 128  ==========================
  5533.  
  5534. This is disk 128 of the freely distributable AMIGA software library.
  5535. Below is a listing of the significant directories and their contents.
  5536.  
  5537.  
  5538. Dis        A 68000 disassembler, written in 68000 assembler.
  5539.         Includes source.
  5540.         Author:  Greg Lee
  5541.  
  5542. DropCloth    DropCloth lets you place a pattern, a 2 bitplane IFF
  5543.         image or a combination of a pattern and image, into
  5544.         the WorkBench backdrop.  Version 2.2, shareware,
  5545.         binary only.
  5546.         Author:  Eric Lavitsky
  5547.  
  5548. LedClock    An extremely simple clock program, for interlaced
  5549.         screens only.  Includes source.
  5550.         Author:  Ali Ozer
  5551.  
  5552. MRBackUp    A hard disk backup utility, that does a file by file
  5553.         copy to standard AmigaDOS floppy disks.  Includes an
  5554.         intuition interface and file compression.  Version 1.3,
  5555.         includes source.
  5556.         Author:  Mark Rinfret
  5557.  
  5558. Paint        A simple screen painting program, written in web.
  5559.         Requires web preprocessing program to rebuild from
  5560.         source.  Includes source in web.
  5561.         Author:  Greg Lee
  5562.  
  5563. PrtDriver    A printer driver for the Toshiba "3 in one" printer in
  5564.         its Qume (best) mode.  Includes source in C and 
  5565.         assembler.
  5566.         Author:  Rico Mariani
  5567.  
  5568. SDBackUp    A hard disk backup utility.  CLI interface only.
  5569.         Does file compression.  Version 1.1, binary only.
  5570.         Author:  Steve Drew
  5571.  
  5572. Sed        A clone of the Unix sed (Stream EDitor) program.
  5573.         Includes source.
  5574.         Author:  Eric Raymond
  5575.  
  5576. wKeys        A "hot-keys" program that binds keyboard function
  5577.         keys to window manipulation functions (window activation,
  5578.         front to back, moving screens, etc).  Includes source.
  5579.         Author:  Davide Cervone
  5580.  
  5581. ==========================  Contents of Disk 129  ==========================
  5582.  
  5583. This is disk 129 of the freely distributable AMIGA software library.
  5584. Below is a listing of the significant directories and their contents.
  5585.  
  5586.  
  5587. DosKwik        A pair of programs which allow you to save files, or
  5588.         a group of files, to one or more floppies for quick
  5589.         loading (loading up a ram disk for example).  Does not
  5590.         store files in DOS format, which is why it is faster.
  5591.         Version 2.0, update to version on disk 103.  Binary
  5592.         only, shareware.
  5593.         Author:  Gary Kemper
  5594.         
  5595. MRBackUp    A hard disk backup utility, that does a file by file
  5596.         copy to standard AmigaDOS floppy disks.  Includes an
  5597.         intuition interface and file compression.  Versions
  5598.         2.0 (with sources) and 2.1 (binary only, source available
  5599.         from author).  This is an update to version on disk 128.
  5600.         Author:  Mark Rinfret
  5601.  
  5602. PaintJet    An "official" Hewlett Packard PaintJet printer driver
  5603.         received directly from HP sources.  Don't settle for
  5604.         a bogus one, or pay the $50 some vendors are apparently
  5605.         asking for one.
  5606.         Author:  Unknown
  5607.  
  5608. Patch        Two independent ports of the very useful Unix utility
  5609.         "patch", which applies context diffs to text files
  5610.         to automatically update them.  Patch version 1.3 was
  5611.         ported to the Amiga by Rick Coupland and patch version
  5612.         2.0 was ported by Johan Widen.  Includes source.
  5613.         Author:  Larry Wall
  5614. ==========================  Contents of Disk 130  ==========================
  5615.  
  5616. This is disk 130 of the freely distributable AMIGA software library.
  5617. Below is a listing of the significant directories and their contents.
  5618.  
  5619.  
  5620. DirMaster    A very nicely done shareware disk cataloger, submitted
  5621.         by the author for inclusion in the library.  This is version
  5622.         1.1, an update to the version released on disk 108.  Lots
  5623.         of neat new features and enhancements.  Binary only.
  5624.         Author:  Greg Peters
  5625.  
  5626. Evo        A human evolution toy/tutorial.  Includes source.
  5627.         Author:  Steve Bonner
  5628.  
  5629. Hp        A nice RPN calculator program that supports calculations
  5630.         with binary, octal, decimal, hex, float, and complex
  5631.         numbers.  Other features include 32 registers for storing
  5632.         data and transcendental functions.  Version 1.0, includes
  5633.         source.
  5634.         Author:  Steve Bonner
  5635.  
  5636. Mach        A "mouse accelerator" program that also includes hotkeys,
  5637.         the features of sun mouse, clicktofront, and popcli, a
  5638.         title bar clock with a bbs online charge accumulator, and
  5639.         more.  Version 1.6a, includes source.
  5640.         Author:  Brian Moats
  5641.  
  5642. PatEdit        A pattern editor for creating patterns to input to
  5643.         the Amiga SetAfPt macro call.  This call sets the
  5644.         area fill pattern for the area filling graphics calls
  5645.         such as RectFill, AreaDraw, etc.  Includes source.
  5646.         Author:  Don Hyde
  5647.  
  5648. QMan        Mandelbrot generator written partially in assembly for
  5649.         speed.  Includes source.
  5650.         Author:  Steve Bonner
  5651.  
  5652. ==========================  Contents of Disk 131  ==========================
  5653.  
  5654. This is disk 131 of the freely distributable AMIGA software library.
  5655. Below is a listing of the significant directories and their contents.
  5656.  
  5657. Dfc        Copies disks like Maurader, but multitasks.  Replaces both
  5658.         diskcopy and format but is smaller than either.  It even has
  5659.         a nice little Intuition interface.  Includes source.
  5660.         Author:  Tomas Rokicki
  5661.  
  5662. HyperBase    Nice little shareware database management system.
  5663.         Version 1.6, binary only, source available from authors.
  5664.         Update to version on disk number 58.
  5665.         Author:  Michael MacKenzie, Marc Mengel, and Craig Norborg
  5666.  
  5667. Life        A new version of Tomas's ancient Life game, but with a new
  5668.         macro language for setting up patterns, some good examples,
  5669.         and some more good stuff.  Includes source.
  5670.         Author:  Tomas Rokicki
  5671.  
  5672. Mackie        A Popcli replacement that draws pretty lines on the screen
  5673.         in blanking mode.  Includes source.
  5674.         Author:  Software Distillery; enhancements by Tomas Rokicki
  5675.  
  5676. Mg1b        A version of Mg1b with an ARexx port and other improvements
  5677.         by Tomas Rokicki.  Finally you can define macros and bind
  5678.         them to function keys in your startup file!  Includes
  5679.         source.
  5680.         Author:  Various; enhancements by Tomas Rokicki
  5681.  
  5682. WFrags        Another version of Frags, but this one pops up a nice little
  5683.         window that updates occasionally.  Necessary for developers
  5684.         who wonder what their program is doing to memory, or wonder
  5685.         why they can't load that program.  Includes source.
  5686.         Author:  Tomas Rokicki
  5687.  
  5688. ==========================  Contents of Disk 132  ==========================
  5689.  
  5690. This is disk 132 of the freely distributable AMIGA software library.
  5691. Below is a listing of the significant directories and their contents.
  5692.  
  5693.  
  5694. Berserk        This animation, unveiled at the September 87 meeting
  5695.         of the First Amiga Users Group, got Leo a standing ovation.
  5696.         It is a "must see" for every Amiga user, and ranks up
  5697.         there with "Juggler" as a premier demo for the Amiga.
  5698.  
  5699.         The difference between this distribution, and the one
  5700.         on disk 100, is that this one includes "source".  I.E.
  5701.         it contains all the object descriptions necessary to
  5702.         recreate the animation.  Thus you can, if you like,
  5703.         try modifying various objects to create slightly
  5704.         different animations, or use it as an example for
  5705.         creating your own animations.
  5706.  
  5707.         Seldom does a disk get devoted to a single program,
  5708.         however animation is one of the Amiga's greatest
  5709.         strengths, and I felt it was appropriate to have at
  5710.         least one animation that was available at the
  5711.         "source code" level.
  5712.  
  5713.         Author:  Leo Schwab
  5714.  
  5715. ==========================  Contents of Disk 133  ==========================
  5716.  
  5717. This is disk 133 of the freely distributable AMIGA software library.
  5718. Below is a listing of the significant directories and their contents.
  5719.  
  5720.  
  5721. Conman        Extremely useful replacement for the standard console
  5722.         handler, that provides line editing and command line
  5723.         histories completely transparent to any application program
  5724.         that uses CON: windows.  This program is shareware, and well
  5725.         worth a donation to the author.  Version 1.1, binary only,
  5726.         update to version on disk 100.  New features include 
  5727.         additional editing keys, fast search keys, undo key, clear
  5728.         history command, and more.
  5729.         Author:  William Hawes
  5730.  
  5731. Crc        Two programs that are very useful for generating
  5732.         16-bit CRC listings of the contents of disks, and
  5733.         verifying that a given disk's files still compute
  5734.         to the same CRC's as listed.  Version 1.0, binary
  5735.         only.
  5736.         Author:  Don Kindred
  5737.  
  5738. CrcLists    Complete CRC check files for disks 1-128 of the 
  5739.         library, using the Crc program also included on
  5740.         this disk.  These were made directly from my master
  5741.         disks.
  5742.         Author:  Fred Fish
  5743.  
  5744. Overscan    Patches the Intuition library so that sizable windows
  5745.         with MaxHeight of 200 (400 in interlace) and screens with
  5746.         Height of 200 (400 in interlace) will take advantage of
  5747.         the PAL overscan capability of Intuition V1.2.  This 
  5748.         seems to be useful only for European users that wish
  5749.         to run software written for the American market, without
  5750.         modifying the applications, but still using the additional
  5751.         space.  Includes source.
  5752.         Author:  Ari Freund
  5753.  
  5754. ==========================  Contents of Disk 134  ==========================
  5755.  
  5756. This is disk 134 of the freely distributable AMIGA software library.
  5757. Below is a listing of the significant directories and their contents.
  5758.  
  5759.  
  5760. BoingThrows    A 50 frame HAM animation done with Sculpt-3D, and
  5761.         minor touchups with DigiPaint.  The animation took
  5762.         about 325 hours of runtime to generate.
  5763.         Author:  Marvin Landis
  5764.  
  5765. Browser        A workbench tool, using text-only windows, that makes
  5766.         all files in the system accessible for executing,
  5767.         copying, moving, renaming, deleting, etc.  Billed
  5768.         as a "programmers workbench".  Version 1.2, binary
  5769.         only.
  5770.         Author:  Peter da Silva
  5771.  
  5772. Dme        Version 1.29 of Matt's text editor.  Dme is a simple 
  5773.         WYSIWYG editor designed for programmers.  It is not a
  5774.         WYSIWYG word processor in the traditional sense.  Features
  5775.         include arbitrary key mapping, fast scrolling, title-line
  5776.         statistics multiple windows, and ability to iconify windows.
  5777.         Update to version on disk number 113, includes source.
  5778.         Author:  Matt Dillon
  5779.  
  5780. Find        Find is a utility which searches for files that satisfy
  5781.         a given boolean expression of attributes, starting from
  5782.         a root pathname and searching recursively down through
  5783.         the hierarchy of the file system.  Very much like the
  5784.         Unix find program.  Version 1.0, includes source.
  5785.         Author:  Rodney Lewis
  5786.  
  5787. Library        Demo version of a shareware program that stores textual
  5788.         information without regard to structure or content, and
  5789.         allows complicated searching for specific patterns.
  5790.         Written in assembler for speed, binary only.
  5791.         Author:  Bill Brownson
  5792.  
  5793. SmartIcon    This shareware program, submitted by the author,
  5794.         is an Intuition objects iconifier.  Version 1.0
  5795.         is limited to iconifying windows, which is still
  5796.         very handy.  It adds a new "iconify gadget" to
  5797.         each window, that when clicked on, iconifies the
  5798.         window into an icon in the ram: disk.  Binary only,
  5799.         source available from author.
  5800.         Author:  Gauthier Groult
  5801.  
  5802. ==========================  Contents of Disk 135  ==========================
  5803.  
  5804. This is disk 135 of the freely distributable AMIGA software library.
  5805. Below is a listing of the significant directories and their contents.
  5806.  
  5807.  
  5808. TeXF        A selection of 78 TeX fonts, with a conversion
  5809.         program to convert them to Amiga fonts.  There
  5810.         are 22 different fonts at various sizes, ranging
  5811.         from 15 pixels high to more than 150 pixels.
  5812.         The conversion program can also be used with
  5813.         the fonts distributed with AmigaTeX, yielding
  5814.         an additional 1000 or so more fonts for use
  5815.         with other Amiga programs.  Version 2.5,
  5816.         binary only.
  5817.         Author:  Ali Ozer
  5818.         
  5819. ==========================  Contents of Disk 136  ==========================
  5820.  
  5821. This is disk 136 of the freely distributable AMIGA software library.
  5822. Below is a listing of the significant directories and their contents.
  5823.  
  5824.  
  5825. AsmToolBox    An assembler "toolbox" created to make interfacing 
  5826.         between assembler programs and AmigaDOS easy.  Includes
  5827.         source.
  5828.         Author:  Warren Ring
  5829.  
  5830. Bison        A replacement for unix "yacc" command.  This is from
  5831.         the GNU (GNU is Not Unix) effort.  It is a port of
  5832.         the latest GNU version, done by William Loftus, with
  5833.         the goal of preserving all of bison's current features.
  5834.         Includes source and testing program "calc".
  5835.         Author: Bob Corbett and Richard Stallman.
  5836.  
  5837. Iff2Pcs        An interactive puzzle program that takes any IFF file
  5838.         containing up to 16 colors, and breaks it up into squares
  5839.         to make a puzzle which the user can then piece back
  5840.         together again.  Version 1.1, an update to the version
  5841.         on disk 122, includes source.
  5842.         Author:  Ali Ozer
  5843.  
  5844. Paste        A version of the Unix paste utility.  Paste concatenates
  5845.         corresponding lines of the specified files into
  5846.         a single output line (horizontal or parallel merging)
  5847.         or concatenates them into alternate lines (vertical or
  5848.         serial merging).  Includes source.
  5849.         Author:  David Ihnat
  5850.  
  5851. YaBoingII    A game program demonstrating hardware sprite usage,
  5852.         including collision detection.  This is an update
  5853.         to the version on disk 36.  Includes source.
  5854.         Author: Ali Ozer, based on original by Leo Schwab
  5855.  
  5856. Zoo        A file archiver, much like "arc" in concept, but different
  5857.         in implementation and user interface details.  Includes
  5858.         some nice features that "arc" lacks (such as file/path
  5859.         names up to 255 characters in length).  This is version
  5860.         1.71, an update to the version released on disk 108.
  5861.         Binary only.
  5862.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  5863.  
  5864. ==========================  Contents of Disk 137  ==========================
  5865.  
  5866. This is disk 137 of the freely distributable AMIGA software library.
  5867. Below is a listing of the significant directories and their contents.
  5868.  
  5869.  
  5870. Ct        An Amiga program to display images from a CT scanner,
  5871.         along with several interesting sample images of scans
  5872.         of real people, including a skull, brain, heart, and
  5873.         spine.  Each image is 256 by 256 pixels in 2048 gray
  5874.         scale.  The display software, though it has a primitive
  5875.         user interface, is quite powerful, including functions
  5876.         like convolutions, averaging, laplacians, unsharp
  5877.         masking, edge detection, gradients, etc.  Binary only.
  5878.         Author:  Jonathan Harman
  5879.  
  5880. JeansIcons    Miscellaneous cute icons created for AMUC's monthly
  5881.         newsletter disk.  Submitted by Stephen Vermeulen.
  5882.         Author:  Steve Jeans
  5883.  
  5884. Muncho        A cute little program which plays a digitized sound
  5885.         sample when you insert or remove a disk from your
  5886.         drive.  If you don't like the sounds, you can replace
  5887.         them with your own.  Binary only.
  5888.         Author:  Andrew Werth
  5889.  
  5890. Sit        An update to the Set Icon Type program from disk 107.
  5891.         Version 1.10, includes source.
  5892.         Author:  Stephen Vermeulen
  5893.  
  5894. VGad        A new gadget editor that takes two pictures of the window
  5895.         and its gadgets, one being the normal gadget state and
  5896.         the other being the fully selected state, and then
  5897.         merges the data and converts to C source code.  Version
  5898.         1.0, binary only.
  5899.         Author:  Stephen Vermeulen
  5900.  
  5901. VirusX        A boot sector virus check program that runs in the
  5902.         background and automatically checks all inserted
  5903.         disks for a nonstandard boot sector.  Such disks can
  5904.         optionally have their boot sector rewritten to remove
  5905.         the virus.  Includes source.
  5906.         Author:  Steve Tibbett
  5907.  
  5908. VLabel        A program to print fancy customized disk labels.  It will
  5909.         combine an IFF picture and up to 50 lines of text (which
  5910.         may be placed arbitrarily in any font or point size) and
  5911.         then print the result.  The IFF picture can be virtually
  5912.         any size (up to 1008 by 1000).  It will also print labels
  5913.         from a batch file produced by SuperBase.  Version 1.20,
  5914.         binary only.
  5915.         Author:  Stephen Vermeulen
  5916.  
  5917. ==========================  Contents of Disk 138  ==========================
  5918.  
  5919. This is disk 138 of the freely distributable AMIGA software library.
  5920. Below is a listing of the significant directories and their contents.
  5921.  
  5922.  
  5923. AmigaLine    A series of various technical notes for Amiga programmers.
  5924.         Author:  Byrce Nesbitt
  5925.  
  5926. Diff        A program that uses the same algorithm as the Unix
  5927.         diff program and also produces context diffs, suitable
  5928.         for use with patch.  Source WAS available but got
  5929.         eaten by my Amiga when it crashed, so binary only.
  5930.         Author:  Unknown (Decus C diff?)
  5931.  
  5932. Foreach        A simple but useful program that expands a wild
  5933.         card file specification and then invokes the
  5934.         specified command once per expanded filename,
  5935.         with the expanded filename as the command
  5936.         argument.  Includes source.
  5937.         Author:  Jonas Flygare
  5938.  
  5939. MacFont        A conversion tool to convert Mac fonts to
  5940.         Amiga fonts.  Binary only.
  5941.         Author:  John O'Neill and Rico Mariani
  5942.  
  5943. ModulaTools    Various useful routines for those programming in Modula
  5944.         on the Amiga.  Update to version on disk 94, includes
  5945.         source.
  5946.         Author:  Jerry Mack
  5947.  
  5948. Vt100        Two new versions of Dave's vt100 terminal emulator.
  5949.         One version, based on vt100 2.6, has been enhanced
  5950.         by John Barshinger to include an iconify feature,
  5951.         add full 132 column support using overscan, and other
  5952.         miscellaneous features.  This version is available in
  5953.         binary only.  The second version is release 2.8
  5954.         of the mainstream version of vt100, as enhanced and
  5955.         supported by Tony Sumrall.  This one include source.
  5956.         Author:  Dave Wecker
  5957.  
  5958. ==========================  Contents of Disk 139  ==========================
  5959.  
  5960. This is disk 139 of the freely distributable AMIGA software library.
  5961. Below is a listing of the significant directories and their contents.
  5962.  
  5963.  
  5964. AmiCron        An enhanced and debugged version of AmiCron 2.3
  5965.         from disk number 113.  Includes source.
  5966.         Author:  Steve Sampson, Rich Schaeffer, Christian Balzer
  5967.  
  5968. ListScanner    A nice little utility to display all the Exec lists.
  5969.         Somewhat like the Xplor utility from disk 73.
  5970.         Includes source in assembler.
  5971.         Author:  Heiko Rath
  5972.  
  5973. ProCalc        A program that simulates an HP-11C programmable calculator.
  5974.         Includes both an English version and a German version.
  5975.         Shareware, binary only.
  5976.         Author:  Gotz Muller
  5977.  
  5978. RemLib        Removes a specified library (if currently unused)
  5979.         or displays some information about all available
  5980.         libraries.  Includes source in assembler.
  5981.         Author:  Heiko Rath
  5982.  
  5983. TurboBackup    A fast mass floppy disk duplicator with enforced verify
  5984.         mode to prevent generation of incorrect copies.  Version
  5985.         1.00, binary only.
  5986.         Author:  Steffen Stempel and Martin Kopp
  5987.  
  5988. WArranger    Sends a window, identified by its name, to the front
  5989.         or to the back, without selecting it.  Useful in
  5990.         conjunction with AmiCron.  Works on all screens.
  5991.         Includes source in assembler.
  5992.         Author:  Heiko Rath
  5993.  
  5994. WheelChairSim    A wheelchair simulator developed as a project for the
  5995.         Technical Resource Centre and the Albert Children's
  5996.         Hospital, to allow the matching of a wheelchair joystick
  5997.         to a child's handicap and all the child to practice using
  5998.         the chair in a safe (simulated) environment.  Binary only.
  5999.         Author:  M. Smith and T. Mathews
  6000. ==========================  Contents of Disk 140  ==========================
  6001.  
  6002. This is disk 140 of the freely distributable AMIGA software library.
  6003. Below is a listing of the significant directories and their contents.
  6004.  
  6005.  
  6006. SBProlog    Volume 1 of the 2 volume Stony Brook Prolog (SBP)
  6007.         distribution, version 2.3.2.  This volume contains the
  6008.         executables and libraries.  Volume 2, on disk 141,
  6009.         contains the C and Prolog source code.
  6010.  
  6011.         From the SB-Prolog System, Version 2.2 User Manual:
  6012.  
  6013.         "SB-Prolog is a public-domain Prolog system for Unix(tm)
  6014.         based systems originally developed at SUNY, Stony Brook.
  6015.         The core of the system is an emulator, written in C for
  6016.         portability, of a Prolog virtual machine that is an extension
  6017.         of the Warren Abstract Machine.  The remainder of the system,
  6018.         including the translator from Prolog to the virtual machine
  6019.         instructions, is written in Prolog."
  6020.  
  6021.         In addition to providing a compiler, SB-Prolog also offers
  6022.         advanced features such as dynamic loading, mixing of compiled
  6023.         and interpreted code, macros, extension tables, a debugging
  6024.         facility offering two levels of tracing, profiling tools, and
  6025.         other utilities.
  6026.  
  6027.         Authors:  Logic Programming Group at SUNY, Stony Brook
  6028.               Amiga port by David Roch and Scott Evernden
  6029.  
  6030. ==========================  Contents of Disk 141  ==========================
  6031.  
  6032. This is disk 141 of the freely distributable AMIGA software library.
  6033. Below is a listing of the significant directories and their contents.
  6034.  
  6035.  
  6036. SBProlog    Volume 2 of the 2 volume Stony Brook Prolog (SBP)
  6037.         distribution, version 2.3.2.  This volume contains the
  6038.         C and Prolog source code.  Volume 1, on disk 140,
  6039.         contains the executables and libraries.
  6040.  
  6041.         From the SB-Prolog System, Version 2.2 User Manual:
  6042.  
  6043.         "SB-Prolog is a public-domain Prolog system for Unix(tm)
  6044.         based systems originally developed at SUNY, Stony Brook.
  6045.         The core of the system is an emulator, written in C for
  6046.         portability, of a Prolog virtual machine that is an extension
  6047.         of the Warren Abstract Machine.  The remainder of the system,
  6048.         including the translator from Prolog to the virtual machine
  6049.         instructions, is written in Prolog."
  6050.  
  6051.         In addition to providing a compiler, SB-Prolog also offers
  6052.         advanced features such as dynamic loading, mixing of compiled
  6053.         and interpreted code, macros, extension tables, a debugging
  6054.         facility offering two levels of tracing, profiling tools, and
  6055.         other utilities.
  6056.  
  6057.         Authors:  Logic Programming Group at SUNY, Stony Brook
  6058.               Amiga port by David Roch and Scott Evernden
  6059.  
  6060.  
  6061. SmallC        An Amiga port of the Small-C compiler, written by Ron
  6062.         Cain and published in Dr. Dobb's Journal, in about 1980.
  6063.         Small-C is a rather small subset of the full 'C' language.
  6064.         However, it is capable of compiling itself, and other
  6065.         small, useful programs.  Requires an assembler and linker
  6066.         to complete the package and produce working executables.
  6067.         Includes source and binary.
  6068.         Author:  Ron Cain.  Amiga port by Willi Kusche.
  6069.  
  6070. ==========================  Contents of Disk 142  ==========================
  6071.  
  6072. This is disk 142 of the freely distributable AMIGA software library.
  6073. Below is a listing of the significant directories and their contents.
  6074.  
  6075.  
  6076. Diff        A program that uses the same algorithm as the Unix
  6077.         diff program and also produces context diffs, suitable
  6078.         for use with patch.  This is the same version that was
  6079.         distributed on disk 138, but now includes the missing
  6080.         files (including source code).
  6081.         Author:  Unknown (Decus C diff)
  6082.  
  6083. FracGen        A fractal generator program that generates fractal
  6084.         pictures from "seeds" that you create.  This is
  6085.         unlike any of the other "fractal generators" I've
  6086.         seen.  It can be used to load and display previously
  6087.         created fractal pictures, modify existing fractals,
  6088.         or create your own fractals.  Version 1.1, binary
  6089.         only.
  6090.         Author:  Doug Houck
  6091.  
  6092. SciSubr        The Scientific Subroutine Package from DECUS, ported to
  6093.         the Amiga to run with Absoft Fortran.  This is a valuable
  6094.         resource of mathematical and statistical source code
  6095.         for those doing Fortran work on the Amiga.
  6096.         Author:  Unknown; ported to the Amiga by Glenn Everhart
  6097.  
  6098. ==========================  Contents of Disk 143  ==========================
  6099.  
  6100. This is disk 143 of the freely distributable AMIGA software library.
  6101. Below is a listing of the significant directories and their contents.
  6102.  
  6103.  
  6104. Rim        RIM-5 (Relational Information Manager) is a full
  6105.         relational DBMS that is suitable for VERY large
  6106.         databases using B-Tree data storage.  It has a 
  6107.         crude (by today's standards) user interface, but
  6108.         since full source code is provided, this can be
  6109.         fixed.  Versions of RIM run on a wide variety of
  6110.         systems, small and large, and produce compatible
  6111.         databases.  Also includes a built in HELP database
  6112.         and a programming language.  Full Fortran source
  6113.         code and documentation included.
  6114.         Author: Various, Amiga port by Glenn Everhart
  6115.  
  6116. ==========================  Contents of Disk 144  ==========================
  6117.  
  6118. This is disk 144 of the freely distributable AMIGA software library.
  6119. This disk contains a copy of Glenn Everhart's large and powerful
  6120. spreadsheet program called AnalytiCalc, submitted to me directly by
  6121. Glenn for inclusion in the library as an update to the version released
  6122. on disk 104.  The remainder of this file is Glenn's "Abstract.txt" file
  6123. that describes AnalytiCalc.  Source and documentation is included on the
  6124. disk in arc'd form because it otherwise would not all fit on the disk.
  6125.  
  6126. ====================
  6127.  
  6128.     AnalytiCalc Abstract:
  6129.  
  6130.     AnalytiCalc is a large and powerful spreadsheet program with
  6131. sufficient extra features to have some pretentions of acting as an
  6132. "integrated system". It is a virtual memory system supporting up to
  6133. 18000 columns and 18000 rows, multiple equations per cell, an outlining
  6134. system, built-in cell annotation, and datafile access from any cell(s)
  6135. of the sheet, plus an array of functions not present in most commercial
  6136. spreadsheets. This disk represents the third version of an initial Amiga
  6137. port of AnalytiCalc, and as such the console interface is somewhat crude and
  6138. uses a set of command files in an externally assigned area (assigned to DK:)
  6139. to handle the function keys. A custom keymap can also be used, which was
  6140. supplied in the initial version. The program comes with complete sources,
  6141. documents, and executables, and in addition with the source code for the
  6142. "auxiliary utilities" which handle DIF format conversion and character
  6143. graphics. (The executables are not adequately tested on amiga as yet, though
  6144. they work on VAX, PDP11, and IBM PC.)
  6145.         AnalytiCalc for the Amiga uses files compatible with those
  6146. for AnalytiCalc on MS-DOS, VMS, or RSX-11M or IAS. An example project
  6147. planner spreadsheet is included in the distribution to show off some of
  6148. the things you can do. More example sheets will be forthcoming in the
  6149. future. AnalytiCalc also supports matrix math, FFTs, infinite windowing,
  6150. linear regression, date arithmetic, internal and external macros, LOTS
  6151. of cell addressing modes, goal seeking in up to 8 dimensions, and more.
  6152.  
  6153.     AnalytiCalc requires perhaps 600K of RAM memory, at least one
  6154. 360K diskette drive, and AmigaDOS 1.2, plus a larger than default stack.
  6155. Display sizes supported can be up to 132 characters wide by up to 76
  6156. lines long. Sorry; I don't think AnalytiCalc supports proportional
  6157. fonts very well, though it should manage not to be totally brain damaged
  6158. with them. The manual requires an 80 column printer.
  6159.     To see the documentation you need either a printer 80 columns wide
  6160. to print it, or an 80 column screen to view it on.
  6161.  
  6162.   ** PLEASE read the README.1ST file for brief instructions on setting up
  6163.      a working AnalytiCalc disk. Please read the manual at least once over
  6164.      lightly too... ***
  6165.  
  6166.  
  6167.         SOME DO-NOT'S
  6168.  
  6169.         1.  DO NOT use AnalytiCalc until you have read the documentation.
  6170.  
  6171.         2.  DO NOT forget to make regular backup copies of your database.
  6172.  
  6173.         3.  DO NOT exit (X) the progam without saving your work if you
  6174.         want it saved. (You will be asked to confirm you really want
  6175.         to leave, however.)
  6176.  
  6177.         GETTING STARTED.
  6178.  
  6179.     See the README.1ST file!!!
  6180.  
  6181.         If you haven't already printed the documentation, please do so
  6182.         before trying to operate AnalytiCalc. Then, READ IT!  You should
  6183.         also make sure that you have placed a "write-protect" tab on your
  6184.         AnalytiCalc distribution diskettes, so that they can't be
  6185.         accidentally erased or overwritten.
  6186.  
  6187.         You should now make a copy of your AnalytiCalc disks.  These will
  6188.         also serve as your "run-time" system diskettes.
  6189.  
  6190.     De-archive AnalyExe.Arc and AnalyDoc.Arc at least onto a blank
  6191.     disk and read the document files and release notes. You'll need
  6192.     a bit of AmigaDos familiarity to set things up (read how to use
  6193.     the ASSIGN command and the SETMAP command and ASSIGN something as
  6194.     DK:; also set your stack large with the STACK command.) If you
  6195.     are using disk file memory, FACC is a good thing to use also. PLEASE
  6196.     READ THE MANUALS though, to save us all a lot of headaches.
  6197.  
  6198.         SOME MAXIMUMS AND MINIMUMS.
  6199.              Minimum RAM Memory required .....................about  600K
  6200.              Minimum Disk Drives required...............................1
  6201.              Minimum Disk Storage required...........................880K
  6202.          Number of Columns......................................18000
  6203.          Number of Rows.........................................18000
  6204.          Maximum Length of Formulas (characters)..................109
  6205.          Number of cells that can be full at once...............18000
  6206.          Number of simultaneous named areas permitted.............300
  6207.          Number of scratch cells outside spreadsheet...............60
  6208.          Precision of calculations (digits; 8 bytes used)..........16
  6209.          Total maximum storage managed (bytes)..............2,113,020
  6210.          Maximum depth of document nesting (outline processor)......4
  6211.          Maximum number of parameters varying to goal seek..........8
  6212.          Maximum record size for data files accessed as database..128
  6213.          Maximum number of files namable in one sheet.........>18000
  6214.          Maximum cell columns displayable on one screen............20
  6215.          Maximum number of rows displayable in one display.........75
  6216.          Maximum simultaneous different cell display formats per
  6217.         sheet (taken from large set)...........................76
  6218.          Length of format specification (characters)................9
  6219.  
  6220.  
  6221.         DISCLAIMER.
  6222.  
  6223.         In no event will the Author be liable to you for any damages,
  6224.         including any lost profits, lost savings or other incidental or
  6225.         consequential dmages arising out of the use of or inability to use
  6226.         these programs, even if the Author has been advised of the
  6227.         possibility of such damages, or for any claim by any other party.
  6228.  
  6229.  
  6230.         THE USER-SUPPORTED CONCEPT.
  6231.  
  6232.                                User-Supported Software
  6233.            You are encouraged to copy and share this program with others.
  6234.              If after evaluating this program you find it to be useful,
  6235.                          I trust you to send a $10.00 payment.
  6236.  
  6237.                    Glenn C. Everhart
  6238.                                25 Sleigh Ride Rd.
  6239.                    Glen Mills, Pa. 19342
  6240.  
  6241. To Be Done:
  6242. Future plans for AnalytiCalc:
  6243.     1. Allow data files to be on a logical device. (Actually, FACC
  6244.     may make this need obsolete).
  6245.     2. Fix bugs as they are discovered.
  6246.     3. Allow use on non-interlaced screens by redoing the two command
  6247.     and display windows as pseudo-requestors.
  6248.  
  6249. Auxiliary files:
  6250.     1. Check that DIFrw (DIF to or from AnalytiCalc saved format
  6251.         converter) and ACGRAF (character graphics utility) work
  6252.         as specified.
  6253.         Note: Sources to these programs, which compile and link
  6254.         cleanly on Amiga, are present here. However they are
  6255.         not yet tested, so executables are omitted.
  6256.     2. Port some of the BASIC graphics packages to Amiga. Possibly
  6257.     compile some of them.
  6258.     3. Supply the Business Expense Report, manpower planner, and
  6259.     income tax templates as extra examples. Possibly do a game of 
  6260.     LIFE template too, just for fun.
  6261.  
  6262. Other programs:
  6263.     Port the RIM relational DBMS to Amiga as a companion piece. (This
  6264.     has already been done porting from CDC to VAX to MSDOS (the last
  6265.     by me), and should be straightforward).
  6266.  
  6267. I have found that Absoft Fortran 2.3 is a stable and usable compiler and
  6268. would like to acknowledge gratefully its contribution. He who wants to
  6269. add to or modify AnalytiCalc needs Absoft Fortran 2.3 (or later, I suppose)
  6270. to build it with. Anyone who has Absoft Fortran-020 for the 68020 is
  6271. invited to recompile this program to use the faster chips. I didn't have
  6272. either money or machine to try a 68020/68881 version, but see no reason
  6273. why it would fail.
  6274.     I have also seen that there are some bugs in Absoft Fortran's
  6275. handling of con: and raw: windows which I have reported to Absoft. Hopefully
  6276. this will permit upgrading of user interface soon, as these problems are
  6277. fixed.
  6278.     (It seems that you CAN do both read and write to CON: windows in
  6279. Absoft Fortran 2.3, but you must issue a REWIND on the unit between them.
  6280. This is not always needed in V2.2, but occasionally happens. (This accounts
  6281. for the occasionally flaky behavior of DTC, which was compiled with V2.2
  6282. before I found the foregoing out.)
  6283.  
  6284.     Glenn Everhart
  6285.     6 November 1987
  6286.  
  6287.  
  6288.     Also present on the disk is DeskTop Calendar (DTC), a useful little
  6289. appointment and meeting scheduler and calendar keeper. It will work on either
  6290. interlaced screens or non-interlaced.
  6291.  
  6292.     AnalytiCalc needs more stack than the 4000 default (I use 65000
  6293. but less is probably OK). It also probably needs more than 512K of RAM
  6294. for operation as currently linked. The routines in AnalyO.Ftn can be
  6295. overlayed against each other, but this has not been done as yet. Those
  6296. desperate for a smaller executable, having Absoft's compiler, can rebuild
  6297. in this way for a smaller executable.
  6298.     Also: AnalytiCalc MUST currently run on an interlaced screen owing
  6299. to where some CON: and RAW:  windows are opened. Move the windows to fit on a
  6300. non-interlaced screen (via patching the image or editing/recompiling)
  6301. if you must run it on a noninterlaced screen.
  6302.     You must turn interlace on in Preferences and boot with that set up.
  6303. The SETLACE program will NOT create things quite right for AnalytiCalc and
  6304. you'll generate the weirdest system crashes (all the way back to Kickstart
  6305. sometimes) you ever saw if you try... just use Preferences and all will be
  6306. well... )
  6307.     Glenn Everhart
  6308.     November 6, 1987
  6309. Enjoy...
  6310.  
  6311. ==========================  Contents of Disk 145  ==========================
  6312.  
  6313. This is disk 145 of the freely distributable AMIGA software library.
  6314. Below is a listing of the significant directories and their contents.
  6315.  
  6316.  
  6317. Csh        This is a version of Matt's csh like shell which
  6318.         has been modified to provide file name completion
  6319.         and argument execution (via the grave accents
  6320.         mechanism).  Requires ARP 1.1 to run.  Binary
  6321.         only, but includes diffs for the reference 2.07
  6322.         source base.
  6323.         Author:  Matt Dillon; enhancements by Johan Widen
  6324.  
  6325. DMouse        Matt's done it again, another very useful program!
  6326.         This is a versatile screen blanker, mouse blanker,
  6327.         auto window activator, mouse accelerator, popcli
  6328.         style programmable command key, pop window to front,
  6329.         push window to back, etc, widget.  Version 1.06,
  6330.         includes source.
  6331.         Author:  Matt Dillon
  6332.  
  6333. DNet        A link protocol that provides essentially an unlimited
  6334.         number of reliable connections between processes on
  6335.         two machines, where each end of the link can be
  6336.         either an Amiga or a Unix (BSD4.3) machine.  Works
  6337.         on the Amiga with any EXEC device that looks like the
  6338.         serial.device.  Works on UNIX with tty and socket
  6339.         devices.  Achieves better than 95% average throughput
  6340.         on file transfers.  Version 1.20, includes sources
  6341.         for both the Amiga and Unix versions.
  6342.         Author:  Matt Dillon
  6343.  
  6344. Tab        A tablature writing program for the Amiga, with
  6345.         intruments for a banjo and a string guitar.
  6346.         Binary only.
  6347.         Author:  Jeff deRienzo
  6348.  
  6349. TinyProlog    VT-PROLOG is a simple prolog interpreter provided with
  6350.         full source code to encourage experimentation with
  6351.         the PROLOG language and implementations.  Version 1.1,
  6352.         includes source.
  6353.         Author:  Bill and Bev Thompson
  6354.  
  6355. ==========================  Contents of Disk 146  ==========================
  6356.  
  6357. This is disk 146 of the freely distributable AMIGA software library.
  6358. Below is a listing of the significant directories and their contents.
  6359.  
  6360.  
  6361. Blanker2    A screen blanking program that turns the screen black
  6362.         after 90 seconds of keyboard and mouse inactivity.
  6363.         Implemented as a very tiny event handler to the input
  6364.         handler event stream.  Version 1.27.88, includes source.
  6365.         Author:  Joe Hitchens
  6366.  
  6367. C-Light        A demonstration copy of a commercial ray tracing program,
  6368.         which is identical to the commercial version except that
  6369.         it has been limited to ten objects per scene.  Binary
  6370.         only.
  6371.         Author:  Ronald Peterson
  6372.  
  6373. CrcLists    Complete CRC check files for disks 129-141 and disks
  6374.         143-145 of the library, using the crc program from
  6375.         disk 133.  These were made directly from my master
  6376.         disks.  Disk 142 is omitted because of a problem
  6377.         with the crc program.
  6378.         Author:  Fred Fish
  6379.  
  6380. DmeMacros    A set of DME macros which utilize templates to turn
  6381.         DME into a language-sensitive editor for C, Pascal,
  6382.         Modula-2, and Fortran.
  6383.         Author:  Jerry Mack
  6384.  
  6385. MemoPad        A shareware intuition-based memo reminder program.
  6386.         Nicely done.  Version 1.1, binary only.
  6387.         Author:  Michael Griebling
  6388.  
  6389. ==========================  Contents of Disk 147  ==========================
  6390.  
  6391. This is disk 147 of the freely distributable AMIGA software library.
  6392. This disk contains the latest version of MicroGNUEmacs (MG 2b).  Many
  6393. additions and enhancements since the original works by Dave Conroy.  A
  6394. large amount of credit should go to the vast number of contributors and
  6395. Beta testers.
  6396.  
  6397. *Note: In order to fit all of the files on one disk and preserve the
  6398.        Workbench environment, the machine specific source code files
  6399.        and the document files have been archived.  An executable copy
  6400.        of the public domain archive program "Zoo" has been placed in
  6401.        the "c" directory for the convenience of those who may not
  6402.        already have it.
  6403.  
  6404. ==========================  Contents of Disk 148  ==========================
  6405.  
  6406. This is disk 148 of the freely distributable AMIGA software library.
  6407. Below is a listing of the significant directories and their contents.
  6408.  
  6409.  
  6410. EFJ        "Escape from Jovi"  A machine-code game featuring
  6411.         hi-res scrolling, large playfield, disk-based Hi-Score
  6412.         list, stereo sound, and multiple levels. Use a joystick
  6413.         in port 2 to control the ship.  Binary only, shareware ($8).
  6414.         Author:  Oliver Wagner
  6415.  
  6416. Fme        Nicely done map editor for the Fire-Power (tm) game. 
  6417.         Features interlaced hi-res with intuition interface.  See
  6418.         the "Readme.fnf" file for information on making a
  6419.         bootable disk.  Includes source.
  6420.         Author: Gregory MacKay
  6421.         
  6422. HandyIcons    Adds a menustrip to the WorkBench window that allows 
  6423.         you to run selected Workbench Tools by menu selection.
  6424.         Can be set up to provide custom environments.  Current
  6425.         version supports only WorkBench Tools and not Projects.
  6426.         Binary only.
  6427.         Author:  Alan Rubright
  6428.  
  6429. Scrambler    A simple program that will encode/decode a text file
  6430.         into illegible gibberish, which resembles executable code,
  6431.         to evade prying eyes.  Version 0.01, Binary only.
  6432.         Author:  Foster Hall 
  6433.  
  6434. ==========================  Contents of Disk 149  ==========================
  6435.  
  6436. This is disk 149 of the freely distributable AMIGA software library.
  6437. Below is a listing of the significant directories and their contents.
  6438.  
  6439.  
  6440. AnimalSounds    A sample of digitized animal sounds along with a simple 
  6441.         sound player.
  6442.         Authors:  The Trumor Company, Inc.
  6443.                   Sound Player by Don Pitts
  6444.  
  6445.  
  6446. DX-VoiceSorter    Written to be used with Jack Deckard's VoiceFiler program.
  6447.         (Disk 82).  It allows for the sorting of a number of
  6448.         voicefiles stored using that program into a new voicefile
  6449.         of voices made up from various files.  Includes source.
  6450.         Author:  David Bouckley
  6451.  
  6452. Keep        A nice little utility program with an intuition interface
  6453.         for BBS and network junkies who download messages in one 
  6454.         large file and then read them off-line.  Using only the
  6455.         mouse, you can drive through such files a message at a 
  6456.         time, examine each at your leisure and tag those you wish
  6457.         to keep.  Version 1.2, binary only, but source available
  6458.         with donation to author.
  6459.         Author:  Tim Grantham 
  6460.  
  6461. Less        Like Unix "more", only better, with forward and
  6462.         backward scrolling, searching and positioning by
  6463.         percent of file and line number, etc.  Now lets you
  6464.         also print the current file.  Very useful!
  6465.         This is Amiga version 1.3, an update to the version
  6466.         on disk number 92.  Includes source.
  6467.         Author:  Mark Nudelman, Amiga port by Bob Leivian
  6468.  
  6469. Scheme        To quote the ReadMe file:
  6470.         "Scheme is a statically scoped and properly tail-recursive
  6471.         dialect of the Lisp programming language invented by
  6472.         Guy Lewis Steele Jr. and Gerald Jay Sussman."
  6473.         Binary only.
  6474.         Amiga port by Ed Puckett
  6475.                     
  6476.    
  6477. ==========================  Contents of Disk 150  ==========================
  6478.  
  6479. This is disk 150 of the freely distributable AMIGA software library.
  6480. Below is a listing of the significant directories and their contents.
  6481.  
  6482.  
  6483. AirFoil        An update to the Airfoil generator on disk #71.
  6484.         Generates airfoil models as well as their corresponding
  6485.         streamline and pressure distributions.  Includes source.
  6486.         Authors:  Russell Leighton
  6487.                   Addendum by David Foster
  6488.  
  6489. DC10        An AmigaBasic DC-10 instrument flight simulator.  Appears
  6490.         to be quite in-depth with flight-planning and take-off 
  6491.         options along with an extensive documentation file.  Requires
  6492.         rebuilding on a separate disk and was successfully done so
  6493.         by following the author's instructions in the ReadMe_First
  6494.         file.
  6495.         Author: Jan Arkesteijn        
  6496.  
  6497. ExecLib        A working example of how to build and use user-defined
  6498.         disk-resident libraries.  Of special interest to developers
  6499.         working with Lattice C.  
  6500.         Author:  Alex Livshits
  6501.  
  6502. Iconizer    A utility program that saves your current mouse pointer
  6503.         to a small icon.  You can restore the pointer just by
  6504.         double-clicking on its icon.  Allows for building a whole
  6505.         library of pointers and to use them whenever you want.
  6506.         Binary only.
  6507.         Author:  Alex Livshits
  6508.  
  6509. Pilot        An implementation of the PILOT language for the Amiga, 
  6510.         including a demo done for the National Park Service.
  6511.         PILOT is a limited use language for use in educational and
  6512.         computer based instruction programs.  Binary only with Beta
  6513.         test kit available from authors.
  6514.         Author:  Terry LaGrone
  6515.  
  6516. StealMemBoot    A small utility designed to be a direct replacement for 
  6517.         NoFastMem kind of programs.  It modifies the boot block of
  6518.         a disk, so when you boot with it, all memory allocations 
  6519.         will return only CHIP memory.
  6520.         Author:  Alex Livshits
  6521.  
  6522. ==========================  Contents of Disk 151  ==========================
  6523.  
  6524. This is disk 151 of the freely distributable AMIGA software library.
  6525. Below is a listing of the significant directories and their contents.
  6526.  
  6527.  
  6528. GlobeDemo    A graphics demo which displays very smooth transitions of
  6529.         the rotating earth.  Features a pop-up menu.  Includes
  6530.         source.
  6531.         Author:  Bob Corwin
  6532.  
  6533. Icons        Yet another potpourri of interesting icons to choose
  6534.         from if you need one for your own program.
  6535.         Author:  Dave Turnock
  6536.  
  6537. Pcopy        A small intuition-based disk copier similiar to 
  6538.         the resident "DiskCopy" except with write-verify 
  6539.         and other user-selectable options.  Useful for making
  6540.         multiple copies with reliable data.  Requires two disk
  6541.         drives.  Includes source.
  6542.         Author:  Dirk Reisig
  6543.  
  6544. SCT        A CLI-based utility (SetColorTable) for displaying and/or
  6545.         setting a screen's colors.  You can save the colors
  6546.         of a screen to be restored later, or copy one screen's
  6547.         colors to another.  Includes source.
  6548.         Author:  aklevin
  6549.  
  6550. SlideShow    Very nicely done slide-show program written in assembly
  6551.         language.  Features forward/backward presentation and 
  6552.         creative screen wipes.  Currently works only with IFF
  6553.         lo-res pictures.  Executable only along with some new
  6554.         IFF pictures to have come my way.  Shareware ($16).
  6555.         Authors:  Mike McKittrick and Sheldon Templeton
  6556.  
  6557. Surveyor    A little utility that opens a window on the current 
  6558.         screen and displays information about the pointer.
  6559.         Allows for absolute or relative measurement between 
  6560.         two points on the screen.  Very handy for precise
  6561.         positioning of icons and such.  Includes source.
  6562.         Author:  Dirk Reisig
  6563.  
  6564. ==========================  Contents of Disk 152  ==========================
  6565.  
  6566. This is disk 152 of the freely distributable AMIGA software library.
  6567. Below is a listing of the significant directories and their contents.
  6568.  
  6569.  
  6570. Blk        A requester making tool employing various recursive
  6571.         algorithms including a recursive parser.  It takes input
  6572.         text files and converts them to C-source for including as
  6573.         requester declarations.  Includes source.
  6574.         Author: Stuart Ferguson
  6575.  
  6576. RunBack        A variant of Rob Peck's RunBackGround program from disk 
  6577.         number 73.  Allows you to start a new CLI program and run
  6578.         it in the background, then closes the new CLI.  This version
  6579.         automatically searches the command-search-path to find the 
  6580.         program. Includes source.
  6581.         Author:  Daniel Barrett 
  6582.  
  6583. UUCP        This is a version of uucp (Unix to Unix Copy Program)
  6584.         for the Amiga, along with some miscellaneous support
  6585.         utilities like cron, mail, and compress.  Includes source.
  6586.         Author:  Various, submitted by William Loftus
  6587.  
  6588. ==========================  Contents of Disk 153  ==========================
  6589.  
  6590. This is disk 153 of the freely distributable AMIGA software library.
  6591. Below is a listing of the significant directories and their contents.
  6592.  
  6593.  
  6594. Dme        Version 1.30 of Matt's text editor.  Dme is a simple 
  6595.         WYSIWYG editor designed for programmers.  It is not a
  6596.         WYSIWYG word processor in the traditional sense.  Features
  6597.         include arbitrary key mapping, fast scrolling, title-line
  6598.         statistics multiple windows, and ability to iconify windows.
  6599.         Update to version on disk number 134, includes source.
  6600.         Author:  Matt Dillon
  6601.         
  6602. HP11        Emulates an HP11C calculator including the program mode.
  6603.         Features an ON/OFF button that turns the calculator into
  6604.         an icon that will sit and wait until you need it again.
  6605.         Documentation on the features is scarce, perhaps some 
  6606.         industrious HP owner could write a small tutorial for the
  6607.         benefit of those that don't own an HP calculator.
  6608.         Binary only.
  6609.         Author:  David Gay
  6610.  
  6611. HPMam        A program to manipulate settings and fonts on HP LaserJet+
  6612.         printers and compatibles. Includes an Intuition interface
  6613.         and some sample picture files.  Version 1.0, binary only,
  6614.         shareware.
  6615.         Author:  Steve Robb
  6616.  
  6617. Synthemania    An interesting, very small (and very persistent!) musical
  6618.         piece. If you plan on stopping it without using three 
  6619.         fingers, you better read the document file first!
  6620.         Binary only.
  6621.         Author:  Holger Lubitz 
  6622.  
  6623. ==========================  Contents of Disk 154  ==========================
  6624.  
  6625. This is disk 154 of the freely distributable AMIGA software library.
  6626. Below is a listing of the significant directories and their contents.
  6627.  
  6628.  
  6629. Ada        An Ada Syntax checker for the amiga.  Includes lex and
  6630.         yacc source.
  6631.         Author:  Herman Fischer; updates by William Loftus
  6632.  
  6633. AssemblyDemos    A interesting group of assembly language demos for your 
  6634.         visual and aural pleasure.  Binary only.
  6635.         Author:  Foster Hall
  6636.  
  6637. DiskLib        Two utilities for those people who like to split up PD
  6638.         disks into disks of different categories.  Includes source.  
  6639.         Author:  Wilson Snyder
  6640.  
  6641. Guardian    Another virus diagnosing and vaccination program.
  6642.         Recognizes any non-standard bootblock.  Includes a
  6643.         small utility program to permanently place the program
  6644.         on a copy of your kickstart disk in place of the seldom
  6645.         (if ever!) used Debug() function.  Binary only.
  6646.         Author:  Leonardo Fei
  6647.  
  6648. PrintSpool    A print-spooling program.  Very useful for printing files
  6649.         in the background.  Many command-line options.  Version
  6650.         1.0.0, Includes source.
  6651.         Author:  Frangois Gagnon
  6652.  
  6653. Utilities    A group of four little utility programs, Cal, Undelete
  6654.         DClock and WhereIs.  Binary only, see the ReadMe file for a 
  6655.         description of each.
  6656.         Author:  Dan Schein
  6657.  
  6658. VirusX        An update to the virus-detecting program of the same 
  6659.         name on disk number 137.  This version also checks for
  6660.         the Byte-Bandit strain.  Version 1.21, Includes source.
  6661.         Author:  Steve Tibbett
  6662.  
  6663. Virus_Alert!    Yet another anti-virus program with a twist.  Once
  6664.         installed a message is displayed just after a warm or
  6665.         cold boot notifying the the user  that the disk and
  6666.         memory are virus-free, and forcing a mouse-button press
  6667.         before continuing.  Anything writing to the bootblock
  6668.         thereafter will destroy the message and a normal virus-
  6669.         infected boot (???) will take-place.  Versions 1.01 and
  6670.         2.01, Binary only.
  6671.         Author:  Foster Hall
  6672.  
  6673. Wicon        A "Window Iconifier".  Allows you to turn your windows
  6674.         into small icons which can be later recalled.   Currently
  6675.         installed with MacWin to give your windows a "rubber-
  6676.         banding" effect.  Version 1.14, Includes source.
  6677.         Author:  Steven Sweeting
  6678.  
  6679. ==========================  Contents of Disk 155  ==========================
  6680.  
  6681. This is disk 155 of the freely distributable AMIGA software library.
  6682. Below is a listing of the significant directories and their contents.
  6683.  
  6684.  
  6685. AsmExamples    A couple of assembly code examples.  Executables are 
  6686.         not extremely useful but the code might be of 
  6687.         considerable benefit to beginning assembly language
  6688.         programmers.  
  6689.         Author:  Henrik Clausen
  6690.  
  6691. Bison        A replacement for unix "yacc" command.  This is from
  6692.         the GNU (GNU is Not Unix) effort.  Contains updates
  6693.         to the version on disk number 136, submitted by two  
  6694.         separate sources.  Includes source.
  6695.         Author:  Bob Corbett and Richard Stallman, updates
  6696.              by William Loftus and Scott Henry
  6697.         
  6698. NoSmoking    Sample program showing the use of a recoverable alert
  6699.         while displaying a personal health message.  Includes
  6700.         source.  
  6701.         Author:  Theo Kermanidis
  6702.  
  6703. Scenery        A very nice assembly language random scenery generator.
  6704.         Generates very realistic looking landscapes.  Includes 
  6705.         intuition interface and lots of menu options.  Version
  6706.         1.0, binary only.
  6707.         Author:  Brett Casebolt
  6708.  
  6709. ==========================  Contents of Disk 156  ==========================
  6710.  
  6711. This is disk 156 of the freely distributable AMIGA software library.
  6712. Below is a listing of the significant directories and their contents.
  6713.  
  6714.  
  6715. Blocks2        Amusing and colorful display of a moving trail of 
  6716.         "blocks".  Update to version on disk number 71, however
  6717.         this version also includes source.
  6718.         Author:  Gary Walker
  6719.  
  6720. Flex        Flex is a replacement for the UNIX "lex" (lexical
  6721.         analyzer generator) program that is faster than
  6722.         lex, and freely redistributable.  Includes source.
  6723.         Authors:  Jef Poskanzer, Vern Paxson, et. al.
  6724.               Submissions by William Loftus and Scott Henry
  6725.  
  6726. Go64        Another screen hack aimed at an earlier Commodore product
  6727.         (Not to be confused with the commercial product Go-64! from
  6728.         Software Insight Systems).  Includes source.
  6729.         Author:  Joerg Anslik
  6730.  
  6731. Grammars    A group of lexical grammar files for Ada, C and Pascal for 
  6732.         use in conjunction with the flex program on this disk and 
  6733.         the bison program on disk #155
  6734.         Authors:  Various, submitted by William Loftus
  6735.  
  6736. OOPS!        Tired of the monochrome background color of your Workbench
  6737.         or CLI?  Then try this colorful screen hack to brighten 
  6738.         things up!  Includes source.
  6739.         Author:  Joerg Anslik
  6740.  
  6741. ==========================  Contents of Disk 157  ==========================
  6742.  
  6743. This is disk 157 of the freely distributable AMIGA software library.
  6744. Below is a listing of the significant directories and their contents.
  6745.  
  6746. 60or80        A small utility to toggle the 60/80 column text modes
  6747.         without having to go through preferences.  Works from
  6748.         either the CLI or the Workbench.  Includes source.
  6749.         Author:  Mark Schretlen
  6750.  
  6751. AmicForm    Creates a phonebook containing only those areacodes and
  6752.         exchanges reachable through PC-Pursuit. Input any of Chet
  6753.         Solace's Finalist BBS lists and it creates the phonebook
  6754.         in a form usable by AmicTerm and a number of other popular
  6755.         terminal programs.  Version 1.3, Binary only.
  6756.         Author:  John Motsinger
  6757.  
  6758. AnimBalls    A nifty little animation program that allows you to 
  6759.         create a collection of balls in three-space and then
  6760.         interactively rotate them in real time using the mouse.
  6761.         Includes source.
  6762.         Author:  Jim Guilford
  6763.  
  6764. BootBack    A handy little utility to copy and save the boot block
  6765.         from a disk, then later restore it should the disk 
  6766.         get stomped on by some ugly virus.  Includes source.
  6767.         Author:  David Joiner
  6768.  
  6769. ECPM        A CP/M emulator for the Amiga.  Emulates an 8080
  6770.         along with H19 terminal emulation. Update from version
  6771.         on disk number 109.  Includes source.
  6772.         Author:  Jim Cathey; Amiga port by Charlie Gibbs;
  6773.              Significant improvements by Willi Kusche
  6774.  
  6775. KeyFiler    A BBS message file sorter that allows sorting by keyword. 
  6776.         Includes a textreader, Soundex matching, and limited
  6777.         wildcard capabilities.  Version 1.0, Binary only.
  6778.         Author:  John Motsinger
  6779.  
  6780. ScreenZap    A little utility to clean away screens that are left
  6781.         by ill-behaving programs.  It will kill every screen
  6782.         behind the WorkBench, noting how many it gets. The
  6783.         screens in front of WB are not affected.  Includes
  6784.         source.
  6785.         Author:  Lars Clausen
  6786.  
  6787. SetPrefs    Allows you to build a whole library of preference settings
  6788.         and instantly switch back and forth between them.  Affects
  6789.         all preference settings not just the colors.  Very useful 
  6790.         for machines with multiple users or multiple external
  6791.         devices.  Includes Amiga's default and various sample
  6792.         preference settings.  Binary only.
  6793.         Author:  Martin Hippele
  6794.  
  6795. Xicon        Xicon lets you use icons to call up scripts containing CLI
  6796.         commands.  This is version 2.01, an update to the version
  6797.         on disk 102.  Includes source.
  6798.         Author:  Pete Goodeve
  6799.         
  6800. ==========================  Contents of Disk 158  ==========================
  6801.  
  6802. This is disk 158 of the freely distributable AMIGA software library.
  6803. Below is a listing of the significant directories and their contents.
  6804.  
  6805.  
  6806. DiskX        Nicely done Sector-based disk editor.  Binary only
  6807.         Author:  Steve Tibbett
  6808.  
  6809. MemBoardTest     Originally designed for production testing of A1000 memory
  6810.         boards. Very nice intuition interface.  Version 2.4,
  6811.         Includes source in Modula. 
  6812.         Author:  George Vokalek
  6813.  
  6814. MSDOS        A program to list files written in standard MS-Dos or
  6815.         Atari ST format.  The files can then be copied to Ram and 
  6816.         rewritten to disk in Amiga-Dos format.  Binary only, 
  6817.         Shareware, Version 0.1.
  6818.         Author:  Frank Wⁿbbeling
  6819.  
  6820. PCBTool        An early version of a shareware PC Board layout program
  6821.          Lots of options including variable size pads and traces,
  6822.         grids, grid snap, layers, zoom, selectable centering,
  6823.         text and more.  This version does not support printer/
  6824.         plotter dumps or libraries.  Version 2.6, binary only.
  6825.         Author:  George Vokalek
  6826.  
  6827. ScreenX        A handy little background utility that provides a small
  6828.         clock/memory counter in its inactive mode and a versatile
  6829.         screen manipulator when called upon.  Binary only with
  6830.         source available from author, Version 2.1.  
  6831.         Author:  Steve Tibbett
  6832.  
  6833. TaskX        A "real-time" task editor.  Lets you list and set the 
  6834.         priorities of all the currently running tasks.  Binary
  6835.         only, Version 2.0. 
  6836.         Author:  Steve Tibbett
  6837.  
  6838. VirusX        Update to the version on disk number 154, checks for 
  6839.         a couple of additional new strains.  Includes source,
  6840.         Version 1.6.
  6841.         Author:  Steve Tibbett
  6842.     
  6843. YachtC3        Update to the Yachtc program on disk #10, contains some fixes
  6844.         and incorporates a simple sound process.  Version 3, includes
  6845.         source.
  6846.         Author:  Sheldon Leemon, with enhancements by Mark Schretlen
  6847.  
  6848. ==========================  Contents of Disk 159  ==========================
  6849.  
  6850. This is disk 159 of the freely distributable AMIGA software library.
  6851. Below is a listing of the significant directories and their contents.
  6852.  
  6853.  
  6854. Free        A little command to put in your c directory that returns
  6855.         memory status and number of tasks currently served by EXEC.
  6856.         Includes source.
  6857.         Author:  Joerg Anslik
  6858.  
  6859. MidiTools    A group of several different utility programs for those
  6860.         who run a Midi system.  Binary only.
  6861.         Author:  Jack Deckard
  6862.  
  6863. StarChart      Nicely done intuition based program to display and identify
  6864.         about 600 stars, galaxies and nebulae visible in the Northern
  6865.         hemisphere.  Version 1.2, includes source.
  6866.         Author:  Ray R. Larson
  6867.  
  6868. TaskControl    Nicely done task-handling program allowing you to put to 
  6869.         sleep, kill or change priorities of the all the currently
  6870.         loaded tasks.  Also potentially GURU-producing, so be careful
  6871.         what tasks you kill, change priorities of, etc.  Handy window
  6872.         sizer will reduce it almost to an icon to hang around until
  6873.         you want to use it.  Binary only.
  6874.         Author:  J. Martin Hippele
  6875.  
  6876. TUC        "The Ultimate Clock".  Another window title clock/memory 
  6877.         minder.  This one is in 132 columns!  Also gives the free 
  6878.         memory on drives DF0, DF1 & DF2.  Includes source.
  6879.         Author:  Joerg Anslik 
  6880. ==========================  Contents of Disk 160  ==========================
  6881.  
  6882. This is disk 160 of the freely distributable AMIGA software library.
  6883. Below is a listing of the significant directories and their contents.
  6884.  
  6885.  
  6886. Calls        A little utility to help analyze the flow of a C-program by
  6887.         laying out the functions called in a hierarchical manner.
  6888.         Author:  Originally from Usenet with major revisions by
  6889.              Kevin Braunsdorf, Amiga port by George MacDonald
  6890.  
  6891. Check        A useful little utility for finding structural errors
  6892.         in C-source code.  Many command-line options.  Version
  6893.         1.03, binary only.
  6894.         Author:  Keith Elbertson
  6895.  
  6896. Dis        A 68000 disassembler, written in assembly, this is an update
  6897.         to the version on disk #128.  Includes source.
  6898.         Author:  Greg Lee with enhancements by Willi Kusche
  6899.   
  6900. DMouse        A versatile screen & mouse blanker, auto window activator,
  6901.         mouse accelerator, popcli, pop window to front, push
  6902.         window to back, etc, widget.  Version 1.09, includes source.
  6903.         Update to version on disk number 145.
  6904.         Author:  Matt Dillon
  6905.  
  6906. DWIP        "Daisy Wheel IFF Printer".  A graphics printing utility
  6907.         that allows the printing of IFF pictures on a daisy wheel
  6908.         printer.  Includes source.
  6909.         Author:  Ken Van Camp
  6910.  
  6911. M4        A UNIX M4 look-alike macro processor intended as a
  6912.             front end for Ratfor, Pascal, and other languages that do
  6913.             not have a built-in macro processing capability.  Pd M4
  6914.             reads standard input, the processed text is written on the
  6915.              standard output.
  6916.         Author:  Ozan S. Yigit (oz)
  6917.  
  6918. MemoPad        A shareware intuition-based memo reminder program.
  6919.         Nicely done.  Update to version on disk #146, version
  6920.         1.2, binary only.
  6921.         Author:  Michael Griebling
  6922.         
  6923. NeuralNets    A neural network example using the generalized back-
  6924.         propagation delta rule for learning, specifically applied
  6925.         to the tabula rasa Little Red Riding Hood instance. 
  6926.         Author:  Josiah C. Hoskins 
  6927.  
  6928. ==========================  Contents of Disk 161  ==========================
  6929.  
  6930. This is disk 161 of the freely distributable AMIGA software library.
  6931. Below is a listing of the significant directories and their contents.
  6932.  
  6933.  
  6934. Friends        Cute little screen hack with command-line options to keep
  6935.         your mouse pointer company when you step away.  Includes
  6936.         source.
  6937.         Author:  Michael Warner 
  6938.  
  6939. Getsprite    A simple little program to convert Dpaint brushes into 
  6940.         C-source.  Binary only.
  6941.         Author:  Michael Warner
  6942.  
  6943. IncRev        A handy little program that will automatically increment
  6944.         the revision number of a program every time it is recompiled.
  6945.         Binary only.
  6946.         Author:  Bryan Ford 
  6947.  
  6948. LGZ        A Map generator/editor for the LGZ game.  Not extremely 
  6949.         useful if you don't happen to play that game, but good 
  6950.         source example of intuition interfacing.  Vesion 0.1.
  6951.         Authors:  Lars and Henrik Clausen
  6952.  
  6953. Mackie        A versatile cli/macro-key initiator based on POPCLI with
  6954.         a unique method    of "screen-blanking".  I won't say more,
  6955.         just try it!  Version 1.1, includes source.
  6956.         Author:  Thomas Rokicki
  6957.  
  6958. Nag        A shareware appointment calendar with it's own editor and a
  6959.         unique 'nagging' feature utilizing the Amiga's voice and
  6960.         audio devices.    Version 1.6, binary only.
  6961.         Author:  Richard Lee Stockton    
  6962.  
  6963. Perl        Practical Extraction and Report Language, an interpreted
  6964.         language optimized for scanning arbitrary text files,
  6965.         extracting information from those text files, and printing
  6966.         reports based on that information.
  6967.         Author:  Larry Wall
  6968.  
  6969. VRTest        Another anti-virus utility that allows visual inspection
  6970.         of ram starting a $7E7FE, ram cleaning, bootblock 
  6971.         inspection and vector monitoring/reseting.  Written 
  6972.         entirely in assembly language.  Version 3.2, binary only.
  6973.         Author:  Babar Khan
  6974.  
  6975. XBoot        A very simple utility to convert a boot block into an 
  6976.         executable file so you can use your favorite debugger
  6977.         (Wack, Dis, etc.) to study it.  Includes source.
  6978.         Author:  Francois Rouaix
  6979.  
  6980. ==========================  Contents of Disk 162  ==========================
  6981.  
  6982. This is disk 162 of the freely distributable AMIGA software library.
  6983. Below is a listing of the significant directories and their contents.
  6984.  
  6985.  
  6986. Avi        A workalike version of the UNIX vi editor for the amiga.
  6987.         Though not especially recommended for beginners, designed
  6988.         for those of you who may have the vi commands permanently
  6989.         hard-coded into your fingertips!  Version 1.0, binary only.
  6990.         Author:  Peter Nestor
  6991.  
  6992. CLI_Utilities    This directory contains several subdirectories with 
  6993.         small utilities, collected from various sources,
  6994.         that are only usable from the CLI.  See the Readme
  6995.         file for further information.  Some include source.
  6996.         Author:  Various
  6997.  
  6998. Dark        A small graphics and animation demo.  Includes source.
  6999.         Author:  Phil Robertson
  7000.  
  7001. Flow2Troff    A little utility to convert from New Horizons Software 
  7002.         "FLOW" files to    UNIX "troff" files, suitable for printing
  7003.         on any troff-compatible laser printer.  Version 1.0,
  7004.         includes source    and a sample "FLOW" file.
  7005.         Author:  Daniel Barrett
  7006.  
  7007. LabyrinthII    A shareware role-playing text adventure game similar in 
  7008.         operation to the Infocom text adventures.  Includes source.
  7009.         Author:  Russell Wallace
  7010.  
  7011. Iffar        Maintains archives of Interchange File Format (IFF) FORM,
  7012.         CAT and LIST  files in a manner  that complies with the
  7013.         IFF CAT specification.  Version 1.2, includes source.
  7014.         Author:  Karl Lehenbauer
  7015.  
  7016. SetPALorNTSC    A couple of utility programs for testing the suitability
  7017.         of a developed program in either the PAL or NTSC
  7018.         environments.  Includes source and a sample program.
  7019.         Author:  Peter Kittel
  7020.  
  7021. TES        "The Electronic Slave" adds a gadget strip to the top of
  7022.         the cli window to perform such functions as device 
  7023.         directories, info, run ED, and time.  Currently, assignments
  7024.         are hardcoded but not difficult to change if you own a 
  7025.         compiler.  Version 1.1, includes source.
  7026.         Author:  Joerg Anslik 
  7027.         
  7028. UnknownGirl    Another small musical piece similar in execution to
  7029.         "Synthemania" on disk number 153.  Binary only.
  7030.         Author:  Holger Lubitz
  7031.  
  7032. ==========================  Contents of Disk 163  ==========================
  7033.  
  7034. This is disk 163 of the freely distributable AMIGA software library.
  7035. Below is a listing of the significant directories and their contents.
  7036.  
  7037.  
  7038. Bankn        A complete checkbook system offered by the author as
  7039.         shareware.   Update to version on disk number 120.
  7040.         Version 1.5, binary only.
  7041.         Author:  Hal Carter
  7042.  
  7043. FiveInLine    A board-playing game similiar to Go-Moku, Ristinolla, etc.
  7044.         Fast-paced and quickly addictive!  Includes source.
  7045.         Author:  Njσl Fisketj°n  
  7046.  
  7047. MachII        A "mouse accelerator" program that also includes hotkeys,
  7048.         the features of sun mouse, clicktofront, popcli, title bar
  7049.         clock with a bbs online charge accumulator, and    more. 
  7050.         Update to version on disk number 130.  Version 2.4c, binary
  7051.         only.
  7052.         Author:  Brian Moats
  7053.  
  7054. MemTrace    Routines to help debug memory allocation and freeing during
  7055.         program development.   Will complain if you try to free 
  7056.         memory you didn't allocate and will report on memory not
  7057.         freed when your program finishes.
  7058.         Author:  Jojo Wesener
  7059.   
  7060. PcPatch        Patches for PCCopy and PCFormat from the 'EXTRAS 1.2' disk,
  7061.         to allow reading/writing/formatting 3.5 inch 360k (2 sides/
  7062.         40 Tracks/9 sectors) MS-DOS disks.
  7063.         Author:  Werner Guenther
  7064.  
  7065. ReadmeMaster    A nifty little database for finding those programs that 
  7066.         you know exist somewhere (???) in the AmigaLibDisk library.
  7067.         Maintains a key-word dictionary of the Contents descriptions
  7068.         that allows searching by disk number, program title, author's
  7069.         name, or some other descriptive word.  Currently supports
  7070.         disks 1-154 with planned updates from the author.  Binary
  7071.         only. 
  7072.         Author:  Harold Morash
  7073.  
  7074. View        A mouse-oriented text file reader.  Sample operation is 
  7075.         demonstrated in reading the View.doc file, instead of using 
  7076.         the usual "Less" text file reader.
  7077.         Author:  Bryan Ford
  7078.  
  7079. ==========================  Contents of Disk 164  ==========================
  7080.  
  7081. This is disk 164 of the freely distributable AMIGA software library.
  7082. Below is a listing of the significant directories and their contents.
  7083.  
  7084.  
  7085. C-Functions    A group of four little C-functions to add to your library to
  7086.         make your programming life a little easier.  Includes source
  7087.         and a small demo program showing some of the results. 
  7088.         Author:  Lars Thuring
  7089.   
  7090. DiskSalv    Very useful program to recover files from a trashed AmigaDOS
  7091.         disk.  Can also "undelete" files deleted by mistake, so long
  7092.         as they have not overwritten by further disk activity.
  7093.         Requires two disk drives.  Many enhancements since the
  7094.         original version on disk #20.  Version 1.3, Binary only
  7095.         Author:  Dave Haynie
  7096.  
  7097. Hed        A handy little editor that is more user-friendly than 
  7098.         "Ed", yet doesn't require the memorization of complicated
  7099.         keystrokes of some of the larger, more powerful, editors.
  7100.         Binary only.
  7101.         Author:  Hal Carter
  7102.  
  7103. Newton        Uses the "Newtons Method" algorithm to estimate both real
  7104.         and imaginary roots of a polynomial of degree 20 or less.
  7105.         Version    1.0, includes source.
  7106.         Author:  Daniel Barrett
  7107.  
  7108. NewZAP        A third-generation multi-purpose file sector editing utility,
  7109.         from the author of FileZAP.  Displays and edits full 512-byte
  7110.         sectors via a 106 character wide internal font.  Includes
  7111.         a search feature to find specific strings or hex digits, 
  7112.         forwards or backwards.  Update to version on disk #58.
  7113.         Version 3.18, Binary only.
  7114.         Author:  John Hodgson
  7115.     
  7116. PcView        Provides the PC community with the opportunity to display
  7117.         IFF pictures to the best of EGA's ability.  Displays Amiga
  7118.         pics, IBM-PC Deluxe Paint Pics, Apple II-GS Deluxe Paint
  7119.         Pics, and others in the IFF standard format.  Includes
  7120.         source.
  7121.         Author:  John Hodgson
  7122.         
  7123. PolyRoot    Another Polynomial root-finder using the Newtonian algorithm.
  7124.         Nicely done in AmigaBasic with good documentation file.
  7125.         Version 2.00.
  7126.         Author:  Jon Giorgini
  7127.  
  7128. PrtDrivers    A couple of new Printer Drivers.  One for Digital Equipment's
  7129.         LN03+ laser printer, and one for Mannesmann Tally's MT420d
  7130.         dot matrix.
  7131.         Authors:  DEC LN03 -- Bernie Mentink
  7132.               MT420d -- Sascha Wildner
  7133.  
  7134. Zoo        A file archiver, much like "arc" in concept, but different
  7135.         in implementation and user interface details.  Includes
  7136.         some nice features that "arc" lacks (such as file/path
  7137.         names up to 255 characters in length).  This is version
  7138.         2.00, an update to the version released on disk 136.
  7139.         Binary only.
  7140.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  7141.  
  7142. ==========================  Contents of Disk 165  ==========================
  7143.  
  7144. This is disk 165 of the freely distributable AMIGA software library.
  7145. Below is a listing of the significant directories and their contents.
  7146.  
  7147.  
  7148. Conman        Extremely useful replacement for the standard console
  7149.         handler, provides line editing and command line    histories.
  7150.         Completely transparent to any application program
  7151.         that uses CON: windows.  This program is shareware, and well
  7152.         worth a donation to the author.  Version 1.3, binary only,
  7153.         update to version on disk 133. 
  7154.         Author:  William Hawes
  7155.  
  7156. CPM        Another CP/M emulator independently authored from the version
  7157.         that appeared on disk #157.  Emulates a CPM computer with a
  7158.         Z80 processor connected to an ADM3A terminal.  Assembly
  7159.         source included. 
  7160.         Author:  Ulf Nordquist
  7161.  
  7162. Parsnag        A program to aid in performing color separations on Epson
  7163.         JX-80 printers.  Includes source. 
  7164.         Author:  John Hodgson 
  7165.  
  7166. PlotView    A couple of programs, Plotview and Plot2Am, for viewing
  7167.         UNIX plot files.  Also included are two sub-directories:
  7168.         Plot -- a device independent plotting package for the Amiga,
  7169.         compatible with the UNIX plot subroutine package and 
  7170.         Plot2Tek -- converts UNIX plot format files to Tektronix
  7171.         410x terminal graphic commands.  Source included.
  7172.         Author:  Joel Swank
  7173.  
  7174. RamCopy        A copy program designed for machines with 1 meg or more
  7175.         of Ram and only one disk drive.  Allows you to copy a 
  7176.         complete disk in only one pass.
  7177.         Author:  Stephen Gunn
  7178.         
  7179. SPUDclock    A simple program that uses the narrator device to speak the 
  7180.         time at certain user specified intervals.  Lots of command
  7181.         line options.  Version 1.2, includes source.
  7182.         Authors:  Robert E. Beaty and H. Bret Young
  7183.  
  7184. ==========================  Contents of Disk 166  ==========================
  7185.  
  7186. This is disk 166 of the freely distributable AMIGA software library.
  7187. Below is a listing of the significant directories and their contents.
  7188.  
  7189.  
  7190. AutoGraf    Collects and graphically displays information on auto
  7191.         mileage.  Features such as miles per gallon, cost per 
  7192.         mile, miles driven, highs, lows, averages, etc.  Includes
  7193.         sample data file, a couple utility programs and source.
  7194.         Version 1.0
  7195.         Author:  Joel Swank
  7196.  
  7197. Cref        A C cross referencer program.  Prints out your code with
  7198.         line-numbers and complete key-word cross-referencing.
  7199.         Update from version on disk #103 which had a serious
  7200.         bug.  Includes source.
  7201.         Author:  Mike Edmonds; Amiga port by Joel Swank
  7202.  
  7203. MultiCalc    Yet another RPN type graphic calculator.  This one 
  7204.         generates answers with extreme precision (if 3000 digits
  7205.         is enough!)  Features a 48-digit scrollable display, mouse
  7206.         driven with lots of keyboard shortcuts, and iconification
  7207.         during non-use.  Binary only.
  7208.         Author:  Kenneth Johnson
  7209.  
  7210. Stevie        A public domain clone of the UNIX 'vi' editor.  Supports
  7211.         window-sizing, arrow keys, and the help key.  Version 3.10a,
  7212.         includes source. 
  7213.         Author: Various, Amiga port by Tony Andrews
  7214.         
  7215. ==========================  Contents of Disk 167  ==========================
  7216.  
  7217. This is disk 167 of the freely distributable AMIGA software library.
  7218. Below is a listing of the significant directories and their contents.
  7219.  
  7220.  
  7221. CDecl        English to C (and vice versa) translator for C
  7222.         declarations.  This little gem will translate english
  7223.         such as "declare foo as pointer to function returning
  7224.         pointer to array 10 of pointer to long" into
  7225.         "long *(*(*foo)())[10]", and vice versa.  Update from
  7226.         version on disk number 114. Includes source.
  7227.         Author:  Graham Ross with enhancements by David Wolverton,
  7228.              Tony Hansen, Merlyn LeRoy, Udi Finkelstein and
  7229.              probably others!
  7230.  
  7231. CLIcon        Allows you to run cli programs from the workbench, similar 
  7232.         in operation to IconExec, but more versatile.
  7233.         Author:  Bryan Ford
  7234.  
  7235. CloseMe        Another ingenious perversion in the screen hack category.
  7236.         Don't miss this one...surely destined to become a classic!
  7237.         Includes source.
  7238.         Author:  Charlie Gibbs
  7239.  
  7240. DSM        (Dynamic Sound Machine) Demo version with "Save" disabled
  7241.         of a program that will take any IFF sound or raw data and
  7242.         save it as a totally self-contained, runable program.
  7243.         Author:  Foster Hall
  7244.  
  7245. MRPrint        A cli-based text file printing utility with lots of nice
  7246.         features, including tab-to-space expansion, page headers,
  7247.         line numbers, margin control with line-splitting and
  7248.         pagination correction, ARP wildcard support, and auto-
  7249.         rejection of files containing binary characters. 
  7250.         Version 3.1, Includes source.
  7251.         Author:  Mark Rinfret
  7252.             
  7253. Smus3.6a    An enhanced version of the smus player that last appeared
  7254.         on disk number 58.
  7255.         Author:  John Hodgson
  7256.  
  7257. Sounddemos      Some very nice demos for showing off the incredible audio
  7258.         power of the Amiga!.  100% assembly language, make sure
  7259.         you have the stereo connected for these!
  7260.         Author:  Foster Hall
  7261.    
  7262. ==========================  Contents of Disk 168  ==========================
  7263.  
  7264. This is disk 168 of the freely distributable AMIGA software library.
  7265. This is the also the first disk of a two disk "Matt Dillion special"
  7266. containing binaries and sources to the latest versions of a great deal
  7267. of Matt's many programs.  For a complete listing of the programs on these
  7268. two disks, see the file called "README".  Because of the nature of Matt's
  7269. programs and the need for his support libraries to recreate many of his
  7270. programs, I opted to keep these disks pretty much as Matt sent them to me,
  7271. rather than follow the usual AmigaLibDisk format of binaries and sources
  7272. in one directory.  This would have undoubtedly increased this to a three
  7273. disk set.  Please note that if you plan on recreating any of these programs,
  7274. then it is quite possible that you will need information from both disks. 
  7275.         
  7276. -Fred  ><>
  7277.  18-Nov-88
  7278.  
  7279. ======================================================================
  7280.  
  7281.                  README
  7282.  
  7283.                   Matthew Dillon
  7284.                   891 Regal Rd.
  7285.                   Berkeley, Ca. 94708
  7286.                   USA
  7287.  
  7288.                dillon@ucbvax.berkeley.edu    INTERNET
  7289.                  ....!ucbvax!dillon     USENET
  7290.  
  7291.                    FISH RELEASE
  7292.                   16 August 1988
  7293.  
  7294.     (c)Copyright 1988 Matthew Dillon, All Rights reserved.  All software
  7295.     on these disks which is mine may be distributed for non-profit
  7296.     only.  This software is 'freeware', NOT public domain since I hold
  7297.     the copyright on it. Terms are:
  7298.  
  7299.     -You may redistribute any of the programs and/or source files
  7300.      but you may not distribute modified versions of said to the
  7301.      general public (i.e. BBS's, USENET, etc....).  Redistribution is
  7302.      for non-profit only.
  7303.  
  7304.     -You may extract and use any part of the source without strings
  7305.      attached as long as the programs you write with it are not an
  7306.      attempt to create an enhanced version of the program you extracted
  7307.      the source from.
  7308.  
  7309.     -I am NOT requesting $$ (this is not ShareWare), but then again,
  7310.      I am not so foolish as to not include my address in case anybody
  7311.      feels the urge.
  7312.  
  7313.  
  7314.     These two disks contain binaries and sources to the latest release of
  7315.     quite a bunch of my programs.  Many are updates to older versions and
  7316.     some are new.  The two major additions that are noteworthy are
  7317.     DRES.LIBRARY and BACKUP.
  7318.  
  7319.     Note that to compile various programs you must have a working SUP32.LIB,
  7320.     DRES.LIB, and DRES.LIBRARY.  Also a new include subdirectory, local,
  7321.     must be installed. Only DRES.LIBRARY is independant while the other two
  7322.     (binaries) require Aztec C V3.6 ... you have to recompile for other
  7323.     versions of Aztec C.  With a bit of hacking a good programmer would be
  7324.     able to set up an enviroment for Lattice C.  Of particular attention to
  7325.     somebody trying to do this is the modification of the LIBREF program to
  7326.     generate Lattice compatible assembly (in the DRES source section).
  7327.  
  7328.     Noted programs which are missing:    DNET, and DTERM are not ready for
  7329.     re-release yet.
  7330.  
  7331.  
  7332.     CONFIG  V1.00    Used to configure friendly programs like DME for
  7333.             the initial window placement (configures the
  7334.             executable)
  7335.  
  7336.     Clock   V1.00    Simple clock, configurable with config.
  7337.  
  7338.     DME     V1.31    My programming oriented editor
  7339.  
  7340.     DMouse  V1.10    mouse enhancer .. acceleration, blanking, etc...
  7341.             (now handles requesters better w/ auto-activate)
  7342.  
  7343.     Backup  V2.01    HD backup/restore (same program just renamed)
  7344.  
  7345.     SUPLIB        Support (link time) library required to compile
  7346.             my programs.
  7347.  
  7348.     LIBREF        Utility for generating run-time library link library
  7349.             assembly files, lvo.asm, and the run-time library's
  7350.             vector list.  See the DRES source for usage.
  7351.             Currently very Aztec in terms of what it generates.
  7352.  
  7353.     DRES    V1        Support (run time) library w/ lots of functions
  7354.             including a generic parser and IPC.
  7355.  
  7356.     DASM    V2.11    Small-systems assembler.  Handles 6502 and some of
  7357.             the Motorola single chip microcomputers.  Generates
  7358.             code (not object module oriented).
  7359.  
  7360.     FTOHEX        Part of DASM used to convert a DASM executable into
  7361.             an intel-hex formatted ascii file.
  7362.  
  7363.     FILES   V1.2    My disk catalog program.  Haven't enhanced it much
  7364.             but did fix some bugs.
  7365.  
  7366.     SHELL   V2.10    Added enviroment variable support and some other
  7367.             junk.  Use ConMan if you want command line editing,
  7368.             I do (it should not be a function of the shell and
  7369.             it isn't in mine).
  7370.  
  7371.     FINDIT  V1.00    Search for a filename (wildcard)
  7372.  
  7373.     LIBS    V1.00    list libraries/devices in ram or attempt to remove
  7374.             libraries.
  7375.  
  7376.     SCAT    V1.00    Utility to 'cat' binaries without blowing up the
  7377.             display
  7378.  
  7379.     ADDCR   V1.00    Utility to add CR's before LF's in files
  7380.  
  7381.     REMCR   V1.00    Utility to remove CR's in files
  7382.  
  7383.     CMP     V1.00    Utility to compare two files
  7384.  
  7385.  
  7386.  
  7387.  
  7388.  
  7389.             BINARIES            SOURCES        DOCS
  7390.  
  7391.     INCLUDES        --            Disk1:include/local
  7392.  
  7393.     Config        Disk1:c/config        Disk1:src/deemu    Disk1:doc/
  7394.     Clock        Disk1:c/clock        Disk1:src/deemu    Disk1:doc/
  7395.     DME         Disk1:c/dme         Disk2:src/dme    Disk1:doc/
  7396.     DMouse        Disk1:c/dmouse        Disk1:src/dmouse    Disk1:doc/
  7397.             Disk1:l/dmouse-handler
  7398.     Suplib        Disk2:clib/sup32.lib    Disk2:src/suplib    Disk1:doc/suplib/
  7399.     LibRef        Disk1:c/libref        (in DRES srcs)      (none, see dres sources)
  7400.     DRes library    Disk2:clib/dres.lib     Disk2:src/dres    Disk1:doc/dres/
  7401.             Disk1:libs/dres.library
  7402.     Dasm        Disk1:c/dasm        Disk1:src/dasm/    Disk1:doc/
  7403.     FToHex        Disk1:c/ftohex        (in Dasm srcs)
  7404.     Files        Disk1:c/files        Disk1:src/files/    Disk1:doc/
  7405.     Shell        Disk1:c/shell        Disk2:src/shell/    Disk1:doc/
  7406.  
  7407.     Backup/Restore  Disk1:c/backup        Disk1:src/com/    Disk1:doc/backup.doc
  7408.     Findit        Disk1:c/findit        Disk1:src/com/    Disk1:doc/com.doc
  7409.     Libs        Disk1:c/libs        Disk1:src/com/    Disk1:doc/com.doc
  7410.     Scat        Disk1:c/scat        Disk1:src/com/    Disk1:doc/com.doc
  7411.     AddCR        Disk1:c/addcr        Disk1:src/com/    Disk1:doc/com.doc
  7412.     RemCR        Disk1:c/remcr        Disk1:src/com/    Disk1:doc/com.doc
  7413.     Cmp         Disk1:c/cmp         Disk1:src/com/    Disk1:doc/com.doc
  7414.  
  7415.  
  7416. ==========================  Contents of Disk 169  ==========================
  7417.  
  7418. This is disk 169 of the freely distributable AMIGA software library.
  7419. This is the also the second disk of a two disk "Matt Dillion special"
  7420. containing binaries and sources to the latest versions of a great deal
  7421. of Matt's many programs.  For a complete listing of the programs on these
  7422. two disks, see the file called "README".  Because of the nature of Matt's
  7423. programs and the need for his support libraries to recreate many of his
  7424. programs, I opted to keep these disks pretty much as Matt sent them to me,
  7425. rather than follow the usual AmigaLibDisk format of binaries and sources
  7426. in one directory.  This would have undoubtedly increased this to a three
  7427. disk set.  Please note that if you plan on recreating any of these programs,
  7428. then it is quite possible that you will need information from both disks. 
  7429.         
  7430. -Fred  ><>
  7431.  18-Nov-88
  7432.  
  7433.                  README
  7434.  
  7435.                   Matthew Dillon
  7436.                   891 Regal Rd.
  7437.                   Berkeley, Ca. 94708
  7438.                   USA
  7439.  
  7440.                dillon@ucbvax.berkeley.edu    INTERNET
  7441.                  ....!ucbvax!dillon     USENET
  7442.  
  7443.                    FISH RELEASE
  7444.                   16 August 1988
  7445.  
  7446.     (c)Copyright 1988 Matthew Dillon, All Rights reserved.  All software
  7447.     on these disks which is mine may be distributed for non-profit
  7448.     only.  This software is 'freeware', NOT public domain since I hold
  7449.     the copyright on it. Terms are:
  7450.  
  7451.     -You may redistribute any of the programs and/or source files
  7452.      but you may not distribute modified versions of said to the
  7453.      general public (i.e. BBS's, USENET, etc....).  Redistribution is
  7454.      for non-profit only.
  7455.  
  7456.     -You may extract and use any part of the source without strings
  7457.      attached as long as the programs you write with it are not an
  7458.      attempt to create an enhanced version of the program you extracted
  7459.      the source from.
  7460.  
  7461.     -I am NOT requesting $$ (this is not ShareWare), but then again,
  7462.      I am not so foolish as to not include my address in case anybody
  7463.      feels the urge.
  7464.  
  7465.  
  7466.     These two disks contain binaries and sources to the latest release of
  7467.     quite a bunch of my programs.  Many are updates to older versions and
  7468.     some are new.  The two major additions that are noteworthy are
  7469.     DRES.LIBRARY and BACKUP.
  7470.  
  7471.     Note that to compile various programs you must have a working SUP32.LIB,
  7472.     DRES.LIB, and DRES.LIBRARY.  Also a new include subdirectory, local,
  7473.     must be installed. Only DRES.LIBRARY is independant while the other two
  7474.     (binaries) require Aztec C V3.6 ... you have to recompile for other
  7475.     versions of Aztec C.  With a bit of hacking a good programmer would be
  7476.     able to set up an enviroment for Lattice C.  Of particular attention to
  7477.     somebody trying to do this is the modification of the LIBREF program to
  7478.     generate Lattice compatible assembly (in the DRES source section).
  7479.  
  7480.     Noted programs which are missing:    DNET, and DTERM are not ready for
  7481.     re-release yet.
  7482.  
  7483.  
  7484.     CONFIG  V1.00    Used to configure friendly programs like DME for
  7485.             the initial window placement (configures the
  7486.             executable)
  7487.  
  7488.     Clock   V1.00    Simple clock, configurable with config.
  7489.  
  7490.     DME     V1.31    My programming oriented editor
  7491.  
  7492.     DMouse  V1.10    mouse enhancer .. acceleration, blanking, etc...
  7493.             (now handles requesters better w/ auto-activate)
  7494.  
  7495.     Backup  V2.01    HD backup/restore (same program just renamed)
  7496.  
  7497.     SUPLIB        Support (link time) library required to compile
  7498.             my programs.
  7499.  
  7500.     LIBREF        Utility for generating run-time library link library
  7501.             assembly files, lvo.asm, and the run-time library's
  7502.             vector list.  See the DRES source for usage.
  7503.             Currently very Aztec in terms of what it generates.
  7504.  
  7505.     DRES    V1        Support (run time) library w/ lots of functions
  7506.             including a generic parser and IPC.
  7507.  
  7508.     DASM    V2.11    Small-systems assembler.  Handles 6502 and some of
  7509.             the Motorola single chip microcomputers.  Generates
  7510.             code (not object module oriented).
  7511.  
  7512.     FTOHEX        Part of DASM used to convert a DASM executable into
  7513.             an intel-hex formatted ascii file.
  7514.  
  7515.     FILES   V1.2    My disk catalog program.  Haven't enhanced it much
  7516.             but did fix some bugs.
  7517.  
  7518.     SHELL   V2.10    Added enviroment variable support and some other
  7519.             junk.  Use ConMan if you want command line editing,
  7520.             I do (it should not be a function of the shell and
  7521.             it isn't in mine).
  7522.  
  7523.     FINDIT  V1.00    Search for a filename (wildcard)
  7524.  
  7525.     LIBS    V1.00    list libraries/devices in ram or attempt to remove
  7526.             libraries.
  7527.  
  7528.     SCAT    V1.00    Utility to 'cat' binaries without blowing up the
  7529.             display
  7530.  
  7531.     ADDCR   V1.00    Utility to add CR's before LF's in files
  7532.  
  7533.     REMCR   V1.00    Utility to remove CR's in files
  7534.  
  7535.     CMP     V1.00    Utility to compare two files
  7536.  
  7537.  
  7538.  
  7539.  
  7540.  
  7541.             BINARIES            SOURCES        DOCS
  7542.  
  7543.     INCLUDES        --            Disk1:include/local
  7544.  
  7545.     Config        Disk1:c/config        Disk1:src/deemu    Disk1:doc/
  7546.     Clock        Disk1:c/clock        Disk1:src/deemu    Disk1:doc/
  7547.     DME         Disk1:c/dme         Disk2:src/dme    Disk1:doc/
  7548.     DMouse        Disk1:c/dmouse        Disk1:src/dmouse    Disk1:doc/
  7549.             Disk1:l/dmouse-handler
  7550.     Suplib        Disk2:clib/sup32.lib    Disk2:src/suplib    Disk1:doc/suplib/
  7551.     LibRef        Disk1:c/libref        (in DRES srcs)      (none, see dres sources)
  7552.     DRes library    Disk2:clib/dres.lib     Disk2:src/dres    Disk1:doc/dres/
  7553.             Disk1:libs/dres.library
  7554.     Dasm        Disk1:c/dasm        Disk1:src/dasm/    Disk1:doc/
  7555.     FToHex        Disk1:c/ftohex        (in Dasm srcs)
  7556.     Files        Disk1:c/files        Disk1:src/files/    Disk1:doc/
  7557.     Shell        Disk1:c/shell        Disk2:src/shell/    Disk1:doc/
  7558.  
  7559.     Backup/Restore  Disk1:c/backup        Disk1:src/com/    Disk1:doc/backup.doc
  7560.     Findit        Disk1:c/findit        Disk1:src/com/    Disk1:doc/com.doc
  7561.     Libs        Disk1:c/libs        Disk1:src/com/    Disk1:doc/com.doc
  7562.     Scat        Disk1:c/scat        Disk1:src/com/    Disk1:doc/com.doc
  7563.     AddCR        Disk1:c/addcr        Disk1:src/com/    Disk1:doc/com.doc
  7564.     RemCR        Disk1:c/remcr        Disk1:src/com/    Disk1:doc/com.doc
  7565.     Cmp         Disk1:c/cmp         Disk1:src/com/    Disk1:doc/com.doc
  7566.  
  7567.  
  7568.  
  7569.  
  7570. ==========================  Contents of Disk 170  ==========================
  7571.  
  7572. This is disk 170 of the freely distributable AMIGA software library.
  7573. Below is a listing of the significant directories and their contents.
  7574.  
  7575.  
  7576. Aftterm        Commmunications program utilizing IBM 3278 terminal
  7577.         emulation.  Binary only.
  7578.         Author:  Don Brereton
  7579.  
  7580. Dis6502        A ported 6502 disassembler with support added for C64
  7581.         binary files.  Includes source.
  7582.         Author:  Robert Bond, Amiga port by Udi Finkelstein 
  7583.  
  7584. FastText    Blitter based fast text rendering routines written in
  7585.         assembly.  Unique in the fact that they speed up rendering
  7586.         of non-proportional fonts of any height, and from 4-16
  7587.         pixels in width.  Source and test program included.
  7588.         Author:  Darren M. Greenwald
  7589.   
  7590. MRBackUp    A hard disk backup utility that does a file by file
  7591.         copy to standard AmigaDOS floppy disks.  Includes an
  7592.         intuition interface and file compression.  Version 2.4,
  7593.         Update to version on disk 129.  Binary only
  7594.         Author:  Mark Rinfret
  7595.         
  7596. PtrAnim        Nifty pointer animation program, includes lots of samples,
  7597.         a utility program and instructions on creating your own 
  7598.         animations.  Be sure to also read the "Disclaimer" in the 
  7599.         author's ReadMeFirst file.  Binary only, shareware
  7600.         Author:  Tim Kemp
  7601.  
  7602. Surf        Generates bezier surfaces of revolution.  Will produce some
  7603.         amazing pictures of wineglasses, doorknobs, or other objects
  7604.         one could turn on a lathe.  Includes the capacity to map IFF
  7605.         image files onto any surface that it can draw.  Source
  7606.         included
  7607.         Author:  Eric Davies
  7608.  
  7609. Turbo        Opens a small window with a gadget that when selected,
  7610.         turns off bitplane, sprite, copper and audio DMA, presumably
  7611.         to increase system speed.  Includes source.
  7612.         Author:  Oliver Wagner
  7613.  
  7614. ==========================  Contents of Disk 171  ==========================
  7615.  
  7616. This is disk 171 of the freely distributable AMIGA software library.
  7617. Below is a listing of the significant directories and their contents.
  7618.  
  7619.  
  7620. AZComm        Modified version of Comm 1.34 that contains Zmodem send,
  7621.         receive, and resume receive.  Version 1.00, Binary only.
  7622.         Author:  SS. Patel, based on Comm 1.34 by DJ James
  7623.  
  7624. Maze        A couple of very nice demos for the creation and use of 
  7625.         single-solution mazes, one of which is practically a
  7626.         stand-alone game.  Includes source.
  7627.         Author:  Werner Gunther
  7628.     
  7629. Sozobon-C    Atari ST version of what appears to be a full K&R freeware
  7630.         C-compiler, assembler and linker.  The compiler main pass
  7631.         and the assembler were compiled and tested on an Amiga A2000
  7632.         with only minimal changes, and they appear to work (to the
  7633.         extent that they believe they are running on an Atari-ST),
  7634.         so an Amiga port should be relatively easy.    
  7635.         Author:  Sozobon, Limited.
  7636.  
  7637. Xoper        Very comprehensive program to monitor and control system 
  7638.         activity.  Monitor cpu, memory usage, ports, interrupts,
  7639.         devices.  Close windows, screens, show loaded fonts or last
  7640.         Guru code number.  Clean up memory, flush unused libraries,
  7641.         devices, fonts. etc. and a whole bunch more!  Spawns its own
  7642.         process.  A very handy background task to have loaded. 
  7643.         Assembly source    included.
  7644.         Author:  Werner Gunther
  7645.  
  7646. ==========================  Contents of Disk 172  ==========================
  7647.  
  7648. This is disk 172 of the freely distributable AMIGA software library.
  7649. Below is a listing of the significant directories and their contents.
  7650.  
  7651.  
  7652. DataToObj    A utility to convert raw data files (sprites, image data,
  7653.         text, etc.) directly into object code which can then be 
  7654.         linked to the main program without the need to go through
  7655.         the compiling process.  Includes source.
  7656.         Author:  Werner Gunther   
  7657.         
  7658. Handshake    A full featured VT52/VT100/VT102/VT220 terminal emulator.
  7659.         The author has taken great pains to support the full VT102
  7660.         spec.  Now supports ANSI colors, screen capture and more. 
  7661.         Update to version on disk number 60.  Version 2.12a,
  7662.         binary only, shareware.
  7663.         Author:  Eric Haberfellner
  7664.  
  7665. MFix        A small program to insert in the startup-sequence of the
  7666.         commercial program, Marauder II, from Discovery Software,
  7667.         International.  Whenever the copy process is started, the
  7668.         rainbow screen is covered by a bare screen until the copy
  7669.         is finished.  The author claims a 25% decrease in copy time
  7670.         is achieved.  Version 1.0, binary only.
  7671.         Author:  Stephen Gunn
  7672.  
  7673. PopInfo        A "shrinkable" workbench utility to show you some info 
  7674.         that Workbench doesn't, such as free memory on external
  7675.         devices, chip, fast, and total ram usage and more.  Version
  7676.         2.0, Includes source.
  7677.         Author:  Jonathan Potter
  7678.  
  7679. ProCalc        A program that simulates an HP-11C programmable calculator.
  7680.         Lots of enhancements and bug fixes since the original version
  7681.         on disk number 139.  Version 1.2, binary only, shareware
  7682.         Author:  Gotz Muller
  7683.  
  7684. Spiff        Make controlled approximations between two files.  Similar 
  7685.         to "diff" but more versatile.  Allows for the handling of 
  7686.         numerals as string literals or numeric values with
  7687.         adjustable tolerances.  Provides for embedded commands,
  7688.         scriptfiles, and many other command-line parameters.
  7689.         Potentially very useful, but needs some Amiga-specific work.
  7690.         Source and some example files included.   
  7691.         Author:  Dan Nachbar, Bell Communications Research (BELLCORE)
  7692.         
  7693. ==========================  Contents of Disk 173  ==========================
  7694.  
  7695. This is disk 173 of the freely distributable AMIGA software library.
  7696. Below is a listing of the significant directories and their contents.
  7697. This is revision "a"; the tetris clone was removed from the original
  7698. disk as requested by Spectrum Holobyte.
  7699.  
  7700.  
  7701. CrcLists    Complete CRC check files for disks 146-172 using the
  7702.         crc program from disk 133.  These were made directly
  7703.         from my master disks.
  7704.         Author:  Fred Fish
  7705.  
  7706. FileSelect    A FileIO selector, written 100% in assembly.  Version
  7707.         1.0, includes source.
  7708.         Author:   Fabrice Lienhardt  
  7709.  
  7710. IffLib        A ready-to-use library to perform various manipulations
  7711.         on IFF files.  Includes a sample IFF viewer and a utility
  7712.         to save the front screen as an IFF file.
  7713.         Author:  Christian A. Weber
  7714.  
  7715. ILBM2C        Very useful utility for C-programmers.  Reads in a 
  7716.         standard IFF ILBM file and outputs a file that can then
  7717.         be included in your program.  Includes source and a sample
  7718.         program.
  7719.         Author:  Tim Kemp
  7720.  
  7721. Uedit        Version 2.4g of this nice shareware editor.  Has learn
  7722.         mode, a command language, menu customization, and other
  7723.         user configurability and customizability features.
  7724.         Binary only, shareware, update to version on disk 121.
  7725.         Author:  Rick Stiles
  7726.  
  7727. ==========================  Contents of Disk 174  ==========================
  7728.  
  7729. This is disk 174 of the freely distributable AMIGA software library.
  7730. Below is a listing of the significant directories and their contents.
  7731.  
  7732.  
  7733. Castle        A simple graphics adventure game suitable for beginners.
  7734.         Binary only, but source available with a small donation to
  7735.         the author.
  7736.         Author:  H. James Fox
  7737.  
  7738. Iff2Sun        A small utility for those of you who may have access to a 
  7739.         Sun workstation.  Takes an Amiga IFF file and converts it to
  7740.         a Sun rasterfile format.  Source only, as the program needs
  7741.         to be re-compiled and run from a Sun.
  7742.         Authors:  Steve Berry, Mark Thompson 
  7743.   
  7744. Print1.2    Another CLI-based printing utility with several nice 
  7745.         features including the ability to print in ASCII or HEX,
  7746.         with or without line numbers and a CTRL-C Trap.  Includes
  7747.         source.
  7748.         Author:  John F. Zacharias
  7749.  
  7750. Sh        Another version of the 'Sh' utility to unshar shell archives.
  7751.         Apparently corrects some problems encountered by similar
  7752.         programs.  Until we can get everybody using some sort of 
  7753.         "standard", perhaps if we collect enough of these utilities,
  7754.         we will eventually find one that works with the particular 
  7755.         archive we're trying to unshar!  Includes source.
  7756.         Author:  Jim Guilford
  7757.  
  7758. Strings        A simple utility with command-line options for locating
  7759.         strings in a binary file.  Version 1.0, includes source.
  7760.         Author:  Joel Swank
  7761.  
  7762. TitlePage    Prints banner-type title pages for identifying listings.
  7763.         Lots of command-line options for specifying various fonts,
  7764.         pitches, typestyles, selectable centering, etc.  Includes
  7765.         source.
  7766.         Author:  Joel Swank
  7767.  
  7768. Tunnel        An interesting graphics demo written in TDI-Modula 2.
  7769.         I suggest you don't stare at this too long!  Includes
  7770.         source.
  7771.         Author:  Garth Thornton
  7772.  
  7773. ==========================  Contents of Disk 175  ==========================
  7774.  
  7775. This is disk 175 of the freely distributable AMIGA software library.
  7776. Below is a listing of the significant directories and their contents.
  7777.  
  7778.  
  7779. Elements    Very nice interactive display of the the Periodic Table 
  7780.         of Elements.  Can display a large amount of pertinent
  7781.         data about a selected element along with a good deal of 
  7782.         general and miscellaneous info.
  7783.         Author:  Paul Thomas Miller
  7784.  
  7785. Furnish        For those of you who may have ever used the "scale size cut
  7786.         and place" method of determining your next living-room 
  7787.         arrangement, this Amiga-ized version may be just what you 
  7788.         need.  Binary only, shareware.
  7789.         Author:  Terry Gintz         
  7790.  
  7791. Plot        Program to compute and plot 3 dimensional functions.
  7792.         Major revision to PD version on disk number 49 by the 
  7793.         same author.  Version 4.1, binary only, shareware.
  7794.         Author:  Terry Gintz
  7795.  
  7796. SafeBoot    Very handy intuition-based program to read and save 
  7797.         custom bootblocks.  The bootblock can then be later 
  7798.         restored should the disk become virus-infected.
  7799.         Version 2.2, binary only.
  7800.         Author:  Mark Lanoux
  7801.  
  7802. SendMorse    Brush up on your morse code with this simple program 
  7803.         that will read an input textfile and output the characters
  7804.         at an adjustable rate.
  7805.         Author:  Joe Larson
  7806.   
  7807. VirusX        Version 3.10 of the popular virus detection/vaccination
  7808.         program.  Features a test for the new IRQ virus, among
  7809.         others, and a new "Kill Virus" utility.  Includes source.
  7810.         Author:  Steve Tibbett
  7811.  
  7812. WBDepth        CLI program that allows you to change the number of bitplanes
  7813.         for the WB screen on the fly.  Very useful for A500 and A2000
  7814.         users with kickstart in ROM.  Binary only.
  7815.         Author:  Andry Rachmat    
  7816.     
  7817. Zippy        A "Graphical Shell".  Opens a medium-size window and 
  7818.         attaches a menu-strip for performing all sort of disk/data 
  7819.         manipulations.  Features script files allowing you to attach
  7820.         custom menu selections as you move between directories.
  7821.         Also included is an intuition based utility for altering
  7822.         FileInfo data.  (filename, filenote, RWED attributes, etc.)
  7823.         Version 2.5, binary only.
  7824.         Author:  Michael Weiblen
  7825.  
  7826. ==========================  Contents of Disk 176  ==========================
  7827.  
  7828. This is disk 176 of the freely distributable AMIGA software library.
  7829. This disk contains version V23-2A of Glenn Everhart's large and powerful
  7830. spreadsheet program called AnalytiCalc, submitted to me directly by
  7831. Glenn for inclusion in the library as an update to the version released
  7832. on disk 144. AnalytiCalc is presented in entirely ZOOed form because it
  7833. could not otherwise fit on a single disk. Because the auxiliary utilities
  7834. were presented on disk 144, they are not repeated here.
  7835.  
  7836. The ZOO utility is used due to the lack of controversy over the format. The
  7837. public domain BOOZ program is provided to extract the contents of the ZOO
  7838. archives provided.
  7839.  
  7840. With this release, AnalytiCalc has become "Freeware" rather than "Shareware".
  7841. Thus the only restrictions on AnalytiCalc code are that derivative programs
  7842. remain freely distributable.
  7843.  
  7844. HyperNet
  7845. --------
  7846.     HyperNet is a small hypertext shell program for Amiga, presented
  7847. with sources and brief documents. It was also submitted by Glenn Everhart,
  7848. the author.
  7849.     HyperNet allows a "master" AmigaDos process to control a series of
  7850. connected processes, where the connections are randomly ordered directed
  7851. graphs. Permissible "child" processes available at any stage are governed
  7852. by the links of the graph. The implementation is mainly instructive, but
  7853. can be used for tutorials or demonstrations and illustrates the simplicity
  7854. of hypertext concepts on a multi-tasking system.
  7855.  
  7856. ==========================  Contents of Disk 177  ==========================
  7857.  
  7858. This is disk 177 of the freely distributable AMIGA software library.
  7859. Below is a listing of the significant directories and their contents.
  7860.  
  7861.  
  7862. ASpice        A version of the SPICE 2G.6 circuit analysis program
  7863.         which has been modified to run in the Amiga environment.
  7864.         The program arrays are adjusted to require one forth the
  7865.         memory of the DEC VAX version.  Although this does not
  7866.         usually put much of a constraint on circuit analysis,
  7867.         some users who are used to the full mainframe environment
  7868.         may have to be more aware of the memory demands of their
  7869.         analysis.  Requires a minimum  of 1.5 MB memory.  This
  7870.         version neither supports nor requires the 68020 processor
  7871.         or 68881 coprocessor.  Binary only.
  7872.         Authors:  Many, see Documentation
  7873.  
  7874. DiskSalv    Version 1.32 of the popular "undelete" and file recovery
  7875.         program.  Fixes a few bugs apparently found on the version
  7876.         1.3 release on disk number 164.
  7877.         Author:  Dave Haynie
  7878.  
  7879. Jask        An intuition-based replacement for the ASK command.  Will
  7880.         bring up a requester with a message and boolean yes/no
  7881.         type gadgets.  Version 1.0, includes source.
  7882.         Author:  John Barshinger
  7883.  
  7884. Marge        A simple CLI utility to add a specified number of spaces or
  7885.         tabs to the left side of every line in a file.  Includes
  7886.         source.
  7887.         Author:  Joel Swank
  7888.  
  7889. Path        An interesting concept in path-searching.  This program
  7890.         contains a path-handler that allows you    to selectively
  7891.         control or assign your system's search path using script
  7892.         files.  Includes source.
  7893.         Author:  Rico Mariani
  7894.  
  7895. ==========================  Contents of Disk 178  ==========================
  7896.  
  7897. This is disk 178 of the freely distributable AMIGA software library.
  7898. Below is a listing of the significant directories and their contents.
  7899.  
  7900.  
  7901. AmicForm    Creates a phonebook containing only those areacodes and
  7902.         exchanges reachable through PC-Pursuit.  Update to the
  7903.         version on disk number 157.  Works with the new Finalist
  7904.         BBS format.  Version 1.4, Binary only.
  7905.         Author:  John Motsinger
  7906.  
  7907. BlackBox    The black box is an 8x8 grid in which several "atoms" are
  7908.         hidden.  Your job is to find the atoms.  You have at your
  7909.         disposal a ray projector which you can use to send rays
  7910.         into the box from any of the 32 spots around the box.
  7911.         Binary only.
  7912.         Author:  Tim Kemp
  7913.  
  7914. CIATimer    Two versions of ciatimer routines to provide precise
  7915.         timing for applications requiring a high-accuracy
  7916.         real-time clock.  Includes source and a sample 
  7917.         executable.
  7918.         Author:  Karl Lehenbauer, based on the original
  7919.              version by Paul Higginbottom
  7920.         
  7921. Cosmic        An interstellar multiplayer game of War and Peace.  From
  7922.         the looks of the documentation file, it appears fairly 
  7923.         extensive!  Version 1.01, includes source.
  7924.         Author:  Carl Edman
  7925.  
  7926. Ls        Version 2.0 of the popular UNIX style directory lister.
  7927.         Revised for Lattice 5.0 and made 1.3 compatible.
  7928.         Includes source.
  7929.         Author:  Justin V. McCormick. 
  7930.  
  7931. RemLib        Removes a specified library (if currently unused)
  7932.         or displays some information about all available
  7933.         libraries.  Update to version on disk number 139.
  7934.         Version 1.11, includes source in assembler.
  7935.         Author:  Heiko Rath
  7936.  
  7937. RexxArpLib    Version 2.0 of the rexxarplib.library, which has grown
  7938.         considerably, with substantial intuition interface
  7939.         support.  Also included is a large number of ARexx macros.
  7940.         Author:  W.G.J. Langeveld
  7941.  
  7942. ==========================  Contents of Disk 179  ==========================
  7943.  
  7944. This is disk 179 of the freely distributable AMIGA software library.
  7945. Below is a listing of the significant directories and their contents.
  7946.  
  7947.  
  7948. DietAid        Diet planning aid to allow the user to compile lists
  7949.         of ingredients (recipes) and automatically compute
  7950.         calorie totals, etc.  Update to version on disk number
  7951.         36.  Version 3.1, binary only.
  7952.         Author:  Terry Gintz
  7953.  
  7954. Dmake        Beta release of Matt's version of the UNIX make utility.
  7955.         Features multiple dependancies, wildcard support, and more.
  7956.         Includes source.
  7957.         Author:  Matt Dillion 
  7958.         
  7959. Excption    Exception is a set of error handling routines that provide
  7960.         a programmer with the ability to easily handle often
  7961.         difficult to implement routines.  Routines such as no more
  7962.         memory,    file not open, read/write error....etc.  Version
  7963.         0.6, includes source.
  7964.         Author:  Gerald T Hewes
  7965.  
  7966. KickFont    For A-1000 owners, will permanently replace the topaz font
  7967.         on the kickstart disk with a font called "look".  Includes
  7968.         a sample in the form of an IFF picture.  Version 3.0, binary
  7969.         only.  Also included is Benjamin Fuller's freely
  7970.         redistributable 'SumKick' program.
  7971.         Author:  Greg Browne 
  7972.  
  7973. Launch        Sample program showing how you can load and execute a
  7974.         program in the workbench environment, then return to the
  7975.         CLI.  Includes source.
  7976.         Author:  Peter da Silva  
  7977.  
  7978. Regexp        A nearly-public-domain reimplementation of the V8 regexp(3)
  7979.         package. Gives C programs the ability to use egrep-style
  7980.         regular expressions, and does it in a much cleaner fashion
  7981.         than the analogous routines in SysV.  Includes source.
  7982.         Author:  Henry Spencer
  7983.  
  7984. TSnip        Very nice "cut and paste" type utility with lots of uses
  7985.         and functions.  Features a pop-up intuition control panel,
  7986.         multiple font and color recognition, clipboard and pipe
  7987.         support and a couple of utility programs. Version 1.4a,
  7988.         source for support programs only.
  7989.         Author:  John Russell  
  7990.  
  7991. UnixUtil    A few CLI utilities, including some functionally similiar
  7992.         to the UNIX utilities of the same names.  Included are: 
  7993.         Wc, Head, Tail, Tee, Detab, Entab, and Trunc.  Descriptions
  7994.         are given in the included '.doc' files. 
  7995.         Author:  Gary Brant
  7996. ==========================  Contents of Disk 180  ==========================
  7997.  
  7998. This is disk 180 of the freely distributable AMIGA software library.
  7999. Below is a listing of the significant directories and their contents.
  8000.  
  8001.  
  8002. Browser        A programmer's "Workbench".  Allows you to easily and
  8003.         conveniently move, copy, rename, and delete files &
  8004.         directories from a CLI environment.  Also provides a
  8005.         method to execute either Workbench or CLI programs.    
  8006.         Version 1.6, update to version on disk number 134, 
  8007.         binary only.
  8008.         Author:  Peter da Silva
  8009.  
  8010. GeoTime        A couple of interesting "clock" type programs based on the 
  8011.         "Geochron".  Observe the earth's shadow scroll across
  8012.         a map or globe in real-time, based on the system clock.
  8013.         Version 1.0, binary only, shareware.
  8014.         Author:  Mike Smithwick
  8015.         
  8016. GPrint        A black & white graphics print utility for Epson compatible
  8017.         printers. (The author's letter to me was quite impressive!)
  8018.         Command-line options allow several different print qualities
  8019.         and densities.  Includes a couple of sample IFF files for 
  8020.         printing.  Version 2.03, binary only, shareware.
  8021.         Author:  Peter Cherna
  8022.  
  8023. Jed        A nicely done, intuition-based editor that is quite
  8024.         user-friendly.  Features word-wrap, auto-indent, newcli,
  8025.         alt buffer, split-window, keyboard macro, help, printing,
  8026.         and more.  Version 1.0, binary only, shareware.
  8027.         Author:  Dan Burris
  8028.  
  8029. NoVirus        Another Anti-Virus utility.  This one features known and
  8030.         new virus detection, view boot block, save and restore
  8031.         bootblocks, several "Install" options and more.  Written 
  8032.         in assembly.  Version 1.56, binary only.
  8033.         Author:  Nic Wilson
  8034.  
  8035. RepString    Nice little CLI utility to replace any type of string in
  8036.         any type of file with another string of any type.
  8037.         Version 1.0, binary only, shareware.
  8038.         Author:  Luciano Bertato
  8039.  
  8040. TrekTrivia    Very nice mouse-driven trivia type program for Star Trek 
  8041.         fans.  Contains 100 questions with additional trivia disks
  8042.         available from the author.  Binary only, shareware.
  8043.         Author:  George Broussard 
  8044.  
  8045. ==========================  Contents of Disk 181  ==========================
  8046.  
  8047. This is disk 181 of the freely distributable AMIGA software library.
  8048. Below is a listing of the significant directories and their contents.
  8049.  
  8050.  
  8051. AMXLISP        Amiga-ized version of the XLisp interpreter originally
  8052.         by David Betz.  Version 2.00, includes source.
  8053.         Author:  David Betz; Amiga work by Francois Rouaix 
  8054.  
  8055. Bally        Amiga port of the former arcade game named Click.  This
  8056.         version completely lacks sound effects, which shall
  8057.         come in later updates.  Version 0.1, binary only,
  8058.         shareware.
  8059.         Author:  Oliver Wagner
  8060.  
  8061. Tracker        Useful debugging routines similar in function but more
  8062.         versatile to those of "MemTrace" on disk number 163.
  8063.         Will track and report on calls to AllocMem(), FreeMem()
  8064.         [or lack thereof!] among others.  Version 0.0a (Alpha
  8065.         release).
  8066.         Author:  Karl Lehenbauer
  8067.  
  8068. ==========================  Contents of Disk 182  ==========================
  8069.  
  8070. This is disk 182 of the freely distributable AMIGA software library.
  8071. Below is a listing of the significant directories and their contents.
  8072.  
  8073.  
  8074. AMC        "Amiga Message Center".  Scrolls a message from a text
  8075.         file across the screen on a colorful background.  
  8076.         Similar to the "greetings" programs developed by 
  8077.         European Amiga enthusiasts.  Version 1.0, binary only.
  8078.         Author:  Foster Hall
  8079.  
  8080. Edimap        A keymap editor.  Allows you to read in an existing
  8081.         keymap file, modify it to suit your needs, and save
  8082.         it as a ready-to-use keymap.  Version 1.0, includes
  8083.         source.
  8084.         Author:     Gilles Gamesh    
  8085.     
  8086. HR136        An IFF file containing a chart showing every possible 
  8087.         mixture of the sixteen basic palette colors.  Also
  8088.         included are optimized and monochrome palettes along 
  8089.         with several tips and techniques for using them with 
  8090.         various paint programs.
  8091.         Author:  Dick Bourne 
  8092.  
  8093. Iconmerger    Intuition-based program to take any two brush files
  8094.         and merge them into an alternate-image type icon.
  8095.         Version 2.0, binary only.
  8096.         Author:  Terry Gintz
  8097.  
  8098. Sam        Another IFF sound player with several command-line
  8099.         options.  Includes several samples.  Version 1.0,
  8100.         binary only.
  8101.         Author:  Nic Wilson    
  8102.         
  8103. SetFont        Allows you to change the system font with various
  8104.         command-line options.  Cleans up all known bugs in
  8105.         V2.0 released on disk number 75.  Version 2.5,
  8106.         includes source in C++.
  8107.         Author:  Dave Haynie
  8108.  
  8109. ==========================  Contents of Disk 183  ==========================
  8110.  
  8111. This is disk 183 of the freely distributable AMIGA software library.
  8112. Below is a listing of the significant directories and their contents.
  8113.  
  8114.  
  8115. FixFd        A utility for Amiga assembly programmers.  FixFd will 
  8116.         read a '.FD' file and output a file that can be 
  8117.         'INCLUDE'ed rather than having to link with the 
  8118.         colossal 'Amiga.Lib'.  Version 1.0, includes source in
  8119.         assembly.
  8120.         Author:  Peter Wyspianski
  8121.  
  8122. Mklib        Another example of building a shared library that 
  8123.         evolved from "Elib" on disk number 87.  Also included
  8124.         is a library, Edlib, which contains several functions
  8125.         not included in the Manx standard libraries.  Includes
  8126.         source.
  8127.         Author:  Edwin Hoogerbeets with C-functions from several
  8128.              different authors
  8129.  
  8130. PCQ        A subset implementation of a freely-redistributable
  8131.         Pascal compiler.  Supports include files, external
  8132.         references, records, enumerated types, pointers, arrays,
  8133.             strings and more.  Presently does not support range
  8134.         types, the 'with' statement or sets.  Version 1.0,
  8135.         includes source and sample programs.
  8136.         Author:  Patrick Quaid
  8137.         
  8138. ==========================  Contents of Disk 184  ==========================
  8139.  
  8140. This is disk 184 of the freely distributable AMIGA software library.
  8141. Below is a listing of the significant directories and their contents.
  8142.  
  8143.  
  8144. BI        A small brush to to C-code image converter, intended to
  8145.         be used from CLI.  Version 1.0, binary only.
  8146.         Author:  Terry Gintz
  8147.  
  8148. CardMaker    A programmer's aid for creating card image data that can
  8149.         be used in any card game that uses the standard 52 card
  8150.         deck.  Version 1.0, binary only.
  8151.         Author:  Terry Gintz
  8152.  
  8153. DPS        Demo version of a program that will allow you to take
  8154.         any IFF file and save it as a totally self-contained
  8155.         executable file, without the need for any IFF-viewers.
  8156.         Version 1.0, binary only.
  8157.         Author:  Foster Hall
  8158.  
  8159. MouseUtil    Intuition based program to allow you to change your mouse
  8160.         speed without having to go through preferences.  Version 
  8161.         1.1, includes assembly source.
  8162.         Author:  Luciano Bertato
  8163.  
  8164. Print        Small print utility designed to replace the "copy
  8165.         <filename> to prt:" command.  Opens a window displaying
  8166.         the filename being printed, length, and a status bar
  8167.         showing percent completed.  Also includes an abort
  8168.         gadget.  Version 1.0, binary only.
  8169.         Author:  Luciano Bertato
  8170.  
  8171. VacBench    This amusing little screen hack will "clean up" your
  8172.         WorkBench screen for you when it gets too cluttered!
  8173.         Binary only.
  8174.         Author:  Randy Jouett
  8175.  
  8176. World        A text adventure game similar to the Infocom adventures
  8177.         of Planetfall and Starcross.  Quite large with a 
  8178.         tremendous variety of responses.  Version 1.02,
  8179.         includes source.
  8180.         Author:  Doug Mcdonald, Amiga port by Eric Kennedy 
  8181.         
  8182. ==========================  Contents of Disk 185  ==========================
  8183.  
  8184. This is disk 185 of the freely distributable AMIGA software library.
  8185.  
  8186. This is a copy of the official November 1988 Commodore IFF disk, sent
  8187. to me directly by Commodore for inclusion in the library.  The only
  8188. changes I made were:
  8189.  
  8190.     (1)    Placed all the files in the "documents" directory
  8191.         into a zoo file "documents.zoo" to free up enough
  8192.         space to add my normal distribution files and icons.
  8193.         Some of the files on the disk were already in zoo 
  8194.         format anyway, so this seems like a minor alteration.
  8195.  
  8196.     (2)    Changed the file "AboutThisRelease" to reflect the
  8197.         zoo'ing of the documents.
  8198.  
  8199.     (3)    Rearranged the icons to make room for my additional
  8200.         icons.
  8201.  
  8202. ==========================  Contents of Disk 186  ==========================
  8203.  
  8204. This is disk 186 of the freely distributable AMIGA software library.
  8205. Below is a listing of the significant directories and their contents.
  8206.  
  8207.  
  8208. A68k        A 68000 assembler originally written in Modula-2 in
  8209.         1985 and converted to C by Charlie Gibb in 1987.  Has
  8210.         been converted to accept metacomco-compatible assembler
  8211.         source code and to generate Amiga objects.  Includes source.
  8212.         This is version 2.42, an update to the version on disk 110.
  8213.         Author:  Brian Anderson; C translation and Amiga work
  8214.              done by Charlie Gibb
  8215.  
  8216. Cards'O'Rama    A simple game that let's you push your memory.  It is played
  8217.         with a deck of 32 cards, grouped in 16 pairs.  The cards are
  8218.         shuffled and then displayed at the beginning of each game.
  8219.         Your goal is to pick up as many pairs as you can, until 
  8220.         there are no cards left on the screen.  Version 1.0,
  8221.         includes source.
  8222.         Author:  Werther Pirani
  8223.  
  8224. Qt2        A cute program that gives the time the way many people
  8225.         actually do, I.E. "it's nearly ten to five".  Includes
  8226.         source in assembly.
  8227.         Author:  Charlie Gibb
  8228.  
  8229. SimCPM        A CP/M simulator for the Amiga.  Simulates an 8080
  8230.         along with H19 terminal emulation.  Includes source.
  8231.         This is version 2.3, an update to version on disk 109.
  8232.         Author:  Jim Cathey; Amiga port by Charlie Gibbs and
  8233.              Willi Kusche
  8234.  
  8235. ==========================  Contents of Disk 187  ==========================
  8236.  
  8237. This is disk 187 of the freely distributable AMIGA software library.
  8238. Below is a listing of the significant directories and their contents.
  8239.  
  8240.  
  8241. Diskperf    A disk benchmark program which runs on both Unix and the
  8242.         Amiga.  This is an update to the version on disk 48, with
  8243.         bug fixes and more reliable measurements of the faster
  8244.         read and write speeds available under the new Fast
  8245.         File System.
  8246.         Author:  Rick Spanbauer, enhancements by Joanne Dow
  8247.  
  8248. HackLite    This is the latest version the Amiga port of Hack,
  8249.         with lots of Amiga specific enhancements and neat
  8250.         graphics.  Now includes an easy to use installation
  8251.         program.  This is HackLite version 1.0.0, binary only.
  8252.         Author:  Software Distillery
  8253.  
  8254. Mackie        A versatile cli/macro-key initiator based on POPCLI with
  8255.         a unique method    of "screen-blanking".  I won't say more,
  8256.         just try it!  Version 1.13, includes source.  This is
  8257.         an update to version 1.1 from disk 161.
  8258.         Author:  Tomas Rokicki
  8259.  
  8260. SetCPU        A program designed to allow the user to detect and modify
  8261.         various parameters related to 32 bit CPUs.  Includes
  8262.         commands to enable or disable the text/data caches,
  8263.         switch on or off the '030 burst cache line fill request,
  8264.         use the MMU to run a ROM image from 32-bit memory, and
  8265.         to report various parameters when called from a script.
  8266.         This is version 1.4, includes source.
  8267.         Author:  Dave Haynie
  8268.  
  8269. ==========================  Contents of Disk 188  ==========================
  8270.  
  8271. This is disk 188 of the freely distributable AMIGA software library.
  8272. Below is a listing of the significant directories and their contents.
  8273.  
  8274.  
  8275. BootIntro    This program creates a small intro on the bootblock of any
  8276.         disk, which will appear after you insert the disk for
  8277.         booting.  The headline can be up to 20 characters.  The
  8278.         scrolling text portion can be up to 225 characters.
  8279.         Version 1.0, binary only.
  8280.         Author:  Roger Fischlin
  8281.  
  8282. DiffDir        Diffdir compares the contents of two directories, reporting
  8283.         on differences such as files present in only one directory,
  8284.         different modification dates, file flags, sizes, comments,
  8285.         etc.  Version 1.0, includes source.
  8286.         Author:  Mark Rinfret
  8287.  
  8288. ExecDis        A disassembler comment generator program for the 1.2
  8289.         Kickstart ROM exec library image.  Generates a commented
  8290.         disassembly of the exec library.  Version 1.0, binary only.
  8291.         Author:  Markus Wandel
  8292.  
  8293. FastGro        A fractal program, simulating Diffusion-Limited Aggregation
  8294.         (DLA) as described in the December 1988 Scientific American
  8295.         in the Computer Recreations column.  This program is about
  8296.         an order of magnitude faster than the "SLO GRO" program
  8297.         described in Scientific American.  Version 1.0, includes
  8298.         source.
  8299.         Author:  Doug Houck
  8300.  
  8301. FracGen        A fractal generator program that generates fractal
  8302.         pictures from "seeds" that you create.  This is
  8303.         unlike any of the other "fractal generators" I've
  8304.         seen.  It can be used to load and display previously
  8305.         created fractal pictures, modify existing fractals,
  8306.         or create your own fractals.  Version 1.23, binary
  8307.         only, update to version on disk 142.
  8308.         Author:  Doug Houck
  8309.  
  8310. MemoryClock    A clock program that shows the amount of free fast ram,
  8311.         free chip ram, as well as the time and date.  Includes
  8312.         source in assembly code.
  8313.         Author:  Roger Fischlin
  8314.  
  8315. MinRexx        A simple ARexx interface which can be easily patched into
  8316.         almost any program.  Includes as an example the freedraw
  8317.         program from disk number 1.  Includes source.
  8318.         Author:  Tomas Rokicki
  8319.  
  8320. Null        A new dos device that behaves like "NIL:" but unlike
  8321.         "NIL:", it is a real handler.  This makes it useful
  8322.         in lots of situations where "NIL:" cannot be used.
  8323.         Version 0.0, includes source.
  8324.         Author:  Gunnar Nordmark
  8325.  
  8326. TextDisplay    A text display program, like "more" or "less", but about
  8327.         half the size and handles all screen formats (pal/ntsc,
  8328.         interlace/non-interlace, etc).  Version 1.1, binary only.
  8329.         Author:  Roger Fischlin
  8330.  
  8331. ==========================  Contents of Disk 189  ==========================
  8332.  
  8333. This is disk 189 of the freely distributable AMIGA software library.
  8334. Below is a listing of the significant directories and their contents.
  8335.  
  8336.  
  8337. Mackie        A versatile cli/macro-key initiator based on POPCLI with
  8338.         a unique method    of "screen-blanking".  I won't say more,
  8339.         just try it!  Version 1.20, includes source.  This is
  8340.         an update to version 1.13 from disk 187.
  8341.         Author:  Tomas Rokicki
  8342.  
  8343. NetHack        This is part 1 of a two part distribution of NetHack,
  8344.         which was too large to fit on a single disk, even when
  8345.         zoo'd.  Part 2 is on disk 190.  Both parts, along with
  8346.         zoo to unpack them, are required to use or rebuild
  8347.         NetHack.  This is version 2.3, and includes source.  
  8348.         Author:  Various; Amiga work by Olaf Seibert
  8349.  
  8350. Uedit        Version 2.4g of this nice shareware editor.  Has learn
  8351.         mode, a command language, menu customization, and other
  8352.         user configurability and customizability features.
  8353.         Binary only, shareware, replaces beta 2.4g version
  8354.         on disk 173.
  8355.         Author:  Rick Stiles
  8356.  
  8357. ==========================  Contents of Disk 190  ==========================
  8358.  
  8359. This is disk 190 of the freely distributable AMIGA software library.
  8360. Below is a listing of the significant directories and their contents.
  8361.  
  8362.  
  8363. GaryIcons    A collection of more interesting and useful icons.
  8364.         Author:  Gary Roseman
  8365.  
  8366. ILBM2Image    Takes an IFF picture and generates a C source module
  8367.         which can be compiled and linked with your program to
  8368.         display the picture with the intuition DrawImage
  8369.         function.  Binary only.
  8370.         Author:  Denis Green
  8371.  
  8372. NetHack        This is part 2 of a two part distribution of NetHack,
  8373.         which was too large to fit on a single disk, even when
  8374.         zoo'd.  Part 1 is on disk 189.  Both parts, along with
  8375.         zoo to unpack them, are required to use or rebuild
  8376.         NetHack.  This is version 2.3, and includes source.  
  8377.         Author:  Various; Amiga work by Olaf Seibert
  8378.  
  8379. ==========================  Contents of Disk 191  ==========================
  8380.  
  8381. This is disk 191 of the freely distributable AMIGA software library.
  8382. Below is a listing of the significant directories and their contents.
  8383.  
  8384.  
  8385. BlitLab        Blitlab is a program which lets you experiment with
  8386.         the blitter, to your hearts content, in relative safety.
  8387.         It opens a workbench window with gadgets for all the 
  8388.         registers of the blitter, and allows you to manipulate
  8389.         individual registers and perform blits on a magnified
  8390.         bitmap.  This is version 1.4, an update to the version
  8391.         released on disk number 84.  Includes source.
  8392.         Author:  Tomas Rokicki
  8393.  
  8394. Blk        A requester making tool employing various recursive
  8395.         algorithms including a recursive parser.  It takes input
  8396.         text files and converts them to C-source for including as
  8397.         requester declarations.  This is an update to the version
  8398.         released on disk 152, with many enhancements.  Includes
  8399.         source.
  8400.         Author: Stuart Ferguson
  8401.  
  8402. FileBootBlock    This simple little program reads blocks 0 and 1 of a
  8403.         bootable disk and saves them as a program file that can
  8404.         be run (heaven forbid) or disassembled by programs like
  8405.         DIS or DSM.  Includes source in assembly code.
  8406.         Author:  John Veldthuis
  8407.  
  8408. ISpell        A port of a Unix version of a freely distributable
  8409.         screen oriented, interactive, spelling checker.
  8410.         This is an update to the version released on disk 54,
  8411.         with enhancements by Tomas Rokicki.  Version 2.0.02,
  8412.         includes source.  
  8413.         Author:  Pace Willisson; enhancements by Tomas Rokicki
  8414.  
  8415. Pz15        Computer version of those cheap plastic puzzles with
  8416.         15 white tiles numbered 1 through 15 and an empty square
  8417.         in a 4 by 4 arrangement.  This one is more challenging
  8418.         since you can't solve it by just prying out the pieces.
  8419.         Includes source.
  8420.         Author:  Mike Hall
  8421.  
  8422. ==========================  Contents of Disk 192  ==========================
  8423.  
  8424. This is disk 192 of the freely distributable AMIGA software library.
  8425. Below is a listing of the significant directories and their contents.
  8426.  
  8427.  
  8428. Eval        This package allows you to manipulate expressions.
  8429.         Currently its two main functions are evaluation and
  8430.         differentiation.  It also does some basic simplifica-
  8431.         tions (based on pattern matching) to make the result
  8432.         of a differentiation more presentable.  Includes source.
  8433.         Author:  David Gay
  8434.  
  8435. PacMan87    This is a nice little "pacman like" game with some new
  8436.         features like fire pits, stabbing knives, electric arcs
  8437.         and flame throwers, that must be avoided.  Has three levels
  8438.         of difficulty, easy, medium, and hard.  Sounds can be
  8439.         toggled on or off.  Keeps a record of the top ten scores.
  8440.         Shareware, binary only.
  8441.         Author:  Steve Jacobs and Jim Boyd
  8442.  
  8443. ReSourceDemo    A demo version of ReSource, an interactive disassembler
  8444.         for the Amiga.  This is a complete version except that
  8445.         the "save" features have been disabled.  Version 0.36,
  8446.         binary only.
  8447.         Author:  Glen McDiarmid
  8448.  
  8449. ==========================  Contents of Disk 193  ==========================
  8450.  
  8451. This is disk 193 of the freely distributable AMIGA software library.
  8452. Below is a listing of the significant directories and their contents.
  8453.  
  8454.  
  8455. KeyMapEd    Allows you to change the KeyMaps used with SetMap.
  8456.         This is a full featured editor providing support for
  8457.         normal, string and dead keys.  The keyboard represented
  8458.         is from an A2000/A500 but it is fully compatible with
  8459.         A1000 keyboards.  Version 1.02, includes source.
  8460.         Author:  Tim Friest
  8461.  
  8462. Zc        This is a modified version of the Sozobon C compiler
  8463.         from disk 171.  It has been modified to generate code
  8464.         compatible with the A68k assembler from disk 186 and
  8465.         a new frontend control program makes it easy to use
  8466.         like the UNIX "cc" frontend.  Version 1.01, includes
  8467.         source.
  8468.         Author:  Johann Ruegg; Amiga work by Joe Montgomery
  8469.  
  8470. ==========================  Contents of Disk 194  ==========================
  8471.  
  8472. This is disk 194 of the freely distributable AMIGA software library.
  8473. Below is a listing of the significant directories and their contents.
  8474.  
  8475.  
  8476. Moria        A single player dungeon simulation.  The object of the
  8477.         game is to defeat the Balrog, which lurks in the deepest
  8478.         levels of the dungeon.  You begin at the town level above
  8479.         the dungeon, where you may acquire supplies, weapons, armor,
  8480.         and magical devices by bartering with various shop owners,
  8481.         before descending into the dungeon to do battle.  Amiga
  8482.         enhancements include pull down menus, graphics mode, pickup
  8483.         mode, a continuous move mode, a real time mode, a message
  8484.         wait time mode, as well as other modifications to improve
  8485.         overall playability and to take advantage of the unique
  8486.         features of the Amiga.  Version 3.0, binary only, requires
  8487.         at least 1Mb of memory.
  8488.         Author:  Robert Alan Koeneke and others.  Amiga version
  8489.              by Richard Henderson and others.
  8490.  
  8491. ==========================  Contents of Disk 195  ==========================
  8492.  
  8493. This is disk 195 of the freely distributable AMIGA software library.
  8494. Below is a listing of the significant directories and their contents.
  8495.  
  8496.  
  8497. MicroEMACS    Version 3.10 of Daniel Lawrence's variant of Dave
  8498.         Conroy's microemacs.  This is an update to the version
  8499.         released on disk 119.  New features include multiple
  8500.         marks, more function key support, a better crypt algorithm,
  8501.         and end-of-word command, a command line switch for setting
  8502.         environment variables, new hooks for macros, a command
  8503.         to strip trailing whitespace, internationalization
  8504.         features like foreign language message support, horizontal
  8505.         window scrolling, much faster search algorithm, Amiga
  8506.         intuition support, and more.  Includes source and extensive
  8507.         online documentation.
  8508.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  8509.  
  8510. ==========================  Contents of Disk 196  ==========================
  8511.  
  8512. This is disk 196 of the freely distributable AMIGA software library.
  8513. Below is a listing of the significant directories and their contents.
  8514.  
  8515.  
  8516. HamPics        These are some of the most stunning digitized pictures
  8517.         yet for the Amiga.  They were scanned at a resolution
  8518.         of 4096 by 2800 pixels, 36-bits per pixel, on an
  8519.         Eikonix 1435 slide scanner, cropped, gamma corrected,
  8520.         scaled, and converted to Amiga IFF HAM files.  They are
  8521.         displayed with a special ILBM loader that handles
  8522.         overscan HAM images.  Includes source for the display
  8523.         program.
  8524.         Author:  Jonathan Hue
  8525.  
  8526. ==========================  Contents of Disk 197  ==========================
  8527.  
  8528. This is disk 197 of the freely distributable AMIGA software library.
  8529. Below is a listing of the significant directories and their contents.
  8530.  
  8531.  
  8532. CTags        Create a tags file from the specified C, Pascal, Fortran,
  8533.         YACC, lex, or lisp sources.  A tags file can be used
  8534.         by a cooperating editor to quickly locate specified
  8535.         objects in a program's source code.  Berkeley version
  8536.         4.7, includes source.
  8537.         Author:  Ken Arnold, Jim Kleckner, and Bill Joy
  8538.              Ported to Amiga by G. R. (Fred) Walter
  8539.  
  8540. Find        Find is a utility which searches for files that satisfy
  8541.         a given boolean expression of attributes, starting from
  8542.         a root pathname and searching recursively down through
  8543.         the hierarchy of the file system.  Very much like the
  8544.         Unix find program.  Version 1.2, includes source.
  8545.         This is an update to version 1.0 on disk 134.
  8546.         Author:  Rodney Lewis
  8547.  
  8548. FixHunk        A program to modify executable files to allow them to
  8549.         run in external memory.  It forces all DATA and BSS hunks
  8550.         in the file to be loaded into CHIP memory.  CODE hunks will
  8551.         still load into FAST ram if available.  New features
  8552.         include an interactive mode to select where each DATA or
  8553.         BSS hunk will load into memory, support for overlays,
  8554.         support for AC BASIC compiled programs, and support for
  8555.         new hunk types as used by "blink".  Version 2.1, binary
  8556.         only.  This is an update to version 1.2a on disk 36.
  8557.         Author: D.J. James
  8558.  
  8559. Nro        Another roff style text formatter.  This is version 1.5,
  8560.         an update to the version released on disk 79.  New features
  8561.         include generation of ANSI/ISO codes for bold, italics, and
  8562.         underline, more than one formatting command on a line,
  8563.         longer macro names, and many more formatting commands.
  8564.         Includes source.
  8565.         Author:  Unknown, posted to usenet by Alan Vymetalik
  8566.              Many enhancements by Olaf Seibert
  8567.  
  8568. Stevie        A public domain clone of the UNIX 'vi' editor.  Supports
  8569.         window-sizing, arrow keys, and the help key.  Version
  8570.         3.35a, includes source. This is an update to version
  8571.         3.10a on disk 166.
  8572.         Author: Various, Amiga work by G. R. (Fred) Walter
  8573.  
  8574. ==========================  Contents of Disk 198  ==========================
  8575.  
  8576. This is disk 198 of the freely distributable AMIGA software library.
  8577. Below is a listing of the significant directories and their contents.
  8578.  
  8579.  
  8580. Charon        Charon is Bradley's entry for the First Annual Badge
  8581.         Killer Demo Contest.  The text of the demo was written
  8582.         by Lord Dunsany (long before the Amiga).   Bradley
  8583.         created the illustrations and animation.  The sound
  8584.         track is a traditional Scottish tune "The Arran Boat".
  8585.         Author:  Lord Dunsany (1915), Bradley Schenck (1988)
  8586.  
  8587. ==========================  Contents of Disk 199  ==========================
  8588.  
  8589. This is disk 199 of the freely distributable AMIGA software library.
  8590. Below is a listing of the significant directories and their contents.
  8591.  
  8592.  
  8593. ASimplex    An implementation of the Simplex algorithm for solving
  8594.         linear programs.  It uses the standardized MPSX-format
  8595.         for input data files.  Version 1.2, includes source.
  8596.         Author:  Stefan Forster
  8597.  
  8598. Csh        Version 3.02a of a csh like shell derived from Matt
  8599.         Dillon's shell, version 2.07.  Includes many new or
  8600.         improved commands, some bug fixes, etc.  Includes source.
  8601.         Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  8602.  
  8603. MIDIsoft    A program to transfer sound samples between the Amiga
  8604.         and a Roland S-220.  Version 1.0, binary only.
  8605.         Author:  Dieter Bruns
  8606.  
  8607. Pyro        A screen blanking program that goes beyond the normal
  8608.         blanking process.  When there are no input events, pyro
  8609.         takes over and starts a little fireworks display in
  8610.         color.  Version 1.1, binary only.
  8611.         Author:  Steve Jacobs and Jim Boyd
  8612.  
  8613. SnipDemo    Demo version 1.23 of signal processing program sold
  8614.         by Digital Dynamics.  Binary only.
  8615.         Author:  John Hodgson
  8616.  
  8617. Viewer        A very small program for displaying IFF pictures
  8618.         of any resolution.  This one is written in assembly
  8619.         code and is only 988 bytes long.  Binary only.
  8620.         Author:  Mike McKittrick
  8621. ==========================  Contents of Disk 200  ==========================
  8622.  
  8623. This is disk 200 of the freely distributable AMIGA software library.
  8624. Below is a listing of the significant directories and their contents.
  8625.  
  8626.  
  8627. NotBoingAgain    This is Dr. Gandalf's entry for the First Annual
  8628.         Badge Killer Demo Contest.  It is an interlaced
  8629.         HAM animation with nicely integrated sound effects.
  8630.         It is a great visual pun on the original Boing
  8631.         demo, but to say anymore would ruin the effect.
  8632.         Binary only, requires 1 Mb of memory.
  8633.         Author:  Dr. Gandalf (Eric J. Fleischer, MD)
  8634.  
  8635. Tank        This is Vincent's entry for the First Annual Badge
  8636.         Killer Demo Contest.  It is an animation of a
  8637.         "fishtank simulator", with sound effects and a cute
  8638.         twist.  Binary only.
  8639.         Author:  Vincent H. Lee
  8640.  
  8641. ==========================  Contents of Disk 201  ==========================
  8642.  
  8643. This is disk 201 of the freely distributable AMIGA software library.
  8644. Below is a listing of the significant directories and their contents.
  8645.  
  8646.  
  8647. Draco        Update to Chris Gray's Draco distribution for the Amiga.
  8648.         Enhancements include support for floating point, register
  8649.         variables, more optimization, improved call/return
  8650.         standard, etc.  This is version 1.2, an update to the
  8651.         version on disk 76.  Requires documentation from disk 77
  8652.         to complete the distribution kit.  Binary only.
  8653.         Author:  Chris Gray
  8654.  
  8655. DropCloth    DropCloth lets you place a pattern, a 2 bitplane IFF
  8656.         image or a combination of a pattern and image, into
  8657.         the WorkBench backdrop.  This is version 2.4, an update
  8658.         to version 2.2 on disk 128.  Shareware, binary only.
  8659.         Author:  Eric Lavitsky
  8660.  
  8661. ==========================  Contents of Disk 202  ==========================
  8662.  
  8663. This is disk 202 of the freely distributable AMIGA software library.
  8664. Below is a listing of the significant directories and their contents.
  8665.  
  8666.  
  8667. SlavicFonts    A whole bunch of new fonts from Robin LaPasha.  Version 1.0.
  8668.         Author:  Robin LaPasha
  8669.  
  8670. Vlt        VLT is both a VT100 emulator and a Tektronix (4014 plus
  8671.         subset of 4105) emulator, currently in use at SLAC
  8672.         (Stanford Linear Accelerator Center).  Although the VT100
  8673.         part was originally based on Dave Wecker et al.'s VT100,
  8674.         many enhancements were made. The program requires ARP, and
  8675.         it has an ARexx port.  XMODEM 1K/CRC and Kermit protocol
  8676.         support also included.  Version 3.656, binary only.
  8677.         Author:  Willy Langeveld
  8678.  
  8679. ==========================  Contents of Disk 203  ==========================
  8680.  
  8681. This is disk 203 of the freely distributable AMIGA software library.
  8682. Below is a listing of the significant directories and their contents.
  8683.  
  8684. Examples    Assembly and C code examples, including some old
  8685.         favorites (like speechtoy and yachtc3) downcoded to
  8686.         assembly language.  Includes a replacement for the
  8687.         official audio device, an example of creating a
  8688.         subtask, a rewrite in assembly of R. J. Mical's
  8689.         file requester, an example of installing a custom
  8690.         input handler ahead of intuition, and more.
  8691.         Author:  Jim Fiore and Jeff Glatt
  8692.  
  8693. GurusGuide    The source files for all examples published in the
  8694.         "Guru's Guide, Meditation #1: Interrupts" by Carl
  8695.         Sassenrath, the architect of the Amiga's low-level
  8696.         multitasking operating system and designer of Exec.
  8697.         Author:  Carl Sassenrath
  8698.  
  8699. Isam        A library of routines to access relational data base
  8700.         systems using the Index Sequential Access Method (ISAM).
  8701.         This is beta version 0.9, binary only.
  8702.         Author:  Kai Oliver Ploog
  8703.  
  8704. ==========================  Contents of Disk 204  ==========================
  8705.  
  8706. This is disk 204 of the freely distributable AMIGA software library.
  8707. Below is a listing of the significant directories and their contents.
  8708.  
  8709. FileReq        A simple file requestor, written as an exercise by the
  8710.         author to see how easy it would be (it wasn't).  Includes
  8711.         source.
  8712.         Author:  Jonathan Potter
  8713.  
  8714. GnuGrep        The grep program from the GNU project.  Replaces grep
  8715.         fgrep, egrep, and bmgrep.  Currently does not expand
  8716.         Amiga style wildcards, so if you wish to scan multiple
  8717.         files you will need to use it with a shell that does this
  8718.         for you.  Version 1.3, includes source.
  8719.         Author:  Mike Haertel, James Woods, Arthur Olson, Richard
  8720.                          Stallman, Doug Gwyn, Scott Anderson, Henry Spencer
  8721.  
  8722. HAMCu        Installs a custom copper list for the current active view
  8723.         (usually workbench) that contains all the colours from 0x000
  8724.         to 0xfff.  A neat effect and an easy way to show off the
  8725.         color capabilities of the Amiga.  Includes source.
  8726.         Author:  Jonathan Potter
  8727.  
  8728. Image-Ed    An shareware icon editor submitted by the author for
  8729.         inclusion in the library.  Suggested shareware donation
  8730.         of $20.  Version 1.8, binary only.
  8731.         Author:  Jonathan Potter
  8732.  
  8733. JPClock        A short clock program that is just packed with features.
  8734.         Includes source.
  8735.         Author:  Jonathan Potter
  8736.  
  8737. MouseBounce    A short hack/game that makes your mouse pointer bounce
  8738.         around the screen.  The object is to close the MouseBounce
  8739.         window and exit the game.  Each time you click the mouse
  8740.         button, the pointer speeds up.  Includes source.
  8741.         Author:  Jonathan Potter
  8742.  
  8743. PopDir        A small utility which "pops open" to help you look at the
  8744.         contents of a particular directory on demand.  Version 1.4,
  8745.         includes source.
  8746.         Author:  Jonathan Potter
  8747.  
  8748. PopInfo        A small utility which "pops open" to give you information
  8749.         about the status of your devices and memory.  Version 2.9,
  8750.         includes source.
  8751.         Author:  Jonathan Potter
  8752.  
  8753. Teacher        Teacher is a short, simple hack.  I won't spoil the fun
  8754.         by telling you what it does.  Includes source.
  8755.         Author:  Jonathan Potter
  8756.  
  8757. ==========================  Contents of Disk 205  ==========================
  8758.  
  8759. This is disk 205 of the freely distributable AMIGA software library.
  8760. Below is a listing of the significant directories and their contents.
  8761.  
  8762. Bally        Amiga port of the former arcade game named Click.  This
  8763.         version now has sound effects.  Version II, an update to
  8764.         the version released on disk 181.  Binary only, shareware.
  8765.         Author:  Oliver Wagner
  8766.  
  8767. BattleForce    A nicely done shareware game, submitted by the author,
  8768.         that simulates combat between two or more giant, robot-like
  8769.         machines.  Binary only, version 3.01.
  8770.         Author:  Ralph Reed
  8771.  
  8772. Chess        A port of a chess game posted to Usenet.  This is an update
  8773.         to the version first included on disk 96.  It has been
  8774.         upgraded to use an Amiga Intuition interface.  Version 2.0,
  8775.         binary only.
  8776.         Author:  John Stanback; ported to Amiga by Bob Leivian
  8777.              Version 2.0 upgrades by Alfred Kaufmann
  8778.  
  8779. ==========================  Contents of Disk 206  ==========================
  8780.  
  8781. This is disk 206 of the freely distributable AMIGA software library.
  8782. Below is a listing of the significant directories and their contents.
  8783. All of this material is from the 1988 Badge Killer Demo Contest.
  8784.  
  8785. Brownian    A demo based on both fractal theory and brownian motion.
  8786.         Includes source.
  8787.         Author:  John M. Olsen
  8788.  
  8789. Hawk        A stereo image of a hawk.  Requires red/green stereo
  8790.         glasses to view.
  8791.         Author:  Unknown (no documentation included)
  8792.  
  8793. MemFlick    Treats all the memory in your Amiga like it was part of
  8794.         a bitplane inside a graphics display.  Provides sort of a
  8795.         graphical picture of your memory usage.  Binary only.
  8796.         Author:  Jim Webster
  8797.  
  8798. PeX        A demo of the various graphics capabilities of the Amiga.
  8799.         Author:  Unknown (no documentation included)
  8800.  
  8801. PictureGarden    Another demo, apparently in compiled basic.
  8802.         Author:  Unknown (no documentation included)
  8803.  
  8804. StereoDemo    A demo of stereoscopic graphics, written in assembly
  8805.         language.  Requires red/green stereo glasses to view.
  8806.         Includes sources.
  8807.         Author:  David M. McKinstry
  8808.  
  8809. Triple        Three demos of some of the Amiga's graphics and sound
  8810.         capabilities.  Binary only.
  8811.         Author:  Tomas Rokicki
  8812.  
  8813. ==========================  Contents of Disk 207  ==========================
  8814.  
  8815. This is disk 207 of the freely distributable AMIGA software library.
  8816. Below is a listing of the significant directories and their contents.
  8817.  
  8818. Coyote        Gene's entry to the 1988 Badge Killer Demo contest.
  8819.         A very cute (and large) animation.  Requires about
  8820.         1900 blocks of disk space, so it is distributed in
  8821.         "arc format".
  8822.         Author:  Gene Brawn
  8823.  
  8824. ==========================  Contents of Disk 208  ==========================
  8825.  
  8826. This is disk 208 of the freely distributable AMIGA software library.
  8827. Below is a listing of the significant directories and their contents.
  8828.  
  8829. AsteroidField    This is Michael's entry for the 1988 Badge Killer Demo
  8830.         Contest.  It is a large animation of a spacecraft flying
  8831.         madly through an asteroid field (chased by unseen foes)
  8832.         that includes a couple of near misses.
  8833.         Author:  Michael Powell
  8834.  
  8835. ==========================  Contents of Disk 209  ==========================
  8836.  
  8837. This is disk 209 of the freely distributable AMIGA software library.
  8838. Below is a listing of the significant directories and their contents.
  8839.  
  8840. Bowl        This is Vern's entry for the 1988 Badge Killer Demo
  8841.         Contest.  It is a Sculpt-Animate animation that shows
  8842.         three colored balls flying in circles above a mirrored
  8843.         bowl.  Rendering the animation took about 2 weeks.
  8844.         Distributed in zoo format because of its size (zoo
  8845.         program included for easy unpacking).
  8846.         Author:  Vern Staats
  8847.  
  8848. Dps        A program designed to work with the PrintScript program,
  8849.         a commercial PostScript interpreter for the Amiga, to
  8850.         provide a page previewer.  This is version 1.1 and includes
  8851.         source.
  8852.         Author:  Allen Norskog
  8853. ==========================  Contents of Disk 210  ==========================
  8854.  
  8855. This is disk 210 of the freely distributable AMIGA software library.
  8856. Below is a listing of the significant directories and their contents.
  8857.  
  8858. Calc        A very nicely done scientific/programmer/plotter calculator.
  8859.         The scientific portion has most of the operations found on
  8860.         the more popular handhelds. The programmer portion has all
  8861.         the special hex/binary/decimal conversions as well as
  8862.         register operations like ASL, ROL, LSL, AND, OR, XOR, etc.
  8863.         The plotter portion will plot equations.  Other features
  8864.         include 26 memories, full mouse or keyboard operation,
  8865.         pull-down menus, and iconization.  Version 3.0, binary only.
  8866.         Author:  Jimmy Yang
  8867.  
  8868. LabelPrint    A program that allows you to easily print labels for
  8869.         your disks.  Version 1.9, shareware, binary only (source
  8870.         available from author).
  8871.         Author:  Andreas Krebs
  8872.  
  8873. NuHand        An animation of a hand with fingernails scrapeing on a
  8874.         desktop, including sound effects.  This is Bryan's entry
  8875.         for the 1988 Badge Killer Demo Contest.  Binary only.
  8876.         Author:  Bryan Carey Gallivan
  8877.  
  8878. ==========================  Contents of Disk 211  ==========================
  8879.  
  8880. This is disk 211 of the freely distributable AMIGA software library.
  8881. Below is a listing of the significant directories and their contents.
  8882.  
  8883.  
  8884. AmigaWave    This is Allen's entry to the 1988 Badge Killer Demo
  8885.         Contest.  It is an animation with sound effects.
  8886.         Author:  Allen Hastings
  8887.  
  8888. Esperanto    A keymap modification to usa1 which, in conjunction with
  8889.         the supplied slate.font, will allow one to type in Esperanto
  8890.         and Welsh, in any program that will use keymaps and fonts.
  8891.         Author:  Glyn Gowing
  8892.  
  8893. Image-Ed    An shareware icon editor submitted by the author for
  8894.         inclusion in the library.  Suggested shareware donation
  8895.         of $20.  Version 1.9, binary only.  Fixes a serious bug
  8896.         in the 1.8 version on disk 204.
  8897.         Author:  Jonathan Potter
  8898.  
  8899. SignFont    A keymap and font that will allow the user to be able
  8900.         to type in American Sign Language, provided that one
  8901.         knows the font.
  8902.         Author:  Glyn Gowing
  8903.  
  8904. VirusControl    A new virus detection and control program that checks
  8905.         disks during insertion, protects from link viruses,
  8906.         shows bootblock on a screen, periodically checks system
  8907.         vectors, controls access to files with a requester, etc.
  8908.         Version 1.3, includes full assembly language source code.
  8909.         Author:  Pius Nippgen
  8910.  
  8911. ==========================  Contents of Disk 212  ==========================
  8912.  
  8913. This is disk 212 of the freely distributable AMIGA software library.
  8914. Below is a listing of the significant directories and their contents.
  8915.  
  8916.  
  8917. Alice        This animation is Carey's entry to the 1988 Badge
  8918.         Killer Demo Contest.
  8919.         Author:  Carey T. Pelto
  8920.  
  8921. DiskSalv    A disk recovery program for all Amiga file system devices
  8922.         that use either the Amiga Standard File System or the
  8923.         Amiga Fast File System.  Disksalv creates a new filesystem
  8924.         structure on another device, with as much data salvaged from
  8925.         the original device as possible.  This is an update to the
  8926.         version released on disk 177.  Binary only.
  8927.         Author:  Dave Haynie
  8928.  
  8929. DogsWorld    This animation is Charles' entry to the 1988 Badge
  8930.         Killer Demo Contest.
  8931.         Author:  Charles Voner
  8932.  
  8933. ==========================  Contents of Disk 213  ==========================
  8934.  
  8935. This is disk 213 of the freely distributable AMIGA software library.
  8936. Below is a listing of the significant directories and their contents.
  8937.  
  8938.  
  8939. Cucug        This animation of the Champaign-Urbana Commodore Users
  8940.         Group logo was submitted to the 1988 Badge Killer Demo
  8941.         Contest by Ed Serbe.
  8942.         Author:  Ed Serbe
  8943.  
  8944. Icons        Almost 300 icons in eight (!) colors.  Uses a special
  8945.         program to get an eight color workbench to display these
  8946.         icons, which were made with DPaintII and IconGen.  Most
  8947.         icons are miniatures of the main screen of their
  8948.         corresponding programs, or the picture they show, made
  8949.         with "iconize" and "recolor" from disk 85.
  8950.         Author:  Wolf-Peter Dehnick
  8951.  
  8952. ==========================  Contents of Disk 214  ==========================
  8953.  
  8954. This is disk 214 of the freely distributable AMIGA software library.
  8955. Below is a listing of the significant directories and their contents.
  8956.  
  8957. ArcPrep        ArcPrep prepares files and/or directories for archival
  8958.         with arc or any other program that can't scan through
  8959.         different directories and/or handle long filenames.
  8960.         Version 2.1, includes source.
  8961.         Author:  Garry Glendown
  8962.  
  8963. MandelVroom    A Mandelbrot/Julia-curve generating program that features
  8964.         five numerical generators (integer, ffp, ieee, 020, and 
  8965.         020/881) in hand-crafted assembly for maximum speed, online
  8966.         mouse selectable help for all functions, generation of
  8967.         multiple pictures simultaneously, a sophisticated user
  8968.         interface with shaded gadgets, etc.  Some of the other
  8969.         features include zoom, magnify, color-cycling, contouring,
  8970.         auto-contouring, histogram, statistics, presets, extra-
  8971.         halfbrite support, overscan, orbits, pan mode, and more.
  8972.         Requires 1Mb or more of memory.  This is the source to
  8973.         version 2.0, an update to the version on disk 78.  A
  8974.         compiled binary, along with help files and example
  8975.         images, can be found on disk 215.
  8976.         Author:  Kevin Clague
  8977.  
  8978. MemDiag        A memory diagnostic program to identify addresses which
  8979.         produce memory errors, and a memory quarantine program
  8980.         which removes such defective addresses from the system's
  8981.         free memory list, until such time as the hardware errors
  8982.         can be corrected.  Version 1.1, includes source.
  8983.         Author:  Fabbian Dufoe
  8984.  
  8985. RunBack        Another step in the evolution of Rob Peck's RunBackGround
  8986.         program, from disks 73 and 152.  Allows you to start a new
  8987.         CLI program and run it in the background, then closes the
  8988.         new CLI.  This version has been enhanced to use the NULL:
  8989.         device by Gunnar Nordmark (included), which is a "real"
  8990.         device, so it solves problems with previous versions of
  8991.         RunBack which used the Nil: "fake" device, causing many
  8992.         crashes.  Includes source.
  8993.         Author:  Rob Peck, Daniel Barrett, Tim Maffett
  8994.  
  8995. SmartIcon    This shareware program, submitted by the author,
  8996.         is an Intuition objects iconifier.  Version 1.0
  8997.         is limited to iconifying windows, which is still
  8998.         very handy.  It adds a new "iconify gadget" to
  8999.         each window, that when clicked on, iconifies the
  9000.         window into an icon in the ram: disk.  This is the
  9001.         same version as released on disk 134, but now includes
  9002.         the source code.
  9003.         Author:  Gauthier Groult
  9004.  
  9005. ==========================  Contents of Disk 215  ==========================
  9006.  
  9007. This is disk 215 of the freely distributable AMIGA software library.
  9008. Below is a listing of the significant directories and their contents.
  9009.  
  9010.  
  9011. MandelVroom    A Mandelbrot/Julia-curve generating program that features
  9012.         five numerical generators (integer, ffp, ieee, 020, and 
  9013.         020/881) in hand-crafted assembly for maximum speed, online
  9014.         mouse selectable help for all functions, generation of
  9015.         multiple pictures simultaneously, a sophisticated user
  9016.         interface with shaded gadgets, etc.  Some of the other
  9017.         features include zoom, magnify, color-cycling, contouring,
  9018.         auto-contouring, histogram, statistics, presets, extra-
  9019.         halfbrite support, overscan, orbits, pan mode, and more.
  9020.         Requires 1Mb or more of memory.  This is version 2.0,
  9021.         an update to the version on disk 78.  Source is available
  9022.         on disk 214.
  9023.         Author:  Kevin Clague
  9024.  
  9025. ==========================  Contents of Disk 216  ==========================
  9026.  
  9027. This is disk 216 of the freely distributable AMIGA software library.
  9028. Below is a listing of the significant directories and their contents.
  9029.  
  9030.  
  9031. BackDrop    Backdrop allows you to define a pattern which will then
  9032.         be displayed on the workbench screen in the normally 
  9033.         empty area behind all the windows.  Similar in concept
  9034.         to DropCloth, but this one does not require workbench
  9035.         to be loaded (and does not cohabit very well with
  9036.         workbench).  Includes source.
  9037.         Author:  Eddy Carroll
  9038.  
  9039. C64Emul        An April Fools spoof that turns your Amiga into a C64,
  9040.         or at least makes it look that way.  Includes source.
  9041.         Author:  Eddy Carroll
  9042.  
  9043. Cloud        A program that generates and displays fractal surfaces
  9044.         that look remarkably like clouds.  Based on ideas from
  9045.         the book "Fractals" by Jens Feder.  Binary only.
  9046.         Author:  Mike Hall
  9047.  
  9048. PrtSpool    A DOS handler, a print program, and a control program
  9049.         that implement a print spooling system.  Like PRT:, the
  9050.         DOS handler waits for stuff to be sent to it to be 
  9051.         printed.  The print program does line numbering and
  9052.         page headers.  The control program handles administrative
  9053.         functions.  Binary only.
  9054.         Author:  Daniel Barrens
  9055.  
  9056. VirusX        Version 3.20 of the popular virus detection/vaccination
  9057.         program.  Features a test for 8 new viruses since the
  9058.         3.10 version on disk 175.  Includes source.
  9059.         Author:  Steve Tibbett
  9060.  
  9061. Wanderer    A neat little game with graphics and sound, ported
  9062.         from the Unix version, originally written on a Sun
  9063.         workstation.  The idea for Wanderer came from games
  9064.         such as Boulderdash, Xor, and the Repton games from
  9065.         Superior Software.  Includes a builtin editor for
  9066.         extending the game by adding additional screens.
  9067.         Version 2.2, includes source.
  9068.         Author:  Steven Shipway and others.  Amiga port by
  9069.              Alan Bland
  9070.  
  9071. ==========================  Contents of Disk 217  ==========================
  9072.  
  9073. This is disk 217 of the freely distributable AMIGA software library.
  9074. Below is a listing of the significant directories and their contents.
  9075.  
  9076.  
  9077. AntiCBS        An animation cooked up by Leo in protest of CBS's coverage
  9078.         of the Hacker's Conference in Oct 88.  After reading the
  9079.         transcript I was angered enough to feel this needed
  9080.         widespread distribution, even though it is quite old.
  9081.         Author:  Leo 'Bols Ewhac' Schwab
  9082.  
  9083. Echo        A small replacement for the AmigaDOS echo that will do
  9084.         some special functions, such as clear the screen, delete
  9085.         to bottom of screen, scroll the screen, place the cursor
  9086.         at a particular location, and set the text style and/or
  9087.         color.  Includes source.
  9088.         Author:  Garry Glendown
  9089.  
  9090. InstallBeep    This program replaces the DisplayBeep function so that an
  9091.         IFF 8SVX sound is played instead of the screen flashing.
  9092.         The PlayBeep function runs as a task in the background and
  9093.         runs asynchronously so the length of the sound does not
  9094.         slow anything down.  Includes a couple of sample sound
  9095.         files.  Version 1.1, binary only.
  9096.         Author:  Tim Friest and Don Withey
  9097.  
  9098. SnipIt        An input handler wedge which allows you to clip text from
  9099.         any window and then paste that text anywhere, as though
  9100.         you had typed it on the keyboard.  You mark the text you
  9101.         want to "snip" using the mouse, and then use the mouse to
  9102.         "paste" the last snipped text into the active window, 
  9103.         requester, or anywhere.  Version 1.2, includes source.
  9104.         Author:  Scott Evernden
  9105.  
  9106. SonixPeek    A utility to let you list all the instruments used by one
  9107.         or more Aegis Sonix score files.  It can scan individual
  9108.         files, or search one or more directories, checking all
  9109.         score files in each directory.  The output is a list of
  9110.         all the instruments you need to have present in order to
  9111.         be able to play the indicated score files.  Includes source.
  9112.         Author:  Eddy Carroll
  9113.  
  9114. Stevie        A public domain clone of the UNIX 'vi' editor.  Supports
  9115.         window-sizing, arrow keys, and the help key.  Version
  9116.         3.6, includes source. This is an update to version
  9117.         3.35a on disk 197.
  9118.         Author: Various, Amiga work by G. R. (Fred) Walter
  9119.  
  9120. ==========================  Contents of Disk 218  ==========================
  9121.  
  9122. This is disk 218 of the freely distributable AMIGA software library.
  9123. Below is a listing of the significant directories and their contents.
  9124.  
  9125.  
  9126. EdLib        A library of additional functions for Manx.  This is
  9127.         version 1.1, an update to version 1.0 from disk    183.
  9128.         Includes source.
  9129.         Author:  Edwin Hoogerbeets with C-functions from several
  9130.              different authors
  9131.  
  9132. Mandel        Another mandelbrot generator program, with bits and pieces
  9133.         of code from C. Heath and R.J. Mical.  This is version 1.3,
  9134.         an update to the version on disk 111.  New features and
  9135.         improvements include an ARexx interface, coordinates in
  9136.         sight, more state info saved with a picture, batch files,
  9137.         programmable functions, and more plotting options.
  9138.         Includes source.
  9139.         Author:  Olaf Seibert
  9140.  
  9141. Maze        A program that lets you build mazes and then solve them.
  9142.         Mazes can be trivial one level mazes to very difficult
  9143.         three level mazes.  Version 1.2, includes source.
  9144.         Author:  Todd Lewis
  9145.  
  9146. PcPatch        Patches for PCCopy and PCFormat from the EXTRAS disk,
  9147.         to allow reading, writing, and formatting of any kind of
  9148.         MS-Dos style disks, including 720K 3.5" diskettes.  Binary
  9149.         only. This is an update to the version on disk 163.
  9150.         Author:  Werner Guenther
  9151.  
  9152. Scanner        Scanner makes commented C code of all intuition structures
  9153.         in memory.  The structures will receive correct pointers
  9154.         towards each other.  Scanner starts looking at 
  9155.         IntuitionBase, and follows all pointers, storing them in
  9156.         memory.  When finished, it writes all the structures to
  9157.         the standard output.  Version 1.0, includes source.
  9158.         Author:  Stefan Parmark
  9159.  
  9160. Worm        An Amiga implementation of the classic "worms" program,
  9161.         based on an article in the Dec 1987 issue of Scientific
  9162.         American.  You can specify the size and length of the
  9163.         worms, and the number of worms.  Includes source.
  9164.         Author:  Brad Taylor, Amiga port by Chuck McManis
  9165.  
  9166. ==========================  Contents of Disk 219  ==========================
  9167.  
  9168. This is disk 219 of the freely distributable AMIGA software library.
  9169. Below is a listing of the significant directories and their contents.
  9170.  
  9171.  
  9172. DeepSky        A database containing information on 10,368 non-stellar
  9173.         objects, 600 color contrasting easily resolved double
  9174.         stars, 70 stars for setting circles, and misc white
  9175.         dwarfs, red stars, binaries, etc.  The database is
  9176.         distributed in zoo format, and is about 1.2 Mb after
  9177.         extraction.  Version 5.0.
  9178.         Author:  Saguaro Astronomy Club
  9179.  
  9180. Mv        A Unix style mv/cp/rm program that moves, copies, or
  9181.         removes files.  Includes interactive mode, recursive mode,
  9182.         and force quiet mode.  Copies file permissions, dates,
  9183.         and comments, supports arp style wildcards, supports moves
  9184.         across volumes, honors the delete bit.  Version 1.1,
  9185.         includes source.
  9186.         Author:  Edwin Hoogerbeets
  9187. ==========================  Contents of Disk 220  ==========================
  9188.  
  9189. This is disk 220 of the freely distributable AMIGA software library.
  9190. Below is a listing of the significant directories and their contents.
  9191.  
  9192.  
  9193. DNet        A link protocol that provides essentially an unlimited
  9194.         number of reliable connections between processes on
  9195.         two machines, where each end of the link can be
  9196.         either an Amiga or a Unix (BSD4.3) machine.  Works
  9197.         on the Amiga with any EXEC device that looks like the
  9198.         serial.device.  Works on UNIX with tty and socket
  9199.         devices.  Achieves better than 95% average throughput
  9200.         on file transfers.  This is version 2.0, an update to
  9201.         version 1.20 released on disk 145.  Includes sources
  9202.         for both the Amiga and Unix versions.
  9203.         Author:  Matt Dillon
  9204.  
  9205. ==========================  Contents of Disk 221  ==========================
  9206.  
  9207. This is disk 221 of the freely distributable AMIGA software library.
  9208. Below is a listing of the significant directories and their contents.
  9209. This is revision "a"; the tetris clone was removed from the original
  9210. disk as requested by Spectrum Holobyte.
  9211.  
  9212.  
  9213. AllocMaster    Allocmaster is a program inspired by Nick Sullivan's
  9214.         "Reserve" article in Amiga Transactor, for controlling
  9215.         the amount of both Chip and Fast memory available to
  9216.         the rest of the system.  It is very useful for testing
  9217.         applications in low-memory situations.  It also has
  9218.         a snapshot feature to report differences in available
  9219.         memory before and after running an application.  Version
  9220.         1.17, binary only.
  9221.         Author:  John Gerlach Jr.
  9222.  
  9223. ANSIEd        Demo version of an ANSI screen file editor.  It allows you
  9224.         to easily create and modify a screen of ANSI-style
  9225.         text/graphics on the Amiga.  The standard ANSI color set
  9226.         (red, green, yellow, blue, magenta, cyan, white) and text
  9227.         styles (plain, boldface, underlined, italic) are provided,
  9228.         along with some simple editing and drawing functions.  This
  9229.         demo version has the save features disabled. Version 1.2.0aD,
  9230.         binary only.
  9231.         Author:  Gregory Epley
  9232.  
  9233. BallyII        Amiga port of the former arcade game named Click.  This
  9234.         version adds a "cheat" mode and fixes some minor bugs.
  9235.         Version II+, an update to the version released on disk
  9236.         205.  Binary only, shareware.
  9237.         Author:  Oliver Wagner
  9238.  
  9239. DFrame        A utility that helps you to create animated bobs.  It
  9240.         installs itself in DPaint II, after which you can draw
  9241.         each bob in DPaint II within its own frame and check the
  9242.         animation by calling DFrame from within DPaint.  Version
  9243.         1.02, binary only.
  9244.         Author:  Jan Buitenhuis
  9245.  
  9246. IFFM2        Demo version of an IFF support module for Interface
  9247.         Technologies M2Amiga Modula-2 system.  Includes a version
  9248.         of ViewILBM (with source) that uses the IFF support routines.
  9249.         Version 1.0.0D, binary only.
  9250.         Author:  Gregory Epley
  9251.  
  9252. ==========================  Contents of Disk 222  ==========================
  9253.  
  9254. This is disk 222 of the freely distributable AMIGA software library.
  9255. Below is a listing of the significant directories and their contents.
  9256.  
  9257.  
  9258. MemGauge    A tool to display the current memory usage, very much
  9259.         like the usage bar Workbench displays in root directories.
  9260.         Version 1.4, includes source.
  9261.         Author:  Olaf 'Olsen' Barthel
  9262.  
  9263. Mischief    This little program is in the long tradition of "display
  9264.         hacks".  It uses the input.device to perform various acts
  9265.         of mischief.  Includes source.
  9266.         Author:  Olaf 'Olsen' Barthel
  9267.  
  9268. Plplot        A library of C functions useful for scientific plotting
  9269.         on the Amiga.  The library is Lattice C compatible.
  9270.         Contour plotting, three dimensional plotting, axis
  9271.         redefinition, log-log plotting and multiple subpages are
  9272.         a few of Plplot's features.  The plots can be displayed
  9273.         on a monitor or sent to a graphics file for subsequent
  9274.         printing.  Version 1.00, includes source.
  9275.         Author:  Tony Richardson
  9276.  
  9277. ==========================  Contents of Disk 223  ==========================
  9278.  
  9279. This is disk 223 of the freely distributable AMIGA software library.
  9280. Below is a listing of the significant directories and their contents.
  9281.  
  9282.  
  9283. Csh        Version 3.03a of a csh like shell derived from Matt
  9284.         Dillon's shell, version 2.07.  This is an update to the
  9285.         version on disk 199.  Includes a couple of new filter
  9286.         commands, new dir option, new editing options, sourcing
  9287.         of a standard startup file, and some bug fixes.  Includes
  9288.         source.
  9289.         Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  9290.  
  9291. FixDisk        A program to recover as much as possible from a defective
  9292.         disk.  It can sometimes recover damaged (unreadable)
  9293.         tracks, check file integrity, check the directory 
  9294.         structure, undelete files, copy or show files, fix
  9295.         corrupted directory pointers, etc.  Full intuition
  9296.         interface.  Version 1.0, binary only.
  9297.         Author:  Werner Guenther
  9298.  
  9299. GravSim        A program to animate up to 6 planetary masses, all of
  9300.         which exert a mutual gravitational force on each other.
  9301.         The planetary masses can be placed anywhere on the screen,
  9302.         and their mass and initial velocity can be determined by
  9303.         the user.  The program then steps the animation through
  9304.         time, plotting and displaying the new position in the
  9305.         trajectory of each mass.  Version 1.50, includes source.
  9306.         Author:  Richard Frost
  9307.  
  9308. Iff2Sun        A small utility for those of you who may have access to a 
  9309.         Sun workstation.  Takes an Amiga IFF file and converts it to
  9310.         a Sun rasterfile format.  This version is an update to the
  9311.         version released on disk 174, with better parsing, support
  9312.         for HAM mode, and some bug fixes.  Source only, as the
  9313.         program needs to be re-compiled and run from a Sun.
  9314.         Authors:  Steve Berry, Mark Thompson 
  9315.  
  9316. IFFtoSUN    This program takes a standard IFF format image and trans-
  9317.         lates it into a SUN rasterfile format, like the Iff2Sun
  9318.         program also on this disk.  However, this one runs on the
  9319.         Amiga.  Version 1.31, includes source.
  9320.         Author:  Richard Frost
  9321.  
  9322. Paccer        A pacman clone with sound and a game screen editor. This
  9323.         is version 1.0, shareware, binary only.
  9324.         Author:  Dirk Hoffman
  9325.  
  9326. PopInfo        A small utility which "pops open" to give you information
  9327.         about the status of your devices and memory.  This is
  9328.         version 3.0, an update to the version on disk 204.
  9329.         Includes source.
  9330.         Author:  Jonathan Potter
  9331.  
  9332. SetCPU        A program designed to allow the user to detect and modify
  9333.         various parameters related to 32 bit CPUs.  Includes
  9334.         commands to enable or disable the text/data caches,
  9335.         switch on or off the '030 burst cache line fill request,
  9336.         use the MMU to run a ROM image from 32-bit memory, and
  9337.         to report various parameters when called from a script.
  9338.         This is version 1.5, an update to version 1.4 on disk 187.
  9339.         Includes source.
  9340.         Author:  Dave Haynie
  9341.  
  9342. ==========================  Contents of Disk 224  ==========================
  9343.  
  9344. This is disk 224 of the freely distributable AMIGA software library.
  9345. Below is a listing of the significant directories and their contents.
  9346.  
  9347.  
  9348. CLImax        For all those people who wish that their CLI windows had
  9349.         25 lines of 80 characters just like an old fashioned non-
  9350.         windowing computer, the answer is here.  CLImax creates a
  9351.         borderless backdrop CLI window on a custom screen.  Also
  9352.         thrown in is MoveSys, which reassigns SYS:, C:, S:, L:,
  9353.         DEVS:, LIBS:, and FONTS: to a new volume with one simple
  9354.         "pure" command.  Includes source.
  9355.         Author:  Paul Kienitz
  9356.  
  9357. KickMem        A program for A1000 hardware hackers that have done the
  9358.         Amazing Computing 512K upgrade.  KickMem will patch your
  9359.         1.2 or 1.3 kickstart disk to perform addmem during
  9360.         kickstart.  This allows warm boot surviveability of ram
  9361.         disk devices and eliminates addmem commands from your
  9362.         startup sequence.  Version 2.0, includes source.
  9363.         Author:  Dave Williams
  9364.  
  9365. MoreIsBetter    These two hacks make MORE more useful.  One is called V;
  9366.         it's a small "pure" CLI command that acts as a front end
  9367.         for More, causing it to create its own window.  Make V and
  9368.         More both resident!  The other is Fenestrate, which
  9369.         surgically alters the CON: window spec inside More enabling
  9370.         it to, for instance, use ConMan features to create a
  9371.         borderless window on the topmost screen (very useful with
  9372.         CLImax).  Includes source.
  9373.         Author:  Paul Kienitz
  9374.  
  9375. PetersQuest    This cute game has you, the intrepid Peter, following
  9376.         a trail of hearts through a world of 20 levels, riddled
  9377.         with porcupines and other hazards, to rescue Daphne, the
  9378.         love of your life that has been kidnapped by the evil
  9379.         Brutus.  Version 1.0, binary only.
  9380.         Author:  David Meny
  9381.  
  9382. Who        This is a rewrite of "who", from disk 79, which gives 
  9383.         substantially more elaborate information about the tasks
  9384.         currently running (or waiting) on your Amiga.  Includes
  9385.         source.
  9386.         Author:  George Musser, rewrite by Paul Kienitz
  9387.  
  9388. Xebec        A couple of hacks to make life easier for those who have
  9389.         Xebec hard disks.  One makes it more possible to Mount a
  9390.         Xebec hard disk with the Fast File System, the other is a
  9391.         compact head parking program.  Includes source.
  9392.         Author:  Paul Kienitz
  9393.  
  9394. ==========================  Contents of Disk 225  ==========================
  9395.  
  9396. This is disk 225 of the freely distributable AMIGA software library.
  9397. Below is a listing of the significant directories and their contents.
  9398.  
  9399.  
  9400. AmigaTCP    This is the KA9Q Internet Software Package.  The package 
  9401.         supports IP, ICMP, TCP, UDP, and ARP as basic services, and
  9402.         implements the FTP, Telnet, and SMTP protocols as
  9403.         applications.  It runs on IBM PC and clones, the Apple
  9404.         Macintosh, and the Amiga.  Includes source.
  9405.         Author:  Bdale Garbee, Phil Karn, Brian Lloyd
  9406.  
  9407. MyMenu        This program allows you to add your own menus to the 
  9408.         WorkBench menu strip, to run commonly used commands.
  9409.         MyMenu will allow you to execute both CLI and WorkBench
  9410.         programs, and is configured with a normal text file.
  9411.         Includes source.
  9412.         Author:  Darin Johnson
  9413.  
  9414. ==========================  Contents of Disk 226  ==========================
  9415.  
  9416. This is disk 226 of the freely distributable AMIGA software library.
  9417. Below is a listing of the significant directories and their contents.
  9418.  
  9419.  
  9420. Vlt        VLT is both a VT100 emulator and a Tektronix (4014 plus
  9421.         subset of 4105) emulator, currently in use at SLAC
  9422.         (Stanford Linear Accelerator Center).  Although the VT100
  9423.         part was originally based on Dave Wecker et al.'s VT100,
  9424.         many enhancements were made. The program requires ARP, and
  9425.         it has an ARexx port.  XMODEM 1K/CRC and Kermit protocol
  9426.         support also included.  This is version 4.036, with many
  9427.         enhancements over the previous version, 3.656, included
  9428.         on disk 202.  New features include support for other serial
  9429.         ports, external file transfer protocols, and "chat" mode.
  9430.         Improved behavior on the Workbench.  Tektronix emulation
  9431.         now allows saving IFF files, PostScript files, and
  9432.         printing bitmaps to the printer.  Many other enhancements
  9433.         and bug fixes.  Binary only.
  9434.         Author:  Willy Langeveld
  9435.  
  9436. ==========================  Contents of Disk 227  ==========================
  9437.  
  9438. This is disk 227 of the freely distributable AMIGA software library.
  9439. Below is a listing of the significant directories and their contents.
  9440.  
  9441.  
  9442. MidiLib        A disk based library that permits sharing of the serial
  9443.         port by MIDI applications through a MIDI message routing
  9444.         and processing system.  The midi utilities include a midi
  9445.         monitor to display incoming midi messages to the console,
  9446.         a routing utility, a midi library status utility, and more.
  9447.         This is version 2.0, an update to the version released on
  9448.         disk 101, and includes significant speed enhancements, new
  9449.         utilities to play with MIDI files, and updated utilities,
  9450.         documentation and examples.  Binary only (source for
  9451.         examples and bindings however).
  9452.         Author:  Bill Barton
  9453.  
  9454. PickPacket    PickPacket gives you a visual display of the DosPacket
  9455.         structures that are sent to handlers, and lets you see 
  9456.         the results.  You can actually perform handler operations
  9457.         such as open files, read or write data, Examine or ExNext
  9458.         locks, and so forth, all by talking directly to the file
  9459.         system handler involved using PickPacket.  Version 1.0,
  9460.         includes source.
  9461.         Author:  John Toebes and Doug Walker
  9462.  
  9463. RexxArpLib    A library which originally was supposed to be an ARexx
  9464.         interface to the ARP library.  However, it has also become
  9465.         an interface to various Intuition functions, containing over
  9466.         50 functions including a file requester, string/boolean
  9467.         requester, environment variable functions, simple message
  9468.         window, wildcard expander, etc.  This is version 2.3, an
  9469.         update to version 2.0 on disk 178.  Binary only.
  9470.         Author:  W.G.J. Langeveld
  9471.  
  9472. RexxMathLib    A library which makes various high level math functions
  9473.         such as sin, tangent, log, etc, available in ARexx.
  9474.         Version 1.2 and 1.3, binary only.
  9475.         Author:  W.G.J. Langeveld
  9476.  
  9477. ==========================  Contents of Disk 228  ==========================
  9478.  
  9479. This is disk 228 of the freely distributable AMIGA software library.
  9480. Below is a listing of the significant directories and their contents.
  9481.  
  9482.  
  9483. Az        A nice little text editor that is fast, simple to use,
  9484.         and very Amiga'ized.  Version 1.40, binary only.
  9485.         Author:  Jean-Michel Forgeas
  9486.  
  9487. Glib        A text screen oriented librarian and editor for synths.
  9488.         Supports the TX81Z, DX100, DEP5, DW8000, and K-5.
  9489.         Includes source.
  9490.         Author:  Tim Thompson, Steve Falco, and Alan Bland
  9491.  
  9492. JazzBench    A drop-in multitasking replacement for WorkBench.  It
  9493.         has more features that WorkBench and is fully multitasking
  9494.         (no more waiting for ZZZ clouds).  It allows you to extend
  9495.         it, add your own menus, key shortcuts, etc.  This is alpha
  9496.         version 0.8, binary only.
  9497.         Author:  David Navas
  9498.  
  9499. Xoper        Very comprehensive program to monitor and control system 
  9500.         activity.  Monitor cpu, memory usage, ports, interrupts,
  9501.         devices.  Close windows, screens, show loaded fonts or last
  9502.         Guru code number.  Clean up memory, flush unused libraries,
  9503.         devices, fonts. etc. and a whole bunch more!  Spawns its own
  9504.         process.  A very handy background task to have loaded. 
  9505.         This is version 1.3, an update to version 1.2 on disk 171.
  9506.         Assembly source    included.
  9507.         Author:  Werner Gunther
  9508.  
  9509. ==========================  Contents of Disk 229  ==========================
  9510.  
  9511. This is disk 229 of the freely distributable AMIGA software library.
  9512. Below is a listing of the significant directories and their contents.
  9513.  
  9514.  
  9515. AlarmingClock    A simple alarm clock program with a very alarming
  9516.         "ring", particularly if you hook it up to your
  9517.         stereo and turn up the volume.  Includes source.
  9518.         Author:  Brian Neal
  9519.  
  9520. DrawMap        A program for drawing representations of the Earth's
  9521.         surface.  Can generate flat maps, mercator maps,
  9522.         a globe view, or an orbital view.  Includes source.
  9523.         Author:  Bryan Brown
  9524.  
  9525. Emporos        You are living on the island of Emporos, where several
  9526.         countries exist.  Your goal is to make one of these
  9527.         countries your own.  There is only one way to do this,
  9528.         and you have to find it out.  Binary only.
  9529.         Author:  Roland Richter
  9530.  
  9531. esuoM        A little screen hack that causes the mouse pointer to
  9532.         move in the opposite direction of the mouse.  Includes
  9533.         source.
  9534.         Author:  Rob Eisenhuth
  9535.  
  9536. LeftyMouse    Swaps the functions of the left and right mouse buttons
  9537.         so that Lefties can use the mouse with their left hands.
  9538.         Includes source.
  9539.         Author:  Rob Eisenhuth
  9540.  
  9541. Shuffle        A basic screen shuffler.  Re-defines the key combination
  9542.         Left-Amiga-M to push the FRONT screen to the back, instead
  9543.         of pushing the Workbench screen to the back.  Includes
  9544.         source.
  9545.         Author:  Rob Eisenhuth
  9546.  
  9547. Sim        A simulator for register-transfer nets, which are used to
  9548.         describe hardware systems.  This version also provides
  9549.         a compiler to define new devices in addition to Sim's
  9550.         internal devices.  Version 4.0, binary only.    
  9551.         Author:  Gotz Muller
  9552. ==========================  Contents of Disk 230  ==========================
  9553.  
  9554. This is disk 230 of the freely distributable AMIGA software library.
  9555. Below is a listing of the significant directories and their contents.
  9556. This is revision "a"; the tetris clone was removed from the original
  9557. disk as requested by Spectrum Holobyte.
  9558.  
  9559.  
  9560. AskTask        Allows you to examine various bits of the task structures
  9561.         of all tasks in the system, from the lists attached to
  9562.         ExecBase.  Diskplays priority, state, flags, stack,
  9563.         signals, etc.  You can also remove tasks, change the
  9564.         priority of a task, or send arbitrary signals to a
  9565.         task.  Version 2/4/89, includes source.
  9566.         Author:  J. Bickers
  9567.  
  9568. Fedup        A random access, byte oriented file-editor that gives
  9569.         you the option of viewing and editing any file (binary
  9570.         or ASCII) using either ASCII or hexadecimal notation.
  9571.         Version 2.1, binary only.
  9572.         Author:  Martin Lindemann
  9573.  
  9574. FileIt        A simple database program, written in DRACO.  It is
  9575.         meant to be portable, thus it does not use any of
  9576.         Intuition's facilities.  Version 1.0, includes source.
  9577.         Author:  John Davis
  9578.  
  9579. NComm        A communications program based on Comm version 1.34, by
  9580.         DJ James, with lots of very nice enhancements.  Also 
  9581.         includes several auxiliary programs such as AddCall,
  9582.         CallInfo, IbmIso, PbConvert, and ReadMail.  This is
  9583.         version 1.8, binary only.
  9584.         Author:  DJ James, Daniel Bloch, Torkel Lodberg, et al.
  9585.  
  9586. PrivHndlr    A privilege violation handler for the 68010 cpu.  Like
  9587.         Decigel, but survives a reboot so you can use it with
  9588.         copy protected programs that run from boot.  Version 3,
  9589.         includes source in assembly code.
  9590.         Author:  John Veldthuis
  9591.  
  9592. ==========================  Contents of Disk 231  ==========================
  9593.  
  9594. This is disk 231 of the freely distributable AMIGA software library.
  9595. Below is a listing of the significant directories and their contents.
  9596.  
  9597.  
  9598. Diff        Yet another diff program.  This one implements the
  9599.         algorithm from Communications of the ACM, April 78.
  9600.         It produces output which might be considered to be
  9601.         a little more user friendly than the standard Unix
  9602.         style diff programs.  Includes source.
  9603.         Author:  Donald C. Lindsay
  9604.  
  9605. File        A program that recognizes various types of files and
  9606.         prints what that type is.  Recognizes font files,
  9607.         icon files, executable files, standard object files,
  9608.         compressed files, command scripts, C source, directories,
  9609.         iff files, LaTeX source, modula II source, arc files,
  9610.         shell commands and scripts, TeX source, dvi files,
  9611.         uuencoded files, yacc files, zoo archives, etc.
  9612.         Version 1.0, includes source.
  9613.         Author:  Edwin Hoogerbeets
  9614.  
  9615. NoClick2    A program which silences the clicking of empty drives
  9616.         on the B2000 under AmigaDOS 1.3.  It should also work
  9617.         on an A500.  Binary only, source available from author.
  9618.         Author:  Norman Iscove
  9619.  
  9620. Plot        A package for making 2D and 3D plots conveniently.
  9621.         AG Baxter wrote the intuition interface program (Plot)
  9622.         and Tim Mooney wrote the MultiPlot and ThreeDPlot
  9623.         programs, which are called from Plot.  This is version
  9624.         1.2 and includes source to Plot.
  9625.         Author:  AG Baxter, Tim Mooney
  9626.  
  9627. Sed        This is the GNU sed (stream editor) program, ported to
  9628.         the Amiga.  Sed copies the named files, or the standard
  9629.         input, to its standard output, while performing certain
  9630.         editing operations specified in the command line script
  9631.         or in a scriptfile.  Version 1.02, includes source.
  9632.         Author:  Unknown, ported to Amiga by Edwin Hoogerbeets
  9633.  
  9634. ==========================  Contents of Disk 232  ==========================
  9635.  
  9636. This is disk 232 of the freely distributable AMIGA software library.
  9637. Below is a listing of the significant directories and their contents.
  9638.  
  9639.  
  9640. BallyIII    Amiga port of the former arcade game named Click.  This
  9641.         version fixes some minor bugs and is faster than the
  9642.         previous versions.  This is version III, an update to
  9643.         the version released on disk 221.  Binary only, shareware.
  9644.         Author:  Oliver Wagner
  9645.  
  9646. Dbug        Machine independent macro based C debugging package.
  9647.         Provides function trace, selective printing of internal 
  9648.         state information, and more.  This is an update to the
  9649.         version released on disk 102, and now includes a machine
  9650.         independent stack use accounting mechanism.  Includes
  9651.         source.
  9652.         Author:  Fred Fish; profiling support by Binayak Banerjee
  9653.  
  9654. ReSourceDemo    A demo version of ReSource, an interactive disassembler
  9655.         for the Amiga.  This is a complete version except that
  9656.         the "save" features have been disabled.  This is version
  9657.         3.06, an update to version 0.36 from disk 192.  Binary
  9658.         only.
  9659.         Author:  Glen McDiarmid
  9660.  
  9661. ==========================  Contents of Disk 233  ==========================
  9662.  
  9663. This is disk 233 of the freely distributable AMIGA software library.
  9664. Below is a listing of the significant directories and their contents.
  9665.  
  9666.  
  9667. Brik        A general purpose program that calculates both text and
  9668.         binary cyclic redundancy codes (CRCs).  Text mode CRCs
  9669.         calculated by brik are portable across systems for files
  9670.         that are in the usual text format on each system.  Binary
  9671.         mode CRCs are portable for files that are moved from
  9672.         system to system without any change.  Brik can be used
  9673.         to verify and update an embedded checksum header in files.
  9674.         It runs under MS-DOS, UNIX system V, BSD UNIX, VAX/VMS,
  9675.         and AmigaDOS.  This is version 2.0 and includes source.
  9676.         Author:  Rahul Dhesi
  9677.  
  9678. CacheCard    An accessory to SetCPU for use with A2620 cards or
  9679.         68030 systems.  It modifies the MMU table set up by SetCPU
  9680.         to selectively control caching for each expansion card.
  9681.         It's also an example of how an accessory program can
  9682.         track down and modify the SetCPU MMU table without having
  9683.         to read all kinds of MMU registers and figure it out for
  9684.         yourself.  Version 1.00, includes source.
  9685.         Author:  Dave Haynie
  9686.  
  9687. CrcLists    Complete CRC check files for disks 001-231 using the brik
  9688.         program also on this disk.  These were made directly from
  9689.         my master disks.  I have switched to brik, from the crc
  9690.         program used to make the lists on disks 133, 146, and 173,
  9691.         because it has more features and because source is
  9692.         available.
  9693.         Author:  Fred Fish
  9694.  
  9695. ==========================  Contents of Disk 234  ==========================
  9696.  
  9697. This is disk 234 of the freely distributable AMIGA software library.
  9698. Below is a listing of the significant directories and their contents.
  9699.  
  9700.  
  9701. KwikBackUp    A harddisk backup program that writes data track by track
  9702.         onto multiple floppy disks.  Uses the archive bit, saves
  9703.         and restores comments and protection flags, and skips
  9704.         over bad spots during restore.  Version 1.0, includes
  9705.         source in Modula-II.
  9706.         Author:  Fridtjof Siebert
  9707.  
  9708. MuchMore    Another program like "more", "less", "pg", etc.  This one
  9709.         uses its own screen to show the text using a slow scroll.
  9710.         Includes built-in help, commands to search for text, and
  9711.         commands to print the text.  Works with PAL or NTSC, in
  9712.         normal or overscan modes.  Supports 4 color text in bold,
  9713.         italic, underlined, or inverse fonts.  Version 1.8,
  9714.         includes source in Modula-II and assembly code.
  9715.         Author:  Fridtjof Siebert
  9716.  
  9717. NetWork        Another program in the long tradition of "screen hacks"
  9718.         for the Amiga.  Won't spoil the surprise by saying what
  9719.         it does.  Version 1.0, includes source in Modula-II.
  9720.         Author:  Fridtjof Siebert
  9721.  
  9722. PrintIt        A program to print IFF pictures on Epson compatible 9-pin
  9723.         printers.  Prints in many resolutions, with many ways
  9724.         to convert color pics to black and white.  Version 1.0,
  9725.         includes source in Modula-II.
  9726.         Author:  Fridtjof Siebert
  9727.  
  9728. WBPic        Replaces Workbench's color 0 with an IFF hires non-
  9729.         interlaced picture, in 2 or 4 colors.  Version 1.0,
  9730.         includes source in Modula-II.
  9731.         Author:  Fridtjof Siebert
  9732.  
  9733. XHair        Replaces the mouse pointer with a screen wide crosshair,
  9734.         which is useful for positioning things vertically or
  9735.         horizontally.  Version 1.0, includes source in Modula-II.
  9736.         Author:  Fridtjof Siebert
  9737.  
  9738. ==========================  Contents of Disk 235  ==========================
  9739.  
  9740. This is disk 235 of the freely distributable AMIGA software library.
  9741. Below is a listing of the significant directories and their contents.
  9742.  
  9743.  
  9744. CalcKey        A basic four function, memory resident, pop-up calculator
  9745.         which uses only about 24K of memory and can automatically
  9746.         type the answer to any calculation into the program you
  9747.         were using when it was popped up.  Version 1.0, binary
  9748.         only, shareware.
  9749.         Author:  Craig Fisher
  9750.  
  9751. Ct        An Amiga program to display images from a CT scanner,
  9752.         along with several new interesting sample images of scans
  9753.         of real people.  The display software, though it has a
  9754.         primitive user interface, is quite powerful, including
  9755.         functions like convolutions, averaging, laplacians, unsharp
  9756.         masking, edge detection, gradients, etc.  This is version
  9757.         2.2, an update to the version on disk 137.  Binary only.
  9758.         Additional image disks available from author.
  9759.         Author:  Jonathan Harman
  9760.  
  9761. MirrorWars    A new game featuring sound, title music, and two
  9762.         player mode.  You fight your opponent via laser rays,
  9763.         but beware of the mirrors reflecting your shots.
  9764.         Binary only.
  9765.         Author:  Oliver Wagner
  9766.  
  9767. ==========================  Contents of Disk 236  ==========================
  9768.  
  9769. This is disk 236 of the freely distributable AMIGA software library.
  9770. Below is a listing of the significant directories and their contents.
  9771.  
  9772.  
  9773. AmigaBench    Optimized Amiga assembly versions of the Dhrystone
  9774.         benchmark.  Includes 68000 and 68020 versions.
  9775.         Author:  Al Aburto
  9776.  
  9777. DiskHandler    A sample implementation of a file system that reads and
  9778.         writes 1.2 format diskettes.  Includes source.
  9779.         Author:  Software Distillery
  9780.  
  9781. Heart3D        A program to find left ventricle outlines in the output
  9782.         of an Imatron CT scanner, and display wireframe animations
  9783.         of the beating heart.  Includes several sample CT scan
  9784.         outputs.  Binary only.
  9785.         Author:  Jonathan Harman
  9786.  
  9787. Ls        Version 3.1 of the popular UNIX style directory lister.
  9788.         This is an update to version 2.0 from disk 178, and
  9789.         includes some bug fixes, support for multiple wildcard
  9790.         pathnames, quicker sorting, a best-fit output, new
  9791.         output width and height options, and some other
  9792.         new features.  Includes source.
  9793.         Author:  Justin V. McCormick. 
  9794.  
  9795. Proc        Example program of how to create a full-fledged DOS
  9796.         process without needing to call LoadSeg first.  Based
  9797.         on an idea presented at BADGE.  Includes source.
  9798.         Author:  Leo Schwab
  9799.  
  9800. XprZmodem    An Amiga shared library which provides ZModem file
  9801.         transfer capability to any XPR-compatible communications
  9802.         program.  Version 1.0, includes source.
  9803.         Author:  Rick Huebner
  9804.  
  9805. ==========================  Contents of Disk 237  ==========================
  9806.  
  9807. This is disk 237 of the freely distributable AMIGA software library.
  9808. Below is a listing of the significant directories and their contents.
  9809.  
  9810.  
  9811. CLIPrint    An example of printing to the CLI from assembly code.
  9812.         Includes source (of course).
  9813.         Author:  Jeff Glatt
  9814.  
  9815. CType        Another text file reader, but this one is small, reasonably 
  9816.         fast, and includes bi-directional scrolling, search, go to
  9817.         a given percentage, and printing capabilities.  Version 1.0,
  9818.         includes source in assembly.
  9819.         Author:  Bill Nelson
  9820.  
  9821. DPlot        A simple display program for experimental data, with the
  9822.         goals of supporting paging through lots of data and 
  9823.         providing comfortable scaling and presentation.  Version
  9824.         1.0, source available from author.
  9825.         Author:  A. A. Walma
  9826.  
  9827. ILBMLib        A shared library (ilbm.library) to read/write IFF files,
  9828.         derived from the EA IFF code, along with various
  9829.         enhancements.  Includes examples of using the library
  9830.         from C code, assembly code, or BASIC, along with source
  9831.         for examples and interface code.
  9832.         Author:  Jeff Glatt
  9833.  
  9834. ParOut        Shows how to allocate and communicate directly with the
  9835.         parallel port hardware from an assembly language program.
  9836.         Includes source.
  9837.         Author:  Jeff Glatt (original C code by Phillip Lindsay)
  9838.  
  9839. Speed        A performance benchmark useful for comparing Amiga
  9840.         processing speeds.  Performs 10000 iterations of some
  9841.         selected groups of 68000 instructions while using the
  9842.         DateStamp time function to record how many ticks it takes
  9843.         to complete.  This timed duration is then compared against
  9844.         two known prestored times, one for a stock A2000 Amiga and
  9845.         one for an A2620 enhanced A2000.   A relative comparison
  9846.         is calculated and displayed.  Version 1.0, includes source
  9847.         in assembly language.
  9848.         Author:  Jez San
  9849.  
  9850. ==========================  Contents of Disk 238  ==========================
  9851.  
  9852. This is disk 238 of the freely distributable AMIGA software library.
  9853. Below is a listing of the significant directories and their contents.
  9854. This is revision "a"; the tetris clone was removed from the original
  9855. disk as requested by Spectrum Holobyte.
  9856.  
  9857.  
  9858. CWDemo        Demo version of a pop-up utility to control the color
  9859.         register assignments of Intuition custom screens.
  9860.         Version 3.1, binary only.
  9861.         Author:  Kimbersoft
  9862.  
  9863. DMouse        A versatile screen & mouse blanker, auto window activator,
  9864.         mouse accelerator, popcli, pop window to front, push
  9865.         window to back, etc, widget.  Includes DLineArt, a screen
  9866.         blanker replacement program for use with DMouse.  This is
  9867.         DMouse version 1.20, an update to version 1.10 on disk
  9868.         168/169.  Includes source.
  9869.         Author:  Matt Dillon
  9870.  
  9871. LabelPrint    A program that allows you to easily print labels for
  9872.         your disks.  This is version 2.5, an update to version
  9873.         1.9 from disk 210.  Shareware, binary only (source
  9874.         available from author).
  9875.         Author:  Andreas Krebs
  9876.  
  9877. NGC        Yet another virus check program.  Checks the bootblock on
  9878.         all inserted floppy disks and reports nonstandard ones.
  9879.         Checks the jump tables of all resident libraries and devices
  9880.         and reports suspicious entries.  Version 1, includes source
  9881.         in assembly.
  9882.         Author:  Ulf Nordquist
  9883.  
  9884. Pyth        A program to draw the Tree of Pythagoras.  Version 1.1,
  9885.         includes source.
  9886.         Author:  Andreas Krebs
  9887.  
  9888. ==========================  Contents of Disk 239  ==========================
  9889.  
  9890. This is disk 239 of the freely distributable AMIGA software library.
  9891. It contains Forth programs from the JGoodies #1 disk, from Delta Research
  9892. (the makers of JForth Professional 2.0).  All of the material has been
  9893. placed into a subdirectory (JGoodies).  Below is a listing of
  9894. subdirectories under JGoodies, and their contents.
  9895.  
  9896.  
  9897. Brunjes        Various tools submitted together by the author.  StringPkg
  9898.         is string package for both Forth style and NUL terminated
  9899.         strings.  Date&Time are handy tools for getting and printing
  9900.         formatted date and time.  Utils are utilities used by the
  9901.         other files.  CursorControl is an example of moving the text
  9902.         cursor.  SpaceOrEscape is a handy word for pausing or 
  9903.         stopping program output.  Includes source code.
  9904.         Author:  Roy Brunjes 
  9905.  
  9906. Evolution    This program graphically simulates the evolution of a
  9907.         species of "bugs", the insect kind.  Bugs, represented by
  9908.         moving blobs, eat bacteria represented by single pixels.
  9909.         They mutate, compete for food, reproduce and pass their
  9910.         mutations to their offspring.  Fascinating example of
  9911.         graphics and software simulation.  Standalone image and
  9912.         source code.
  9913.         Author:  Russel Yost 
  9914.  
  9915. FFT        Highly optimized Fast Fourier Transform tools for digital
  9916.         signal processing.  The FFT can be used to compute the
  9917.         frequency spectrum of a complex signal.  It is useful in
  9918.         a variety of different applications.  Floating point and
  9919.         integer versions.  Mixture of high level and assembly
  9920.         language code.  Includes source (requires JForth).
  9921.         Author:  Jerry Kallaus 
  9922.  
  9923. Guru        Handy "guru" number interpreter (well, handy after reboot
  9924.         anyway!).  Tells you what "81000009" means, for example.
  9925.         CLI usage only.  Standalone image with readme file. Source
  9926.         code included.
  9927.         Author:  Mike Haas
  9928.  
  9929. H2J        Converts 'C' style '.h' include files to JForth style '.j'
  9930.         files.  Useful when developing interfaces to new Amiga
  9931.         libraries like ARP, etc.  Standalone image and source code.
  9932.         Author:  Phil Burk 
  9933.  
  9934. HAMmmm2        Graphics hack that displays moving lines in a HAM screen
  9935.         for a hypnotic effect.  Uses sound tools from HMSL if
  9936.         available, for a drone sound that corresponds to the
  9937.         graphics image.  Standalone image and source code.
  9938.         Author:  Phil Burk 
  9939.  
  9940. HeadClean    This program, combined with a fibre cleaning disk, can be
  9941.         used to clean the heads on your disk drives.  Source code
  9942.         examples of accessing the Trackdisk device, and using
  9943.         gadgets are included.  Standalone image with source code.
  9944.         Shareware.  Version 2.0.
  9945.         Author:  Phil Burk 
  9946.  
  9947. JustBeeps    Simple example of using Audio and Timer devices.  Plays a
  9948.         series of beeps whose pitches are based on a just intoned
  9949.         tuning system.  Standalone image with source code.
  9950.         Author:  Phil Burk 
  9951.  
  9952. Mandelbrot    A fast Mandelbrot rendering program that uses some of the
  9953.         mathematical properties of the Mandelbrot set to greatly
  9954.         reduce the drawing time.  Demonstrates graphics programming,
  9955.         assembly language, menus and IFF file I/O.  Standalone image
  9956.         with source code.
  9957.         Author:  Nick Didkovsky 
  9958.  
  9959. NeuralNet    Example of Neural Net programming converted to JForth.
  9960.         Demonstrates a programming technique that many say is the
  9961.         wave of the future for software.  This is a simple demo that
  9962.         shows neural propagation.  Standalone image with source code.
  9963.         Author:  Robert E. La Quey, ported by Jack Woehr 
  9964.  
  9965. Textra        This easy-to-use text editor allows multiple windows,
  9966.         and provides a simple mouse driven interface.  Those
  9967.         familiar with the "Macintosh style" editors will be
  9968.         comfortable with Textra's Cut, Copy and Paste commands. 
  9969.         Standalone image. Documentation included. No source code.  
  9970.         Author:  Mike Haas
  9971. ==========================  Contents of Disk 240  ==========================
  9972.  
  9973. This is disk 240 of the freely distributable AMIGA software library.
  9974. Below is a listing of the significant directories and their contents.
  9975.  
  9976.  
  9977. CrossDOS    A "tryware" version of a mountable MS-DOS file system
  9978.         for the Amiga.  This is a software product that allows
  9979.         you to read and write MS-DOS/PC-DOS and Atari ST
  9980.         formatted disks (Version 2.0 or higher) directly from
  9981.         AmigaDOS.  This tryware version is a "readonly" version,
  9982.         which does not allow any writes to the disk.  A fully
  9983.         functional version is available for a very reasonable
  9984.         price from CONSULTRON.  Version 3.02, binary only.
  9985.         Author:  CONSULTRON, Leonard Poma
  9986.  
  9987. Dis        An AmigaDOS shareable library which implements a symbolic
  9988.         single-instruction disassembler for the MC68000 family and
  9989.         a program which uses the library to disassemble/dump 
  9990.         AmigaDOS object files, making full use of symbolic and
  9991.         relocation information.  Includes source code in Draco.
  9992.         Author:  Chris Gray
  9993.  
  9994. DM-Maps        IFF maps to the Dungeon Master game.  All 14 levels are
  9995.         included.
  9996.         Author:  Unknown
  9997.  
  9998. MemLib        A link library of routines to aid in debugging memory
  9999.         problems.  Works with Lattice C 5.0 and possibly with
  10000.         earlier versions.  It's features include trashing all
  10001.         allocated memory, trashing all freed memory, keeping
  10002.         track of freed memory with notification if it is 
  10003.         written to, notification of memory freed twice or
  10004.         not at all, notification of overrunning or underrunning
  10005.         allocated memory, generation of low memory conditions
  10006.         for testing purposes, and identification of violations
  10007.         of memory use by filename and line number of the
  10008.         allocating routine.  Includes source.
  10009.         Author:  John Toebes and Doug Walker
  10010.  
  10011. RunBack        This is version 6, an update to the version on disk 152
  10012.         (the version on disk 214 appears to be on a different
  10013.         evolutionary path).  This version compiles under Lattice
  10014.         with many optimizations enabled, and can be made resident.
  10015.         Includes source.
  10016.         Author:  Rob Peck, Daniel Barrett, Greg Searle, Doug Keller
  10017.  
  10018. XprLib        External file transfer protocol library.  Document and
  10019.         code example for implementing external file transfer
  10020.         protocols using Amiga shared libraries.  This is an
  10021.         update to the version included with the vlt program on
  10022.         disk 226.
  10023.         Author:  Willy Langeveld
  10024.  
  10025. ==========================  Contents of Disk 241  ==========================
  10026.  
  10027. This is disk 241 of the freely distributable AMIGA software library.
  10028. Below is a listing of the significant directories and their contents.
  10029.  
  10030.  
  10031. ASDG-rrd    Extremely useful shareware recoverable ram disk.  This
  10032.         AmigaDOS device driver implements a completely DOS
  10033.         compatible disk device in memory that survives resets,
  10034.         guru's, and crashes.  An absolute must for those with
  10035.         lots of ram.  This is an update to the version released
  10036.         on disk 58.  It now works with up to 8Mb of memory.  It
  10037.         was rewritten in assembly and is now faster and much
  10038.         smaller.  Binary only.
  10039.         Author:  Perry Kivolowitz, ASDG Inc.
  10040.  
  10041. CBBS        The W0RLI BBS system for use in amateur radio.  Originally
  10042.         written for IBM-PC compatibles, it was ported to the Amiga
  10043.         by Pete Hardie.  This is version 6.1c with source code.
  10044.         Author:  Hank Oredson, the CBBS group, Pete Hardie
  10045.  
  10046. Fix68010    A program which patches executables that fail to run
  10047.         on machines equipped with an M68010, so that they no
  10048.         longer use the prohibited priviledged instructions.
  10049.         Binary only.
  10050.         Author:  Gregor Brandt
  10051.  
  10052. Man        A program similar to the UNIX "man" program.  Displays
  10053.         information about a topic from manual pages.  Does not
  10054.         include any database of topics, you have to supply your
  10055.         own.  Version 1.2, includes source.
  10056.         Author:  Garry Glendown
  10057.  
  10058. NoClick        A program which silences the clicking of empty drives
  10059.         on the B2000 under AmigaDOS 1.3.  It should also work
  10060.         on an A500.  This is version 3.4, an update to the 
  10061.         version on disk 231.  Includes assembly source code.
  10062.         Author:  Norman Iscove
  10063.  
  10064. Tiles        A basic tile game like Shanghai or GunShy.  A board is
  10065.         covered with a set of 144 tiles, 36 different sets of
  10066.         4 identical tiles, each with a picture on it.  The
  10067.         object is to remove all the tiles, 2 at a time, by
  10068.         matching identical tiles.  Version 2.1, includes source
  10069.         in Modula II.
  10070.         Author:  Todd Lewis
  10071.  
  10072. ==========================  Contents of Disk 242  ==========================
  10073.  
  10074. This is disk 242 of the freely distributable AMIGA software library.
  10075. Below is a listing of the significant directories and their contents.
  10076.  
  10077.  
  10078. BootBlocks    Detailed documentation on what a bootblock is and
  10079.         how it works, along with some sample bootblocks and
  10080.         a program to install a custom bootblock.  Includes
  10081.         source for the sample bootblocks and the install
  10082.         program.
  10083.         Author:  Jonathan Potter
  10084.  
  10085. Check4Mem    Allows you to check for a specified amount of memory,
  10086.         with certain attributes, from a batch file.  If the
  10087.         requirements are not met, a WARN returncode is generated.
  10088.         Version 2, includes source.
  10089.         Author:  Jonathan Potter
  10090.  
  10091. CustReq        A glorified ASK command for your startup-sequence.  It
  10092.         generates a requester with the specified title, text,
  10093.         positive and negative gadgets (either of which can
  10094.         be the default), and an optional timeout value.
  10095.         Version 2, includes source.
  10096.         Author:  Jonathan Potter
  10097.  
  10098. FileReq        This is Jonathan's second version of a file requester,
  10099.         and is much more powerful than the one included on disk
  10100.         204.  Shareware, includes source.
  10101.         Author:  Jonathan Potter
  10102.  
  10103. FullView    A text viewer that uses gadgets at the bottom of the screen
  10104.         (thus can display text 80 columns wide), opens up to the
  10105.         full height of the workbench screen, has fast scrolling,
  10106.         and can work with compressed files (file compression 
  10107.         program included).  Shareware, binary only, source available
  10108.         from author.
  10109.         Author:  Jonathan Potter
  10110.  
  10111. Image-Ed    An icon editor that allows you to draw and edit images up to
  10112.         150 by 90, in up to 16 colors.  Allows freehand drawing,
  10113.         empty or filled rectangles, ellipses, and triangles, lines
  10114.         curves, and polygons, copy, flip about x or y axis,
  10115.         stretching and condensing, flood fill and complement,
  10116.         text with selection and loading of font style, undo,
  10117.         magnified and normal sized images, and two active drawing
  10118.         screens at once.  This is version 2.2, an update to version
  10119.         1.9 on disk 211.  Binary only, source available from author.
  10120.         Author:  Jonathan Potter
  10121.  
  10122. JAR        A shareware game (Jump And Run) using 3-D graphics.  Your
  10123.         task is to collect the blue pills lying on the floors and
  10124.         steps, not to fall down or off the steps, and to avoid
  10125.         several monsters wandering about.  You can collect various
  10126.         sorts of weapons to use against the monsters.  Version 1.0,
  10127.         binary only, source available from author.
  10128.         Author:  Andreas Ehrentraut
  10129.  
  10130. JPClock        A short clock program that is just packed with features.
  10131.         This is version 1.2, an update to version on disk 204.
  10132.         Includes source.
  10133.         Author:  Jonathan Potter
  10134.  
  10135. PPrefs        Preferable Preferences is a program designed to replace
  10136.         the standard preferences, that is shorter, more efficient,
  10137.         and easier to use.  Binary only.
  10138.         Author:  Jonathan Potter
  10139.  
  10140. PaletteReq    An easy way to set the palette of any screen from your
  10141.         program.  Includes source.
  10142.         Author:  Jonathan Potter
  10143.  
  10144. PopInfo        A small utility which "pops open" to give you information
  10145.         about the status of your devices and memory.  This is
  10146.         version 3.1, an update to version 3.0 on disk 223.
  10147.         Includes source.
  10148.         Author:  Jonathan Potter
  10149.  
  10150. ZeroVirus    A fully integrated virus checker and killer, with bootblock
  10151.         save and restore features.  Finds both bootblock and file
  10152.         based viruses.  This is version 1.3, binary only.
  10153.         Author:  Jonathan Potter
  10154.  
  10155. ==========================  Contents of Disk 243  ==========================
  10156.  
  10157. This is disk 243 of the freely distributable AMIGA software library.
  10158. Below is a listing of the significant directories and their contents.
  10159.  
  10160.  
  10161. FragIt        A dynamic memory thrasher for the Amiga.  FragIt randomly
  10162.         allocates and deallocates psuedo-random size values of
  10163.         memory, ranging from 16 bytes to 50000 bytes by default.
  10164.         The result is an allocation nightmare, thousands of memory
  10165.         fragments are being created and destroyed continuously.
  10166.         This puts stress on the memory allocation routines of an
  10167.         application undergoing testing by simulating a very busy,
  10168.         highly fragmented memory environment. This is version 2.0,
  10169.         featuring many bug fixes, a full intuition interface,
  10170.         configuration settings via the icon, and more.  Includes
  10171.         source.
  10172.         Author:  Justin V. McCormick
  10173.  
  10174. ImageLab    A program which performs image processing on IFF pictures.
  10175.         Includes standard image processing functions such as
  10176.         convolution, averaging, smoothing, enhancement, histograms,
  10177.         FFT's, etc.  Also includes file conversion functions,
  10178.         a clipboard, and other useful functions.  Version 2.2,
  10179.         binary only.
  10180.         Author:  Gary Milliorn
  10181.  
  10182. LPE        LaTeX Picture Editor is a graphical editor for producing
  10183.         "pictures" for the LaTeX system, which may be imported by
  10184.         LaTeX.  You can draw boxes, dashed boxes, lines, vectors,
  10185.         circles, boxes with centered text, and plain text.  This
  10186.         is version 1.0, binary only.
  10187.         Author:  Joerg Geissler
  10188.  
  10189. NoClick        A program which silences the clicking of empty drives
  10190.         on the B2000 under AmigaDOS 1.3.  It should also work
  10191.         on an A500.  This is version 3.5, a last minute update
  10192.         to version 3.4 on disk 241.  Includes assembly source code.
  10193.         Author:  Norman Iscove
  10194.  
  10195. Password    A program which enhances your computers security by making
  10196.         it complicated enough that users without your password
  10197.         will get discouraged trying to boot and use your system.
  10198.         This should keep out most casual or nontechnical users.
  10199.         Version 1.21p, binary only.
  10200.         Author:  George Kerber
  10201.  
  10202. Pcopy        An intuition based disk copier similiar to the resident
  10203.         "DiskCopy".  This is version 2.0, a highly upgraded
  10204.         rewrite of the version on disk 151.  It features high speed
  10205.         diskcopy with write-verify and data recovery from damaged
  10206.         tracks.  A lot of effort has gone into making this copier
  10207.         friendly in its usage, as well in its multitasking
  10208.         properties.  Binary only.
  10209.         Author:  Dirk Reisig
  10210.  
  10211. SimGen        This program will add a 2 or 4 color picture to your
  10212.         WorkBench screen.  If the picture is digitized, it will
  10213.         look much like a genlock, hence the name SimGen (Simulated
  10214.         Genlock).  Binary only.
  10215.         Author:  Gregg Tavares
  10216.  
  10217. SuperLines    A new lines demo with a realtime control panel that you
  10218.         can use to change various aspects of the action.  Has 10
  10219.         builtin color palettes, support for things like color
  10220.         "smudge", color cycling, color "bounce", multiple resolu-
  10221.         tions, and can display either lines or boxes.  This is
  10222.         version 1.0, binary only.
  10223.         Author:  Chris Bailey
  10224.  
  10225. WarpUtil    Warp (version 1.11), UnWarp (version 1.0), and WarpSplit
  10226.         (version 1.1).  Warp reads raw filesystems and archives
  10227.         them into a compressed version in a normal file.  UnWarp
  10228.         turns them back into filesystems.  WarpSplit splits them
  10229.         up into smaller pieces on a track by track basis.
  10230.         Binary only.
  10231.         Author:  SDS Software
  10232.  
  10233. ==========================  Contents of Disk 244  ==========================
  10234.  
  10235. This is disk 244 of the freely distributable AMIGA software library.
  10236. Below is a listing of the significant directories and their contents.
  10237.  
  10238.  
  10239. BBChampion    This is BootBlockChampionIII, a very nicely done program
  10240.         that allows you to load, save, and analyze any bootblock.
  10241.         This is version 3.1, binary only.
  10242.         Author:  Roger Fischlin
  10243.  
  10244. BootIntro    This program creates a small intro on the bootblock of any
  10245.         disk, which will appear after you insert the disk for
  10246.         booting.  The headline can be up to 44 characters.  The
  10247.         scrolling text portion can be up to 300 characters.  This
  10248.         is version 1.2, an update to version 1.0 on disk 188.
  10249.         Binary only.
  10250.         Author:  Roger Fischlin
  10251.  
  10252. FMC        An alternative to the NoFastMem program.  Uses a cute little
  10253.         switch gadget to turn fast memory on or off.  Version 1.2,
  10254.         includes source in assembly code.
  10255.         Author:  Roger Fischlin
  10256.  
  10257. SizeChecker    Size checker uses a list of possible sizes of a file to
  10258.         check for unexpected changes in the size of those files.
  10259.         For example, it can be used to spot a link virus or to
  10260.         point out changes in the configuration of your system.
  10261.         With the appropriate comments added to your size list,
  10262.         you can check to see what version of the files you are
  10263.         using (1.2, 1.3, 1.4, ARP, etc).  Version 1.0, binary only.
  10264.         Author:  Roger Fischlin
  10265.  
  10266. TextDisplay    A text display program, like "more" or "less", but about
  10267.         half the size and handles all screen formats (pal/ntsc,
  10268.         interlace/non-interlace, etc).  This is version 1.52, an
  10269.         update to version 1.1 on disk 188.  Binary only.
  10270.         Author:  Roger Fischlin
  10271.  
  10272. XColor        A program designed to change the colors of any screen.
  10273.         You can also add and subtract bitplanes in the screen,
  10274.         or convert the screen to black and white (grayscale).
  10275.         Handles HAM and EHB screens.  Version 1.2, includes
  10276.         source in assembly code.
  10277.         Author:  Roger Fischlin
  10278.  
  10279. ==========================  Contents of Disk 245  ==========================
  10280.  
  10281. This is disk 245 of the freely distributable AMIGA software library.
  10282. Below is a listing of the significant directories and their contents.
  10283.  
  10284.  
  10285. ATOF        A small utility that allows you to use the fonts of another
  10286.         disk without using the CLI.  Version 1.0, binary only.
  10287.         Author:  Roger Fischlin
  10288.  
  10289. BootIntro    This program creates a small intro on the bootblock of
  10290.         any disk, which will appear after you insert the disk for
  10291.         booting.  This is the "next generation" BootIntro, a
  10292.         more colorful version than the one on disk 244, but
  10293.         the text must be shorter.  The first line can be up to
  10294.         24 characters.  The second and third lines can be up to
  10295.         22 characters.  The scrolling text can be up to 98
  10296.         characters.  This is "next generation version 1.1".
  10297.         Binary only.
  10298.         Author:  Roger Fischlin
  10299.  
  10300. Fenster        A program which can operate on windows owned by another
  10301.         program, to close them, change their size, refresh gadgets,
  10302.         move the window to the background, etc.  Version 1.0,
  10303.         includes source.
  10304.         Author:  Roger Fischlin
  10305.  
  10306. PathMaster    A file requester with lots of features.  Can be easily
  10307.         configured by the programmer to suit a variety of
  10308.         applications.  Includes source.
  10309.         Author:  Justin McCormick
  10310.  
  10311. Reversi        Plays the classical reversi game on an 8 x 8 square field.
  10312.         Version 1.2, includes source in assembly code.
  10313.         Author:  Marc Fischlin
  10314.  
  10315. Vlt        This is a binary update to the vlt program on disk 226,
  10316.         and fixes a problem with external protocol support.
  10317.         You still need the rest of the files from disk 226.
  10318.         Version 4.065, binary only.
  10319.         Author:  Willy Langeveld
  10320.  
  10321. ==========================  Contents of Disk 246  ==========================
  10322.  
  10323. This is disk 246 of the freely distributable AMIGA software library.
  10324. Below is a listing of the significant directories and their contents.
  10325.  
  10326.  
  10327. Dmake        Release version 1.0 of Matt's version of the UNIX make
  10328.         utility.  Update to beta version released on disk 179.
  10329.         Features multiple dependancies, wildcard support, and
  10330.         more.  Binary only.
  10331.         Author:  Matt Dillion 
  10332.  
  10333. LabelPrint    A program that allows you to easily print labels for
  10334.         your disks.  This is version 2.5b, an update to version
  10335.         2.5 from disk 238.  Shareware, binary only (source
  10336.         available from author).
  10337.         Author:  Andreas Krebs
  10338.  
  10339. NComm        A terminal program for the Amiga based on comm version 1.34.
  10340.         Has hot keys for most program functions (including dialing
  10341.         up to 10 phone numbers), PAL and NTSC support for normal
  10342.         or interlaced screens, screen I/O greater than 2400
  10343.         baud, ANSI/VT100 terminal emulation with full 8 color
  10344.         text support, IBM graphics, optional translation styles,
  10345.         split screen mode, full user control of color palette, full
  10346.         support for all European languages, full serial port control
  10347.         with baud rates up to 19200, script language, phonebook,
  10348.         keyboard macros, and more.  Version 1.8, binary only.
  10349.         Author:  DJ James, Daniel Bloch, et. al.
  10350.  
  10351. NoClick        A program which silences the clicking of empty drives
  10352.         on the B2000 under AmigaDOS 1.3.  It should also work
  10353.         on an A500.  This is version 3.6, an update to version
  10354.         to version 3.5 on disk 243.  Includes assembly source
  10355.         code.
  10356.         Author:  Norman Iscove
  10357.  
  10358. ScreenShare    A library and support programs that enable applications
  10359.         to open up windows on other applications' custom screens.
  10360.         For example, your editor may want to open a window on
  10361.         your terminal emulator's screen so you can compose a
  10362.         message while still being able to see the contents of
  10363.         the terminal's screen.  Both applications must cooperate
  10364.         for the screen sharing to work.  Version 1.2, includes
  10365.         source for interface portions.
  10366.         Author:  Willy Langeveld
  10367.  
  10368. Ty        A text display program based on Amiga "less" version 1.0.
  10369.         Has both keyboard and mouse control of all functions,
  10370.         an intuition interface, and uses the Amiga specific
  10371.         keys (such as the Help key) correctly.  Version 1.3,
  10372.         includes source.
  10373.         Author:  Mark Nudelman, Bob Leivian, Tony Wills
  10374.  
  10375. ==========================  Contents of Disk 247  ==========================
  10376.  
  10377. This is disk 247 of the freely distributable AMIGA software library.
  10378. Below is a listing of the significant directories and their contents.
  10379.  
  10380.  
  10381. AnalogJoystick    Software support for use of analog joysticks on the Amiga.
  10382.         Includes a driver, a header file for code that calls the
  10383.         driver, and an example program that uses the driver.
  10384.         Includes source.
  10385.         Author:  Dave Kinzer
  10386.  
  10387. AssemTools    A collection of files which should be of great interest
  10388.         to Amiga assembly language programmers.  The collection
  10389.         includes 140 macro routines which make assembly language
  10390.         programming a lot easier.  There is also a library of
  10391.         routines containing buffered C-like file handling
  10392.         functions (fopen, fclose, fgets, fputs, etc) and a file
  10393.         name requester.  All routines are re-entrant.  Includes
  10394.         source for example programs using the macros and library,
  10395.         and a 65c02 cross macro assembler.
  10396.         Author:  Jukka Marin
  10397.  
  10398. RemoteLogin    A couple of programs which make possible remote access to
  10399.         your Amiga.  One program checks the serial port for an
  10400.         incoming call, and starts a program when it is detected.
  10401.         The other is a password protection program which allows
  10402.         starting various programs based upon login id, thus
  10403.         providing some minimal security for your computer.
  10404.         Includes source.
  10405.         Author:  Dave Kinzer
  10406.  
  10407. XprLib        External file transfer protocol library.  Document and
  10408.         code example for implementing external file transfer
  10409.         protocols using Amiga shared libraries.  This is version
  10410.         2.0, an update to the version on disk 240, with many
  10411.         extensions and enhancements.  Includes sample XPR library
  10412.         and source.
  10413.         Author:  Willy Langeveld
  10414.  
  10415. ==========================  Contents of Disk 248  ==========================
  10416.  
  10417. This is disk 248 of the freely distributable AMIGA software library.
  10418. Below is a listing of the significant directories and their contents.
  10419.  
  10420.  
  10421. AmiGantt    A project definition and management tool designed to
  10422.         create a simple, interactive method of outlining the
  10423.         task required to complete a particular project, using
  10424.         the GANTT chart as the input format.  AmiGantt displays
  10425.         the project in a multi-window mode with separate windows
  10426.         for the GANTT chart, task information input, resource
  10427.         histogram display, and Pert chart display.  Up to 500
  10428.         tasks may be defined for any project, and a project may
  10429.         contain other projects as tasks.  Version 3.0.0, shareware,
  10430.         binary only.
  10431.         Author:  Donald Tolson
  10432.  
  10433. CLI-Colors    A simple little program to change the colors of the border
  10434.         around a CLI window.  Includes source in assembly code.
  10435.         Author:  Michael Sinz
  10436.  
  10437. Flipper        A small, fast, Othello program.  Does not use any look-
  10438.         ahead methods.  Binary only.
  10439.         Author:  Michael Sinz
  10440.  
  10441. Maze        An example of a fully re-entrant maze generation program
  10442.         written in assembly language using Manx's assembler.
  10443.         Includes source.
  10444.         Author:  Michael Sinz
  10445.  
  10446. NetHandler    The Software Distillery's network file system handler
  10447.         (NET:), using Matt Dillon's DNET to mount one Amiga's
  10448.         devices on another Amiga.  It also serves as an example
  10449.         file system written entirely in Lattice C.  Version 1.0,
  10450.         includes source.
  10451.         Author:  Software Distillery
  10452.  
  10453. Regex        An Amiga shared library version of the GNU regular
  10454.         expression package from the Free Software Foundation.
  10455.         A regular expression is a concise method of describing
  10456.         a pattern of characters in a string. By use of special
  10457.         wildcards, almost any pattern can be described. A regular
  10458.         expression pattern can be used for searching strings in
  10459.         such programs as editors or other string handling programs.
  10460.         Version 1.0, includes source.
  10461.         Author:  Edwin Hoogerbeets, FSF, Jim Mackraz
  10462.  
  10463. ==========================  Contents of Disk 249  ==========================
  10464.  
  10465. This is disk 249 of the freely distributable AMIGA software library.
  10466. Below is a listing of the significant directories and their contents.
  10467.  
  10468.  
  10469. Automata    Four cellular automata programs.  AutomaTron is a one
  10470.         dimensional cellular automation, Crud is a automation
  10471.         based on a sum index rule, Demon is a cyclic space
  10472.         automation described in the Aug 89 Scientific American,
  10473.         and Life is one of the oldest and best known of all
  10474.         cellular automata.  Includes source.
  10475.         Author:  Gary Teachout
  10476.  
  10477. Slicer        Slicer computes and displays images of the Mandelbrot
  10478.         and Julia sets.  Unlike many Mandelbrot programs that
  10479.         generate pictures directly, Slicer computes and stores
  10480.         an array of raw data which it may then render into
  10481.         pictures in a number of ways.  Version 1.0, binary only.
  10482.         Author:  Gary Teachout
  10483.  
  10484. TurMite        A two dimensional turing machine simulator.  Imagine a
  10485.         small bug crawling around on your computer display moving
  10486.         one pixel at a time. At each step it uses its internal
  10487.         state number and the color of the pixel it's on as indexes
  10488.         into a set of tables to decide what color to change the
  10489.         pixel to, what direction to move, and what its new internal
  10490.         state should be.  Includes source.
  10491.         Author:  Gary Teachout
  10492. ==========================  Contents of Disk 250  ==========================
  10493.  
  10494. This is disk 250 of the freely distributable AMIGA software library.
  10495. Below is a listing of the significant directories and their contents.
  10496.  
  10497.  
  10498. ASimplex    An implementation of the Simplex algorithm for solving
  10499.         linear programs.  It uses the standardized MPSX-format
  10500.         for input data files.  This is version 1.5, an update
  10501.         to version 1.2 on disk 199.  Changes include bug fixes,
  10502.         the ability to run from CLI, it's own window for I/O,
  10503.         and some new and improved commands.  Includes source.
  10504.         Author:  Stefan Forster
  10505.  
  10506. Gravity-Well    A celestial motion simulator that simulates the motion
  10507.         of up to twenty bodies in a Newtonian universe.  The
  10508.         view of the simulation may be scaled, rotated in three
  10509.         dimensions or repositioned.  Includes source.
  10510.         Author:  Gary Teachout
  10511.  
  10512. Paranoids    An asylum escape game.  Paranoids is a traditional board
  10513.         game played by drawing cards, rolling dice, and moving
  10514.         pieces around the board.  Each player has six pieces,
  10515.         four patients and two doctors.  The object of the game is
  10516.         to get all of your patients out of the asylum.  This is
  10517.         version 1.0, binary only.
  10518.         Author:  Richard Anderson and Gary Teachout
  10519.  
  10520. RPSC        A reverse polish scientific calculator.  RPSC is a
  10521.         programmable RPN calculator in the Hewlett-Packard
  10522.         tradition.  It supports operations with real numbers,
  10523.         complex numbers, matrices, and 3-D vectors, as well as
  10524.         storage and recall of labeled variables.  Data and
  10525.         programs may be saved, loaded, or written as ASCII text,
  10526.         to AmigaDOS files.  This is version 1.1, binary only.
  10527.         Author:  Gary Teachout
  10528.  
  10529. ==========================  Contents of Disk 251  ==========================
  10530.  
  10531. This is disk 251 of the freely distributable AMIGA software library.
  10532. Below is a listing of the significant directories and their contents.
  10533.  
  10534.  
  10535. Debug        A symbolic debugger for the Amiga.  Features include
  10536.         symbolic disassembly, simple expression parsing,
  10537.         multiple breakpoints, memory fill, memory dump,
  10538.         single step in trace mode, skip over subroutines, etc.
  10539.         Version 2.10, binary only.
  10540.         Author:  Jim Thibodeau and Larry LaPlume
  10541.  
  10542. DiskSalv    A disk recovery program for all Amiga file system devices
  10543.         that use either the Amiga Standard File System or the
  10544.         Amiga Fast File System.  Disksalv creates a new filesystem
  10545.         structure on another device, with as much data salvaged from
  10546.         the original device as possible.  This is version 1.42, an
  10547.         update to the version released on disk 212.  Binary only.
  10548.         Author:  Dave Haynie
  10549.  
  10550. DiskSpeed    A disk speed testing program specifically designed to give
  10551.         the most accurate results of the true disk performance of
  10552.         the disk under test.  Automatically updates and maintains
  10553.         an ASCII database of disk results for tested disks.  This
  10554.         is version 1.0, includes source in C.
  10555.         Author:  Michael Sinz
  10556.  
  10557. Linstrom    Some miscellaneous small programs from the Linstrom family.
  10558.         Includes some basic games, some programs based on algorithms
  10559.         from the Computer Recreations column in Scientific American
  10560.         (demon, turmites, mountain), and a fish tank simulator.
  10561.         Includes source.
  10562.         Author:  Lloyd Linstrom and family
  10563.  
  10564. Monopoly    A simulation of the Parker Brother's board game MONOPOLY.
  10565.         Binary only, source available from author.
  10566.         Author:  Ed Musgrove
  10567.  
  10568. RoadRoute    A trip planner that takes a list of cities and a list
  10569.         of known routes between cities, and generates the distance
  10570.         and time required to reach your destination.  Version 1.0,
  10571.         includes source.
  10572.         Author:  Jim Butterfield
  10573.  
  10574. ==========================  Contents of Disk 252  ==========================
  10575.  
  10576. This is disk 252 of the freely distributable AMIGA software library.
  10577. Below is a listing of the significant directories and their contents.
  10578.  
  10579.  
  10580. CrossDOS    A "tryware" version of a mountable MS-DOS file system
  10581.         for the Amiga.  This is a software product that allows
  10582.         you to read and write MS-DOS/PC-DOS and Atari ST
  10583.         formatted disks (Version 2.0 or higher) directly from
  10584.         AmigaDOS.  This tryware version is a "readonly" version,
  10585.         which does not allow any writes to the disk.  A fully
  10586.         functional version is available for a very reasonable
  10587.         price from CONSULTRON.  This is version 3.05b, an update
  10588.         to version 3.02 on disk 240.  Binary only.
  10589.         Author:  CONSULTRON, Leonard Poma
  10590.  
  10591. TrekTrivia    Very nice mouse-driven trivia type program for Star Trek 
  10592.         fans.  Contains 100 questions with additional trivia disks
  10593.         available from the author.  This is version 2.0, an update
  10594.         to the version on disk 180, and includes selectable skill
  10595.         levels, a cheat mode, and 250K of digitized music.  Binary
  10596.         only, shareware.
  10597.         Author:  George Broussard 
  10598.  
  10599. Zerg        An Ultima clone that takes your character through a simple
  10600.         but deadly fantasy world where you get to slaughter monsters,
  10601.         talk with the inhabitants of fully populated towns, embark
  10602.         on royal quests, purchase a plethora of weapons, cast spells,
  10603.         and otherwise occupy yourself while your computer is engaged
  10604.         in more important business.  Version 1.0, binary only.
  10605.         Author:  Mike Shapiro
  10606.  
  10607. ==========================  Contents of Disk 253  ==========================
  10608.  
  10609. This is disk 253 of the freely distributable AMIGA software library.
  10610. Below is a listing of the significant directories and their contents.
  10611.  
  10612.  
  10613. DumpDiff    A small utility that prints the hexdumps of 2 files,
  10614.         with all differences between these two files highlighted.
  10615.         Version 1.0, includes source in Modula-II.
  10616.         Author:  Fridtjof Siebert
  10617.  
  10618. Elements    Very nice interactive display of the the Periodic Table 
  10619.         of Elements.  Can display a large amount of pertinent
  10620.         data about a selected element along with a good deal of 
  10621.         general and miscellaneous info.  This is version 1.2a,
  10622.         an update to the version on disk 175.  It loads faster,
  10623.         takes up less disk space, fixes a minor bug, and adds
  10624.         a couple of enhancements.  Includes source in C.
  10625.         Author:  Paul Thomas Miller
  10626.  
  10627. KeyMac        A keyboard macro processor that allows you to record
  10628.         keystrokes and then play them back.  Version 0.1,
  10629.         includes source in Modula-II.
  10630.         Author:  Fridtjof Siebert
  10631.  
  10632. MegaWB        A program that makes it possible to make your WorkBench
  10633.         screen as large as you like.  Version 1.2, includes source
  10634.         in Modula-II.
  10635.         Author:  Fridtjof Siebert
  10636.  
  10637. MuchMore    Another program like "more", "less", "pg", etc.  This one
  10638.         uses its own screen to show the text using a slow scroll.
  10639.         Includes built-in help, commands to search for text, and
  10640.         commands to print the text.  Works with PAL or NTSC, in
  10641.         normal or overscan modes.  Supports 4 color text in bold,
  10642.         italic, underlined, or inverse fonts.  Version 2.5, this
  10643.         is an update to version 1.8 from disk 234.  Includes source
  10644.         in Modula-II and assembly code.
  10645.         Author:  Fridtjof Siebert
  10646.  
  10647. MultiSelect    A small program that makes it possible to select several
  10648.         icons on the workbench without having to press the Shift
  10649.         key.  This is version 1.0, includes source in Modula-II.
  10650.         Author:  Fridtjof Siebert
  10651.  
  10652. PowerPacker    A shareware command and data cruncher, with a full intuition
  10653.         user interface.  Executable files which are crunched are
  10654.         automatically decrunched upon execution, thus saving precious
  10655.         disk space on systems without hard disks.  Version 2.3b,
  10656.         binary only.
  10657.         Author:  Nico Francois
  10658.  
  10659. WBShadow    A small program that creates a shadow for everything
  10660.         that's displayed on your WorkBench (Windows, Icons, Gadgets,
  10661.         Menus, Texts, etc).  This is version 1.0, includes source
  10662.         in Modula-II.
  10663.         Author:  Fridtjof Siebert
  10664.  
  10665. With        A CLI command that allows you to start any other CLI command
  10666.         several times and give it all the files that match a file
  10667.         pattern as an argument, one at a time.  This is version 1.0,
  10668.         includes source in Modula-II.
  10669.         Author:  Fridtjof Siebert
  10670.  
  10671. ==========================  Contents of Disk 254  ==========================
  10672.  
  10673. This is disk 254 of the freely distributable AMIGA software library.
  10674. Below is a listing of the significant directories and their contents.
  10675.  
  10676.  
  10677. Etale        Another "more" or "less" type file reader, which differs
  10678.         from the others in that it supports superscripts and
  10679.         subscripts at very low memory cost, and supports a
  10680.         complete Greek alphabet.  Includes source.
  10681.         Author:  William Hammond
  10682.  
  10683. MachII        A "mouse accelerator" program that also includes hotkeys,
  10684.         the features of sun mouse, clicktofront, popcli, title bar
  10685.         clock with a bbs online charge accumulator, and    more. 
  10686.         This is version 2.6, an update to version 2.4c on disk
  10687.         163.  Binary only.
  10688.         Author:  Brian Moats
  10689.  
  10690. PatternLib    A sharable library which implements AmigaDOS pattern
  10691.         matching, and a program that compiles "fd" files into
  10692.         library headers and interface stubs.  Includes source
  10693.         in Draco.
  10694.         Author:  Chris Gray, posted on BIX by Jeff White
  10695.  
  10696. SlotCars    A fast action one or two player game of "dueling" slotcars.
  10697.         Shoot rockets at your opponent and avoid his.  Binary only.
  10698.         Author:  Brian Moats
  10699.  
  10700. Uedit        Version 2.5b of this nice shareware editor.  Has learn
  10701.         mode, a command language, menu customization, hyper text,
  10702.         and other user configurability and customizability
  10703.         features.  Binary only, shareware, replaces version 2.4g
  10704.         on disk 189.
  10705.         Author:  Rick Stiles
  10706.  
  10707. ==========================  Contents of Disk 255  ==========================
  10708.  
  10709. This is disk 255 of the freely distributable AMIGA software library.
  10710. Below is a listing of the significant directories and their contents.
  10711.  
  10712.  
  10713. CyclicSpace    A Griffeathian cyclic space generator program.  Implements
  10714.         a cellular automaton as described in the August 89 issue
  10715.         of Scientific American.  Version 1.42, includes source in
  10716.         assembly code.
  10717.         Author:  A. J. Brouwer
  10718.  
  10719. MakeIcon    This program will make an icon (.info file) using image
  10720.         data from either another icon, or an IFF picture file.
  10721.         The image data is drawn on the screen so you can see
  10722.         exactly what your icon will look like.  You can also
  10723.         go the other way, and make IFF files from icons, which
  10724.         can then be loaded into a standard IFF graphics editor.
  10725.         Version 1.1, binary only, source available from author.
  10726.         Author:  Paul Blum
  10727.  
  10728. MED        A music editor much like SoundTracker.  A song consists
  10729.         of up to 50 blocks of music, which can be played in any
  10730.         order.  Editing features include cut/paste/copy tracks
  10731.         or blocks, changing the vibrato, tempo, crescendo, and
  10732.         note volume.  Other features include switching of the
  10733.         low-pass-filter on or off on a per song basis, and a cute
  10734.         little animated pointer of a guy doing "jumping jacks" in
  10735.         time to the music!  This is version 1.12, binary only.
  10736.         Source for a player program included.
  10737.         Author:  Teijo Kinnunen
  10738.  
  10739. RolandD110    A program to transfer sound samples between the Amiga
  10740.         and a Roland D-110.  Version 1.0, binary only.
  10741.         Author:  Dieter Bruns
  10742.  
  10743. RolandS220    A program to transfer sound samples between the Amiga
  10744.         and a Roland S-220.  This is version 2.0, an update to
  10745.         MIDIsoft version 1.0 on disk 199.  Includes several
  10746.         enhancements.  Binary only.
  10747.         Author:  Dieter Bruns
  10748.  
  10749. SunMaze        The 3d maze demo from disk 171, now expanded with shadows
  10750.         in the corridors to give more sense of direction.  Includes
  10751.         source.
  10752.         Author:  Werner Gunther,  Shadows by Dirk Reisig
  10753.  
  10754. ==========================  Contents of Disk 256  ==========================
  10755.  
  10756. This is disk 256 of the freely distributable AMIGA software library.
  10757. Below is a listing of the significant directories and their contents.
  10758.  
  10759.  
  10760. BlitDemons    This program implements the Demons cellular automaton as
  10761.         described in the August, 1989, issue of Scientific American.
  10762.         Using extremely simple rules it exhibits rather complex 
  10763.         behaviour.  Uses the blitter to perform over 350,000 cell-
  10764.                 generations per second.  Version 1.0, includes source.
  10765.         Author:  Walter Strickler
  10766.  
  10767. NameGame    A game based on a popular type of word skill puzzle contest
  10768.         generally sponsored by newspapers.  Binary only.
  10769.         Author:  Mike Savin, Gladstone Productions
  10770.  
  10771. Stevie        A public domain clone of the UNIX 'vi' editor.  Supports
  10772.         window-sizing, arrow keys, and the help key.  This is
  10773.         version 3.7a, an update to version 3.6 on disk 217.
  10774.         Changes include the addition of ARP wildcard expansion
  10775.         for file names, support for the "!cmd" feature of vi,
  10776.         other small enhancements, and some bug fixes.  Includes
  10777.         source.
  10778.         Author: Various, Amiga work by G. R. (Fred) Walter
  10779.  
  10780. ==========================  Contents of Disk 257  ==========================
  10781.  
  10782. This is disk 257 of the freely distributable AMIGA software library.
  10783. Below is a listing of the significant directories and their contents.
  10784.  
  10785.  
  10786. ColorReq    A color palette library callable from any program. Used
  10787.         to adjust the colors of any screen. Automatically adjusts
  10788.         to screen size, number of colors.  Has many features
  10789.         including SPREAD, COPY, UNDO, RGB, HSV, as well as
  10790.         customizable gadgets.  Binary only.
  10791.         Author:  Jeff Glatt and Jim Fiore
  10792.  
  10793. FileIO        An update to the file requester library that appeared on
  10794.         disk #203.  This one has new features, include files, docs,
  10795.         and examples in C, assembly, and Basic.  Binary only
  10796.         Author:  Jeff Glatt and Jim Fiore
  10797.              based on original C by R.J. Mical
  10798.  
  10799. Vlt        VLT is both a VT100 emulator and a Tektronix (4014 plus
  10800.         subset of 4105) emulator, currently in use at SLAC
  10801.         (Stanford Linear Accelerator Center).  Although the VT100
  10802.         part was originally based on Dave Wecker et al.'s VT100,
  10803.         many enhancements were made. The program requires ARP,
  10804.         and it has an ARexx port.  XMODEM 1K/CRC and Kermit protocol
  10805.         support also included.  Other features include support for
  10806.         additional serial ports, external file transfer protocols,
  10807.         and "chat" mode.  The Tektronix emulation allows saving
  10808.         IFF files, PostScript files, and printing bitmaps to the
  10809.         printer.  This is version 4.226, an update to version 4.065
  10810.         on disk 245 and version 4.036 on disk 226.  It comes in two
  10811.         versions, one with Tektronix emulation, and one without.
  10812.         Other changes include full XPR version 2.0 support, and a
  10813.         scrollback/review/history buffer.  Binary only.
  10814.         Author:  Willy Langeveld
  10815.  
  10816. ==========================  Contents of Disk 258  ==========================
  10817.  
  10818. This is disk 258 of the freely distributable AMIGA software library.
  10819. Below is a listing of the significant directories and their contents.
  10820.  
  10821.  
  10822. Backup        Backup and Restore allow you to backup any directory
  10823.         tree with optional compression, and later extract all
  10824.         or part of the tree.  The protection, date, and file
  10825.         comment are saved with each file.  This is version 2.04,
  10826.         an update to version 2.01 on disk 168.  Binary only.
  10827.         Author:  Matt Dillon
  10828.  
  10829. DMouse        A versatile screen & mouse blanker, auto window activator,
  10830.         mouse accelerator, popcli, pop window to front, push
  10831.         window to back, etc, widget.  Includes DLineArt, a screen
  10832.         blanker replacement program for use with DMouse.  This is
  10833.         DMouse version 1.20, an update to the version on disk
  10834.         238 (also called version 1.20).  Includes source.
  10835.         Author:  Matt Dillon
  10836.  
  10837. STReplay    A shared library which allows loading and playing of
  10838.         SoundTracker modules, even from high level languages like
  10839.         Basic or C, without any special effort.  Includes source.
  10840.         Author:  Oliver Wagner
  10841.  
  10842. Suplib        The support library needed to rebuild various programs
  10843.         of Matt's from the source, including Dme, DMouse, etc.
  10844.         Update to version on disk 169.  Includes source.
  10845.         Author:  Matt Dillon
  10846.  
  10847. ==========================  Contents of Disk 259  ==========================
  10848.  
  10849. This is disk 259 of the freely distributable AMIGA software library.
  10850. Below is a listing of the significant directories and their contents.
  10851.  
  10852.  
  10853. EFJ        A fast action machine-code game (Escape From Jovi)
  10854.         featuring hi-res scrolling, large playfield, disk based
  10855.         high score list, stereo sound, multiple levels, a cheat
  10856.         mode, realistic inertia and gravitational effects, an
  10857.         animated sprite, and more.  Use a joystick in port 2 to
  10858.         control the ship.  This is version III, an update to the
  10859.         version on disk 148.  Includes source in assembly code.
  10860.         Author:  Oliver Wagner
  10861.  
  10862. ==========================  Contents of Disk 260  ==========================
  10863.  
  10864. This is disk 260 of the freely distributable AMIGA software library.
  10865. Below is a listing of the significant directories and their contents.
  10866.  
  10867.  
  10868. Accordion    Demo version of a solitaire type card game.  The object
  10869.         of the game is to condense all the cards into one pile.
  10870.         The cards are dealt face up from left to right, one at
  10871.         a time.  Piles are built by moving a card or pile from
  10872.         the left onto a card or pile to the right.  Version 1.0.1,
  10873.         binary only.
  10874.         Author:  Steve Francis
  10875.  
  10876. Calculation    Demo version of a solitaire type card game.  The object
  10877.         of the game is to stack the cards into four ordered stacks,
  10878.         one that counts by one, another that counts by two, another
  10879.         that counts by three and another that counts by four.
  10880.         Version 1.0.2, binary only.
  10881.         Author:  Steve Francis
  10882.  
  10883. CCLib        An implementation of the standard C library, that is done
  10884.         as an Amiga shared library, containing over 140 functions.
  10885.         Version 1.3, binary only.
  10886.         Author:  Robert Albrecht
  10887.  
  10888. SeaHaven    Demo version of a solitaire type card game.  The object
  10889.         of the game is to separate the deck into its four suits,
  10890.         each in an ordered stack from ace to king.  Version 1.1,
  10891.         binary only.
  10892.         Author:  Steve Francis
  10893.  
  10894. ==========================  Contents of Disk 261  ==========================
  10895.  
  10896. This is disk 261 of the freely distributable AMIGA software library.
  10897. Below is a listing of the significant directories and their contents.
  10898.  
  10899.  
  10900. CopDis        A copper list disassembler that can be run from the
  10901.         CLI or linked with and run directly from an application
  10902.         program.  This is version 0.0a and includes source.
  10903.         Author:  Karl Lehenbauer
  10904.  
  10905. ShowBiz        A fun animation with mice, a dancing alligator,
  10906.         a sheep on a trampoline, and more.  Includes
  10907.         source in "director format".
  10908.         Author:  Robert Corns
  10909.  
  10910. XprZmodem    An Amiga shared library which provides ZModem file
  10911.         transfer capability to any XPR-compatible communications
  10912.         program.  This is version 2.0, an update to version 1.0
  10913.         on disk 236.  It adds support for XPR spec version 2.0
  10914.         capabilities, including automatic download activation,
  10915.         better user interface for setting options, improved
  10916.         transmission speed, and other minor enhancements.
  10917.         Includes source.
  10918.         Author:  Rick Huebner
  10919.  
  10920. ==========================  Contents of Disk 262  ==========================
  10921.  
  10922. This is disk 262 of the freely distributable AMIGA software library.
  10923. Below is a listing of the significant directories and their contents.
  10924.  
  10925.  
  10926. Indent        This is version 1.1 of GNU Indent, a C source code 
  10927.         formatter/indenter.  Especially useful for cleaning
  10928.         up inconsistently indented code.  Includes source.
  10929.         Authors:  Developed by the University of California, 
  10930.         Berkeley, the University of Illinois, Urbana, and Sun 
  10931.         Microsystems, Inc.  GNU version by Jim Kingdon, Amiga 
  10932.         port by Dan Riley.
  10933.  
  10934. Jumble        A quick "brute force" program for solving for anagrams.
  10935.         Not very elegant, but gets the job done.  Includes source.
  10936.         Author:  Mike Groshart
  10937.  
  10938. Lotto        Lotto is designed to replace your user group's old shoebox
  10939.         full of membership numbers and names and add some pizzaz to
  10940.         the process of drawing for doorprizes at club meetings.
  10941.         Includes source.
  10942.         Author:  Mike Groshart
  10943.  
  10944. QMouse        A very small mouse accelerator (4K) written in assembly
  10945.         language, but with most of the features of its larger
  10946.         cousins.  Not related to QMouse on disk 49.  This is
  10947.         version 1.6, shareware, binary only.
  10948.         Author:  Lyman Epp
  10949.  
  10950. QView        A very small file view program (only 3K) written in assembly
  10951.         language, but with most of the features of its larger
  10952.         cousins.  Version 1.1, shareware, binary only.
  10953.         Author:  Lyman Epp
  10954.  
  10955. WorldDataBank    A project using geographical data, declassified and made
  10956.         available by the CIA under the Freedom of Information Act,
  10957.         to draw a Mercator projection of any area of the Earth
  10958.         that you would like to inspect, in various degrees of
  10959.         magnification.  Also includes a program that displays a
  10960.         "satellite view" of any region.  Version 2.0, includes
  10961.         source.
  10962.         Author:  The CIA, Mike Groshart, Bob Dufford
  10963.  
  10964. ==========================  Contents of Disk 263  ==========================
  10965.  
  10966. This is disk 263 of the freely distributable AMIGA software library.
  10967. Below is a listing of the significant directories and their contents.
  10968.  
  10969.  
  10970. Sentinel    A large ray-traced animation created with Turbo Silver
  10971.         SV, Deluxe Photolab, Deluxe Paint III, and the Director.
  10972.         It consists of approximately 60 to 70 frames of animation,
  10973.         rendered during a period of about three and a half weeks.
  10974.         This is Bradley Schenck's entry to the 1989 BADGE Killer
  10975.         Demo contest, and won first place in the contest.  Because
  10976.         of its size, it has been split across two disks.  The rest
  10977.         of the files are on disk 264.  Requires 3Mb or more of
  10978.         memory to run.
  10979.         Author:  Bradley Schenck
  10980.  
  10981. ==========================  Contents of Disk 264  ==========================
  10982.  
  10983. This is disk 264 of the freely distributable AMIGA software library.
  10984. Below is a listing of the significant directories and their contents.
  10985.  
  10986.  
  10987. Sentinel    A large ray-traced animation.  This is Bradley Schenck's
  10988.         entry to the 1989 BADGE Killer Demo contest, and won first
  10989.         place in the contest.  Because of its size, it has been
  10990.         split across two disks.  The rest of the files are on disk
  10991.         263.
  10992.         Author:  Bradley Schenck
  10993.  
  10994. ==========================  Contents of Disk 265  ==========================
  10995.  
  10996. This is disk 265 of the freely distributable AMIGA software library.
  10997. Below is a listing of the significant directories and their contents.
  10998.  
  10999.  
  11000. VAUX-Killer    A very funny animation which won 2nd place in the 1989
  11001.         BADGE Killer Demo Contest.  Because of its size, the
  11002.         demo is split across two disks.  The other files are
  11003.         on disk 266.  Two floppy drives, or a hard disk, are
  11004.         strongly recommended.  Binary only.
  11005.         Author:  Roger Curren
  11006.  
  11007. ==========================  Contents of Disk 266  ==========================
  11008.  
  11009. This is disk 266 of the freely distributable AMIGA software library.
  11010. Below is a listing of the significant directories and their contents.
  11011.  
  11012.  
  11013. VAUX-Killer    A very funny animation which won 2nd place in the 1989
  11014.         BADGE Killer Demo Contest.  Because of its size, the
  11015.         demo is split across two disks.  The other files are
  11016.         on disk 265.  Two floppy drives, or a hard disk, are
  11017.         strongly recommended.  Binary only.
  11018.         Author:  Roger Curren
  11019.  
  11020. ==========================  Contents of Disk 267  ==========================
  11021.  
  11022. This is disk 267 of the freely distributable AMIGA software library.
  11023. Below is a listing of the significant directories and their contents.
  11024.  
  11025.  
  11026. Diglib        An Amiga device independent graphics library for fortran
  11027.         applications.  This is an enhanced and debugged version
  11028.         of a public domain library, the development of which was
  11029.         sponsored by the US Government.  This library is required
  11030.         for part of the Matlab package, also included on this disk.
  11031.         Includes source in FORTRAN.
  11032.         Author:  Hal Brand, Craig Wuest, James Locker
  11033.  
  11034. Mackie        A versatile cli/macro-key initiator based on POPCLI with
  11035.         a unique method    of "screen-blanking".  I won't say more,
  11036.         just try it!  This is version 1.3, an update to version
  11037.         1.2 from disk 189.  Now includes automatic generation of
  11038.         different patterns and some bug fixes.  Includes source.
  11039.         Author:  Tomas Rokicki
  11040.  
  11041. Matlab        A FORTRAN package (MATrix LABoratory) developed by Argonne
  11042.         National Laboratories for in house use.  It provides
  11043.         comprehensive vector and tensor operations in a package
  11044.         which may be programmed either through a macro language
  11045.         or through execution of script files.  Supported functions
  11046.         include sin, cos, tan, arcfunctions, upper triangular,
  11047.         lower triangular, determinants, matrix multiplication,
  11048.         identity, hilbert matrices, eigenvalues, eigenvectors,
  11049.         matrix roots, matrix products, inversion, and more.
  11050.         Amiga specific features include workbench startup, polar
  11051.         plots, contour plots, enhanced plot buffer control, and
  11052.         algorithmic plot display generation.  Includes source in
  11053.         FORTRAN.
  11054.         Author:  Cleve Moler, Jim Locker
  11055.  
  11056. ==========================  Contents of Disk 268  ==========================
  11057.  
  11058. This is disk 268 of the freely distributable AMIGA software library.
  11059. Below is a listing of the significant directories and their contents.
  11060.  
  11061.  
  11062. Doctor_A    This animation of Amiguy on the basketball court is
  11063.         Marvin's entry to the 1989 BADGE Killer Demo Contest.
  11064.         The animation source (for SculptAnimate-4D) is available
  11065.         from the author.
  11066.         Author:  Marvin Landis
  11067.  
  11068. Klide        This line art demo is Jerry's entry to the 1989 BADGE
  11069.         Killer Demo Contest, where it won 4th place.  Klide uses
  11070.         line mode blitter code which is capable of rendering short
  11071.         vectors at a rate up to 15,000 lines/second.  Binary only.
  11072.         Author:  Jerry Kallaus
  11073.  
  11074. OnlyAmiga    This demo is Rob's entry to the 1989 BADGE Killer Demo
  11075.         Contest, where it won 9th place.  It demonstrates sound,
  11076.         multitasking, HAM color, the blitter, and more.  Binary
  11077.         only.
  11078.         Author:  Rob Peck
  11079.  
  11080. ==========================  Contents of Disk 269  ==========================
  11081.  
  11082. This is disk 269 of the freely distributable AMIGA software library.
  11083. Below is a listing of the significant directories and their contents.
  11084.  
  11085.  
  11086. Calendar    A program that generates calendars in any one of 10
  11087.         standard formats for any year after 1900.  Binary only.
  11088.         Author:  Pierre A du Parte
  11089.  
  11090. ChessTutor    Chess tutor is a program designed to introduce novice
  11091.         chess players to the basics of the game.  Shareware,
  11092.         written in AmigaBASIC.        
  11093.         Author:  William Jordan
  11094.  
  11095. PropGadget    Example code for using proportional gadgets, written
  11096.         in assembly code and C, that can be called from your
  11097.         own application.  Includes source.
  11098.         Author:  Jerry Trantow
  11099.  
  11100. RadBoogie    This demo, which won 7th place in the 1989 BADGE Killer
  11101.         Demo Contest, uses almost all features of the Amiga
  11102.         extensively, including the copper, blitter, sprite
  11103.         hardware, 68000 machine language, and preemptive
  11104.         prioritized multitasking.  Includes source.
  11105.         Author:  Dave Quick, Mark Riley, Tomas Rokicki
  11106.  
  11107. ShowDisk    A useful program that graphically shows the map of
  11108.         sectors used on floppy drives by one or more files.
  11109.         The mapping is color coded so you can identify what
  11110.         sectors are used by the various directories and files.
  11111.         Includes source in assembly language.
  11112.         Author:  Bernhard Meisner
  11113.  
  11114. SpinPointer    While going through some musty archives I found this
  11115.         little gem that got overlooked before.  It is a short
  11116.         source module that provides a "busy" indicator replacement
  11117.         for the standard mouse pointer.  Includes source.
  11118.         Author:  Mark Rinfret
  11119. ==========================  Contents of Disk 270  ==========================
  11120.  
  11121. This is disk 270 of the freely distributable AMIGA software library.
  11122. Below is a listing of the significant directories and their contents.
  11123.  
  11124.  
  11125. ColumnSet    A text filter program that takes as input a file with
  11126.         one word per line and produces a file with these words
  11127.         laid out in the same order in even columns, as many as
  11128.         will fit across the output screen or page with at least
  11129.         one space between columns.  Includes source in Modula-2.
  11130.         Author:  Kent Paul Dolan
  11131.  
  11132. MRBackUp    A hard disk backup utility that does a file by file
  11133.         copy to standard AmigaDOS floppy disks.  Includes an
  11134.         intuition interface and file compression.  This is 
  11135.         version 3.3d, an update to version 2.4 on disk 170.
  11136.         Binary only.
  11137.         Author:  Mark Rinfret
  11138.         
  11139. TooMuch3D    This animation is Jim's entry to the 1989 BADGE Killer
  11140.         Demo Contest, where it won 10th place.  It is a warning
  11141.         to those of you who spend too much time in front of your
  11142.         computer monitors.  Binary only.
  11143.         Author:  Jim Robinson
  11144.  
  11145. ==========================  Contents of Disk 271  ==========================
  11146.  
  11147. This is disk 271 of the freely distributable AMIGA software library.
  11148. Below is a listing of the significant directories and their contents.
  11149.  
  11150.  
  11151. CPUStandoff    This cute "computer wars" animation is Bob's entry to
  11152.         the 1989 BADGE Killer Demo Contest.  Lots of visual
  11153.         jokes in this one.  Binary only.
  11154.         Author:  Bob Janousek
  11155.  
  11156. LaserBoing    This ray-traced animation with sound is Mike's entry to
  11157.         the 1989 BADGE Killer Demo Contest.  This "Amiga Boing"
  11158.         ball is just loaded with energy!  Binary only.
  11159.         Author:  Mike van der Sommen
  11160.  
  11161. ==========================  Contents of Disk 272  ==========================
  11162.  
  11163. This is disk 272 of the freely distributable AMIGA software library.
  11164. Below is a listing of the significant directories and their contents.
  11165.  
  11166.  
  11167. AmigaPunt    A program designed to predict the performance of horses
  11168.         in a race.  The premise is that the factors affecting
  11169.         a horse's performance, and ultimately the result of the
  11170.         race, can be given a value.  Binary only.
  11171.         Author:  Pierre A du Parte
  11172.  
  11173. Balloon        This animation with sound effects is Dave's entry to the
  11174.         1989 BADGE Killer Demo Contest.  Binary only.
  11175.         Author:  Dave Schreiber
  11176.  
  11177. Spigot        This ray-traced animation, using overscan HAM and sound
  11178.         effects, is Eric's entry to the 1989 BADGE Killer Demo
  11179.         Contest, where it won 6th place.  Binary only.
  11180.         Author:  Eric J. Fleischer (Dr Gandalf)
  11181.  
  11182. ==========================  Contents of Disk 273  ==========================
  11183.  
  11184. This is disk 273 of the freely distributable AMIGA software library.
  11185. Below is a listing of the significant directories and their contents.
  11186.  
  11187.  
  11188. BattleForce    A nicely done shareware game, submitted by the author,
  11189.         that simulates combat between two or more giant, robot-like
  11190.         machines.  This is version 3.61, an update to version 3.01
  11191.         on disk 205.  Binary only.
  11192.         Author:  Ralph Reed
  11193.  
  11194. PennyWise    An easy to use, flexible cashbook program using an Amiga
  11195.         Intuition interface.  It can be used to keep track of the
  11196.         financial transactions of a cheque, bank, business, or
  11197.         similar account.  Shareware, binary only.
  11198.         Author:  Pierre A du Parte
  11199.  
  11200. ==========================  Contents of Disk 274  ==========================
  11201.  
  11202. This is disk 274 of the freely distributable AMIGA software library.
  11203. Below is a listing of the significant directories and their contents.
  11204.  
  11205.  
  11206. HP11        Emulates an HP11C calculator including the program mode.
  11207.         Features an ON/OFF button that turns the calculator into
  11208.         an icon that will sit and wait until you need it again.
  11209.         This is version 1.1, an update to the version on disk 153,
  11210.         and includes a few bug fixes and minor changes.  Binary
  11211.         only.
  11212.         Author:  David Gay
  11213.  
  11214. KeyBiz        This little hack will make you think you have mice
  11215.         scurrying around in the back of your computer.  Includes
  11216.         source.
  11217.         Author:  Mark Schretlen
  11218.  
  11219. LookFor        A general "find that file" utility which is handy for
  11220.         hard drives, multiple drives, and multilayered paths.
  11221.         Includes source.
  11222.         Author:  Mark Schretlen
  11223.  
  11224. SlideMaster    A slideshow program that can show any IFF ILBM picture,
  11225.         including HAM, extra half bright, hires, interlace, and
  11226.         overscan, using several different wipes.  Also has an
  11227.         ARexx port and is fairly small.  Version 0.1, binary only.
  11228.         Author:  Aric Caley
  11229.  
  11230. Snap        A tool for clipping text or graphics from the screen, using
  11231.         the clipboard device.  Snap finds out character coordinates
  11232.         automatically, handles different fonts, keymaps, accented
  11233.         characters, and more.  Version 1.3, includes source.
  11234.         Author:  Mikael Karlsson
  11235.  
  11236. Xoper        Very comprehensive program to monitor and control system 
  11237.         activity.  Monitor cpu, memory usage, ports, interrupts,
  11238.         devices.  Close windows, screens, show loaded fonts or last
  11239.         Guru code number.  Clean up memory, flush unused libraries,
  11240.         devices, fonts. etc. and a whole bunch more!  Spawns its own
  11241.         process.  A very handy background task to have loaded. 
  11242.         This is version 2.0, an update to version 1.3 on disk 228,
  11243.         and has a completely rewritten interface and an iconify
  11244.         feature.  Assembly source included.
  11245.         Author:  Werner Gunther
  11246.  
  11247. ==========================  Contents of Disk 275  ==========================
  11248.  
  11249. This is disk 275 of the freely distributable AMIGA software library.
  11250. Below is a listing of the significant directories and their contents.
  11251.  
  11252.  
  11253. Vt100        Version 2.9 of the original Amiga vt100 emulator with
  11254.         kermit and xmodem file transfer.  This version adds an
  11255.         AREXX port, new script and AREXX commands, some bug
  11256.         fixes, the ability to use custom external protocol
  11257.         modules (not XPR), and support for zmodem.  Update to
  11258.         version 2.8 on disk 138.  Includes source.
  11259.         Author:  Dave Wecker, Tony Sumrall, Frank Anthes,
  11260.              and Chuck Forsberg
  11261.  
  11262. ==========================  Contents of Disk 276  ==========================
  11263.  
  11264. This is disk 276 of the freely distributable AMIGA software library.
  11265. Below is a listing of the significant directories and their contents.
  11266.  
  11267.  
  11268. Blit        This animation is Richard's entry to the 1989 BADGE
  11269.         Killer Demo Contest.  An interesting feature of this
  11270.         animation is that it uses the Copper to show the lower
  11271.         right corner of the screen in Hi-Res, while leaving
  11272.         the rest of the screen in Lo-Res.  Binary only.
  11273.         Author:  Richard Addison
  11274.  
  11275. ClickDOS    A "directory utility" type program which is reasonably
  11276.         small, uses a single window on the Workbench screen
  11277.         (which can also be iconified), does not rely on other
  11278.         programs for most of its functions, and is very memory
  11279.         efficient.  This is version 1.10, binary only.
  11280.         Author:  Gary Scott Yates
  11281.  
  11282. DateRequester    A module that provides Intuition based support for
  11283.         soliciting a date value from the user.  It supports both
  11284.         point-and-click selection of date values and direct
  11285.         entry of the individual components.  It also includes
  11286.         a standalone ARexx driven date requester program which
  11287.         can be called from ARexx macro files.  Includes source.
  11288.         Author:  Mark Rinfret
  11289.  
  11290. ==========================  Contents of Disk 277  ==========================
  11291.  
  11292. This is disk 277 of the freely distributable AMIGA software library.
  11293. Below is a listing of the significant directories and their contents.
  11294.  
  11295.  
  11296. ARTM        ARTM (Amiga Real Time Monitor) displays and controls
  11297.         system activity such as tasks, windows, libraries, devices,
  11298.         resources, ports, residents, interrupts, and vectors.
  11299.         Version 0.9, binary only.
  11300.         Author:  Dietmar Jansen and F. J. Mertens
  11301.  
  11302. Icon        A high-level programming language with extensive facilities
  11303.         for processing strings and lists. Icon has several novel
  11304.         features, including expressions that may produce sequences
  11305.         of results, goal-directed evaluation that automatically
  11306.         searches for a successful result, and string scanning that
  11307.         allows operations on strings to be formulated at a high
  11308.         conceptual level.  Icon resembles SNOBOL4 in its emphasis on
  11309.         high-level string processing and a design philosophy that
  11310.         allows ease of programming and short, concise programs.
  11311.         This is version 7.5 of the public domain implementation of
  11312.         Icon from the University of Arizona.  It is an update to
  11313.         version 6.0 from disk 81.  Binary only.
  11314.         Author:  Ralph Griswold, Clinton Jeffery, et. al.
  11315.  
  11316. LabelPrint    A program that allows you to easily print labels for
  11317.         your disks.  This is version 3.0, an update to version
  11318.         2.5 from disk 238.  Shareware, binary only (source
  11319.         available from author).
  11320.         Author:  Andreas Krebs
  11321.  
  11322. LPE        LaTeX Picture Editor is a graphical editor for producing
  11323.         "pictures" for the LaTeX system, which may be imported by
  11324.         LaTeX.  You can draw boxes, dashed boxes, lines, vectors,
  11325.         circles, boxes with centered text, and plain text.  This
  11326.         is version 1.1, an update to version 1.0 on disk 243, and
  11327.         includes some new drawing tools, enhanced user interface
  11328.         features, optimized code, and some bug fixes.  Binary only.
  11329.         Author:  Joerg Geissler
  11330.  
  11331. WBAssign    A small WorkBench program that creates AmigaDOS assignments
  11332.         without having to open a CLI.  Assignments may be made by
  11333.         specifying a complete path (as supported by the CLI command),
  11334.         or by specifying a path relative to the current directory.
  11335.         This allows a program and its assigns to be moved easily.
  11336.         In addition, WBAssign can create assigns specified in the
  11337.         icon files of other programs located anywhere in the system.
  11338.         This is version 1.20, binary only.
  11339.         Author:  John Gerlach Jr.
  11340.  
  11341. WBRes        A program that allows WorkBench users to have resident
  11342.         programs, as in the resident capability of WShell, the
  11343.         ARP shell, and the WB1.3 Shell.  Version 1.2b, shareware,
  11344.         binary only.
  11345.         Author:  John Bickers
  11346.  
  11347. ==========================  Contents of Disk 278  ==========================
  11348.  
  11349. This is disk 278 of the freely distributable AMIGA software library.
  11350. Below is a listing of the significant directories and their contents.
  11351.  
  11352.  
  11353. AmigaTrek    Three stories which are a parody of the Star Trek series,
  11354.         with an Amiga flavor.
  11355.         Author:  Mike Smithwick
  11356.  
  11357. ASpice        A version of the SPICE 2G.6 circuit analysis program
  11358.         which has been modified to run in the Amiga environment.
  11359.         The program arrays are adjusted to require one tenth the
  11360.         memory of the DEC VAX version.  Although this does not
  11361.         usually put much of a constraint on circuit analysis,
  11362.         some users who are used to the full mainframe environment
  11363.         may have to be more aware of the memory demands of their
  11364.         analysis.  Requires a minimum  of 1 MB memory.  This
  11365.         version neither supports nor requires the 68020 processor
  11366.         or 68881 coprocessor.  This is Amiga version 5.1, an update
  11367.         to version 2.3 on disk 177.  Binary only.
  11368.         Authors:  Many, see Documentation.  Amiga port by Dan Warns.
  11369.  
  11370. Frag        Two CLI utilities that show disk and file fragmentation on
  11371.         AmigaDOS floppies.  Includes source.
  11372.         Author:  David Gay
  11373.  
  11374. ==========================  Contents of Disk 279  ==========================
  11375.  
  11376. This is disk 279 of the freely distributable AMIGA software library.
  11377. Below is a listing of the significant directories and their contents.
  11378.  
  11379.  
  11380. Ash        A ksh-like shell for the Amiga.  Some of its features
  11381.         include command substitution, shell functions with
  11382.         parameters, aliases, local variables, local functions,
  11383.         local aliases, powerful control structures and tests,
  11384.         emacs style line editing and history functions, I/O
  11385.         redirection, pipes, large variety of built-in commands,
  11386.         Unix style wildcards, Unix style filename conventions,
  11387.         filename completion, and coexistence with scripts from
  11388.         other shells.  Very well documented.  Version 1.0,
  11389.         binary only.
  11390.         Author:  Steve Koren
  11391.  
  11392. MouseClock    A clock and free memory display utility that generates
  11393.         a small display tied to your mouse, using two hardware
  11394.         sprites as the display area.  Version 1.2, includes
  11395.         source.
  11396.         Author:  Olaf Barthel
  11397.  
  11398. MRBackUp    A hard disk backup utility that does a file by file
  11399.         copy to standard AmigaDOS floppy disks.  Includes an
  11400.         intuition interface and file compression.  This is
  11401.         version 3.3e, an update to version 3.3d on disk 270,
  11402.         to fix a serious bug in that version.  Binary only.
  11403.         Author:  Mark Rinfret
  11404.  
  11405. MRPrint        A detabbing print utility that sends text files to
  11406.         either the printer device or the standard output.
  11407.         Besides expanding tabs, it will also generate page
  11408.         headers, line numbers, and new margins.  Version 3.4,
  11409.         includes source.
  11410.         Author:  Mark Rinfret
  11411. ==========================  Contents of Disk 280  ==========================
  11412.  
  11413. This is disk 280 of the freely distributable AMIGA software library.
  11414. Below is a listing of the significant directories and their contents.
  11415.  
  11416.  
  11417. Berserker    A virus detection program that can detect various forms
  11418.         of the common bootblock and link type viruses.  Rather
  11419.         than checking for a specific virus, it looks for conditions
  11420.         that indicate a possible virus infection, thus it can
  11421.         detect new strains of similar viruses.  Version 3.0+,
  11422.         includes source in assembly.
  11423.         Author:  Ralf Thanner
  11424.  
  11425. CM        A celestial mechanics simulator with an Intuition
  11426.         interface.  You construct a layout of celestial bodies
  11427.         and specify various parameters for the bodies and the
  11428.         simulation.  CM then animates the bodies according to
  11429.         the laws of gravitational attraction.  Setups may be
  11430.         saved to disk to later reinact interesting scenarios.
  11431.         Version 1.0, includes source.
  11432.         Author:  W. John Guineau
  11433.  
  11434. Graph        A program that draws mathematical functions on a plane.
  11435.         Text and axes may be added, and the result saved to
  11436.         disk or printed.  Uses a full Intuition interface with
  11437.         multiple windows (one per graph), requesters, etc.
  11438.         Version 1.0, includes source.
  11439.         Author:  David Gay
  11440.  
  11441. ==========================  Contents of Disk 281  ==========================
  11442.  
  11443. This is disk 281 of the freely distributable AMIGA software library.
  11444. Below is a listing of the significant directories and their contents.
  11445.  
  11446.  
  11447. Diff        GNU diff and diff3 utilities, version 1.10.  This
  11448.         version provides all the features of BSD's diff plus
  11449.         options to diff non-ASCII files, to ignore changes
  11450.         that just insert or delete blank lines, to specify
  11451.         the amount of context for context diffs, plus more.
  11452.         This version of GNU diff is part of the RCS package
  11453.         found on disk 282.  Includes source.
  11454.         Author:  Mike Haertel, David Hayes, Richard Stallman
  11455.              & Len Tower.  Amiga port by Raymond Brand and
  11456.              Rick Schaeffer.
  11457.  
  11458. DiffDir        Compares the contents of two directories, generating
  11459.         a list of differences to the standard output.  Detects
  11460.         files or directories present in one hierarchy but not
  11461.         the other, file attributes that are different (dates,
  11462.         flags, comments, etc), and differences in file size.
  11463.         Version 1.1, an update to version 1.0 on disk 188.
  11464.         Includes source.
  11465.         Author:  Mark Rinfret
  11466.  
  11467. FarPrint    Debugging functions for programs which don't have any links
  11468.         to their environment.  FarPrint consists of two major parts;
  11469.         a harbour process open to receive and distribute messages
  11470.         and requests, and a set of C functions to be linked into
  11471.         any program wishing to communicate with the FarPrint main
  11472.         process.  Version 1.3, includes source.
  11473.         Author:  Olaf Barthel
  11474.  
  11475. LoadImage    An IFF ILBM reader that accepts overscanned pictures,
  11476.         allows you to scroll around in the bitmap if the picture
  11477.         is larger than the current display, works on both PAL and
  11478.         NTSC machines, supports color cycling using interrupt code,
  11479.         and supports printing of image portions.  Version 1.9,
  11480.         includes source.
  11481.         Author:  Olaf Barthel
  11482.  
  11483. MRARPFile    Extended ARP file support package that adds an orthogonal
  11484.         set of routines which support generalized I/O with resource
  11485.         tracking while using the ARP library.  Includes source.
  11486.         Author:  Mark Rinfret
  11487.  
  11488. MRMan        A package which contains an Amiga document reading system
  11489.         similar to the "man" command on UNIX systems.  It offers
  11490.         a high degree of flexibility in the naming and placement
  11491.         of document files on your system.  This is version 1.0 and
  11492.         includes source.
  11493.         Author:  Mark Rinfret
  11494.  
  11495. ==========================  Contents of Disk 282  ==========================
  11496.  
  11497. This is disk 282 of the freely distributable AMIGA software library.
  11498. Below is a listing of the significant directories and their contents.
  11499.  
  11500.  
  11501. PrintHandler    A custom PRT: driver which offers easy single sheet support
  11502.         as well as limited data spooling.  Version 1.1, includes
  11503.         source.
  11504.         Author:  Olaf Barthel
  11505.  
  11506. RCS        The Revision Control System (RCS) manages multiple
  11507.         revisions of text files. RCS automates the storing,
  11508.         retrieval, logging, identification, and merging of
  11509.         revisions. RCS is useful for text that is revised
  11510.         frequently, for example programs, documentation,
  11511.         graphics, papers, form letters, etc.  This is RCS
  11512.         version 1.2, and includes source (the source to the
  11513.         GNU diff program used with this distribution of RCS
  11514.         can be found on disk 281).
  11515.         Author:  Walter Tichy.  Amiga port by Raymond Brand
  11516.              and Rick Schaeffer.
  11517.  
  11518. ==========================  Contents of Disk 283  ==========================
  11519.  
  11520. This is disk 283 of the freely distributable AMIGA software library.
  11521. Below is a listing of the significant directories and their contents.
  11522.  
  11523.  
  11524. Bref        A cross reference program for AmigaBASIC code.  Generates
  11525.         a list of the BASIC code with lines sequentially numbered,
  11526.         plus a table showing all variables and labels used in the
  11527.         code, and the line numbers where they were used.  Created
  11528.         from the CREF program on disk 166, which was written by
  11529.         Mike Edmonds and Joel Swank.  Version 1.01, includes source.
  11530.         Author:  Dick Taylor
  11531.  
  11532. CWDemo        Demo version of a pop-up utility to control the color
  11533.         register assignments of Intuition custom screens.  This is
  11534.         version 3.2, an update to version 3.1 on disk 238.  Binary
  11535.         only.
  11536.         Author:  Kimbersoft
  11537.  
  11538. FullReset    A program to get rid of all viruses, vector modifying
  11539.         programs, and residents, by forcing a specific reset.
  11540.         Binary only.
  11541.         Author:  Jurgen Klein
  11542.  
  11543. MarbleSlide    The aim of this game is to build a slide on a 10 x 11
  11544.         board of pieces that move around, allowing the marble
  11545.         to reach the goal piece.  You play against time.  Also
  11546.         includes a board editor so you can build custom boards.
  11547.         Binary only.
  11548.         Author:  Peter Handel
  11549.  
  11550. SensoPro    You try to remember and mimic the sound/color sequence
  11551.         played by the computer.  Each time you get it right,
  11552.         another sound/color is added to the sequence.  Great
  11553.         practice in case you ever find yourself in a "Close
  11554.         Encounters of the Third Kind" experience.  Binary
  11555.         only.
  11556.         Author:  Peter Handel
  11557.  
  11558. WatchMan    A little screen hack inspired by "EyeCon" on Sun systems.
  11559.         Includes source.        
  11560.         Author:  Jonas Petersson
  11561.  
  11562. ==========================  Contents of Disk 284  ==========================
  11563.  
  11564. This is disk 284 of the freely distributable AMIGA software library.
  11565. Below is a listing of the significant directories and their contents.
  11566.  
  11567.  
  11568. ARPTools    A group of small utility programs requiring ARP, that have
  11569.         been created to address some deficiencies of the ARP CLI
  11570.         environment, especially to exploit the potential offered
  11571.         by non-named pipes in the ARP shell.  Version 1.0, includes
  11572.         source.
  11573.         Author:  Fabio Rossetti
  11574.  
  11575. Back        Two programs to assist users of Matt Dillon's Backup/Restore
  11576.         program in making error-free VERIFIED backups onto floppy
  11577.         disks.  Also useful as a trackdisk device example.  Includes
  11578.         source.
  11579.         Author:  Stephen Vermeulen
  11580.  
  11581. Dme        Version 1.38 of Matt's text editor.  Dme is a simple 
  11582.         WYSIWYG editor designed for programmers.  It is not a
  11583.         WYSIWYG word processor in the traditional sense.  Features
  11584.         include arbitrary key mapping, fast scrolling, title-line
  11585.         statistics multiple windows, and ability to iconify windows.
  11586.         Update to version 1.31 on disk number 169, includes source.
  11587.         Author:  Matt Dillon
  11588.         
  11589. FileTest    This routine is used to recursively descend the file system
  11590.         tree from a specified directory location, reading the files
  11591.         into memory (if they will fit) as it goes.  Useful as a
  11592.         complete test of file system integrity.  Includes source.
  11593.         Author:  Stephen Vermeulen
  11594.  
  11595. IconTools    Here are some tools for icon tricks.  Note that these tools
  11596.         are really hacks because they exploit some areas of the 
  11597.         .info files that the current version of WorkBench does not
  11598.         clear or reset upon loading the icon.  There are three
  11599.         programs here which allow WorkBench drawer windows to appear
  11600.         in non-standard colors and allow you to move the position
  11601.         of the file name text to anywhere in the icon's graphic.
  11602.         Released to the public in the hope that 1.4 will allow more
  11603.         flexible user customization of the WorkBench appearance.
  11604.         Includes source.
  11605.         Author:  Stephen Vermeulen
  11606.  
  11607. RecurDir    A recursive directory program that is useful as an aid in
  11608.         ZOOing files in nested directories.  Allows one to easily
  11609.         ZOO the complete contents of a disk.  Includes source.
  11610.         Author:  Stephen Vermeulen
  11611.  
  11612. ==========================  Contents of Disk 285  ==========================
  11613.  
  11614. This is disk 285 of the freely distributable AMIGA software library.
  11615. Below is a listing of the significant directories and their contents.
  11616.  
  11617.  
  11618. AvailMem    A small free memory counter that continuously displays the
  11619.         amount of free chip and fast memory in bytes (as opposed
  11620.         to K).  Version 1.03.  Includes source.
  11621.         Author:  Dave Schreiber
  11622.  
  11623. DynaShow    A program and example image using a dynamic HiRes technique
  11624.         to display up to 4096 colors in high res with overscan.
  11625.         Dynamic HiRes uses a different 16 color palette on each
  11626.         scan line.  Version 1.1, binary only.
  11627.         Author:  NewTek
  11628.                 
  11629. 'Liner        'Liner is a freely distributable outliner.  It can be used
  11630.         to create outlines of any length, in a number of different
  11631.         formats, and can save the outlines as straight text for
  11632.         export to other programs.  Version 1.32.  Includes source.
  11633.         Author:  Dave Schreiber
  11634.  
  11635. MSizer        A program that allows you to resize a window from any corner
  11636.         when holding down the left mouse button and the left Amiga
  11637.         key.  Includes source.
  11638.         Author:  Khaled Mardam-Bey
  11639.  
  11640. Plasma        A plasma cloud generator program that uses the extra
  11641.         halfbrite mode.  Plasma clouds are a special form of
  11642.         fractal which show very smooth color gradations.
  11643.         Version 1.f, includes source.
  11644.         Author:  Roger Uzun
  11645.  
  11646. Rubik        Translation to C of a Rubiks Cube solver program originally
  11647.         written in Basic by John Murphy.  Includes versions to do
  11648.         an "unwrapped" 2D solution, and a more visual 3D solution.
  11649.         Version 0.0, includes source.
  11650.         Author:  Roger Uzun
  11651.  
  11652. ==========================  Contents of Disk 286  ==========================
  11653.  
  11654. This is disk 286 of the freely distributable AMIGA software library.
  11655. Below is a listing of the significant directories and their contents.
  11656.  
  11657.  
  11658. CCutils        Eight small CLI utilities that use the cclib.library
  11659.         shared library.  Includes a program to display disk
  11660.         usage on your menu bar, a program to check the integrity
  11661.         of IFF files, a program to remove shared libraries from
  11662.         memory if they are not being used, and more.  Binary
  11663.         only.
  11664.         Author:  Robert Albrecht
  11665.  
  11666. EW        Patch for Intuition OpenWindow() and CloseWindow(), creating
  11667.         a Mac-style frame whenever a window is opened or closed.
  11668.         Very short, includes source in assembler.
  11669.         Author:  Oliver Wagner
  11670.  
  11671. FastDisk    A disk optimizer providing two ways of optimizing.
  11672.         Originally written by Thorsten Stolpmann. This is version
  11673.         II, now featuring an Intuition interface, ARP support,
  11674.         bug hunting, and Lattice C compatibility, done by Oliver
  11675.         Wagner. Includes source in C.
  11676.         Author:  Thorsten Stolpmann and Oliver Wagner
  11677.  
  11678. S220to8SVX    Converts sound samples from a Roland S-220/S-10/MKS-100
  11679.         to 8SVX IFF 8-bit samples.  Version 1.0, binary only.
  11680.         Author:  Dieter Bruns
  11681.  
  11682. Txt2Exe        This program takes a text file, creating a runnable command
  11683.         which will output the text.  Allows various operations to be
  11684.         done on the text.  Binary only.
  11685.         Author:  Oliver Wagner
  11686.  
  11687. Uedit        Version 2.5d of this nice shareware editor.  Has learn
  11688.         mode, a command language, menu customization, hyper text,
  11689.         and other user configurability and customizability
  11690.         features.  Binary only, shareware, update to version 2.5b
  11691.         on disk 254.
  11692.         Author:  Rick Stiles
  11693.  
  11694. ==========================  Contents of Disk 287  ==========================
  11695.  
  11696. This is disk 287 of the freely distributable AMIGA software library.
  11697. Below is a listing of the significant directories and their contents.
  11698.  
  11699.  
  11700. DAsm        A multipass, symbolic, macro assembler for multiple target
  11701.         machines, including 6502, 68705, 6803, and 6811.  Supports
  11702.         conditional assembly, addressing mode overrides, arbitrary
  11703.         number of named segments, pseudo-ops for repeat loops, data
  11704.         generation, etc.  Version 2.12, includes source.
  11705.         Author:  Matt Dillon
  11706.  
  11707. FullView    A text viewer that uses gadgets at the bottom of the screen
  11708.         (thus can display text 80 columns wide), opens up to the
  11709.         full height of the Workbench screen, has fast scrolling,
  11710.         and can work with compressed files (file compression
  11711.         program included).  Shareware, binary only, source available
  11712.         from author.  This is version 1.1, an update to the version
  11713.         on disk 242.
  11714.         Author:  Jonathan Potter
  11715.  
  11716. JPDirUtil    A directory-utilities type program with many built-in
  11717.         commands, and 16 customisable gadgets.  User configurable in
  11718.         many ways.  Can be iconified to Workbench screen.  This is
  11719.         version 1.11, binary only.
  11720.         Author:  Jonathan Potter
  11721.  
  11722. MouseCoords    A small assembly utility which shows you the current
  11723.         position of the mouse pointer.  Can be "jumped" to operate
  11724.         on any screen.  Includes source in assembly.
  11725.         Author:  Jonathan Potter
  11726.  
  11727. OSK        A software keyboard, which allows you to type using the
  11728.         mouse.  Can be made to send keystrokes to any window, and
  11729.         can be iconified.  Includes source.
  11730.         Author:  Jonathan Potter
  11731.  
  11732. PopDir        A small utility which "pops open" to help you look at the
  11733.         contents of a particular directory on demand.  Version 1.6,
  11734.         an update to version 1.4 on disk 204.  Includes source.
  11735.         Author:  Jonathan Potter
  11736.  
  11737. Unshar        This program extracts files from Unix shar archives.  It
  11738.         scores over similar programs by being small and fast,
  11739.         handling extraction of subdirectories, and recognising a
  11740.         wide variety of `sed' and `cat' shar formats.  Version 1.1,
  11741.         includes C source.
  11742.         Author:  Eddy Carroll
  11743.  
  11744. VirusX        Version 4.0 of a popular virus detection/vaccination
  11745.         program.  This is an update to version 3.20 from disk 216.
  11746.         Includes a check for the new Xeno virus.
  11747.         Author:  Steve Tibbett, Dan James, Jim Meyer
  11748.  
  11749. ZeroVirus    A fully integrated virus checker and killer, with bootblock
  11750.         save and restore features.  Finds both bootblock and file
  11751.         based viruses.  Uses Brainfiles to recognise viruses, and has
  11752.         "on-line" Brainfile editing facilities.  Can be iconified to
  11753.         Workbench screen.  This is version 2.01, an update to version
  11754.         1.3 on disk 242.  Binary only.
  11755.         Author:  Jonathan Potter
  11756.  
  11757. ==========================  Contents of Disk 288  ==========================
  11758.  
  11759. This is disk 288 of the freely distributable AMIGA software library.
  11760. Below is a listing of the significant directories and their contents.
  11761.  
  11762.  
  11763. DiskSpeed    A disk speed testing program specifically designed to give
  11764.         the most accurate results of the true disk performance of
  11765.         the disk under test.  Automatically updates and maintains
  11766.         an ASCII database of disk results for tested disks.  This
  11767.         is version 2.0, an update to version 1.0 on disk 251, with
  11768.         a few new features and a cleaner user interface.  Includes
  11769.         source in C.
  11770.         Author:  Michael Sinz
  11771.  
  11772. PlotData2D    Plots data onto a custom user defined screen and window,
  11773.         reading the plot and screen/window definitions, along with
  11774.         the X and Y data pairs, from a disk file.  Supports linear,
  11775.         log-log, and semi-log axis plots.  The data can be plotted
  11776.         with lines, symbols, or both.  Includes numerous example
  11777.         plots.  Version 1.0, includes source in Fortran.
  11778.         Author:  Robert C. Singleterry Jr.
  11779.  
  11780. Scripit        A script language that allows you to automate actions you
  11781.         would normally have to do manually.  Scripit can do anything
  11782.         that you do manually, by either the mouse or keyboard, by
  11783.         using a set of commands that instruct Scripit to simulate
  11784.         specific mouse or keyboard actions.  Also has an ARexx port,
  11785.         so it can be driven by ARexx allowing ARexx control over
  11786.         programs that do not have ARexx ports.  Includes both a
  11787.         recorder to generate scripts and a player to execute them.
  11788.         This is version 1.20, binary only.
  11789.         Author:  Khalid Aldoseri
  11790.  
  11791. ==========================  Contents of Disk 289  ==========================
  11792.  
  11793. This is disk 289 of the freely distributable AMIGA software library.
  11794. Below is a listing of the significant directories and their contents.
  11795.  
  11796.  
  11797. AmiGo        A Go board and player for the Amiga.  You can play against
  11798.         another human, against the Amiga, or have the Amiga play
  11799.         itself.  Version 1.0, includes source.
  11800.         Author:  Todd Johnson, Stoney Ballard
  11801.  
  11802. Atree        A disk utility which imitates similar utilities widely
  11803.         available on IBM compatibles (PC Tools, Xtree, QuickDos,
  11804.         etc).  The intent is to allow the user a graphic
  11805.         representation of the entire directory structure on a
  11806.         disk device, including the files in each directory, and
  11807.         the capability of moving quickly through the tree to a
  11808.         directory to access its files.  Version 1.7, binary only.
  11809.         Author:  Don Schmidt
  11810.  
  11811. LHArc        An archive program like Arc and Zoo, with a heavy emphasis
  11812.         maximum compression for minimum archive size, using LZHUF
  11813.         compression.  This is Amiga version 1.0 (compatible with
  11814.         MSDOS version 1.13).  Binary only.
  11815.         Author:  Paolo Zibetti
  11816.  
  11817. Orbit        Plots the ground trace of satellites on a map of the earth,
  11818.         using the orbital elements for some 130 satellites, from a
  11819.         list which is updated every two weeks on Compuserve.
  11820.         Version 1.2, binary only.
  11821.         Author:  Timothy Middendorf
  11822.  
  11823. TreeWalk    A command for visiting all the files of a subtree of an
  11824.         Amiga file system, testing every file in the specified
  11825.         subtree against a supplied "filter" expression, and if
  11826.         the file passes through the filter, to issue the specified
  11827.         command with that file as one of the arguments.  It is
  11828.         designed to be reasonably fast, robust, and not use a
  11829.         lot of stack space or any other critical resources.
  11830.         Includes source.
  11831.         Author:  Mike Meyer
  11832. ==========================  Contents of Disk 290  ==========================
  11833.  
  11834. This is disk 290 of the freely distributable AMIGA software library.
  11835. Below is a listing of the significant directories and their contents.
  11836.  
  11837.  
  11838. DPlot        A simple display program for experimental data, with the
  11839.         goals of supporting paging through lots of data and 
  11840.         providing comfortable scaling and presentation.  This is
  11841.         version 2.0, an update to version 1.0 on disk 237, and
  11842.         incorporates several significant enhancements.  Binary
  11843.         only.
  11844.         Author:  A. A. Walma
  11845.  
  11846. IPC        An IPC (Inter-Process Communication) package, with the
  11847.         goal of creating a standard for IPC on the Amiga that
  11848.         is flexible enough to handle the widest possible range
  11849.         of applications.  The protocol used addresses different
  11850.         problem areas than ARexx, and emphasizes different aspects
  11851.         of the communication process, such as fast communication
  11852.         and preservation of data structure.  Includes source.
  11853.         Author:  Pete Goodeve and Peter da Silva
  11854.  
  11855. KillReq        A small program which disables Intuition's AutoRequest
  11856.         function.  In particular, this prevents AmigaDOS from
  11857.         putting up system requesters, which is useful if you are
  11858.         operating your Amiga remotely and can't use the mouse to
  11859.         click CANCEL.  Unlike similar utilities which affect only
  11860.         a single CLI, KillReq disables ALL requesters.  This is
  11861.         version 1.0 and includes C source.
  11862.         Author:  Eddy Carroll
  11863.  
  11864. Xicon        Xicon lets you use icons to call up scripts containing CLI
  11865.         commands.  This is version 2.5, an update to version 2.01
  11866.         on disk 157.  New features include automatic selection of
  11867.         the correct execution directory, the option to have
  11868.         keyboard interaction, and the use of IF, ELSE, etc DOS
  11869.         commands.  Binary only.
  11870.         Author:  Pete Goodeve
  11871.  
  11872. ==========================  Contents of Disk 291  ==========================
  11873.  
  11874. This is disk 291 of the freely distributable AMIGA software library.
  11875. Below is a listing of the significant directories and their contents.
  11876.  
  11877.  
  11878. GMC        A console handler with command line editing and function
  11879.         key support.  GMC provides extended command line editing,
  11880.         function key assignment in four levels, extended command
  11881.         line history, online help for functions in the handler,
  11882.         and an iconify function.  Version 4.0, binary only.
  11883.         Author:  Gotz Muller
  11884.  
  11885. Keyboard    Functions to translate RAWKEY Intuition messages into
  11886.         usable keycodes.  Includes source.
  11887.         Author:  Fabbian Dufoe
  11888.  
  11889. Sim        A simulator for register-transfer nets, which are used to
  11890.         describe hardware systems.  This version also provides
  11891.         a compiler to define new devices in addition to Sim's
  11892.         internal devices.  This is version 4.2, an update to
  11893.         version 4.0 on disk  229.  Binary only.
  11894.         Author:  Gotz Muller
  11895.  
  11896. SKsh        A ksh-like shell for the Amiga.  Some of its features
  11897.         include command substitution, shell functions with
  11898.         parameters, aliases, local variables, local functions,
  11899.         local aliases, powerful control structures and tests,
  11900.         emacs style line editing and history functions, I/O
  11901.         redirection, pipes, large variety of built-in commands,
  11902.         Unix style wildcards, Unix style filename conventions,
  11903.         filename completion, and coexistence with scripts from
  11904.         other shells.  Very well documented.  Version 1.2, an
  11905.         update to version 1.0 on disk 279, where it was called
  11906.         ash.  Binary only.
  11907.         Author:  Steve Koren
  11908.  
  11909. ==========================  Contents of Disk 292  ==========================
  11910.  
  11911. This is disk 292 of the freely distributable AMIGA software library.
  11912. Below is a listing of the significant directories and their contents.
  11913.  
  11914.  
  11915. Devstat        Assembly code example of locating and listing information
  11916.         about all mounted devices.  Includes source.
  11917.         Author:  Fabrice Lienhardt
  11918.  
  11919. FileRequest    Assembly code example of a file requester.  This is
  11920.         version 2.0, an update to version 1.0 on disk 173, where
  11921.         it was called FileSelect.  New features include 3 speed
  11922.         scrolling of filenames and ghosting of unavailable
  11923.         devices.  Includes source.
  11924.         Author:  Fabrice Lienhardt  
  11925.  
  11926. MultiPlot    A package for making 2D plots conveniently.  Tim Mooney
  11927.         wrote the original program, which was then enhanced by
  11928.         Alan Baxter with a nicer user interface, support for
  11929.         the PLT: device, and support for file conversions.  Rich
  11930.         Champeaux and Jim Miller wrote the PLT: handler which
  11931.         emulates a plotter by accepting HP-GL commands, creating
  11932.         a raster image, then dumping it to any preferences supported
  11933.         graphics printer.  This is version XLN and includes source
  11934.         to MultiPlot.  Update to version 1.2 on disk 231, where it
  11935.         was called just "Plot".  This version is 2D only.
  11936.         Author:  Alan Baxter, Tim Mooney, Rich Campeaux, Jim Miller
  11937.  
  11938.  
  11939. ==========================  Contents of Disk 293  ==========================
  11940.  
  11941. This is disk 293 of the freely distributable AMIGA software library.
  11942. Below is a listing of the significant directories and their contents.
  11943.  
  11944.  
  11945. ClockDJ        A utility which combines a clock, mouse accelerator,
  11946.         screen blanker, window manipulator, function keys, and
  11947.         macros into a single program, written in assembly
  11948.         language for maximum efficiency.  Includes an ARexx
  11949.         port.  Version 4.07, binary only.
  11950.         Author:  David Jenkins
  11951.  
  11952. CrcLists    Complete CRC check files for disks 001-292 using the brik
  11953.         program.  These were made directly from my master disks.
  11954.         I have switched to brik, from the crc program used to make
  11955.         the lists on disks 133, 146, and 173, because it has more
  11956.         features and because source is available.  This is an
  11957.         update to the lists on disk 233.
  11958.         Author:  Fred Fish
  11959.  
  11960. ==========================  Contents of Disk 294  ==========================
  11961.  
  11962. This is disk 294 of the freely distributable AMIGA software library.
  11963. Below is a listing of the significant directories and their contents.
  11964.  
  11965.  
  11966. DNet        A link protocol that provides essentially an unlimited
  11967.         number of reliable connections between processes on
  11968.         two machines, where each end of the link can be
  11969.         either an Amiga or a Unix (BSD4.3) machine.  Works
  11970.         on the Amiga with any EXEC device that looks like the
  11971.         serial.device.  Works on UNIX with tty and socket
  11972.         devices.  Achieves better than 95% average throughput
  11973.         on file transfers.  This is version 2.10.13, an update
  11974.         to version 2.0 released on disk 220.  Includes sources
  11975.         for both the Amiga and Unix versions.
  11976.         Author:  Matt Dillon
  11977.  
  11978. FmsDisk        A file based trackdisk simulator, useful for creating
  11979.         a floppy-like partition on your hard disk (so you can
  11980.         diskcopy to a floppy) without actually having to create
  11981.         a special partition for it.  Also useful for testing
  11982.         new filesystems and such.  Supports up to 32 units,
  11983.         with either the old filesystem or the new fast filesystem.
  11984.         Includes source.
  11985.         Author:  Matt Dillon
  11986.  
  11987. ==========================  Contents of Disk 295  ==========================
  11988.  
  11989. This is disk 295 of the freely distributable AMIGA software library.
  11990. Below is a listing of the significant directories and their contents.
  11991.  
  11992.  
  11993. GnuGrep        The grep program from the GNU project.  Replaces grep
  11994.         fgrep, egrep, and bmgrep.  Currently does not expand
  11995.         Amiga style wildcards, so if you wish to scan multiple
  11996.         files you will need to use it with a shell that does this
  11997.         for you.  This is version 1.5, an update to version 1.3
  11998.         on disk 204.  Includes source.
  11999.         Author:  Many (see README file)
  12000.  
  12001. Lhwarp        A program which will read tracks directly from your floppy
  12002.         disk, compress them using adaptive huffman encoding, and
  12003.         output them to a file.  The resulting file can be used by
  12004.         lhwarp to reconstruct an image of the original disk.  This
  12005.         is version 1.03 and includes source.
  12006.         Author:  Jonathan Forbes
  12007.  
  12008. MandelMountains
  12009.         A program that renders three-dimensional images of
  12010.         blowups of the Mandelbrot set.  Includes several example
  12011.         images.  Version 1.1, shareware, binary only.
  12012.         Author:  Mathias Ortmann
  12013.  
  12014. ==========================  Contents of Disk 296  ==========================
  12015.  
  12016. This is disk 296 of the freely distributable AMIGA software library.
  12017. Below is a listing of the significant directories and their contents.
  12018.  
  12019.  
  12020. Comal        Demo of AmigaCOMAL (missing only SAVE), an incremental
  12021.         p-code compiler from Denmark.  COMAL is a language with
  12022.         the design goal of combining the modern structured
  12023.         approach of Pascal with the ease of use and interactivity
  12024.         of BASIC.  There are versions of COMAL for IBM, VAX, CP/M,
  12025.         C-64, Amiga and various European operating systems.
  12026.         Includes a complete turtle graphics package.  Is perfect
  12027.         for education yet powerful enough for applications
  12028.         programming.  Version 2.0, binary only.
  12029.         Author:  Svend Daugaard Pedersen
  12030.              Freddy Dan Dalgas Kristiansen
  12031.  
  12032. Patch        A port of the very useful UNIX utility which applies context
  12033.         diffs to text files to automatically update them.  This is a
  12034.         port of version 2.0.1.6 (patch level 12), which Eric has
  12035.         dubbed Amiga version 1.0.  It is an update to an earlier
  12036.         version on disk 129.  Includes source.
  12037.         Author:  Larry Wall, Amiga port by Eric Green
  12038.  
  12039. ==========================  Contents of Disk 297  ==========================
  12040.  
  12041. This is disk 297 of the freely distributable AMIGA software library.
  12042. Below is a listing of the significant directories and their contents.
  12043.  
  12044.  
  12045. Clean        A small program written in assembly code, to be used
  12046.         in conjunction with a cleaning disk, to clean your
  12047.         floppy drive heads.  Version 1.0, includes source.
  12048.         Author:  Dan Burris
  12049.  
  12050. DevKit        A collection of C and ARexx language programs to
  12051.         facilitate the software development process.  With
  12052.         DevKit, you can launch your compiler from within your
  12053.         editor, have the cursor positioned on your errors, look
  12054.         up the autodoc page for any Amiga function at a single
  12055.         keystroke, find a system structure within the include
  12056.         files, or find any function in the code you are writing.
  12057.         Version 1.2, includes source.
  12058.         Author:  Peter Cherna
  12059.  
  12060. Elements    Very nice interactive display of the the Periodic Table 
  12061.         of Elements.  Can display a large amount of pertinent
  12062.         data about a selected element along with a good deal of 
  12063.         general and miscellaneous info.  This is version 1.3,
  12064.         an update to version 1.2a on disk 253.  It adds a non-
  12065.         interlace mode and extend selection of two elements.
  12066.         Binary only, shareware.
  12067.         Author:  Paul Thomas Miller
  12068.  
  12069. Hypno        A "bouncing polygons" type program like Mackie, LineArt,
  12070.         and Bezier.  Includes source in C.
  12071.         Author:  Markus Schmidt
  12072.  
  12073. Jed        A nicely done, intuition-based editor that is quite
  12074.         user-friendly.  Features word-wrap, auto-indent, newcli,
  12075.         alt buffer, split-window, keyboard macro, help, printing,
  12076.         and more.  This is version 1.1, an update to version 1.0
  12077.         on disk 180.  Shareware, binary only.
  12078.         Author:  Dan Burris
  12079.  
  12080. SuperMenu    An information display system you can use to quickly and
  12081.         easily display text files (and sections of text files) with
  12082.         the press of a button.  Version 1.62, shareware, binary only.
  12083.         Author:  Paul Thomas Miller
  12084.  
  12085. WriteIcon    Sample code that creates an icon using a compiled-in image,
  12086.         the source of which can be created with Icon2C on disk 56.
  12087.         Version 1.0, includes source in C.
  12088.         Author:  Dan Burris
  12089.  
  12090. ==========================  Contents of Disk 298  ==========================
  12091.  
  12092. This is disk 298 of the freely distributable AMIGA software library.
  12093. Below is a listing of the significant directories and their contents.
  12094.  
  12095.  
  12096. BBChampion    This is BootBlockChampionIII, a very nicely done program
  12097.         that allows you to load, save, and analyze any bootblock.
  12098.         This is version 3.21, an update to version 3.1 on disk
  12099.         244.  New features include checks for five different LAMER
  12100.         viruses and some other enhancements.  Binary only.
  12101.         Author:  Roger Fischlin
  12102.  
  12103. DClock        A "Dumb Clock" utility that displays the date and time in
  12104.         the Workbench screen title bar.  Uses only about 2 percent
  12105.         of the CPU time and about 10Kb of memory.  Also has an
  12106.         alarm clock feature and audible beep for programs that
  12107.         call DisplayBeep.  Version 1.5, includes source.
  12108.         Author:  Olaf Barthel
  12109.  
  12110. Fenster        A program which can operate on windows owned by another
  12111.         program, to close them, change their size, refresh gadgets,
  12112.         move the window to the background, etc.  This is version
  12113.         2.0, an update to version 1.0 on disk 245.  Includes source.
  12114.         Author:  Roger Fischlin
  12115.  
  12116. FileMaster    A file editor like NewZap or FedUp, which allows you to
  12117.         manipulate bytes of a file.  You may also change the file
  12118.         size or execute a patch.  Version 1.11, includes source.
  12119.         Author:  Roger Fischlin
  12120.  
  12121. ==========================  Contents of Disk 299  ==========================
  12122.  
  12123. This is disk 299 of the freely distributable AMIGA software library.
  12124. Below is a listing of the significant directories and their contents.
  12125.  
  12126.  
  12127. Hangman        A simple hangman program similar to one seen on some
  12128.         UNIX machines.  Currently runs only from CLI.  Includes
  12129.         source in C.
  12130.         Author:  Gary Brant
  12131.  
  12132. Rxil        An ARexx interface library that makes it easy for programs
  12133.         to implement a complete, robust ARexx interface with
  12134.         minimal effort.  Version 1.0, includes source.
  12135.         Author:  Don Meyer
  12136.  
  12137. SceneGenDemo    Demo of a program called Scene Generator, that generates
  12138.         very realistic looking landscapes.  This program is an
  12139.         enhanced, low cost commercial version, of the Scenery
  12140.         program included on disk 155.  This is version 2.03,
  12141.         binary only.
  12142.         Author:  Brett Casebolt
  12143.  
  12144. Yacc        This is a port of Berkeley Yacc for the Amiga.  This
  12145.         Yacc has been made as compatible as possible with the
  12146.         AT&T Yacc, and is completely public domain.  Note that
  12147.         it is NOT the so-called Decus Yacc, which is/was simply
  12148.         a repackaging of the proprietary AT&T Yacc.  Amiga
  12149.         version 1.0a, includes source.
  12150.         Author:  Bob Corbett, Amiga port by Eric Green
  12151. ==========================  Contents of Disk 300  ==========================
  12152.  
  12153. This is disk 300 of the freely distributable AMIGA software library.
  12154. Below is a listing of the significant directories and their contents.
  12155.  
  12156.  
  12157. SuperEcho    A neat program to be used with Perfect Sound-like audio
  12158.         digitizers that generates LIVE audio effects, including
  12159.         Echos, Deep Voice, Squeaky Voice, Many People, M-M-Max
  12160.         Headroom and much more.  Binary only.
  12161.         Author:  Kevin Kelm
  12162.  
  12163. TACL        An adventure player for games written with The Adventure
  12164.         Construction Language, a commercial computer language.
  12165.         Includes two sample games; one is text-only and the other
  12166.         is text-graphic.  Binary only, plus the TACL source code
  12167.         that was used to write the graphic adventure.
  12168.         Author:  Kevin Kelm and Rhett Rodewald
  12169.  
  12170. TitleGen    A simple script language program for generating vertically
  12171.         crawling title sequences in any font and up to 500 lines
  12172.         long.  Good for video production.  Version 1.6, binary only.
  12173.         Author:  Kevin Kelm
  12174.  
  12175. XenoZap        A program that recursively descends into directories,
  12176.         disabling the Xeno virus in all executable files that it
  12177.         finds.  Version 1.0, includes source in Modula-2.
  12178.         Author:  Kevin Kelm
  12179.  
  12180. ==========================  Contents of Disk 301  ==========================
  12181.  
  12182. This is disk 301 of the freely distributable AMIGA software library.
  12183. Below is a listing of the significant directories and their contents.
  12184.  
  12185.  
  12186. Aquarium    A program for searching through a special database
  12187.         containing information about the contents of the
  12188.         library, in order to find programs that match a
  12189.         specified list of conditions.  Includes a database
  12190.         of disks 1-300, and a program to add the contents
  12191.         of future disks to the database.  Binary only.
  12192.         Author:  B Lennart Olsson
  12193.  
  12194. IffLib        A ready-to-use library to perform various manipulations
  12195.         on IFF files.  Includes a sample IFF viewer and a utility
  12196.         to save the front screen as an IFF file.  This is version
  12197.         16.1, an update to version 15.3 on disk 173, and includes
  12198.         a couple of bug fixes and some new features.  Binary only.
  12199.         Author:  Christian A. Weber
  12200.  
  12201. UeditUpdate    This is a partial update to the 2.5d version of Uedit on
  12202.         disk 286.  It includes only the UES executable, which has
  12203.         had patches d1 through d4 applied.  Disk 286 is still needed
  12204.         for a complete Uedit shareware distribution.  Binary only.
  12205.         Author:  Rick Stiles
  12206.  
  12207. ==========================  Contents of Disk 302  ==========================
  12208.  
  12209. This is disk 302 of the freely distributable AMIGA software library.
  12210. Below is a listing of the significant directories and their contents.
  12211.  
  12212.  
  12213. Chop        A program which uses a hotkey to chop a displayed screen
  12214.         down to a temporary maximum of 4 planes in lo-res or 2
  12215.         planes in hi-res, allowing the processor full speed access
  12216.         to chip memory.  Only the displayed screen is affected, the
  12217.         program painting the screen continues to work with the full
  12218.         color palette.  Unchoping the screen puts everything back
  12219.         to normal.  Version 1.0, binary only.
  12220.         Author:  Nico Francois
  12221.  
  12222. DiskTalk    A cute little program, like "muncho" on disk 137, which
  12223.         plays digitized sound samples when you insert or remove a
  12224.         floppy disk.  Samples are saved as IFF sound files.
  12225.         Version 1.0, binary only.
  12226.         Author:  Nico Francois
  12227.  
  12228. MiscUtils    Some small sound and screen hacks.  Includes source in C.
  12229.         Author:  Jorrit Tyberghein
  12230.  
  12231. PPMore        Another "more" like utility.  This one reads text files
  12232.         that have been crunched with PowerPacker, thus saving space
  12233.         at the slight expense of some time to uncrunch the text.
  12234.         Version 1.3, binary only.
  12235.         Author:  Nico Francois
  12236.  
  12237. ProgUtils    Some miscellaneous programming utilities and examples.
  12238.         Includes source in assembly code.
  12239.         Author:  Jorrit Tyberghein
  12240.  
  12241. QuickHelp    A utility that helps you make and display your own help
  12242.         files for commands.  Disk space usage is minimized by
  12243.         using PowerPacker to crunch the help files.  Version 1.2,
  12244.         binary only.
  12245.         Author:  Jorrit Tyberghein
  12246.  
  12247. RollOn        A "Soko-Ban" like shareware game, submitted by the author.
  12248.         Includes both English and German versions, a level editor,
  12249.         and digitized sounds.  This is version 1.1, binary only.
  12250.         Author:  Tobias Eckert
  12251.  
  12252. Selector    A program that helps you assemble programs on a boot disk
  12253.         and start them in a user friendly way.  Version 2.5,
  12254.         binary only.
  12255.         Author:  Nico Francois
  12256.  
  12257. TurboMandel    A fast mandelbrot program, written in a mix of C and
  12258.         assembly language.  You can select between using floating
  12259.         point or integer calculation.  Other features include a
  12260.         full intuition interface, cycling capabilities, extensive
  12261.         color control, a user definable iteration depth, fully
  12262.         implemented zoom, a 3-D display mode, support for extra
  12263.         halfbrite as well as interlace and hires, IFF load and
  12264.         save, accuracy selections, and more.  Version 1.0,
  12265.         includes source in assembly and C.
  12266.         Author:  Marivoet Philip
  12267.  
  12268. ==========================  Contents of Disk 303  ==========================
  12269.  
  12270. This is disk 303 of the freely distributable AMIGA software library.
  12271. Below is a listing of the significant directories and their contents.
  12272. All of this material was submitted on disk directly by the author,
  12273. Lars Clausen, for inclusion in the library.  Thanks Lars!
  12274.  
  12275. CPM        A program to compute mandelbrots via the Continous
  12276.         Potential Method, as described in the book "The Science
  12277.         of Fractal Images" by H. O. Pietgen and D. Saupe.  It is
  12278.         used to make 3-dimensional pictures of the mandelbrot
  12279.         set.  This is a batch mode type program so several images
  12280.         can be generated, one after the other, without any human
  12281.         interaction.  Includes source.
  12282.         Author:  Lars Clausen
  12283.  
  12284. DEM        A program to compute mandelbrots via the Distance Estimator
  12285.         Method, as described in the book "The Science of Fractal
  12286.         Images" by H. O. Pietgen and D. Saupe.  It is used to make
  12287.         high resolution black-and-white images.  This is a batch
  12288.         mode type program so several images can be generated, one
  12289.         after the other, without any human interaction.  Includes
  12290.         source.
  12291.         Author:  Lars Clausen
  12292.  
  12293. Demon        This program implements the Demons cellular automaton as
  12294.         described in the August, 1989, issue of Scientific American.
  12295.         Using extremely simple rules it exhibits rather complex 
  12296.         behaviour.  Includes source.
  12297.         Author:  Lars Clausen
  12298.  
  12299. FixIcons    A program to scan through all files in a given volume or
  12300.         directory, looking for project icons and changing their
  12301.         default tools according to instructions given in a script
  12302.         file.  Version 1.2, includes source.
  12303.         Author:  Lars Clausen
  12304.  
  12305. IceFrac        A fractal generator using the Diffusion Limited Aggregation
  12306.         algorithm, as described in the book "The Beauty of Fractal
  12307.         Images".  This is version 2.1 and includes source.
  12308.         Author:  Lars Clausen
  12309.  
  12310. Rocket        Another program in the long tradition of screen hacks.
  12311.         This one zeroes in on your mouse pointer.  Binary only.
  12312.         Author:  Lars Clausen
  12313.  
  12314. ScreenZap    A utility that forcibly removes screens and windows from
  12315.         your system.  Useful to get rid of zombie screens or windows
  12316.         that have been left around by aborted or buggy programs.
  12317.         This is version 2.3 and includes source.
  12318.         Author:  Lars Clausen
  12319.  
  12320. SnowFall    Another program in the long tradition of screen hacks for
  12321.         the amiga.  Watch the snow fall, get blown around by the
  12322.         wind, and collect in realistic heaps.  Includes source.
  12323.         Author:  Lars Clausen
  12324.  
  12325. ==========================  Contents of Disk 304  ==========================
  12326.  
  12327. This is disk 304 of the freely distributable AMIGA software library.
  12328. Below is a listing of the significant directories and their contents.
  12329. All of this material was submitted on disk directly by the author,
  12330. Joel Swank, for inclusion in the library.  Thanks Joel!
  12331.  
  12332.  
  12333. Circles        A circles pattern generator, reminiscent of one of the
  12334.         early Amiga demos.  Version 1.1, includes source in C.
  12335.         Author:  Joel Swank
  12336.  
  12337. DocSplit    A program to split the 1.3 autodoc files into individual
  12338.         subroutine files.  One file is created for each subroutine,
  12339.         with the name created by appending ".doc" to the subroutine
  12340.         name.  Version 1.0, includes source.
  12341.         Author:  Joel Swank
  12342.  
  12343. Gears        A program to calculate and display the gears of a multispeed
  12344.         bicycle.  Works for bicycles with 3 to 21 gear combinations.
  12345.         Version 1.1, includes source.
  12346.         Author:  Joel Swank
  12347.  
  12348. IRA        Allows easy calculation of future values of investment.
  12349.         Enter the beginning investment value, annual percentage
  12350.         rate, annual deposit amount, and number of years, to
  12351.         compute the future value.  Version 2.0, includes source.
  12352.         Author:  Joel Swank
  12353.  
  12354. Lines        A color line pattern generator, adapted from Mackie.
  12355.         Version 1.1, includes source.
  12356.         Author:  Joel Swank
  12357.  
  12358. Mean18        Two custom golf courses for Mean 18.
  12359.         Author:  Joel Swank
  12360.  
  12361. Multic        Formats a single column of input into multiple side by
  12362.         side columns.  Includes source.
  12363.         Author:  Joel Swank
  12364.  
  12365. PageCnt        Counts and displays the number of form feeds in a file,
  12366.         along with the length of the longest line.  Version 1.0,
  12367.         includes source.
  12368.         Author:  Joel Swank
  12369.  
  12370. Skel        A skeleton workbench application that makes writing
  12371.         workbench programs easier.  Provides routines for main,
  12372.         initialization and termination, gadget and menu handling,
  12373.         argument processing, help window, about requester, etc.
  12374.         Version 1, includes source.
  12375.         Author:  Joel Swank
  12376.  
  12377. SuperRetLab    Prints return address labels 3-up on single-wide 3.5 inch
  12378.         by 7/16/ inch label stock.  Can print up to 5 lines per
  12379.         label.  Version 1.1, includes source.
  12380.         Author:  Joel Swank
  12381.  
  12382. Verify        Walks a directory hierarchy reading all files, reporting
  12383.         any files that can't be entirely read.  Version 1.2,
  12384.         includes source.
  12385.         Author:  Joel Swank
  12386.  
  12387. ==========================  Contents of Disk 305  ==========================
  12388.  
  12389. This is disk 305 of the freely distributable AMIGA software library.
  12390. Below is a listing of the significant directories and their contents.
  12391. This is revision "a"; the tetris clone was removed from the original
  12392. disk as requested by Spectrum Holobyte.
  12393.  
  12394.  
  12395. Fenster        A program which can operate on windows owned by another
  12396.         program, to close them, change their size, refresh gadgets,
  12397.         move the window to the background, etc.  This is version
  12398.         2.1, an update to version 2.0 on disk 298.  Includes source.
  12399.         Author:  Roger Fischlin
  12400.  
  12401. Lhwarp        A program which will read tracks directly from your floppy
  12402.         disk, compress them using adaptive huffman encoding, and
  12403.         output them to a file.  The resulting file can be used by
  12404.         lhwarp to reconstruct an image of the original disk.  This
  12405.         is version 1.20, an update to version 1.03 on disk 295.
  12406.         New features include much faster compression/decompression,
  12407.         a 32-bit CRC, and two additional compression methods.
  12408.         Binary only.
  12409.         Author:  Jonathan Forbes
  12410.  
  12411. Mackie        A versatile cli/macro-key initiator based on POPCLI with
  12412.         a unique method    of "screen-blanking".  I won't say more,
  12413.         just try it!  This is version 1.4, an update to version
  12414.         1.3 from disk 267.  Includes fixes to work with latest
  12415.         WShell and the new 'never' keyword.  Includes source.
  12416.         Author:  Tomas Rokicki
  12417.  
  12418. PrFont        Prints a sample of each font from the fonts: directory.
  12419.         Draws one line of each font on a custom hires screen,
  12420.         which can be printed.  Version 1.3, includes source.
  12421.         Author:  Joel Swank
  12422.  
  12423. Reversi        Plays the classical reversi game on an 8 x 8 square field.
  12424.         Version 2.0, an update to version 1.2 on disk 245.  Includes
  12425.         source in assembly language.
  12426.         Author:  Marc Fischlin
  12427.  
  12428. SpaceLog    A database containing data for all of the man related space
  12429.         missions of the United States and the Soviet Union that were
  12430.         related to the development of manned space flight, from the
  12431.         beginning of the space age to the present (368 missions),
  12432.         listed in chronological order.  Includes an AmigaBASIC
  12433.         program to manipulate the database.  Version 1.54, binary
  12434.         only.
  12435.         Author:  Gene Heitman
  12436.  
  12437. ==========================  Contents of Disk 306  ==========================
  12438.  
  12439. This is disk 306 of the freely distributable AMIGA software library.
  12440. Below is a listing of the significant directories and their contents.
  12441. All of this material was submitted on disk by Tomas Rokicki.  Thanks Tomas!
  12442.  
  12443.  
  12444. Life        A new version of Tomas's Life game.  This version includes
  12445.         a new torus option, an option to perform calculations with
  12446.         the processor rather than the blitter, and a couple of
  12447.         other minor changes.  This is an update to the version on
  12448.         disk 131, includes source.
  12449.         Author:  Tomas Rokicki
  12450.  
  12451. RexxPlPlot    A library of C functions useful for scientific plotting
  12452.         on the Amiga.  The library is Lattice C compatible.
  12453.         Contour plotting, three dimensional plotting, axis
  12454.         redefinition, log-log plotting and multiple subpages are
  12455.         a few of Plplot's features.  The plots can be displayed
  12456.         on a monitor or sent to a graphics file for subsequent
  12457.         printing.  This is RexxPlPlot version 0.3, an update to
  12458.         Plplot version 1.00 on disk 222.  New features include
  12459.         an ARexx interface, support for IFF output, support for
  12460.         PostScript output, support for Preferences, some new
  12461.         functions, bug fixes, and more.  Includes source.
  12462.         Author:  Tony Richardson, Samuel Paolucci, Glenn Lewis
  12463.              and Tomas Rokicki
  12464.  
  12465. Tree        A very simple directory tree traversal program, written
  12466.         primarily as an aid to creating zoo archives and disk
  12467.         backups.  Has options to exclude certain directories or
  12468.         files with specific extensions.  Includes source.
  12469.         Author:  Tomas Rokicki
  12470.  
  12471. ==========================  Contents of Disk 307  ==========================
  12472.  
  12473. This is disk 307 of the freely distributable AMIGA software library.
  12474. Below is a listing of the significant directories and their contents.
  12475.  
  12476. DissiDemos    Demo of Midi Sample Wrench, which provides pro sample
  12477.         editing features for owners of musical samplers.
  12478.         Version 1.1, binary only.
  12479.         Author:  Jeff Glatt
  12480.  
  12481. FileIO        A disk based shared library to make filename selection easy
  12482.         for load and save routines using an Intuition interface.
  12483.         This is version 1.5, and update to the version on disk 257.
  12484.         Now includes the ability to select multiple filenames and
  12485.         fixes some bugs in the 1.4 version.  Binary only.
  12486.         Author:  R. J. Mical, Jeff Glatt and Jim Fiore
  12487.  
  12488. Samp        Documentation and interface library for an IFF FORM
  12489.         "SAMP", 16-bit sampled sound file format.  This format
  12490.         allows more than one waveform per octave, and the lengths
  12491.         of different waveforms do not have to be factors of 2.
  12492.         Includes a utility to convert 8SVX files to SAMP format.
  12493.         Version 1.0, binary only.
  12494.         Author:  Jeff Glatt
  12495.  
  12496. ==========================  Contents of Disk 308  ==========================
  12497.  
  12498. This is disk 308 of the freely distributable AMIGA software library.
  12499. Below is a listing of the significant directories and their contents.
  12500.  
  12501.  
  12502. FReq        A general purpose file requester, which was designed to be
  12503.         easy to use and fast, with a built-in ARexx port allowing
  12504.         you to use it from ARexx scripts or applications with ARexx
  12505.         ports.  Version 1.0, binary only.
  12506.         Author:  Jeffrey D. Wahaus
  12507.  
  12508. ScreenShare    A library and support programs that enable applications
  12509.         to open up windows on other applications' custom screens.
  12510.         For example, your editor may want to open a window on
  12511.         your terminal emulator's screen so you can compose a
  12512.         message while still being able to see the contents of
  12513.         the terminal's screen.  Both applications must cooperate
  12514.         for the screen sharing to work.  This is version 1.21,
  12515.         an update to version 1.2 on disk 246.  Includes source
  12516.         for interface portions.
  12517.         Author:  Willy Langeveld
  12518.  
  12519. StarBlanker    A screen blanker that replaces your display with a randomly
  12520.         chosen animated starfield.  Version 1.00, includes source
  12521.         in Modula-2.
  12522.         Author:  Chris Bailey
  12523.  
  12524. Vlt        VLT is both a VT100 emulator and a Tektronix (4014 plus
  12525.         subset of 4105) emulator, currently in use at SLAC
  12526.         (Stanford Linear Accelerator Center).  Although the VT100
  12527.         part was originally based on Dave Wecker et al.'s VT100,
  12528.         many enhancements were made.  Features include use of ARP,
  12529.         an ARexx port, XMODEM 1K/CRC and Kermit protocols, support
  12530.         for additional serial ports, external file transfer protocols
  12531.         (XPR), a "chat" mode, and scrollback/review/history buffer.
  12532.         It comes in two versions, one with Tektronix emulation, and
  12533.         one without.  The Tektronix emulation allows saving IFF files,
  12534.         PostScript files, and printing bitmaps to the printer.  This
  12535.         is version 4.428, an update to version 4.226 on disk 257.
  12536.         The major change for this update is a rewrite of the
  12537.         Tektronix emulation to support almost all of the Tektronix
  12538.         4105 escape sequences.  Binary only.
  12539.         Author:  Willy Langeveld
  12540.  
  12541. ==========================  Contents of Disk 309  ==========================
  12542.  
  12543. This is disk 309 of the freely distributable AMIGA software library.
  12544. Below is a listing of the significant directories and their contents.
  12545.  
  12546.  
  12547. Bind        A binding (glue) library builder.  Takes a standard
  12548.         '.fd' (function definition) file and generates a binding
  12549.         library for the functions defined in the '.fd' file.
  12550.         Version 1.2, an update to the version released with
  12551.         midilib on disk 227.  Binary only.
  12552.         Author:  Bill Barton
  12553.  
  12554. Csh        Version 4.00a of a csh like shell derived from Matt
  12555.         Dillon's shell, version 2.07.  This is an update to
  12556.         version 3.03a on disk 223.  Changes include ARP pattern
  12557.         matching, improved search command, some new commands
  12558.         like 'basename', some new options, bug fixes, and an
  12559.         ARexx port.  Includes source.
  12560.         Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  12561.  
  12562. SKsh        A ksh-like shell for the Amiga.  Some of its features
  12563.         include command substitution, shell functions with
  12564.         parameters, aliases, local variables, local functions,
  12565.         local aliases, powerful control structures and tests,
  12566.         emacs style line editing and history functions, I/O
  12567.         redirection, pipes, large variety of built-in commands,
  12568.         Unix style wildcards, Unix style filename conventions,
  12569.         filename completion, and coexistence with scripts from
  12570.         other shells.  Very well documented.  Version 1.3, an
  12571.         update to version 1.2 on disk 291.  Binary only.
  12572.         Author:  Steve Koren
  12573. ==========================  Contents of Disk 310  ==========================
  12574.  
  12575. This is disk 310 of the freely distributable AMIGA software library.
  12576. Below is a listing of the significant directories and their contents.
  12577.  
  12578.  
  12579. Mon        A machine code monitor/debugger program for the Amiga
  12580.         which is re-entrant and can be made resident.  This is
  12581.         version 1.24, binary only.
  12582.         Author:  Timo Rossi
  12583.  
  12584. UUCP        An implementation of uucp for the Amiga, including mail
  12585.         and news.  This is Matt's version 1.00 for the Amiga,
  12586.         based on William Loftus's Amiga UUCP 0.40 release with
  12587.         news code from his 0.60 release, and months of work by
  12588.         Matt Dillon to make fixes and add enhancements.  Includes
  12589.         source.
  12590.         Author:  Various, major enhancements by Matt Dillon
  12591.  
  12592. ==========================  Contents of Disk 311  ==========================
  12593.  
  12594. This is disk 311 of the freely distributable AMIGA software library.
  12595. Below is a listing of the significant directories and their contents.
  12596.  
  12597.  
  12598. CRobots        A game based on computer programming.  Unlike arcade type
  12599.         games which require human input controlling some object,
  12600.         all strategy in CRobots is condensed into a C language
  12601.         program that you design and write, to control a robot
  12602.         whose mission is to seek out, track, and destroy other
  12603.         robots, each running different programs.  All robots are
  12604.         equally equipped, and up to four may compete at once.
  12605.         Version 2.1w, binary only, source available from author.
  12606.         Author:  Tom Poindexter, Amiga version by David Wright
  12607.  
  12608. Echo        Echo is a replacement for the AmigaDOS or ARP echo command.
  12609.         This version provides easy color setting or positioning for
  12610.         all echo'ed strings.  Completely compatible with the AmigaDOS
  12611.         and ARP echo commands, all your old batch files should work
  12612.         correctly.  Version 1.08c, includes source.        
  12613.         Author:  George Kerber (based on echo by Garry Glendown)
  12614.     
  12615. Etime        Etime will display the elapsed time between events.  This is
  12616.         useful in scripts to display the elapsed time between the
  12617.         beginning and ending.  Many options including color and time
  12618.         displayed as hh:mm:ss or total seconds.  Version 1.05c,
  12619.         includes source.
  12620.         Author:  George Kerber
  12621.  
  12622. Fortune        Fortune will ramdomly display a 'fortune' selected from the
  12623.         fortunes file (supplied).  The 'fortunes' file is easily
  12624.         modified or added to by the user, using any text editor.
  12625.         Fortune provides color and speech by user option.
  12626.         Version 2.04c, includes source.
  12627.         Author:  George Kerber
  12628.  
  12629. Incr        Incr will easily allow the user to keep a total count of
  12630.         any event run from a batch file.  Incr will take a number
  12631.         from a file, increment it by one and display the result.
  12632.         The new count is written back to the file.  Version 1.04b,
  12633.         includes source.
  12634.         Author:  George Kerber
  12635.  
  12636. PKAZip        The PKWare ZIP tool for the Amiga.  Provides functions
  12637.         to create, examine, extract, test, modify, display, and
  12638.         print files which are in the ZIP compressed format
  12639.         Uses a full Intuition interface with no CLI support.
  12640.         Version 01.00, binary only.
  12641.         Author:  PKWARE Inc, Amiga version by Dennis Hoffman
  12642.  
  12643. Udate        Udate is a replacement for the AmigaDOS date command,
  12644.         containing many options similiar to the UNIX date command.
  12645.         Udate will allow you to set the date and time via prompts
  12646.         or directly from the command line, will display any part
  12647.         of the date or time using the options in any color desired,
  12648.         and will also make an automatic adjustment of your system
  12649.         clock for Daylight Savings Time so your computer will be
  12650.         one less clock you will ever have to set twice a year for
  12651.         DST.  Version 1.15c, includes source.
  12652.         Author:  George Kerber
  12653.  
  12654. ==========================  Contents of Disk 312  ==========================
  12655.  
  12656. This is disk 312 of the freely distributable AMIGA software library.
  12657. Below is a listing of the significant directories and their contents.
  12658.  
  12659.  
  12660. ChinaChallenge    A game similar to Shanghai or Mahjong.  The goal is to
  12661.         remove all parts of the pile, the so called Dragon, step
  12662.         by step.  This dragon is composed of 120 different game
  12663.         pieces.  You can always find four pieces displaying the
  12664.         same picture or chinese symbols.  Binary only.
  12665.         Author:  Dirk Hoffmann
  12666.  
  12667. LHArc        An archive program like Arc and Zoo, with a heavy emphasis
  12668.         maximum compression for minimum archive size, using LZHUF
  12669.         compression. This is version 1.10, an update to version 1.0
  12670.         on disk 289.  Changes include 20-50% faster compression,
  12671.         17% faster decompression, file sorting, more efficient use
  12672.         of memory, a new progress indicator display, and some bug
  12673.         fixes.  Binary only.
  12674.         Author:  Paolo Zibetti
  12675.  
  12676. Moonbase    You must guide a lunar lander to ferry cargo from an 
  12677.         orbiting space station to bases on the surface of the moon.
  12678.         You get cargo and fuel for the lander by docking with the
  12679.         space station.  The goal is to complete all the assigned
  12680.         cargo deliveries, and to destroy as few landers as possible
  12681.         in doing so.  Binary only.
  12682.         Author:  Jim Barber
  12683.  
  12684. TrackSalve    A trackdisk patch which removes all known bugs and patches
  12685.         the trackdisk task to allow various enhancements, such as
  12686.         reading good sectors from partially bad tracks, write
  12687.         verification, write protect simulation, and turning off
  12688.         clicking.  Version 1.0, includes source in C and assembler.
  12689.         Author:  Dirk Reisig
  12690.  
  12691. ==========================  Contents of Disk 313  ==========================
  12692.  
  12693. This is disk 313 of the freely distributable AMIGA software library.
  12694. Below is a listing of the significant directories and their contents.
  12695.  
  12696.  
  12697. UUCP        An implementation of uucp for the Amiga, including mail
  12698.         and news.  This is Matt's version for the Amiga, based
  12699.         on William Loftus's Amiga UUCP 0.40 release with news
  12700.         code from his 0.60 release, and months of work by Matt
  12701.         to make fixes and add enhancements.  This is version
  12702.         1.03D, an update to version 1.00 on disk 310.  Includes
  12703.         source.
  12704.         Author:  Various, major enhancements by Matt Dillon
  12705.  
  12706. ==========================  Contents of Disk 314  ==========================
  12707.  
  12708. This is disk 314 of the freely distributable AMIGA software library.
  12709. Below is a listing of the significant directories and their contents.
  12710.  
  12711.  
  12712. A68k        A 68000 assembler originally written in Modula-2 in
  12713.         1985 and converted to C by Charlie Gibb in 1987.  Has
  12714.         been converted to accept metacomco-compatible assembler
  12715.         source code and to generate Amiga objects.  Includes source.
  12716.         This is version 2.61, an update to the version on disk 186.
  12717.         Author:  Brian Anderson; C translation and Amiga work
  12718.              done by Charlie Gibb
  12719.  
  12720. Zc        A full K&R C compiler based on a port of the Atari ST
  12721.         version of the Sozobon-C compiler.  Includes the C compiler
  12722.         main pass written by Johann Ruegg with fixes and enhancements
  12723.         by Joe Montgomery and Jeff Lydiatt, a cc front end written
  12724.         by Fred Fish with enhancements by Jeff Lydiatt and Ralph
  12725.         Babel, an optimizer written by Tony Andrews, an assembler
  12726.         written by Brian Anderson and Charlie Gibb, a linker written
  12727.         by the Software Distillery, generic include files, and a C
  12728.         runtime library written by Dale Schumacher and ported by
  12729.         Jeff Lydiatt.  This is version 1.01, an update to disks 171
  12730.         and 193.
  12731.         Author:  Various, see documentation.
  12732.  
  12733. ==========================  Contents of Disk 315  ==========================
  12734.  
  12735. This is disk 315 of the freely distributable AMIGA software library.
  12736. Below is a listing of the significant directories and their contents.
  12737.  
  12738.  
  12739. AmigaFox    A text processor with graphics capabilities.  Version
  12740.         1.00, binary only.
  12741.         Author:  Michael Wust
  12742.  
  12743. Drawmap        A program for drawing representations of the Earth's
  12744.         surface.  Can generate flat maps, mercator maps, globe
  12745.         views and orbital views.  This is version 2.0, an update
  12746.         to version 1.0 on disk 229.  Enhancements include
  12747.         dropshadows, user text entry and placement, improved
  12748.         event processing and better looking mouse pointers.
  12749.         Includes source.
  12750.         Author:  Bryan Brown
  12751.  
  12752. Surf        Generates bezier surfaces of revolution.  Will produce some
  12753.         amazing pictures of wineglasses, doorknobs, or other objects
  12754.         one could turn on a lathe.  Includes the capacity to map IFF
  12755.         image files onto any surface that it can draw.  This is 
  12756.         version 2.0, an update to version 1.0 on disk 170.  Changes
  12757.         include support for data file formats that can be translated
  12758.         to input files for various 3D modeling programs, an increase
  12759.         in the number of grey shades available, and the capability of
  12760.         modifying the endpoints of segments.  Source included.
  12761.         Author:  Eric Davies
  12762.  
  12763. ==========================  Contents of Disk 316  ==========================
  12764.  
  12765. This is disk 316 of the freely distributable AMIGA software library.
  12766. Below is a listing of the significant directories and their contents.
  12767.  
  12768.  
  12769. Formulae    An implementation of basic propositional formulae
  12770.         manipulation routines in Scheme (Scheme is available on
  12771.         disk 149).  Uses only essential procedures so it should
  12772.         run under any Scheme.  Includes source in Scheme.
  12773.         Author:  Gauthier Groult and Bertrand Lecun
  12774.  
  12775. Iff2C        Yet another IFF ILBM to C converter.  Two unique features
  12776.         are the ability to generate comments representing the
  12777.         actual image, and the planepick computation.  This is
  12778.         version 0.30 and includes source.
  12779.         Author:  Gauthier Groult and Jean Michel Forgeas
  12780.  
  12781. IntuiSup    A shared library which implements extensions to the Amiga
  12782.         operating system and graphical environment.  Includes
  12783.         several example programs that make use of the library,
  12784.         including building a nifty file requester from the
  12785.         library's user interface routines.  Version 1.15, binary
  12786.         only.  Source available from author.
  12787.         Author:  Gauthier Groult
  12788.  
  12789. Life        Another version of Tomas's Life game.  Includes a torus
  12790.         option, an option to perform calculations with the processor
  12791.         rather than the blitter, and more.  This is version 5.0, an
  12792.         update to the version on disk 306, and is about 15% faster.
  12793.         Includes source.
  12794.         Author:  Tomas Rokicki
  12795.  
  12796. SmartIcon    This shareware program, submitted by the author, is an
  12797.         Intuition objects iconifier.  Version 2.0 is still limited
  12798.         to iconifying windows, which is still very handy.  It adds
  12799.         a new "iconify gadget" to each window, that when clicked
  12800.         on, iconifies the window into an icon in the ram: disk.
  12801.         This is version 2.0, an update to version 1.0 on disk 214.
  12802.         Includes source.
  12803.         Author:  Gauthier Groult
  12804.  
  12805. Vectors        A simple program to test how fast the Amiga can draw lines.
  12806.         Includes two versions, 1.0 and 1.1, each of which performs
  12807.         tests slightly differently.  Includes source.
  12808.         Author:  Gauthier Groult and Jean Michel Forgeas
  12809.  
  12810. ==========================  Contents of Disk 317  ==========================
  12811.  
  12812. This is disk 317 of the freely distributable AMIGA software library.
  12813. Below is a listing of the significant directories and their contents.
  12814.  
  12815.  
  12816. StillStore    A program designed for freelance, corporate, and broadcast
  12817.         television.  It loads and displays IFF images of any
  12818.         resolution interchangeably from a list file or as inputted
  12819.         directly (I.E. random access).  The user may easily skip
  12820.         forward or backward one or more pictures in the list.  A
  12821.         "generic" display is always just a few seconds away.  The
  12822.         program can be used "on air" with no concern that a pull
  12823.         down menu will suddenly appear in the viewable area.  It
  12824.         also provides for a precise cue for changing windows or
  12825.         screens.  While the main purpose is to load "news windows"
  12826.         of 1/4 screen size, StillStore can also handle full-sized
  12827.         and overscanned images.  Also includes slide show modes and
  12828.         a screen positioning feature.  Stillstore is written in the
  12829.         Director language from the Right Answers Group. Version 1.2,
  12830.         binary only, source available from authors.
  12831.         Author:  R. J. (Dick) Bourne and Richard Murray
  12832.  
  12833. Uniq        A text processor which compacts repeated adjacent lines.
  12834.         Intended to be used with a sorted file to print unique
  12835.         lines, or repeated lines.  Behaviour and options like UNIX
  12836.         version.  Version 1.1, includes source.
  12837.         Author:  John Woods, Amiga port by Gary Duncan
  12838.  
  12839. ==========================  Contents of Disk 318  ==========================
  12840.  
  12841. This is disk 318 of the freely distributable AMIGA software library.
  12842. Below is a listing of the significant directories and their contents.
  12843.  
  12844.  
  12845. CNewsBin    This is part 1 of a C News distribution for the Amiga.
  12846.         This part includes all the binary and text files necessary
  12847.         to set up and run C News.  Part 2 is available on disk 319
  12848.         and contains the source.
  12849.         Author:  Various, Amiga port by Frank Edwards
  12850.  
  12851. Lhwarp        A program which will read tracks directly from your floppy
  12852.         disk, compress them using adaptive huffman encoding, and
  12853.         output them to a file.  The resulting file can be used by
  12854.         lhwarp to reconstruct an image of the original disk.  This
  12855.         is version 1.21, an update to version 1.20 on disk 305.
  12856.         Binary only.
  12857.         Author:  Jonathan Forbes
  12858.  
  12859. PKAZip        The PKWare ZIP tool for the Amiga.  Provides functions
  12860.         to create, examine, extract, test, modify, display, and
  12861.         print files which are in the ZIP compressed format
  12862.         Uses a full Intuition interface with no CLI support.
  12863.         This is version 1.01, an update to version 1.00 on
  12864.         disk 311.  Binary only.
  12865.         Author:  PKWARE Inc, Amiga version by Dennis Hoffman
  12866.  
  12867. WaveMaker    WaveMaker is intended to give beginning music and physics
  12868.         students a "hands on" feel for how complex waves are made
  12869.         by adding a harmonic series of sine waves.  A fundamental
  12870.         and up to seven harmonics are available.  The resulting
  12871.         waveform can be displayed on the screen or played on the
  12872.         audio device using the keyboard like a piano.  A game mode
  12873.         is also provided.  Version 1.1, includes source.
  12874.         Author:  Thomas Meyer
  12875.  
  12876. Xoper        Very comprehensive program to monitor and control system 
  12877.         activity.  Monitor cpu, memory usage, ports, interrupts,
  12878.         devices.  Close windows, screens, show loaded fonts or last
  12879.         Guru code number.  Clean up memory, flush unused libraries,
  12880.         devices, fonts. etc. and a whole bunch more!  Spawns its own
  12881.         process.  A very handy background task to have loaded. 
  12882.         This is version 2.2, an update to version 2.0 on disk 274.
  12883.         Changes include mostly bug fixes and some minor enhancements.
  12884.         Assembly source included.
  12885.         Author:  Werner Gunther
  12886.  
  12887. ==========================  Contents of Disk 319  ==========================
  12888.  
  12889. This is disk 319 of the freely distributable AMIGA software library.
  12890. Below is a listing of the significant directories and their contents.
  12891.  
  12892.  
  12893. AHDM        Amiga Hard Disk Menu.  When placed in your startup sequence,
  12894.         AHDM offers a ten page menu, each page having up to ten
  12895.         possible actions.  By double clicking on an action, that
  12896.         action will execute any legal AmigaDOS command, program,
  12897.         or script file.  This allows you to interactively select
  12898.         which programs you wish to start or packages to install
  12899.         at boot time.  Version 1.1a, binary only, demo version
  12900.         that only supports 2 pages of actions.
  12901.         Author:  Scott Meek
  12902.  
  12903. CNewsSrc    This is part 2 of a C News distribution for the Amiga.
  12904.         This part includes all the source for C News and the UUPC
  12905.         package that it uses.  Part 1 is available on disk 318
  12906.         and includes all the binary and text files necessary to
  12907.         set up and run C News on the Amiga.
  12908.         Author:  Various, Amiga port by Frank Edwards
  12909.  
  12910. Mathtrans    A very small library which replaces the mathtrans.library
  12911.         distributed by Commodore-Amiga, for those who own an
  12912.         MC68881/82 floating point unit.  Calculation speed of
  12913.         some functions is increased up to 15 times.  Version 1.1,
  12914.         includes source.
  12915.         Author:  Heiner Huckstadt
  12916. ==========================  Contents of Disk 320  ==========================
  12917.  
  12918. This is disk 320 of the freely distributable AMIGA software library.
  12919. Below is a listing of the significant directories and their contents.
  12920.  
  12921.  
  12922. AmigaTrek    A continuation of Mike's Amiga Trek stories, which are
  12923.         parodies of the Star Trek series, with an Amiga flavor.
  12924.         Earlier stories are on disk 278.
  12925.         Author:  Mike Smithwick
  12926.  
  12927. AmiOmega    Amiga port of the Omega game.  Omega is similar to hack
  12928.         or rogue, but is much more complex.  There is a city,
  12929.         several towns, a wilderness, lots of dungeons, a multitude
  12930.         of monsters, lots of spells, magic items, etc.  There are
  12931.         several quests to complete.  All in all, it is an excellent
  12932.         game.  Requires 1Mb or more of memory.  Amiga version 1.0,
  12933.         binary only.
  12934.         Author:  Laurence Brothers, Amiga port by Rick Golembiewski
  12935.  
  12936. ==========================  Contents of Disk 321  ==========================
  12937.  
  12938. This is disk 321 of the freely distributable AMIGA software library.
  12939. Below is a listing of the significant directories and their contents.
  12940.  
  12941.  
  12942. DezHexBin    An intuition based programmers tool to convert integers
  12943.         between decimal, hexadecimal, and binary.  Very small.
  12944.         Version 1.1, includes source in assembly code.
  12945.         Author:  Michael Djavidan
  12946.  
  12947. IconJ        IconJ significantly enhances the IconX program, and is
  12948.         100% compatible.  It allows scripts to be executed by
  12949.         double-clicking the script's icon.  Abilities include
  12950.         joining the script with the icon file itself, or calling
  12951.         it from any directory or disk, executing either AmigaDOS
  12952.         or ARexx scripts, outputing to any file or device, running
  12953.         interactive scripts and scripts that contain conditionals,
  12954.         and creating relative console windows.  Includes a utility
  12955.         called AtatJ which attaches or detaches a script to/from
  12956.         an icon file.  Version 1.0, includes source in JForth.
  12957.         Author:  Rich Franzen
  12958.  
  12959. Ifs        An Iterated Function System viewer which graphically
  12960.         displays iterated function systems and allows the user
  12961.         to interactively create the affine functions that define
  12962.         such systems.  An IFS can represent complex pictures very
  12963.         compactly.  Simple IFSs can describe an infinite number of
  12964.         different and interesting fractal displays.  Includes a
  12965.         number of displays that the author and others have
  12966.         discovered.  Version 1.5, includes source in C.
  12967.         Author:  Glen Fullmer
  12968.  
  12969. Planets        Some routines ported to the Amiga by Bob Leivian, that
  12970.         compute the location of the planets (as viewed from a
  12971.         specific point on the earth) and the phase of the moon,
  12972.         for an arbitrary date and time.  Includes source.
  12973.         Author:  Keith Brandt VIII, Jim Cobb, F. T. Mendenhall,
  12974.              Alan Paeth, Petri Launiainen, Bob Leivian
  12975.  
  12976. Turtle        A shared library of "turtle" functions for drawing in a
  12977.         RastPort.  Includes source in assembly and C.
  12978.         Author:  Thomas Albers
  12979.  
  12980. UnixDirs    A program which intercepts calls to dos.library to add
  12981.         the UNIX style '.' and '..' syntax for current and parent
  12982.         directories, respectively, to file and path names.  I.E.,
  12983.         you can refer to files in the current directory as './foo'
  12984.         and files in the parent directory as '../foo', or any
  12985.         combination of the two.  Includes source in assembly.
  12986.         Author:  Murray Bennett and Mark Cyster
  12987.  
  12988. Whereis        Another "find-that-file" utility.  Whereis searches on your
  12989.         (hard-)disk for a file(name) and displays the path to that
  12990.         file.  Some features are case independent search, wildcards,
  12991.         interactive mode (cd implemented), can display size and date
  12992.         of files, always abortable, can archive filenames for "ZOO"
  12993.         (like fnams/recurdir), and no recursive procedures. Includes
  12994.         source in C.  Version 1.18 (2-15-90).
  12995.         Author: Roland Bless
  12996.  
  12997. ==========================  Contents of Disk 322  ==========================
  12998.  
  12999. This is disk 322 of the freely distributable AMIGA software library.
  13000. Below is a listing of the significant directories and their contents.
  13001.  
  13002.  
  13003. Gwin        This is version 1.0 of GWIN.  GWIN or Graphics WINdow is
  13004.         an integrated collection of graphics routines callable
  13005.         from C.  These routines make it easy to create sophisticated
  13006.         graphics programs in the C environment.  One-line calls give
  13007.         you a custom screen (ten types available), menu items,
  13008.         requestors, text, circles, polygons, etc.  GWIN is a
  13009.         two-dimensional floating point graphics system with
  13010.         conversion between world and screen coordinates.  GWIN
  13011.         includes built-in clipping that may be turned off for
  13012.         speed.  Use of color and XOR operations are greatly
  13013.         simplified.  Many examples of the use of GWIN are
  13014.         included in an examples directory.  Examples include
  13015.         line/bar graph program, geographic mapping program,
  13016.         SPICE 2G.6 graphics post-processor, and others.  Extensive
  13017.         documentation is included.
  13018.         Author:  Howard C. Anderson.
  13019.  
  13020. ==========================  Contents of Disk 323  ==========================
  13021.  
  13022. This is disk 323 of the freely distributable AMIGA software library.
  13023. Below is a listing of the significant directories and their contents.
  13024.  
  13025.  
  13026. ColorTools    Three tools that manipulate the colors of your screen.
  13027.         Binary only.
  13028.         Author:  Dieter Bruns
  13029.  
  13030. CZEd        A complete midi package for use with all Casio CZ
  13031.         synthesizers.  Contains a full fledged sound editor, a
  13032.         split simulator for CZ-101/1000/230S, a bank loader and
  13033.         a memory dump for CZ-1.  This is a formerly commercial
  13034.         package now released as shareware.  Binary only.
  13035.         Author:  Oliver Wagner
  13036.  
  13037. LinkSound    Two examples of functions that you can link with your
  13038.         own code to produce a short musical "beep" or a sound
  13039.         that is similar to striking a drum.  Includes source.
  13040.         Author:  Dieter Bruns
  13041.  
  13042. Show        A very versatile program to display IFF ILBM files.
  13043.         Features realtime unpacking scroll, smart analysis of any
  13044.         IFF file, total control over display modes, simple
  13045.         slideshow processing, pattern matching, and a dozen other
  13046.         options.  Only 9K.  Version 2.0, binary only.
  13047.         Author:  Sebastiano Vigna
  13048.  
  13049. ==========================  Contents of Disk 324  ==========================
  13050.  
  13051. This is disk 324 of the freely distributable AMIGA software library.
  13052. Below is a listing of the significant directories and their contents.
  13053. This is revision "a"; the tetris clone was removed from the original
  13054. disk as requested by Spectrum Holobyte.
  13055.  
  13056.  
  13057. ANSIEd        Demo version of an ANSI screen file editor.  It allows
  13058.         you to easily create and modify a screen of ANSI-style
  13059.         text/graphics on the Amiga.  The standard ANSI color set
  13060.         (red, green, yellow, blue, magenta, cyan, white) and text
  13061.         styles (plain, boldface, underlined, italic) are provided,
  13062.         along with some simple editing and drawing functions.
  13063.         This demo version has the save features disabled. This is
  13064.         version 1.3.0, an update to version 1.2.0aD on disk 221.
  13065.         Binary only.
  13066.         Author:  Greg Epley
  13067.  
  13068. DiskFree    An small iconifiable intuition program that shows the
  13069.         amount of free space available on all mounted disk
  13070.         devices, both numerically and graphically.  Version 1.0,
  13071.         shareware, binary only.
  13072.         Author:  Dieter Kuntz
  13073.  
  13074. DPFFT        An enhanced version of DPlot from disk 290.  DPlot is
  13075.         a simple display program for experimental data, with the
  13076.         goals of supporting paging through lots of data and 
  13077.         providing comfortable scaling and presentation.  The
  13078.         enhancements for DPFFT include addition of a Fast Fourier
  13079.         Transform (FFT), display of a customized amplitude and
  13080.         phase spectrum, a prewhitening capability, and a Welch
  13081.         window for spectral smoothing.  This is version 2.1,
  13082.         binary only.
  13083.         Author:  A. A. Walma
  13084.  
  13085. Mailchk        A mail client for Dnet, which will inform you of any new
  13086.         mail and will give the choice of viewing, deleting, or
  13087.         printing a message.  Version 2.01, includes source.
  13088.         Author:  Stephane Laroche
  13089.  
  13090. ==========================  Contents of Disk 325  ==========================
  13091.  
  13092. This is disk 325 of the freely distributable AMIGA software library.
  13093. Below is a listing of the significant directories and their contents.
  13094.  
  13095.  
  13096. Batchman    A program that allows the user to execute CLI programs
  13097.         and batch files simply by clicking on a gadget.  It can
  13098.         be used as the center of a turnkey system, where the
  13099.         user simply clicks on gadgets to launch applications.
  13100.         Version 1.1, includes source in Modula-II.
  13101.         Author:  Michal Todorovic
  13102.  
  13103. DClock        A "Dumb Clock" utility that displays the date and time
  13104.         in the Workbench screen title bar.  Uses only about 2
  13105.         percent of the CPU time and about 10Kb of memory.  Also
  13106.         has an alarm clock feature and audible beep for programs
  13107.         that call DisplayBeep.  This is version 1.12, an update
  13108.         to version 1.5 on disk 298, with many enhancements and a
  13109.         few bug fixes.  Includes source.
  13110.         Author:  Olaf Barthel
  13111.  
  13112. DoRevision    This program implements easy creation of source code
  13113.         revision headers (very similar to the log headers to
  13114.         be found at the top of the Amiga 'C' include files). 
  13115.         Version 1.0, includes source.
  13116.         Author:  Olaf Barthel
  13117.  
  13118. FAM        A File Access Manager for the Amiga that allows multiple
  13119.         ARexx programs to access a buffered version of a directory
  13120.         in a consistent and serialized manner.  It buffers all the
  13121.         names, dates, sizes and so on, for quick access.  This is
  13122.         version 1.1 and includes source.
  13123.         Author:  Darren New
  13124.  
  13125. FarPrint    Debugging functions for programs which don't have any
  13126.         links to their environment.  FarPrint consists of two
  13127.         major parts; a harbour process open to receive and
  13128.         distribute messages and requests, and a set of C functions
  13129.         to be linked into any program wishing to communicate with
  13130.         the FarPrint main process.  This is version 1.5, an update
  13131.         to version 1.3 on disk 281, and adds a shared library as
  13132.         well as linker libraries for both Lattice and Aztec C.
  13133.         Includes source.
  13134.         Author:  Olaf Barthel
  13135.  
  13136. KeyMacro    A keyboard macro program, configurable via a text file,
  13137.         that also supports hotkey program execution.  You can map
  13138.         up to eight functions to each key, including keys such as
  13139.         cursor keys, the return key, etc.  Version 1.0, includes
  13140.         source.
  13141.         Author:  Olaf Barthel
  13142.  
  13143. LifeCycles    Some sort of biorhythm type program.  No docs included.
  13144.         Version 2.0, binary only.
  13145.         Author:  Michal Todorovic
  13146.  
  13147. MemGuard    MemGuard is a MemWatch-like program which has been
  13148.         rewritten in assembly language for maximum speed and
  13149.         efficiency. Unlike MemWatch MemGuard does not run as
  13150.         Task in a dummy loop but rather as a low-level interrupt
  13151.         routine which is capable of trapping memory thrashing even
  13152.         before exec might know of it and even while task switching
  13153.         is forbidden. In fact the low-memory area is checked each
  13154.         frame. Virtually no processing time is wasted, the
  13155.         interrupt routine does the check in about half a raster
  13156.         scan line's time.  This program was contributed by Ralf
  13157.         Thanner, who spent three weeks programming & debugging it.
  13158.         In this program Ralf uses some very delicate tricks to
  13159.         let his interrupt routine work with Intuition alerts.
  13160.         Version III, binary only.
  13161.         Author:  Ralf Thanner
  13162.  
  13163. RexxHostLib    This is a shared library package to simplify the ARexx
  13164.         host creation/management procedure.  Rexx-message parsing
  13165.         is also included making it possible to control ARexx from
  13166.         programs such as AmigaBASIC (can you imagine AmigaBASIC
  13167.         controlling AmigaTeX?).  Includes source.
  13168.         Author:  Olaf Barthel
  13169.  
  13170. ==========================  Contents of Disk 326  ==========================
  13171.  
  13172. This is disk 326 of the freely distributable AMIGA software library.
  13173. Below is a listing of the significant directories and their contents.
  13174.  
  13175.  
  13176. CBDump        This is a CLI utility for those who are working with the
  13177.         Amiga's clipboard device.  It's sole purpose in life is
  13178.         to dump the current contents of the clipboard to stdout
  13179.         or by redirection to a pipe or a file.  Useful for
  13180.         testing and interfacing with programs that do not support
  13181.         the clipboard.  Source included.
  13182.         Author:  Stephen Vermeulen.
  13183.  
  13184. DispMod        One of the series of ROBBS (Rexx Object Building Block
  13185.         System) modules by Larry Phillips.  DispMod is a display
  13186.         module that only understands ARexx messages.  It allows,
  13187.         under program control, the display of text and the
  13188.         acceptance of keyboard data.  Version 0.11, includes
  13189.         source.
  13190.         Author:  Larry Phillips
  13191.  
  13192. Itb        This program converts an icon to an IFF picture (brush)
  13193.         file.  It handles both single and alternate image (animated)
  13194.         icons.  This is version 1.10 which adds a colour palette to
  13195.         the previous version from disk 85.  Version 1.10, binary
  13196.         only.
  13197.         Author:  Stephen Vermeulen.
  13198.  
  13199. MicroTerm    A very small, very simple, almost brain-dead terminal
  13200.         program.  Primarily useful as an example of how to talk to
  13201.         the console and serial devices.  Version 0.1, includes
  13202.         source.
  13203.         Author:  Stephen Vermeulen.
  13204.  
  13205. NeuronalNets    Some programs for playing with Neuronal Nets using
  13206.         Hopfield and Hamming algorithms.  Binary only.
  13207.         Author:  Uwe Schaefer
  13208.  
  13209. PopScreen    A small hack to pop a hidden screen to the front from the
  13210.         CLI.  This was written to allow the author to use VLTjr
  13211.         with other programs that also use custom screens.  Source
  13212.         included.
  13213.         Author:  Stephen Vermeulen.
  13214.  
  13215. Snap        A tool for clipping text or graphics from the screen,
  13216.         using the clipboard device.  Snap finds out character
  13217.         coordinates automatically, handles different fonts, keymaps,
  13218.         accented characters, and more.  Version 1.4, an update
  13219.         to version 1.3 on disk 274.  Includes source.
  13220.         Author:  Mikael Karlsson
  13221.  
  13222. VSnap        This is an enhanced version of Snap 1.3, submitted by
  13223.         Steve Vermeulen, which adds the ability to save clipped
  13224.         graphics as IFF FORM ILBM's to the clipboard, so they can
  13225.         be imported to other programs that understand IFF and the
  13226.         clipboard.  I have dubbed it VSnap, since the official
  13227.         1.4 Snap is also included on this disk.  Includes source.
  13228.         Author:  Mikael Karlsson, enhancements by Steve Vermeulen
  13229.  
  13230. ==========================  Contents of Disk 327  ==========================
  13231.  
  13232. This is disk 327 of the freely distributable AMIGA software library.
  13233. Below is a listing of the significant directories and their contents.
  13234.  
  13235.  
  13236. ARTM        ARTM (Amiga Real Time Monitor) displays and controls
  13237.         system activity such as tasks, windows, libraries, devices,
  13238.         resources, ports, residents, interrupts, vectors, memory,
  13239.                 mounts, assigns, fonts and hardware.  Includes both a PAL
  13240.         and an NTSC version.  This is version 1.0, an update to
  13241.         version 0.9 on disk 277.  Binary only.
  13242.         Author:  Dietmar Jansen and F. J. Mertens
  13243.  
  13244. MM        An implementation of the game Mastermind.  In this game
  13245.         you must try to guess a color combination which the amiga
  13246.         sets via a random generator.  There are 6 colors which can
  13247.         be set in any combination.  Includes source.
  13248.         Author:  Dietmar Jansen
  13249.  
  13250. MRBackUp    A hard disk backup utility that does a file by file copy
  13251.         to standard AmigaDOS floppy disks.  Includes an intuition
  13252.         interface and file compression.  This is version 3.4, an
  13253.         update to version 3.3e on disk 279.  Binary only.
  13254.         Author:  Mark Rinfret
  13255.  
  13256. Msh        An Amiga file system handler that handles MSDOS formatted
  13257.         diskettes.  You can use files on such disks in almost
  13258.         exactly the same way as you use files on native AmigaDOS
  13259.         disks.  This is a fully functional, read/write version,
  13260.         that supports 8, 9, or 10 sector disks of 80 tracks, and
  13261.         should also work on 40 track drives and hard disks with
  13262.         12 or 16 bit FAT of any dimension the FAT allows.
  13263.         Includes source.
  13264.         Author:  Olaf Seibert
  13265.  
  13266. Softfont    Converts portrait soft fonts for HP LaserJet compatible
  13267.         laser printers to landscape format.  Includes source.
  13268.         Author:  Thomas Lynch
  13269.  
  13270. ==========================  Contents of Disk 328  ==========================
  13271.  
  13272. This is disk 328 of the freely distributable AMIGA software library.
  13273. Below is a listing of the significant directories and their contents.
  13274.  
  13275.  
  13276. AnalytiCalc    A full featured system for numerical analysis and
  13277.         reporting.  Includes a spreadsheet, graphics programs,
  13278.         documents and facilities for performing many commonly
  13279.         needed functions.  Features include an 18000 by 18000
  13280.         cell spreadsheet using virtual memory, random access
  13281.         to other saved spreadsheet formulas or values, easy
  13282.         save or merge of partial sheets, up to 400 windows on
  13283.         screen, ability to drive any cell from external macros,
  13284.         built in matrix algebra, random number generation,
  13285.         date arithemetic, and much more.  This is version
  13286.         V24-01a, an update to version V23-2A on disk 176.
  13287.         Binary only.
  13288.         Author:  Glenn Everhart
  13289.  
  13290. Hames        Some miscellaneous programs from Chris Hames.  DirWork
  13291.         V1.01 is a fast, small, simple efficient DirUtility.
  13292.         FSDirs V1.3 is a floppy accelerator program.  VMK V27
  13293.         is a small virus detector/killer that knows about 27
  13294.         different viruses and can detect new ones.  NoInfo V1.0
  13295.         stops programs from producing ".info" files.  Binaries
  13296.         only.
  13297.         Author:  Chris Hames
  13298.  
  13299. RoadRoute    A trip planner that takes a list of cities and a list
  13300.         of known routes between cities, and generates the distance
  13301.         and time required to reach your destination.  This is an
  13302.         update to version 1.0 on disk 251, with an expanded
  13303.         datebase of cities and roads for New Mexico, Texas,
  13304.         Oklahoma, Kansas, Nebraska, South Dakota, Louisiana,
  13305.         Arkansas, Missouri, Colorado and Mississippi, added by
  13306.         Fred Mayes and Gary Delzer.  Includes source.
  13307.         Author:  Jim Butterfield, Fred Mayes, Gary Delzer
  13308.  
  13309. ==========================  Contents of Disk 329  ==========================
  13310.  
  13311. This is disk 329 of the freely distributable AMIGA software library.
  13312. Below is a listing of the significant directories and their contents.
  13313.  
  13314.  
  13315. CPU        Two programs, one in C and one in assembler, which
  13316.         check for CPU type.  This version can detect 68000,
  13317.         68010, 68020, and 68881 processors.  Includes source.
  13318.         Author:  Ethan Dicks, based on WhatCPU by Dave Haynie
  13319.  
  13320. DiskSpeed    A disk speed testing program specifically designed to
  13321.         give the most accurate results of the true disk perform-
  13322.         ance of the disk under test.  Automatically updates and
  13323.         maintains an ASCII database of disk results for tested
  13324.         disks.  This is version 3.1, an update to version 2.0 on
  13325.         disk 288, with some source code cleanups and stress tests
  13326.         for CPU and DMA.  Includes source in C.
  13327.         Author:  Michael Sinz
  13328.  
  13329. Empire        This is a complete rewrite, from the ground up, in
  13330.         Draco, of Peter Langston's Empire game.  Empire is
  13331.         a multiplayer game of exploration, economics, war,
  13332.         etc, which can last a couple of months.  Can be
  13333.         played either on the local keyboard or remotely
  13334.         through a modem.  This is version 1.33w, an update
  13335.         to version 1.0 on disk 118, and includes many changes
  13336.         and enhancements.  Binary only.
  13337.         Author:  Chris Gray, David Wright, Peter Langston
  13338.  
  13339. FileSystems    Displays AmigaDOS disk devices with information about
  13340.         the head geometry, BufMemType, and the lower level
  13341.         exec device.  Includes source.
  13342.         Author:  Ethan Dicks
  13343.  
  13344. OnePlane    Removes the highest number bitplane from the WorkBench
  13345.         screen.  Normally used to take Workbench screen from
  13346.         2 bitplanes to 1 bitplane.  This allows CON: style
  13347.         devices to scroll text faster.  Includes source.
  13348.         Author:  Ethan Dicks
  13349.  
  13350. ==========================  Contents of Disk 330  ==========================
  13351.  
  13352. This is disk 330 of the freely distributable AMIGA software library.
  13353. Below is a listing of the significant directories and their contents.
  13354.  
  13355.  
  13356. Mostra        A very versatile program to display IFF ILBM files.
  13357.         Features realtime unpacking scroll, smart analysis of any
  13358.         IFF file, total control over display modes, simple
  13359.         slideshow processing, pattern matching, and a dozen other
  13360.         options.  Only 14K.  This is version 1.0, an upgrade to
  13361.         the Show program on disk 323, and adds SHAM, double
  13362.         buffering, faster decompression, color cycling, TeXdocs,
  13363.         startup files for easy customizing, and complete WorkBench
  13364.         support through ToolTypes and Style icons.  Binary only.
  13365.         Author:  Sebastiano Vigna
  13366.  
  13367. Palette        A tool which allows you to change another program's
  13368.         custom screen colors.  This is version 1.1, an update
  13369.         to the version on disk 55.  New features include checks
  13370.         for WorkBench startups, checks for HAM, Half Brite, or
  13371.         more than five bitplanes, and more graceful exits.
  13372.         Includes source in assembly.
  13373.         Author:  Randy Jouett, CJ Fruge, Carolyn Scheppner,
  13374.              Charlie Heath
  13375.  
  13376. Vt100        A vt100 emulator for the Amiga, which also supports
  13377.         various file transfer protocols like kermit, xmodem,
  13378.         ymodem, zmodem, etc, has an Arexx port, can use
  13379.         custom external protocol modules, and more.  This is
  13380.         version 2.9a, an update to version 2.9 on disk 275.
  13381.         Includes source.
  13382.         Author:  Dave Wecker, Tony Sumrall, Frank Anthes,
  13383.              and Chuck Forsberg
  13384.  
  13385. XprKermit    An Amiga shared library which provides Kermit file
  13386.         transfer capability to any XPR-compatible communications
  13387.         program.  Supports version 2.0 of the XPR Protocol
  13388.         specification.  Version 1.5, includes source.
  13389.         Author:  Marco Papa, Stephen Walton
  13390.  
  13391. ==========================  Contents of Disk 331  ==========================
  13392.  
  13393. This is disk 331 of the freely distributable AMIGA software library.
  13394. Below is a listing of the significant directories and their contents.
  13395.  
  13396.  
  13397. CRobots        A game based on computer programming.  Unlike arcade type
  13398.         games which require human input controlling some object,
  13399.         all strategy in CRobots is condensed into a C language
  13400.         program that you design and write, to control a robot
  13401.         whose mission is to seek out, track, and destroy other
  13402.         robots, each running different programs.  All robots are
  13403.         equally equipped, and up to four may compete at once.
  13404.         This is version 2.2w, an update to version 2.1w on disk
  13405.         311.  Binary only, source available from author.
  13406.         Author:  Tom Poindexter, Amiga version by David Wright
  13407.  
  13408. Csh        Version 4.01a of a csh like shell derived from Matt
  13409.         Dillon's shell, version 2.07.  This is an update to
  13410.         version 4.00a on disk 309.  Changes include mostly bug
  13411.         fixes and corrections.  Includes source.
  13412.         Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  13413.  
  13414. Iff2Ex        A program to convert IFF pictures to an executable.  It
  13415.         can handle NTSC/PAL, interlace and overscan.  Version 1.0,
  13416.         binary only.
  13417.         Author:  Pieter van Leuven
  13418.  
  13419. LhArcA        An intuitionized and faster version of lharc for the Amiga.
  13420.         Requires ARP library.  Version 0.99a, binary only.
  13421.         Author:  Haruyasu Yoshizaki, Amiga version by Stefan Boberg
  13422.  
  13423. LVR        Link Virus Remover.  A program that recursively searches
  13424.         directories for link viruses in executable files.  This
  13425.         is version 1.20, binary only.
  13426.         Author:  Pieter van Leuven
  13427.  
  13428. NTSC-PAL    Utilities which allow Amigas with the new ECS 1Mb Agnus
  13429.         to easily switch between PAL and NTSC display modes.
  13430.         Version 1.0, includes source in assembly.
  13431.         Author:  Nico Francois
  13432.  
  13433. PatchLoadSeg    This program patches the loadseg routine to automatically
  13434.         detect link viruses when a program is loaded.  Displays an
  13435.         alert when a virus is detected in a program being loaded
  13436.         for execution.  Version 1.20, includes source.
  13437.         Author:  Pieter van Leuven
  13438.  
  13439. VirusUtils    Two programs to detect viruses on disk and in memory.
  13440.         Virushunter removes all known viruses in memory.
  13441.         Viruskiller removes all known viruses in memory and after
  13442.         removing the viruses the disks can be checked without the
  13443.         virus copying itself to the disks.  Version 3.60, binary
  13444.         only.
  13445.         Author:  Pieter van Leuven     
  13446.  
  13447. ==========================  Contents of Disk 332  ==========================
  13448.  
  13449. This is disk 332 of the freely distributable AMIGA software library.
  13450. Below is a listing of the significant directories and their contents.
  13451.  
  13452.  
  13453. AniPtrs        Some cute animated pointers.  I have adopted one of them
  13454.         as my permanent replacement for the boring red arrow.
  13455.         Binary only.
  13456.         Author:  Bob McKain
  13457.  
  13458. DevPatch    A program that installs a patch for OpenWindow to check the
  13459.         NewWindow structure.  If the title matches a specific
  13460.         string, the height will be forced to 45 pixels.  This helps
  13461.         to reduce chip memory usage for programs that open overly
  13462.         large windows and then seldom use them.  Includes source.
  13463.         Author:  Jorrit Tyberghein, Nico Francois, P. Marivoet
  13464.  
  13465. Helper        A little InputEvent hack, activated via the HELP key.
  13466.         Originally meant to provide a unique method of giving the
  13467.         user help (you don't have to put that help stuff into your
  13468.         own program).  Now also contains a color requester and a
  13469.         small notepad.  Version 1.01, includes source.
  13470.         Author:  Michael Balzer
  13471.  
  13472. K1_Editor    An editor for the Kawai K1(m) synthesizer with two
  13473.         auxiliary programs for managing sound dumps.  This is
  13474.         version 1.00, shareware, includes source.
  13475.         Author:  Michael Balzer
  13476.  
  13477. Kryptor        A small, simple and comfortable file encoder/decoder.
  13478.         Version 1.0, includes source.
  13479.         Author:  Michael Balzer
  13480.  
  13481. RevBut        Another InputEvent hack, giving you a toggling right mouse
  13482.         button.  Version 1.0, includes source.
  13483.         Author:  Michael Balzer
  13484.  
  13485. ==========================  Contents of Disk 333  ==========================
  13486.  
  13487. This is disk 333 of the freely distributable AMIGA software library.
  13488. Below is a listing of the significant directories and their contents.
  13489.  
  13490.  
  13491. MultiPlot    A package for making 2D plots conveniently.  Tim Mooney
  13492.         wrote the original program, which was then enhanced by
  13493.         Alan Baxter with a nicer user interface, support for
  13494.         the PLT: device, and support for file conversions.  Rich
  13495.         Champeaux and Jim Miller wrote the PLT: handler which
  13496.         emulates a plotter by accepting HP-GL commands, creating
  13497.         a raster image, then dumping it to any preferences supported
  13498.         graphics printer.  This is version XLNb, an update to
  13499.         version XLN on disk 292, and includes many bug fixes, style
  13500.         changes, and enhancements.  Includes source.
  13501.         Author:  Alan Baxter, Tim Mooney, Rich Campeaux, Jim Miller
  13502.  
  13503. ==========================  Contents of Disk 334  ==========================
  13504.  
  13505. This is disk 334 of the freely distributable AMIGA software library.
  13506. Below is a listing of the significant directories and their contents.
  13507.  
  13508.  
  13509. FBM        An Amiga port of the Fuzzy PixMap image manipulation
  13510.         library.  This package allows manipulation and conversion
  13511.         of a variety of color and B&W image formats.  Supported
  13512.         formats include Sun rasterfiles, GIF, IFF, PCX, PBM
  13513.         bitmaps, "face" files, and FBM files.  Also has input
  13514.         converters for raw images, like DigiView files, and
  13515.         output converters for PostScript and Diablo graphics.
  13516.         Besides doing format conversion, some of the other image
  13517.         manipulation operations supported include rectangular
  13518.         extraction, density and contrast changes, rotation,
  13519.         quantization, halftone grayscaling, edge sharpening, 
  13520.         and histograms.  Version 0.9, binary only.
  13521.         Author:  Michael Mauldin; Amiga port by Kenn Barry
  13522.  
  13523. PPMore        A "more" replacement program that reads normal ascii text
  13524.         files as well as files crunched with PowerPacker.  The
  13525.         crunched files can result in consider disk space savings.
  13526.         Version 1.5, binary only.
  13527.         Author:  Nico Francois
  13528.  
  13529. PPShow        A "show" program for normal IFF ILBM files or ILBM files
  13530.         crunched with PowerPacker.  The decrunching is done auto-
  13531.         matically as the file is read.  Version 1.0, binary only.
  13532.         Author:  Nico Francois
  13533.  
  13534. WhatIs        A neat little utility which not only recognizes a wide
  13535.         variety of file types (executables, IFF, icons, zoo files,
  13536.         etc), but prints interesting information about the structure
  13537.         or contents of the recognized file types.  Version 1.2a,
  13538.         binary only.
  13539.         Author:  J. Tyberghein
  13540.  
  13541. ==========================  Contents of Disk 335  ==========================
  13542.  
  13543. This is disk 335 of the freely distributable AMIGA software library.
  13544. Below is a listing of the significant directories and their contents.
  13545.  
  13546.  
  13547. BoingDemo    Demo version of a neat game due for release in March 1990.
  13548.         It is fully functional but the play time is limited to
  13549.         five minutes per play.  Version 0.30, binary only.
  13550.         Author:  Kevin Kelm, Alternate Realities
  13551.  
  13552. DTC        A utility providing a simple calendar which can hold
  13553.         and show appointments.  It may be useful in managing
  13554.         your time.  Its chief goals were to provide day, week
  13555.         and month at a glance for any date between 1/1/0001
  13556.         and 12/31/9999, defaulting to the current date.  It
  13557.         is menu driven and fairly easy to use.  Includes source
  13558.         in Fortran.
  13559.         Author:  Mitch Wyle, Amiga port by Glenn Everhart
  13560.  
  13561. SeeHear        A program to do a spectrogram of a sampled sound file.
  13562.         This is a graph with time on one axis, frequency on the
  13563.         other and the sound intensity at each point determining
  13564.         the pixel color.  With source in C, including FFT routine.
  13565.         This is version 1.1.
  13566.         Author:  Daniel T. Johnson
  13567.  
  13568. ==========================  Contents of Disk 336  ==========================
  13569.  
  13570. This is disk 336 of the freely distributable AMIGA software library.
  13571. Below is a listing of the significant directories and their contents.
  13572.  
  13573.  
  13574. Car        A two-dimensional full screen scrolling racing game with
  13575.         realistic four channel stereo sound and overscan, for
  13576.         either NTSC or PAL Amigas.  The goal is to guide your car
  13577.         around one of ten selected tracks.  Each track has its
  13578.         individual high score list.  Version 2.0, binary only.
  13579.         Author:  Anders Bjerin
  13580.  
  13581.  
  13582. FileWindow    A completely public domain file requester which may be used
  13583.         in any program, even commercial ones.  It uses dynamically
  13584.         allocated memory to hold the file names so the only limitation
  13585.         is the amount of memory available.  Includes a filter option
  13586.         to limit display of filenames to only ones with a specific
  13587.         extension.  Names are automatically sorted while they are
  13588.         being read and displayed.  Version 1.10, includes source.
  13589.         Author:  Anders Bjerin
  13590.  
  13591. MiniBlast    A shoot'em up game which runs just fine in a multitasking
  13592.         environment.  At last you can enjoy a satisfying megablast
  13593.         while you are writing a boring essay.  Shoot anything that
  13594.         moves, and if it doesn't move, shoot it anyway.  This is
  13595.         version 1.00, binary only.
  13596.         Author:  Anders Bjerin
  13597.  
  13598. Sys        A game built on the addictive game PONGO but with several
  13599.         added features.  You have been assigned the demanding task
  13600.         of cleaning viruses from your SYSOP's hard disk.  To kill
  13601.         a virus, you simply kick a disk at it.  There are fifty
  13602.         different levels, and on each level, the speed will increase
  13603.         and the viruses will be smarter and start to hunt you.
  13604.         Version 2.10, binary only.
  13605.         Author:  Anders Bjerin
  13606.  
  13607. ==========================  Contents of Disk 337  ==========================
  13608.  
  13609. This is disk 337 of the freely distributable AMIGA software library.
  13610. Below is a listing of the significant directories and their contents.
  13611.  
  13612.  
  13613. CManual        A complete C manual for the Amiga which describes how
  13614.         to open and work with screens, windows, graphics, gadgets,
  13615.         requesters, alerts, menus, IDCMP, sprites, etc.  The
  13616.         manual consists of more than 200 pages in 11 chapters,
  13617.         together with more than 70 fully executable examples with
  13618.         source code.  When unpacked, the manual and examples
  13619.         nearly fill up three standard Amiga floppies.  This is
  13620.         version 1.00 and includes source for all examples.
  13621.         Author:  Anders Bjerin
  13622.  
  13623. ==========================  Contents of Disk 338  ==========================
  13624.  
  13625. This is disk 338 of the freely distributable AMIGA software library.
  13626. Below is a listing of the significant directories and their contents.
  13627.  
  13628.  
  13629. Cpp        This is a copy of the Decus cpp, ported to the Amiga.
  13630.         This cpp is more powerful and complete than either of
  13631.         the built in cpp's in Manx or Lattice C.  This is an
  13632.         update to the version on disk 28.  It has had some
  13633.         ANSI features added.  Includes source.
  13634.         Author:  Martin Minow, Olaf Seibert
  13635.  
  13636. SASTools    Various submissions from "Sick Amiga Soft".  Includes
  13637.         some virus tools, some screen hacks, some small games,
  13638.         and miscellaneous utilities.  Includes source in assembly
  13639.         and Modula-II.
  13640.         Author:  Jorg Sixt
  13641.  
  13642. SID        A very comprehensive directory utility for the Amiga
  13643.         that supports at least a couple of dozen different commands
  13644.         for operating on files.  Version 1.06, binary only.
  13645.         Author:  Timm Martin
  13646.  
  13647. ==========================  Contents of Disk 339  ==========================
  13648.  
  13649. This is disk 339 of the freely distributable AMIGA software library.
  13650. Below is a listing of the significant directories and their contents.
  13651.  
  13652.  
  13653. PCQ        A freely redistributable, self compiling, Pascal compiler
  13654.         for the Amiga.  The only major feature of Pascal that
  13655.         is not implemented is sets.  This is version 1.1c, an
  13656.         update to version 1.0 on disk 183.  It is much enhanced
  13657.         and about four times faster.  Includes the compiler source
  13658.         and example programs.
  13659.         Author:  Patrick Quaid
  13660. ==========================  Contents of Disk 340  ==========================
  13661.  
  13662. This is disk 340 of the freely distributable AMIGA software library.
  13663. Below is a listing of the significant directories and their contents.
  13664.  
  13665.  
  13666. NorthC        A complete freely redistributable C environment for the
  13667.         Amiga based on the Sozobon Ltd C compiler, Charlie Gibb's
  13668.         assembler, the Software Distillery's linker, and portions
  13669.         from other sources.  Steve has pulled everything together
  13670.         and added some enhancements in the process.  Version 1.0,
  13671.         partial source only.
  13672.         Author:  Steve Hawtin, et. al.
  13673.  
  13674. Plplot        A library of C functions useful for scientific plotting
  13675.         on the Amiga.  The library is Lattice C compatible.
  13676.         Contour plotting, three dimensional plotting, axis
  13677.         redefinition, log-log plotting and multiple subpages are
  13678.         a few of Plplot's features.  The plots can be displayed
  13679.         on a monitor or sent to a graphics file for subsequent
  13680.         printing.  This is version 2.6, and update to version 
  13681.         1.00 on disk 222.  This version includes a greatly
  13682.         improved intuition interface, preferences support for
  13683.         hardcopy, several new device drivers, and the capability
  13684.         of adding additional device drivers easily. Includes
  13685.         source.
  13686.         Author:  Tony Richardson
  13687.  
  13688. SpeakerSim    Demo version of SpeakerSim 2.0, a loudspeaker CAD program.
  13689.         Simulates vented (Thiele-Small) and closed box systems.
  13690.         Also simulates 1st, 2nd, and 3rd order high and low pass
  13691.         filters.  Binary only.
  13692.         Author:  Dissidents
  13693.  
  13694. ==========================  Contents of Disk 341  ==========================
  13695.  
  13696. This is disk 341 of the freely distributable AMIGA software library.
  13697. Below is a listing of the significant directories and their contents.
  13698.  
  13699.  
  13700. P2C        P2C is a tool for translating Pascal programs into C.
  13701.         It handles the following Pascal dialects: HP Pascal,
  13702.         Turbo/UCSD Pascal, DEC VAX Pascal, Oregon Software
  13703.         Pascal/2, Macintosh Programmer's Workshop Pascal,
  13704.         Sun/Berkeley Pascal.  Modula-2 syntax is also supported.
  13705.         Most reasonable Pascal programs are converted into fully
  13706.         functional C which will compile and run with no further
  13707.         modifications.  This is version 1.13 and includes source.
  13708.         Author:  Dave Gillespie, Amiga port by G. R. (Fred) Walter
  13709.  
  13710. ==========================  Contents of Disk 342  ==========================
  13711.  
  13712. This is disk 342 of the freely distributable AMIGA software library.
  13713. Below is a listing of the significant directories and their contents.
  13714.  
  13715.  
  13716. IE        This is an icon editor which can create and modify icons
  13717.         up to 640x200 pixels in size (also dual render).  It can
  13718.         set stack size, position of icon (also free-floating),
  13719.         default tool, 10 tool types and control over opened
  13720.         window.  It can also generate the C source code behind the
  13721.         icon for program inclusion.  Version 1.0, binary only,
  13722.         source available from author.
  13723.         Author:  Peter Kiem
  13724.  
  13725. SKsh        A ksh-like shell for the Amiga.  Some of its features
  13726.         include command substitution, shell functions with
  13727.         parameters, aliases, local variables, local functions,
  13728.         local aliases, powerful control structures and tests,
  13729.         emacs style line editing and history functions, I/O
  13730.         redirection, pipes, large variety of built-in commands,
  13731.         Unix style wildcards, Unix style filename conventions,
  13732.         filename completion, and coexistence with scripts from
  13733.         other shells.  Very well documented.  Version 1.4, an
  13734.         update to version 1.3 on disk 309.  New features include
  13735.         a "tiny" version, a working case construct, support for
  13736.         resident commands, smaller and faster external commands,
  13737.         and more.  Binary only.
  13738.         Author:  Steve Koren
  13739.  
  13740. Softfont    Converts portrait soft fonts for HP LaserJet compatible
  13741.         laser printers to landscape format.  This is an update
  13742.         to the version included on disk 327.  Includes source.
  13743.         Author:  Thomas Lynch
  13744.  
  13745. ==========================  Contents of Disk 343  ==========================
  13746.  
  13747. This is disk 343 of the freely distributable AMIGA software library.
  13748. Below is a listing of the significant directories and their contents.
  13749.  
  13750.  
  13751. SnakePit    A simple, yet addictive game in which you must get the
  13752.         snake (you) off of the screen.  There are, however, some
  13753.         rough spots and some obstacles that may need to be
  13754.         overcome.  An excellent example of a game that is as
  13755.         system friendly as possible.  Includes source.
  13756.         Author:  Michael Sinz
  13757.  
  13758. SoftSpan    Soft Span BBS program.  Intuitive, command-line based
  13759.         menu system with message bases, up/down loads, file
  13760.         credit system, extensive help system, etc.  This is
  13761.         shareware version 1.0, binary only, lattice C source
  13762.         code available from the author.
  13763.         Author:  Mark Wolfskehl
  13764.  
  13765. StockBroker    A program that helps you follow the recent table of
  13766.         exchange from one (or more) share(s).  But of course
  13767.         you must tell the Amiga the recent table of exchange
  13768.         every day.  Requires AmigaBASIC.  Binary only.
  13769.         Author:  Michael Hanelt
  13770.  
  13771. ==========================  Contents of Disk 344  ==========================
  13772.  
  13773. This is disk 344 of the freely distributable AMIGA software library.
  13774. Below is a listing of the significant directories and their contents.
  13775.  
  13776.  
  13777. Keyboard    Functions to translate RAWKEY Intuition messages into
  13778.         usable keycodes. Translation into Modula-2 of C source
  13779.         (by Fabbian G. Dufoe, III) on disk 291. Version 1.0.
  13780.         Includes source.
  13781.         Author:  Fabbian G. Dufoe III, Peter Graham Evans
  13782.  
  13783. RKMCompanion    A two disk set of material created by Commodore for use
  13784.         with the 1.3 revison of the Amiga ROM Kernel Reference
  13785.         Manual, Libraries and Devices, published by Addison-Wesley.
  13786.         Almost 300 files, including C source code examples and
  13787.         executables, have been packed into two lharc archives,
  13788.         one for each disk of the two disk set.  These examples
  13789.         are not public domain, but may be used and distributed
  13790.         under the conditions specified in the copyrights.
  13791.         Author:  Commodore Business Machines, Inc.
  13792.  
  13793. ==========================  Contents of Disk 345  ==========================
  13794.  
  13795. This is disk 345 of the freely distributable AMIGA software library.
  13796. Below is a listing of the significant directories and their contents.
  13797.  
  13798.  
  13799. CRobots        A game based on computer programming.  Unlike arcade type
  13800.         games which require human input controlling some object,
  13801.         all strategy in CRobots is condensed into a C language
  13802.         program that you design and write, to control a robot
  13803.         whose mission is to seek out, track, and destroy other
  13804.         robots, each running different programs.  All robots are
  13805.         equally equipped, and up to four may compete at once.
  13806.         This is version 2.3w, an update to version 2.2w on disk
  13807.         331.  Binary only, source available from author.
  13808.         Author:  Tom Poindexter, Amiga version by David Wright
  13809.  
  13810. Du        Prints number of disc blocks used in selected files or
  13811.         directories.  Modified from original version on disk 48
  13812.         to make output more readable, and handle ^C exit.
  13813.         Includes source.
  13814.         Author:  Joe Mueller, enhancements by Gary Duncan
  13815.  
  13816. GetImage    An enhanced version of "gi" from disk 14.  It now looks
  13817.         for the GRAB marker, in the brush file, instead of assuming
  13818.         that it is at a specific place, sets up the PlanePick
  13819.         value in the Image structure, and deletes any unused
  13820.         bitplanes to save memory and disk space.  Includes source.
  13821.         Author: Mike Farren, enhancements by Chuck Brand
  13822.  
  13823. MemFrag        Displays number of memory chunks/sizes to show memory
  13824.         fragmentation.  Chunks are displayed as 2**N bytes which is
  13825.         a rough guide but still useful.  This is an enhanced version
  13826.         of "Frags" from disk 69.  Includes source.
  13827.         Author:  Mike Meyer, enhancements by Gary Duncan
  13828.  
  13829. Roses        A program that draws sine roses.  Implements an algorithm
  13830.         given in the article "A Rose is a Rose ..." by Peter M.
  13831.         Maurer in American Mathematical Monthly, Vol 94, No. 7,
  13832.         1987, p 631.  A sine rose is a graph of the polar equation
  13833.         "r = sin(n*d)" for various values of n and d.
  13834.         Author:  Carmen Artino
  13835.  
  13836. Unshar        This program extracts files from Unix shar archives.  It
  13837.         scores over similar programs by being small and fast,
  13838.         handling extraction of subdirectories, recognising a wide
  13839.         variety of `sed' and `cat' shar formats, and handling large
  13840.         files spread across several shar files.  This is version 1.3,
  13841.         an update to the version on disk 287.  Includes C source.
  13842.         Author:  Eddy Carroll
  13843.  
  13844. VcEd        A Voice (Tone) Editor for the Yamaha 4 Operator series
  13845.         synthesizers.  Binary only, source available from author.
  13846.         Author:  Chuck Brand
  13847.  
  13848. X2X        Cross converts between Motorola/Intel/Tektronix ASCII-hex
  13849.         files.  These files are typically used for down-line-loading
  13850.         into EPROMS, or for transmission where binary files cause
  13851.         chaos.  Handles S1, S2, S3, INTEL (inc USBA records),
  13852.         Tektronix (inc extended).  Source included.
  13853.         Author:  Gary Duncan.
  13854.  
  13855. ==========================  Contents of Disk 346  ==========================
  13856.  
  13857. This is disk 346 of the freely distributable AMIGA software library.
  13858. Below is a listing of the significant directories and their contents.
  13859.  
  13860.  
  13861. Az        A nice little text editor that is fast, simple to use,
  13862.         and very Amiga'ized.  This is version 1.50, an update
  13863.         to version 1.40 on disk 228, with lots of new features,
  13864.         bug fixes, and other improvements.  Binary only.
  13865.         Author:  Jean-Michel Forgeas
  13866.  
  13867. CassEti        Cassette tape label printer.  Includes source in GFA
  13868.         Basic.
  13869.         Author:  Thorsten Ludwig
  13870.  
  13871. FME        Patch to AllocMem() to allow badly designed programs which
  13872.         request fast mem without necessity to be run on 512k
  13873.         machines.  Includes source in assembler.
  13874.         Author:  Holger Lubitz
  13875.  
  13876. GoWB        Very small (296 bytes) and effective replacement for the
  13877.         well known "LoadWB" and "EndCLI" command pair.  This release
  13878.         fixes a severe bug in the first version which used to guru
  13879.         if run out of a script.  Includes source in C.
  13880.         Author:  Oliver Wagner
  13881.  
  13882. PacketSupport    A link library, for use with Lattice C, providing a few
  13883.         functions to handle DOS packet postage.  Includes source.
  13884.         Author:  Oliver Wagner
  13885.  
  13886. PatchNTSC    OS fix to allow the growing number of PAL display programs
  13887.         to be run on NTSC machines.  Will patch the Intuition
  13888.         OpenScreen() function to assure screens with PAL height to
  13889.         be opened in interlace mode.  Includes source in assembler.
  13890.         Author:  Oliver Wagner
  13891.  
  13892. TextPaint    Second major release of the Ansi editor.  All major bugs
  13893.         have been fixed, and a bunch of new options have been added,
  13894.         e.g. possibility to reload ansi files or CLI modules, 4
  13895.         color option, optimized keyboard layout, new drawing modes,
  13896.         right mouse button support (like DeluxePaint) and much more.
  13897.         Binary only, shareware.
  13898.         Author:  Oliver Wagner
  13899.  
  13900. Timetest    Working example to show the time() and gmtime() functions of
  13901.         the Lattice C support library.  Includes source in C.
  13902.         Author:  Oliver Wagner
  13903.  
  13904. WBD        Possibly the smallest utility to set the workbench screen
  13905.         to any depth.  Includes source in C.
  13906.         Author:  Oliver Wagner
  13907.  
  13908. ==========================  Contents of Disk 347  ==========================
  13909.  
  13910. This is disk 347 of the freely distributable AMIGA software library.
  13911. Below is a listing of the significant directories and their contents.
  13912.  
  13913.  
  13914. Cursor          A 3-pass BASIC Compiler for BASIC programs written in
  13915.                 AmigaBASIC, does not yet support all of the BASIC
  13916.         commands but is able to compile itself.  This is
  13917.         version 1.0, includes source.
  13918.                 Author:  Jurgen Forster
  13919.  
  13920. Drip        Drip is an arcade style game with 15 floors (levels).
  13921.         You must move along the pipes of each floor and rust
  13922.         them to advance to the next level. Every 3 floors
  13923.         completed will entitle you to a bonus round where
  13924.         extra drips can be won.  An extra drip will also be
  13925.         awarded for every 10,000 points.  Binary only.
  13926.         Author:  Art Skiles
  13927.  
  13928. ==========================  Contents of Disk 348  ==========================
  13929.  
  13930. This is disk 348 of the freely distributable AMIGA software library.
  13931. Below is a listing of the significant directories and their contents.
  13932. All of this material was submitted to me on disk by one of the authors,
  13933. Jeff Glatt, of dissidents software.  **NOTE**  Before running the
  13934. programs here, you may need to install current versions of the required
  13935. libraries.  To do this, click on the icon in the InstallLibs drawer.
  13936.  
  13937.  
  13938. ColorReq    Describes the update to the color.library and has an example
  13939.         program, with source, that demonstrates its use.
  13940.         Author:  Dissidents Software
  13941.  
  13942. DisEditor    This is a demo of the dissidents shareware text editor.
  13943.         Version 1.1, binary only.
  13944.         Author:  Dissidents Software
  13945.  
  13946. DisSecretary    This program can be used to file information in a
  13947.         "file cabinet" type environment.  It is well suited for
  13948.         jobs such as maintaining a disk catalog, or user group
  13949.         membership, etc.  Included is a data file of the library
  13950.         catalog, disks 1 to 310.  Version "Wanda", binary only.
  13951.         Author:  Dissidents Software
  13952.  
  13953. FileIO        Contains updated files for version 1.6 of the dissidents
  13954.         requester library.  There is a bug fix to the library as
  13955.         well as a new function.  See disk 257 for the complete
  13956.         documentation, and examples.
  13957.         Author:  Dissidents Software
  13958.  
  13959. ILBMLib        Contains updated files for the dissidents ilbm.library
  13960.         on disk 237, with new lib features and a new library.
  13961.         Also included is a much improved (better organized) doc
  13962.         file, and new C examples that show how to use the library
  13963.         for any kind of IFF file.  See disk 237 for other examples.
  13964.         Author:  Dissidents Software
  13965.  
  13966. InstallLibs    A program to copy files to the LIBS: dir of a boot disk.
  13967.         Can be used to create a handy installation program (hard
  13968.         disks especially) for programs that need disk-based
  13969.         libraries.  Includes source.
  13970.         Author:  Dissidents Software
  13971.  
  13972. SAMP        An IFF sampled sound format designed for professional
  13973.         music use.  It can be used for 16-bit samples, multiple
  13974.         waveforms, etc.  Includes a SAMP reader/writer shared
  13975.         library, interface routines, and programming examples.
  13976.         Also includes a program to convert 8SVX to SAMP.
  13977.         Author:  Dissidents Software
  13978.  
  13979. ==========================  Contents of Disk 349  ==========================
  13980.  
  13981. This is disk 349 of the freely distributable AMIGA software library.
  13982. Below is a listing of the significant directories and their contents.
  13983.  
  13984.  
  13985. MED        A music editor much like SoundTracker.  A song consists
  13986.         of up to 50 blocks of music, which can be played in any
  13987.         order.  Editing features include cut/paste/copy tracks
  13988.         or blocks, changing the vibrato, tempo, crescendo, and
  13989.         note volume.  Other features include switching of the
  13990.         low-pass-filter on or off on a per song basis, and a cute
  13991.         little animated pointer of a guy doing "jumping jacks" in
  13992.         time to the music!  This is version 2.00, an update to
  13993.         version 1.12 on disk 255.  Now includes full source.
  13994.         Author:  Teijo Kinnunen
  13995. ==========================  Contents of Disk 350  ==========================
  13996.  
  13997. This is disk 350 of the freely distributable AMIGA software library.
  13998. Below is a listing of the significant directories and their contents.
  13999.  
  14000.  
  14001. Icons        A large variety of icons for many uses, of practically
  14002.         every description.  Most are animated.
  14003.         Author:  Bradley W. Schenck
  14004.  
  14005. MemMometer    A program that opens a narrow window and graphically
  14006.         displays your memory usage like a gauge.  Based on
  14007.         WFrags, by Tomas Rokicki.  Version 2.10, includes source.
  14008.         Author:  Howard Hull
  14009.  
  14010. Stitchery    This shareware program loads in IFF images and creates
  14011.         charted patterns from them for use in counted cross-stitch
  14012.         and other forms of needlework.  It requires one megabyte of
  14013.         memory to run, and works best with a good high-resolution
  14014.         printer for printing the patterns.  The Stitchery was
  14015.         written with The Director and the Projector is included.
  14016.         Version 1.21.
  14017.         Author:  Bradley W. Schenck
  14018.  
  14019. TrackUtils    Two utilities that deal with disk tracks.  TCopy copies one
  14020.         or more tracks from one disk to another, and is useful for
  14021.         copying part of a floppy disk into RAD: during bootup.
  14022.         TFile creates a dummy file which "marks" a specified range
  14023.         of tracks, preventing AmigaDOS from using them and allowing
  14024.         them to be used for raw trackdisk data.  Includes C source.
  14025.         Author:  Eddy Carroll
  14026.  
  14027. ==========================  Contents of Disk 351  ==========================
  14028.  
  14029. This is disk 351 of the freely distributable AMIGA software library.
  14030. Below is a listing of the significant directories and their contents.
  14031.  
  14032.  
  14033. PDC        Publicly Distributable C (PDC) is a complete C compilation
  14034.         system including a compiler, assembler, linker, librarian,
  14035.         and numerous utilities, documentation files, libraries, and
  14036.         header files.  PDC supports many ANSI features including
  14037.         all ANSI preprocessor directives, function prototyping,
  14038.         structure passing and assignment.  In addition it supports
  14039.         Lattice C compatible libcall pragmas, precompiled header
  14040.         files, builtin functions, and stack checking code. This is
  14041.         version 3.33 and includes full source.
  14042.         Author: Lionel Hummel, Paul Petersen, et al.
  14043.  
  14044. ==========================  Contents of Disk 352  ==========================
  14045.  
  14046. This is disk 352 of the freely distributable AMIGA software library.
  14047. Below is a listing of the significant directories and their contents.
  14048.  
  14049. MG        Beta version of mg3, including ARexx support. This is
  14050.         probably the most stable beta for the next year, as many
  14051.         new features are going in after this. Amiga-only release.
  14052.         Sources compressed with lharc to fit on the disk. Update
  14053.         to mg2b on disk 147.
  14054.         Author:  Mike Meyer, et al.
  14055.  
  14056. PrintHandler    A custom PRT: driver which offers easy single sheet
  14057.         support as well as limited data spooling.  Version 1.6,
  14058.         an almost entirely rewritten update to version 1.1 on
  14059.         disk 282.  Includes source in 'C'.
  14060.         Author:    Olaf Barthel
  14061.  
  14062. TreeWalk    File tree walking subroutine designed to be fast, robust,
  14063.         and not use a lot of any critical resource. Includes both
  14064.         a CLI interface to that routine the form of a find-like
  14065.         utility that uses C expressions instead of Unix-like flags,
  14066.         and a program to tell you if directory trees will fit
  14067.         on a given disk, or how many extra blocks you'll need if
  14068.         they won't. Includes source. Update to version on disk 289.
  14069.         Author:  Mike Meyer
  14070.  
  14071. ==========================  Contents of Disk 353  ==========================
  14072.  
  14073. This is disk 353 of the freely distributable AMIGA software library.
  14074. Below is a listing of the significant directories and their contents.
  14075.  
  14076.  
  14077. AztecArp    An Arp package fixed to work with the 5.0 release of
  14078.         the Aztec 'C' compiler.  The original Manx support
  14079.         files were incomplete, contained bugs preventing them
  14080.         from working properly and had the wrong linker format.
  14081.         Includes source.
  14082.         Author:    Olaf Barthel
  14083.  
  14084. CompDisk    A disk compression/disk compression package which was
  14085.         written to be fast and easy to use.  Includes an Arp
  14086.         and an Intuition interface.  Includes source in 'C'.
  14087.         Author:    Olaf Barthel
  14088.  
  14089. NorthC        A complete freely redistributable C environment for the
  14090.         Amiga based on the Sozobon Ltd C compiler, Charlie Gibb's
  14091.         assembler, the Software Distillery's linker, and portions
  14092.         from other sources.  Steve has pulled everything together
  14093.         and added some enhancements in the process.  This is
  14094.         version 1.1, an update to version 1.0 on disk 340.
  14095.         Partial source only.
  14096.         Author:  Steve Hawtin, et. al.
  14097.  
  14098. ==========================  Contents of Disk 354  ==========================
  14099.  
  14100. This is disk 354 of the freely distributable AMIGA software library.
  14101. Below is a listing of the significant directories and their contents.
  14102.  
  14103.  
  14104. FastBlit    A small tool to speed up blitter operations by up to
  14105.         60%.  Version 1.0, binary only.
  14106.         Author:    Ralf Thanner
  14107.  
  14108. KeyMacro    A keyboard macro program, configurable via a text file,
  14109.         that also supports hotkey program execution. You can
  14110.         map up to eight functions to each key, including keys
  14111.         such as cursor keys, the return key, etc.  Version 1.4,
  14112.         an update to version 1.0 on disk 325, which fixes the
  14113.         bugs in version 1.0.  Includes source in 'C'.
  14114.         Author:    Olaf Barthel
  14115.  
  14116. MandelMountains
  14117.         A program that renders three-dimensional images of
  14118.         blowups of the Mandelbrot set.  Includes several example
  14119.         images.  This is version 2.0, an update to version 1.1
  14120.         on disk 295.  Shareware, binary only.
  14121.         Author:  Mathias Ortmann
  14122.  
  14123. MemGuard    MemGuard is a MemWatch like program which has been
  14124.         rewritten in assembly language for maximum speed and
  14125.         efficiency.  Unlike MemWatch, MemGuard does not run as
  14126.         task in a dummy loop but rather as a low-level interrupt
  14127.         routine which is capable of trapping memory trashing
  14128.         even before exec might know of it and even while task
  14129.         switching is forbidden.  Version IIIa, an update to
  14130.         version III on disk 325, binary only.
  14131.         Author:    Ralf Thanner
  14132.  
  14133. MXMLib        An example Amiga shared library compiled with Aztec
  14134.         'C' 5.0.  This library contains basic support functions
  14135.         employed by programs such as KeyMacro or PrintHandler.
  14136.         In short: mxm.library is the standard MXM system support
  14137.         library.  Version 34.14, includes source.
  14138.         Author:    Olaf Barthel
  14139.  
  14140. ==========================  Contents of Disk 355  ==========================
  14141.  
  14142. This is disk 355 of the freely distributable AMIGA software library.
  14143. Below is a listing of the significant directories and their contents.
  14144.  
  14145.  
  14146. Berserker    A viruskiller which checks for certain conditions
  14147.         indicating possible virus infection.  Different from
  14148.         other programs of this kind, Berserker does not rely
  14149.         on checksums only, it will also check the possible
  14150.         virus behind the altered checksum.  Therefore even new
  14151.         viruses with old infection methods can be traced and
  14152.         resident tools are not touched.  Includes source in
  14153.         assembly language.
  14154.         Author:  Ralf Thanner
  14155.  
  14156. ImageEditor    A simple to use graphics editor which allows you to draw
  14157.         and save images/sprites as assembler or C source code.
  14158.         Includes IFF support, undo, and an iconify function.
  14159.         Another feature is the small memory usage so you can use
  14160.         multitasking even on a 512K machine.  Maximum picture size
  14161.         is 166*58 pixels.  This is version 2.4 and includes source.
  14162.         Author:  Robert Junghans
  14163.  
  14164. LoadImage    An IFF ILBM reader that accepts overscanned pictures,
  14165.         allows you to scroll around in the bitmap if the
  14166.         picture is larger than the current display, works on
  14167.         both PAL and NTSC machines, supports color cycling
  14168.         using interrupt code, and supports printing of image
  14169.         portions.  Version 1.11, update to version 1.9 on disk
  14170.         281, includes source.
  14171.         Author:  Olaf Barthel
  14172.  
  14173. RexxHostLib    This is a shared library package to simplify the ARexx
  14174.         host creation/management procedure.  Rexx-message
  14175.         parsing is also included making it possible to control
  14176.         ARexx from programs such as AmigaBASIC (can you
  14177.         imagine AmigaBASIC controlling AmigaTeX?).  This is
  14178.         version 34.12 which has been recompiled and made a lot
  14179.         shorter using Aztec 'C' 5.0, an update to version 1.6
  14180.         on disk 325.  Includes source.
  14181.         Author:  Olaf Barthel
  14182.  
  14183. SoundEditor    An 8SVX stereo sound file editor written in assembly
  14184.         language for speed and minimum size.  Version V.8,
  14185.         binary only.
  14186.         Author:  Howard Dortch, Mike Coriell, Matt Gerald
  14187.  
  14188. TrackSalve    A Trackdisk patch which removes all known bugs, and one
  14189.         unknown so far, and patches the Trackdisk task to allow
  14190.         various enhancements, such as reading good sectors from
  14191.         partially bad tracks, write verification, write protect
  14192.         simulation, auto motor off, auto update and turning off
  14193.         clicking.  Other features are MFM-upate and I/O by non-
  14194.         chip buffers. This is version 1.3, an update of version
  14195.         1.0 on disk 312.  Includes source in C and assembler.
  14196.         Author: Dirk Reisig
  14197.  
  14198. Tron        Another game about the lightcycle race sequence in the 
  14199.         science fiction computer film "Tron".  One or two players
  14200.         and other options.  Written in GFA-BASIC and then com-
  14201.         piled.  Version 1.1, binary only.
  14202.         Author:  Dirk Hasse
  14203.  
  14204. ==========================  Contents of Disk 356  ==========================
  14205.  
  14206. This is disk 356 of the freely distributable AMIGA software library.
  14207. Below is a listing of the significant directories and their contents.
  14208.  
  14209.  
  14210. AlgoRhythms    An algorithmic composition program that improvises music
  14211.         over a MIDI interface connected to the serial port.  A
  14212.         MIDI interface and synthesizer are needed.  The music 
  14213.         does not have a strong pulse, and does not repeat motifs 
  14214.         or melodies, but can be very pretty.  Version 1.0 with
  14215.         source in C, and sample data files.
  14216.         Author:  Thomas E. Janzen
  14217.  
  14218. NComm        A communications program based on Comm version 1.34, by
  14219.         DJ James, with lots of very nice enhancements.  Also 
  14220.         includes several auxiliary programs such as AddCall,
  14221.         CallInfo, GenList, PbConvert, and ReadMail.  This is
  14222.         version 1.9, an update to version 1.8 on disk 230.
  14223.         Binary only.
  14224.         Author:  DJ James, Daniel Bloch, Torkel Lodberg, et al.
  14225.  
  14226. ==========================  Contents of Disk 357  ==========================
  14227.  
  14228. This is disk 357 of the freely distributable AMIGA software library.
  14229. Below is a listing of the significant directories and their contents.
  14230.  
  14231.  
  14232. Empire        Empire is a multiplayer game of exploration, economics,
  14233.         war, etc, which can last a couple of months.  Can be
  14234.         played either on the local keyboard or remotely through
  14235.         a modem.  This is version 2.1w, an update to version
  14236.         1.33w on disk 329.  Changes include a client-server
  14237.         system, a chat/CB mode, realtime private player to
  14238.         player messages, and other enhancements.  Binary only.
  14239.         Author:  Chris Gray, David Wright, Peter Langston
  14240.  
  14241. ==========================  Contents of Disk 358  ==========================
  14242.  
  14243. This is disk 358 of the freely distributable AMIGA software library.
  14244. Below is a listing of the significant directories and their contents.
  14245.  
  14246.  
  14247. Blob        Another screen hack.  Makes red drops of slime flow down
  14248.         your screen.  Version 1.1, includes source in C.
  14249.         Author:  Guido Wegener
  14250.  
  14251. OPS5c        OPS5c is a compiler for the expert system language OPS5.
  14252.         The compiler takes OPS5 source code as input and creates a C
  14253.         source code file to be compiled to create an executable.
  14254.         Arbitrary C code may be linked with the executable and
  14255.         executed as a result of firing rules.  The system's strong
  14256.         point is its speed and as a result it sometimes has large
  14257.         executables and large memory requirements.  At least 1 Meg.
  14258.         of memory is suggested.  Binaries only for compiler and
  14259.         run-time library.  Version 1.08a.  Requires a C compiler.
  14260.         Authors: Bernie J. Lofaso, Jr, Dan Miranker and Arun Chandra.
  14261.  
  14262. Pipeline        A game like the commercial game 'Pipe dream' (Pipe mania).
  14263.                 Needs a joystick and PAL display.  High scores are saved
  14264.         to disk.  Version 1.0, includes source.
  14265.         Author:  Andre Wichmann.
  14266.  
  14267. ReDate        Scans a disk and dates each directory according to the most
  14268.         recent item contained within (not including .info files).
  14269.         Ideal for use after a COPY ALL CLONE, where the directories
  14270.         are CREATED rather than copied and thus lose their date
  14271.         information.  Includes source in assembler.
  14272.         Author:  Jim Butterfield
  14273.  
  14274. RoadRoute    Revision of trip planner program to find "best road route"
  14275.         between any two points of travel.  The user is encouraged
  14276.         to customize files CITIES and ROADS to suit travel interests.
  14277.         This is version 1.5, an update to the original version on
  14278.         disk 251, and makes provision for very large city menus and
  14279.         itineraries.  You might like to use files from disk 328
  14280.         (Mayes/Delzer).  Also includes RoadScan, a checker for
  14281.         RoadRoute files (CITIES and ROADS).  Very large files may
  14282.         contain goofs (cities with no roads, the same road entered
  14283.         twice, etc.), or oddities (direct road not as fast as multi-
  14284.         point).  These are pointed out, together with areas where
  14285.         users might wish to make economies in the data base.
  14286.         Includes source in C.
  14287.         Author:  Jim Butterfield
  14288.  
  14289. ScanIFF        Scans through an IFF file, identifying the elements.
  14290.         Faster than standard utility IFFCheck since it uses Seek,
  14291.         but does not do IFFCheck's detailed format checking.
  14292.         Intended for use as a "template" from which programmers
  14293.         can code their specific application.  For example, an
  14294.         expanded version has been used to extract instrument data
  14295.         from music files.  Includes source in assembler.
  14296.         Author:  Jim Butterfield
  14297.  
  14298. ViewDir        A LIST type of utility showing contents of a disk or
  14299.         directory.  For directories, shows SIZE.  For files, takes
  14300.         a quick look and identifies TYPE if possible.  Update to
  14301.         original version on disk 251.  Now works with SPAT for
  14302.         pattern matching, and has a small style change.  Includes
  14303.         source in assembler.
  14304.         Author:  Jim Butterfield
  14305.  
  14306. ==========================  Contents of Disk 359  ==========================
  14307.  
  14308. This is disk 359 of the freely distributable AMIGA software library.
  14309. Below is a listing of the significant directories and their contents.
  14310.  
  14311.  
  14312. ABridge        An interim solution to Anim-5 incompatability problems.
  14313.         Identifies the origin of an Anim-5 file and modifies it to
  14314.         facilitate easy exchange between AniMagic, Videoscape,
  14315.         Animation Station, DPaint III, Animation: Editor(v1.11),
  14316.         The Director, SA4D, Movie2.0, Photon Paint 2.0 and Cel
  14317.         Animator.  Fully intuitionalized interface, full ARexx
  14318.         support including a "Find ARexx" option if you start ARexx
  14319.         after running ABridge.  This is version 1.0, shareware,
  14320.         binary only.
  14321.         Author: Ron Tarrant, Mythra-mations Animation and Software
  14322.  
  14323. DICE        Dillon's Integrated C Enviroment.  A C frontend, pre-
  14324.         processor, C compiler, assembler, linker, and support
  14325.         libraries.  Also includes the editor, dme.  Features
  14326.         include ANSI compatibility, many code optimizations,
  14327.         and autoinit routines (user routines called during
  14328.         startup before main is called).  This is version 2.02,
  14329.         shareware, binary only.
  14330.         Author:  Matthew Dillon
  14331.  
  14332. TextPlus    A word processor for the Amiga, with both German and
  14333.         English versions.  TextPlus enables you to write letters,
  14334.         books, programs etc. in a very easy and comfortable way.
  14335.         Version 2.0, binary only.
  14336.                 Author:  Martin Steppler
  14337. ==========================  Contents of Disk 360  ==========================
  14338.  
  14339. This is disk 360 of the freely distributable AMIGA software library.
  14340. Below is a listing of the significant directories and their contents.
  14341.  
  14342.  
  14343. UUCP        An implementation of uucp for the Amiga, including mail
  14344.         and news.  This is Matt's version for the Amiga, based
  14345.         on William Loftus's Amiga UUCP 0.40 release with news
  14346.         code from his 0.60 release, and months of work by Matt to
  14347.         make fixes and add enhancements.  This is version 1.06D,
  14348.         an update to version 1.03D on disk 313.  Includes source.
  14349.         Author:  Various, major enhancements by Matt Dillon
  14350.  
  14351. ==========================  Contents of Disk 361  ==========================
  14352.  
  14353. This is disk 361 of the freely distributable AMIGA software library.
  14354. Below is a listing of the significant directories and their contents.
  14355.  
  14356.  
  14357. Brush_4D    Converts IFF images into Sculpt 4D object format.  Works 
  14358.         with any IFF image, including HAM & Extra Halfbrite.
  14359.         Convert brushes in full color, with optional wrap, to 3D 
  14360.         shapes.  Also includes optimization routine.
  14361.         Version 1.00, shareware, binary only.
  14362.         Author:  Bruce Thomson
  14363.  
  14364. FileMaster    A file editor like NewZap or FedUp, which allows you to
  14365.         manipulate bytes of a file.  You may also change the file
  14366.         size or execute a patch.  Version 1.20, update to version 
  14367.         on disk number 298, includes source in assembly.
  14368.         Author:  Roger Fischlin
  14369.  
  14370. TextPaint    Version 0.97 of the Ansi editor.  Several significant 
  14371.         enhancements and bug fixes since the release of version 
  14372.         0.90 on disk number 346.  Binary only.
  14373.         Author:  Oliver Wagner
  14374.  
  14375. Turn        An interesting board game with the simplicity of checkers
  14376.         yet requiring the "move-lookahead" of a good chess player.
  14377.         Binary only.
  14378.         Author:  Peter Handel
  14379.  
  14380. XColor-Lib    Link library with a full-fledged color requestor along with
  14381.         several color functions like copy, spread, exchange, antique
  14382.         black & white, etc. to aid in creating your own custom 
  14383.         color requestors.  Contains several demos along with include
  14384.         files for C, AmigaBasic, DevPac Assember and KickPascal. 
  14385.         Author:  Roger Fischlin
  14386.  
  14387. ==========================  Contents of Disk 362  ==========================
  14388.  
  14389. This is disk 362 of the freely distributable AMIGA software library.
  14390. Below is a listing of the significant directories and their contents.
  14391.  
  14392.  
  14393. ArchEdge    Intuition interface for several of the more popular
  14394.         archiving utilities such as ARC, ZOO, LHARC and PAK.
  14395.         Includes an "Auto-Pad" function that will automatically
  14396.         add some morsels for the modem.  Version 1.5, includes
  14397.         assembly source.
  14398.         Author:  Robert Lang
  14399.  
  14400. Fenster        A program which can operate on windows owned by another
  14401.         program, to close them, change their size, refresh gadgets,
  14402.         move the window to the background, etc.  This is version
  14403.         2.2, an update to version 2.1 on disk 305.  Includes
  14404.         source in assembly.
  14405.         Author:  Roger Fischlin
  14406.  
  14407. Imperium_Romanum
  14408.         Strategic, "RISK" style game for up to four players.
  14409.         Based in the ancient times of Rome, Athens, Alexandria
  14410.         and Carthago.  Binary only, shareware ($10), with C source
  14411.         available from the author.  Version 1.50E.
  14412.         Author:  Roland Richter
  14413.  
  14414. KeyMenu        Allows fast, easy access to pull-down menus from the keyboard
  14415.         without having to remember all the special amiga key sequences
  14416.         Version 1.01, binary only.
  14417.         Author:  Rainer Salamon
  14418.  
  14419. MemRoutines    Some "plug-compatible" replacements for the Lattice C 
  14420.         functions memcpy(), memcmp(), and memset().  Unlike the
  14421.         Lattice functions that deal with data one-byte at a time,
  14422.         these versions deal with longword chunks, which can improve 
  14423.         performance of Amigas equipped with a 68020 or 68030.
  14424.         Includes source in assembly.
  14425.         Author:  Robert Broughton
  14426.  
  14427. PUZZ        Very nice implementation of the sliding-block-puzzle concept.
  14428.         Good graphics and the ability to create your own puzzles
  14429.         using an IFF ILBM file and a text file.  Includes source and 
  14430.         several sample puzzles.  Version 1.0.
  14431.         Author:  Martin Round
  14432.  
  14433. Rubik        Another 3D Rubik's cube solver independantly authored from 
  14434.         the version on disk #285.  Version 1.0, includes source.
  14435.         Author:  Martin Round
  14436.  
  14437. sMOVIE        A smooth scrolling text displayer, useful for creating 
  14438.         video titles, slide show intros, etc.  Includes source.
  14439.         Author:  Martin Round
  14440.  
  14441. ==========================  Contents of Disk 363  ==========================
  14442.  
  14443. This is disk 363 of the freely distributable AMIGA software library.
  14444. Below is a listing of the significant directories and their contents.
  14445.  
  14446.  
  14447. BootBase    Another bootblock save/restore utility.  Includes
  14448.         an auto-compare function.  Includes source.
  14449.         Author:  Steven Lagerweij
  14450.  
  14451. LabelPrint3.5    A program that allows you to easily print labels for
  14452.         your disks.  This is version 3.5, an update to version
  14453.         3.0 from disk 277.  Shareware, binary only (source
  14454.         available from author).
  14455.         Author:  Andreas Krebs
  14456.  
  14457. MigaMind    A small WorkBench "Master-Mind" type game.  Includes
  14458.         source.
  14459.         Author:  Ekke Verheul
  14460.  
  14461. PLW        Phone-Line-Watcher.  For users of Hayes compatible modems.
  14462.         Monitors the serial port and records all incoming calls. 
  14463.         Current version only allows remote user to receive a 
  14464.         predetermined message, login, and leave a reply.  Possible
  14465.         updates will allow them access to AmigaDos.  Version 1.1,
  14466.         binary only.
  14467.         Author:  Christian Fries
  14468.  
  14469. RandSam        Plays random soundsamples at random times, with random 
  14470.         volume, random cycles, and a bit random period.  It will
  14471.         definitely catch the attention of the unsuspecting Amiga 
  14472.         user (particularly one that has the stereo turned up!) when
  14473.         a lion suddenly roars as they're typing away on their 
  14474.         favorite word processor!  User modifiable start-up 
  14475.         configuration file.  Include source and some sample sounds.
  14476.         Author:  Steven Lagerweij
  14477.  
  14478. SampleScanner    By-passes the Amiga Dos file system and scans a disk directly,
  14479.         block by block, for sound samples.  Allows you to "hear" the 
  14480.         disk as it is being scanned.  If a sample is found, it can
  14481.         be saved to disk for editing, direct use, etc.
  14482.         Author:  Steven Lagerweij
  14483.  
  14484. WO        An intuition-based address book that allows saving of 
  14485.         data in normal or password-encoded form.  Version 1.0,
  14486.         includes partial source, (password encoding routines not
  14487.         included).
  14488.         Author:  Heinzelmann
  14489.  
  14490. ==========================  Contents of Disk 364  ==========================
  14491.  
  14492. This is disk 364 of the freely distributable AMIGA software library.
  14493. Below is a listing of the significant directories and their contents.
  14494.  
  14495.  
  14496. Aniptrs2    Some more animated pointers to choose from to "liven"
  14497.         up your display environment.  Binary only.
  14498.         Author:  Bob McKain, pointer animation program by Tim Kemp
  14499.  
  14500. DPFFT        Update to version on disk number 324.  DPFFT includes
  14501.         the ability to plot a Fast Fourier Transform (FFT) of the
  14502.         data, customized amplitude and phase spectrum, prewhitening
  14503.         capability, and a Welch    window for spectral smoothing.
  14504.         Version 2.2, binary only.
  14505.         Author:  A. A. Walma
  14506.  
  14507. Iconaholism    A selection of some very nice looking icons designed for 
  14508.         an 8-color WorkBench.  Includes script files to view the 
  14509.         icons in their intended colors.
  14510.         Author:  R.G.Tambash
  14511.  
  14512. MemLook        Similar to "MemFlick" on disk #206.  For lack of a better
  14513.         explanation, it gives sort of a graphical view of your 
  14514.         machine's entire memory area.  Features memory guage and
  14515.         controllable scrolling speed via the cursor keys.
  14516.         Version 1.1B, binary only, source available from author
  14517.         Author:  Thomas Jansen
  14518.  
  14519. SNAG_Pointers    Results of the Southern Nevada Amiga Groups (SNAG)
  14520.         first animated pointer contest.    
  14521.         Authors:  Various, pointer animation program by Tim Kemp
  14522.  
  14523. ==========================  Contents of Disk 365  ==========================
  14524.  
  14525. This is disk 365 of the freely distributable AMIGA software library.
  14526. Below is a listing of the significant directories and their contents.
  14527.  
  14528.  
  14529. Badger        Reminder program for your startup-sequence.  Badger will
  14530.         open a window and display any important events that are 
  14531.         'due'.  Badger will not bother you if there is nothing to
  14532.         report.  Events are entered via menu and prompts.  Binary
  14533.         only, shareware.
  14534.         Author:  George Kerber
  14535.  
  14536. DmeAsm        A utility for those who use Matt Dillon's Dme editor and 
  14537.         HighSoft's DevPac Assembler.  DmeAsm is a CLI command file
  14538.         that takes your source code as a parameter and opens a window 
  14539.         similar to the Assemble window inside Devpac (Genam2) and 
  14540.         gives similar options.  If no parameter is supplied then the
  14541.         window will still open and you can supply your own.  Version
  14542.         1.1, includes source in assembly
  14543.         Author:  Nic Wilson & W Weber
  14544.  
  14545. EasyBackup    A CLI-based hard-disk backup/restore utility.  Features
  14546.         incremental backups by archive bit status, by datestamp,
  14547.         or command-line query.  Incremental backups can be appended
  14548.         to an existing backup set.  Includes source.
  14549.         Author:  Oliver Enseling
  14550.  
  14551. EasyMouse    Another threshhold-mouse-accelerating, screen-to-back,
  14552.         window to-front, mouse-blanking, screen-blanking, auto-
  14553.         window activating, low-memory-warning, auto-window sizing,
  14554.         configuration-saveable clock!  Version 1.0, includes source.
  14555.         Author:  Oliver Enseling
  14556.  
  14557. TrackDos     A program that allows easy transfer of data between DOS,
  14558.         memory and trackdisk.device.  DOS means the data contained
  14559.         within a file, memory means the data contained anywhere
  14560.         within the memory map and trackdisk.device means data
  14561.         stored on a disk not accessable with DOS (eg. bootblocks
  14562.         special loader disks etc.).  The transfer of data between
  14563.         these three areas is not normally easy or convenient.
  14564.         TrackDos was written to overcome this.  Binary only.
  14565.         Author:  Nic Wilson
  14566.  
  14567. Password    A program which enhances your computers security by making
  14568.         it complicated enough that users without your password
  14569.         will get discouraged trying to boot and use your system.
  14570.         This should keep out most casual or nontechnical users.
  14571.         Update to version on disk #243.  Version 1.42p, binary only.
  14572.         Author:  George Kerber
  14573.  
  14574. Udate        Udate is a replacement for the AmigaDOS date command,
  14575.         containing many options similiar to the UNIX date command.
  14576.         Udate will allow you to set the date and time via prompts
  14577.         or directly from the command line, will display any part
  14578.         of the date or time using the options in any color desired,
  14579.         and will also make an automatic adjustment of your system
  14580.         clock for Daylight Savings Time so your computer will be
  14581.         one less clock you will ever have to set twice a year for
  14582.         DST.  Update to version on disk #311, this version is 
  14583.         slightly smaller and works correctly with the 68030.
  14584.         Version 1.14c, binary only.
  14585.         Author:  George Kerber
  14586.  
  14587. View80        Very impressive scrolling text file reader.  Three scrolling
  14588.         modes and controllable via keyboard or mouse.  Opens file
  14589.         requestor if no filename is given.  Automatically configures
  14590.         screen size for PAL or NTSC machine.  Sample operation in 
  14591.         reading the document files.  Version 1.1, includes source.
  14592.         Author:  Federico Giannici
  14593.  
  14594. ==========================  Contents of Disk 366  ==========================
  14595.  
  14596. This is disk 366 of the freely distributable AMIGA software library.
  14597. Below is a listing of the significant directories and their contents.
  14598.  
  14599.  
  14600. 3DTicTacToe    A three-dimensional "four-in-a-row" version of TicTacToe,
  14601.         human against computer.  Version 1.2, binary only.
  14602.         Author:  Ron Charlton
  14603.  
  14604. DosError    A small CLI utility that will return a slightly more verbose
  14605.         description of a DOS error code than that returned by the 
  14606.         System.  Can save a trip to the manual for vague or unfamiliar
  14607.         error codes.  Version 2.0, includes source in assembly.
  14608.         Author:  Robert Lang
  14609.  
  14610. IntuiFace    An intuition interface that handles the important functions 
  14611.         of creating, inserting, extracting and listing files for
  14612.         three popular archiving utilities:  ARC, ZOO and LHARC.
  14613.         Version 1.00, binary only, shareware.
  14614.         Author:  Matthias Zepf
  14615.  
  14616. LoanCalc    Entirely keyboard driven mortgage utility.  Although similiar
  14617.         programs exist, this one is unique in that it is designed
  14618.         to track 'Open' mortgages that allow any size payment to be 
  14619.         made at any time as well as providing an amortization table
  14620.         for fixed mortgages with monthly, semi-monthly, bi-weekly and
  14621.         weekly payment schedules.  Version 1.2, binary only.
  14622.         Author:  Robert Bromley
  14623.  
  14624. Makewords    "PhoneWord" takes a full or partial telephone number and 
  14625.         attempts to create a word from the various "alphabedigit"
  14626.         combinations.  "Unjumble" may useful in solving the Sunday
  14627.         morning newspaper "Scramble".  Includes source.
  14628.         Author:  Ron Charlton
  14629.  
  14630. MeMeter        A small utility for monitoring the Amiga's memory usage.
  14631.         Unique snapshot facility allows you to store the current
  14632.         numbers, launch a program, see how much memory it 
  14633.         requires, end the program, and see if it returns all the 
  14634.         memory.  Version 2.1, binary only.
  14635.         Author:  Gaylan Wallis 
  14636.         
  14637. NDebt        Amusing, but saddening, this program opens a small window
  14638.         that displays a continuously updated tally of America's 
  14639.         national debt, based on its historically phenomenal growth
  14640.         rate.  Version 1.1, includes source.
  14641.         Author:  Ron Charlton 
  14642.  
  14643. PrintStudio    Very nice intuition-based general purpose print utility that
  14644.         prints text with a variety of options.  Prints several graphic
  14645.         formats with yet more options.  Print any part of a picture,
  14646.         print screens and windows, save screens and windows as IFF 
  14647.         files, modify color palettes, change printing parameters and 
  14648.         lots more!  Version 1.2, binary only, shareware.
  14649.         Author:  Andreas Krebs
  14650.  
  14651. ==========================  Contents of Disk 367  ==========================
  14652.  
  14653. This is disk 367 of the freely distributable AMIGA software library.
  14654. Below is a listing of the significant directories and their contents.
  14655.  
  14656.  
  14657. Enigmas        Nifty graphic simulation of the World War II German
  14658.         Enigma-Machine, a message encoding/decoding device 
  14659.         that produced extremely difficult to crack cryptographic
  14660.         code.  Binary only.
  14661.         Author:  Gaylan Wallis
  14662.  
  14663. GwPrint        An intuition-based text file print utility.  Offers a wide
  14664.         selection of adjustable features for controlling pagination,
  14665.         headers, trailers, margins, date and page-numbering and 
  14666.         various print styles/sizes.  Version 2.0, binary only, 
  14667.         shareware.
  14668.         Author:  Gaylan Wallis
  14669.  
  14670. HyperDialer    Database for names and addresses, full intuition interface.
  14671.         Dynamically allocated, with configurable script startup file.
  14672.         Iconifies to titlebar icon.  Search, sort, insert, delete,
  14673.         full file requesters.  Uses modem to control dialing of 
  14674.         multiple phone numbers.  Binary only, shareware, with source
  14675.         available from author.
  14676.         Author:  David Plummer
  14677.  
  14678. SCM         Screen Color Modifier.  A palette program that allows the 
  14679.         changing/saving/loading of a screen's colors.  Includes a 
  14680.         separate loader program that can be used in batch files to 
  14681.         set a screen's colors to predefined values after a program
  14682.         has been launched.  Version 1.0, binary only.
  14683.         Author:  Jean-Marc Nogier
  14684.  
  14685. SuperView     A shareware file-viewer that displays all types of IFF files
  14686.         with many features like: Workbench support, all display modes,
  14687.         auto overscan, color cycle (CRNG, CCRT), AmigaBasic ACBM 
  14688.         files, first cell in and ANIM file, Type 5 animations and 
  14689.         more.  Written in assembly, pure code for residency under
  14690.         1.3.  Version 3.0, binary only.
  14691.         Author:  David Grothe
  14692.  
  14693. Tricky        Another of Peter's innovative and addictive games.  Sort of 
  14694.         a "video-bowling" concept where the object is to wipe out 
  14695.         groups of "computerized" symbols in such a fashion that the 
  14696.         last item hit becomes the target for the next ball (with 
  14697.         a few tricks of course!).  Lots of levels and the usual 
  14698.         level editor that accompanies most of Peter's games.
  14699.           Binary only.
  14700.         Author:  Peter Handel
  14701.  
  14702. ==========================  Contents of Disk 368  ==========================
  14703.  
  14704. This is disk 368 of the freely distributable AMIGA software library.
  14705. Below is a listing of the significant directories and their contents.
  14706.  
  14707.  
  14708. Elements    Very nice interactive display of the the Periodic Table 
  14709.         of Elements.  This is version 2.0, an update to version 
  14710.         1.3a on disk 297.  This version adds general row and column
  14711.         information, plus a test mode where the program asks specific
  14712.         questions about the selected element or row/column.  Binary
  14713.         only, shareware.
  14714.         Author:  Paul Thomas Miller
  14715.  
  14716. GraphicsPak    A set of functions for general graphics operations such as
  14717.         boxes/lines, blitting, and opening/closing the libraries.
  14718.         It is used by both of the PopMenu and ListWindow test 
  14719.         programs.  Includes source.
  14720.         Author:  Paul Thomas Miller
  14721.  
  14722. Lila        A shareware utility that allows you to print listings or
  14723.         other text files on Postscript printers, with header,
  14724.         page numbers, and multicolumn pages.  Can print in portrait
  14725.         or landscape orientation.  Version 8912a, binary only.
  14726.         Author:  Bertrand Gros
  14727.  
  14728. ListWindow    Gives simple initialization, handling, and freeing of 
  14729.         Macintosh-like "list-windows." These are user-sizeable 
  14730.         windows with a scrollable list of text strings, optionally
  14731.         sortable.  The list can be scrolled with a scroll-bar, up 
  14732.         and down arrows, arrow keys, or a SHIFT+key combination 
  14733.         which searches for the first occurance of the specified 
  14734.         key.  Source and a sample program included.
  14735.         Author:  Paul Thomas Miller
  14736.  
  14737. NewEx        An assembly program to replace xicon, IconX and similar
  14738.         utilities.  Unique in the fact that it uses a WorkBench 
  14739.         "Tool" icon instead of a "Project" icon.  This allows 
  14740.         workbench startup of programs that could ordinarily only
  14741.         be started by the CLI.  Version 1.1, includes assembly
  14742.         source.
  14743.         Author:  Kjell Cederfeldt
  14744.  
  14745. PopMenu        A set of functions for the setting up, drawing, and 
  14746.         handling of pop-up menus that are affixed to windows. 
  14747.         Clicking on the menu box area will open up the full menu,
  14748.         with the list of menu items inside.  Source and a sample
  14749.         program included.
  14750.         Author:  Paul Thomas Miller
  14751.  
  14752. SuperMenu    An information display system you can use to quickly and
  14753.         easily display text files (and sections of text files) with
  14754.         the press of a button.  Version 2.0, shareware, binary only.
  14755.         Author:  Paul Thomas Miller
  14756.  
  14757. SysInfo        A program which reports interesting information about the
  14758.         configuration of your machine, including some speed
  14759.         comparisons with other configurations, versions of the
  14760.         OS software, etc.  Version 1.4, binary only.
  14761.         Author:  Nic Wilson
  14762.  
  14763. Today        Amiga implementation of IBM PL/1 history program.  Tells 
  14764.         you important events and birthdays on current or specified
  14765.         day.  Command line options include once-per-day setting for 
  14766.         startup sequences.  Version 0.91, binary only, shareware.
  14767.         Author:  David Plummer, data files originally from an IBM 
  14768.              VM/CMS version by Mike Butler 
  14769.  
  14770. ==========================  Contents of Disk 369  ==========================
  14771.  
  14772. This is disk 369 of the freely distributable AMIGA software library.
  14773. Below is a listing of the significant directories and their contents.
  14774.  
  14775.  
  14776. AQData        Information to aid users in updating B. Lennart Olsson's
  14777.         Aquarium Version 1.12 database.  Includes information on
  14778.         disks up to number 360.
  14779.         Author:  Howard Hull
  14780.  
  14781. Flip        Another program in the long tradition of screen hacks.
  14782.         Run it and see what happens.  Binary only.
  14783.         Author:  Andreas Schildbach
  14784.  
  14785. Fortune        Randomly display a 'fortune' selected from a fortunes 
  14786.         file (supplied), by text or voice.  New version will work
  14787.         from the Workbench or CLI.  Version 2.04g, update to version
  14788.         on disk #311, source included.
  14789.         Author:  George Kerber
  14790.  
  14791. Spy        A program that tracks calls to AmigaDOS and Exec functions,
  14792.         reporting them to the screen, along with their calling
  14793.         parameters and the results.  Version 1.0, includes source.
  14794.         Author:  Federico Giannici
  14795.  
  14796. VAXterm        A VT220 terminal emulator that is close to the real VT220 
  14797.         terminal in both supported facilities and user interface. 
  14798.         Designed primarily for connection to VAX/VMS, it should 
  14799.         work with any host computer with VT220 terminal support.
  14800.         Supports file transferring for ASCII files by means of DCL
  14801.         commands.  Version 2.4, includes source.
  14802.         Author:  Tuomo Mickelsson
  14803.  
  14804. XprTransmit    XprTransmit is an Cli-based command that allows you
  14805.         to easily access to any Xpr Library without having to
  14806.         worry about call-back-function et cetera. It is able
  14807.         to access every "serial.device"-like exec-device.
  14808.         Only little documentation.  Version 1.0, binary only.
  14809.         Author: Andreas Schildbach
  14810. ==========================  Contents of Disk 370  ==========================
  14811.  
  14812. This is disk 370 of the freely distributable AMIGA software library.
  14813. Below is a listing of the significant directories and their contents.
  14814.  
  14815.  
  14816. SKsh        A ksh-like shell for the Amiga.  Some of its features
  14817.         include command substitution, shell functions with
  14818.         parameters, aliases, local variables, local functions,
  14819.         local aliases, powerful control structures and tests,
  14820.         emacs style line editing and history functions, I/O
  14821.         redirection, pipes, large variety of built-in commands,
  14822.         Unix style wildcards, Unix style filename conventions,
  14823.         filename completion, and coexistence with scripts from
  14824.         other shells.  Very well documented.  Version 1.5, an
  14825.         update to version 1.4 on disk 342.  New features include
  14826.         user definable keymaps, an ARexx port, many new internal
  14827.         and external commands, selective disabling of wildcards,
  14828.         preparsing of script files, bug fixes, and more.
  14829.         Author:  Steve Koren
  14830.  
  14831. ==========================  Contents of Disk 371  ==========================
  14832.  
  14833. This is disk 371 of the freely distributable AMIGA software library.
  14834. Below is a listing of the significant directories and their contents.
  14835.  
  14836.  
  14837. Fractals        A Fractal generator that generates many different types of 
  14838.         fractals based on the iteration of complex-valued formulas.
  14839.         The program can generate the Mandelbrot and Julia sets, as
  14840.         well as the sets of more unusual formulas such as 
  14841.         lambda*COS(Z) and Newton-R.  Version 2.1, includes source 
  14842.         and some sample creations.
  14843.         Author:  Ronnie Johansson.
  14844.  
  14845. LockDevice    A package to protect filing devices from being accidentally
  14846.         formatted.  Can be used with any filing device and file 
  14847.         system.  Version 1.0, includes source.
  14848.         Author:  Olaf Barthel
  14849.  
  14850. Port2        Sample C program showing how to control a mouse connected 
  14851.         to the second mouse/joystick port.  Executable creates a 
  14852.         second mouse pointer that is controlled by a mouse plugged
  14853.         into port 2.  Version 1.0, includes source.
  14854.         Author:  Olaf Barthel
  14855.  
  14856. PPLib        A shared, runtime library to aid in the development of 
  14857.         programs that need to decrunch files crunched with Power-
  14858.         Packer.  Version 34.1 (release 1.1), binary only.
  14859.         Author:  Nico Franτois
  14860.  
  14861. PPMore        A "more" replacement program that reads normal ascii text
  14862.         files as well as files crunched with PowerPacker.  The
  14863.         crunched files can result in considerable disk space
  14864.         savings.  Version 1.7, update to version on disk number
  14865.         334, binary only.
  14866.         Author:  Nico Franτois
  14867.  
  14868. PPShow        A "show" program for normal IFF ILBM files or ILBM files
  14869.         crunched with PowerPacker.  The decrunching is done auto-
  14870.         matically as the file is read.  Version 1.2, update to 
  14871.         version on disk number 334, binary only.
  14872.         Author:  Nico Franτois
  14873.  
  14874. PPType        A "print" program that will print normal ascii files or 
  14875.         files crunched with PowerPacker.  Several nice features
  14876.         such as page headers and numbers, adjustable tab sizes,
  14877.         page info taken from preferences and more.  Version 1.1,
  14878.         binary only.
  14879.         Author:  Nico Franτois
  14880.  
  14881. ==========================  Contents of Disk 372  ==========================
  14882.  
  14883. This is disk 372 of the freely distributable AMIGA software library.
  14884. Below is a listing of the significant directories and their contents.
  14885.  
  14886.  
  14887. Magnetic_Pages    A software package that allows you to create and display
  14888.         a disk-based magazine.  The magazine produced is of a
  14889.         similar format to that of a traditional paper magazine. 
  14890.         You can combine text and graphics on a single page, branch
  14891.         to different sections by clicking on icons and play sound
  14892.         and music.  Features a full intuition driven interface.
  14893.         Version 1.0, shareware, binary only.
  14894.         Author:  Mark Gladding.
  14895.  
  14896. PLW        Phone-Line-Watcher.  For users of Hayes compatible modems.
  14897.         Monitors the serial port and records all incoming calls. 
  14898.         Allows a remote user to login, receive and leave a message,
  14899.         and transfer files via Zmodem in either direction.  Two
  14900.         level DOS access, Disabled DOS-requestors and more.  Greatly
  14901.         enhanced version of initial release on disk 363.  Version 
  14902.         2.8, binary only.
  14903.         Author:  Christian Fries
  14904.  
  14905. RemapIcon    A utility to remap icons to be exchanged between Kickstart
  14906.         2.0 and Kickstart 1.2/1.3 Workbench environments.  The icon
  14907.         images are remapped to reflect the different colour palette
  14908.         used by the Workbench releases.  Version 1.0, includes source.
  14909.         Author:  Olaf Barthel
  14910.  
  14911. ==========================  Contents of Disk 373  ==========================
  14912.  
  14913. This is disk 373 of the freely distributable AMIGA software library.
  14914. Below is a listing of the significant directories and their contents.
  14915.  
  14916.  
  14917. Multiplot    An intuitive data plotting program featuring flexible
  14918.         input options, arbitrary text addition, automatic scaling,
  14919.         zoom and slide with clipping at boundaries, a range of
  14920.         output file formats and publication quality printed
  14921.         output.  Workbench printers are supported via transparent
  14922.         use of the PLT: device.  This is version XLNc, an update
  14923.         to the version on disk 333.  Includes many new features,
  14924.         a nicer user interface, and low memory options allowing
  14925.         it to be used in half megabyte machines.  Includes source.
  14926.         Authors:  Alan Baxter, Tim Mooney, Rich Champeaux,
  14927.               Jim Miller
  14928.  
  14929. ==========================  Contents of Disk 374  ==========================
  14930.  
  14931. This is disk 374 of the freely distributable AMIGA software library.
  14932. Below is a listing of the significant directories and their contents.
  14933.  
  14934.  
  14935. IPDevice    Pipes for Power People.  A pipe-like DOS device that
  14936.         passes data immediately rather than waiting until a buffer
  14937.         is full.  It also allows multiple writers to a single
  14938.         channel, maintained connections, and piped connections
  14939.         to a Shell.  Binary only.  
  14940.         Author:  Pete Goodeve
  14941.  
  14942. Mat        A comprehensive String-Search/Pattern-Match Utility for
  14943.         both text files and directories.  A powerful command line
  14944.         syntax allows automatic file editing, construction of
  14945.         command scripts, and so on.  Example Shell scripts are
  14946.         included.  Binary only (a much enhanced version of the
  14947.         original on Disk #102).  
  14948.         Author:  Pete Goodeve.
  14949.  
  14950. PopArt        Intuition based image data generator and animator.
  14951.         Includes source.
  14952.         Author:  Phlip
  14953.  
  14954. SoftSpan    Soft Span BBS program.  Intuitive, command-line based
  14955.         menu system with message bases, uploads, downloads, file
  14956.         credit system, extensive help system, etc.  Version 1.1,
  14957.         an update to that on disk number 343, includes bug fixes
  14958.         and some enhancements.  Binary only.
  14959.         Author:  Mark Wolfskehl
  14960.  
  14961. ==========================  Contents of Disk 375  ==========================
  14962.  
  14963. This is disk 375 of the freely distributable AMIGA software library.
  14964. Below is a listing of the significant directories and their contents.
  14965.  
  14966.  
  14967. BI        A brush to C code image converter.  This is version 1.3,
  14968.         an update to version 1.0 on disk number 184.  Contains
  14969.         bug fixes and support for AmigaBasic.  Binary only.
  14970.         Author:  Terry Gintz
  14971.  
  14972. CardMaker    A programmer's aid for creating card image data that can
  14973.         be used in any card game that uses the standard 52 card
  14974.         deck.  This is version 2.1, an update to version 1.0 on
  14975.         disk number 184.  Contains bug fixes and support for
  14976.         AmigaBasic.  Binary only.
  14977.         Author:  Terry Gintz
  14978.  
  14979. ParM        Parameterable Menu.  ParM allows you to build menus to 
  14980.         run programs in either the CLI or WorkBench environment.
  14981.         ParM can have it's own little window, or attach menus to 
  14982.         the CLI window you are running it from.  Version 1.1,
  14983.         includes source.
  14984.         Author:  Sylvain Rougier, Pierre Carrette
  14985.  
  14986. TextPlus    A word processor for the Amiga, with both German and 
  14987.         English versions.  TextPlus enables you to write letters,
  14988.         books, programs etc. in a very easy and comfortable way.
  14989.         Version 2.2, an update to version 2.0 on disk number 359.
  14990.         Now includes full source.
  14991.         Author:  Martin Steppler
  14992.  
  14993. ==========================  Contents of Disk 376  ==========================
  14994.  
  14995. This is disk 376 of the freely distributable AMIGA software library.
  14996. Below is a listing of the significant directories and their contents.
  14997.  
  14998.  
  14999. AztecArp    An Arp package fixed to work with the 5.0 release of
  15000.         the Aztec 'C' compiler.  The original Manx support
  15001.         files were incomplete, contained bugs, and had the 
  15002.         wrong linker format.  This is an update to the version
  15003.         on disk number 353, fixing a couple of bugs and adding 
  15004.         some new useful features.  Includes source.
  15005.         Author:  Olaf Barthel
  15006.  
  15007. Matrix        Solves systems of linear equations.  Includes both PAL
  15008.         and NTSC versions.  Version 1.00, includes source. 
  15009.         Author:  Rudiger Dreier
  15010.  
  15011. Plotter        A two-dimensional mathematical function plotting program.
  15012.              Includes both PAL and NTSC versions.  Version 3.71, 
  15013.         includes source. 
  15014.         Author:  Rudiger Dreier
  15015.  
  15016. ToolLibrary    A shared library for the Amiga.  Contains some mathematical
  15017.         (evaluation of strings) and Intuition (menus, requester) 
  15018.         functions.  Version 2.06, includes source. 
  15019.         Author:  Rudiger Dreier.
  15020.  
  15021. ==========================  Contents of Disk 377  ==========================
  15022.  
  15023. This is disk 377 of the freely distributable AMIGA software library.
  15024. Below is a listing of the significant directories and their contents.
  15025.  
  15026.  
  15027. AnsiRead2    Bridges the gap between IBM and Amiga ANSI by displaying
  15028.         IBM ANSI text and graphic animations (as usually captured
  15029.         from bulletin boards) in their full intended colors and 
  15030.         motion.  Includes several samples.  Version 0.2, binary 
  15031.         only, shareware. 
  15032.         Author:  Glenn Kauffman
  15033.  
  15034. Formatter    A disk formatting program with an intuition interface
  15035.         which supports write verification, disk installation,
  15036.         fast formatting and automatic start.  Formats a 3.5"
  15037.         disk in a multitasking environment in about 1:36
  15038.         minutes (with verify turned on).  Version 2.4a, includes 
  15039.         source.
  15040.         Author:  Olaf Barthel
  15041.  
  15042. Icon2C        A simple tool to turn any Workbench icon file into 'C'
  15043.         sourcecode, similar to the program of the same name by
  15044.         Carolyn Scheppner on disk number 56.  This version has an
  15045.         arp interface and offers support for Kickstart 2.0 icons.
  15046.         Version 1.2, includes source.
  15047.         Author:  Olaf Barthel
  15048.  
  15049. IE        An icon editor which can create and modify icons up to 
  15050.         640x200 pixels in size (also dual render).  It can
  15051.         set stack size, position of icon (also free-floating),
  15052.         default tool, 10 tool types and control over opened
  15053.         window.  It can also generate the C source code behind the
  15054.         icon for program inclusion.  Now reads/writes IFF files
  15055.         and handles 4 or 8 colour icons.  Version 2.0, update to 
  15056.         version on disk number 342, source available from author.
  15057.         Author:  Peter Kiem
  15058.  
  15059. IntuitionEd    Intuition based utility that creates C source code for
  15060.         screen, window, border and text structures.  IntuitionEd 
  15061.         can also write the code for several functions required 
  15062.         for the opening and closing of these structures.  The 
  15063.         code can then be compiled by either Manx and Lattice.
  15064.         Shareware donation to the author will receive an enhanced
  15065.         version capable of writing gadget structures as well.
  15066.         Version 1.0, binary only, several samples included.
  15067.         Author:  Niels Thorwirth 
  15068.  
  15069. PowerLOGO    An experimental programming language based on Lisp and
  15070.         LOGO.  It is versatile, highly interactive, organizes 
  15071.         programs as collections of procedures, and includes lists 
  15072.         as first-class data objects.  Version 1.00, binary only.
  15073.         Author:  Gary Teachout
  15074.  
  15075. ==========================  Contents of Disk 378  ==========================
  15076.  
  15077. This is disk 378 of the freely distributable AMIGA software library.
  15078. Below is a listing of the significant directories and their contents.
  15079.  
  15080.  
  15081. Adapt        CLI utility that converts special German characters in
  15082.         files imported from MS-DOS systems into the right Amiga
  15083.         codes.  Can easily be changed to work with other languages.
  15084.         Version 2.2, includes source.
  15085.         Author:  Lars Eggert
  15086.  
  15087. ANSIMaster    ANSI editor that provides the full IBM font set and
  15088.         color capability.  Very useful for the design of custom
  15089.         ANSI screens/graphics for telecommunications.  Version
  15090.         1.0, binary only.
  15091.         Authors:  James Davis and Joe Rattz, Jr.
  15092.  
  15093. DevRen        A DEVice RENamer, originally designed to allow the
  15094.         renaming of an external drive on an A2000 (always
  15095.         recognized as DF2:) to be DF1:   However, works with
  15096.         any mounted device such as RAD: RAM: RAW: CON: etc,
  15097.         as long as the original and renamed version have the
  15098.         same character length.  Version 1.5, includes source.
  15099.         Author:  Stefan Rosewig
  15100.  
  15101. JoyLib        Both a linktime version and a shared library of Joystick
  15102.         routines featuring a technique which proves to be extremely
  15103.         fast on 68010 or higher processors, and still faster than
  15104.         most of the other routines on standard processors.
  15105.         Includes source for library in Assembler and the
  15106.         demonstration program in C.
  15107.         Author:  Oliver Wagner
  15108.  
  15109. MachIII        A "mouse accelerator" program that also includes hotkeys,
  15110.         the features of sun mouse, clicktofront, popcli, title bar
  15111.         clock with a bbs online charge accumulator, Arexx support
  15112.         and much more.  This is version 3.0, an update to version
  15113.         2.6 on disk 254.  Binary only.
  15114.         Author:  Brian Moats and Polyglot software
  15115.  
  15116. MuchMore    Another program like "more", "less", "pg", etc.  This one
  15117.         uses its own screen to show the text using a slow scroll.
  15118.         Includes built-in help, commands to search for text, and
  15119.         commands to print the text.  Works with PAL or NTSC, in
  15120.         normal or overscan modes.  Supports 4 color text in bold,
  15121.         italic, underlined, or inverse fonts.  Version 2.7, this
  15122.         is an update to version 2.5 from disk 253.  Includes source
  15123.         in Oberon and assembly code.
  15124.         Author:  Fridtjof Siebert
  15125.  
  15126. MuchMorePoPa    Extended version of MuchMore V2.7.  Displays texts that have
  15127.         been packed with PowerPacker.  Version 2.7, includes source
  15128.         in Oberon and assembly code.
  15129.         Author:  Fridtjof Siebert
  15130.  
  15131. Observer    Working example for a Lattice LSR-program.  Opens a small
  15132.         window and displays volume names of all inserted disks
  15133.         (DF0: through DF3:).  Includes source in Lattice C.
  15134.         Author:  Oliver Wagner
  15135.  
  15136. TheGuru        A program to bring the Guru back into Kickstart 2.0, for
  15137.         those who will miss it, (well sorta anyway!).  Version
  15138.         1.0, binary only.
  15139.         Author:  Nico Franτois
  15140.  
  15141. ==========================  Contents of Disk 379  ==========================
  15142.  
  15143. This is disk 379 of the freely distributable AMIGA software library.
  15144. Below is a listing of the significant directories and their contents.
  15145.  
  15146.  
  15147. Append        CLI utility that allows you to directly append one or
  15148.         more files to another without having to use the
  15149.         roundabout methods necessary with the AmigaDOS "join"
  15150.         command.  Version 1.0, includes source.
  15151.         Author:  Oliver Enseling
  15152.  
  15153. FileEncrypt    Another intuition based file encryptor to enable you to
  15154.         scramble your highly secret, hard earned source code and
  15155.         prevent your co-workers from taking credit for it!
  15156.         Includes (unscrambled) source.
  15157.         Author:  Lorenz Wiest
  15158.  
  15159. LLSort        Replacement for the AmigaDOS SORT command.  Pure bit set
  15160.         and may be made resident.  Features COLSTART and FIELDS
  15161.         parameters and sorts in either ascending/descending
  15162.         order.  Also sorts with or without case sensitivity.
  15163.         Binary only.
  15164.         Author:  Les Leist
  15165.  
  15166. TheA64Package    A comprehensive emulator/utility package to assist
  15167.         Commodore 64 users in upgrading to the Amiga.  According
  15168.         to the author, this package compares to or surpasses the
  15169.         commercially available packages of the same nature.  Many
  15170.         of the utilities require a hardware interface that allow
  15171.         the Amiga to access C64 peripherals such as disk drives
  15172.         and printers.  The hardware interface is free with a
  15173.         shareware donation to the author.  Version 1.00, binary
  15174.         only.
  15175.         Author:  Cliff Dugan, QuesTronix
  15176.  
  15177. Xnum        A useful CLI conversion utility that takes a decimal,
  15178.         binary, octal or hex number as input and displays the
  15179.         number in all four formats.  Binary only.
  15180.         Author:  Oliver Enseling
  15181.  
  15182. Yawn!         A small WorkBench sliding block puzzle to keep your
  15183.         mind and fingers busy while your compiler is busy
  15184.         crunching away on your highly secret, hard earned
  15185.         source code that you hopefully remembered to unscramble
  15186.         first!  Features selectable size from 4x4 to 7x7 and
  15187.         European, Hindi or Arabic numerals.  Includes source.
  15188.         Author:  Lorenz Wiest
  15189. ==========================  Contents of Disk 380  ==========================
  15190.  
  15191. This is disk 380 of the freely distributable AMIGA software library.
  15192. Below is a listing of the significant directories and their contents.
  15193.  
  15194.  
  15195. Oberon        A freely distributable demo version of a powerful Oberon
  15196.         compiler.  Oberon is a modern, object oriented language
  15197.         developed by Prof. Dr. Niklaus Wirth of ETH Zⁿrich in
  15198.         Switzerland as a successor to Modula-2.  This single pass
  15199.         compiler creates standard Amiga object files, uses a large
  15200.         variety of optimizations to create fast code, supports
  15201.         writing of reentrant programs, allows you to call code from
  15202.         other languages like C and Assembler, etc.  The package
  15203.         includes the compiler, an editor, a link utility, a program
  15204.         to display compilation errors and some demo programs.
  15205.         Version 1.16, binary only.
  15206.         Author:  Fridtjof Siebert
  15207.  
  15208. ==========================  Contents of Disk 381  ==========================
  15209.  
  15210. This is disk 381 of the freely distributable AMIGA software library.
  15211. Below is a listing of the significant directories and their contents.
  15212.  
  15213.  
  15214. SKsh        A ksh-like shell for the Amiga.  Some of its features
  15215.         include command substitution, shell functions with
  15216.         parameters, aliases, local variables, local functions,
  15217.         local aliases, powerful control structures and tests,
  15218.         emacs style line editing and history functions, I/O
  15219.         redirection, pipes, large variety of built-in commands,
  15220.         Unix style wildcards, Unix style filename conventions,
  15221.         filename completion, and coexistence with scripts from
  15222.         other shells.  Very well documented.  Version 1.6, an
  15223.         update to version 1.5 on disk 370.  Includes several
  15224.         important bug fixes and a few minor new features such
  15225.         as command line cut and paste.  Binary only.
  15226.         Author:  Steve Koren
  15227.  
  15228. ==========================  Contents of Disk 382  ==========================
  15229.  
  15230. This is disk 382 of the freely distributable AMIGA software library.
  15231. Below is a listing of the significant directories and their contents.
  15232.  
  15233.  
  15234. CrossDOS    A "tryware" version of a mountable MS-DOS file system
  15235.         for the Amiga.  This is a software product that allows
  15236.         you to read and write MS-DOS/PC-DOS and Atari ST
  15237.         formatted disks (Version 2.0 or higher) directly from
  15238.         AmigaDOS.  This tryware version is a "readonly" version,
  15239.         which does not allow any writes to the disk.  A fully
  15240.         functional version is available for a very reasonable
  15241.         price from CONSULTRON.  This is version 4.00b, an update
  15242.         to version 3.05b on disk 252.  Binary only.
  15243.         Author:  CONSULTRON, Leonard Poma
  15244.  
  15245. Msh        An Amiga file system handler that handles MS-DOS formatted
  15246.         diskettes.  Version "1.30" (Release 1 patch 3).  You can
  15247.         use files on such disks in almost exactly the same way as
  15248.         you use files on native AmigaDOS disks.  This is a fully
  15249.         functional, read/write version, that supports 8, 9, or 10
  15250.         sector disks of 80 tracks, and should also work on 40 track
  15251.         drives and hard disks with 12 or 16 bit FAT of any
  15252.         dimension the FAT allows.  Update to version "1.5" (Release
  15253.         1) on disk 327.  Includes source.
  15254.         Author:  Olaf Seibert
  15255.  
  15256. ==========================  Contents of Disk 383  ==========================
  15257.  
  15258. This is disk 383 of the freely distributable AMIGA software library.
  15259. Below is a listing of the significant directories and their contents.
  15260.  
  15261.  
  15262. LHArc        An archive program like Arc and Zoo, with a heavy emphasis
  15263.         maximum compression for minimum archive size, using LZHUF
  15264.         compression.  This is version 1.21, an update to version
  15265.         1.10 on disk 312.  Binary only.
  15266.         Author:  Paolo Zibetti
  15267.  
  15268. LibraryKiller    A small utility that allows you to remove libraries that
  15269.         aren't used any more.  Version 1.0, includes source in
  15270.         assembly.
  15271.         Author:  Roger Fischlin
  15272.  
  15273. MandelMountains
  15274.         A program that renders three-dimensional images of
  15275.         blowups of the Mandelbrot set.  Includes several example
  15276.         images.  This is version 2.1, an update to version 2.0
  15277.         on disk 354.  The most significant enhancement for this
  15278.         version is that is is two to three times faster due
  15279.         to inclusion of a specially tuned fixed point arithmetic
  15280.         package.  Shareware, binary only.
  15281.         Author:  Mathias Ortmann
  15282.  
  15283. Pcopy        An intuition based disk copier for AmigaDOS disks featuring
  15284.         high speed diskcopy with write verify, data recovery from
  15285.         damaged tracks, full multitasking compatibility, and a user
  15286.         friendly interface.  This is version 2.11, an update to
  15287.         version 2.0 on disk 243, with new data recovery routines
  15288.         and some minor bug fixes.  Binary only.
  15289.         Author:  Dirk Reisig
  15290.  
  15291. ==========================  Contents of Disk 384  ==========================
  15292.  
  15293. This is disk 384 of the freely distributable AMIGA software library.
  15294. Below is a listing of the significant directories and their contents.
  15295.  
  15296.  
  15297. Contact        Demo version of a "pop-up" program for managing personal
  15298.         contacts.  Allows you to keep a name and address list
  15299.         along with phone numbers and comments.  Can print mailing
  15300.         labels with a couple of mouse clicks (supports PostScript
  15301.         printers).  Names and address can be "clipped" into other
  15302.         programs such as word processors, and Contact can even
  15303.         dial your modem for you.  Version 1.0, binary only.
  15304.         Author:  Craig Fisher, CMF Software
  15305.  
  15306. Elements    Very nice interactive display of the the Periodic Table
  15307.         of Elements.  Includes general row and column information,
  15308.         plus a test mode where the program asks specific questions
  15309.         about the selected element or row/column.  This is version
  15310.         2.3, an update to version 2.0 on disk 368.  Binary only,
  15311.         shareware.
  15312.         Author:  Paul Thomas Miller
  15313.  
  15314. NorthC        A freely redistributable programming package containing
  15315.         all the programs required for developing in C.  Based on
  15316.         the Sozobon Ltd C compiler, Charlie Gibb's assembler, the
  15317.         Software Distillery's linker, and portions from other
  15318.         sources.  Steve has pulled everything together and added
  15319.         some enhancements in the process.  This is version 1.2, an
  15320.         update to version 1.1 on disk 353.  Changes include extra
  15321.         examples, many bug fixes, further documentation and some
  15322.         improvements.  The environment is supplied compressed and
  15323.         unpacks to two disks.  Partial source is included.
  15324.         Author:  Steve Hawtin, Charlie Gibbs, Sozobon Ltd, The
  15325.              Software Distilary and many others.
  15326.  
  15327. ==========================  Contents of Disk 385  ==========================
  15328.  
  15329. This is disk 385 of the freely distributable AMIGA software library.
  15330. Below is a listing of the significant directories and their contents.
  15331.  
  15332.  
  15333. MortCalc    Yet another loan calculator, but this one was written
  15334.         with accuracy in mind.  The monthly payments times the
  15335.         number of months should balance the total principal
  15336.         plus interest, to the cent.  Version 2.5, freeware,
  15337.         source included.
  15338.         Author:  Michel Laliberte
  15339.  
  15340. XLispStat    A statistical program based on David Betz' XLisp. It
  15341.         does some of the most advanced dynamic statistical
  15342.         graphics, included brushing, linking, and 3D rotations.
  15343.         Menus and requestors can be created dynamically with
  15344.         simple lisp commands, and treated as lisp objects, so
  15345.         that the program could be used for many other non-
  15346.         statistical purposes, such as interactive expert
  15347.         systems. XLisp-Stat has an ARexx port so that an editor
  15348.         may be used to prepare lisp programs and send them
  15349.         directly to XLisp-Stat to be executed.  Commands, as
  15350.         character strings, may also be sent from XLisp-Stat
  15351.         with the lisp command, "arexx".  All graphics produced
  15352.         may be saved to files in IFF format.  This version of
  15353.         XLisp-Stat (v.2.1, release 1) has been ported to the
  15354.         Amiga by James Lindsey, from the Mac version supplied
  15355.         by Luke Tierney.  Requires a numerical coprocessor
  15356.         (M68881/M68882) and an M68020/M68030 processor.
  15357.         This disk contains the executables, manual, and lisp
  15358.         files.  The sources can be found on disk 386.
  15359.         Author:  David Betz, Luke Tierney, James Lindsey
  15360.  
  15361. ==========================  Contents of Disk 386  ==========================
  15362.  
  15363. This is disk 386 of the freely distributable AMIGA software library.
  15364. Below is a listing of the significant directories and their contents.
  15365.  
  15366.  
  15367. Statpack    Demo version of a statistics and data manipulation
  15368.         program.  Version 3.2, binary only.
  15369.         Author:  James Lindsey
  15370.  
  15371. XLispStat    A statistical program based on David Betz' XLisp. It
  15372.         does some of the most advanced dynamic statistical
  15373.         graphics, included brushing, linking, and 3D rotations.
  15374.         Menus and requestors can be created dynamically with
  15375.         simple lisp commands, and treated as lisp objects, so
  15376.         that the program could be used for many other non-
  15377.         statistical purposes, such as interactive expert
  15378.         systems. XLisp-Stat has an ARexx port so that an editor
  15379.         may be used to prepare lisp programs and send them
  15380.         directly to XLisp-Stat to be executed.  Commands, as
  15381.         character strings, may also be sent from XLisp-Stat
  15382.         with the lisp command, "arexx".  All graphics produced
  15383.         may be saved to files in IFF format.  This version of
  15384.         XLisp-Stat (v.2.1, release 1) has been ported to the
  15385.         Amiga by James Lindsey, from the Mac version supplied
  15386.         by Luke Tierney.  Requires a numerical coprocessor
  15387.         (M68881/M68882) and an M68020/M68030 processor.
  15388.         This disk contains the sources.  The executables,
  15389.         manual, and lisp files can be found on disk 385.
  15390.         Author:  David Betz, Luke Tierney, James Lindsey
  15391.  
  15392. ==========================  Contents of Disk 387  ==========================
  15393.  
  15394. This is disk 387 of the freely distributable AMIGA software library.
  15395. Below is a listing of the significant directories and their contents.
  15396.  
  15397.  
  15398. BlitterSand    An interesting cellular automata program that gets its
  15399.         roots from a "sandpile".  Intriguing to watch.  Includes
  15400.         assembly source.
  15401.         Author:  Mike Creutz
  15402.  
  15403. ExtFuncProc    External Function Process.  Allows execution of any library
  15404.         function from simple tasks even if these functions require
  15405.         a process environment.  For experienced programmers only
  15406.         because there isn't any documentation written yet but only
  15407.         an example.  ExtFuncProc is used by GMC.  It runs under
  15408.         KS 2.0.  Binary only.
  15409.         Author:  Goetz Mueller
  15410.  
  15411. GMC        A console handler with command line editing and function
  15412.         key support.  GMC provides extended command line editing,
  15413.         function key assignment in four levels, extended command
  15414.         line history, online help for functions in the handler,
  15415.         and an iconify function.  This is version 9.2, an update
  15416.         to version 4.0 on disk 291, with many new features,
  15417.         including an output buffer (dump to printer and window),
  15418.         filename completer, script function, undo function, prompt
  15419.         beeper, pathname in window title, close gadget for KS 2.0,
  15420.         etc.  Shareware, binary only.
  15421.         Author:  Goetz Mueller
  15422.  
  15423. H2I        Translates C include files into assembler include files.
  15424.         Useful for programmers that use both C and assembler code
  15425.         in the same program.  Helps to keep the structure definitions
  15426.         consistent.  Version 1.1, shareware, binary only.
  15427.         Author:  Goetz Mueller
  15428.  
  15429. MandAnim    A Mandelbrot Animation program that allows you to easily
  15430.         generate series of lo-res/16-color pictures.  Features
  15431.         full mouse and/or keyboard operation, zooms, auto-save,
  15432.         high (cheat) speed, iconization, etc.  The generated
  15433.         pictures all remember their positions and settings so
  15434.         they can be re-loaded.  Version 1.1, binary only.
  15435.         Author:  Ekke Verheul.
  15436.  
  15437. MandelBlitz    Very fast Mandelbrot plotter with lots of handy functions
  15438.         such as color cycling, zoom, special palette control,
  15439.         file requestors and more.  Version 1.0, binary only
  15440.         Author:  Nico Franτois
  15441.  
  15442. Menu        A fast-access menu system configurable via a script file
  15443.         that allows the user run selected programs.  Version 2.0,
  15444.         binary only.
  15445.         Author:  Stefan M÷rnhag
  15446.  
  15447. NTSC-PAL    Two programs that give A500/A2000 owners with the new ECS
  15448.         1Mb Agnus installed the ability to boot into either a NTSC
  15449.         or PAL environment.  *Very* useful for both NTSC and PAL
  15450.         owners alike.  Version 1.1, includes assembly source.
  15451.         Author:  Nico Franτois
  15452.  
  15453. Wreq        Replace "pop-up" requestors with line-oriented requesters
  15454.         (similar to those found in an MS-DOS environment) that
  15455.         can be easily handled from the keyboard.  If there is no
  15456.         interactive console for the process, the requester won't
  15457.         appear.  Includes assembly source.
  15458.         Author:  Tuomo Mickelsson
  15459.  
  15460. ==========================  Contents of Disk 388  ==========================
  15461.  
  15462. This is disk 388 of the freely distributable AMIGA software library.
  15463. Below is a listing of the significant directories and their contents.
  15464.  
  15465.  
  15466. Calc        A shell style, command-line calculator.  Calc does not
  15467.         have a fancy keypad display as many other calculator
  15468.         programs do.  Instead, it is capable of taking its input
  15469.         from a file, the keyboard, or a command line and output-
  15470.         ting its results to a file or the screen.  It can also
  15471.         apply a single equation to all of the values stored in a
  15472.         file (or files).  It handles all common mathematical
  15473.         expressions, can optionally predefine physical constants
  15474.         and store variables.  Version 2.0, binary only.
  15475.         Author:  Bill Dimm
  15476.  
  15477. DClock        A "Dumb Clock" utility that displays the date and time
  15478.         in the Workbench screen title bar.  This is version 1.27,
  15479.         an update version 1.12 disk number 325.  Many more useful
  15480.         enhancements/bug fixes, including an ARexx interface.
  15481.         Includes source.
  15482.         Author:  Olaf Barthel
  15483.  
  15484. DIEd        A full-screen ANSI editor including an animation utility.
  15485.         Provides PAL and NTSC compatibility.  Many useful features
  15486.         such as horizontal and vertical block cut/pasting operations,
  15487.         line/block/screen centering, save defaults and more.
  15488.         Version 2.4, binary only.
  15489.         Author:  P-E Raue
  15490.  
  15491. Free        Display how much free space (bytes or blocks) you have on any
  15492.         or all of your mounted disk volumes.  Runs from CLI only.
  15493.         Based on "Free" by Tom Smythe on Fish Disk 66, but totally
  15494.         rewritten and enhanced.  Version 1.01, includes source.
  15495.         Author:  Daniel Jay Barrett
  15496.  
  15497. KeyMapEd    Allows you to change the KeyMaps used with SetMap.  This
  15498.         is a full featured editor providing support for normal,
  15499.         string and dead keys.  The keyboard represented is from
  15500.         an A3000/A2000/A500 but it is fully compatible with A1000
  15501.         keyboards.  This is version 1.1i, an update to version
  15502.         1.02 on disk number 193, binary only.
  15503.         Author:  Tim Friest
  15504.  
  15505. SnoopDos    A utility for monitoring AmigaDOS calls.  In particular,
  15506.         it allows you to see what libraries, devices, fonts,
  15507.         environment variables or startup files a program is looking
  15508.         for.  Very useful when you're trying to install a new
  15509.         application.  Version 1.0, includes source in C.
  15510.         Author:  Eddy Carroll
  15511.  
  15512. ==========================  Contents of Disk 389  ==========================
  15513.  
  15514. This is disk 389 of the freely distributable AMIGA software library.
  15515. Below is a listing of the significant directories and their contents.
  15516.  
  15517.  
  15518. Kick        Another screen hack, specifically for A500/A2000 owners.
  15519.         I don't want to spoil any surprises but reportedly causes
  15520.         some machines to crash.  Binary only.
  15521.         Author:  Tony Solomon, Paul Fortin
  15522.  
  15523. Plot        A 3-D function plotting program with provisions for
  15524.         coordinate translation on both axes, parametric equations,
  15525.         and standardized notation of the pow function (x^y -- which
  15526.         now works as specified.).  This is version 5.1, an update
  15527.         to version 4.1 on disk 175, with some enhancements and bug
  15528.         fixes.  Binary only.
  15529.         Author:  Terry Gintz
  15530.  
  15531. PolySys        An extended version of the 0L-system (string rewriting)
  15532.         described in The Science of Fractal Images (edited by
  15533.         Pietgen and Saupe).  The basic algorithm has been expanded
  15534.         and modified extensively, and looping commands similiar to
  15535.         those found in other Turtle graphics systems (Logo, etc)
  15536.         have been added.  Support for three-dimensional drawing,
  15537.         with perspective, is also included.  Version 1.0, binary
  15538.         only.
  15539.         Author:  Terry Gintz
  15540.  
  15541. Retab        Useful command-line "tab-to-space" and "space-to-tab"
  15542.         expansion utility.  Several command-line options to specify
  15543.         size/settings and the ability to protect material enclosed
  15544.         by delimiters (quotes, brackets, carats, etc.) from
  15545.         expansion.  Version 1.03, binary only.
  15546.         Author:  Paul Klink
  15547.  
  15548. ZPlot        Graphs formulas based on 4-D complex number planes.  ZPlot
  15549.         currently supports the Mandelbrot set, Julia sets, and
  15550.         Phoenix curves, with over 500 mapping variations.  The math
  15551.         functions supported include sin(z), sinh(z), z^z, e^z, z^n,
  15552.         sqrt(z), cos(z), cosh(z), tan(z), tanh(z), log(z), ln(z)
  15553.         and n^z.  Version 1.3d, binary only
  15554.         Author:  Terry Gintz
  15555. ==========================  Contents of Disk 390  ==========================
  15556.  
  15557. This is disk 390 of the freely distributable AMIGA software library.
  15558. Below is a listing of the significant directories and their contents.
  15559.  
  15560.  
  15561. Flip        Allows you to quickly and easily switch between various
  15562.         screens.  Can close screens, pull them up, and activate
  15563.         windows.  Has the unique feature of sorting screens in a
  15564.         way that all title bars are visible at one time.  This is
  15565.         version 2.0, binary only.
  15566.         Author:  Lars Eggert
  15567.  
  15568. ReadmeMaster    A nifty little database for finding those programs that
  15569.         you know exist somewhere (???) in the AmigaLibDisk library.
  15570.         Maintains a keyword dictionary of the Contents descriptions
  15571.         that allows searching by disk number, program title, author's
  15572.         name, or some other descriptive word.  Currently supports
  15573.         disks 1-360, an update to the version on disk number 163.
  15574.         Binary only.
  15575.         Author:  Harold Morash
  15576.  
  15577. SetClock    A utility to set or read the hardware clock on a Spirit
  15578.         Technology memory expansion board.  Works in a manner
  15579.         similar to the SetClock utility which is supplied by
  15580.         Commodore with Amigas that have hardware clocks as
  15581.         standard equipment.  Includes source in PCQPascal and
  15582.         assembler.
  15583.         Author:  Willi Kusche
  15584.  
  15585. SM        Small utility to center the display.  Recoded version of
  15586.         "ScreenShift" by Anson Mah (Disk 88), only half the size.
  15587.         Includes source.
  15588.         Author:  Anson Mah, Lattice V5.04 recoding by Oliver Wagner
  15589.  
  15590. ==========================  Contents of Disk 391  ==========================
  15591.  
  15592. This is disk 391 of the freely distributable AMIGA software library.
  15593. Below is a listing of the significant directories and their contents.
  15594.  
  15595.  
  15596. Curses        A link library containing many of the terminal independant
  15597.         standard "curses" functions.   Designed primarily for
  15598.         those interested in porting unix screen based programs to
  15599.         the Amiga.  Version 1.10, binary only.
  15600.         Author:  Simon John Raybould
  15601.  
  15602. Eco        An ECHO replacement which allows many escape sequences for
  15603.         colors, text styles, cursor positioning, system variables,
  15604.         and much more.  Has PURE bit set and can be made resident.
  15605.         Version 3.40, includes source.
  15606.         Author:  Dario de Judicibus
  15607.  
  15608. FractalLab    Investigate the realm of fractals and allow your imagination
  15609.         to run wild.  Virtually an unlimited number of these self-
  15610.         similar curves can be created with FractalLab.  Includes
  15611.         several interesting samples.  Version 1.0, binary only.
  15612.         Author:  Terry Gintz
  15613.  
  15614. ListPlot    A 2D plotting program built around the PLPLOT plotting
  15615.         library.  Its principle advantage is that it supports
  15616.         a variety of graphics devices.  By default, output is
  15617.         sent to a window on the Amiga's screen.  Through command
  15618.         line options, the graph can be sent to any preferences
  15619.         printer with graphics capability, stored as an IFF file,
  15620.         stored in HPGL format, stored in Aegis Draw format, or
  15621.         stored as an Encapsulated Postscript File.  A variety of
  15622.         line styles and colors are available.  Includes source.
  15623.         Author:  Frederick R. Bartram and Anthony M. Richardson
  15624.  
  15625. ==========================  Contents of Disk 392  ==========================
  15626.  
  15627. This is disk 392 of the freely distributable AMIGA software library.
  15628. Below is a listing of the significant directories and their contents.
  15629.  
  15630.  
  15631. BTNTape        A "Better Than Nothing" SCSI tape device handler.  It 
  15632.         provides flat file access to a SCSI tape drive from 
  15633.         application programs using simple DOS calls to Read() 
  15634.         and Write().  It can also be used with the Amiga TAR 
  15635.         utility for disk backups.  Files may span multiple tape
  15636.         volumes and may start at any tape block.  This handler 
  15637.         requires a "SCSI-direct" compatible hard disk driver. 
  15638.         Version 1.0, includes source.
  15639.         Author:  Robert Rethemeyer
  15640.  
  15641. CPlot        Graphs linear functions in two dimensions, similiar to 
  15642.         a Mandelbrot plot.  You start with a linear function like
  15643.         10sin(x**2+y**2) and CPlot treats each point on the screen
  15644.         as an X-Y coordinate, color-scaling it according to its 
  15645.         magnitude for a preset range of inputs.  Includes some 
  15646.         very nice sample creations.  Version 1.0, binary only.
  15647.         Author:  Terry Gintz
  15648.  
  15649. Pmode        Very simple command line utility to send escape sequences
  15650.         to the printer to change print styles.  Specifically 
  15651.         tested a NEC P6 Plus, but it should work with many printers.
  15652.         Included source should make it easy to add/modify escape
  15653.         sequences.
  15654.         Author:  Dario de Judicibus
  15655.  
  15656. SetNoClick    Very simple program to set the NOCLICK flag in the public 
  15657.         section of a trackdisk unit.  Only works with version 36
  15658.         and up of trackdisk.device.  Includes source.
  15659.         Author:  Marc Boucher
  15660.  
  15661. Spades        Amiga'ized version of the popular card game.  This is 
  15662.         a single player version, where you play one hand and 
  15663.         the computer plays your partner and also your two 
  15664.         opponents.  Version 1.1, includes source.
  15665.         Author:  Greg Stelmack
  15666.  
  15667. ==========================  Contents of Disk 393  ==========================
  15668.  
  15669. This is disk 393 of the freely distributable AMIGA software library.
  15670. Below is a listing of the significant directories and their contents.
  15671.  
  15672.  
  15673. FileIO        The dissidents file requester.  This is version 1.9, an
  15674.         update to version 1.6 on disk 348.  Binary only.
  15675.         Author:  Jeff Glatt, Dissidents Software
  15676.  
  15677. FontConvert    A printer font conversion program to convert standard
  15678.         Amiga fonts into a form suitable for downloading to
  15679.         a printer that supports user defined printer fonts.
  15680.         Version 1.0, includes source.
  15681.         Author:  Olaf 'Olsen' Barthel
  15682.  
  15683. FuncLib        A program that allows you to add or remove rexx function
  15684.         libraries.
  15685.         Author:  Jeff Glatt, Dissidents Software
  15686.  
  15687. ILBMLib        A shared library (ilbm.library) to read/write IFF files,
  15688.         derived from the EA IFF code, along with various
  15689.         enhancements.  Version 0.3, a partial update to version
  15690.         on disk 348.
  15691.         Author:  Jeff Glatt, Dissidents Software
  15692.  
  15693. LibTool        A program that allows you to develop C or assembly code,
  15694.         and then quickly turn it into a shared library.  Also
  15695.         generates all support files for your library including
  15696.         Pragma files (both Manx and Lattice), bmap files, include
  15697.         files, C interface glue files.  Can be used to make a
  15698.         device, too.
  15699.         Author:  Jeff Glatt, Dissidents Software
  15700.  
  15701. PrintSpool    A small print spooling shared library that provides an easy
  15702.         way to print graphics and text for any application.  It can
  15703.         print ascii text of any length or dump any part or all of a
  15704.         rastport.  Takes care of opening the printer.device and
  15705.         manages its own resources.  Version 0.1, binary only, with
  15706.         source code examples.
  15707.         Author:  Jeff Glatt, Dissidents Software
  15708.  
  15709. RexxIntuition    This is a ARexx function library that allows you to
  15710.         open windows/screens from an ARexx script, attach menus,
  15711.         gadgets, (file) requesters, load and save ILBM picture
  15712.         files, auto-requesters, print text and graphic dumps,
  15713.         and completely interact with the user in an intuition
  15714.         environment.  Adds all of those Amiga features that
  15715.         ARexx lacks.
  15716.         Author:  Jeff Glatt, Dissidents Software
  15717.  
  15718. RexxLib        A shared library that can be easily used by any C or
  15719.         assembly programmer to add an ARexx interface to his
  15720.         programs.  Handles all of the messy details including
  15721.         message creation/deletion and error handling.
  15722.         Author:  Jeff Glatt, Dissidents Software
  15723.  
  15724. ==========================  Contents of Disk 394  ==========================
  15725.  
  15726. This is disk 394 of the freely distributable AMIGA software library.
  15727. Below is a listing of the significant directories and their contents.
  15728.  
  15729.  
  15730. Aniptrs3    Some more animated pointers to choose from to "liven"
  15731.         up your display environment.  Other pointers from Bob
  15732.         are on disks 332 and 364.  Binary only.
  15733.         Author:  Bob McKain, pointer animation program by Tim Kemp
  15734.  
  15735. 'Liner        A shareware outliner whose function is to create outlines
  15736.         for notes or export to other programs.  'Liner can save an
  15737.         outline as ASCII text, and is clipboard compatible.
  15738.         Enhancements over the previous version include support for
  15739.         ARexx, Workbench, overscanned screens, more than one line
  15740.         of text per outline number, a preferences file, and
  15741.         search/replace.  Version 2.00, an upgrade to version 1.32
  15742.         on disk 285.  Includes C source.
  15743.         Author:  Dave Schreiber
  15744.  
  15745. Pics        Some miscellaneous pictures with a "cartoon" theme.
  15746.         Author:  Bob McKain
  15747.  
  15748. PrintImage    A simple program that provides an easy way to print
  15749.         IFF ILBM images.  Version 1.0, includes source.
  15750.         Author:  Olaf 'Olsen' Barthel
  15751.  
  15752. ==========================  Contents of Disk 395  ==========================
  15753.  
  15754. This is disk 395 of the freely distributable AMIGA software library.
  15755. Below is a listing of the significant directories and their contents.
  15756.  
  15757.  
  15758. DragonCave    A nicely done Sokoban like game for the Amiga.  Features
  15759.         include sound effects, two or three dimensional graphics,
  15760.         100 levels (50 of which can be customized with the built-
  15761.         in editor), undo of up to 1000 preceding steps, transparent
  15762.         copying of data files to ram: for reduced load times, both
  15763.         English and German versions, and more.  Version 1.00,
  15764.         binary only.
  15765.         Author:  Hartmut Stein and Michael Berling
  15766.  
  15767. ==========================  Contents of Disk 396  ==========================
  15768.  
  15769. This is disk 396 of the freely distributable AMIGA software library.
  15770. Below is a listing of the significant directories and their contents.
  15771.  
  15772.  
  15773. ColorCatch    A utility that lets you grab colors from a screen and
  15774.         save them as an executable file.  Version 1.0, includes
  15775.         source in assembler.
  15776.         Author:  Preben Nielsen
  15777.  
  15778. NewLook        A program that changes the system gadgets in all the
  15779.         screens and windows.  Version 1.0, includes source in
  15780.         assembler.
  15781.         Author:  Preben Nielsen
  15782.  
  15783. PBar        An editor to change the pattern in the windows drag bar
  15784.         and save the pattern as an executable file with an icon
  15785.         looking like the pattern.  Version 1.0, includes source
  15786.         in assembler.
  15787.         Author:  Preben Nielsen
  15788.  
  15789. PCalender    A little calender program which lets you look through
  15790.         years and months using the arrow-keys.  Version 1.0,
  15791.         includes source in assembler.
  15792.         Author:  Preben Nielsen
  15793.  
  15794. PClock        A little clock program which shows the time and the
  15795.         available CHIP and FAST memory.  Version 1.0, includes
  15796.         source in assembler.
  15797.         Author:  Preben Nielsen
  15798.  
  15799. PFiler        A very good and small file requester to link onto your
  15800.         own programs.  Version 1.0, includes source in assembler.
  15801.         Author:  Preben Nielsen
  15802.  
  15803. Resident    A resident startup module for Aztec C.  Version 1.0,
  15804.         includes source.
  15805.         Author:  Olaf 'Olsen' Barthel
  15806.  
  15807. RoadRoute    Trip planner program to find "best road route" between
  15808.         any two points of travel.  Features include the user
  15809.         customization of CITIES and ROADS files to suit travel
  15810.         interests and provision for very large city menus and
  15811.         itineraries.  Also includes RoadScan, a checker for
  15812.         RoadRoute files (CITIES and ROADS).  Very large files
  15813.         may contain goofs (cities with no roads, the same road
  15814.         entered twice, etc.), or oddities (direct road not as
  15815.         fast as multipoint).  These are pointed out, together
  15816.         with areas where users might wish to make economies in
  15817.         the data base.  Version 1.6, an update to version 1.5
  15818.         on disk 358, includes source.
  15819.         Author:  Jim Butterfield
  15820.  
  15821. TurboTopaz    Two Text speed up programs like FastFonts.  Allows
  15822.         replacement of the Topaz-80 font from both CLI and
  15823.         WorkBench.  Includes a program to measure to speed of
  15824.         Text speed up programs.  Version 1.0, includes source
  15825.         in assembler.
  15826.         Author:  Preben Nielsen
  15827.  
  15828. ==========================  Contents of Disk 397  ==========================
  15829.  
  15830. This is disk 397 of the freely distributable AMIGA software library.
  15831. Below is a listing of the significant directories and their contents.
  15832.  
  15833.  
  15834. DKBTrace    A complete ray tracer that supports arbitrary quadric
  15835.         surfaces (spheres, ellipsoids, cones, cylinders, planes,
  15836.         etc.), constructive solid geometry, and various shading
  15837.         models (reflection, refraction, marble, wood, and many
  15838.         others).  It also has special case code to handle spheres,
  15839.         planes, triangles, and smooth triangles.  By using these
  15840.         special primitives, the rendering can be done much more
  15841.         quickly than by using the more general quadrics.  This
  15842.         is version 2.0 and includes source in C.
  15843.         Author:  David Buck
  15844.  
  15845. ==========================  Contents of Disk 398  ==========================
  15846.  
  15847. This is disk 398 of the freely distributable AMIGA software library.
  15848. Below is a listing of the significant directories and their contents.
  15849.  
  15850.  
  15851. DClock        A "Dumb Clock" utility that displays the date and time
  15852.         in the Workbench screen title bar.  Includes an ARexx
  15853.         interface.  This is version 1.29, an update to version
  15854.         1.27 on disk 388.  Includes source.
  15855.         Author:  Olaf Barthel
  15856.  
  15857. Formatter    A faster and more user friendly floppy disk formatter
  15858.         that is also an example of how to format Amiga file
  15859.         systems in general and get AmigaDOS to accept them.
  15860.         Formatting without verify takes about 50 seconds,
  15861.         with verify takes about 100 seconds.  Version 2.7,
  15862.         includes source.
  15863.         Author:  Olaf Barthel
  15864.  
  15865. GMC        A console handler with command line editing and function
  15866.         key support.  GMC provides extended command line editing,
  15867.         function key assignment in four levels, extended command
  15868.         line history, online help for functions in the handler,
  15869.         and an iconify function.  Also includes an output buffer
  15870.         (dump to printer and window), filename completer, script
  15871.         function, undo function, prompt beeper, pathname in window
  15872.         title, close gadget for KS 2.0, etc.  This is version 9.6,
  15873.         an update to version 9.2 on disk 387.  Shareware, binary
  15874.         only.
  15875.         Author:  Goetz Mueller
  15876.  
  15877. HunkFunk    A program to "disassemble" any given AmigaDOS hunk file,
  15878.         which includes executables, linker libraries, linker
  15879.         object files, overlayed files, etc.  Written as an exercise
  15880.         by the author to learn a few things about AmigaDOS hunk
  15881.         structures.  Includes source.
  15882.         Author:  Olaf Barthel
  15883.  
  15884. KeyMacro    A keyboard macro program, configurable via a text file,
  15885.         that also supports hotkey program execution.  You can
  15886.         map up to eight functions to each key, including keys
  15887.         such as cursor keys, the return key, etc.  Version 1.6,
  15888.         an update to version 1.4 on disk 354.  Includes source.
  15889.         Author:  Olaf Barthel
  15890.  
  15891. ==========================  Contents of Disk 399  ==========================
  15892.  
  15893. This is disk 399 of the freely distributable AMIGA software library.
  15894. Below is a listing of the significant directories and their contents.
  15895.  
  15896.  
  15897. AutoCLI        A 'PopCLI' type replacement that works with WorkBench 2.0.
  15898.         Also fixes the problem with PopCLI crashing the machine if
  15899.         used on a PAL Amiga to open a CLI window with a vertical
  15900.         size greater than 200 lines.  Other features include an
  15901.         optional Function-key press with the qualifier to execute
  15902.         an S:script file.  Version 1.6, binary only.
  15903.         Author:  Nic Wilson
  15904.  
  15905. CCLib        An implementation of the standard C runtime library, with
  15906.         a few extra goodies thrown in.  Supports a large number of
  15907.         functions including stream I/O, low-level I/O, string,
  15908.         memory, linked list, sorting, time, process control and
  15909.         more.  Version 3.0, includes source and several utility
  15910.         programs.
  15911.         Author:  Robert W. Albrecht
  15912.  
  15913. PrettyWindows    Three different C routines to add various borders inside
  15914.         of windows.  Includes source and a demo.
  15915.         Author:  Thom Robertson
  15916.  
  15917. TrackDisplay    A simple program that continuously monitors and displays
  15918.         the current track for each floppy disk.  Includes source.
  15919.         Author:  Olaf Barthel
  15920. ==========================  Contents of Disk 400  ==========================
  15921.  
  15922. This is disk 400 of the freely distributable AMIGA software library.
  15923. Below is a listing of the significant directories and their contents.
  15924.  
  15925.  
  15926. DriveWars    DriveWars is a Shareware shoot'em up game that pits
  15927.         you, df0: or df1:, against a computer virus that is
  15928.         about to destroy all U.S. records of Iraq's positions
  15929.         during operation Desert Shield.  In version 1.0, you
  15930.         must fly df0: through the computers and destroy all
  15931.         contaminated chips and disks.
  15932.         Author:  Joe Angell
  15933.  
  15934. ParNet        The Software Distillery's NET: file system using Matt
  15935.         Dillon's parallel port code.  Using a special DB25 cable,
  15936.         two Amigas can be connected via the parallel port.  One
  15937.         Amiga can mount the other as a device and read/write the
  15938.         files as if they were local.  Version 2.4, binary only.
  15939.         Author:  Doug Walker, John Toebes, Matt Dillon
  15940.  
  15941. ReqLib        A runtime, reentrant library designed to make it easier
  15942.         for programmers to use powerful, easy to use requesters,
  15943.         for communicating with users.  Includes such functions
  15944.         as a color requester, file requester, message display 
  15945.         requester and many functions to make the creation of gadgets
  15946.         for your own custom requesters easier.  Binary only.
  15947.         Author:  Colin Fox and Bruce Dawson
  15948.  
  15949. SetCPU        A program designed to allow the user to detect and modify
  15950.         various parameters related to 32 bit CPUs.  Includes
  15951.         commands to enable or disable the text/data caches,
  15952.         switch on or off the '030 burst cache line fill request,
  15953.         use the MMU to run a ROM image from 32-bit memory, and
  15954.         to report various parameters when called from a script.
  15955.         This is version 1.60, an update to version 1.5 on disk 223.
  15956.         Includes source.
  15957.         Author:  Dave Haynie
  15958.  
  15959. SF2        File search utility.  Default searching starts from the
  15960.         root directory of the specified device and descends down
  15961.         into its subdirectories.  Searching includes looking into
  15962.         archive files generated by various compression utilities.
  15963.         Archive files ending with a .ARC, .LHZ, .ZIP and .ZOO
  15964.         are currently supported.  Lots of command line options.
  15965.         Requires ARP 1.3 (rev. 39.1).  Version 2.0, binary only,
  15966.         shareware.
  15967.         Author:  Andrea Suatoni
  15968.  
  15969. ==========================  Contents of Disk 401  ==========================
  15970.  
  15971. This is disk 401 of the freely distributable AMIGA software library.
  15972. Below is a listing of the significant directories and their contents.
  15973.  
  15974.  
  15975. CrcLists    Complete CRC check files for disks 001-400 using the brik
  15976.         program.  These were made directly from my master disks.
  15977.         This is an update to the lists on disk 293.
  15978.         Author:  Fred Fish
  15979.  
  15980. HappySong    A song created using the freely distributable program
  15981.                 MED V.2.10.  Player program included.
  15982.         Author:  Alex Van Starrex
  15983.  
  15984. ==========================  Contents of Disk 402  ==========================
  15985.  
  15986. This is disk 402 of the freely distributable AMIGA software library.
  15987. Below is a listing of the significant directories and their contents.
  15988.  
  15989.  
  15990. ADoc            A freely redistributable help utility for the Amiga.
  15991.                 Allows you to have permanent help on any subject you want.
  15992.                 Major feature is automatic searching of the word on which
  15993.                 you clicked.  Includes a 50 Kb help file (French only) on
  15994.         all Intuition and Dos function calls.  This is version
  15995.         3.10, binary only, French and English versions.
  15996.         Author:  Denis GOUNELLE
  15997.  
  15998. APrf            A freely redistributable printing utility for the Amiga.
  15999.                 Major features are full Intuition interface, preview
  16000.                 function, page selection, margins setup, line numbering,
  16001.                 and more.  This is version 2.62, binary only, French and
  16002.         English versions.
  16003.                 Author:  Denis GOUNELLE.
  16004.  
  16005. Pcopy        An intuition based disk copier for AmigaDOS disks featuring
  16006.         high speed diskcopy with write verify, data recovery from
  16007.         damaged tracks, full multitasking compatibility, and a user
  16008.         friendly interface.  This is version 2.12, an update to
  16009.         version 2.11 on disk 383, with new data recovery routines
  16010.         and some bug fixes.  Binary only.
  16011.         Author:  Dirk Reisig
  16012.  
  16013. PLW        Phone-Line-Watcher.  For users of Hayes compatible modems.
  16014.         Monitors the serial port and records all incoming calls.
  16015.         Allows a remote user to login, receive and leave a message,
  16016.         and transfer files via Zmodem in either direction.  Two
  16017.         level DOS access, disabled DOS requestors and more.  This
  16018.         is version 3.0, an update to version 2.8 on disk 372.  New
  16019.         features include the ability to define external programs
  16020.         as menu options that can be executed by the remote user.
  16021.         Shareware, binary only.
  16022.         Author:  Christian Fries
  16023.  
  16024. PrintStudio    Very nice intuition based general purpose print utility
  16025.         that prints text with a variety of options.  Prints
  16026.         several graphic formats with yet more options.  Print any
  16027.         part of a picture, print screens and windows, save screens
  16028.         and windows as IFF files, modify color palettes, change
  16029.         printing parameters and lots more!  This is version 1.25,
  16030.         an update to version 1.2 on disk 366.  Shareware, binary
  16031.         only.
  16032.         Author:  Andreas Krebs
  16033.  
  16034. StdFile        A module that can be linked with any Intuition based
  16035.         program to provide a standard file requestor similar to
  16036.         the one in AmigaDOS 2.0.  Even if you use the standard
  16037.         requestor under 2.0, it is useful to have one available
  16038.         for use if you need to run on pre-2.0 systems.  Includes
  16039.         source.
  16040.         Author:  Jeff Lydiatt and Peter da Silva
  16041.  
  16042. ==========================  Contents of Disk 403  ==========================
  16043.  
  16044. This is disk 403 of the freely distributable AMIGA software library.
  16045. Below is a listing of the significant directories and their contents.
  16046.  
  16047.  
  16048. FixDisk        A program to recover as much as possible from a defective
  16049.         disk.  It can sometimes recover damaged (unreadable)
  16050.         tracks, check file integrity, check the directory
  16051.         structure, undelete files, copy or show files, fix
  16052.         corrupted directory pointers, etc.  Full intuition
  16053.         interface.  This is version 1.2, an update to version
  16054.         1.0 on disk 223.  Binary only.
  16055.         Author:  Werner Guenther
  16056.  
  16057. KawaiEditor    A Kawai K4 editor (apparently some kind of midi
  16058.         based music synthesizer).  Version 1.0, shareware,
  16059.         binary only.
  16060.         Author:  Jan Saucke
  16061.  
  16062. NiftyTerm    NiftyTerm is an h19/VT102/VT52 emulator for the Amiga.
  16063.         It was originally designed to be used with DNet, but it
  16064.         has been expanded so that it may be used as a normal
  16065.         terminal emulator.  Niftyterm was designed to be a good
  16066.         emulation of these terminals, as well as being fairly
  16067.         small and fast.  Version 1.0, binary only, source available
  16068.         from authors.
  16069.         Author:  Christopher Newman, Todd Williamson
  16070.  
  16071. PokerDemo    Demo version of some Solitaire card games from UnSane
  16072.         Creations.  Includes "Accordion", "Calculation", "Poker
  16073.         Solitaire", and "SeaHaven Towers".  Binary only.
  16074.         Author:  Steve Francis
  16075.  
  16076. RexxHostLib    This is a shared library package to simplify the ARexx
  16077.         host creation/management procedure.  Rexx-message
  16078.         parsing is also included making it possible to control
  16079.         ARexx from programs such as AmigaBASIC (can you
  16080.         imagine AmigaBASIC controlling AmigaTeX?).  This is
  16081.         version 36.14, an update to version 34.12 on disk 355.
  16082.         Differences include a few bug fixes and new functions.
  16083.         Includes source.
  16084.         Author:  Olaf Barthel
  16085.  
  16086. ==========================  Contents of Disk 404  ==========================
  16087.  
  16088. This is disk 404 of the freely distributable AMIGA software library.
  16089. Below is a listing of the significant directories and their contents.
  16090.  
  16091. LHArc        An archive program like Arc and Zoo, with a heavy emphasis
  16092.         maximum compression for minimum archive size, using LZHUF
  16093.         compression.  This is version 1.30, an update to version
  16094.         1.21 on disk 383.  Binary only.
  16095.         Author:  Paolo Zibetti
  16096.  
  16097. NGTC        Release One of a trivia game based on "Star Trek: The Next
  16098.         Generation" TV series.  Contains over 500 questions on
  16099.         Season One of the series with over 50 audio/video clues.
  16100.         This disk contains the game module and part 1 of the
  16101.         Trivia Database.  You MUST have disk 405 which contains the
  16102.         rest of the Trivia Database and the required player program.
  16103.         Created with The Director.  Binary only.
  16104.         Author:  Gregory Epley
  16105.  
  16106. ==========================  Contents of Disk 405  ==========================
  16107.  
  16108. This is disk 405 of the freely distributable AMIGA software library.
  16109. Below is a listing of the significant directories and their contents.
  16110.  
  16111.  
  16112. GIFMachine    A program that will convert CompuServe GIF image files
  16113.         into IFF SHAM and 24bit ILBMs.  It offers a number of
  16114.         extra options like dithering, horizontal and vertical
  16115.         flip, as well as automatic border removal.  Requires
  16116.         KickStart version 2.0 or greater to run.  Version 2.104,
  16117.         includes source.
  16118.         Author:  Christopher Wichura
  16119.  
  16120. NGTC        Release One of a trivia game based on "Star Trek: The Next
  16121.         Generation" TV series.  Contains over 500 questions on
  16122.         Season One of the series with over 50 audio/video clues.
  16123.         This disk contains part 2 of the Trivia Database and the
  16124.         "Projector" player.  You MUST have disk 404 which contains
  16125.         the rest of the Trivia Database and the game module.
  16126.         Created with The Director.  Binary only.
  16127.         Author:  Gregory Epley
  16128.  
  16129. ==========================  Contents of Disk 406  ==========================
  16130.  
  16131. This is disk 406 of the freely distributable AMIGA software library.
  16132. Below is a listing of the significant directories and their contents.
  16133.  
  16134.  
  16135. ATCopy        A program to copy files from the Amiga side of a system
  16136.         equipped with a PC/AT bridgeboard, to the PC side, using
  16137.         wildcards.  Copies directly through the shared memory.
  16138.         Supports CLI and WorkBench usage.  Version 2.0, shareware,
  16139.         binary only.
  16140.         Author:  Peter Vorwerk
  16141.  
  16142. DirWork        A fast small simple efficent shareware DirUtility that
  16143.         gets directories off floppies in about half the normal
  16144.         time.  Configurable options and buttons, as well as all
  16145.         the usual features.  This is Version 1.12, an update to
  16146.         the one on disk 328.  Binary only.
  16147.         Author:  Chris Hames
  16148.  
  16149. DMS        DISK-Masher is a utility that allows users to compress and
  16150.         archive entire floppy disks.  Offers four different types
  16151.         of compression, extended virus checking of boot blocks,
  16152.         and data encryption.  Requires at least 512K of memory.
  16153.         This is version 1.01, binary only.
  16154.         Author:  SDS Software
  16155.  
  16156. GnuAwk        GNU awk is the GNU Project's implementation of the AWK
  16157.         programming language.  It conforms to the definition
  16158.         and description of the language in The AWK Programming
  16159.         Language, by Aho, Kernighan, and Weinberger, with the
  16160.         additional features defined in the System V Release 4
  16161.         version of UNIX awk.  Version 2.10 beta, includes source.
  16162.         Author:  Paul Rubin, Jay Fenlason, Arnold Robbins, et al.
  16163.  
  16164. GnuGrep        The grep program from the GNU project.  Replaces grep
  16165.         fgrep, egrep, and bmgrep.  This is an update to version
  16166.         1.5 on disk 295 and now handles AmigaDOS style wildcard
  16167.         specifications.  Includes source.
  16168.         Author:  Many (see README file)
  16169.  
  16170. MadBlanker    A cute screen blanker that bounces a transparent rectangle
  16171.         around on the screen, like a theater spotlight, with
  16172.         configurable options which include size and whether or not
  16173.         you want the rectangle to change size.  Version 2.0,
  16174.         includes source.
  16175.         Author: K. Mardam-Bey
  16176.  
  16177. ==========================  Contents of Disk 407  ==========================
  16178.  
  16179. This is disk 407 of the freely distributable AMIGA software library.
  16180. Below is a listing of the significant directories and their contents.
  16181.  
  16182.  
  16183. DMouse        A versatile screen & mouse blanker, auto window activator,
  16184.         mouse accelerator, popcli, pop window to front, push
  16185.         window to back, etc, widget.  This is DMouse version 1.24,
  16186.         an update to version 1.20 on disk 258.  Includes source.
  16187.         Author:  Matt Dillon
  16188.  
  16189. Flex        Flex is a replacement for the UNIX "lex" (lexical
  16190.         analyzer generator) program that is faster than
  16191.         lex, and freely redistributable.  This is version 2.3,
  16192.         an update to the version on disk 156.  Includes source.
  16193.         Authors:  Jef Poskanzer, Vern Paxson, William Loftus,
  16194.               et. al.
  16195.  
  16196. WonderSound    Wondersound is an additive harmonic instrument design
  16197.         tool with a separate envelope design window and 16
  16198.         relative harmonic strength and phase angle controls.
  16199.         Version 1.4, binary only.
  16200.         Author:  Jeffrey Harrington
  16201.  
  16202. ==========================  Contents of Disk 408  ==========================
  16203.  
  16204. This is disk 408 of the freely distributable AMIGA software library.
  16205. Below is a listing of the significant directories and their contents.
  16206.  
  16207.  
  16208. DCmd        A utility that monitors a CLI's console IO and copies it
  16209.         to a user specified file.  The console IO is unaffected
  16210.         by this monitoring.  Version 1.00, includes source.
  16211.         Author:  Matthew Dillon
  16212.  
  16213. KickDate    Saves and retrieves the current system date stamp to
  16214.         the first sector of the kickstart disk.  This is handy
  16215.         for A1000 users with autobooting hard drives, since it
  16216.         can save the system time across system resets and power
  16217.         cycles.  Version 1.0, includes source.
  16218.         Author:  Joe Porkka
  16219.  
  16220. MoniDie        A cute little "screen hack".  Be sure to turn up the
  16221.         sound.  Binary only, source available from author.
  16222.         Author:  David Donley
  16223.  
  16224. Post        An excellent PostScript interpreter for the Amiga which
  16225.         supports the full Adobe language and type 1 PostScript
  16226.         fonts.  Includes Charter font in Roman, Italic, Bold, and
  16227.         Bold-Italic, and Courier font in Roman, Roman-Oblique,
  16228.         Bold, and Bold-Oblique.  Requires Arp library V39+ and
  16229.         ConMan V1.3+.  Version 1.3, includes source in C.
  16230.         Author:  Adrian Aylward
  16231.  
  16232. ==========================  Contents of Disk 409  ==========================
  16233.  
  16234. This is disk 409 of the freely distributable AMIGA software library.
  16235. Below is a listing of the significant directories and their contents.
  16236.  
  16237.  
  16238. Trek        An excellent shareware Star Trek game.  The object of
  16239.         the game is to stay alive, healthy, and maintain the
  16240.         Enterprise in good condition.  As Captain of the ship,
  16241.         you must go on missions where you show your common sense
  16242.         and level headedness.  An overly cautious Captain will
  16243.         loose his ship as well as a careless or irrational
  16244.         Captain.  This distribution unpacks into two almost
  16245.         full disks.  Version 1.0, binary only.
  16246.         Author:  Tobias Richter
  16247. ==========================  Contents of Disk 410  ==========================
  16248.  
  16249. This is disk 410 of the freely distributable AMIGA software library.
  16250. Below is a listing of the significant directories and their contents.
  16251.  
  16252.  
  16253. MechFight    A role playing game where you explore a world, buy or
  16254.         find items, and fight against robots and aliens.  During
  16255.         the game you are asked to perform certain tasks.  This
  16256.         is version 1.0, binary only.
  16257.         Author:  Florian Marquardt
  16258.  
  16259. Vlt        VLT is both a VT100 emulator and a Tektronix (4014 plus
  16260.         subset of 4105) emulator, currently in use at SLAC
  16261.         (Stanford Linear Accelerator Center).  Although the VT100
  16262.         part was originally based on Dave Wecker et al.'s VT100,
  16263.         many enhancements were made.  Features include use of ARP,
  16264.         an ARexx port, XMODEM 1K/CRC and Kermit protocols, support
  16265.         for additional serial ports, external file transfer protocols
  16266.         (XPR), a "chat" mode, and scrollback/review/history buffer.
  16267.         It comes in two versions, one with Tektronix emulation, and
  16268.         one without.  The Tektronix emulation allows saving IFF files,
  16269.         PostScript files, and printing bitmaps to the printer.  This
  16270.         is version 4.846, an update to version 4.428 on disk 308.
  16271.         Binary only.
  16272.         Author:  Willy Langeveld
  16273.  
  16274. ==========================  Contents of Disk 411  ==========================
  16275.  
  16276. This is disk 411 of the freely distributable AMIGA software library.
  16277. Below is a listing of the significant directories and their contents.
  16278.  
  16279.  
  16280. BPDI        Demo version of a new strategy game written in GFA-BASIC.
  16281.         German version only.  Binary only.
  16282.         Author:  Dirk Hasse
  16283.  
  16284. DiskPrint    Prints labels for 3.5" disks, primarily for PD library
  16285.         disks.  Label data files can be loaded into memory so
  16286.         labels for special disks are available without having to
  16287.         type anything in or without having to wait for AmigaDOS
  16288.         to read in the full directory.  Version 2.3e, shareware,
  16289.         binary only.
  16290.         Author:  Jan Geissler
  16291.  
  16292. Mind        A design for artificial intelligence (AI) based upon
  16293.         linguistics.  The included animation shows how one node
  16294.         on a syntax tree flushes out the currently active concept
  16295.         in a mind contemplating a scene of the external world
  16296.         through the eye.  Includes five documents describing the
  16297.         theory behind the animation.
  16298.         Author:  Arthur Murray
  16299.  
  16300. PCStatus    Bridgeboard user's program that displays the status of the
  16301.         CAPS, NUM, INS, and SCROLL key in a separate window on
  16302.         every PC screen.  Also, both the Amiga and the PC will
  16303.         use the same status of the Caps Lock key.  Version 2.0,
  16304.         shareware, binary only.
  16305.         Author:  Alexander Hagen
  16306.  
  16307. Tron        Another game about the lightcycle race sequence in the 
  16308.         science fiction computer film "Tron".  One or two players
  16309.         and other options.  Written in GFA-BASIC and then com-
  16310.         piled.  This is version 1.23, an update to version 1.1
  16311.         on disk 355.  Now includes source in GFA-BASIC.
  16312.         Author:  Dirk Hasse
  16313.  
  16314. ==========================  Contents of Disk 412  ==========================
  16315.  
  16316. This is disk 412 of the freely distributable AMIGA software library.
  16317. Below is a listing of the significant directories and their contents.
  16318.  
  16319.  
  16320. AutoAddRAM     Allows you to add several non-autoconfig memory boards
  16321.         at once, optionally specifying priority and memory chunk
  16322.         name.  This is version 2.03, binary only.
  16323.         Author:  Jonathan Potter
  16324.  
  16325. Check4Mem    Allows you to check from a batch file for a specified
  16326.         amount of memory with certain attributes.  If the
  16327.         requirements are not met, a WARN returncode is generated.
  16328.         This is version 3, an update to the version on disk 242.
  16329.         Binary only.
  16330.         Author:  Jonathan Potter
  16331.  
  16332. CopperBars     A simple but pretty demo of some rolling copper bars.
  16333.         Author:  Jonathan Potter
  16334.  
  16335. CopperMaster     This program allows you to easily create your own custom
  16336.         copper lists for the Workbench screen.
  16337.         Author:  Jonathan Potter
  16338.  
  16339. CustReq        A glorified ASK command for your startup-sequence.  It
  16340.         generates a requester with the specified text, positive
  16341.         and negative gadgets (either of which can be the default),
  16342.         and an optional timeout value.  This is version 4, an
  16343.         update to the version on disk 242, binary only.
  16344.         Author:  Jonathan Potter
  16345.  
  16346. DirectoryOpus    A slightly disabled demonstration version of a powerful
  16347.         commercial directory utility.  Very user friendly and
  16348.         configurable, with many features.  Binary only.
  16349.         Author:  Jonathan Potter
  16350.  
  16351. FAClock     Front Analog Clock.  This clock program always stays at
  16352.         the very front of the display.  Binary only.
  16353.         Author:  Jonathan Potter
  16354.  
  16355. FullView    A text viewer that uses gadgets at the bottom of the screen
  16356.         (thus can display text 80 columns wide), opens up to the
  16357.         full height of the Workbench screen, has fast scrolling, and
  16358.         can work with files compressed by PowerPacker.  Also shows
  16359.         IFF pictures.  This is version 2.02, an update to version
  16360.         1.1 on disk 287, binary only.
  16361.         Author:  Jonathan Potter
  16362.  
  16363. Image-Ed    An icon editor that allows you to draw and edit images up
  16364.         to 150 by 90, in up to 16 colors.  Allows freehand drawing,
  16365.         empty or filled rectangles, ellipses, triangles, lines
  16366.         curves, and polygons, copy, flip about x or y axis,
  16367.         stretching and condensing, flood fill and complement,
  16368.         text with selection and loading of font style, undo,
  16369.         magnified and normal sized images, and two active drawing
  16370.         screens at once.  This is version 2.4, an update to version
  16371.         2.2 on disk 242.  Shareware, binary only, source available
  16372.         from author.
  16373.         Author:  Jonathan Potter
  16374.  
  16375. JoyMouse     A simple program that allows you to use a joystick as a
  16376.         mouse.  Binary only.
  16377.         Author:  Jonathan Potter
  16378.  
  16379. JPDirUtil    A directory-utilities type program with many built-in
  16380.         commands, and 16 customizable gadgets.  User configurable
  16381.         in many ways.  Can be iconified to Workbench screen.  This
  16382.         is version 1.12, an update to version 1.11 on disk 287.
  16383.         Binary only.
  16384.         Author:  Jonathan Potter
  16385.  
  16386. NoReq        A very short program that alternately turns on and off the
  16387.         DOS requesters.  Useful for bulletin boards or other systems
  16388.         that may be unattended for long periods of time. Includes
  16389.         source in assembly.
  16390.         Author:  Jonathan Potter
  16391.  
  16392. OSK        A software keyboard, which allows you to type using the
  16393.         mouse.  Can be made to send keystrokes to any window, and
  16394.         can be iconified.  This is version 1.2, an update to the
  16395.         version on disk 287.  Binary only.
  16396.         Author:  Jonathan Potter
  16397.  
  16398. PopInfo        A small utility which "pops open" to give you information
  16399.         about the status of your devices and memory.  This is
  16400.         version 4.0, an update to version 3.0 on disk 242.  Binary
  16401.         only.
  16402.         Author:  Jonathan Potter
  16403.  
  16404. SuperPlay     A versatile sound playing utility, that will play any file,
  16405.         with user definable volume and speed.  Will also play files
  16406.         randomly from a list.  Binary only.
  16407.         Author:  Jonathan Potter
  16408.  
  16409. SwapName     A variant on the "rename" command that instead swaps the
  16410.         names of two files.  Binary only.
  16411.         Author:  Jonathan Potter
  16412.  
  16413. TicTacToe     A simple TicTacToe game.  Binary only.
  16414.         Author:  Jonathan Potter
  16415.  
  16416. ZeroVirus    A fully integrated virus checker and killer, with bootblock
  16417.         save and restore features.  Finds both bootblock and file
  16418.         based viruses.  Uses Brainfiles to recognise viruses, and
  16419.         has "on-line" Brainfile editing facilities.  Can be iconified
  16420.         to Workbench screen.  This is version III 1.15, an update to
  16421.         version 2.01 on disk 287.  Binary only.
  16422.         Author:  Jonathan Potter
  16423.  
  16424. ==========================  Contents of Disk 413  ==========================
  16425.  
  16426. This is disk 413 of the freely distributable AMIGA software library.
  16427. Below is a listing of the significant directories and their contents.
  16428.  
  16429.  
  16430. Aerotoons    Animations with anthropomorphed aircraft as the center
  16431.         of their humor.  Includes "Swiss Army F-16 In Combat"
  16432.         and "Stealthy Manuever II".
  16433.         Author:  Eric Schwartz
  16434.  
  16435. Juggette    Some cute "juggler" animations from Eric Schwartz.
  16436.         Includes "Juggette Anim", "Juggette_2", and "Juggler
  16437.         Demo 2".
  16438.         Author:  Eric Schwartz
  16439.  
  16440. ==========================  Contents of Disk 414  ==========================
  16441.  
  16442. This is disk 414 of the freely distributable AMIGA software library.
  16443. Below is a listing of the significant directories and their contents.
  16444.  
  16445.  
  16446. Anims        Some more cute animations from Eric Schwartz.  Includes
  16447.         "Batman", "LateNight", and "Terminal".
  16448.         Author:  Eric Schwartz
  16449.  
  16450. Din        A library that allows you to share image and text objects
  16451.         between programs.  The din.library is ideal if you want
  16452.         to write an editor and a DTP program that can share text,
  16453.         or a drawing program and a DTP program that can share a
  16454.         brush.  Requires AmigaDOS 2.0.  This is version 1.0, some
  16455.         source included.
  16456.         Author:  Jorrit Tyberghein
  16457.  
  16458. Lila        A shareware utility that allows you to print listings or
  16459.         other text files on Postscript printers, with header,
  16460.         page numbers, and multicolumn pages.  Can print in portrait
  16461.         or landscape orientation.  This is version 9004b, an update
  16462.         to version 8912a on disk 368, binary only.
  16463.         Author:  Bertrand Gros
  16464.  
  16465. PPAnim        An anim player for normal IFF ANIM opt 5 (DPaint III,...)
  16466.         files or ANIM files crunched with PowerPacker.  The
  16467.         decrunching is done automatically as the file is read.
  16468.         Features many command line options, palette change during
  16469.         animation, full overscan PAL/NTSC support and yet it is
  16470.         only 7K.  Compatible with AmigaOS 2.0.  Some new 2.0
  16471.         features (ASL requester) supported.  Version 1.0, binary
  16472.         only.
  16473.         Author:  Nico Francois
  16474.  
  16475. PPLib        A shared library to make life easy for people who wish to
  16476.         write programs that support PowerPacker.  Loading crunched
  16477.         files from C or assembly is made fast, short and easy.
  16478.         This is version 34.2, an update to version 34.1 on disk
  16479.         371, and fixes a relatively serious bug.  Library binary
  16480.         only, source examples included.
  16481.         Author:  Nico Francois
  16482.  
  16483. Wrap        A program to wrap a Sculpt-Animate 4D image around a
  16484.         sphere or cylinder.  You can even use reliefed surfaces
  16485.         to construct planetary objects or other textured shapes.
  16486.         Version 1.32, shareware, binary only.
  16487.         Author:  Martin Koistinen
  16488.  
  16489. ==========================  Contents of Disk 415  ==========================
  16490.  
  16491. This is disk 415 of the freely distributable AMIGA software library.
  16492. Below is a listing of the significant directories and their contents.
  16493.  
  16494.  
  16495. CBBS        A W0RLI-like BBS system for use in amateur radio.
  16496.         Originally written for IBM-PC compatibles, it was ported
  16497.         to the Amiga by Pete Hardie.  This is version 6.71a, an
  16498.         update to Version 6.1c on disk 241.  Binary only, source
  16499.         available from Pete Hardie.
  16500.         Authors:  Hank Oredson, the CBBS group, Pete Hardie
  16501.  
  16502. FileTypes    This program can recognize different kinds of files in a
  16503.         directory.  Currently recognized types are executable and
  16504.         IFF (all types, ILBM, 8SVX etc.).  Includes listing the
  16505.         whole contents of a directory or only files of one or more
  16506.         types. This is version 2.1, and includes assembly source.
  16507.         Author: Sebastian Leske
  16508.  
  16509. Uedit        A nice shareware editor with learn mode, a command
  16510.         language, menu customization, hypertext, online help,
  16511.         a teach mode, split windows, copy and paste, undo,
  16512.         and other user configurability and customizability
  16513.         features.  This is version 2.6c, an update to version
  16514.         2.5d on disk 287.  Binary only.
  16515.         Author:  Rick Stiles
  16516.  
  16517. ==========================  Contents of Disk 416  ==========================
  16518.  
  16519. This is disk 416 of the freely distributable AMIGA software library.
  16520. Below is a listing of the significant directories and their contents.
  16521.  
  16522.  
  16523. Budget        A program to help with managing personal finances.
  16524.         Version 1.301, binary only.
  16525.         Author:  Le Lay Serge Camille
  16526.  
  16527. Clock        Two programs to put clocks on the WB screen.  The
  16528.         executables are small (2Kb) and take little processor
  16529.         time (1.5%) to run.  Version 1.4.  Both programs
  16530.         require ARP.  Source in C is included.
  16531.         Author:  Stuart Mitchell
  16532.  
  16533. Intoxicated    A nice little screen hack which affects the mouse.
  16534.         Saying any more would spoil the fun.  Includes source.
  16535.         Author:  Thomas Albers
  16536.  
  16537. Quantizer    FLCLQ color quantizer which converts 24 bit true color
  16538.         images into 256, or less, color images.  Uses a fairly
  16539.         sophisticated algorithm, mixing median-cut, popularity,
  16540.         and a custom algorithm.  Includes a version for Amiga's
  16541.         with a math coprocessor.  Version 1.0, shareware,
  16542.         binary only.
  16543.         Author:  Christophe Labouisse and Frederic Louguet
  16544.  
  16545. SoundEditor    An 8SVX stereo sound file editor written in assembly
  16546.         language for speed and minimum size.  This is V.98,
  16547.         an update to V.80 on disk 355.  Many new features
  16548.         including a working digitizer, raw loads, raw mac
  16549.         loads, time markers, rate converters, delay, ramp,
  16550.         filters, scroll, and it will iconify.  Binary only.
  16551.         Authors:  Howard Dortch, Mike Coriell, Matt Gerald
  16552.  
  16553. Utils        A group of small utility programs requiring ARP.  "Du"
  16554.         displays the disk space used by a directory, "Head"
  16555.         displays the first lines of a file and "Cookie" displays
  16556.         a humorous message.  All executables are very small
  16557.         (less than one disk block each).  Assembly source is
  16558.         included.
  16559.         Author:  Stuart Mitchell
  16560.  
  16561. WTF        WTF (Window To Front) is a little hack which brings a
  16562.         window to the front when double-clicked.  Includes source.
  16563.         Author:  Thomas Albers
  16564.  
  16565. ==========================  Contents of Disk 417  ==========================
  16566.  
  16567. This is disk 417 of the freely distributable AMIGA software library.
  16568. Below is a listing of the significant directories and their contents.
  16569.  
  16570.  
  16571. Alert        Program to create custom alert boxes and standalone
  16572.         programs to display them.  Each alert can be up to 7 lines
  16573.         of up to 77 characters per line.  Version 3.6, shareware,
  16574.         binary only.
  16575.         Author:  Thomas Jansen
  16576.  
  16577. Coyote        Another cute animation from Eric Schwartz.  This one is
  16578.         "Coyote 2: The Road Test", Eric's tribute to Chuck Jones.
  16579.         Has the typical Roadrunner and Coyote mayhem.
  16580.         Author:  Eric Schwartz
  16581.  
  16582. DataEasy    A database program which includes a phone dialer, speech
  16583.         output, a simple screen editor for making and modifying
  16584.         the database definitions, a screen print function, form
  16585.         letter printing, sorting, searching, and two small sample
  16586.         databases.  Version 1.1, binary only, source available
  16587.         from author.
  16588.         Author:  J. Dale Holt
  16589.  
  16590. MemLook        Gives a graphical view of your machine's entire memory
  16591.         area.  Features memory gauge and controllable scrolling
  16592.         speed via the cursor keys.  Version 2.0, an update to
  16593.         version 1.1B on disk 364.  Includes source in assembly.
  16594.         Author:  Thomas Jansen
  16595.  
  16596. MostCurrent    Two programs that are to be used with B. Lennart Olsson's
  16597.         Aquarium program.  The first program creates a new button
  16598.         called "Most Current".  The second program updates the
  16599.         index file so that the "Most Current" button is set for
  16600.         all entries that are the most current versions of their
  16601.         set.  Version 1.0, includes source in C.
  16602.         Author:  Peter A. Phelps
  16603.  
  16604. Quiz        A simple Quiz game.  Current quiz subjects include "Bible",
  16605.         "Indians", "New England", "Physics", and "States".  Binary
  16606.         only.
  16607.         Author:  J. Dale Holt
  16608.  
  16609. WBGauge        A utility to patch AmigaOS 2.0 to bring back the little
  16610.         gauge in the left border of disk windows, showing the ratio
  16611.         of available space on the disk.  Version 1.0, binary only.
  16612.         Author:  Jean-Michel Forgeas
  16613.  
  16614. WhatIs        A neat little utility which not only recognizes a wide
  16615.         variety of file types (executables, IFF, icons, zoo files,
  16616.         etc), but prints interesting information about the structure
  16617.         or contents of the recognized file types, such as what
  16618.         libraries, devices, resources, fonts, etc. a program uses.
  16619.         This is version 2.0, an update to version 1.2a on disk 334,
  16620.         and is for AmigaDOS 2.0 only.  Binary only.
  16621.         Author:  Jorrit Tyberghein
  16622.  
  16623. ==========================  Contents of Disk 418  ==========================
  16624.  
  16625. This is disk 418 of the freely distributable AMIGA software library.
  16626. Below is a listing of the significant directories and their contents.
  16627.  
  16628.  
  16629. AtMovies    Another of Eric's cute animations, this one starring
  16630.         his cartoon creation "Amy the Squirrel" and her boyfriend
  16631.         in some hijinks at the movies.
  16632.         Author:  Eric Schwartz
  16633.  
  16634. BootCACHE    Utility to turn off the 68020/68030 instruction and data
  16635.         caches upon rebooting.  This improves chances of old
  16636.         programs (especially games) working on Amigas with one
  16637.         of these processors (e.g. the A3000).  Version 1.0,
  16638.         includes source in assembly.
  16639.         Author:  Nico Francois
  16640.  
  16641. LJP        A program to print text files on an HP LaserJet printer.
  16642.         Supports landscape or portrait modes, use of any built-in
  16643.         font, automatic downloading of soft fonts, extremely fast
  16644.         printing, one or two logical pages on a single paper,
  16645.         multiple styles of page headers, adjustable page length
  16646.         and width, user specified pitch and point of a font,
  16647.         selectable margins and tab spacing, multiple copies,
  16648.         optional line numbers, and more.  Version 1.01, binary
  16649.         only.
  16650.         Author:  Khalid Aldoseri
  16651.  
  16652. ModulaDefs    Implementation and Definition modules for the Amiga's
  16653.         Graphics, Intuition, and Math libraries, to be used with
  16654.         the Modula 2 compiler from disk 24.  Includes a source
  16655.         example of using the modules.  Binary only for the rest
  16656.         of the distribution.
  16657.         Author:  Jonas Green
  16658.  
  16659. PSX        A public screen manager for AmigaDOS 2.0.  Lets you open,
  16660.         manipulate, and close public screens, set the global
  16661.         public screen bits, and provides a good example of using
  16662.         GadTools and ReadArgs.  Includes source.
  16663.         Author:  Steve Tibbett
  16664.  
  16665. PubScreens    Two utilities to manipulate public screens.  You can open
  16666.         and close them, or ask for information.  PublicS is the
  16667.         workbench version of PubScreen.  AmigaDOS 2.0 only. This
  16668.         is version 1.0, binary only.
  16669.         Author:  Jorrit Tyberghein
  16670.  
  16671. Running        A classical maze and puzzle game.  You run around in a
  16672.         maze and try to catch the ghosts or spiders.  It is
  16673.         completely multitasking friendly and compatible with
  16674.         AmigaDOS 1.2/1.3 and 2.0.  You can design your own levels.
  16675.         Binary only.
  16676.         Author:  Jorrit Tyberghein
  16677.  
  16678. ScreenX        A program designed to make getting at screens easier,
  16679.         particularly screens that are lost behind other screens
  16680.         that don't give you depth gadgets.  You can pop them to
  16681.         the front, push them to the back, save the screen to an
  16682.         IFF file, print it, and even try to close it.  This is
  16683.         version 3.0, an update to version 2.1 on disk 158.
  16684.         Binary only.
  16685.         Author:  Steve Tibbett
  16686.  
  16687. ==========================  Contents of Disk 419  ==========================
  16688.  
  16689. This is disk 419 of the freely distributable AMIGA software library.
  16690. Below is a listing of the significant directories and their contents.
  16691.  
  16692.  
  16693. ParM        Parameterable Menu.  ParM allows you to build menus to
  16694.         run whatever program you have on a disk.  ParM can run
  16695.         programs either in workbench or CLI mode.  This is an
  16696.         alternative to MyMenu which can run only when WorkBench
  16697.         is loaded.  ParM can have it's own little window, or can
  16698.         attach menus to the CLI window you are running it from.
  16699.         This is version 2.5r, an update to version 1.1 on disk
  16700.         375.  Includes source.
  16701.         Author:  Sylvain Rougier and Pierre Carrette
  16702.  
  16703. ReqAztec    An enhanced version of the interface to req.library for
  16704.         Aztec C 5.0.  Includes source in assembly.
  16705.         Author:  Pierre Carrette.
  16706.  
  16707. ReqLib        A runtime, reentrant library designed to make it easier
  16708.         for programmers to use powerful, easy to use requesters,
  16709.         for communicating with users.  Includes such functions
  16710.         as a color requester, file requester, message display 
  16711.         requester and many functions to make the creation of gadgets
  16712.         for your own custom requesters easier.  This is version
  16713.         2.5, an update to version 1.2 on disk 400.  Binary only.
  16714.         Author:  Colin Fox and Bruce Dawson
  16715.  
  16716. SetColors    A Palette replacement program that does a lot more in only
  16717.         3K.  Can save and load color files, and update preferences.
  16718.         Includes source in C.
  16719.         Author:  Pierre Carrette.
  16720.  
  16721. Yacc        This is a port of Berkeley Yacc for the Amiga.  This
  16722.         Yacc has been made as compatible as possible with the
  16723.         AT&T Yacc, and is completely public domain.  Note that
  16724.         it is NOT the so-called Decus Yacc, which is/was simply
  16725.         a repackaging of the proprietary AT&T Yacc.  This is
  16726.         an update to the version on disk 299.  Includes source.
  16727.         Author:  Bob Corbett et. al.
  16728. ==========================  Contents of Disk 420  ==========================
  16729.  
  16730. This is disk 420 of the freely distributable AMIGA software library.
  16731. Below is a listing of the significant directories and their contents.
  16732.  
  16733. BootX        Yet another virus killer.  BootX can check the bootblock
  16734.         of a disk, check memory for any resident viruses, and
  16735.         scan a disk for link viruses.  It can load bootblock
  16736.         libraries for you to write on your disks as an alternative
  16737.         for the boring DOS install bootblock.  It can load brain
  16738.         files so you can add any new bootblocks that BootX does
  16739.         not yet recognize.  BootX is written completely in assembly
  16740.         for maximum speed and minimum size.  Version 3.40, binary
  16741.         only.
  16742.         Author:  Peter Stuer
  16743.  
  16744. Iff2Src        A utility to convert IFF pictures or brushes to source
  16745.         (C or assembly).  The bitplanes, mask, colormap and image
  16746.         are written to a file.  You can convert multiple files at
  16747.         once.  Supports new 2.0 AppIcon windows (like IconEd).
  16748.         AmigaDOS 2.0 only.  Version 1.0, binary only.
  16749.         Author:  Jorrit Tyberghein
  16750.  
  16751. MenuWriter    Allows you to write a menu to the bootblock fo a disk.
  16752.         Allows up to 30 entries of 39 characters long, with 
  16753.         commands up to 31 characters long.  The loader also
  16754.         allows batch files to be executed.  Includes a built
  16755.         in virus detector.  Version 3.1, binary only, source
  16756.         available from author.
  16757.         Author:  Peter Stuer
  16758.  
  16759. QuickHelp    With the QuickHelp utilities you can make your own help
  16760.         files like "man" in UNIX (it is not compatible however).
  16761.         AmigaDOS 2.0 only.  Version 2.0, binary only.
  16762.         Author:  Jorrit Tyberghein
  16763.  
  16764. ShowGadgets    A simple utility to view all gadgets in a window.
  16765.         Includes source.
  16766.         Author:  Jorrit Tyberghein
  16767.  
  16768. SpaceWar    A two player game with each player controlling a spaceship.
  16769.         The object is to shoot the other player, gaining one point
  16770.         for each kill.  The game ends when a player reaches fifty
  16771.         points.  Version 1.11, binary only.
  16772.         Author:  Jeff Petkau
  16773.  
  16774. SysInfo        A program which reports interesting information about the
  16775.         configuration of your machine, including some speed
  16776.         comparisons with other configurations, versions of the
  16777.         OS software, etc.  Version 1.94, an update to version 1.4
  16778.         on disk 368.  Binary only.
  16779.         Author:  Nic Wilson
  16780.  
  16781. TTDDD        Textual TDDD is an ASCII version of Turbo Silver's TDDD
  16782.         object and cell description files.  The TTDDD format
  16783.         enables users to algorithmically generate objects, scenes,
  16784.         and animations.  Includes programs to convert between TDDD
  16785.         and TTDDD formats.  Version 1.0, shareware, binary only.
  16786.         Author:  Glenn M. Lewis
  16787.  
  16788. WinMan        A very simple utility to manipulate windows. It adds some
  16789.         menus to the workbench, which you can use to shrink,
  16790.         maximize, tile or cascade your windows.  AmigaDOS 2.0 only.
  16791.         Version 1.0, includes source.
  16792.         Author:  Jorrit Tyberghein
  16793.  
  16794. ==========================  Contents of Disk 421  ==========================
  16795.  
  16796. This is disk 421 of the freely distributable AMIGA software library.
  16797. Below is a listing of the significant directories and their contents.
  16798.  
  16799.  
  16800. DMouse        A versatile screen & mouse blanker, auto window activator,
  16801.         mouse accelerator, popcli, pop window to front, push
  16802.         window to back, etc, widget.  This is DMouse version 1.25,
  16803.         an update to version 1.24 on disk 407.  Includes source.
  16804.         Author:  Matt Dillon
  16805.  
  16806. EZAsm        Combines parts of the "C" language with 68000 assembly,
  16807.         giving it the "feel" of a higher level language.  Supports
  16808.         all 1.3 functions.  Uses braces and "else" like "C".
  16809.         Resulting code is optimized as much as possible.  Takes
  16810.         source file you create and outputs a .asm file.  Includes
  16811.         example source and executable files.  Version 1.3, binary
  16812.         only.
  16813.         Author:  Joe Siebenmann
  16814.  
  16815. NoVirus        Another Anti-Virus utility.  This one features known and
  16816.         new virus detection, view boot block, save and restore
  16817.         bootblocks, several "Install" options and more.  Written 
  16818.         in assembly.  This is version 3.31, an update to version
  16819.         1.56 on disk 180, and is a limited demo of the commercial
  16820.         version.  Binary only.
  16821.         Author:  Nic Wilson
  16822.  
  16823. Zon        An arcade/adventure game that mixes a unique blend of
  16824.         puzzle solving and arcade adventure.  Your mind and your
  16825.         reflexes will both be tested to their limits as you
  16826.         work your way towards your goal, recovering the Rings
  16827.         of Zon.  Has 19 levels of action, save/restore your
  16828.         game on any level, stereo digitized soundtracks and
  16829.         sound effects, over 100 objects to discover and explore,
  16830.         up to 300 moving objects on the screen at once, and more.
  16831.         Volume 1, shareware, binary only.
  16832.         Author:  George Broussard
  16833.  
  16834. ==========================  Contents of Disk 422  ==========================
  16835.  
  16836. This is disk 422 of the freely distributable AMIGA software library.
  16837. Below is a listing of the significant directories and their contents.
  16838.  
  16839.  
  16840. Gravity        A program which simulates the movements of astronomical
  16841.         objects under the influence of gravity.  For example, you
  16842.         can simulate the solar system or two stars circling around
  16843.         each other.  Version 1.0, binary only.
  16844.         Author:  Guido Burkard
  16845.  
  16846. Imploder    Allows you to reduce the size of executable files while
  16847.         letting them retain full functionality.  Uses efficient
  16848.         algorithms (both time and space) as well as taking into
  16849.         full consideration the complexity of the Amiga environment.
  16850.         Very well done. Version 3.1, binary only.
  16851.         Author:  Peter Struijk and Albert J. Brouwer
  16852.  
  16853. PopUpMenu    A small program that makes it possible for you to use
  16854.         pop-up-menus with any program that uses standard intuition
  16855.         menus.  Version 3.5, includes source.
  16856.         Author:  Martin Adrian
  16857.  
  16858. SystemTracer    A tool to view and manipulate various AmigaDOS 1.2 and
  16859.         1.3 system structures.  Version 1.0, includes source.
  16860.         Author:  Guido Burkard
  16861.  
  16862. TrackDOS     A program that allows easy transfer of data between DOS,
  16863.         memory and trackdisk.device.  DOS means the data contained
  16864.         within a file, memory means the data contained anywhere
  16865.         within the memory map and trackdisk.device means data
  16866.         stored on a disk not accessable with DOS (eg. bootblocks
  16867.         special loader disks etc.).  The transfer of data between
  16868.         these three areas is not normally easy or convenient.
  16869.         TrackDos was written to overcome this.  This is version
  16870.         1.04, an update to the version on disk 365.  Binary only.
  16871.         Author:  Nic Wilson
  16872.  
  16873. TrekTrivia    Very nice mouse-driven trivia type program for Star Trek 
  16874.         fans.  Contains 100 questions with additional trivia disks
  16875.         available from the author.  Includes selectable skill
  16876.         levels, a cheat mode, and 250K of digitized music.  This
  16877.         is version 3.0, an update to version 2.0 on disk 252.
  16878.         Binary only, shareware.
  16879.         Author:  George Broussard
  16880.  
  16881. ==========================  Contents of Disk 423  ==========================
  16882.  
  16883. This is disk 423 of the freely distributable AMIGA software library.
  16884. Below is a listing of the significant directories and their contents.
  16885.  
  16886.  
  16887. Hollywood    An easy to play trivia game with such subjects as M*A*S*H,
  16888.         Star Trek (old and TNG), Indiana Jones, general television
  16889.         trivia, and more.  Each topic contains fifty questions and
  16890.         a related picture.  Each time you answer a question right,
  16891.         a small portion of the picture is added to the screen.
  16892.         Shareware, binary only.
  16893.         Author:
  16894.  
  16895. LCDCalc        Probably the prettiest looking four founction (with memory)
  16896.         calculator ever written for the Amiga.  Written in J-Forth.
  16897.         Version 1.023, binary only.
  16898.         Author:  Mike Haas
  16899.  
  16900. Pogo        Another of Eric's cute animations.  This one has Pogo and
  16901.         crew trying to hold a conversation with the beautiful
  16902.         Miss Mam'a'selle.
  16903.         Author:  Eric Schwartz
  16904.  
  16905. SetRamsey    A program that allows you to test the current settings of
  16906.         the RAMSEY ram controller chip on an Amiga 3000 under
  16907.         Kickstart 1.3 or 2.0, and change them if you wish.  Useful
  16908.         for hardware debugging to control static column mode, burst
  16909.         mode, or change the refresh rate.  Version 1.02, binary only.
  16910.         Author:  Nic Wilson
  16911.  
  16912. ==========================  Contents of Disk 424  ==========================
  16913.  
  16914. This is disk 424 of the freely distributable AMIGA software library.
  16915. Below is a listing of the significant directories and their contents.
  16916.  
  16917.  
  16918. AutoCLI        A 'PopCLI' type replacement that works with WorkBench 2.0.
  16919.         Also fixes the problem with PopCLI crashing the machine if
  16920.         used on a PAL Amiga to open a CLI window with a vertical
  16921.         size greater than 200 lines.  Other features include an
  16922.         optional Function-key press with the qualifier to execute
  16923.         an S:script file.  Version 1.88, and update to version 1.6
  16924.         on disk 399, with more enhancements.  Binary only.
  16925.         Author:  Nic Wilson
  16926.  
  16927. MED        A music editor much like SoundTracker.  A song consists
  16928.         of up to 50 blocks of music, which can be played in any
  16929.         order.  Editing features include cut/paste/copy tracks
  16930.         or blocks, changing the vibrato, tempo, crescendo, and
  16931.         note volume.  Other features include switching of the
  16932.         low-pass-filter on or off on a per song basis, and a cute
  16933.         little animated pointer of a guy doing "jumping jacks" in
  16934.         time to the music!  This is version 2.13, an update to
  16935.         version 2.00 on disk 349.  Binary only.
  16936.         Author:  Teijo Kinnunen
  16937.  
  16938. TurboTitle    A program created for the purpose of subtitling Japanese
  16939.         Animation films and to create a standard Amiga subtitle
  16940.         format.  Is perfectly suited for subtitling any foreign
  16941.         film.  Version 0.71, shareware, binary only.
  16942.         Author:  Robert Jenks
  16943.  
  16944. ==========================  Contents of Disk 425  ==========================
  16945.  
  16946. This is disk 425 of the freely distributable AMIGA software library.
  16947. Below is a listing of the significant directories and their contents.
  16948.  
  16949.  
  16950. A-Gene        Demo version of a shareware genealogy database program.
  16951.         The PAL version has been distributed in Australia and 
  16952.         England for some time.  This NTSC demo version is complete
  16953.         except that it is limited to 600 persons/300 marriages,
  16954.         does not support a text-editor to add free-form reports to
  16955.         records and does not show Digi-view pictures from within
  16956.         the program.  The color requester is not included as this
  16957.         entails adding a library file to libs: and is not really
  16958.         needed.  A-Gene needs 1Mb of ram, and a printer/2nd disk
  16959.         drive are a big help.  Version 3.10, binary only.
  16960.         Author:  Mike Simpson.
  16961.  
  16962. CheckBook    Checkbook accountant is a checkbook recording program
  16963.         intended to be used as a companion to a checkbook register,
  16964.         not a replacement.  Offers a simple way of balancing
  16965.         checkbooks, tracking bank transactions, and recording
  16966.         budgeted transactions.  Version 0.9, binary only.
  16967.         Author:  Jeffrey Almasol
  16968.  
  16969. Downhill    A skiing arcade game.  Ski skylar mountain, a dangerous,
  16970.         steep, downright scary mountain with bonus flags to pick
  16971.         up, rocks, bushes, and branches to jump over, all while
  16972.         avoiding obstacles such as trees.  The longer you stay up
  16973.         the faster you ski and the more points you get.  Binary
  16974.         only, joystick required, works only under AmigaDOS 1.3.
  16975.         Author:  David Alves
  16976.  
  16977. HeadGames    A "Shoot-Em-Up" game done with SEUCK game constructor,
  16978.         featuring digitized heads as enemies.  Binary only.
  16979.         Author:  Neil Sorenson
  16980.  
  16981. ==========================  Contents of Disk 426  ==========================
  16982.  
  16983. This is disk 426 of the freely distributable AMIGA software library.
  16984. Below is a listing of the significant directories and their contents.
  16985.  
  16986.  
  16987. Conman        Extremely useful replacement for the standard console
  16988.         handler, provides line editing and command line    histories.
  16989.         Completely transparent to any application program that
  16990.         uses CON: windows.  This program is shareware, and well
  16991.         worth a donation to the author.  This is version 1.3e, 
  16992.         an update to version 1.3 on disk 165.  Changes include
  16993.         updates for WorkBench 2.0 console refresh and cut/paste,
  16994.         and improvements to window resizing.  Binary only.
  16995.         Author:  William Hawes
  16996.  
  16997. Metro        In METRO, you play the role of a city planner.  Using
  16998.         limited funds, you must construct a mass-transit subway
  16999.         system capable of meeting the needs of your city.  Build
  17000.         wisely and your system will be a success, but poor planning
  17001.         will lead to disaster and financial ruin.  Shareware,
  17002.         binary only, source available from author.
  17003.         Author:  Mark A. Thomas and David P. Townsend
  17004.  
  17005. RickParksArt    A collection of artwork from one of the leading Amiga
  17006.         artists.  Includes "Bryce", "Clipper", "Einstein",
  17007.         "Falconer", "Lincoln", "Lion", "Mickey", "Norman", and
  17008.         "Stymie".  Superb hand drawn images with lots of detail.
  17009.         Author:  Rick Parks
  17010.  
  17011.  
  17012. ==========================  Contents of Disk 427  ==========================
  17013.  
  17014. This is disk 427 of the freely distributable AMIGA software library.
  17015. Below is a listing of the significant directories and their contents.
  17016.  
  17017.  
  17018. BlackJack    A blackjack simulation program with the ability to simulate
  17019.         nearly any casino blackjack game in the world.  Allows the
  17020.         use of the most popular playing strategies and modifications
  17021.         to them.  Has color coded strategy tables to enhance the
  17022.         learning of the strategy.  Tracks basic statistics such as
  17023.         number of hands played, bankroll limits, casino profitability
  17024.         and others.  Allows from 1 to 7 players, including the
  17025.         computer.  Has online help, a demo mode, and a special
  17026.         practice mode.  Version 1.01, shareware, binary only.
  17027.         Author:  Dan Cogliano
  17028.  
  17029. Chemesthetics    Chemesthetics is a program that draws molecules using the
  17030.         calotte model.  This means that atoms are drawn as bowls.
  17031.         Using this model, even extremely dangerous molecules like
  17032.         dioxine look quite nice.  Chemesthetics has a fully
  17033.         intuitionized user interface and pictures can be saved as
  17034.         IFF graphics files.  Version 2.00, includes source.
  17035.         Author:  Joerg Fenin / Metalworx
  17036.  
  17037. Cyrillic    Cyrillic (Russian) 12-point font.
  17038.         Author:  Elaine and Timm Martin
  17039.  
  17040. STV        Simple text viewer with mouse and keyboard scrolling, text
  17041.         search, and hooks to be launched onto custom screens.  Works
  17042.         great under both Workbench v1.3 and v2.0 and from the CLI
  17043.         or icon.  Version 1.00a, includes full C source.
  17044.         Author:  Timm Martin.
  17045.  
  17046. ==========================  Contents of Disk 428  ==========================
  17047.  
  17048. This is disk 428 of the freely distributable AMIGA software library.
  17049. Below is a listing of the significant directories and their contents.
  17050.  
  17051.  
  17052. BCBMusic    A set of three original songs written and composed using
  17053.         the freely distributable MED v2.10 music editor.  These
  17054.         songs do not require a separate player program because it
  17055.         is actually compiled in with the song.  WB2.0 compatible.
  17056.         Binary only.
  17057.         Author:  Brian C. Berg
  17058.  
  17059. CyroUtils    Four handy animation utilities from Cryogenic Software.
  17060.         Includes an animation creation tool that allows you to
  17061.         combine selected pictures into a standard animation,
  17062.         an animation information tool that is used to extract 
  17063.         certain information from a given animation, an animation
  17064.         combining tool that allows you to join two animations
  17065.         into a larger one, and an animation splitting tool that
  17066.         allows you to split one animation into two smaller ones.
  17067.         Binary only.
  17068.         Author:  Cyrogenic Software
  17069.  
  17070. ShadowMaker    Demo version of an Intuition based Font shadow generator.
  17071.         In seconds you can convert your favorite fonts into color
  17072.         fonts with professional video shadows built right in.
  17073.         This demo version is missing the characters 'w', 'x', 'y',
  17074.         and 'z'.  Binary only.
  17075.         Author:  Stephen Lebans
  17076.  
  17077. Train        An electric train contruction set game simulation.
  17078.         Shareware, binary only, source available from author.
  17079.         Author:  Dennis Saunders
  17080.  
  17081. WonderSound    Wondersound is an additive harmonic instrument design
  17082.         tool with a separate envelope design window and 16
  17083.         relative harmonic strength and phase angle controls.
  17084.         Version 1.6, an update to version 1.4 on disk 407.
  17085.         Binary only.
  17086.         Author:  Jeffrey Harrington
  17087.  
  17088. ==========================  Contents of Disk 429  ==========================
  17089.  
  17090. This is disk 429 of the freely distributable AMIGA software library.
  17091. Below is a listing of the significant directories and their contents.
  17092.  
  17093.  
  17094. ATCopy        A program to copy files from the Amiga side of a system
  17095.         equipped with a PC/AT bridgeboard, to the PC side, using
  17096.         wildcards.  Copies directly through the shared memory.
  17097.         Supports CLI and WorkBench usage.  This is version 2.1,
  17098.         an update to version 2.0 on disk 406.  Shareware, binary
  17099.         only.
  17100.         Author:  Peter Vorwerk
  17101.  
  17102. CLImax        A command like NewCLI or NewShell except that it creates a
  17103.         borderless CLI or Shell window on a custom screen.  Now you
  17104.         can use the whole display just like a non-windowing computer.
  17105.         Requires ConMan 1.3 or newer.  Release three, vastly improved
  17106.         over the first release on disk 224.  Includes source. 
  17107.         Author:  Paul Kienitz.
  17108.  
  17109. Dr        Another alternative CLI directory lister command.  This one
  17110.         features extreme optimization for speed, a variety of output
  17111.         formats, hiding of .info files by default, and AmigaDOS
  17112.         pattern matching.  It is pure (residentable).  It is intended
  17113.         to outperform all other directory listers.  Includes the
  17114.         additional utilities ForEvery and Whichever.  Release 1.2,
  17115.         includes source.
  17116.         Author:  Paul Kienitz.
  17117.  
  17118. FixCLI        A tiny pure command which fixes problems with CLI's not
  17119.         created by other CLI processes.  A new CLI or Shell created
  17120.         by such programs as PopCLI or DMouse gets no path and no
  17121.         current directory.  FixCLI very quickly and efficiently gives
  17122.         a path to a CLI that does not have one (it looks for other
  17123.         processes that have valid paths) and sets the current
  17124.         directory as specified if none is already set.  Put it in
  17125.         your S:Shell-Startup script.  Includes source.
  17126.         Author:  Paul Kienitz.
  17127.  
  17128. MoveSYS        Reassigns SYS:, C:, S:, L:, LIBS:, DEVS:, and FONTS: to a new
  17129.         disk or directory in one step.  Can be used from CLI or
  17130.         Workbench; just click it and shift-double-click a disk or
  17131.         drawer icon.  More flexible and robust than some other
  17132.         programs written for the same purpose.  It's small and pure. 
  17133.         Second release (the one on disk 224 worked from CLI only).
  17134.         Includes source.
  17135.         Author:  Paul Kienitz.
  17136.  
  17137. RunBack        A very compact version of the popular utility for starting a
  17138.         CLI process in the background, without preventing the CLI
  17139.         window from closing.  This version is pure and only 468 bytes
  17140.         long.  Requires the NULL: device, which is included.  Using
  17141.         NULL: makes it more flexible and robust than older RunBacks. 
  17142.         Can optionally delay up to nine seconds after starting the
  17143.         command.  Includes source in assembly.
  17144.         Author:  Paul Kienitz.
  17145.  
  17146. Scrub        A floppy drive cleaning program which automatically detects
  17147.         which drive has a cleaner diskette in it.  Spins it for
  17148.         thirty seconds while moving the heads around.  Pure. 
  17149.         Includes source.
  17150.         Author:  Paul Kienitz.
  17151.  
  17152. Timer        The timer device made easy!  Example of how to create both
  17153.         synchronous and asynchronous waits.  Includes a sample C
  17154.         program, a detailed technical discussion, and modules that
  17155.         you can plug in to your C programs.
  17156.         Author:  Timm Martin
  17157.  
  17158. Tripppin    A Workbench game based on an out-of-print board game.  The
  17159.         object is a race in which each move you make restricts your
  17160.         opponent's choice of countermoves.  Features a computer
  17161.         opponent of adjustable toughness.  Includes source.
  17162.         Author:  Paul Kienitz.
  17163.  
  17164. Uedit-Stuff    A variety of configuration material for Uedit.  Includes
  17165.         stuff for remembering multiple chunks of deleted text,
  17166.         interfacing through Rexx with a terminal program, displaying
  17167.         matching '(' characters when you press ')', expanding
  17168.         abbreviations into phrases as you type, easily shifting lines
  17169.         and blocks of text left or right, improvements to several
  17170.         existing Uedit features, and more.
  17171.         Author:  Paul Kienitz.
  17172.  
  17173. V        A front-end for Commodore's More or some other text viewer
  17174.         that can be made resident.  Can be used from Workbench,
  17175.         greatly reducing disk loading time because V is much smaller
  17176.         than More, which need not be loaded if it is resident.  From
  17177.         CLI, causes More to create a new window, specified with an
  17178.         environment variable, rather than using the CLI window.  V is
  17179.         itself residentable.  Much improved since the version on
  17180.         disk 224, to which it is only distantly related.  Includes
  17181.         source in assembly.
  17182.         Author:  Paul Kienitz.
  17183. ==========================  Contents of Disk 430  ==========================
  17184.  
  17185. This is disk 430 of the freely distributable AMIGA software library.
  17186. Below is a listing of the significant directories and their contents.
  17187.  
  17188.  
  17189. Lotto        Small lotto number selector with C source.
  17190.         Author:  Timm Martin
  17191.  
  17192. Pointer        Use the SID sleepy pointer in your programs.  Includes
  17193.         C source, a sample program, and modules that you can plug
  17194.         in to your C programs.
  17195.         Author:  Timm Martin
  17196.  
  17197. SculptTools    Programs to create objects for use in Sculpt 4D.  Includes
  17198.         Brush_4D to convert IFF brushes to objects in full color
  17199.         with HAM and EHB support and wrap to various shapes (update
  17200.         to version on disk 361), Fractal_4d to create fractal
  17201.         mountains with various coloring from brush, checkers or
  17202.         based on altitude, and Spiral_4d to create a variety of
  17203.         objects based around tubes and helixes.  Binary only.
  17204.         Author:  Bruce Thomson
  17205.  
  17206. SmartFields    SmartFields is a replacement for Intuition string gadgets.
  17207.         It allows you to incorporate into your Amiga C programs
  17208.         the powerful editing capabilities often found in mini-
  17209.         computers.  Includes full C source and documentation.
  17210.         Author:  Timm Martin.
  17211.  
  17212. ==========================  Contents of Disk 431  ==========================
  17213.  
  17214. This is disk 431 of the freely distributable AMIGA software library.
  17215. Below is a listing of the significant directories and their contents.
  17216.  
  17217. A68Kex        Twelve examples demonstrating the use of Charlie Gibbs A68K
  17218.         assembler.  Over a quarter megabyte of assembly source code.
  17219.         Author:  E. Lenz
  17220.  
  17221. AdvTemplates    A collection of PD spreadsheet templates for business and
  17222.         law, originally intended for Lotus 123 on IBM PC's.  They
  17223.         have been transfered to the Amiga, loaded into Gold Disk's
  17224.         The Advantage, and saved as native Advantage files.
  17225.         Requires Advantage V1.1 or higher.
  17226.         Author:  Amiga port by Michal Todorovic
  17227.  
  17228. CheetSheet    A compilation of cheats, hints, backdoors, helpful bugs,
  17229.         passwords, codes, solves, and walkthroughs for over 150
  17230.         Amiga games.  January 1st, 1991 edition.
  17231.         Author:  Mark Shnayer
  17232.  
  17233. EZAsm        Combines parts of the "C" language with 68000 assembly,
  17234.         giving it the "feel" of a higher level language.  Supports
  17235.         all 1.3 functions.  Uses braces and "else" like "C".
  17236.         Resulting code is optimized as much as possible.  Takes
  17237.         source file you create and outputs a .asm file.  Includes
  17238.         example source and executable files.  Version 1.31, an
  17239.         update to version 1.3 on disk 421.  Binary only.
  17240.         Author:  Joe Siebenmann
  17241.  
  17242. ==========================  Contents of Disk 432  ==========================
  17243.  
  17244. This is disk 432 of the freely distributable AMIGA software library.
  17245. Below is a listing of the significant directories and their contents.
  17246.  
  17247. APalAsm        A Programmable Array Logic (PAL) program based on an old
  17248.         MMI Fortran IV program from the 'PAL Handbook' Second
  17249.         Edition and Third Edition by MMI.  This Version (1.00) is
  17250.         completely rewritten for Fortran 77.  The outputs produced
  17251.         are sent to separate files instead of the screen.  There
  17252.         are plenty of example PAL files to test, inspect, or just
  17253.         to learn what PAL's are all about.  The Fortran source is
  17254.         included with the instructions to compile using AC/Fortran
  17255.         version 2.3.
  17256.         Author:  Bob Metzler
  17257.  
  17258. Badger        Reminder program for your startup-sequence.  Badger will
  17259.         open a window and display any important events that are 
  17260.         'due'.  Badger will not bother you if there is nothing to
  17261.         report.  Events are entered via menu and prompts.  This
  17262.         is version 2.01e, an update to the version on disk 365,
  17263.         and includes many new features.  Shareware, binary only.
  17264.         Author:  George Kerber
  17265.  
  17266. Conquest    Lore of Conquest is a war game similar in concept to the
  17267.         board game Risk.  You are the lord of an entire world,
  17268.         destined to rule the galaxy.  Some worlds are virgin fruits,
  17269.         ready for you to colonize.  Some worlds have natives who do
  17270.         not wish to accept your rule, these you must conquer for
  17271.         they will yield more valuable resources.  As you claim the
  17272.         galaxy you will find, you are not the only one extending
  17273.         your dominion.  This is a two-player game, so be prepared
  17274.         to defend yourself and take what is yours!  Version 1.2,
  17275.         binary only, shareware.
  17276.         Author:  Michael Bryant
  17277.  
  17278. FifoDev        FIFO: is like PIPE: but is based on fifo.library rather
  17279.         than its own implementation.  Fifo.library is a general
  17280.         fifo library implementation that supports named fifos,
  17281.         writing to a fifo from a hardware exception, multiple
  17282.         readers on a fifo with each getting the same data stream,
  17283.         efficient reading, and automatic or manual flow control.
  17284.         Programs that require non-blocking IO can access one side
  17285.         of a FIFO: connection via the fifo.library instead of the
  17286.         FIFO: device.  Includes some source.
  17287.         Author:  Matt Dillon
  17288.  
  17289. Reader        A program to scan a word list to locate which words can
  17290.         be made from the letters given.  Allows matching of words
  17291.         by length and by giving the letters known, ie. m.t.h for
  17292.         the word MATCH.  Great for word games and crosswords.
  17293.         Results output to screen and a RAM: based file.  The word
  17294.         list is in ascii and so can be edited if desired.  New
  17295.         words can be added and it could be used for different
  17296.         languages if required.  Supplied with over 24,200 words
  17297.         (mostly English spellings).  Version 1.0, includes source.
  17298.         Author:  Gary Brittain
  17299.  
  17300. SBackup        Programmers utility to assist in maintaining old versions
  17301.         of source code.  SBackup maintains 2-99 old versions in
  17302.         any location desired.  Version 1.00e, binary only.
  17303.         Author:  George Kerber
  17304.  
  17305. TMonth        TMonth will execute any program the first time it's executed
  17306.         each month.  Very useful, for example, to execute the ATOM-
  17307.         CLOCK program to set your clock each month.  Version 1.0f,
  17308.         binary only.
  17309.         Author:  George Kerber
  17310.  
  17311. Whence        Whence will locate any program/file in your current path.
  17312.         Similar to the the UNIX whence command.  Version 1.0, binary
  17313.         only.
  17314.         Author:  George Kerber
  17315.  
  17316. ==========================  Contents of Disk 433  ==========================
  17317.  
  17318. This is disk 433 of the freely distributable AMIGA software library.
  17319. Below is a listing of the significant directories and their contents.
  17320.  
  17321.  
  17322. DiskPrint    Prints labels for 3.5" disks, primarily for PD library
  17323.         disks.  Label data files can be loaded into memory so
  17324.         labels for special disks are available without having to
  17325.         type anything in or without having to wait for AmigaDOS
  17326.         to read in the full directory.  This is version 2.3.5,
  17327.         an update to version 2.3e on disk 411.  Shareware,
  17328.         binary only.
  17329.         Author:  Jan Geissler
  17330.  
  17331. Gwin        GWIN or Graphics WINdow is an integrated collection of
  17332.         graphics routines callable from C.  These routines make it
  17333.         easy to create sophisticated graphics programs in the C
  17334.         environment.  One line calls give you a custom screen (ten
  17335.         types available), menu items, requestors, text, circles,
  17336.         polygons, etc.  GWIN is a two dimensional floating point
  17337.         graphics system with conversion between world and screen
  17338.         coordinates.  GWIN includes built in clipping that may be
  17339.         turned off for speed.  Use of color and XOR operations are
  17340.         greatly simplified.  Many examples of the use of GWIN are
  17341.         included in an examples directory, including a line/bar graph
  17342.         program, geographic mapping program, SPICE 2G.6 graphics post
  17343.         processor, and others.  Extensive documentation is included.
  17344.         This is version 1.1, an update to version 1.0 on disk 322,
  17345.         recompiled to be compatible with MANX Aztec C Release 5.
  17346.         Author:  Howard C. Anderson.
  17347.  
  17348. SysInfo        A program which reports interesting information about the
  17349.         configuration of your machine, including some speed
  17350.         comparisons with other configurations, versions of the
  17351.         OS software, etc.  Version 1.98, an update to version 1.94
  17352.         on disk 420.  Binary only.
  17353.         Author:  Nic Wilson
  17354.  
  17355. ==========================  Contents of Disk 434  ==========================
  17356.  
  17357. This is disk 434 of the freely distributable AMIGA software library.
  17358. Below is a listing of the significant directories and their contents.
  17359.  
  17360.  
  17361. Backup        Backup and Restore allow you to backup any directory
  17362.         tree with optional compression, and later extract all
  17363.         or part of the tree.  The protection, date, and file
  17364.         comment are saved with each file.  This is version 2.06,
  17365.         an update to version 2.04 on disk 258.  Includes source.
  17366.         Author:  Matt Dillon
  17367.  
  17368. DynaCADD    Part 1 of a two part demo distribution of DynaCADD from
  17369.         Ditek International.  DynaCADD is a professional 2D and
  17370.         3D CAD package.  This demo is fully functional except
  17371.         for disabled save and export functions.  Requires a
  17372.         system with 68020/68030 and a 68881/68882 math processor.
  17373.         This disk contains all the files necessary to recreate
  17374.         the DynaCADD demo disk number 1.  The files for demo disk
  17375.         number 2 can be found on library disk number 435.  This
  17376.         is version 1.84, binary only.
  17377.         Author:  Ditek International
  17378.  
  17379. GMC        A console handler with command line editing and function
  17380.         key support.  GMC provides extended command line editing,
  17381.         function key assignment in four levels, extended command
  17382.         line history, online help for functions in the handler,
  17383.         and an iconify function.  Also includes an output buffer
  17384.         (dump to printer and window), filename completer, script
  17385.         function, undo function, prompt beeper, pathname in window
  17386.         title, close gadget for KS 2.0, etc.  This is version 9.8,
  17387.         an update to version 9.6 on disk 398.  Shareware, binary
  17388.         only.
  17389.         Author:  Goetz Mueller
  17390.  
  17391. TypingTutor    A simple typing tutor program which measures your typing
  17392.         speed and adjusts the level of difficulty accordingly.
  17393.         Shareware, binary only.
  17394.         Author:  William Jordan
  17395.  
  17396. ==========================  Contents of Disk 435  ==========================
  17397.  
  17398. This is disk 435 of the freely distributable AMIGA software library.
  17399. Below is a listing of the significant directories and their contents.
  17400.  
  17401.  
  17402. DeluxeBeep    A little program that uses the exec SetFunction call to
  17403.         play a sound sample of your choice whenever a program
  17404.         calls the Intuition DisplayBeep routine.  Includes source
  17405.         and instructions on how to install your own sounds.
  17406.         Author:  Jan van den Baard
  17407.  
  17408. DynaCADD    Part 2 of a two part demo distribution of DynaCADD from
  17409.         Ditek International.  DynaCADD is a professional 2D and
  17410.         3D CAD package.  This demo is fully functional except
  17411.         for disabled save and export functions.  Requires a
  17412.         system with 68020/68030 and a 68881/68882 math processor.
  17413.         This disk contains all the files necessary to recreate
  17414.         the DynaCADD demo disk number 2.  The files for demo disk
  17415.         number 1 can be found on library disk number 434.  This
  17416.         is version 1.84, binary only.
  17417.         Author:  Ditek International
  17418.  
  17419. Labeler        A label generation program for Epson compatible printers.
  17420.         Has both English and German versions.  This is version 3.0,
  17421.         binary only, shareware, source available from author.
  17422.         Author:  Siegfried Rings
  17423.  
  17424. ==========================  Contents of Disk 436  ==========================
  17425.  
  17426. This is disk 436 of the freely distributable AMIGA software library.
  17427. Below is a listing of the significant directories and their contents.
  17428.  
  17429.  
  17430. AztecArp    An Arp interface package fixed to work with Aztec `C'
  17431.         version 5.0.  This is version 1.9, an update to the
  17432.         version on disk 376, and includes a number of bug fixes
  17433.         and a couple of new features (such as vsprintf/vfprintf/
  17434.         vprintf-like Arp routines and fixes for Kickstart 2.0).
  17435.         Includes source in `C' and assembly language.
  17436.         Author:  Olaf 'Olsen' Barthel
  17437.  
  17438. BatchRequester    A simple program which opens an Arp filerequester and
  17439.         writes the result to an environment variable.  Very useful
  17440.         if used in batchfiles.  Version 1.1, source code in Oberon.
  17441.         Author:  Christoph Teuber
  17442.  
  17443. Berserker    Detects and eliminates viruses.  Knows all `popular' viruses
  17444.         and their kin, including the new `Centurion' and `Traveling
  17445.         Jack' link viruses.  Comes with a resident handler which
  17446.         continually checks memory to prevent virus infection and a
  17447.         utility to fix programs corrupted by the `Centurion' and
  17448.         `Traveling Jack' viruses.  Version 5.02, an update to the
  17449.         version on disk 355.  Contains partial source in assembly.
  17450.         Author:  Ralf Thanner
  17451.  
  17452. Input        How to read keyboard input simply and quickly.  Includes
  17453.         C source, a sample program, technical discussion, and
  17454.         programming modules that you can "plug in" to your own C
  17455.         programs.  Includes source.
  17456.         Author:  Timm Martin.
  17457.  
  17458. KeyMacro    A keyboard macro program, configurable via a text file,
  17459.         that also supports hotkey program execution.  You can
  17460.         map up to eight functions to each key, including keys
  17461.         such as cursor keys, the return key, etc.  Version 1.8,
  17462.         an update to version 1.6 on disk 398.  Includes source.
  17463.         Author:  Olaf 'Olsen' Barthel
  17464.  
  17465. LhLib        A shared reentrant Amiga runtime library featuring highly
  17466.         optimized assembly language versions of the LhArc data
  17467.         compression / decompression routines.  Compresses faster
  17468.         and more efficiently than any other currently available
  17469.         implementation of the Lzhuf algorithm.  Two example appli-
  17470.         cations for data compression/decompression, an interface
  17471.         to the Amiga Oberon Compiler, and documentation how to use
  17472.         the library in your own programs are included.  This is
  17473.         version 1.8, binary only.
  17474.         Authors:  Holger P. Krekel and Olaf 'Olsen' Barthel
  17475.  
  17476. MemGuard    A program similar to MemWatch, which continually checks
  17477.         the low memory vector table for random trashing.  Has
  17478.         been optimized and greatly enhanced to support the 68010,
  17479.         68020, 68030, etc. microprocessors.  Unlike MemWatch,
  17480.         MemGuard does not run as task in a dummy loop but rather
  17481.         as a low level interrupt routine which is capable of
  17482.         trapping memory trashing even before exec might know of
  17483.         it, and even while task switching is forbidden.  Version
  17484.         IV, an update to version IIIa on disk 354, binary only.
  17485.         Author:  Ralf Thanner
  17486.  
  17487. MMB        With MMB, users of 3 button mice under WB 2.0 can use the
  17488.         middle mouse button as a shift key to do multiple selects.
  17489.         Binary only.
  17490.         Author:  Garry Glendown
  17491.  
  17492. MT420d        Printer driver for the Mannesmann Tally MT420d.  Update to
  17493.         the old version on disk 164.  Includes a few bug-fixes.
  17494.         Author:  Sascha Wildner
  17495.  
  17496. Zoom        A fast and efficient floppy disk archiving utility based
  17497.         on the data compression / decompression algorithms used by
  17498.         lh.library.  Has an Intuition and a Shell interface, fully
  17499.         supports Kickstart 2.0, is able to add texts and notes to
  17500.         archived output files, knows 66 different bootblock viruses,
  17501.         includes a number of compression parameters (such as
  17502.         encryption of the output file) and a lot more. Version 3.10,
  17503.         binary only.
  17504.         Author:  Olaf 'Olsen' Barthel
  17505.  
  17506. ==========================  Contents of Disk 437  ==========================
  17507.  
  17508. This is disk 437 of the freely distributable AMIGA software library.
  17509. Below is a listing of the significant directories and their contents.
  17510.  
  17511.  
  17512. CLIwindow    CLIwindow allows you to manipulate the dimensions of a
  17513.         CLI window.  It can be moved, enlarged, or shrunk.  This
  17514.         is version 1.00.  Includes source in assembly.
  17515.         Author:  Roger Fischlin
  17516.  
  17517. Flip        Very small program which replaces the left-Amiga-N and M
  17518.         commands with screen and window flipping commands.  It's
  17519.         an excellent example of how to use PC-relative addressing
  17520.         within input handlers.  Version 2.0, includes a technical
  17521.         discussion and source in C and assembly.
  17522.         Author:  Mike Monaco and Timm Martin.
  17523.  
  17524. FMouse        A mouse pointer accelerator, similar to Matt Dillon's
  17525.         DMouse.  Includes a screen blanker and "hot keys".  This
  17526.         is version 1.01.  Includes source in assembly.
  17527.         Author:  Roger Fischlin
  17528.  
  17529. PatchCompiler    A program to generate patches using a Pascal like language
  17530.         to describe what needs to be patched.  This is version 1.0.
  17531.         Includes source in assembly.
  17532.         Author:  Roger Fischlin
  17533.  
  17534. WaitAnyKey    A CLI command which will wait until the user presses any
  17535.         key.  Useful for batch files, to pause until any key is
  17536.         struck.  Version 1.00, includes source in assembly.
  17537.         Author:  Roger Fischlin
  17538.  
  17539. ==========================  Contents of Disk 438  ==========================
  17540.  
  17541. This is disk 438 of the freely distributable AMIGA software library.
  17542. Below is a listing of the significant directories and their contents.
  17543.  
  17544. GadgetED    A program for creating and editing intuition gadgets.
  17545.         Includes a palette editor, generation of either C or
  17546.         assembly source, and binary saving for later loading
  17547.         and editing.  Version 2.0, includes source.
  17548.         Author:  Jan van den Baard
  17549.  
  17550. MenuC        A menu and gadget compiler.  Takes a simple ascii file
  17551.         describing menues and gadgets and creates the appropriate
  17552.         IntuiText structures needed to actually create working
  17553.         menues and gadgets, in either C or assembly source.  This
  17554.         is version 0.8, binary only.
  17555.         Author:  Bruce Mackey
  17556.  
  17557. ToolLib        A shared library containing 45 useful functions for all
  17558.         kinds of programs.  There are functions for ports, sorting,
  17559.         gadgets, memory, string, directory and file handling, etc.
  17560.         Version 7.6, includes source.
  17561.         Author:  Jan van den Baard
  17562.  
  17563. ==========================  Contents of Disk 439  ==========================
  17564.  
  17565. This is disk 439 of the freely distributable AMIGA software library.
  17566. Below is a listing of the significant directories and their contents.
  17567.  
  17568.  
  17569. AIBB        Amiga Intuition Based Benchmarks is a program designed to
  17570.         test various aspects of CPU performance using a full
  17571.         intuition interface.  Tests include "WritePixel", Sieve,
  17572.         Sort, Savage, Dhrystone, and Matrix.  Version 2.0, binary
  17573.         only.
  17574.         Author:  LaMonte Koop
  17575.  
  17576. Curses        A link library containing many of the terminal independant
  17577.         standard "curses" functions.   Designed primarily for
  17578.         those interested in porting UNIX screen based programs to
  17579.         the Amiga.  Version 1.22, an update to version 1.10 on
  17580.         disk 391.  Includes source and examples.
  17581.         Author:  Simon John Raybould
  17582.  
  17583. DeluxeChanger    Converts binary files to assembler, basic, or C source code
  17584.         data initialization statements.  It is useful to add
  17585.         graphics or sound samples to programs as initialized data.
  17586.         Version 1.0, includes source in assembler.
  17587.         Author:  Andreas Ropke
  17588.  
  17589. HDClick        A program selector, typically installed in the startup
  17590.         sequence as the first command.  Has user defined gadgets,
  17591.         a configuration file, an iconify function, and works with
  17592.         both NTSC and PAL systems.  This is version 1.21, binary
  17593.         only.
  17594.         Author:  Claude Mueller
  17595.  
  17596. M2Utils        Various source modules for Benchmark Modula-2.  Includes
  17597.         ColorReq, an interface to the Dissidents color.library;
  17598.         IFFLib, an interface to Christian Webers iff.library; and
  17599.         ARP, an interface to ARP V1.3.
  17600.         Author:  Sascha Wildner
  17601. ==========================  Contents of Disk 440  ==========================
  17602.  
  17603. This is disk 440 of the freely distributable AMIGA software library.
  17604. Below is a listing of the significant directories and their contents.
  17605.  
  17606.  
  17607. 3DPlot        A 3D function plotting program that does hidden line, solid,
  17608.         or contour plots of equations of the form Z=F(X,Y).  You can
  17609.         scale the plot, set plot limits, change rotation, etc.  Can
  17610.         save and load the plots themselves, as well as the data.
  17611.         Version 2.0, includes source.
  17612.         Author:  Randy Finch
  17613.  
  17614. DMake        Matt's version of the UNIX make utility.  Features multiple
  17615.         dependancies, wildcard support, and more.  This is version
  17616.         1.0, an update to version 1.0 on disk 246, but now includes
  17617.         source.
  17618.         Author:  Matt Dillion 
  17619.  
  17620. MegaD        Yet another disk utility program for the Amiga.  This one
  17621.         allows an unlimited number of directories to be accessed
  17622.         simultaneously.  Version 1.01, shareware, binary only.
  17623.         Author:  John L. Jones
  17624.  
  17625. ==========================  Contents of Disk 441  ==========================
  17626.  
  17627. This is disk 441 of the freely distributable AMIGA software library.
  17628. Below is a listing of the significant directories and their contents.
  17629.  
  17630.  
  17631. Deksid        A disk and file hexadecimal editor.  Useful for editing
  17632.         binary files.  Version 1.10, shareware, binary only.
  17633.         Author:  Christian Warren, Marc Dionne
  17634.  
  17635. DiskPrint    Prints labels for 3.5" disks, primarily for PD library
  17636.         disks.  Label data files can be loaded into memory so
  17637.         labels for special disks are available without having to
  17638.         type anything in or without having to wait for AmigaDOS
  17639.         to read in the full directory.  This is version 2.3.5b,
  17640.         an update to version 2.3.5 on disk 433, and fixes a
  17641.         minor problem with some printers.  Shareware, binary only.
  17642.         Author:  Jan Geissler
  17643.  
  17644. Dme        Version 1.42 of Matt's text editor.  Dme is a simple 
  17645.         WYSIWYG editor designed for programmers.  It is not a
  17646.         WYSIWYG word processor in the traditional sense.  Features
  17647.         include arbitrary key mapping, fast scrolling, title-line
  17648.         statistics multiple windows, and ability to iconify windows.
  17649.         Update to version 1.38 on disk number 284, includes source.
  17650.         Author:  Matt Dillon
  17651.  
  17652. ==========================  Contents of Disk 442  ==========================
  17653.  
  17654. This is disk 442 of the freely distributable AMIGA software library.
  17655. Below is a listing of the significant directories and their contents.
  17656.  
  17657.  
  17658. ToolManager    With ToolManager you can add your own programs to the
  17659.         tools menu of the 2.0 Workbench.  Requires Workbench
  17660.         2.0.  Version 1.2, includes source.
  17661.         Author:  Stefan B.
  17662.  
  17663. UUCP        An implementation of uucp for the Amiga, including mail
  17664.         and news.  This is Matt's version for the Amiga, based
  17665.         on William Loftus's Amiga UUCP 0.40 release with news
  17666.         code from his 0.60 release, and months of work by Matt to
  17667.         make fixes and add enhancements.  This is version 1.08D,
  17668.         an update to version 1.06D on disk 360, and consists of
  17669.         three parts.  Parts 1 and 2 are on this disk, and part 3
  17670.         is on disk 443.  Includes source.
  17671.         Author:  Various, major enhancements by Matt Dillon
  17672.  
  17673. ==========================  Contents of Disk 443  ==========================
  17674.  
  17675. This is disk 443 of the freely distributable AMIGA software library.
  17676. Below is a listing of the significant directories and their contents.
  17677.  
  17678.  
  17679. DICE        Dillon's Integrated C Enviroment.  A C frontend, pre-
  17680.         processor, C compiler, assembler, linker, and support
  17681.         libraries.  Features include ANSI compatibility, many
  17682.         code optimizations, and autoinit routines (user routines
  17683.         called during startup before main is called).  This is
  17684.         version 2.06.14, an update to version 2.02 on disk 359.
  17685.         Shareware, binary only.
  17686.         Author:  Matthew Dillon
  17687.  
  17688. UUCP        An implementation of uucp for the Amiga, including mail
  17689.         and news.  This is Matt's version for the Amiga, based
  17690.         on William Loftus's Amiga UUCP 0.40 release with news
  17691.         code from his 0.60 release, and months of work by Matt to
  17692.         make fixes and add enhancements.  This is version 1.08D,
  17693.         an update to version 1.06D on disk 360, and consists of
  17694.         three parts.  Parts 1 and 2 are on disk 442, and part 3
  17695.         is on this disk.  Includes source.
  17696.         Author:  Various, major enhancements by Matt Dillon
  17697.  
  17698. ==========================  Contents of Disk 444  ==========================
  17699.  
  17700. This is disk 444 of the freely distributable AMIGA software library.
  17701. Below is a listing of the significant directories and their contents.
  17702.  
  17703.  
  17704. ChinaChallenge    A game similar to Shanghai or Mahjong.  The goal is to
  17705.         remove all parts of the pile, the so called Dragon, step
  17706.         by step.  This dragon is composed of 120 different game
  17707.         pieces.  You can always find four pieces displaying the
  17708.         same picture or chinese symbols.  This is version II,
  17709.         an update to the version on disk 312.  Changes include
  17710.         some bug fixes, unlimited undo, saving and loading of
  17711.         games, background music, title screen, etc.  Binary only.
  17712.         Author:  Dirk Hoffmann
  17713.  
  17714. EliteBBS    An online message and file handling system.  Features
  17715.         include a message base, private mail, file library,
  17716.         support for xmodem, ymodem, and zmodem, fully buffered
  17717.         serial I/O routines for top speed, time limits, and
  17718.         more.  Version V.31, binary only.
  17719.         Author:  Nick Smith
  17720.  
  17721. MissileCmd    A fast Missile Command game written in assembly.  Features
  17722.         include using a hires interlaced screen, time based events
  17723.         for correct operation on any speed Amiga, multitasking
  17724.         friendly, and sound effects.  Binary only.
  17725.         Author:  Max Bithead
  17726.  
  17727. RegExpLib    Shared library that implements regular expression pattern
  17728.         matching.  Version 1.0, binary only.
  17729.         Author:  Stephen Moehle
  17730.  
  17731. UltraF-4    Demo version of a super graphic based floppy format program
  17732.         that can format four floppy disks at the same time and even
  17733.         format disks that other programs give up on.  Binary only.
  17734.         Author:  Terry Bullard and Signa Bullard
  17735.  
  17736. ==========================  Contents of Disk 445  ==========================
  17737.  
  17738. This is disk 445 of the freely distributable AMIGA software library.
  17739. Below is a listing of the significant directories and their contents.
  17740.  
  17741.  
  17742. MWTape        A tape handler which uses scsi.device to implement serial
  17743.         access to typical streaming tape devices.  Includes source.
  17744.         Author:  Markus Wandel
  17745.  
  17746. OptMouse    A program which allows you to use a Mouse Systems M3 serial
  17747.         mouse on the Amiga and instructions which allow a serial
  17748.         mouse to be modified to plug directly into the Amiga mouse
  17749.         port.  Useful as an example of how to "fake" mouse movements
  17750.         and may be of use in writing drivers for digitizers, light
  17751.         pens, and the like.  Includes source.
  17752.         Author:  Ed Hanway
  17753.  
  17754. Tar        A port of a UNIX tar clone that can work with the TAPE:
  17755.         handler (also on this disk) to read and write UNIX tar
  17756.         compatible tapes.  Includes source.
  17757.         Author:  John Gilmore, FSF, Jonathan Hue, et. al.
  17758.  
  17759. TurboText    An almost fully operational demonstration copy of a new
  17760.         sophisticated text editor for the Amiga.  Features many
  17761.         unique capabilities including an impressive ARexx interface
  17762.         with over 140 commands available, full outlining abilities,
  17763.         clipboard support, complete reconfigurability, recorded
  17764.         macros, programmer's calculator, emulations of many popular
  17765.         text editors, and much more.  This demo version does not
  17766.         allow saving or printing of documents and limits the size
  17767.         of cut and paste operations.  Version 1.0, binary only.
  17768.         Author:  Martin Taillefer
  17769.  
  17770. UUCP        A bug fix for UUCP 1.08 released on disks 442 and 443, which
  17771.         had already been finalized at the time this fix reached me so
  17772.         could not be included there.  Fixes a serious bug in uucico.
  17773.         Author:  Matt Dillon
  17774.  
  17775. ==========================  Contents of Disk 446  ==========================
  17776.  
  17777. This is disk 446 of the freely distributable AMIGA software library.
  17778. Below is a listing of the significant directories and their contents.
  17779.  
  17780.  
  17781. CanonBJ        A printer driver for the Canon BJ series of printers.
  17782.         Faster and supports more graphic and text modes than
  17783.         the standard Commodore driver.  Shareware, binary only.
  17784.         Author:  Wolf Faust
  17785.  
  17786. GamePort    A toolkit with link time and shared libraries that allow
  17787.         easy access to the GamePort device.  Includes examples
  17788.         and test programs.  Version 1.1, binary only.
  17789.         Author:  Paris Bingham
  17790.  
  17791. Input        A toolkit with link time and shared libraries that allow
  17792.         easy access to the Input device.  Includes examples
  17793.         and test programs.  Version 1.1, binary only.
  17794.         Author:  Paris Bingham
  17795.  
  17796. PointerLib    A disk based shared library which provides programmers
  17797.         with easy access to custom pointers and a consistent
  17798.         user selected busy pointer.  Includes source.
  17799.         Author:  Luke Wood
  17800.  
  17801. Post        An excellent PostScript interpreter for the Amiga which
  17802.         implements the full Adobe language.  Supports type 1 and
  17803.         type 3 fonts, screen output, file output, and printer
  17804.         output.  Requires Arp library V39+ and ConMan V1.3+.  This
  17805.         is version 1.4, an update to version 1.3 on disk 408.
  17806.         Includes source in C.
  17807.         Author:  Adrian Aylward
  17808.  
  17809. ==========================  Contents of Disk 447  ==========================
  17810.  
  17811. This is disk 447 of the freely distributable AMIGA software library.
  17812. Below is a listing of the significant directories and their contents.
  17813.  
  17814.  
  17815. AmiBack        Demo version of a new backup utility.  Features include
  17816.         backup to any AmigaDOS compatible device (such as floppies,
  17817.         removable hard disks, fixed media hard disk, and tape
  17818.         drives), no copy protection, configuration files, complete
  17819.         backups, incremental backups, selective backups, file
  17820.         exclusion filter, setting of archive bit, etc.  Demo version
  17821.         does not have restore, compare, or scheduler.  Version 1.0,
  17822.         binary only, requires AmigaDOS 2.0.
  17823.         Author:  MoonLighter Software
  17824.  
  17825. BackPac        Demo version of a new backup program.  Features include
  17826.         intuition interface, data compression, 907K written per
  17827.         floppy, full and incremental backups, full or selected
  17828.         restores, inclusion/exclusion patterns, user defined config
  17829.         files, multitasking friendly.  Version 1.3, binary only.
  17830.         Author:  Canadian Prototype Replicas
  17831.  
  17832. DFC        Disk Format and Copy program.  A nice, general purpose,
  17833.         disk formatter and copier.  This is version 5, an update
  17834.         to the version on disk 131.  Includes source.
  17835.         Author:  Tom Rokicki and Sebastiano Vigna
  17836.  
  17837. FlashBack    Demo version of a new backup utility.  Fully functional
  17838.         version except for the restore operation.  Features include
  17839.         backup of multiple partitions in one pass, backup of non-
  17840.         AmigaDOS partitions, backup to a file, automated unattended
  17841.         backups, pattern matching, and streaming tape support.
  17842.         Version 2.05, binary only.
  17843.         Author:  Leon Frenkel, Advanced Storage Systems
  17844.  
  17845. SMan        A Mandelbrot generation program.  Uses the mouse to select
  17846.         regions within borders of the Mandelbrot set to zoom up
  17847.         to magnifications of 10**19.  Includes math coprocessor
  17848.         support and options to save images as an IFF file.  Shows
  17849.         example of assembly programming of extended precision for
  17850.         the 68881.  Includes source.
  17851.         Author:  David McKinstry
  17852.  
  17853. TCL        Port of Tool Command Language, a simple textual language
  17854.         intended primarily for issuing commands to interactive
  17855.         programs such as text editors, debuggers, illustrators,
  17856.         shells, etc.  It has a simple syntax and is programmable
  17857.         so TCL users can write command procedures to provide more
  17858.         powerful commands than those in the built in set.
  17859.         Alpha 2 version, binary only.
  17860.         Author:  Dr. John Ousterhout, Amiga port by Hackercorp
  17861.  
  17862. ==========================  Contents of Disk 448  ==========================
  17863.  
  17864. This is disk 448 of the freely distributable AMIGA software library.
  17865. Below is a listing of the significant directories and their contents.
  17866.  
  17867.  
  17868. AmigaPet    Another cute screen hack.  Version 2.52b, binary only,
  17869.         source available from author.
  17870.         Author:  Patrick Evans
  17871.  
  17872. FifoDev        FIFO: is like PIPE: but is based on fifo.library rather
  17873.         than its own implementation.  Fifo.library is a general
  17874.         fifo library implementation that supports named fifos,
  17875.         writing to a fifo from a hardware exception, multiple
  17876.         readers on a fifo with each getting the same data stream,
  17877.         efficient reading, and automatic or manual flow control.
  17878.         Programs that require non-blocking IO can access one side
  17879.         of a FIFO: connection via the fifo.library instead of the
  17880.         FIFO: device.  Version 2, an update to version on disk 432.
  17881.         Includes some source.
  17882.         Author:  Matt Dillon
  17883.  
  17884. Mkid        A program identifier database package that provides a logical
  17885.         extension to "ctags".  The ID facility stores the locations
  17886.         for all uses of identifers, preprocessor names, and numbers
  17887.         (in decimal, octal, or hex).  Includes source.
  17888.         Author:  Greg McGary, Amiga port by Randell Jesup
  17889.  
  17890. NightMare    A handy little program that uses "shock" techniques to scare
  17891.         people.  Fun to watch while someone else is using your
  17892.         computer.  Version 1.0, binary only, source available from
  17893.         author.
  17894.         Author:  Patrick Evans
  17895.  
  17896. OnTime        Holds up a task until a given time and then releases it to
  17897.         run.  Version 1.0a, binary only, source available from author.
  17898.         Author:  Patrick Evans
  17899.  
  17900. PicToANSI    Converts a one bit plane 320x200 IFF picture to a file that
  17901.         displays the picture on any ANSI compatible terminal.
  17902.         Binary only, source available from author.
  17903.         Author:  Patrick Evans
  17904.  
  17905. SolitaireX    A solitaire game.  Features include all possible moves shown
  17906.         with a pulsing green box around the card, reshuffle, unlimited
  17907.         undo, and tournament mode.  Binary only.
  17908.         Author:  Stephen Orr, Gregory M. Stelmack
  17909.  
  17910. ST2Amiga    A program to convert Atari ST format relocatable executables
  17911.         to Amiga format relocatable executables, for subsequent
  17912.         loading into the ReSource disassembler and conversion to
  17913.         Amiga.  ST2Amiga should also compile and run on an ST.
  17914.         Version 1.1, includes C source.
  17915.         Author:  David Campbell
  17916.  
  17917. Swish        A small simple screen hack that pushes the screen around
  17918.         using the view port, and simulates a floating motion.
  17919.         Binary only, source available from author.
  17920.         Author:  Patrick Evans
  17921.  
  17922. ==========================  Contents of Disk 449  ==========================
  17923.  
  17924. This is disk 449 of the freely distributable AMIGA software library.
  17925. Below is a listing of the significant directories and their contents.
  17926.  
  17927.  
  17928. Globulus    Demo version of a new arcade game that is reminiscent of
  17929.         the old Q-bert game.  You control a cute little character
  17930.         and hop him around pathways in a diagonal kind of world,
  17931.         while trying to avoid bad things and catch good things.
  17932.         Binary only.
  17933.         Author:  Innerprise
  17934.  
  17935. Handshake    A full featured VT52/VT100/VT102/VT220 terminal emulator.
  17936.         The author has taken great pains to support the full VT102
  17937.         spec.  Supports ANSI colors, screen capture, XPR external
  17938.         protocols, user selectable fonts, ARexx, and more.  This is
  17939.         version 2.20c, an update to version 2.12a on disk number
  17940.         172.  Binary only, shareware.
  17941.         Author:  Eric Haberfellner
  17942.  
  17943. Iff2Ansi    Turns any two-color low-res IFF picture into ANSI text that
  17944.         can be displayed on any ANSI compatible terminal.  This is
  17945.         version 0.1, includes source in assembly.
  17946.         Author: Carnivore/BeerMacht
  17947.  
  17948. Shazam        A picture viewer for Dynamic HiRes images created with
  17949.         Macro Paint, the 4096 color high resolution paint program
  17950.         from Lake Forest Logic.  Version 1.1, includes two sample
  17951.         Dynamic HiRes images and source for display program.
  17952.         Author:  Lake Forest Logic
  17953.  
  17954. WonderSound    Wondersound is an additive harmonic instrument design
  17955.         tool with a separate envelope design window and 16
  17956.         relative harmonic strength and phase angle controls.
  17957.         Version 1.7, an update to version 1.6 on disk 428.
  17958.         Binary only.
  17959.         Author:  Jeffrey Harrington
  17960. ==========================  Contents of Disk 450  ==========================
  17961.  
  17962. This is disk 450 of the freely distributable AMIGA software library.
  17963. Below is a listing of the significant directories and their contents.
  17964.  
  17965.  
  17966. AmyVsWalker    Another cute animation from Eric Schwartz.  This one has
  17967.         Amy the Squirrel attempting to take a wrench to the a
  17968.         "Walker" from "The Empire Strikes Back".
  17969.         Author:  Eric Schwartz
  17970.  
  17971. MinRexx        A simple ARexx interface which can be easily patched into
  17972.         almost any program.  Includes as an example the freedraw
  17973.         program from disk number 1.  This is version 0.4, an
  17974.         update to the version on disk 188.  Includes source.
  17975.         Author:  Tomas Rokicki
  17976.  
  17977. Tabu        Quarter inch cartridge (QIC) tape backup utility.  Works
  17978.         with Microbotics HardFrame.  May work with other controllers
  17979.         as well (untested).  Includes source.
  17980.         Author:  Roy C. Sigsbey
  17981.  
  17982. UUCP        A bug fix for UUCP 1.08 released on disks 442 and 443, which
  17983.         had already been finalized at the time this fix reached me
  17984.         so could not be included there.  Includes a new getty and
  17985.         some bug fixes.
  17986.         Author:  Matt Dillon
  17987.  
  17988. ==========================  Contents of Disk 451  ==========================
  17989.  
  17990. This is disk 451 of the freely distributable AMIGA software library.
  17991. Below is a listing of the significant directories and their contents.
  17992.  
  17993.  
  17994. 'Liner          A shareware outliner whose function is to create outlines
  17995.         for notes or export to other programs.  'Liner can save
  17996.         an outline as ASCII text and is clipboard compatible.
  17997.         This version utilizes a number of AmigaOS 2.0 features and
  17998.         thus requires 2.0.  Support for the new ECS Denise display
  17999.         modes is also included.  Version 2.11, an upgrade to
  18000.         version 2.00 on disk 394.  Includes source in C.
  18001.         Author:  Dave Schreiber
  18002.  
  18003. Convert        Converts 39 different image formats into CBM standard
  18004.         24 bit IFF files for display on devices such as Black
  18005.         Belt Systems HAM-E product.  Version 1.6, binary only.
  18006.         Author:  Pete Patterson and Ben Williams
  18007.  
  18008. ProDrivers    AmigaDOS 1.3 printer drivers for the IBM 4201 and 4202 
  18009.         series of printers.  Version 1.0, binary only.
  18010.         Author:  David White
  18011.  
  18012. RCS        The Revision Control System (RCS) manages multiple
  18013.         revisions of text files. RCS automates the storing,
  18014.         retrieval, logging, identification, and merging of
  18015.         revisions. RCS is useful for text that is revised
  18016.         frequently, for example programs, documentation,
  18017.         graphics, papers, form letters, etc.  This is an update
  18018.         to RCS version 1.2 on disks 281 and 282, and includes
  18019.         only the files that have changed.
  18020.         Author:  Walter Tichy.  Amiga port by Raymond Brand
  18021.              and Rick Schaeffer.
  18022.  
  18023. RRamDisk    Another recoverable ram disk.  This one supports up to 32
  18024.         units and can be autobooted.  Unused sectors are deleted
  18025.         from memory.  The ram disk can be formatted, copied to, or
  18026.         used just like a normal disk drive.  Binary only.
  18027.         Author:  Bob Dayley
  18028.  
  18029. SnoopDos    A utility for monitoring AmigaDOS calls.  In particular,
  18030.         it allows you to see what libraries, devices, fonts,
  18031.         environment variables or startup files a program is
  18032.         looking for.  Very useful when you're trying to install
  18033.         a new application.  Version 1.2, an update to version 1.0
  18034.         on disk 388.  Includes source in C.
  18035.         Author:  Eddy Carroll
  18036.  
  18037. ==========================  Contents of Disk 452  ==========================
  18038.  
  18039. This is disk 452 of the freely distributable AMIGA software library.
  18040. Below is a listing of the significant directories and their contents.
  18041.  
  18042.  
  18043. Budget        A program to help with managing personal finances.
  18044.         Version 1.302, an update to version 1.301 on disk 416.
  18045.         Binary only.
  18046.         Author:  Le Lay Serge Camille
  18047.  
  18048. FLODemo        Floorplan Construction Set demo.  Fully functional except
  18049.         the Save IFF function is disabled and 15 pages of clip
  18050.         rooms have been replaced by a single sample page.  This
  18051.         is version 1.48, binary only.
  18052.         Author:  Jim Hennessey, Gramma Software
  18053.  
  18054. ImageLab    A program which performs image processing on IFF pictures.
  18055.         Includes standard image processing functions such as
  18056.         convolution, averaging, smoothing, enhancement, histograms,
  18057.         FFT's, etc.  Also includes file conversion functions,
  18058.         a clipboard, and other useful functions.  Version 2.4,
  18059.         an update to version 2.2 on disk 243, includes bug fixes,
  18060.         PAL support, overscanned and super-bitmap image support,
  18061.         improved paint operation, better area selection, HAM
  18062.         histograms, and FFTs.  Binary only.
  18063.         Author:  Gary Milliorn
  18064.  
  18065. MandelPAUG    A version of MandFXP with complete online help, a fully
  18066.         implemented Mandelbrot and Julia set "movie mode", and
  18067.         many improvements in the user interface.  Version 2.1,
  18068.         binary only, source available.
  18069.         Author:  Bruce Dawson, Steve Larocque, Jerry Hedden
  18070.  
  18071. ==========================  Contents of Disk 453  ==========================
  18072.  
  18073. This is disk 453 of the freely distributable AMIGA software library.
  18074. Below is a listing of the significant directories and their contents.
  18075.  
  18076. AmigaTration    A "Concentration" like game for the Amiga, where you must
  18077.         locate matching tiles on a grid that can range from 4x4
  18078.         (easy) to 12x12 (difficult).  Version 1.0, binary only.
  18079.         Author:  Gabe Dalbec
  18080.  
  18081. Lemmings    Demo version of an enchanting new game from Psygnosis.
  18082.         The lemmings are cute little guys you have to guide across
  18083.         the screen from one level to the next, over and under and
  18084.         around various obstacles, by using your mouse and changing
  18085.         each lemming's characteristics to get them to perform
  18086.         various useful tasks such as building bridges or digging
  18087.         through obstacles.  Binary only.
  18088.         Author:  Dave Jones, Gary Timmons, Scott Johnston, and
  18089.              Brian Johnston
  18090.  
  18091. ProjMot        A Projectile Motion plotter.  Plots the path of a projectile
  18092.         fired with a variable initial velocity and angle. Display
  18093.         can be scaled, and time can be accelerated.  The program
  18094.         returns the distance traveled and the time it took.  This is
  18095.         version 1.01, includes source.
  18096.         Author:  Chris Hopps
  18097.  
  18098. Quick        A utility program specifically targeted at hard drive users
  18099.         to eliminate the frustration of launching programs on the
  18100.         Amiga.  It eliminates the need to open Workbench windows
  18101.         and/or remember and type in long pathnames to executables.
  18102.         Version 1.0, binary only.
  18103.         Author:  Greg Gorby
  18104.  
  18105. ==========================  Contents of Disk 454  ==========================
  18106.  
  18107. This is disk 454 of the freely distributable AMIGA software library.
  18108. Below is a listing of the significant directories and their contents.
  18109.  
  18110.  
  18111. Decigel        A software fix for programs that use instructions which
  18112.         are priviledged on the 68010/020/030.  Update to the
  18113.         version on disk 18.  Includes source in assembly.
  18114.         Author:  Byrce Nesbitt
  18115.  
  18116. Enforcer    Enforcer uses the MMU to build a shroud of protection
  18117.         over anything that is not legal memory.  Any empty holes
  18118.         in the address space are marked as illegal.  Reads of
  18119.         the system ROMs are allowed, but not writes.  With the
  18120.         exception of longword reads of location 4, the lowest
  18121.         1K of memory is completely protected.  When an illegal
  18122.         access is detected, the power LED will flash and a
  18123.         detailed message will be sent out the serial port.
  18124.         Binary only.
  18125.         Author:  Bryce Nesbitt
  18126.  
  18127. Redaktu        A PostScript program which runs on PixelScript to edit
  18128.         other PostScript programs.  Several examples and a
  18129.         detailed explanation are included.
  18130.         Author:  John Starling
  18131.  
  18132. StillStore    A program designed for freelance, corporate, and broadcast
  18133.         television.  It loads and displays IFF images of any
  18134.         resolution interchangeably from a list file or as inputted
  18135.         directly (I.E. random access).  The user may easily skip
  18136.         forward or backward one or more pictures in the list.  A
  18137.         "generic" display is always just a few seconds away.  The
  18138.         program can be used "on air" with no concern that a pull
  18139.         down menu will suddenly appear in the viewable area.  It
  18140.         also provides for a precise cue for changing windows or
  18141.         screens.  While the main purpose is to load "news windows"
  18142.         of 1/4 screen size, StillStore can also handle full-sized
  18143.         and overscanned images.  Also includes slide show modes and
  18144.         a screen positioning feature.  Stillstore is written in the
  18145.         Director language from the Right Answers Group. This is
  18146.         version 1.2.1, an update to version 1.2 on disk 317.  Binary
  18147.         only, source available from authors.
  18148.         Author:  R. J. (Dick) Bourne and Richard Murray
  18149.  
  18150. Vortex        A universal accented character converter for Amiga, IBM-PC,
  18151.         MacIntosh, and C64 files written in most west european
  18152.         languages (Danish, Finnish, French, German, Italian, Islandic,
  18153.         Norwegian, Spanish, Swedish, and more.  Works with either
  18154.         ASCII or Word Perfect files.  Version 1.5, includes source.
  18155.         Author:  Michel Laliberte
  18156.  
  18157. ==========================  Contents of Disk 455  ==========================
  18158.  
  18159. This is disk 455 of the freely distributable AMIGA software library.
  18160. Below is a listing of the significant directories and their contents.
  18161.  
  18162.  
  18163. AngusCopy    A disk copy program with intuition user interface.
  18164.         Version 2.0, shareware, includes source in Modula II.
  18165.         Author:  Andreas Gunser
  18166.  
  18167. ConvMacF    Converts MacIntosh type 1 Adobe fonts to a format usable on
  18168.         the Amiga.  Reads a compressed MacIntosh format Adobe font
  18169.         file and unpacks it to an ASCII text file, which permits
  18170.         sending the font to a printer as a PostScript program.
  18171.         Includes source.
  18172.         Author:  Unknown, Amiga port by Joe Pearce
  18173.  
  18174. MemMon        A small memory monitor.  Version II, shareware, includes
  18175.         source in Modula II.
  18176.         Author:  Andreas Gunser
  18177.  
  18178. Vlt        VLT is both a VT100 emulator and a Tektronix (4014 plus
  18179.         subset of 4105) emulator, currently in use at SLAC
  18180.         (Stanford Linear Accelerator Center).  Although the VT100
  18181.         part was originally based on Dave Wecker et al.'s VT100,
  18182.         many enhancements were made.  Features include use of ARP,
  18183.         an ARexx port, XMODEM 1K/CRC and Kermit protocols, support
  18184.         for additional serial ports, external file transfer protocols
  18185.         (XPR), a "chat" mode, and scrollback/review/history buffer.
  18186.         It comes in two versions, one with Tektronix emulation, and
  18187.         one without.  The Tektronix emulation allows saving IFF files,
  18188.         PostScript files, and printing bitmaps to the printer.  This
  18189.         is version 5.034, an update to version 4.846 on disk 410.
  18190.         Binary only.
  18191.         Author:  Willy Langeveld
  18192.  
  18193. ==========================  Contents of Disk 456  ==========================
  18194.  
  18195. This is disk 456 of the freely distributable AMIGA software library.
  18196. Below is a listing of the significant directories and their contents.
  18197.  
  18198.  
  18199. CheatSheet    A compilation of cheats, hints, backdoors, helpful bugs,
  18200.         passwords, codes, solves, and walkthroughs for over 150
  18201.         Amiga games.  February 1st, 1991 edition, an update to
  18202.         January 1st edition on disk 431.
  18203.         Author:  Mark Shnayer
  18204.  
  18205. CManual        Parts 1 and 2 of a complete C manual for the Amiga which
  18206.         describes how to open and work with Screens, Windows,
  18207.         Graphics, Gadgets, Requesters, Alerts, Menus, IDCMP,
  18208.         Sprites, VSprites, AmigaDOS, Low Level Graphics Routines,
  18209.         Hints and Tips, etc.  The manual also explains how to use
  18210.         your C Compiler and gives you important information about
  18211.         how the Amiga works and how your programs should be designed.
  18212.         The manual consists of 15 chapters together with more than
  18213.         100 fully executable examples with source code.  When
  18214.         unpacked, the manual and examples nearly fill up four
  18215.         standard Amiga floppies.  This is version 2.0, an update to
  18216.         version 1.0 on disk 337.  Because of its size, it is
  18217.         distributed on two library disks, parts 1 and 2 on disk 456
  18218.         and parts 3 and 4 on disk 457.
  18219.         Author:  Anders Bjerin
  18220.  
  18221. ==========================  Contents of Disk 457  ==========================
  18222.  
  18223. This is disk 457 of the freely distributable AMIGA software library.
  18224. Below is a listing of the significant directories and their contents.
  18225.  
  18226.  
  18227. CManual        Parts 3 and 4 of a complete C manual for the Amiga which
  18228.         describes how to open and work with Screens, Windows,
  18229.         Graphics, Gadgets, Requesters, Alerts, Menus, IDCMP,
  18230.         Sprites, VSprites, AmigaDOS, Low Level Graphics Routines,
  18231.         Hints and Tips, etc.  The manual also explains how to use
  18232.         your C Compiler and gives you important information about
  18233.         how the Amiga works and how your programs should be designed.
  18234.         The manual consists of 15 chapters together with more than
  18235.         100 fully executable examples with source code.  When
  18236.         unpacked, the manual and examples nearly fill up four
  18237.         standard Amiga floppies.  This is version 2.0, an update to
  18238.         version 1.0 on disk 337.  Because of its size, it is
  18239.         distributed on two library disks, parts 1 and 2 on disk 456
  18240.         and parts 3 and 4 on disk 457.
  18241.         Author:  Anders Bjerin
  18242.  
  18243. Line        A shell written to enhance the bare-bones CLI with features
  18244.         that many people find useful in the UNIX csh, including
  18245.         history, aliases, a directory stack, etc.  Version 1.15,
  18246.         includes source.
  18247.         Author:  John D. Aycock
  18248.  
  18249. QuickReq        An "Ask utility" to replace the "ask" command from AmigaDOS.
  18250.         QuickReq can load arguments from files thus making it
  18251.         possible to handle long questions and texts.  Also supports
  18252.         optional line breaks in BodyText, an option to center text
  18253.         to window, DisplayBeep when requester is activated, setting
  18254.         your own FrontPen number, specifying requesters width and
  18255.         height and all kinds of overscan displays.  First public
  18256.         release.  Version 2.0, includes source.
  18257.                 Author:  Markus Aalto
  18258.  
  18259. ==========================  Contents of Disk 458  ==========================
  18260.  
  18261. This is disk 458 of the freely distributable AMIGA software library.
  18262. Below is a listing of the significant directories and their contents.
  18263.  
  18264. ATCopy        A program to copy files from the Amiga side of a system
  18265.         equipped with a PC/AT bridgeboard, to the PC side, using
  18266.         wildcards.  Copies directly through the shared memory.
  18267.         Supports CLI and WorkBench usage.  This is version 2.2,
  18268.         an update to version 2.1 on disk 429.  New features
  18269.         include much faster copying and selection of all options
  18270.         using WorkBench.  Shareware, binary only.
  18271.         Author:  Peter Vorwerk
  18272.  
  18273. Csh        Version 4.02a of a csh like shell derived from Matt Dillon's
  18274.         shell, version 2.07.  This is an update to version 4.01a on
  18275.         disk 331.  Changes include bug fixes, preservation of file
  18276.         protection bits by cp, some new commands, and reformatted
  18277.         documentation.  Includes source.
  18278.         Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  18279.  
  18280. GIFMachine    A program that will convert CompuServe GIF image files
  18281.         into IFF SHAM and 24bit ILBMs.  It offers a number of
  18282.         extra options like dithering, horizontal and vertical
  18283.         flip, as well as automatic border removal.  Requires
  18284.         KickStart version 2.0 or greater to run.  This is version
  18285.         2.116, an update to version 2.104 on disk 405.  Includes
  18286.         source.
  18287.         Author:  Christopher Wichura
  18288.  
  18289. TeXify        A package of ARexx scripts, for CygnusEd users, which
  18290.         allows total control of AmigaTex from within CED.  This
  18291.         is version 1.10e, binary only.
  18292.         Author:  Wolf Faust
  18293.  
  18294. ==========================  Contents of Disk 459  ==========================
  18295.  
  18296. This is disk 459 of the freely distributable AMIGA software library.
  18297. Below is a listing of the significant directories and their contents.
  18298.  
  18299.  
  18300. AmiDock        An Amiga version of the NeXT's "dock", but more versatile
  18301.         and not as limited.  Provides you with a number of buttons
  18302.         on the WorkBench screen that, when pressed, will launch
  18303.         other programs.  These buttons are fully configurable to
  18304.         run any program you want.  Version 1.2.4, binary only.
  18305.         Author:  Gary Knight
  18306.  
  18307. Conquest    Lore of Conquest is a war game similar in concept to the
  18308.         board game Risk.  You are the lord of an entire world,
  18309.         destined to rule the galaxy.  Some worlds are virgin fruits,
  18310.         ready for you to colonize.  Some worlds have natives who do
  18311.         not wish to accept your rule, these you must conquer for
  18312.         they will yield more valuable resources.  As you claim the
  18313.         galaxy you will find, you are not the only one extending
  18314.         your dominion.  This is a two-player game, so be prepared
  18315.         to defend yourself and take what is yours!  Version 1.3, an
  18316.         update to version 1.2 on disk 432.  Binary only, shareware.
  18317.         Author:  Michael Bryant
  18318.  
  18319. Rxgen        An ARexx library that allows you to call any function of
  18320.         almost any Amiga library from an ARexx program.  This is
  18321.         version 1.0, binary only.
  18322.         Author:  Francois Rouaix
  18323.  
  18324. XprZmodem    An Amiga shared library which provides ZModem file
  18325.         transfer capability to any XPR-compatible communications
  18326.         program.  This is version 2.10, an update to version 2.0
  18327.         on disk 261.  Includes source.
  18328.         Author:  Rick Huebner
  18329.  
  18330. Zoom        A fast and efficient floppy disk archiving utility based
  18331.         on the data compression / decompression algorithms used by
  18332.         lh.library.  Has an Intuition and a Shell interface, fully
  18333.         supports Kickstart 2.0, is able to add texts and notes to
  18334.         archived output files, knows 66 different bootblock viruses,
  18335.         includes a number of compression parameters (such as
  18336.         encryption of the output file) and a lot more.  Version 4.1,
  18337.         an update to version 3.10 on disk 436. Binary only.
  18338.         Author:  Olaf 'Olsen' Barthel
  18339. ==========================  Contents of Disk 460  ==========================
  18340.  
  18341. This is disk 460 of the freely distributable AMIGA software library.
  18342. Below is a listing of the significant directories and their contents.
  18343.  
  18344.  
  18345. JMenu        This program allows an AmigaDOS script to display a menu,
  18346.         wait for the user to make a selection either with the mouse
  18347.         or the keyboard, and return the selection back to the script
  18348.         through an environment variable.  It can also immediately
  18349.         execute any valid AmigaDOS command based upon the menu
  18350.         selection.  The maximum size of the menu is based on the
  18351.         screen resolution and font size, up to a maximum of 26
  18352.         selections of a maximum of 80 characters each and an optional
  18353.         title area of up to 4 lines.  Version 1.1, binary only.
  18354.         Author:  James Collins
  18355.  
  18356. NetHack        A screen oriented fantasy game where your goal is to grab as
  18357.         much treasure as you can, retrieve the Amulet of Yendor, and
  18358.         escape the Mazes of Menace alive.  On the screen is a map
  18359.         of where you have been and what you have seen on the current
  18360.         dungeon level.  As you explore more of the level, it appears
  18361.         on the screen in front of you.  Nethack generates a new
  18362.         dungeon every time it is played, thus even veteran players
  18363.         will continue to find it entertaining and exciting.  This
  18364.         is version 3.0, patch level 10, an update to version 2.3 on
  18365.         disks 189 and 190.  Binary only, source available.
  18366.         Author:  Various, see documentation.
  18367.  
  18368. ShadowMaker    Demo version of an Intuition based Font shadow generator.
  18369.         In seconds you can convert your favorite fonts into color
  18370.         fonts with professional video shadows built right in.
  18371.         The only restriction for this demo is that the final font
  18372.         height at SAVE times must be less than 40 pixels in height.
  18373.         Version 1.5, an update to version on disk 428.  Binary only.
  18374.         Author:  Stephen Lebans
  18375.  
  18376. ==========================  Contents of Disk 461  ==========================
  18377.  
  18378. This is disk 461 of the freely distributable AMIGA software library.
  18379. Below is a listing of the significant directories and their contents.
  18380.  
  18381. DFrags        Disk Fragmentation reporting utility.  Displays disk
  18382.         fragmentation for both floppy and hard disk devices.
  18383.         Does not attempt to change any data, just gives a report.
  18384.         Version 2.02, shareware, binary only.
  18385.         Author:  Custom Services
  18386.  
  18387. DiskPrint    Prints labels for 3.5" disks, primarily for PD library
  18388.         disks.  Label data files can be loaded into memory so
  18389.         labels for most PD disks are available after a few mouse-
  18390.         clicks.  Features include three different label sizes,
  18391.         default file, different label library functions, Amiga-
  18392.         LibDisk contents read-in and easy handling.  This is
  18393.         version 2.7.2, an update to version 2.3.5b on disk 441.
  18394.         Shareware, binary only.
  18395.         Author:  Jan Geissler
  18396.  
  18397. Logic        A small game that is somewhat reminiscent of "life".
  18398.         Version 2.0, includes source in assembly.
  18399.         Author:  Thomas Jansen
  18400.  
  18401. MandAnim    A Mandelbrot Animation program that allows you to easily
  18402.         generate series of lo-res/16-color pictures.  Features
  18403.         full mouse and/or keyboard operation, zooms, auto-save,
  18404.         high (+cheat) speed, iconization, preview, ease, etc.
  18405.         The generated pictures all remember their positions and
  18406.         settings so they can be reloaded.  This is version 1.2,
  18407.         an update to version 1.1 on disk 387.  Binary only.
  18408.         Author:  Ekke Verheul.
  18409.  
  18410. NewList        A powerful LIST replacement.  Supports many features
  18411.         including sorts, character filters, case sensativity,
  18412.         most options offered by LIST, date construction,
  18413.         UNIX wildcards, and much more.  Sort routines are VERY
  18414.         fast and memory usage is minimal.  Version 4.5, binary
  18415.         only.
  18416.         Author:  Phil Dietz
  18417.  
  18418. SBall        A game using the joystick to control a "bouncing ball".
  18419.         Binary only.
  18420.         Author:  Hertzig Wolfgang and Meisner Christian
  18421.  
  18422. TDraw        An easy to use Window Title Bar Pattern Editor for use
  18423.         with TBar.  Load, save, test, and edit patterns.  Saves
  18424.         script files that can be executed later to change window
  18425.         patterns at anytime (like on boot-up).  Includes TRand,
  18426.         a utility to pick a random TBar file so your WorkBench
  18427.         will look different each time you reboot.  Version 1.0,
  18428.         binary only.
  18429.         Author:  Phil Dietz
  18430.  
  18431. Tron        Another game based on the lightcycle race sequence in the
  18432.         science fiction computer film "Tron".  This is version 1.0,
  18433.         unrelated to other Tron releases in the library.  Includes
  18434.         source in assembly.
  18435.         Author:  Thomas Jansen
  18436.  
  18437. ==========================  Contents of Disk 462  ==========================
  18438.  
  18439. This is disk 462 of the freely distributable AMIGA software library.
  18440. Below is a listing of the significant directories and their contents.
  18441.  
  18442.  
  18443. CacheDisk    Improves floppy disk throughput by caching entire tracks of
  18444.         data.  Buffers disk reads and writes for maximum speed gain
  18445.         and has a user setable number of buffers for each drive.
  18446.         Version 1.0, binary only.
  18447.         Author:  Terry Fisher
  18448.  
  18449. DisTerm        The dissidents telecommunication program.  Has built in
  18450.         phone directory requester, autodial, various file transfer
  18451.         protocols, ascii send and capture, full/half duplex, split
  18452.         window, color requester, macro keys, selectable baud, CR/LF
  18453.         expansion, automatically configured per phone entry.  Binary
  18454.         only.
  18455.         Author:  Jeff Glatt
  18456.  
  18457. Humartia    An arcade game where each player controls a jet and must
  18458.         destroy the opponents jet, which is accomplished when a
  18459.         jet has been hit 75 by either missiles or air mines.
  18460.         Binary only.
  18461.         Author:  Jason Bauer
  18462.  
  18463. SeaLance    Game based on a Trident submarine simulator.  You must use
  18464.         the weapons at your disposal to liberate the earth's cities
  18465.         from alien occupation.  Binary only.
  18466.         Author:  Jason Bauer
  18467.  
  18468. Up&Down        The object of this game is to get four of your chips in a
  18469.         row (across, down, or diagonally) without letting your
  18470.         opponent get his chips in a row first.  Binary only.
  18471.         Author:  Jason Bauer
  18472.  
  18473. ==========================  Contents of Disk 463  ==========================
  18474.  
  18475. This is disk 463 of the freely distributable AMIGA software library.
  18476. Below is a listing of the significant directories and their contents.
  18477.  
  18478.  
  18479. ExecRexx    A program that turns an ARexx script into an executable
  18480.         which can be run from WorkBench or the CLI.  Binary only.
  18481.         Author:  Jeff Glatt
  18482.  
  18483. FileIO        A file requester library based upon an example by R.J. Mical.
  18484.         Has numerous features, including uses other than disk I/O.
  18485.         Version 1.C, update to version 1.9 on disk 393.  Binary only.
  18486.         Author:  Jeff Glatt, Jim Fiore, R.J. Mical
  18487.  
  18488. ILBM        The ilbm reader/writer library 0.5 and examples.  Also can
  18489.         be used for non-ILBM files.  100% compatible with original
  18490.         Electronic Arts code.  Binary only.
  18491.         Author:  Jeff Glatt
  18492.  
  18493. LibTool        A utility that can quickly convert C or assembly code into
  18494.         an Amiga shared library.  Also makes all support files
  18495.         including C and assembly include files, bmap files, Manx and
  18496.         Lattice pragmas, C glue stubs.  Can also make a device.
  18497.         Binary only.
  18498.         Author:  Jeff Glatt
  18499.  
  18500. PrintSpool    A shared library to easily add text or graphics print
  18501.         spooling to any C or assembly program.  Binary only.
  18502.         Author:  Jeff Glatt
  18503.  
  18504. RexxIntuition    An ARexx function library which allows ARexx scripts to open
  18505.         windows/screens, add menus, add proportional, boolean, and
  18506.         string gadgets, use requesters, load/save ILBM pictures, use
  18507.         a color requester, print text in various colors, sizes, and
  18508.         styles, draw colored lines and boxes, print text or graphics,
  18509.         etc.  Binary only.
  18510.         Author:  Jeff Glatt
  18511.  
  18512. RexxLib        A shared library that can be used to easily add an ARexx
  18513.         implementation to any program in a memory efficient manner.
  18514.         Binary only.
  18515.         Author:  Jeff Glatt
  18516.  
  18517. ==========================  Contents of Disk 464  ==========================
  18518.  
  18519. This is disk 464 of the freely distributable AMIGA software library.
  18520. Below is a listing of the significant directories and their contents.
  18521.  
  18522.  
  18523. Cross        A program that creates crossword puzzles.  Has a message
  18524.         data file to allow easy translation into almost any human
  18525.         language, with English and German currently supported.
  18526.         This is version 3.3, includes source in M2Amiga Modula-2.
  18527.         Author:  Jurgen Weinelt
  18528.  
  18529. FileWindow    A completely public domain file requester which may be used
  18530.         in any program, even commercial ones.  It uses dynamically
  18531.         allocated memory to hold the file names so the only limitation
  18532.         is the amount of memory available.  Includes a filter option
  18533.         to limit display of filenames to only ones with a specific
  18534.         extension.  Names are automatically sorted while they are
  18535.         being read and displayed.  This version has been enhanced
  18536.         by Bernd Schied for more device gadgets, renaming of files
  18537.         and directories, ANSI-C source, and more.  Update to version
  18538.         1.10 on disk 336.  Includes source.
  18539.         Author:  Anders Bjerin, Bernd Schied
  18540.  
  18541. PictureEditor    An "object-oriented" paint program that allows you to
  18542.         create, modify, load, and save hierarchical structured
  18543.         picture objects.  Version 1.12, shareware, binary only.
  18544.         Author:  Hans W. Stremlau
  18545.  
  18546. Scan        CLI utility to display the individual character contents 
  18547.         of any file.  Displays the ASCII and Hex values, count and
  18548.         percentage of total along with actual character (if 
  18549.         displayable).  Listing is displayed on a console window or
  18550.         optionally written to an output file.  Possible uses would
  18551.         be to scan files for binary characters, relative character
  18552.         counts, matching numbers of special characters, determining
  18553.         LF/CR configurations, etc.  Version 1.0, includes source.
  18554.         Author:  Dan Fish, console routine by Jim Cooper
  18555.  
  18556. ==========================  Contents of Disk 465  ==========================
  18557.  
  18558. This is disk 465 of the freely distributable AMIGA software library.
  18559. Below is a listing of the significant directories and their contents.
  18560.  
  18561.  
  18562. FCS        Prerelease version of an iterated Fractal Construction
  18563.         Set program, used to generate iterated fractal images
  18564.         such as Sierpinski's triangle, ferns, etc.  This is
  18565.         version 0.99, binary only.
  18566.         Author:  Garth Thornton
  18567.  
  18568. Lz        An lharc compatible archiver that is reported to be much
  18569.         faster than other available archivers and produce smaller
  18570.         archives.  Version 2.00, binary only.
  18571.         Author:  Jonathan Forbes
  18572.  
  18573. MRBackUp    A hard disk backup utility that does a file by file copy
  18574.         to standard AmigaDOS floppy disks.  Includes an intuition
  18575.         interface and file compression.  Version 5.02a, an update
  18576.         to version 3.4 on disk 327.  Shareware, binary only.
  18577.         Author:  Mark Rinfret
  18578.  
  18579. TextPlus    A word processor for the Amiga, with both German and 
  18580.         English versions.  TextPlus enables you to write letters,
  18581.         books, programs etc. in a very easy and comfortable way.
  18582.         This is version 2.2E, the same as on disk 375.  However,
  18583.         this release includes the source (the description on
  18584.         disk 375 claims the source is included but it was not).
  18585.         Author:  Martin Steppler
  18586.  
  18587. ==========================  Contents of Disk 466  ==========================
  18588.  
  18589. This is disk 466 of the freely distributable AMIGA software library.
  18590. Below is a listing of the significant directories and their contents.
  18591.  
  18592.  
  18593. DICE        Dillon's Integrated C Enviroment.  A C frontend, pre-
  18594.         processor, C compiler, assembler, linker, and support
  18595.         libraries.  Features include ANSI compatibility, many
  18596.         code optimizations, and autoinit routines (user routines
  18597.         called during startup before main is called).  This is
  18598.         version 2.06.15 (2.06B), an update to version 2.06.14 on
  18599.         disk 443.  Shareware, binary only.
  18600.         Author:  Matthew Dillon
  18601.  
  18602. HamLabDemo    Demo version of an expandable image format conversion
  18603.         utility.  Converts GIF, TIFF, PBMPLUS, Spectrum 512, MTV,
  18604.         QRT, and Sun images into HAM and SHAM.  Images can be
  18605.         scaled, dithered, color corrected, and cropped.  This
  18606.         demo version is limited to processing images of 512 by
  18607.         512 pixels or less.  Version 1.1, shareware, binary only.
  18608.         Author:  J. Edward Hanway
  18609.  
  18610. Mosaic        Mosaic is a game played with a set of 81 two-by-two tiles
  18611.         on a 24-by-24 playing area.  The objective of the game is
  18612.         to place your tiles such that squares of the same pattern
  18613.         are connected as much as possible.  Version 1.0, includes
  18614.         source.
  18615.         Author:  Kirk Johnson and Loren J. Rittle
  18616.  
  18617. StopWatch    A stop watch application with the precision of one milli-
  18618.         second (variable), which scans the joystick button.  Full
  18619.         multitasking capability and intuition interfacing, ARexx
  18620.         port for parameter and result handling, and supports all
  18621.         non-proportional WorkBench fonts.  Written in Modula 2 and
  18622.         assembly language.  Version 2.0, binary only.
  18623.         Author:  Christian Danner
  18624.  
  18625. ==========================  Contents of Disk 467  ==========================
  18626.  
  18627. This is disk 467 of the freely distributable AMIGA software library.
  18628. Below is a listing of the significant directories and their contents.
  18629.  
  18630.  
  18631. Multiplot    An intuitive data plotting program featuring flexible input
  18632.         options, arbitrary text addition, automatic scaling, zoom
  18633.         and slide with clipping at boundaries, a range of output
  18634.         file formats and publication quality printed output.
  18635.         Workbench printers are supported via transparent use of
  18636.         the PLT: device.  This is version XLNd, an update to version
  18637.         XLNc on disk 373. Includes bug fixes, many new features,
  18638.         postscript and HP LaserJet III support, logarithmic axes.
  18639.         Author:  Alan Baxter, Tim Mooney, Rich Champeaux, Jim Miller
  18640.  
  18641. PowerSnap    A utility that allows you to use the mouse to mark characters
  18642.         anywhere on the screen, and then paste them somewhere else,
  18643.         such as in another CLI or in a string gadget.  Checks what
  18644.         font is used in the window you snap from and will look for
  18645.         the position of the characters automatically.  Recognizes all
  18646.         non proportional fonts of up to 24 pixels wide and of any
  18647.         height.  Works with AmigaDOS 2.0 in both shell and WorkBench
  18648.         environments.  Version 1.0, binary only.
  18649.         Author:  Nico Francois
  18650.  
  18651. ==========================  Contents of Disk 468  ==========================
  18652.  
  18653. This is disk 468 of the freely distributable AMIGA software library.
  18654. Below is a listing of the significant directories and their contents.
  18655.  
  18656.  
  18657. Post        An excellent PostScript interpreter for the Amiga which
  18658.         implements the full Adobe language.  Supports type 1 and
  18659.         type 3 fonts, screen output, file output, and printer
  18660.         output.  Requires Arp library V39+ and ConMan V1.3+.  This
  18661.         is version 1.5, an update to version 1.4 on disk 446.
  18662.         Changes include better type 1 font rendering and some bug
  18663.         fixes.  Includes source in C.
  18664.         Author:  Adrian Aylward
  18665.  
  18666. Vlt        Vlt version 5.045, a partial update to version 5.034 on
  18667.         disk 455.  Includes new executables with and without
  18668.         Tektronix emulation, and a new xprascii library.  You
  18669.         still need the files from disk 455 to make a complete
  18670.         distribution.  Binary only.
  18671.         Author:  Willy Langeveld
  18672.  
  18673. ==========================  Contents of Disk 469  ==========================
  18674.  
  18675. This is disk 469 of the freely distributable AMIGA software library.
  18676. Below is a listing of the significant directories and their contents.
  18677.  
  18678.  
  18679. AirAce        A fast paced WWI biplane shoot'em up game built using
  18680.         Accolade's Shoot'Em Up Construction Kit.  Binary only.
  18681.         Author:  Robert Grace
  18682.  
  18683. FastLife    A fast life program featuring an intuition interface, four
  18684.         screen sizes, 19 generations/second, and 153 patterns in
  18685.         text file format.  Version 1.0, binary only.
  18686.         Author:  Ron Charlton
  18687.  
  18688. Triangle    A game like chinese checkers, consisting of fourteen pegs
  18689.         and one empty hole in a triangular formation.  The object
  18690.         of the game is to leave one peg in the original empty hole
  18691.         or have eight pegs on the board and no possible moves.
  18692.         Version 1.1, includes source in BASIC.
  18693.         Author:  Russell Mason
  18694.  
  18695. WordPuzzle    The object of this game is to find a word in a puzzle
  18696.         arrangement.  There are three different variations of the
  18697.         game.  Version 1.1, includes source in BASIC.
  18698.         Author:  Russell Mason
  18699. ==========================  Contents of Disk 470  ==========================
  18700.  
  18701. This is disk 470 of the freely distributable AMIGA software library.
  18702. Below is a listing of the significant directories and their contents.
  18703.  
  18704.  
  18705. BCF        FORTRAN-77 compiler, linker, and runtime support library.
  18706.         No Amiga specific hooks, just vanilla FORTRAN.  ANSI
  18707.         compatible with extensions.  Version 1.3c, binary only.
  18708.         Author:  Andre Kostli
  18709.  
  18710. KeyMenu        An alternative to Intuition's method of menu selection via
  18711.         the keyboard.  Uses one key to activate the menu for the
  18712.         currently active window, the cursor keys to move through
  18713.         the menu as you choose, and the return key to select the
  18714.         desired menu item or escape key to abort selection.  Works
  18715.         with AmigaDOS 2.0 mouse accelerator and has option to blank
  18716.         Intuition's pointer.  Version 1.03, includes assembly source.
  18717.         Author:  Ken Lowther
  18718.  
  18719. TripleYachtZ    An implementation and variation of the game "Yacht".  Plays
  18720.         both Single (the standard game) and Triple, which differs
  18721.         from normal Yacht-Z in that all scores in the 3rd column of
  18722.         your scorecard are worth three times as much as the normal
  18723.         value and those in the 2nd are worth double.  Version 1.2,
  18724.         binary only, source available from author.
  18725.         Author:  Stephan Iannce
  18726.  
  18727. ==========================  Contents of Disk 471  ==========================
  18728.  
  18729. This is disk 471 of the freely distributable AMIGA software library.
  18730. Below is a listing of the significant directories and their contents.
  18731.  
  18732.  
  18733. BTNTape        A "Better Than Nothing" SCSI tape device handler.  It
  18734.         provides flat file access to a SCSI tape drive from
  18735.         application programs using simple DOS calls to Read()
  18736.         and Write().  It can also be used with the Amiga TAR
  18737.         utility for disk backups.  It requires a "SCSI-direct"
  18738.         compatible SCSI bus adapter but will also work with the
  18739.         A2090(A).  It now supports many more tape drives, and has
  18740.         some new features.  This is version 2.0, an update to
  18741.         version 1.0 on disk 392.  Includes source.
  18742.         Author:  Robert Rethemeyer
  18743.  
  18744. MachIII        A "mouse accelerator" program that also includes hotkeys,
  18745.         features of sun mouse, clicktofront, popcli, title bar
  18746.         clock with a bbs online charge accumulator, Arexx support
  18747.         and much more.  Updates for Workbench 2.0 have been added
  18748.         along with many fixes and new features.  This is version
  18749.         3.1, an update to version 3.0 on disk 378.  Binary only.
  18750.         Author:  Brian Moats and Polyglot software
  18751.  
  18752. MoleWt        MoleWt is a molecular weight calculator.  The program
  18753.         accepts a chemical formula and returns the molecular weight.
  18754.         This is version 1.01, binary only.
  18755.         Author:  John Kennan
  18756.  
  18757. Uedit        A nice shareware editor with learn mode, a command
  18758.         language, menu customization, hypertext, online help,
  18759.         a teach mode, split windows, copy and paste, undo,
  18760.         features.  This is version 2.6e, an update to version
  18761.         2.6c on disk 415.  Binary only.
  18762.         Author:  Rick Stiles
  18763.  
  18764. ==========================  Contents of Disk 472  ==========================
  18765.  
  18766. This is disk 472 of the freely distributable AMIGA software library.
  18767. Below is a listing of the significant directories and their contents.
  18768.  
  18769.  
  18770. CNewsBin    This is part 1 of a C News distribution for the Amiga.
  18771.         This part includes all the binary and text files necessary
  18772.         to set up and run C News.  Part 2 is available on disk 473
  18773.         and contains the source.  C News uses UUCP, such as Matt
  18774.         Dillons implementation (see disks 479 and 480)  or that
  18775.         included with this software's previous version (disk 319).
  18776.         This package has been reworked and now includes a newsreader,
  18777.         AmigaRN (Sharware).  All major (and a few minor) features of
  18778.         Unix C News are implemented.  The Author refers to this as
  18779.         release 15-Dec-90, an update to the orginal version on disks
  18780.         318 and 319.
  18781.         Author:  Various, Amiga port by Frank Edwards
  18782.  
  18783. ICalc        An expression calculator that works with real and complex
  18784.         numbers, has arbitrarily-named variables and user-defined
  18785.         functions, startup files and more.  Version 1.0, includes
  18786.         source.
  18787.         Author:  Martin Scott
  18788.  
  18789. IFFBeep        A small utility that lets you replace the screen flash of
  18790.         DisplayBeep() with any IFF 8SVX sound file.  Also plays
  18791.         sounds on disk insertion/removal.  It can be run from the CLI
  18792.         or Workbench and includes an interactive "control panel".
  18793.         Version 2.0, binary only.
  18794.         Author:  Paul Wilkinson
  18795.  
  18796. ==========================  Contents of Disk 473  ==========================
  18797.  
  18798. This is disk 473 of the freely distributable AMIGA software library.
  18799. Below is a listing of the significant directories and their contents.
  18800.  
  18801.  
  18802. BigBrother    A virus infection detection program with some optional
  18803.         utilities.  It runs as a normal task and checks every
  18804.         1 second the important memory locations in the Amiga.
  18805.         As a bonus, BigBrother is capable of starting a new shell,
  18806.         starting script files, viewing and installing bootblocks.
  18807.         All this in a program less than 10K.  Includes assembly
  18808.         source.
  18809.         Author:  Erwin van Breemen
  18810.  
  18811. CNewsSrc    This is part 2 of a C News distribution for the Amiga.
  18812.         This part includes all the source for C News.  Part 1 is
  18813.         available on disk 472 and includes all the binary and text
  18814.         files necessary to set up and run C News on the Amiga.
  18815.         CNews uses UUCP, such as Matt Dillons implementation (see
  18816.         disks 479 and 480) or that included with this sofware's
  18817.         previous version (disk 319).  This package has been reworked
  18818.         and now includes a newsreader, AmigaRN (Sharware).  All
  18819.         major (and a few minor) features of Unix C News are
  18820.         implemented.  The Author refers to this as release 15-Dec-90,
  18821.         an update to the orginal version on disks 318 and 319.
  18822.         Author:  Various, Amiga port by Frank Edwards
  18823.  
  18824. Family_Sol    A preliminary version of the Authors "Family Solitair"
  18825.         card game.  A standard game of Solitair with options for
  18826.         multiple players, sound etc.  Binary only.
  18827.         Author:  Errol Wallingford
  18828.  
  18829. MissileCmd    A fast Missile Command game written in assembly.  Features
  18830.         include using a hires interlaced screen, time based events
  18831.         for correct operation on any speed Amiga, multitasking
  18832.         friendly, and sound effects.  This is version 2, an update
  18833.         to the version on disk 444, with bug fixes and enhancements.
  18834.         Binary only.
  18835.         Author:  Max Bithead
  18836.  
  18837. ==========================  Contents of Disk 474  ==========================
  18838.  
  18839. This is disk 474 of the freely distributable AMIGA software library.
  18840. Below is a listing of the significant directories and their contents.
  18841.  
  18842.  
  18843. Aequipot    A program that renders multicolor pictures using an algorithm
  18844.         based on electrostatic effects.  Renders in low-res and high-
  18845.         res, and in two speed/quality modes.  Includes both PAL and
  18846.         NTSC versions of the program. English and German docs. This
  18847.         is version 1.06, includes source in PCQ, freeware.
  18848.         Author:  Juergen Matern
  18849.  
  18850. AmiDock        AmiDock is an Amiga version of the NeXT's Dock facility.
  18851.         It will open up a small window on your WorkBench full
  18852.         of little IFF brushes, Each brush represents an application,
  18853.         like an ICON but it's a brush. Click on the brush and your
  18854.         application will start.  This is version 1.2.4. Shareware,
  18855.         binary only.
  18856.         Author:  Gary Knight
  18857.  
  18858. CrcLists    Complete CRC check files for disks 401-470 using the brik
  18859.         program.  These were made directly from my master disks.
  18860.         This is an update to the lists on disk 401.
  18861.         Author:  Fred Fish
  18862.  
  18863. Enforcer    Detects/protects against illegal memory hits. Compatible
  18864.         with all OS versions & machines (requires a Memory Management
  18865.         Unit or 68030 processor).  The low 1K of memory and all
  18866.         areas that are not RAM are protected from CPU reads or
  18867.         writes.  ROM is marked as read-only.  Version 2.6f, binary
  18868.         only.
  18869.         Author:  Bryce Nesbitt
  18870.  
  18871. GreekFont    A 12 point font with Greek letters.  Version 1.0.
  18872.         Author:  Daniel Moosbrugger
  18873.  
  18874. Imperium    Strategic, "RISK" style game for up to four players.
  18875.         Based in the ancient times of Rome, Athens, Alexandria
  18876.         and Carthago.  Binary only, shareware ($10), Manx-C source
  18877.         available from the author. English version 1.66E and German
  18878.         version 1.79D. Update to version 1.50E on Disk 362.
  18879.         Author:  Roland Richter
  18880.  
  18881. ==========================  Contents of Disk 475  ==========================
  18882.  
  18883. This is disk 475 of the freely distributable AMIGA software library.
  18884. Below is a listing of the significant directories and their contents.
  18885.  
  18886.  
  18887. AssignX        A 2.0-only utility to create assignments when you get a
  18888.         "Please insert volume" requester.  Also lets you cancel the
  18889.         request, forever.  Installs by dropping into your WBStartup
  18890.         drawer.  This is version 1.0, includes source.
  18891.         Author:  Steve Tibbett
  18892.  
  18893. Blankette    VERY tiny screen blanker/dimmer.  Very nice on your system,
  18894.         very little CPU time, compatible with just about everything.
  18895.         Dims screen rather than going black.  Includes assembler
  18896.         source.
  18897.         Author:  Max Bithead
  18898.  
  18899. CITAS        Convert ILBM To Assembler Source.  CITAS allows one to
  18900.         easily put graphics into his/her own programs.  CITAS
  18901.         takes a standard IFF ILBM image file and converts it into
  18902.         either assembler or 'C' source code.  Designed for blitter
  18903.         image control, all of the necessary labels are generated,
  18904.         along with color map information, mask generation, and other
  18905.         options.  This is version 2.0, shareware, binary only.
  18906.         Author:  Max Bithead
  18907.  
  18908. GadgetED    A program for creating and editing intuition gadgets.
  18909.         Includes a palette editor, generation of either C or
  18910.         assembly source, and binary saving for later loading
  18911.         and editing.  Also comes with "PatchGE", a program for
  18912.         converting the original format of GadgetED binaries to
  18913.         be loadable by this and future versions.  Version 2.3,
  18914.         an update to version 2.0 on disk 438, includes source.
  18915.         Author:  Jan van den Baard
  18916.  
  18917. ToolLib        A shared library containing 45 useful functions for all
  18918.         kinds of programs.  There are functions for ports, sorting,
  18919.         gadgets, memory, string, directory and file handling, etc.
  18920.         Version 8.1, an update to version 7.6 on disk 438, includes
  18921.         source.
  18922.         Author:  Jan van den Baard
  18923.  
  18924. ==========================  Contents of Disk 476  ==========================
  18925.  
  18926. This is disk 476 of the freely distributable AMIGA software library.
  18927. Below is a listing of the significant directories and their contents.
  18928.  
  18929.  
  18930. Browser        A programmer's "Workbench".  Allows you to easily and
  18931.         conveniently move, copy, rename, and delete files &
  18932.         directories from a CLI environment.  Also provides a
  18933.         method to execute either Workbench or CLI programs.
  18934.         Version 1.7, an update to version on disk number 180,
  18935.         binary only.
  18936.         Author:  Peter da Silva
  18937.  
  18938. MED        A music editor much like SoundTracker.  A song consists
  18939.         of up to 50 blocks of music, which can be played in any
  18940.         order.  Editing features include cut/paste/copy tracks
  18941.         or blocks, changing the vibrato, tempo, crescendo, and
  18942.         note volume.  Other features include switching of the
  18943.         low-pass-filter on or off on a per song basis, and a cute
  18944.         little animated pointer of a guy doing "jumping jacks" in
  18945.         time to the music!  Improvements include AmigaDos 2.0
  18946.         compatibility.  This is version 3.00, an update to
  18947.         version 2.13 on disk 424.  Binary only.
  18948.         Author:  Teijo Kinnunen
  18949.  
  18950. Mostra        Mostra is a shareware IFF utility featuring real-time
  18951.         unpacking scroll, dozens of options, "smart" analysis of
  18952.         any IFF file (FORMs, LISTs,...  also nested ILBM!), total
  18953.         control over display modes, simple slideshow processing,
  18954.         pattern matching, SHAM, an external link to show Dynamic
  18955.         Mode pictures, double buffering, fast decompression, color
  18956.         cycling, TeXdocs, startup files for easy custom configur-
  18957.         ations and complete WB support, through ToolTypes and
  18958.         Style icons!  This is version 1.14, an update to version
  18959.         1.0 on disk 330.  Binary only.
  18960.         Author:  Sebastiano Vigna 
  18961.  
  18962. ToolManager    ToolManager is a full featured program to add programs
  18963.         (either WorkBench or CLI) to the tools menu of the 2.x
  18964.         WorkBench.  Programs can be added by dragging their icons
  18965.         onto the ToolManager "config" window or the optional
  18966.         ToolManager icon or by editing the config file.  Requires
  18967.         Workbench 2.0.  This is version 1.3, an update to the 
  18968.         version on disk 442.  Includes source.
  18969.         Author:  Stefan Becker
  18970.  
  18971. ==========================  Contents of Disk 477  ==========================
  18972.  
  18973. This is disk 477 of the freely distributable AMIGA software library.
  18974. Below is a listing of the significant directories and their contents.
  18975.  
  18976.  
  18977. IRMaster    This is a hardware/software project to allow the Amiga
  18978.         to read an infrared remote control via the parallel port.
  18979.         Includes an ILBM of the schematic for a simple interface
  18980.         to the A1000 parallel port, some modifications are needed
  18981.         for other Amigas.  The source code and executable for
  18982.         a reader program are included.  For further functionality
  18983.         modifications to the source can be performed.
  18984.         Author:  Ron Peterson
  18985.  
  18986. MegaBall    This is a new version of the game "Ball" by the same
  18987.         author.  It is a Breakout type game, and is very good.
  18988.         Complete with impressive sound.  This one's addicting.
  18989.         Binary only.
  18990.         Author:  Ed Mackey
  18991.  
  18992. NoDelete    This program pops up a requestor to alert you of a file
  18993.         deletion being attempted via DeleteFile() and allows you
  18994.         accept or cancel it.  This also pertains to any files you
  18995.         attempt to delete via "delete".  Version 1.5a source is
  18996.         included.
  18997.         Author:  Uwe Sch"urkamp
  18998.  
  18999. ==========================  Contents of Disk 478  ==========================
  19000.  
  19001. This is disk 478 of the freely distributable AMIGA software library.
  19002. Below is a listing of the significant directories and their contents.
  19003.  
  19004.  
  19005. LSlabel        A simple label printing utility.  Very powerful as the user
  19006.         can/must do a lot of settings by himself.  Features include
  19007.         variable linefeeds (in 1/216 inch steps), a very exactly
  19008.         setting of the label length and freely configurable printer
  19009.         codes.  Version 1.0, binary only.
  19010.         Author:  Stefan Berendes.
  19011.  
  19012. MED-Songs    A selection of musical pieces created with MED, the musical
  19013.         editor program (see disk 476 for MED 3.00).  Includes
  19014.         MEDPlayer version 3.0.
  19015.         Author:  Hans-H. Adam 
  19016.  
  19017. MP        A small, useful utility for sending any MIDI data back and
  19018.         forth between an Amiga and a MIDI instrument.  Helpful for
  19019.         learning about MIDI, writing/debugging MIDI software,
  19020.         figuring out your instrument's system-exclusive implementa-
  19021.         tion, and more.  Very versatile.  Version 1.0, includes
  19022.         source.
  19023.         Author:  Daniel J. Barrett
  19024.  
  19025. NewList        A powerful LIST replacement.  Supports many features
  19026.         including sorts, character filters, case sensitivity,
  19027.         most options offered by LIST, date construction, UNIX
  19028.         wildcards, and much more.  Sort routines are very fast
  19029.         and memory usage is minimal.  Version 4.9, an update
  19030.         to version 4.5 on disk 461.  Binary only.
  19031.         Author:  Phil Dietz
  19032.  
  19033. ==========================  Contents of Disk 479  ==========================
  19034.  
  19035. This is disk 479 of the freely distributable AMIGA software library.
  19036. Below is a listing of the significant directories and their contents.
  19037.  
  19038.  
  19039. CheckPrt    A small program for checking the presence of a parallel
  19040.         printer from within a script file.  Binary only.
  19041.         Author:  Tom Kroener
  19042.  
  19043. TDP        A small trackdisplay program that uses whatever screen is
  19044.         up front.  Binary only.
  19045.         Author:  Tom Kroener
  19046.  
  19047. UUCP        An implementation of uucp for the Amiga, including mail
  19048.         and news.  This is Matt's version for the Amiga, based
  19049.         on William Loftus's Amiga UUCP 0.40 release with news
  19050.         code from his 0.60 release, and months of work by Matt to
  19051.         make fixes and add enhancements.  This is version 1.13D,
  19052.         an update to version 1.08D on disk 442, and consists of
  19053.         four parts.  Parts 1 and 2 are on this disk, and parts 3
  19054.         and 4 are on disk 480.  Includes source.
  19055.         Author:  Various, major enhancements by Matt Dillon
  19056. ==========================  Contents of Disk 480  ==========================
  19057.  
  19058. This is disk 480 of the freely distributable AMIGA software library.
  19059. Below is a listing of the significant directories and their contents.
  19060.  
  19061.  
  19062. Cryptor        A program that encrypts and decrypts data (files).  It
  19063.         uses a mathematical algorithm with password key protection.
  19064.         Has both English and German versions and documentation.
  19065.         This is version 1.0, binary only.
  19066.         Author:  Thomas Schossow
  19067.  
  19068. NoCare        This utility speeds up your windowing environment.  The
  19069.         OpenWindow vector is patched.  When someone tries to open
  19070.         a window in the workbench screen, the lower refreshbit in
  19071.         the nw_Flags field is cleared.  This way, only NOCAREREFRESH
  19072.         windows will be opened, resulting in faster window movements.
  19073.         Windows opened in customscreens are not affected.  This is
  19074.         version 1.5.  Assembly source included.
  19075.         Author:  Raymond Hoving
  19076.  
  19077. TplEdit        A gadtools template editor.  It is able to generate nearly
  19078.         standalone C source code.  The program will only run under
  19079.         OS 2.0, Kickstart 37.73 or higher.  This is version 1.00
  19080.         Alpha.  Includes source.
  19081.         Author:  Matt Dillon 
  19082.  
  19083. UUCP        An implementation of uucp for the Amiga, including mail
  19084.         and news.  This is Matt's version for the Amiga, based
  19085.         on William Loftus's Amiga UUCP 0.40 release with news
  19086.         code from his 0.60 release, and months of work by Matt to
  19087.         make fixes and add enhancements.  This is version 1.13D,
  19088.         an update to version 1.08D on disk 442, and consists of
  19089.         four parts.  Parts 1 and 2 are on disk 479, and parts 3
  19090.         and 4 are on this disk.  Includes source.
  19091.         Author:  Various, major enhancements by Matt Dillon
  19092.  
  19093. ==========================  Contents of Disk 481  ==========================
  19094.  
  19095. This is disk 481 of the freely distributable AMIGA software library.
  19096. Below is a listing of the significant directories and their contents.
  19097.  
  19098.  
  19099. K1        An editor program for the Kawai K1-II synthesizer.  Includes
  19100.         a bankloader for single-patches and multi-patches, a single-
  19101.         patch editor, a multi-patch editor, and support for the
  19102.         effect-session and K1 controllers.  Version 4.8, binary
  19103.         only.
  19104.         Author:  Andreas Jung
  19105.  
  19106. MCP        A "TRON" like cycle race game for up to four players.
  19107.         Version 13.76, update to version on disk 338, includes
  19108.         source in assembly.
  19109.         Author:  Jorg Sixt
  19110.  
  19111. TLPatch        A utility to allow corrections in pronunciation for programs
  19112.         that use the Translate() function.  It allows you to extract
  19113.         the exception table from the translator.library, use a text
  19114.         editor to edit the table, and then restore it back into the
  19115.         library.  Version 1.0, includes source.
  19116.         Author:  Richard Sheppard
  19117.  
  19118. WaveMaker    WaveMaker is intended to give beginning music and physics
  19119.         students a "hands on" feel for how complex waves are made
  19120.         by adding a harmonic series of sine waves.  A fundamental
  19121.         and up to seven harmonics are available.  The resulting
  19122.         waveform can be displayed on the screen or played on the
  19123.         audio device using the keyboard like a piano.  A game mode
  19124.         is also provided.  Version 1.2, an update to version 1.1 on
  19125.         disk 318, with several bugs fixed, more efficient code, and
  19126.         a new display option.  Includes source.
  19127.         Author:  Thomas Meyer
  19128.  
  19129. ==========================  Contents of Disk 482  ==========================
  19130.  
  19131. This is disk 482 of the freely distributable AMIGA software library.
  19132. Below is a listing of the significant directories and their contents.
  19133.  
  19134.  
  19135. Ephemer        A program which calculates the positions of the sun, moon,
  19136.         and planets for any date and any place.  Includes source
  19137.         in HiSoft BASIC.
  19138.         Author:  Yvon Alemany
  19139.  
  19140. Molec3D        An interactive 3D solid modelling program for molecules.
  19141.         Produces a graphic, three dimensional representation of
  19142.         molecules, based on 3D coordinates data from geometry
  19143.         optimization programs, X-ray measurements, or any other
  19144.         source.  Can handle up to 500 atoms at a time.  Requires
  19145.         1Mb or more of memory.  Version 1.022, binary only.
  19146.         Author:  Stefan Abrecht
  19147.  
  19148. ==========================  Contents of Disk 483  ==========================
  19149.  
  19150. This is disk 483 of the freely distributable AMIGA software library.
  19151. Below is a listing of the significant directories and their contents.
  19152.  
  19153.  
  19154. ButExchange    An input handler to help left handed Amiga users.  It reverses
  19155.         the function of the mouse buttons, so that the left button
  19156.         becomes the right and vice versa.  Very small, uses only 168
  19157.         bytes of memory.  Version 1.0, includes source in assembler.
  19158.         Author:  Preben Nielsen
  19159.  
  19160. ColorSamples    A few executable color samples made by ColorCatch from disk
  19161.         396.  Contains the 'old' colors from kickstart 1.3 and the
  19162.         'new' colors from kickstart 2.0.  Very useful because some
  19163.         programs/icons look awful when displayed in colors other
  19164.         than the ones they were created for.
  19165.         Author:  Preben Nielsen
  19166.  
  19167. InputLock    An input handler to help Amiga users who have cats other pets
  19168.         (or children) that mess with the Amiga as soon as it is left
  19169.         for a second.  It installs an input handler which lets you
  19170.         lock the keyboard and mouse by pressing a few buttons.  Very
  19171.         small, uses only 190 bytes of memory.  Version 1.0, includes
  19172.         source in assembler.
  19173.         Author:  Preben Nielsen
  19174.  
  19175. MED        MED is a music editor that can be used to compose music for
  19176.         demos/games etc.  It can be used as a stand-alone music
  19177.          program as well.  The features include built-in sample editor,
  19178.         synthetic sound editor, MIDI support (up to 16 tracks), and
  19179.         options to read/write NoiseTracker modules.  Included are
  19180.         routines that allow programmers to easily incorporate music
  19181.         made with MED in their programs.  This is version 3.10, an
  19182.         update to version 3.00 on disk 476.  Binary only.
  19183.         Author:  Teijo Kinnunen
  19184.  
  19185. MouseXY        A small utility that opens a little window in which it shows
  19186.         the mouse coordinates and the color at that position.  It can
  19187.         be moved from screen to screen and is able to show coordinates
  19188.         even when you are moving/resizing windows or moving Workbench
  19189.         icons.  Version 1.0, includes source in assembler.
  19190.         Author:  Preben Nielsen
  19191.  
  19192. PicSaver    A small utility that allows you cut rectangular portions of
  19193.         any screen and store them on disk as IFF ILBM files.  Also
  19194.         allows easy saving of windows and entire screens to disk.
  19195.         Version 1.0, includes source in assembler.
  19196.         Author:  Preben Nielsen
  19197.  
  19198. PointerX    Spins the hands of any pointer that looks like the standard
  19199.         AmigaDOS 2.0 Workbench "busy" pointer (a clock).  Will also
  19200.         work with any application that uses the same pointer.
  19201.         Includes source.
  19202.         Author:  Steve Tibbett
  19203.  
  19204. PSX        A public screen manager for AmigaDOS 2.0.  Lets you open,
  19205.         manipulate, and close public screens, set the global
  19206.         public screen bits, and provides a good example of using
  19207.         GadTools and ReadArgs.  Version 1.1, an update to version
  19208.         on disk 418.  Includes source.
  19209.         Author:  Steve Tibbett
  19210.  
  19211. PWKeys        An input handler that allows you to manipulate windows and
  19212.         screens by pressing keys on the keyboard.  It currently lets
  19213.         you perform 17 different functions.  Includes an interactive
  19214.         program to define hotkeys.  Very small, uses only 1124 bytes
  19215.         of memory.  Version 1.0, includes source in assembler.
  19216.         Author:  Preben Nielsen
  19217.  
  19218. TD        A program like TrackDisplay on disk 399 by Olaf Barthel.  It
  19219.         monitors and displays the current track for each floppy disk
  19220.         connected to the Amiga.  Version 1.0, includes source in
  19221.         assembler.
  19222.         Author:  Preben Nielsen
  19223.  
  19224. ==========================  Contents of Disk 484  ==========================
  19225.  
  19226. This is disk 484 of the freely distributable AMIGA software library.
  19227. Below is a listing of the significant directories and their contents.
  19228.  
  19229.  
  19230. BootPic        BootPic allows you to install nearly any IFF picture that
  19231.         you like in place of the WorkBench hand that appears after
  19232.         a reset.  Version 1.0, includes source in assembly.
  19233.         Author:  Andreas Ackermann
  19234.  
  19235. EZAsm        Combines parts of "C" with 68000 assembly language.  The
  19236.         resulting code is optimized as much as possible.  Now
  19237.         bundled with A68k and Blink for a complete programming
  19238.         environment.  New "c.lib" functions and more.  This is
  19239.         version 1.5, an update to version 1.31 on disk 431.
  19240.         Includes example source and executable files. Binary
  19241.         only.
  19242.         Author:  Joe Siebenmann
  19243.  
  19244. MSClock        A clock utility, which displays memory, date, time and
  19245.         online time (if connected to another computer via modem)
  19246.         in the titlebar of the WorkBench screen.  This is version
  19247.         1.3, includes source.
  19248.         Author:  Martin Steppler
  19249.  
  19250. Spright        Spright is a sprite making utility.  Simple or attached
  19251.         sprites can be saved to a file ready to be added to your
  19252.         program.  The colors used with the sprite(s) will also
  19253.         be saved.  Version 1.2, binary only.
  19254.         Author:  Todd Neumiller
  19255.  
  19256. TextPlus    A word processor for the Amiga, with both German and English
  19257.         versions.  This is version 3.0, an update to version 2.2E on
  19258.         disk 465.  New features include the ability to print footnotes
  19259.         and serial letters, multiple windows, an ARexx-interface with
  19260.         120 commands, powerful block-operations, ANSI-compatibility,
  19261.         ability to load files crunched by PowerPacker, etc.
  19262.         Shareware, binary only.
  19263.         Author:  Martin Steppler
  19264.  
  19265. Viewer        Displays IFF pictures fast! Version 1.0.  Includes source
  19266.         in EZAsm.
  19267.         Author:  Joe Siebenmann
  19268.  
  19269. ==========================  Contents of Disk 485  ==========================
  19270.  
  19271. This is disk 485 of the freely distributable AMIGA software library.
  19272. Below is a listing of the significant directories and their contents.
  19273.  
  19274.  
  19275. Drawmap        A program for drawing representations of the Earth's
  19276.         surface.  This version includes a completely rewritten
  19277.         user interface and some new functions.  Version 2.25d, an
  19278.         update to version 2.0 on disk 315.  Includes source.
  19279.         Authors:  Bryan Brown & Ulrich Denker
  19280.  
  19281. NiftyTerm    NiftyTerm is an h19/VT102/VT52 emulator for the Amiga.
  19282.         It was originally designed to be used with DNet, but it
  19283.         has been expanded so that it may be used as a normal
  19284.         terminal emulator.  Niftyterm was designed to be a good
  19285.         emulation of these terminals, as well as being fairly
  19286.         small and fast.  Version 1.2, an update to version 1.0 on
  19287.         disk 403.  Binary only, source available from authors.
  19288.         Author:  Christopher Newman, Todd Williamson
  19289.  
  19290. Spades        This is an Amiga version of the card game spades.  It is a
  19291.         one player version, where the computer plays your partner
  19292.         and two opponents.  This is version 1.2, an update to
  19293.         version 1.1 on Disk 392.  Includes source in C.
  19294.         Author:  Greg Stelmack
  19295.  
  19296. ==========================  Contents of Disk 486  ==========================
  19297.  
  19298. This is disk 486 of the freely distributable AMIGA software library.
  19299. Below is a listing of the significant directories and their contents.
  19300.  
  19301.  
  19302. Metafont    Amiga port of the Metafont package, a program to create
  19303.         TeX fonts.  Includes versions for 68000 and 68020.  Disk
  19304.         487 contains a copy of the Metafont font source files
  19305.         from the TeX distribution tape, including the Computer
  19306.         Modern Roman and the LaTeX fonts.  This is version 2.7,
  19307.         binary only.
  19308.         Author:  Donald E. Knuth, Stefan Becker (Amiga port)
  19309.  
  19310. SoundEd        Demo version of an 8SVX sound editing package, written
  19311.         in machine code for optimum speed and minimum size.
  19312.         Can also be used for digitizing with SoundEd or Perfect
  19313.         Sound hardware.  Version 1.0, demo, binary only.
  19314.         Author:  Howard Dortch and Mike Coriell
  19315.  
  19316. ==========================  Contents of Disk 487  ==========================
  19317.  
  19318. This is disk 487 of the freely distributable AMIGA software library.
  19319. Below is a listing of the significant directories and their contents.
  19320.  
  19321.  
  19322. AssignX        A 2.0-only utility to create assignments when you get a
  19323.         "Please insert volume" requester.  Also lets you cancel the
  19324.         request, forever.  Installs by dropping into your WBStartup
  19325.         drawer.  This is version 1.2, an update to version 1.0 on
  19326.         disk 475.  Includes source.
  19327.         Author:  Steve Tibbett
  19328.  
  19329. MFSrc        A copy of the Metafont font source files from the TeX
  19330.         distribution tape, suitable for use with the Amiga port
  19331.         of Metafont on disk 486.  Included are the Computer
  19332.         Modern Roman and the LaTeX fonts.  These should be
  19333.         sufficient to run a normal TeX installation.
  19334.         Author:  Various
  19335.  
  19336. PPrint        A printing utility, designed for all those who slowly but
  19337.         surely become frustrated with programmers who think that
  19338.         they can do a form feed better than their printer can.
  19339.         This one relies on the printer itself to do the formatting,
  19340.         and on the program to send the settings.  Features include
  19341.         a full icon driven user interface, the ability to convert
  19342.         tabs to any size, and the ability to save a number of
  19343.         standard settings.  Version 1.10, includes source.
  19344.         Author:  Marc Jackisch
  19345.  
  19346. ==========================  Contents of Disk 488  ==========================
  19347.  
  19348. This is disk 488 of the freely distributable AMIGA software library.
  19349. Below is a listing of the significant directories and their contents.
  19350.  
  19351.  
  19352. LordOfHosts    A strategy game for two players based on a board game called
  19353.             "Shogun".  Features include flexible mouse/joystick controls,
  19354.         undo and redo of up to 500 preceding steps, fully intuition-
  19355.         ized user interface.  Version 1.0, complete source code,
  19356.         precompiled include files and debugger files included.
  19357.         Author:  Tim Pietzcker
  19358.  
  19359. MidiTools    A group of several different utility programs for those
  19360.         who run a Midi system.  Update to version on disk 159.
  19361.         Includes three new programs, two of which are synthesizer
  19362.         editors, and compatibility with AmigaDOS 2.0.  Binary only.
  19363.         Author:  Jack Deckard
  19364.  
  19365. SGD        This program makes it possible to delete games, that are
  19366.         saved by any of the existing Sierra adventures (e.g.
  19367.         Leisure suit Larry).  The program has a LEARN-option for
  19368.         including new adventures.  Version 1.0, binary only.
  19369.         Author:  Maico Ditzel
  19370.  
  19371. SuperDuper    A very fast disk copier and formatter.  Can make up to four
  19372.         unverified copies from a ram buffer in 36 seconds.  Verified
  19373.         copies from a ram buffer take 67 seconds for one destination
  19374.         drive, plus 34 seconds for each additional destination.
  19375.         Binary only.
  19376.         Author:  Sebastiano Vigna
  19377.  
  19378. View80        Scrolling text file reader with three scrolling modes
  19379.         controllable via keyboard or mouse.  Opens file requestor
  19380.         if no filename is given.  Automatically configures screen
  19381.         size for PAL or NTSC machine.  Version 2.0, an update to
  19382.         version 1.1 on disk 365.  Binary only.
  19383.         Author:  Federico Giannici
  19384.  
  19385. ==========================  Contents of Disk 489  ==========================
  19386.  
  19387. This is disk 489 of the freely distributable AMIGA software library.
  19388. Below is a listing of the significant directories and their contents.
  19389.  
  19390.  
  19391. Automata    Automata is an extremely versatile, cellular automaton
  19392.         simulation.  Virtually every aspect of the simulation can
  19393.         be altered, saved, and later recalled.  Also supplies many
  19394.         powerful editing functions (such as patterns, rotations,
  19395.         reflections, etc) for creating and modifying cell configur-
  19396.         ations.  Additional features include editable icons, an
  19397.         immense variety of rules from which to choose, "music"
  19398.         which changes as the cell configuration changes and methods
  19399.         to speed execution from 3 to 60 (or more) generations per
  19400.         second.  Binary only.
  19401.         Author:  Jerry Mack
  19402.  
  19403. MkBmap        Builds Amiga format bitmapped fonts from PostScript fonts.
  19404.         Uses the library "post.library" (disk 468) to render the
  19405.         characters.  Best results are obtained with fully hinted
  19406.         type 1 fonts, such as those supplied by Adobe and other
  19407.         vendors.  Version 1.0, includes source.
  19408.         Author:  Adrian Aylward
  19409.  
  19410. SKsh        A ksh-like shell for the Amiga.  Some of its features
  19411.         include command substitution, shell functions with
  19412.         parameters, aliases, local variables, local functions,
  19413.         local aliases, powerful control structures and tests,
  19414.         emacs style line editing and history functions, I/O
  19415.         redirection, pipes, large variety of built-in commands,
  19416.         Unix style wildcards, Unix style filename conventions,
  19417.         filename completion, and coexistence with scripts from
  19418.         other shells.  Very well documented.  Version 1.7, an
  19419.         update to version 1.6 on disk 381.  Lots of new features
  19420.         and bug fixes.  Binary only.
  19421.         Author:  Steve Koren
  19422. ==========================  Contents of Disk 490  ==========================
  19423.  
  19424. This is disk 490 of the freely distributable AMIGA software library.
  19425. Below is a listing of the significant directories and their contents.
  19426.  
  19427.  
  19428. AmiCheck    An easy to use, intuitive, friendly checkbook program.
  19429.         Allows you to enter your checks in a very natural style,
  19430.         giving you a running balance as you do so.  Options
  19431.         include reconciling your checkbook, starting new registers
  19432.         with outstanding checks only, printing all, cleared,
  19433.         outstanding, or selected entries, and more.  Version 2.0,
  19434.         shareware, binary only, requires AmigaDOS 2.0.
  19435.         Author:  Jeff Hoag
  19436.  
  19437. AntiLemmin    Another great, humorous, animation from Eric Schwartz.  This
  19438.         one was obviously inspired by the wonderful Lemmings game.
  19439.         Lasts a full two minutes and ten seconds.  Requires at
  19440.         least 2 Mb of memory.
  19441.         Author:  Eric Schwartz
  19442.  
  19443. Recolor        A fully configurable icon recoloring tool that can swap or
  19444.         shift the colors of selected icons and truncate the depth of
  19445.         the icon color map.  Binary only.
  19446.         Author:  Michael Sinz
  19447.  
  19448. ==========================  Contents of Disk 491  ==========================
  19449.  
  19450. This is disk 491 of the freely distributable AMIGA software library.
  19451. Below is a listing of the significant directories and their contents.
  19452.  
  19453.  
  19454. bBaseII        A simple database program using an intuition interface.
  19455.         Stores, sorts, and searches for information.  Limited to
  19456.         9 fields in each record.  Features include fast sorting,
  19457.         search in any field, and best of all, it's really easy to
  19458.         use.  Binary only.
  19459.         Author:  Robert Bromley
  19460.  
  19461. DICE        Dillon's Integrated C Enviroment.  A C frontend, pre-
  19462.         processor, C compiler, assembler, linker, and support
  19463.         libraries.  Features include ANSI compatibility, many
  19464.         code optimizations, and autoinit routines (user routines
  19465.         called during startup before main is called).  This is
  19466.         version 2.06.21, an update to version 2.06.15 on disk
  19467.         466.  Includes bug fixes and experimental dynamic object
  19468.         module loading support.  Shareware, binary only.
  19469.         Author:  Matthew Dillon
  19470.  
  19471. fBlanker    A utility for blanking the screen after a defined period
  19472.         of no action.  Shows a multicolor Amiga checkmark.  This
  19473.         is version 1.1, binary only, requires AmigaDOS 2.0.
  19474.         Author:  Markus Stoll
  19475.  
  19476. Klondike    A single player card game.  Version 1.1c, binary only.
  19477.         Shareware.
  19478.         Author:  Peter Wiseman
  19479.  
  19480. ==========================  Contents of Disk 492  ==========================
  19481.  
  19482. This is disk 492 of the freely distributable AMIGA software library.
  19483. Below is a listing of the significant directories and their contents.
  19484.  
  19485.  
  19486. LoanCalc    Keyboard and mouse driven mortgage utility.  Although
  19487.         similar programs exist, this one is unique in that it
  19488.         is designed to track 'Open' mortgages that allow any size
  19489.         payment to be made at any time, as well as providing a
  19490.         printed amortization table for fixed mortgages with
  19491.         monthly, semi-monthly, bi-weekly and weekly payment
  19492.         schedules.  This is version 1.4, an update to version 1.2
  19493.         on disk 366.  Binary only.  
  19494.         Author:  Robert Bromley
  19495.  
  19496. SBProDemo    A restricted use trial version of Superbase Professional 4
  19497.         complete with sample application.  The limitations are
  19498.         35 records max per file, programs can be edited but not
  19499.         saved, and forms can be edited but not saved or printed.
  19500.         In every other respect this is identical to the release
  19501.         product.  SBpro4 is compatible with SB4 Windows V1.21.
  19502.         Version 1.0, binary only.
  19503.         Author:  Precision Software Limited.
  19504.  
  19505. ==========================  Contents of Disk 493  ==========================
  19506.  
  19507. This is disk 493 of the freely distributable AMIGA software library.
  19508. Below is a listing of the significant directories and their contents.
  19509.  
  19510.  
  19511. AmiBack        Demo version of a new backup utility.  Features include
  19512.         backup to any AmigaDOS compatible device (such as floppies,
  19513.         removable hard disks, fixed media hard disk, and tape
  19514.         drives), no copy protection, configuration files, complete
  19515.         backups, incremental backups, selective backups, file
  19516.         exclusion filter, setting of archive bit, etc.  Demo version
  19517.         does not have restore, compare, or scheduler.  Version 1.03,
  19518.         an update to version 1.0 on disk 447.  Binary only.
  19519.         Author:  MoonLighter Software
  19520.  
  19521. AmigaLib    A library of Workbench/ROM-Kernel interface routines for
  19522.         use with AbSoft Fortran.  Includes source.
  19523.         Author:  Jim Locker
  19524.  
  19525. AmiGantt    A project definition and management tool designed to create
  19526.         a simple, interactive method of outlining the task required
  19527.         to complete a particular project, using the GANTT chart as
  19528.         the input format.  AmiGantt displays the project in a multi-
  19529.         window mode with separate windows for the GANTT chart, task
  19530.         information input, resource histogram display, and Pert chart
  19531.         display.  Up to 500 tasks may be defined for any project, and
  19532.         a project may contain other projects as tasks.  Version 4.0.0,
  19533.         an update to version 3.0.0 on disk 248.  Shareware, binary
  19534.         only.
  19535.         Author:  Donald Tolson
  19536.  
  19537. BBFormat    A floppy disk formatter for diskettes with hard errors.
  19538.         Bad media areas are mapped out so AmigaDOS will not use
  19539.         them.  Presently not intuitionized, runs from CLI only.
  19540.         Version 5/7/91, includes source.
  19541.         Author:  David Varley
  19542.  
  19543. BizCalc        A do-it-all user friendly loan calculator that calculates
  19544.         weekly and biweekly loans.  Can generate amortization
  19545.         tables to the screen, to the printer, or to a file.  Uses
  19546.         menus, bottons, or keyboard commands, and iconifies.
  19547.         Has six decimal precision option and more.  This is
  19548.         version 1.1, an and expansion of MortCalc 2.5 on disk 385.
  19549.         Binary only.
  19550.         Author:  Michel Laliberte
  19551.  
  19552. Connex        A "connect-4" type game.  Shareware, binary only.
  19553.         Author:  Adrian Millett
  19554.  
  19555. ScreenMod    Allows you to modify most of the parameters of any screen
  19556.         structure in memory, including colors and viewmodes.  Use-
  19557.         ful for PAL programs which open their screens low.  Has a
  19558.         companion program to automate changes later on.  This is
  19559.         version 1.0, includes source.
  19560.         Author:  Syd Bolton
  19561.  
  19562. ==========================  Contents of Disk 494  ==========================
  19563.  
  19564. This is disk 494 of the freely distributable AMIGA software library.
  19565. Below is a listing of the significant directories and their contents.
  19566.  
  19567.  
  19568. Bref        A cross reference program for AmigaBASIC code.  Generates
  19569.         a list of the BASIC code with lines sequentially numbered,
  19570.         plus a table showing all variables and labels used in the
  19571.         code, and the line numbers where they were used.  This is
  19572.         version 2.0, an update to version 1.0 on disk 283.  This
  19573.         is a major revision, including a new intuition interface.
  19574.         Includes source.
  19575.         Author:  Dick Taylor
  19576.  
  19577. ButExchange    An input handler to help left handed Amiga users.  It reverses
  19578.         the function of the mouse buttons, so that the left button
  19579.         becomes the right and vice versa.  Very small, uses only 168
  19580.         bytes of memory.  This is version 1.1, an update to version
  19581.         1.0 on disk 483.  Includes source in assembler.
  19582.         Author:  Preben Nielsen
  19583.  
  19584. DeafLab        A program which translates text into hand signs for the
  19585.         deaf.  Can be used to directly communicate with a deaf
  19586.         person that has trouble reading text, or used as a
  19587.         teaching tool for learning handsigning.  Version 1.7,
  19588.         shareware, binary only.
  19589.         Author:  Gary Creighton
  19590.  
  19591. InputLock    An input handler to help Amiga users who have cats other pets
  19592.         (or children) that mess with the Amiga as soon as it is left
  19593.         for a second.  It installs an input handler which lets you
  19594.         lock the keyboard and mouse by pressing a few buttons.  Very
  19595.         small, uses only 190 bytes of memory.  This is version 1.1,
  19596.         an update to version 1.0 on disk 483.  Includes source in
  19597.         assembler.
  19598.         Author:  Preben Nielsen
  19599.  
  19600. PicSaver    A small utility that allows you cut rectangular portions of
  19601.         any screen and store them on disk as IFF ILBM files.  Also
  19602.         allows easy saving of windows and entire screens to disk.
  19603.         This is version 1.1, an update to version 1.0 on disk 483.
  19604.         Includes source in assembler.
  19605.         Author:  Preben Nielsen
  19606.  
  19607. PWKeys        An input handler that allows you to manipulate windows and
  19608.         screens by pressing keys on the keyboard.  It currently lets
  19609.         you perform 25 different functions.  Features include mouse
  19610.         blanking, screen blanking, mouse acceleration, "sun mouse",
  19611.         mouse/keyboard locking, and an interactive program to define
  19612.         hotkeys and other settings.  This is version 2.0, an update
  19613.         to version 1.0 on disk 483.  Includes source in assembler.
  19614.         Author:  Preben Nielsen
  19615.  
  19616. StackWatch    Monitors the stack of any selected task or process 30 times
  19617.         per second and reports the allocated stack, maximum stack
  19618.         used, and current stack used.  Version 1.0, binary only.
  19619.         Author:  Jim Locker
  19620.  
  19621. vScreen        Allows you to have screens that are larger than the actual
  19622.         display area of your monitor.  These larger "virtual screens"
  19623.         scroll when you move the mouse off the edge of the visible
  19624.         section of the screen.  Currently does not work under AmigaDOS
  19625.         2.0.  Includes source.
  19626.         Author:  Davide Cervone
  19627.  
  19628. ==========================  Contents of Disk 495  ==========================
  19629.  
  19630. This is disk 495 of the freely distributable AMIGA software library.
  19631. Below is a listing of the significant directories and their contents.
  19632.  
  19633.  
  19634. AnalytiCalc    The AnalytiCalc spreadsheet, directly executable.  This
  19635.         version features operation with only one window, many 
  19636.         "3 dimensional" sheet addressing primitives, and
  19637.         optional execution from icons.  Two images are furnished,
  19638.         one for smaller and one for large internal storage (though
  19639.         both have software virtual memory if needed).  These
  19640.         images operate OK under AmigaDos 1.2, 1.3, and 2.0.
  19641.         They include code allowing the spreadsheet to be treated
  19642.         as a series of "pages" so that a cell has a row, column,
  19643.         and (optionally) page, and ranges can be in depth along
  19644.         pages as well as along rows or columns.  The mapping is
  19645.         flexible enough so that it can be used to facilitate
  19646.         computing traces of matrices if desired, as well as for
  19647.         more conventional use.  Version V25-03B, an update to
  19648.         version V24-01a on disk 328.  Includes source.
  19649.         Author:  Glenn Everhart
  19650.  
  19651. ==========================  Contents of Disk 496  ==========================
  19652.  
  19653. This is disk 496 of the freely distributable AMIGA software library.
  19654. Below is a listing of the significant directories and their contents.
  19655.  
  19656.  
  19657. AvailMem    A small free memory counter that continuously displays the
  19658.         amount of (and size of the largest block of) free chip,
  19659.         fast, and total memory in bytes (as opposed to K).  This
  19660.         is version 1.12, a Workbench 2.0-compatible upgrade to
  19661.         version 1.03 on disk 285.  Includes source.
  19662.         Author:  Dave Schreiber
  19663.  
  19664. DU        A Workbench 2.0-aware DU program.  Unlike other Amiga DU
  19665.         programs, it will skip over links to files and links to
  19666.         directories.  Not only does this give a more accurate
  19667.         representation of how much space the contents of a
  19668.         particular directory are taking up, it also prevents
  19669.         infinite loops when a directory has a link to one of it's
  19670.         ancestors.  Version 1.02, includes source.
  19671.         Author:  Dave Schreiber
  19672.  
  19673. GodsDemo    Playable demo of a very popular European game.
  19674.         Author:  Bitmap Brothers
  19675.  
  19676. MemMometer    A program that opens a narrow window and graphically
  19677.         both displays your memory usage like a gauge, and also
  19678.         detects changes in regions of memory over time.  Detected
  19679.         changes are catagorized and displayed using color coded
  19680.         bands.  This is version 2.20, an update to version 2.10
  19681.         on disk 350.  It accomodates AmigaDOS 2.0 and the Amiga
  19682.         3000 32-bit memory addresses.  Includes source.
  19683.         Author:  Howard Hull
  19684.  
  19685. Ruler        Ruler is a small tool used in the measurement and con-
  19686.         strainment of text.  Originally conceived as a tool for
  19687.         insuring that filenames didn't exceed the Amiga's 30
  19688.         character limit, it is nevertheless useful in any sit-
  19689.         uation when the number of characters in a line of text
  19690.         needs to be counted.  Version 5.00, includes source.
  19691.         Author:  Thad Floryan, Chad Netzer and Dave Schreiber
  19692.  
  19693. ==========================  Contents of Disk 497  ==========================
  19694.  
  19695. This is disk 497 of the freely distributable AMIGA software library.
  19696. Below is a listing of the significant directories and their contents.
  19697.  
  19698.  
  19699. AutoActivate    A commodity which activates the window under the mouse-
  19700.         pointer when pressing any key.  Requires AmigaOS 2.0. This
  19701.         is version 1.08.  Includes german version and source in C.
  19702.         Author:  Stefan Sticht
  19703.  
  19704. Back&Front    Sends a window to back or brings it to front with defined
  19705.         actions.  For example put a window in front by double-
  19706.         clicking in it and send it back with the middle mouse button.
  19707.         Any keyboard or mouse event can be trapped.  Number of
  19708.         required actions can be changed (double-click vs triple-
  19709.         click).  Implemented as a commodity.  Requires AmigaOS 2.0.
  19710.         This is version 1.03.  Includes german version and source.
  19711.         Author:  Stefan Sticht
  19712.  
  19713. CenterScreen    A commodity which centers the frontmost screen horizontally
  19714.         on hotkey.  Useful if you normally operate with overscan
  19715.         screens and an old program opens a normal size screen.
  19716.         Requires AmigaOS 2.0.  This is version 1.05.  Includes
  19717.         german version and source in C.
  19718.         Author:  Stefan Sticht
  19719.  
  19720. ChangeColors    A new palette tool to change the colors of the workbench or
  19721.         any other public screen. The feature of this tool is its
  19722.         font independance; it uses the font of the screen on which
  19723.         it opens, instead of insisting on topaz 8.  Looks really
  19724.         great if you use any other font than topaz on your workbench
  19725.         screen.  This is version 1.03.  Includes german version.
  19726.         Binary only.
  19727.         Author:  Stefan Sticht
  19728.  
  19729. LeftyMouse    Yet another LeftyMouse, this one implemented as a commodity.
  19730.         Swaps the left and right mousebutton for lefties.  Requires
  19731.         AmigaOS 2.0.  This is version 1.04.  Includes german version
  19732.         and source in C.
  19733.         Author:  Stefan Sticht
  19734.  
  19735. MouseAccel    Yet another mouse accelerator, this one implemented as a
  19736.         commodity.  If you find the built-in accelerator too slow,
  19737.         try this one.  Requires AmigaOS 2.0.  This is version 1.01.
  19738.         Includes german version and source in C.
  19739.         Author:  Stefan Sticht
  19740.  
  19741. MouseBlanker    Blanks the mouse pointer after a defined timeout or if you
  19742.         press any key.  Implemented as a commodity.  Requires AmigaOS
  19743.         2.0.  This is version 1.13.  Includes german version and
  19744.         source in C.
  19745.         Author:  Stefan Sticht
  19746.  
  19747. NewShellCX    An "open shell on hotkey" commodity (like PopCLI).  Requires
  19748.         AmigaOS 2.0.  This is version 1.05.  Includes german version
  19749.         and source in C.
  19750.         Author:  Stefan Sticht
  19751.  
  19752. NLCalc        A calculator program that uses the NL 3D look (see NLDaemon
  19753.         on this disk).  It will open on any screen at the touch of
  19754.         a function key.  Version 3.1.2, includes source.
  19755.         Author:  Davide Cervone
  19756.  
  19757. NLDaemon    Implements a "New Look" in Amiga programs, by using 3D-like
  19758.         gadgets.  Converts standard intuition window gadgets into
  19759.         3D versions.  Version 1.4.3, includes source.
  19760.         Author:  Davide Cervone
  19761.  
  19762. Reboot        A program which reboots your Amiga by calling exec's Cold-
  19763.         Reboot() function.  This is version 1.02.  Includes source
  19764.         in C.
  19765.         Author:  Stefan Sticht
  19766.  
  19767. Request        Opens the OS 2.0 autorequester from script files.  Title,
  19768.         text, gadgets and publicscreen of the requester can be
  19769.         changed by commandline options.  This is version 1.00.
  19770.         Includes source in C.
  19771.         Author:  Stefan Sticht
  19772.  
  19773. WindowShuffle    Activates and brings to front next or previous window with
  19774.         hotkeys.  Hotkeys can be changed.  Implemented as a commodity.
  19775.         Requires AmigaOS 2.0.  This is version 1.05.  Includes german
  19776.         version and source in C.
  19777.         Author:  Stefan Sticht
  19778.  
  19779. ==========================  Contents of Disk 498  ==========================
  19780.  
  19781. This is disk 498 of the freely distributable AMIGA software library.
  19782. Below is a listing of the significant directories and their contents.
  19783.  
  19784.  
  19785. CPalette    A palette adjusting program that can be brought up on just
  19786.         about any screen, including HAM and EHB.  Version 1.1,
  19787.         includes source in assembly.
  19788.         Author:  Craig Lever
  19789.  
  19790. FreeCopy    FreeCopy is unlike most copiers in that it does not actually
  19791.         copy disks.  It removes the protection so disks can easily
  19792.         be backed up with almost any program, and in some cases be
  19793.         installed on your hard drive.  Version 1.4, binary only.
  19794.         Author:  Greg Pringle
  19795.  
  19796. Pauky        Demo version of an English to German (and vice versa) word
  19797.         translation trainer.  Version 1.2, binary only.
  19798.         Author:  David Wetzel
  19799.  
  19800. TapeCover    TapeCover prints out those little paper inserts for casette
  19801.         tape cases.  It lets you enter the name of the songs, and the
  19802.         title of each side.  It should work on any printer that can
  19803.         print in that semi-condensed mode.  Version 1.0, includes
  19804.         source in C.
  19805.         Author:  Greg Pringle
  19806.  
  19807. WordSearch    This is an automated wordsearch generator.  Words orienta-
  19808.         tions can be limited to any subset of the eight primary
  19809.         directions and the puzzle can be rotated or flipped.  It
  19810.         has a spartan but functional user interface highlighted
  19811.         by the req.library.  The system default font under WB 2.0
  19812.         is supported for the puzzle display window.  Version 1.0,
  19813.         includes source in C.
  19814.         Author:  Craig Lever
  19815.  
  19816. YatZ        One player Yatzee game.  This program was written to take up
  19817.         little memory and to multitask nicely.  Version 1.0, includes
  19818.         source in C.
  19819.         Author:  Greg Pringle
  19820.  
  19821. ZoomDaemon    Adds a "zoom" gadget to every window that can be resized.
  19822.         Pressing this gadget makes the window as large as possible
  19823.         or as small as possible, or brings it back to its normal
  19824.         size.  Version 2.1.3, include source.
  19825.         Author:  Davide Cervone
  19826.  
  19827. ==========================  Contents of Disk 499  ==========================
  19828.  
  19829. This is disk 499 of the freely distributable AMIGA software library.
  19830. Below is a listing of the significant directories and their contents.
  19831.  
  19832.  
  19833. Diglib        An Amiga device independent graphics library for fortran
  19834.         applications.  This is an enhanced and debugged version
  19835.         of a public domain library, the development of which was
  19836.         sponsored by the US Government.  This library is required
  19837.         for part of the Matlab package, also included on this disk.
  19838.         This is an update to the version on disk 267.  Includes
  19839.         source in FORTRAN.
  19840.         Author:  Hal Brand, Craig Wuest, James Locker, Mike Broida
  19841.  
  19842. Matlab        A FORTRAN package (MATrix LABoratory) developed by Argonne
  19843.         National Laboratories for in house use.  It provides
  19844.         comprehensive vector and tensor operations in a package
  19845.         which may be programmed either through a macro language
  19846.         or through execution of script files.  Supported functions
  19847.         include sin, cos, tan, arcfunctions, upper triangular,
  19848.         lower triangular, determinants, matrix multiplication,
  19849.         identity, hilbert matrices, eigenvalues, eigenvectors,
  19850.         matrix roots, matrix products, inversion, and more.
  19851.         Amiga specific features include workbench startup, polar
  19852.         plots, contour plots, enhanced plot buffer control, and
  19853.         algorithmic plot display generation.  This is an update
  19854.         to the version on disk 267, with many bug fixes and code
  19855.         reorganizations.  Includes source in FORTRAN.
  19856.         Author:  Jim Locker, Cleve Moler, Mike Broida
  19857. ==========================  Contents of Disk 500  ==========================
  19858.  
  19859. This is disk 500 of the freely distributable AMIGA software library.
  19860. Below is a listing of the significant directories and their contents.
  19861.  
  19862.  
  19863. Signal        Two programs designed to make it easy to write shell scripts
  19864.         that must be synchronized with the operation of another, in
  19865.         order to avoid disk thrashing for example.  Includes source.
  19866.         Author:  Davide Cervone
  19867.  
  19868. sWindows    A program that allows you to use the title of a window to
  19869.         specify the screen on which the window will appear.  This
  19870.         provides a method of opening CON: and RAW: windows on screens
  19871.         other than the WorkBench, for example.  Includes source.
  19872.         Author:  Davide Cervone
  19873.  
  19874. wIconify    A program, and number of companion utilities, that allow
  19875.         you to iconify windows on any screen, including custom
  19876.         screens. Iconified windows become small icons on the bottom
  19877.         of the screen, and they can be opened again by double-
  19878.         clicking them.  Also allows any screen to become a shared,
  19879.         WorkBench-like screen, and gives you the ability to create
  19880.         new screens specifically for this purpose.  Each window can
  19881.         have its own custom icon.  There is a programmers interface
  19882.         to allow programs to control their own icons.  Version 3.8,
  19883.         includes source.
  19884.         Author:  Davide Cervone
  19885.  
  19886. ==========================  Contents of Disk 501  ==========================
  19887.  
  19888. This is disk 501 of the freely distributable AMIGA software library.
  19889. Below is a listing of the significant directories and their contents.
  19890.  
  19891.  
  19892. AddMenu        A program to add infinite number of menus to the Tools
  19893.         menu on Workbench V2.0.  Uses the correct Workbench.library
  19894.         calls and allows updating from CLI or from within the menu
  19895.         itself, meaning infinite number of functions.  Binary only
  19896.         but source available from author.
  19897.         Author:  Nic Wilson
  19898.  
  19899. AutoCLI        A 'PopCLI' type replacement that works with WorkBench 2.0
  19900.         and fully compatible with A3000 & accelerator boards.
  19901.         Always retains the default path and stack, and current
  19902.         directory.  Can automatically open CLI/SHELL windows to
  19903.         1 pixel less than screen size on opening.  Other features
  19904.         include an optional Function-key press with the qualifier
  19905.         to execute an S:script file.  Version 1.99d, binary only.
  19906.         Update to version on disk 424 with more enhancements.
  19907.         Author:  Nic Wilson
  19908.  
  19909. Dominos        The standard game of dominos with 6-6 set.  The computer
  19910.         will provide quite a challenge to any skilled player.
  19911.         Version 1.0, includes source in Basic.
  19912.         Author:  Russell Mason
  19913.  
  19914. DOSWatch    Monitor for calls to AmigaDOS via dos.library. Needs
  19915.         Kickstart 1.2 or 1.3.  This is version 1.0.  HiSoft Devpac
  19916.         Assembler V1.21 source included.
  19917.         Author:  A.Voss Wrede
  19918.  
  19919. Genesis        A uniquely flexible and powerful program for generating and
  19920.         rendering fractal landscapes.  Original algorithms allow
  19921.         incorporating fractal rivers as integral parts of the
  19922.         landscapes, with natural looking river valleys, gulleys,
  19923.         waterfalls, and lakes.  A number of parameters can be varied
  19924.         to modify the landscape construction process and change the
  19925.         character of the final landscape, there is also great
  19926.         flexibility in the rendering.  This is a demo version of
  19927.         the commercial product by the same name available from
  19928.         Microillusions and has some features disabled.  Binary only.
  19929.         Author: James M. Bardeen
  19930.  
  19931. LList        A 'list' type program that displays type of file.  Many
  19932.         types of files included, and ability to extract information
  19933.         from other file types for recognition.  Standard Amiga
  19934.         Wildcards supported.  Binary only.
  19935.         Author:  Nic Wilson
  19936.  
  19937. NewList        A powerful LIST replacement.  Supports many features
  19938.         including sorts, character filters, case sensitivity,
  19939.         most options offered by LIST, date construction, UNIX
  19940.         wildcards, and much more.  Sort routines are very fast
  19941.         and memory usage is minimal.  Version 5.0, an update
  19942.         to version 4.9 on disk 478.  Binary only.
  19943.         Author:  Phil Dietz
  19944.  
  19945. NoClick        A program to stop drives clicking in KickStart V2.0.
  19946.         Uses the correct method.  Also included is a patch for
  19947.         the kickstart files for a permanent no-click for V1.3 and
  19948.         V2.0, both A3000 version and kickfile version for other
  19949.         Amigas.  Binary only and ASCII patch.
  19950.         Author:  Nic Wilson
  19951.  
  19952. NoErrors    A simple to use, Gadget driven program.  Its main function
  19953.         is to hide physical hard errors from floppy disks or hard
  19954.         disks, so these disks can then be used without DOS showing
  19955.         read/write errors.  Binary only.
  19956.         Author:  Nic Wilson
  19957.  
  19958. ==========================  Contents of Disk 502  ==========================
  19959.  
  19960. This is disk 502 of the freely distributable AMIGA software library.
  19961. Below is a listing of the significant directories and their contents.
  19962.  
  19963.  
  19964. AutoRev        A little utility to make it easy to update program-headers
  19965.         ran from the CLI.  Requires AmigaDos 2.0.  This is Version
  19966.         1.1r.  Source included.
  19967.         Author:  Jan van den Baard
  19968.  
  19969. CELLS        A cellular automata experimentation lab, based on the
  19970.         rules described in the Computer Recreations column
  19971.         of the Scientific American, January 1990.  Version 1.3.
  19972.         Source included.
  19973.         Author:  Davide Cervone
  19974.  
  19975. EternalRome    A historical strategy game, that in spite of its high
  19976.         complexity is fast and easy to play.  Fully mouse controlled
  19977.         with a fine zoomable map of the Roman empire (overscan and
  19978.         interlaced options).  The simulation delivers many historical
  19979.         insights because of its accuracy (may be used for educational
  19980.         purposes) and is a challenging and entertaining game for two
  19981.         or more players (also interesting for solitary studies).
  19982.         Version 1.0 (tryware).  Binary only.
  19983.         Author:  Sven Hartrumpf
  19984.  
  19985. ReturnCode    Two Short programs (LogRC and GetRC) to allow the "Return
  19986.         Code" left by a previous program to be saved in a form
  19987.         suitable for further (script) testing.  GetRC allows the
  19988.         Return Code to be set or viewed as desired.  Assembly
  19989.         source included.
  19990.         Author:  Jim Butterfield
  19991.  
  19992. SysInfo     A program which reports interesting information about the
  19993.         configuration of your machine, including some speed
  19994.         comparisons with other configurations, versions of the
  19995.         OS software, etc.  Version 2.22, an update to version 1.98
  19996.         on disk 433.  Binary only.
  19997.         Author:  Nic Wilson
  19998.  
  19999. TrackDOS    A program that allows easy transfer of data between DOS,
  20000.         memory and trackdisk.device.  DOS means the data contained
  20001.         within a file, memory means the data contained anywhere
  20002.         within the memory map and trackdisk.device means data
  20003.         stored on a disk not accessable with DOS (eg. bootblocks
  20004.         special loader disks etc.).  The transfer of data between
  20005.         these three areas is not normally easy or convenient.
  20006.         TrackDos was written to overcome this.  This is version
  20007.         1.08, an update to 1.04 on Fish disk 365.  Binary only.
  20008.         Author:  Nic Wilson
  20009.  
  20010. ==========================  Contents of Disk 503  ==========================
  20011.  
  20012. This is disk 503 of the freely distributable AMIGA software library.
  20013. Below is a listing of the significant directories and their contents.
  20014.  
  20015.  
  20016. NoFragLib    A library containing 6 routines for defragmenting memory.
  20017.         Extracted and updated from the "tool.library" on disk 475.
  20018.         Includes source.
  20019.         Author:  Jan van den Baard
  20020.  
  20021. PCQ        A freely redistributable, self compiling, Pascal compiler
  20022.         for the Amiga.  This is version 1.2a, an update to version
  20023.         1.1c on disk 339.  It has many enhancements and improvments.
  20024.         It is bundled with the latest versions of A68K assembler,
  20025.         Blink linker, Debug, and Mon to give a complete develop-
  20026.         ment environment.  Includes the compiler source and example
  20027.         programs.
  20028.         Author:  Patrick Quaid
  20029.  
  20030. ==========================  Contents of Disk 504  ==========================
  20031.  
  20032. This is disk 504 of the freely distributable AMIGA software library.
  20033.  
  20034.  
  20035. PolySiliCon    A centralized Shell Command Interface with visible scrollable
  20036.         History and mouse access.  Allows multiple shells to be
  20037.         controlled from a single command/history window.  Commands
  20038.         can be re-executed with a mouse click.  A group of commands
  20039.         for a project may be loaded into the history from a file for
  20040.         easy access.  Compatible with both 1.3 and 2.0 AmigaDOS.
  20041.         ShareWare, binary only.
  20042.         Author:  Pete Goodeve.
  20043.  
  20044. RoadRoute    A program that determines from a user modifiable data base,
  20045.         the shortest and fastest routes between two cities.  Includes
  20046.         a coarse and a detailed data set and a program, RoadScan, for
  20047.         examining the contents of large RoadRoute data files.  This
  20048.         is version 1.7.  Includes source.
  20049.         Author:  Jim Butterfield
  20050.  
  20051. ShuttleCock    Yet another animation from Eric Schwartz.  Eric wanted to see
  20052.         if he could still do an animation that required less than
  20053.         1 MB to run.  Released May 1991.
  20054.         Author:  Eric Schwartz
  20055.  
  20056. View        A text displayer with many controls and features including
  20057.         searches, file requestors, jump to editor etc.  This is
  20058.         version 1.0, a re-write that requires AmigaDos 2.0.  Source
  20059.         is included.
  20060.         Author:  Jan Van Den Baard
  20061.  
  20062. ViewDir        Allows reading the current directory by commanding VIEWDIR "".
  20063.         Displays a listing of the specified directory with the total
  20064.         bytes at the bottom and the description of the file types next
  20065.         to each file.  Also includes a "version string" to allow a DOS
  20066.         2.0 VERSION command to read.  This is version 2.1 an update to
  20067.         the version on disk 358.  Assembler source included.
  20068.         Author:  Jim Butterfield
  20069.  
  20070. ==========================  Contents of Disk 505  ==========================
  20071.  
  20072. This is disk 505 of the freely distributable AMIGA software library.
  20073. Below is a listing of the significant directories and their contents.
  20074.  
  20075.  
  20076. TheDatingGame    A very well done animation by Eric Schwartz.  This is
  20077.         Eric's biggest animation project to date.  The animation
  20078.         lasts nearly 4 minutes and requires 3 MB of RAM to run.
  20079.         Flip the Frog has all kinds of trouble getting to the house
  20080.         of his girlfriend, Clarisse Cat.  This cartoon animation
  20081.         follows the style of the short theatrical cartoons of
  20082.         earlier days.  The animation unpacks to two floppies.
  20083.         Shareware.
  20084.         Author:  Eric Schwartz
  20085.  
  20086. ==========================  Contents of Disk 506  ==========================
  20087.  
  20088. This is disk 506 of the freely distributable AMIGA software library.
  20089. Below is a listing of the significant directories and their contents.
  20090.  
  20091.  
  20092. NGTC        Release Two of a trivia game based on "Star Trek: The Next
  20093.         Generation" TV series.  Part 1 is on this disk.  Part 2 is
  20094.         on disk 507.  You also need Release One from disks 404 and
  20095.         405.  Created with The Director Version 2.  Binary only.
  20096.         Author:  Gregory Epley
  20097.  
  20098. ==========================  Contents of Disk 507  ==========================
  20099.  
  20100. This is disk 507 of the freely distributable AMIGA software library.
  20101. Below is a listing of the significant directories and their contents.
  20102.  
  20103.  
  20104. LHCon        A program that will convert Arc and Zoo formatted archives
  20105.         to LHArc format.  This will save precious disk space.  LHCon
  20106.         will do single files or entire directories.  It also has the
  20107.         capability to preserve the comment field of the file for
  20108.         BBS programs that require it and for the individuals who
  20109.         label their programs in that manner.  Version 1.01.
  20110.         Binary only.
  20111.         Author:  Steve Robbins and Bill Huff
  20112.  
  20113. NGTC        Release Two of a trivia game based on "Star Trek: The Next
  20114.         Generation" TV series.  Part 2 is on this disk.  Part 1 is
  20115.         on disk 506.  You also need Release One from disks 404 and
  20116.         405.  Created with The Director Version 2.  Binary only.
  20117.         Author:  Gregory Epley
  20118.  
  20119. ==========================  Contents of Disk 508  ==========================
  20120.  
  20121. This is disk 508 of the freely distributable AMIGA software library.
  20122. Below is a listing of the significant directories and their contents.
  20123.  
  20124.  
  20125. DirWork        A fast, small, simple, efficent, shareware DirUtility
  20126.         that gets directories off floppies in about half the normal
  20127.         time.  Configurable options and buttons, as well as all
  20128.         the usual features.  This is Version 1.30, an update to
  20129.         version 1.12 on disk 406.  Shareware.  Binary only.
  20130.         Author:  Chris Hames
  20131.  
  20132. HCC        Amiga port of Sozobon, Limited's C Compiler, version 2.0.
  20133.         Can completely compile itself, supports 32 bit ints, and
  20134.         optimizer can 'registerize' variables.  Includes compiler,
  20135.         optimizer, tool for creating interface code for Amiga system
  20136.         calls, startup code, C library, include files, and library
  20137.         routines that work with Motorola FFP format.  Uses assembler
  20138.         A68k, linker BLink, and provided run-time shared C library
  20139.         CClib.library.  Includes source.
  20140.         Author:  Sozobon, Limited. Amiga port, bug fixes and
  20141.                  enhancements by Detlef Wuerkner
  20142.  
  20143. ==========================  Contents of Disk 509  ==========================
  20144.  
  20145. This is disk 509 of the freely distributable AMIGA software library.
  20146. Below is a listing of the significant directories and their contents.
  20147.  
  20148.  
  20149. Multi_Player    A music player that loads and plays a large variety of the
  20150.         "tracker" type sound modules.  With an intuition interface,
  20151.         allows you to load formats like Intuitracker, NoisePlayer,
  20152.         Soundtracker, FutureComposer and 7 others including power-
  20153.         packed modules!  Includes many sample modules in several of
  20154.         these formats.  This is version 1.2.  Includes source.
  20155.         Author:  Thomas Landspurg
  20156.  
  20157. PCKeyMap    This program uses an InputEventHandler to manipulate the
  20158.         backslash (\) and some other useful keys in order to better
  20159.         emulate an XT/AT keyboard on the German Amiga keyboard
  20160.         (which is missing the backslash and some other keys).
  20161.         This is version 1.0.  Includes source.
  20162.         Author:  Peter Vorwerk
  20163. ==========================  Contents of Disk 510  ==========================
  20164.  
  20165. This is disk 510 of the freely distributable AMIGA software library.
  20166. Below is a listing of the significant directories and their contents.
  20167.  
  20168.  
  20169. ATCopy        A program to copy files from the Amiga side of a system
  20170.         equipped with a PC/AT bridgeboard, to the PC side, using
  20171.         wildcards.  Copies directly through the shared memory.
  20172.         Supports CLI and WorkBench usage.  This is version 2.22,
  20173.         an update to version 2.2 on disk 458.  With some final
  20174.         bug fixes, this will be the last non-commercial release.
  20175.         Shareware, binary only.
  20176.         Author:  Peter Vorwerk
  20177.  
  20178. SYNWORKS    A graphics oriented environment for design, training
  20179.         and test of neural networks.  The enclosed version is
  20180.         public domain and supports only three network models.
  20181.         Not all options are available but this version provides
  20182.         the most important features to allow users to decide if
  20183.         neural networks are an appropriate solution for their
  20184.         problems.  Binary only.
  20185.         Author:  Michael Kaiser
  20186.  
  20187. VMK        A virus detector, this program no longer detects specific
  20188.         viri, instead it concentrates on checking system vectors
  20189.         and various parameters that viri typically modify in order
  20190.         to survive reboots.  This is version 1.0, an update to
  20191.         version .27 on disk 328 listed under "Hames".  Binary only.
  20192.         Author:  Chris Hames
  20193.  
  20194. ==========================  Contents of Disk 511  ==========================
  20195.  
  20196. This is disk 511 of the freely distributable AMIGA software library.
  20197. Below is a listing of the significant directories and their contents.
  20198.  
  20199.  
  20200. Connex        A "connect-4" type game.  This is version 4.0, an update
  20201.         to version 3.8 on disk 493.  Shareware, binary only.
  20202.         Author:  Adrian Millett
  20203.  
  20204. DirWork        A fast, small, simple, efficent, shareware DirUtility
  20205.         that gets directories off floppies in about half the normal
  20206.         time.  Configurable options and buttons, as well as all
  20207.         the usual features.  This is Version 1.31, an update to
  20208.         version 1.30 on disk 508.  Shareware.  Binary only.
  20209.         Author:  Chris Hames
  20210.  
  20211. Less        A text file reader, descended from Unix "Less."  Less has
  20212.         features found on no other Amiga file reader; it can use
  20213.         pipes, accepts multiple filenames, and has many convenient
  20214.         positioning commands for forward and backward movement,
  20215.         marking positions, etc.  This version runs on all Amigas,
  20216.         under any screen resolution and font, and uses the full
  20217.         8-bit character set.  Other improvements include seaches
  20218.         using regular expressions, multiple file selection from
  20219.         Workbench, and resident operation.  This is version 1.4Z,
  20220.         an update to version 1.3 on disk 149.  Includes source.
  20221.         Author:  Ray Zarling et. al.
  20222.  
  20223. OneKey        A 1.3/2.0 compatible input handler for people who can only
  20224.         press (or cause to be pressed) one keyboard key at a time.
  20225.         OneKey gathers individually pressed qualifier keys (shift,
  20226.         alt, control, etc) and then applies them to the next non-
  20227.         qualifier key that is pressed.  This is version 36.11,
  20228.         includes source.
  20229.         Author:  Carolyn Scheppner
  20230.  
  20231. PCQ        An update to PCQ from disk 503.  This is only a partial
  20232.         distribution and includes just the compiler main pass,
  20233.         the documentation, and a ReadMe file.  You need the
  20234.         distribution from disk 503 to use this material.  This
  20235.         update is version 1.2b.
  20236.         Author:  Patrick Quaid
  20237.  
  20238. Solitaire    A shareware solitaire game, known widely as Klondike.  The
  20239.         rules can be varied, and there are five different ways of
  20240.         working through the deck.  Also includes a palette requester
  20241.         to fine tune the colors to your liking and a save-setup
  20242.         function that remembers how all the options are set.  This
  20243.         is version 1.8, binary only.
  20244.         Author:  Gaylan Wallis
  20245.  
  20246. ==========================  Contents of Disk 512  ==========================
  20247.  
  20248. This is disk 512 of the freely distributable AMIGA software library.
  20249. Below is a listing of the significant directories and their contents.
  20250.  
  20251.  
  20252. Csh        Replacement for the Amiga shell, similar to UN*X csh.  Main
  20253.         features include over 100 built in commands, 70 functions,
  20254.         new system variables, file name completion, freely
  20255.         programmable command line editing, file classes, auto cd,
  20256.         lazy cd, intuition menus for the shell window, automatic
  20257.         RX-ing, local variables, $( ), statement blocks, high speed,
  20258.         plus much more.  This is version 5.15, an update to version
  20259.         4.02 on disk 458.  Includes source.
  20260.         Author:  U. Dominik Mueller, C. Borreo, S. Drew, M. Dillon
  20261.  
  20262. FlipIt        Possibly the strongest Reversi/Othello type game available.
  20263.         Shareware, binary only.
  20264.         Author:  Adrian Millett
  20265.  
  20266. M2Pascal    A simple Modula-2 to Pascal translator.  You can write simple
  20267.         programs on your Amiga using one of the available Modula-2
  20268.         compilers, and then use this translator to generate Pascal
  20269.         source for export to other systems with Pascal compilers.
  20270.         Version 1.0, includes source in Modula-2.
  20271.         Author:  Greg Mumm
  20272.  
  20273. Solitaire    Yet another solitaire game.  Nicely done with good graphics
  20274.         and sound.  Shareware.
  20275.         Author:  Pat Clark
  20276.  
  20277. ==========================  Contents of Disk 513  ==========================
  20278.  
  20279. This is disk 513 of the freely distributable AMIGA software library.
  20280. Below is a listing of the significant directories and their contents.
  20281.  
  20282.  
  20283. DKBTrace    A freely distributable raytrace program that takes a text
  20284.         description of a 3D scene and renders it to a 24-bit file
  20285.         which may be converted to HAM or viewed on an 24-bit card.
  20286.         The program features sophisticated textures, constructive
  20287.         solid geometry, and various graphics primitives such as
  20288.         quadrics (cones, cylinders, etc.), spheres, planes,
  20289.         triangles, smooth triangles, and quartics (donuts, etc.)
  20290.         Also included are many sample data files and many utilities
  20291.         for creating new data files and for post-processing the
  20292.         output files.  Source and executables are included.  Because
  20293.         of its size, the distribution has been split onto two disks.
  20294.         Disk 513 contains the raytracer and disk 514 contains the
  20295.         utilities.  This is version 2.12, an update to version 2.0
  20296.         on disk 397.
  20297.         Author:  David Buck
  20298.  
  20299. NewList        A powerful LIST command.  Supports many features including
  20300.         sorts, character filters, case sensitivity, most options
  20301.         offered by LIST, date construction, UNIX wildcards, and much
  20302.         more.  Sort routines are very fast and memory usage is
  20303.         minimal.  Version 5.0a, an update to version 5.0 on disk 501.
  20304.         New features include recursion, hunt mode, custom formatting,
  20305.         multiple paths, paging, and much much more.  Binary only.
  20306.         Author:  Phil Dietz
  20307.  
  20308. ==========================  Contents of Disk 514  ==========================
  20309.  
  20310. This is disk 514 of the freely distributable AMIGA software library.
  20311. Below is a listing of the significant directories and their contents.
  20312.  
  20313.  
  20314. DKBTrace    A freely distributable raytrace program that takes a text
  20315.         description of a 3D scene and renders it to a 24-bit file
  20316.         which may be converted to HAM or viewed on an 24-bit card.
  20317.         The program features sophisticated textures, constructive
  20318.         solid geometry, and various graphics primitives such as
  20319.         quadrics (cones, cylinders, etc.), spheres, planes,
  20320.         triangles, smooth triangles, and quartics (donuts, etc.)
  20321.         Also included are many sample data files and many utilities
  20322.         for creating new data files and for post-processing the
  20323.         output files.  Source and executables are included.  Because
  20324.         of its size, the distribution has been split onto two disks.
  20325.         Disk 513 contains the raytracer and disk 514 contains the
  20326.         utilities.  This is version 2.12, an update to version 2.0
  20327.         on disk 397.
  20328.         Author:  David Buck
  20329.  
  20330. GearCalc    A bicycle gear ratio calculator. Version 2.0, binary
  20331.         only.
  20332.         Author:  Ed Bacon
  20333.  
  20334. S220to8SVX    Converts sound samples from a Roland S-220/S-10/MKS-100 to
  20335.         8SVX IFF 8-bit samples.  This is version 1.4, an update to
  20336.         version 1.0 on disk 286.  New features include volume-adjust
  20337.         and start-endpoint setting.  Includes source in assembler.
  20338.         Author:  Dieter Bruns
  20339.  
  20340. TLog        An intuition based program that records statistics to 
  20341.         monitor athletic training progress.  Maintains a daily 
  20342.         record of distance, time, heart rate, weight and temp-
  20343.         erature.  Links a text file with the record for a free
  20344.         form diary.  The AREXX commands provide the basis for
  20345.         generating custom reports from the data base.  Sample
  20346.         script allows TLog to automatically get to a scheduler
  20347.         to post reminders of upcoming events.  Version 1.0,
  20348.         shareware binary only.
  20349.         Author:  Ed Bacon
  20350.  
  20351. ==========================  Contents of Disk 515  ==========================
  20352.  
  20353. This is disk 515 of the freely distributable AMIGA software library.
  20354. Below is a listing of the significant directories and their contents.
  20355.  
  20356.  
  20357. CheckBook    Checkbook Accountant is a checkbook recording, balancing,
  20358.         budgeting, and analyzing program.  Intended to be used as
  20359.         a companion to a checkbook register and not as a replace-
  20360.         ment, this program offers a simple way of balancing check-
  20361.         books, tracking bank transactions, and recording and
  20362.         analyzing budgeted transactions.  This is version 2.0, an
  20363.         update to version 0.9 on disk 425.  Some of the new features
  20364.         include: Sort, Move, Duplicate, Program Prefs, Reoccurring
  20365.         Transaction Groups, Statistics, and Search & Replace.
  20366.         AmigaDOS 1.3 or Release 2 required.  Binary only.
  20367.         Author:  Jeffrey R. Almasol
  20368.  
  20369. D110EdDemo    Demo version of an editor for Roland D-110.  Bulk dump is
  20370.         available.  Edited parameters are not submitted to Roland
  20371.         D-110.
  20372.         Author:  Dieter Bruns
  20373.  
  20374. PP        Powerpacker patcher is a small tool that patches the DOS
  20375.         library so that PowerPacker datafiles will start acting as
  20376.         if they were "normal" files.  Sample use of PP would be to
  20377.         crunch all your .info files.  They will still retain their
  20378.         functionality as long as PP is installed, and WB will never
  20379.         know the difference.  Icons are useful, but take up a lot
  20380.         of valuable disk space.  You may also use any text viewer
  20381.         or editor you desire directly on Powerpacker files!
  20382.         Version 1.0, shareware, includes source.
  20383.         Author:  Michael Berg
  20384.  
  20385. SetCCOPTS    Lets you easily deal with the  MANX  'CCOPTS'  environment
  20386.         variable.  You can store settings to disk.  Has a complete
  20387.         intuition interface.  This is version 1.00, binary only.
  20388.         Author:  Stephan Flother
  20389.  
  20390. ==========================  Contents of Disk 516  ==========================
  20391.  
  20392. This is disk 516 of the freely distributable AMIGA software library.
  20393. Below is a listing of the significant directories and their contents.
  20394.  
  20395. Enigma        An interactive animation object that can be viewed as a
  20396.         puzzle or a game object.  The Enigma! Machine can be
  20397.         programed by the user to generate text.  Part of the
  20398.         challenge is to discover how to program it to generate
  20399.         meaningful output.  Version 1.00, binary only.
  20400.                 Author:  Martin C. Kees
  20401.  
  20402. Loom            Simulation of an eight harness loom.  Supports 15 colors
  20403.                 for warp and weft threads.  Scalable display.  Patterns
  20404.         created can be printed in draft format or saved as IFF
  20405.         files.  Version 1.00, binary only.
  20406.                 Author:  Martin C. Kees
  20407.  
  20408. PhoneGram       Generates text from phone numbers.  Attempts to find all
  20409.         three and four letter words encoded by any phone number.
  20410.         Graphic keypad display with sound.  Version 1.01, binary
  20411.         only.
  20412.                 Author:  Martin C. Kees
  20413.  
  20414. Quotes        Quotes is a pseudo-random quote generator.  It will scan a
  20415.         specified file of quotes, pick one at random, and display
  20416.         it.  Great for startup-sequences.  CLI-only.  Version 1.0,
  20417.         includes source.
  20418.         Author:  Adam Evans
  20419.  
  20420. RexxView        Monitors messages sent to the REXX port.  Messages are
  20421.         described by task, action code and modifiers, and the
  20422.         contents of arg0 slot is displayed.  CLI utility to monitor
  20423.         the REXX IPC hub for Arexx programmers and interfacers.
  20424.         Version 1.01, includes JForth source.
  20425.                 Author:  Martin C. Kees
  20426.  
  20427. Xl         Demo version of a single bit-plane cel animation generator.
  20428.         Uses an onion-skin display to rough in an animation sequence.
  20429.         Has a large ARexx command set, multiple precision bezier
  20430.         curves and splines, scalable and rotatable polygons, brush
  20431.         support with blitter logic, turtle graphics and macro key
  20432.         definitions.  Requires req.library (Fox/Dawson).  Non-saving
  20433.         demo version, binary only.
  20434.         Author:  Martin C. Kees
  20435.  
  20436. ==========================  Contents of Disk 517  ==========================
  20437.  
  20438. This is disk 517 of the freely distributable AMIGA software library.
  20439. Below is a listing of the significant directories and their contents.
  20440.  
  20441.  
  20442. Aequipot    A program that renders multicolor pictures using an algorithm
  20443.         based on electrostatic effects.  Renders in low-res, in high-
  20444.         res, and in two speed/quality modes.  Includes both PAL and
  20445.         NTSC versions, English and German docs.  This is version 1.15,
  20446.         an update to version 1.06 on disk 474.  Now supports saving
  20447.         pictures in IFF-ILBM format and animation rendering via script
  20448.         files.  Freeware, includes source in PCQ.  
  20449.         Author:  Juergen Matern
  20450.  
  20451. AmiBack        Demo version of a new backup utility.  Features include
  20452.         backup to any AmigaDOS compatible device (such as floppies,
  20453.         removable hard disks, fixed media hard disk, and tape
  20454.         drives), no copy protection, configuration files, complete
  20455.         backups, incremental backups, selective backups, file
  20456.         exclusion filter, setting of archive bit, etc.  Demo version
  20457.         does not have restore, compare, or scheduler.  Version 1.04,
  20458.         an update to version 1.03 on disk 493.  Binary only.
  20459.         Author:  MoonLighter Software
  20460.  
  20461. CWToy        A program like Say or SpeechToy that allows your Amiga to
  20462.         communicate in International Morse Code.  A lot of nice
  20463.         features for code practice or with a simple hardware 
  20464.         interface even useful as a keyboard program for your 
  20465.         transmitter.  Version 1.0, includes source in C.
  20466.         Author:  Rob Frohne
  20467.  
  20468. Hex        A file-based binary file editor with lots of features.
  20469.         Version 1.0, shareware, binary only.
  20470.         Author:  Nicola Salmoria
  20471.  
  20472. RussianFonts    Russian Fonts ranging from 13 points to 31 points.
  20473.                 Author:  Daniel Amor
  20474.  
  20475. Spliner        A spline screen blanker commodity, derived from the spline
  20476.         code extracted from Tom Rokicki's Mackie and encapsulated
  20477.         into a standard AmigaDOS 2.0 commodity.  Binary only.
  20478.         Author:  Tom Rokicki, Sebastiano Vigna
  20479.  
  20480. ==========================  Contents of Disk 518  ==========================
  20481.  
  20482. This is disk 518 of the freely distributable AMIGA software library.
  20483. Below is a listing of the significant directories and their contents.
  20484.  
  20485.  
  20486. AmiDock        AmiDock is an Amiga version of the NeXT's Dock facility.
  20487.         It will open up a small window on your WorkBench full
  20488.         of little IFF brushes.  Each brush represents an application,
  20489.         like an ICON, but it's a brush.  Click on the brush and your
  20490.         application will start.  This is version 1.3, an update to
  20491.         version 1.2.4 on disk 474.  Shareware, binary only.
  20492.         Author:  Gary Knight
  20493.  
  20494. Lister        Program to display information about files in various types
  20495.         of archives, such as arc, cpio, lharc, tar, zip, and zoo.
  20496.         Version 1.0, includes source.
  20497.         Author:  Kerry Cianos and Geoffrey Faivre-Malloy
  20498.  
  20499. Post        An excellent PostScript interpreter for the Amiga which
  20500.         implements the full Adobe language.  Supports type 1 and
  20501.         type 3 fonts, screen output, file output, and printer
  20502.         output.  Requires Arp library V39+ and ConMan V1.3+.  This
  20503.         is version 1.6, an update to version 1.5 on disk 468.
  20504.         Includes source in C.
  20505.         Author:  Adrian Aylward
  20506.  
  20507. ==========================  Contents of Disk 519  ==========================
  20508.  
  20509. This is disk 519 of the freely distributable AMIGA software library.
  20510. Below is a listing of the significant directories and their contents.
  20511.  
  20512.  
  20513. AVLSort        A text file sort program, based on a general purpose AVL
  20514.         package by Mark Mallett (included).  Handles as many lines
  20515.         as will fit in memory.  Includes source.
  20516.         Author:  Robert Pyron, Mark Mallett
  20517.  
  20518. ChkFrag        A program that reports on the extent of file fragmentation
  20519.         in any specified directory tree.  Binary only.
  20520.         Author:  Timeus
  20521.  
  20522. FifoLib        FIFO: is like PIPE: but is based on fifo.library rather
  20523.         than its own implementation.  Fifo.library is a general
  20524.         fifo library implementation that supports named fifos,
  20525.         writing to a fifo from a hardware exception, multiple
  20526.         readers on a fifo with each getting the same data stream,
  20527.         efficient reading, and automatic or manual flow control.
  20528.         Programs that require non-blocking IO can access one side
  20529.         of a FIFO: connection via the fifo.library instead of the
  20530.         FIFO: device.  Version 3.1, an update to version 2 on disk
  20531.         448.  Includes some source.
  20532.         Author:  Matt Dillon
  20533.  
  20534. OakLisp        A straight port of the OAKLISP system to the Amiga.  OAKLISP
  20535.         is a Scheme-like LISP with an object-oriented base.  An R3RS
  20536.         Scheme environment is included in the package.  Because of
  20537.         its size, the distribution is made on two disks, 519 and 520.
  20538.         Both disks are required.  Source is included.
  20539.         Author:  Kevin Lang, Barak Pearlmutter, ported by Mike Meyer
  20540.  
  20541. Optimizer    A disk optimizer that works on floppy disks, hard disks, and
  20542.         ram disks.  It is designed to provide safe optimization,
  20543.         moving only one block at a time.  Version 1.0, freeware,
  20544.         binary only.
  20545.         Author:  Tim Stotelmeyer
  20546. ==========================  Contents of Disk 520  ==========================
  20547.  
  20548. This is disk 520 of the freely distributable AMIGA software library.
  20549. Below is a listing of the significant directories and their contents.
  20550.  
  20551.  
  20552. IOBoard        Full plans for a public domain hardware project which adds
  20553.         two parallel ports and two serial ports to an Amiga 500,
  20554.         1000, or 2000, for less than $100, with the capability to
  20555.         upgrade to four ports of each type at any time.  Includes
  20556.         serial and parallel drivers with source code.  Version 2.10.
  20557.         Author:  Jeff Lavin, Dan Babcock, Paul Coward
  20558.  
  20559. OakLisp        A straight port of the OAKLISP system to the Amiga.  OAKLISP
  20560.         is a Scheme-like LISP with an object-oriented base.  An R3RS
  20561.         Scheme environment is included in the package.  Because of
  20562.         its size, the distribution is made on two disks, 519 and 520.
  20563.         Both disks are required.  Source is included.
  20564.         Author:  Kevin Lang, Barak Pearlmutter, ported by Mike Meyer
  20565.  
  20566. ==========================  Contents of Disk 521  ==========================
  20567.  
  20568. This is disk 521 of the freely distributable AMIGA software library.
  20569. Below is a listing of the significant directories and their contents.
  20570.  
  20571.  
  20572. A68k        A 68000 assembler originally written in Modula-2 in 1985
  20573.         and converted to C by Charlie Gibb in 1987.  Has been
  20574.         converted to accept metacomco-compatible assembler source
  20575.         code and to generate Amiga objects.  This is version 2.71,
  20576.         an update to version 2.61 on disk 314.  Include source.
  20577.         Author:  Brian Anderson; C translation and Amiga work
  20578.              done by Charlie Gibb
  20579.  
  20580. BatchMaster    A program that makes creation of interactive command
  20581.         scripts a lot easier.  It works as commands ASK, IF and
  20582.         SKIP together, only better.  You can have up to four
  20583.         options to skip to, and select them with a mouse, as
  20584.         BatchMaster has an Intuition interface.  This is version
  20585.         1.27.  Requires arp.library.  Binary only.
  20586.         Author:  Janne Pelkonen
  20587.  
  20588. CheckPrt    A small program for checking the presence of a parallel
  20589.         printer from within a script file.  Update of version
  20590.         on disk 479.  Now also includes two small tools to test
  20591.         the state of some lines of the printer port, to make it
  20592.         easier to find the source of printer problems.  Binary
  20593.         only.
  20594.         Author:  Tom Kroener
  20595.  
  20596. K1        An editor program for the Kawai K1-II synthesizer.  Includes
  20597.         a bankloader for single-patches and multi-patches, a single-
  20598.         patch editor, a multi-patch editor, and support for the
  20599.         effect-session and K1 controllers.  Version 5.1, an update
  20600.         to version 4.8 on disk 481.  Binary only.
  20601.         Author:  Andreas Jung
  20602.  
  20603. LandScape    A simple CAD program to aid in designing garden layouts.
  20604.         First the plan is laid out, placing lawns, paths, plants,
  20605.         etc., and the program then draws a '3D' picture of what
  20606.         the garden might look like in real life, from any viewpoint. 
  20607.         Version 1.0, binary only.
  20608.         Author:  Steve Goddard
  20609.  
  20610. SynthSong    A song created using the freely-distributable program
  20611.                 MED V.3.00.  Although quite small (63k) on disk, this one
  20612.                 expands in memory once loaded, lasting almost 65 minutes.
  20613.                 Player program included.
  20614.                 Author:  Alex Van Starrex
  20615.  
  20616. T3E        Converts any text file to an executable.  The resulting
  20617.         program will only have a minimum of bytes appended (94 bytes
  20618.         for hunk structure and display-program).  The text file is
  20619.         not limited by the size.  Freeware, with source in C.
  20620.         Author:  Garry Glendown
  20621.  
  20622. ==========================  Contents of Disk 522  ==========================
  20623.  
  20624. This is disk 522 of the freely distributable AMIGA software library.
  20625. Below is a listing of the significant directories and their contents.
  20626.  
  20627.  
  20628. MAK    The Mandelbrot Adventure Kit is a nicely done mandelbrot generator
  20629.     with full source code (about 18,000 lines of C code).  Includes
  20630.     some sample images along with the parameters used to generate
  20631.     them, and lots of built-in help screens.
  20632.     Author:  Steven Dillon
  20633.  
  20634. ==========================  Contents of Disk 523  ==========================
  20635.  
  20636. This is disk 523 of the freely distributable AMIGA software library.
  20637. Below is a listing of the significant directories and their contents.
  20638.  
  20639.  
  20640. BMake        A GNU Make subset.  Includes pattern rules, conditionals,
  20641.         "include", function calls, etc.  This is Version 1.4,
  20642.         with source.
  20643.         Author:  Ben Eng
  20644.  
  20645. Conquest    Lore of Conquest is a war game similar in concept to the
  20646.         board game Risk.  You are the lord of an entire world,
  20647.         destined to rule the galaxy.  Some worlds are virgin fruits,
  20648.         ready for you to colonize.  Some worlds have natives who do
  20649.         not wish to accept your rule, these you must conquer for
  20650.         they will yield more valuable resources.  As you claim the
  20651.         galaxy you will find, you are not the only one extending
  20652.         your dominion.  This is a two-player game, so be prepared
  20653.         to defend yourself and take what is yours!  Version 1.5, an
  20654.         update to version 1.3 on disk 459.  Binary only, shareware.
  20655.         Author:  Michael Bryant
  20656.  
  20657. PSGraph        A graphing program with plot previews and encapsulated
  20658.         postscript output.  Version 1.0, binary only.
  20659.         Author:  Rick Golembiewski
  20660.  
  20661. ScreenJaeger    A screen capture program that works by scanning through
  20662.         memory, allowing you to grab screens from programs that
  20663.         don't multitask, and save them as IFF files.  Features
  20664.         include an Intuition interface, multiple bitplanes, support
  20665.         of all Amiga display modes and resolutions, CHIP and FAST
  20666.         memory, overscan, and both NTSC and PAL.  This is version
  20667.         1.0, includes full C source.
  20668.         Author:  Syd L. Bolton
  20669.  
  20670. SerLib        A shared library providing easy access to any serial device.
  20671.         Allows both synchronous and asynchronous access to the port.
  20672.         With support code for Lattice, Manx and Oberon.  Includes
  20673.         examples in both C and Oberon (with source) and docs in
  20674.         ASCII, DVI, and PostScript.  Shareware.
  20675.         Author:  Garry Glendown, Oberon-interface by Frank Schummertz
  20676.  
  20677. ==========================  Contents of Disk 524  ==========================
  20678.  
  20679. This is disk 524 of the freely distributable AMIGA software library.
  20680. Below is a listing of the significant directories and their contents.
  20681.  
  20682.  
  20683. Kamin        Various interpreters from the book "Programming Languages,
  20684.         An Interpreter-Based Approach", by Samuel N. Kamin.  This
  20685.         distribution includes lisp, apl, scheme, sasl, clu, prolog,
  20686.         and smalltalk interpreters, automatically translated from
  20687.         Pascal to C using p2c.  Includes C and Pascal source.
  20688.         Author:  Samuel Kamin
  20689.  
  20690. Snap        A tool for clipping text or graphics from the screen, using
  20691.         the clipboard device.  Snap finds out character coordinates
  20692.         automatically, handles different fonts, keymaps, accented
  20693.         characters, and more.  Version 1.62, an update to version
  20694.         1.4 on disk 326.  Includes source.
  20695.         Author:  Mikael Karlsson
  20696.  
  20697. TAPDemo        Tumble Axis Processor is a Sculpt utility with several
  20698.         functions, including automatically aligning a path's tumble
  20699.         axes so that an object following that path will always face
  20700.         the direction of travel, and production of an easy to read
  20701.         data list containing the location of each node and the
  20702.         orientation of each of its tumble axes.  This is a fully
  20703.         functional version except that it will not function on
  20704.         paths with more than 15 nodes.  Binary only.
  20705.         Author:  Martin Koistinen
  20706.  
  20707. ==========================  Contents of Disk 525  ==========================
  20708.  
  20709. This is disk 525 of the freely distributable AMIGA software library.
  20710. Below is a listing of the significant directories and their contents.
  20711.  
  20712.  
  20713. CrcLists    Complete CRC check files for disks 401-520 using the brik
  20714.         program.  These were made directly from my master disks.
  20715.         Along with the crc lists from disk 401, these lists will
  20716.         allow you to check all of the disks in the library to make
  20717.         sure they are correct and complete.
  20718.         Author:  Fred Fish
  20719.  
  20720. DumpHarpoon    Program that dumps the .DAT data files for the game HARPOON.
  20721.         Author:  Mark Kyprianou
  20722.  
  20723. MinixDemo    Demo version of minix 1.5, an operating system very similar
  20724.         to UNIX.  The full version of minix comes with source code
  20725.         for the kernel and most of the utilities.  Binary only.
  20726.         Author:  Andrew Tanenbaum, et. al.
  20727.  
  20728. SIOD        A small scheme interpreter (Scheme In One Defun) which can
  20729.         be used for calculations or included as a command interpreter
  20730.         or extension/macro language in other applications.  This is
  20731.         version 2.4.  Includes source.
  20732.         Author:  George Carrette
  20733.  
  20734. ==========================  Contents of Disk 526  ==========================
  20735.  
  20736. This is disk 526 of the freely distributable AMIGA software library.
  20737. Below is a listing of the significant directories and their contents.
  20738.  
  20739.  
  20740. DataEasy    An easy-to-use data base program which includes a phone
  20741.         dialer, speech output, a simple screen editor for making
  20742.         and modifying the database definitions, a screen print
  20743.         function, form letter printing, sorting, searching, and
  20744.         two small sample databases.  Version 1.3, an update to
  20745.         version 1.1 on disk 417.  Binary only, source available
  20746.         from author.
  20747.         Author:  J. Dale Holt
  20748.  
  20749. GNUPlot        An interactive function and data plotting program which
  20750.         supports a great number of output devices.  Includes
  20751.         extensive on-line help.  Version 2.0, patch level 2.
  20752.         Includes full source along with diffs and patch program
  20753.         to generate Amiga version.
  20754.         Author:  Thomas Williams, Colin Kelley, Carsten Steger,
  20755.              Russell Lang, Dave Kotz, John Campbell
  20756.  
  20757. ==========================  Contents of Disk 527  ==========================
  20758.  
  20759. This is disk 527 of the freely distributable AMIGA software library.
  20760. Below is a listing of the significant directories and their contents.
  20761.  
  20762.  
  20763. Arq        Replaces the standard system requesters with nice animated
  20764.         requesters which you can also attach different sounds to.
  20765.         Works under AmigaDOS 1.3 or 2.0 to give all the normal
  20766.         system requesters a nice new look.  Version 1.61, binary
  20767.         only.
  20768.         Author:  Martin Laubach, Peter Wlcek, and Rene Hexel
  20769.  
  20770. Lister        Program to display information about files in various types
  20771.         of archives, such as arc, cpio, lharc, tar, zip, and zoo.
  20772.         Version 1.01, an update to version 1.0 on disk 518.  Includes
  20773.         source.
  20774.         Author:  Kerry Cianos and Geoffrey Faivre-Malloy
  20775.  
  20776. MightyMouse    A very small screen blanker, mouse accelerator, mouse
  20777.         blanker, hot key, etc. utility.  Version 1.05, binary only.
  20778.         Author:  Bob Stouder
  20779.  
  20780. PicBase        A program that allows the user to organize and manage
  20781.         all IFF images and brushes stored on disk.  Displays a
  20782.         miniature monochrome (8 or 16 level) image of each file,
  20783.         with information such as the full pathname, the creation
  20784.         date, file size, image size and depth, display mode, and
  20785.         filenote.  The images are displayed four at a time and
  20786.         can be scrolled in realtime, manually or automatically
  20787.         sorted, presented as a slideshow, and more.  Version
  20788.         0.36, shareware, binary only.
  20789.         Author:  Mike Berro
  20790.  
  20791. SRegExp        A runtime library of routines for doing wildcard pattern
  20792.         matching and wildcard path matching.  It accepts a slight
  20793.         extension of the AmigaDOS wildcard syntax, including a
  20794.         "not" operator and character sets.  This is version 11.1,
  20795.         includes source.
  20796.         Author:  Jon Spencer
  20797.  
  20798. ToolManager    ToolManager is a full featured program to add programs
  20799.         (either WorkBench or CLI) to the tools menu of the 2.x
  20800.         WorkBench.  Programs can be added by dragging their icons
  20801.         onto the ToolManager "config" window or the optional
  20802.         ToolManager icon or by editing the config file.  Requires
  20803.         Workbench 2.0.  This is version 1.4, an update to version
  20804.         1.3 on disk 476.  Includes source.
  20805.         Author:  Stefan Becker
  20806.  
  20807. Zoo        A file archiver, much like "arc" in concept, but different
  20808.         in implementation and user interface details.  Version 2.10,
  20809.         an update to version 2.00 on disk 164.  New features include
  20810.         greatly improved compression, preservation of full pathnames
  20811.         by default, and extended multi-screen help.  Binary only.
  20812.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  20813.  
  20814. ==========================  Contents of Disk 528  ==========================
  20815.  
  20816. This is disk 528 of the freely distributable AMIGA software library.
  20817. Below is a listing of the significant directories and their contents.
  20818.  
  20819.  
  20820. AmiOmega    Amiga port of the Omega game.  Omega is similar to hack
  20821.         or rogue, but is much more complex.  There is a city,
  20822.         several towns, a wilderness, lots of dungeons, a multitude
  20823.         of monsters, lots of spells, magic items, etc.  There are
  20824.         several quests to complete.  All in all, it is an excellent
  20825.         game.  This is version 1.5, a different port than version
  20826.         1.0 on disk 320.  Binary only.
  20827.         Author:  Laurence Brothers, Amiga port by Klavs Pedersen
  20828.  
  20829. CpuBlit        CpuBlit replaces the system BltBitMap routine with a version
  20830.         that uses your 68020/68030 when it is worthwhile to do so.
  20831.         This results in text scrolling twice as fast as usual, and
  20832.         in addition, the color flicker effect normally present when
  20833.         scrolling multicolor text is removed.  Version 1.0, includes
  20834.         source.
  20835.         Author:  Eddy Carroll
  20836.  
  20837. FontConv    Converts MacIntosh Postscript type 1 and type 3 fonts to
  20838.         the IBM Postscript type 1 and type 3 format.  Also converts
  20839.         MacIntosh bitmap screen fonts to the Adobe binary format
  20840.         (abf).  Version 1.2, binary only.
  20841.         Author:  Gary Knight
  20842.  
  20843. KeyMenu        An alternative to Intuition's method of menu selection via
  20844.         the keyboard.  Uses one key to activate the menu for the
  20845.         currently active window, the cursor keys to move through
  20846.         the menu as you choose, and the return key to select the
  20847.         desired menu item or escape key to abort selection.  Works
  20848.         with AmigaDOS 2.0 mouse accelerator and has option to blank
  20849.         Intuition's pointer.  Version 1.05, an update to version
  20850.         1.03 on disk 470.  Includes assembly source.
  20851.         Author:  Ken Lowther
  20852.  
  20853. SimSmart    A general purpose utility that prints the program source
  20854.         code of almost any language, so that (for example) the
  20855.         keywords are emboldened and underlined, and the comments
  20856.         are italicized.  These features are adjustable by the user,
  20857.         to suit individual taste.  Tabbing also is adjustable, to
  20858.         harmonize with the nesting depth of a particular program.
  20859.         Output may be either on the printer, the screen, or to
  20860.         another file.  SimSmart may easily be extended by the user
  20861.         to deal with extra languages.  Version 2.10, shareware,
  20862.         binary only.
  20863.         Author:     David Simon
  20864.  
  20865. ==========================  Contents of Disk 529  ==========================
  20866.  
  20867. This is disk 529 of the freely distributable AMIGA software library.
  20868. Below is a listing of the significant directories and their contents.
  20869.  
  20870.  
  20871. ClockDJ        A utility which combines a clock, mouse accelerator,
  20872.         screen blanker, window manipulator, function keys, and
  20873.         macros into a single program, written in assembly
  20874.         language for maximum efficiency.  Includes an ARexx
  20875.         port.  Version 5.02, an update to version 4.07 on disk
  20876.         293.  Binary only.
  20877.         Author:  David Jenkins
  20878.  
  20879. MonkeyDemo    Demo version of the LucasFilm game "The Secret of Monkey
  20880.         Island".  Installable on a hard disk and multitasks as
  20881.         well.  Binary only.
  20882.         Author:  LucasFilms
  20883.  
  20884. TownMaze    A program that designs a town-shaped maze like the town
  20885.         "Bard's Tale I" uses.  Version 1.2, includes source.
  20886.         Author:  Kent Paul Dolan
  20887. ==========================  Contents of Disk 530  ==========================
  20888.  
  20889. This is disk 530 of the freely distributable AMIGA software library.
  20890. Below is a listing of the significant directories and their contents.
  20891.  
  20892.  
  20893. DeckBrowser    A freely redistributable player for unbound CanDo decks.
  20894.         Version 1.5, binary only.
  20895.         Author:  INOVAtronics
  20896.  
  20897. Dme        Version 1.45 of Matt's text editor.  Dme is a simple 
  20898.         WYSIWYG editor designed for programmers.  It is not a
  20899.         WYSIWYG word processor in the traditional sense.  Features
  20900.         include arbitrary key mapping, fast scrolling, title-line
  20901.         statistics multiple windows, and ability to iconify windows.
  20902.         Update to version 1.42 on disk number 441, includes source.
  20903.         Author:  Matt Dillon
  20904.  
  20905. TurboTitle    A program created for the purpose of subtitling Japanese
  20906.         animation films and to create a standard Amiga subtitle
  20907.         format.  Is perfectly suited for subtitling any foreign
  20908.         film.  Version 0.80, an update to version 0.71 on disk
  20909.         424.  Shareware, binary only.
  20910.         Author:  Robert Jenks
  20911.  
  20912. ==========================  Contents of Disk 531  ==========================
  20913.  
  20914. This is disk 531 of the freely distributable AMIGA software library.
  20915. Below is a listing of the significant directories and their contents.
  20916.  
  20917.  
  20918. CaligariDemo    Demo version of Caligari 2.0 from Octree Software.  Requires
  20919.         a 68020/68030 and a 68881/68882.  Binary only.
  20920.         Author:  Octree Software
  20921.  
  20922. DisDF        Program to disable DF0-DF3 to stop that empty drive clicking
  20923.         by putting the trackdisk.device tasks in a removed state.
  20924.         Can be run from CLI, startup script or WB.  Command line
  20925.         options select drives and also remove the File System tasks
  20926.         to reduce CPU load a little more.  Version 1.0, includes
  20927.         source.
  20928.         Author:  Patrick F. Misteli
  20929.  
  20930. FileSearch    This program will search an AmigaDOS volume for a specified
  20931.         file, using a filename pattern.  Useful for hard drive
  20932.         owners wanting to find a file/program quickly.  AmigaDOS
  20933.         wildcards aren't supported, `*' wildcards are.  Has an
  20934.         Intuition interface.  Version 1.5, binary only, WB2.0 only.
  20935.         Author:  Matt Crowd
  20936.  
  20937. Graffiti    Demo version of an art program, with a feature set somewhat
  20938.         less than DPaint but more than many other such programs.
  20939.         Has a few special functions included like autoscrolling,
  20940.         converting screens to other resolutions, changing RGB
  20941.         values of the whole screen, fast autoscrolling magnifier
  20942.         and many others.  Version 1.01, binary only.
  20943.         Author:  Marcus Schiesser 
  20944.  
  20945. PopulousKeys    Code words and options descriptions for all 495 worlds of
  20946.         Populous (TM Electronic Arts and Bullfrog Productions).
  20947.         All information was obtained by the author's excessive
  20948.         playing of Populous.
  20949.         Author:  Kenneth Fuchs
  20950.  
  20951. ==========================  Contents of Disk 532  ==========================
  20952.  
  20953. This is disk 532 of the freely distributable AMIGA software library.
  20954. Below is a listing of the significant directories and their contents.
  20955.  
  20956.  
  20957. BootPic        BootPic allows you to install nearly any IFF picture that
  20958.         you like in place of the WorkBench hand that appears after
  20959.         a reset.  Version 1.1, an update to version 1.0 on disk
  20960.         484.  Now includes an Intuition interface.  Binary only.
  20961.         Author:  Andreas Ackermann
  20962.  
  20963. DataPlot    A program that plots data and algebraic functions in 2D.
  20964.         The user simply clicks on an option screen to select
  20965.         various options, such as type of marker, log or linear
  20966.         axis, auto vs manual scaling, grid lines.  The macro
  20967.         language makes similar, repetitive plots easy to do.  Data
  20968.         points can be transformed by an algebraic function prior
  20969.         to plotting.  A macro can be automatically executed upon
  20970.         start-up.  Plots in any resolution from 320x200 to 640x400.
  20971.         Plots can be saved as macro commands and IFF ILBM files.
  20972.         Prints directly to Epson compatible printers, or to any
  20973.         Preferences supported grapics printer via the PLT: device.
  20974.         This is version 2.1, a significant upgrade to version 1.0
  20975.         on disk 121.  Shareware, binary only.
  20976.         Author:  Dale Holt
  20977.  
  20978. SCSIMounter    An interactive, fully automated partition mounter especially
  20979.         suited for removable media SCSI drives.  SCSIMounter auto-
  20980.         matically scans the Rigid Disk Block of the drives and
  20981.         presents the user with a partition selector which allows the
  20982.         individual selection of the partitions to mount.  Requires
  20983.         Kickstart 2.0.  Binary only.
  20984.         Author:  Martin A. Blatter
  20985.  
  20986. SCSIPrefs    A Preferences editor for the battery backed up memory in the
  20987.         Amiga 3000.  This small program allows you to change the
  20988.         bits that control some parameters of the embedded SCSI host
  20989.         adaptor.  Requires Kickstart 2.0.  Binary only.
  20990.         Author:  Martin A. Blatter
  20991.  
  20992. TrainerMaker    A program that allows you to modify money, number of lives,
  20993.         or high scores of some games.  The game to be modified must
  20994.         be capable of multitasking.  Version 0.8, binary only.
  20995.         Author:  Andreas Ackermann
  20996.  
  20997. ==========================  Contents of Disk 533  ==========================
  20998.  
  20999. This is disk 533 of the freely distributable AMIGA software library.
  21000. Below is a listing of the significant directories and their contents.
  21001.  
  21002.  
  21003. BootGen        This program creates a bootmenu.  You simply enter the name
  21004.         of ten programs and the program will do the rest.  When you
  21005.         boot the disk a menu will appear where you can choose one
  21006.         of ten program names, which automatically will be loaded.
  21007.         Version 3.4, binary only.
  21008.         Author:  Frank Enderle
  21009.  
  21010. Conquest    Lore of Conquest is a war game similar in concept to the
  21011.         board game Risk.  You are the lord of an entire world,
  21012.         destined to rule the galaxy.  Some worlds are virgin fruits,
  21013.         ready for you to colonize.  Some worlds have natives who do
  21014.         not wish to accept your rule, these you must conquer for
  21015.         they will yield more valuable resources.  As you claim the
  21016.         galaxy you will find, you are not the only one extending
  21017.         your dominion.  This is a two-player game, so be prepared
  21018.         to defend yourself and take what is yours!  Version 1.6, an
  21019.         update to version 1.5 on disk 523.  Includes enhanced galaxy
  21020.         map, instant replay option, timed turns, symmetrical universe,
  21021.         and more.  Binary only, shareware.
  21022.         Author:  Michael Bryant
  21023.  
  21024. Convert        Converts an object file to a C source which can be inserted
  21025.         with '#include' in your own programs.  Version 1.0, includes
  21026.         source.
  21027.         Author:  Frank Enderle
  21028.  
  21029. DosManager    You can copy, delete, move, view, show as pictures, play
  21030.         as samples, rename, ... , files with this program.  It is
  21031.         also possible to program a personal command with Dos-
  21032.         Manager.  This is version 1.0, shareware, binary only.
  21033.         Author:  Jurgen Stohr
  21034.  
  21035. Icons        A bunch of 8-color icons for systems running AmigaDOS
  21036.         2.0.  Previously released 8-color icons from the author
  21037.         appeared on disk 213.
  21038.         Author:  Wolf-Peter Dehnick
  21039.  
  21040. OctaMEDDemo    Player program and sample songs for OctaMED, a special
  21041.         version of MED that can play 8 tracks at once on a
  21042.         standard Amiga without extra hardware.  The sound quality
  21043.         is not as high as with 4-channel sound but is good enough
  21044.         for many purposes.  Binary only.
  21045.         Author:  Amiganuts United
  21046.  
  21047. VTest        A simple example how to test if the AMIGA is infected by a
  21048.         Virus.  It simply checks some vectors in the Exec Base
  21049.         structure and some library routines like DoIO.  Version 1.0,
  21050.         includes source.
  21051.         Author:  Frank Enderle
  21052.  
  21053. ==========================  Contents of Disk 534  ==========================
  21054.  
  21055. This is disk 534 of the freely distributable AMIGA software library.
  21056. Below is a listing of the significant directories and their contents.
  21057.  
  21058.  
  21059. Term        A gift-ware telecommunications program written for AmigaOS
  21060.         release 2.x (Kickstart 37.74 and Workbench 37.33 or higher
  21061.         required, Kickstart 37.175 and Workbench 37.52 recommended).
  21062.         Features include total configurability, full ARexx control,
  21063.         Xpr-transfer-support, filetype-identification after
  21064.         download, cut & paste/point-and-click on screen, auto up-
  21065.         and download, scrollable review buffer of unlimited size,
  21066.         solid and fully-featured VT100/VT220/ANSI emulation,
  21067.         optional fast atomic terminal emulation, hotkey support,
  21068.         powerful phonebook and dialing functions, ability to save
  21069.         and print the contents of the screen as IFF-ILBM or ASCII
  21070.         file, full overscan and screen resolution support (new ECS
  21071.         screen modes included), asynchronous operation and a lot
  21072.         more.  Comes with six Xpr-transfer libraries (ascii, jmodem,
  21073.         kermit, quickb, xmodem & zmodem) and documentation both in
  21074.         German and in English.  This is version 1.8a and also
  21075.         includes the full `C' and assembly language source code.
  21076.         Author:  Olaf `Olsen' Barthel
  21077.  
  21078. ==========================  Contents of Disk 535  ==========================
  21079.  
  21080. This is disk 535 of the freely distributable AMIGA software library.
  21081. Below is a listing of the significant directories and their contents.
  21082.  
  21083.  
  21084. Accent        A universal accented character converter for Amiga, IBM-PC,
  21085.         MacIntosh, and C64 files written in most West European
  21086.         languages (Danish, Finnish, French, German, Italian, Islandic,
  21087.         Norwegian, Spanish, Swedish, and more.  Works with either
  21088.         ASCII or Word Perfect files.  This is a major update to
  21089.         version 1.5 on disk 454 (where it was called Vortex).
  21090.         New features include a graphical user interface, simple
  21091.         file reader, and copy option.  Binary only.
  21092.         Author:  Michel Laliberte
  21093.  
  21094. ArcL        A utility that lists your ZOO, ARC and LZH Archives with
  21095.         automatic type detection.  Includes german version and
  21096.         documentation.  Version 1.0, binary only.
  21097.         Author:  Oliver Graf, T.O.M. Software
  21098.  
  21099. BizCalc        A do-it-all user friendly loan calculator that calculates
  21100.         weekly and biweekly loans.  Can generate amortization
  21101.         tables to the screen, to the printer, or to a file.  Uses
  21102.         menus, bottons, or keyboard commands, and iconifies.
  21103.         Has six decimal precision option and more.  This is
  21104.         version 1.2, an update to version 1.1 on disk 493.
  21105.         Binary only.
  21106.         Author:  Michel Laliberte
  21107.  
  21108. Flat        A filing system handler which implements block-mapped filing
  21109.         devices such as available under Un*x.  Read and write calls
  21110.         are mapped to low-level system IO operations which allow to
  21111.         treat devices such as df0:, dh0:, rad:, etc. as big data
  21112.         files.  These `virtual' files can be copied, read and
  21113.         written just like any standard AmigaDOS file.  It is even
  21114.         possible to copy a whole disk with the CLI `Copy' command or
  21115.         to archive disks with LhArc and the like.  Written as a
  21116.         supplement for the Amiga `tar' program.  Version 1.3,
  21117.         includes source in `C'.
  21118.         Author:  Olaf `Olsen'áBarthel
  21119.  
  21120. Format        A replacement for the Workbench 2.x `Format' command with
  21121.         many additional features and a basic gadtools interface.
  21122.         Can be made resident and sports a number of additional
  21123.         command line options.  Also included is a code fragment
  21124.         which will correctly initialize data media of any size
  21125.         (floppy disks or hard disk partitions) which works both
  21126.         under Kickstart 1.2/1.3 and 2.x.  Version 1.1, includes
  21127.         source in `C' and assembly language.  AmigaOS 2.x required.
  21128.         Author:  Olaf `Olsen' Barthel
  21129.  
  21130. FracBlank       A commodities screen blanker written for AmigaOS release
  21131.         2.x.  When running will blank the screen and start to draw
  21132.         real plane fractals such as described in the September 1986
  21133.         issue of Scientific American.  The resulting images may
  21134.         remind you of spiders' webs, lace or even the Chladnian
  21135.         patterns formed by grains of sand strewn across a vibrating
  21136.         surface.  Version 1.4, includes source in `C' and assembly
  21137.         language.  AmigaOS 2.x required.
  21138.         Author:  Olaf `Olsen'áBarthel
  21139.  
  21140. Icon         A tool which patches Workbench 2.x online to supply default
  21141.         icons for about 45 different file types ranging from LhArc
  21142.         archives to object code files.  Enhances the `Show All
  21143.         Files' option of Workbench which by default only knows two
  21144.         types of file icons: Tool and Project.  If enabled scans
  21145.         all files in a directory which do not have an icon file
  21146.         supplied and tries to determine their file types.  When
  21147.         done, tricks Workbench into believing that there are proper
  21148.         icons for these files in the directory.  Includes source in
  21149.         `C' and assembly language.  AmigaOS 2.x required.
  21150.         Author:  Olaf `Olsen' Barthel
  21151.  
  21152. KeyMacro    A keyboard macro program, configurable via a text file, that
  21153.         also supports hotkey program execution.  You can map up to
  21154.         eight functions to each key, including keys such as cursor
  21155.         keys, the return key, etc.  Version 1.12 with a number bug
  21156.         fixes and enhancements, an update to version 1.8 on disk
  21157.         436.  Includes source in `C' and assembly language.
  21158.         Author:  Olaf `Olsen' Barthel
  21159.  
  21160. SetBatt        A tool to set the configuration information saved in the
  21161.         nonvolatile ram of the A3000 clock chip.  Allows you to
  21162.         adjust the SCSI select timeout and other system settings.
  21163.         Includes source in `C' and assembly language.  AmigaOS 2.x
  21164.         required.
  21165.         Author:  Olaf `Olsen' Barthel
  21166.  
  21167. termLite    A tiny, almost brain dead telecommunications program written
  21168.         for AmigaOS release 2.x.  Can be made resident, supports cut
  21169.         & paste from console window, written as a simple interface
  21170.         to the serial/parallel device driver.  Version 1.0, includes
  21171.         source in `C'.  AmigaOS 2.x required.
  21172.         Author:  Olaf `Olsen' Barthel
  21173.  
  21174. ==========================  Contents of Disk 536  ==========================
  21175.  
  21176. This is disk 536 of the freely distributable AMIGA software library.
  21177. Below is a listing of the significant directories and their contents.
  21178.  
  21179.  
  21180. Chemesthetics    Chemesthetics is a program that draws molecules using the
  21181.         calotte model.  This means that atoms are drawn as bowls.
  21182.         Using this model, even extremely dangerous molecules like
  21183.         dioxine look quite nice.  Chemesthetics has an Intuition
  21184.         user interface, can save pictures as IFF files, and has
  21185.         many example files.  This is version 2.06, an update to
  21186.         version 2.00 on disk 427.  Includes source in C.
  21187.         Author:  Joerg Fenin / Metalworx
  21188.  
  21189. IncRev        A small program for a makefile or an lmkfile, to update
  21190.         revision numbers after each successful compile process.
  21191.         (Not related to but much more powerful than the increv
  21192.         program on disk 161 by Bryan Ford.)  This is version 1.03,
  21193.         includes source in C.
  21194.         Author:  Joerg Fenin / Metalworx
  21195.  
  21196. PBlanker    An enhanced Workbench 2.0 commodity, replacing "Blanker".
  21197.         Can blank screen and mouse pointer separately.  This is
  21198.         version 37.04.  Needs Kickstart 37.xx.  Binary only.
  21199.         Author:  Bernd Preusing
  21200.  
  21201. WFile        Small but useful tool to interchange ASCII files between
  21202.         different operating systems.  Converts foreign symbols and
  21203.         adapts linefeed codes.  Can also be used to expand tabs to
  21204.         multiple spaces or vice versa.  It has builtin templates for
  21205.         interchange between the Amiga, MS-DOS and UNIX.  Profiles
  21206.         can be used for common adaptions.  Version 1.11, includes
  21207.         source in C.
  21208.         Author:  Joerg Fenin / Metalworx
  21209.  
  21210. ==========================  Contents of Disk 537  ==========================
  21211.  
  21212. This is disk 537 of the freely distributable AMIGA software library.
  21213. Below is a listing of the significant directories and their contents.
  21214.  
  21215.  
  21216. AntiBorder    CLI window frame remover.  Turns your CLI window into the
  21217.         largest possible borderless window that can be displayed
  21218.         on the WorkBench screen.  I.E. Creates a 80 x 32 character
  21219.         CLI window for standard PAL Amigas.  Version 1.0, includes
  21220.         assembly source.
  21221.         Author:  Paul Hayter
  21222.  
  21223. BootGames    Two tiny games which fit on the bootblocks of a boot disk.
  21224.         BootOut is a Breakout style game and Squash is a squash
  21225.         type game (just like on those old TV games).  BootOut V5.X
  21226.         and Squash V4.3. Includes assembly source.
  21227.         Author:  Paul Hayter
  21228.  
  21229. CHIP8        CHIP8 is a programming language popularised by the RCA
  21230.         COSMAC VIP, DREAM 6800, and ETI-660 hobby computers.  It is
  21231.         one step up from machine code (actual hex codes), yet allows
  21232.         the creation of some very simple, very small games.  Version
  21233.         1.1, includes assembly source and some demo games.
  21234.         Author:  Paul Hayter
  21235.  
  21236. Cross           A program that creates crossword puzzles.  Has a message
  21237.                 data file to allow easy translation into almost any human
  21238.                 language, with English and German currently supported.
  21239.                 This is version 4.1, an update to version 3.3 on disk 464.
  21240.                 Major new features are several new printer drivers
  21241.                 including "generic" and "LaTeX", and many minor improvements.
  21242.         Includes source in M2Amiga Modula-2.
  21243.                 Author:  Jurgen Weinelt
  21244.  
  21245. FO        Fast Optimizer is a new optimizer for AmigaDOS disks.  It can
  21246.         optimize one disk in less than 2 min, 30 sec.  FO supports
  21247.         WorkBench or CLI modes and allows you to use unformatted disks
  21248.         as the destination.  At least 1 Mb memory required.  This is
  21249.         version v1.0.  Includes some source in C. 
  21250.         Author:  Fabien Campagne.
  21251.  
  21252. PaulCopy    A single drive disk copier for Amigas with 1 Meg of RAM.
  21253.         Copies the source disk completely into memory in one go.
  21254.         Will also work with 512K Amigas, yet will require multiple
  21255.         disk swaps.  Version II, includes assembly source.
  21256.         Author:  Paul Hayter
  21257.  
  21258. PBlanker    An ultra tiny Screen-Blanker/Mouse-Blanker/Mouse-Accelerator
  21259.         thingy.  Is about 700 bytes and doesn't have to be RUN.
  21260.         Version 1.3, includes assembly source.
  21261.         Author:  Paul Hayter
  21262.  
  21263. SMUSMIDI    Converts SMUS Files output by Electronic Art's Deluxe Music
  21264.         Construction Set into standard MIDI files that can be read
  21265.         by modern sequencing software.  Version 1.0, includes sample
  21266.         data files and source in C.
  21267.         Author:  Thomas E. Janzen
  21268.  
  21269. ZShell        A very tiny (13Kb) CLI shell modelled along the lines of CSH,
  21270.         with over 40 internal commands.  Some of its features include
  21271.         command line editing, history buffer, aliases, function key
  21272.         aliases, reverse polish calculator, multiple commands on one
  21273.         line, loops, If-Else-Endif constructs etc.  This is version
  21274.         1.30 and includes assembly source.
  21275.         Author:  Paul Hayter
  21276.  
  21277. ==========================  Contents of Disk 538  ==========================
  21278.  
  21279. This is disk 538 of the freely distributable AMIGA software library.
  21280. Below is a listing of the significant directories and their contents.
  21281.  
  21282.  
  21283. BCBMusic    This is the second set of original music in the BCBmusic
  21284.         series.  This set includes the songs "Still Waiting",
  21285.         "Transpose", and "Trilogy".  Like the first set (on disk
  21286.         428), no player program is required since it is actually
  21287.         compiled in with the song.  These new songs include a new
  21288.         equalizer-style graphic display which can be toggled on
  21289.         and off.  WB2.0 compatible, binary only.
  21290.         Author:  Brian C. Berg
  21291.  
  21292. MatLabPatch    Patches for both Matlab and Diglib on disk 499.  The
  21293.         version of Diglib compiled for 68000 machines has some
  21294.         incorrectly compiled modules (compiled for 68020) and
  21295.         therefore causes crashes on 68000 machines.  The Plot.sub
  21296.         module compiled for 68000 machines in the Matlab archive
  21297.         was linked using the incorrect Diglib and does not run on
  21298.         68000 machines.  This update provides correctly compiled
  21299.         replacements for both those files.
  21300.         Author:  Jim Locker
  21301.  
  21302. NGTC        Release Two, Revision 1, of a trivia game based on "Star
  21303.                 Trek: The Next Generation" TV series.  This is a bug fix
  21304.                 containing a new game module.  You also need Release Two
  21305.                 from disks 506 and 507, and Release One from disks 404 and
  21306.                 405.  Created with The Director Version 2.  Binary only.
  21307.         Author:  Gregory Epley
  21308.  
  21309. ==========================  Contents of Disk 539  ==========================
  21310.  
  21311. This is disk 539 of the freely distributable AMIGA software library.
  21312. Below is a listing of the significant directories and their contents.
  21313.  
  21314.  
  21315. DT        A "DiskTest" utility for floppy disks, la Norton Utilities.
  21316.         Version 1.12, includes source (SAS-C).
  21317.         Author:  Maurizio Loreti
  21318.  
  21319. PF        A CLI/Workbench interface to control an Hewlett-Packard
  21320.         DeskJet 500 printer, enabling the user to select an internal
  21321.         font and to print one or more files, or to initialize the
  21322.         printer.  Version 2.10, includes source (SAS-C)
  21323.         Author:  Maurizio Loreti
  21324.  
  21325. RPN        An emulation of an Hewlett-Packard pocket computer on your
  21326.         screen.  Version 1.00, includes source (SAS-C).
  21327.         Author:  Maurizio Loreti
  21328.  
  21329. SimpleRexx    A set of routines that handle the low level ARexx work
  21330.         for you in such a way as to have your application work
  21331.         with or without ARexx on the target system.  The goal of
  21332.         SimpleRexx is to make adding at least the minimum level
  21333.         of ARexx support to an application a trivial task.
  21334.         Includes source.
  21335.         Author:  Michael Sinz
  21336.  
  21337. Uedit        A nice shareware editor with learn mode, a command
  21338.         language, menu customization, hypertext, online help,
  21339.         a teach mode, split windows, copy and paste, undo,
  21340.         features.  This is version 2.6h, an update to version
  21341.         2.6e on disk 471.  Binary only.
  21342.         Author:  Rick Stiles
  21343.  
  21344. VLTimer        A clock/timer window that sticks on the VLT screen (or on
  21345.         the WorkBench if VLT is not running or opened on the
  21346.         WorkBench) to check connection times (and costs). Version
  21347.         1.02, includes source (SAS-C);
  21348.         Author:  Maurizio Loreti
  21349. ==========================  Contents of Disk 540  ==========================
  21350.  
  21351. This is disk 540 of the freely distributable AMIGA software library.
  21352. Below is a listing of the significant directories and their contents.
  21353.  
  21354.  
  21355. Browser        A "Programmer's Workbench".  Allows you to easily and
  21356.         conveniently move, copy, rename, and delete files &
  21357.         directories from a CLI environment.  Also provides a
  21358.         method to execute either Workbench or CLI programs by
  21359.         double-clicking them or by selecting them from a ParM
  21360.         like Menu with lots of arguments.  A Browser 1.6 replace-
  21361.         ment, does everything Browser 1.6 does and a lot more.
  21362.         Version 1.0, includes source in C.
  21363.         Author:  Sylvain Rougier, Pierre Carrette
  21364.  
  21365. CLIExe        An XIcon style program which uses parm.library. It allows
  21366.         you to execute a script starting from WB and is completely
  21367.         CLI compatible, because it is a CLI.  Can use a real script
  21368.         file or take commands in its own TOOLTYPES.  Includes source
  21369.         in C.  Version 1.0.
  21370.         Author:  Sylvain Rougier
  21371.  
  21372. ParM        Parameterable Menu.  ParM allows you to build menus to run
  21373.         whatever program you have on a disk.  ParM can run programs
  21374.         either in WorkBench or CLI mode.  This is an alternative to
  21375.         MyMenu which can run only when workbench is loaded.  ParM
  21376.         can have it's own little window, can attach menus to the CLI
  21377.         window you are running it from, or to the WB menus, just like
  21378.         MyMenu.  This is version 3.00, an update to version 2.5r on
  21379.         disk 419.  Includes source in C.
  21380.         Author:  Sylvain Rougier, Pierre Carrette
  21381.  
  21382. PatchReq    A patch for system requesters and arp file requester.  Replace 
  21383.         arp file requester with the great req.library file requester.
  21384.         Patches AutoRequest() for requesters to appear under the
  21385.         mouse and more.  Version 1.4.  Includes source in C.
  21386.         Authors:  Sylvain Rougier, Pierre Carrette
  21387.  
  21388. Req        An enhanced version of the interface to req.library for Aztec
  21389.         C 5.0.  Pragmas supplied and glues put in a library rather
  21390.         than in an object file.  Includes source in asm.  Version 1.1.
  21391.         Author:  Pierre Carrette
  21392.  
  21393. SANA        Release 2 of the Standard Amiga Network Architecture device
  21394.         driver specification.  This is a specification for the device
  21395.         driver level only.
  21396.         Author:  Raymond Brand, Martin Hunt, Perry Kivolowitz
  21397.  
  21398. SetColors    A Palette replacement program that does a lot more in only 3K.
  21399.         Can save and load color files, and update preferences.  Update
  21400.         to version on disk 419, with bug fix.  Includes source in C.
  21401.         Author:  Pierre Carrette
  21402.  
  21403. WBRun        A RunBack style program which use parm.library.  Runs programs
  21404.         in WB mode from any CLI. Programs are fully detached.  The
  21405.         program you run must support WB startup.  Not related to WBRun
  21406.         on disk 43.  Includes source in C.
  21407.         Authors:  Sylvain Rougier, Pierre Carrette
  21408.  
  21409. ==========================  Contents of Disk 541  ==========================
  21410.  
  21411. This is disk 541 of the freely distributable AMIGA software library.
  21412. Below is a listing of the significant directories and their contents.
  21413.  
  21414.  
  21415. 4D        Two programs for visualizing four-dimensional objects.
  21416.         The Tesseract program displays the three-dimensional
  21417.         projects of a hyper-cube (tesseract), a hyper-octahedron or
  21418.         a hyper-tetrahedron.  These can be rotated in three and
  21419.         four dimensions.  The 4D Navigator program moves you
  21420.         through the three-dimensional surface of a four-dimensional
  21421.         sphere.  Version 1.01 for both.  Binary only.  Source
  21422.         available from author.
  21423.         Author:  Jerry D. Hedden
  21424.  
  21425. GIFMachine    A program that will convert CompuServe GIF image files
  21426.         into IFF SHAM and 24bit ILBMs.  It offers a number of
  21427.         extra options like dithering, horizontal and vertical
  21428.         flip, as well as automatic border removal.  Requires
  21429.         KickStart version 2.0 or greater to run.  This is version
  21430.         2.137, an update to version 2.116 on disk 458.  Includes
  21431.         source.
  21432.         Author:  Christopher Wichura
  21433.  
  21434. Llamatron    A fast action, arcade style game, guaranteed to have your
  21435.         FILE button finger dangling off at the tendons.  Hours of
  21436.         fun for you, blowing away horde after horde of alien fiends.
  21437.         Shareware, binary only.        
  21438.         Author:  Jeff Minter
  21439.  
  21440. MineClearer    Amiga version of the Minesweeper program under Windows 3.0.
  21441.         You are the captain of a ship and you have to clear the sea
  21442.         from mines.  Shareware, version 1.0c, binary only.
  21443.         Author:  Kopetzky Theodorich
  21444.  
  21445. Steal        A program that grabs parts out of a display.  It is used to
  21446.         grab parts from Intuition's structures, such as gadgets,
  21447.         menues, and screens.  Version 1.1, includes source.
  21448.         Author:  Rick van Rein
  21449.  
  21450. Thinkamania    Playable demo version of a game like the legendary memory
  21451.         game.  Includes superb hires graphics and sound effects.
  21452.         Version 2.1, binary only.
  21453.         Author:  Th.Schwoeppe/D.Respondek of Z.U.L.U. Softworx
  21454.  
  21455. ==========================  Contents of Disk 542  ==========================
  21456.  
  21457. This is disk 542 of the freely distributable AMIGA software library.
  21458. Below is a listing of the significant directories and their contents.
  21459.  
  21460.  
  21461. BootX           Yet another virus killer.  BootX can check the bootblock
  21462.                 of a disk, check memory for any resident viruses, and
  21463.                 scan a disk for link viruses.  It can load bootblock
  21464.                 libraries for you to write on your disks as an alternative
  21465.                 for the boring DOS install bootblock.  It can load brain
  21466.                 files so you can add any new bootblocks that BootX does
  21467.                 not yet recognize.  BootX is written completely in assembly
  21468.                 for maximum speed and minimum size.  Fully supports
  21469.                 AmigaDOS 2.0.  Version 3.80d, an update to version 3.40 on
  21470.                 disk 420.  Binary only.
  21471.                 Author:  Peter Stuer
  21472.  
  21473. ChemniMaTe    A program to make animations of chemical reactions with the
  21474.         purpose of recording it on a video tape.  It is a programming
  21475.         language, containing expressions, nested loops, etc.  It can
  21476.         handle molecules with in total up to 64 atoms, and lines
  21477.         between    atoms.  Works correctly under PAL.  Version 0.8,
  21478.         examples and source (in DICE C) included.
  21479.         Author:  Klaas van Gend
  21480.  
  21481. PowerSnap       A utility that allows you to use the mouse to mark characters
  21482.                 anywhere on the screen, and then paste them somewhere else,
  21483.                 such as in another CLI or in a string gadget.  Checks what
  21484.                 font is used in the window you snap from and will look for
  21485.                 the position of the characters automatically.  Recognizes all
  21486.                 non proportional fonts of up to 24 pixels wide and of any
  21487.                 height.  Works with AmigaDOS 2.0 in both shell and WorkBench
  21488.                 environments.  This is version 1.1, an update to version 1.0
  21489.                 on disk 467.  Binary only.
  21490.                 Author:  Nico Francois
  21491.  
  21492. PP        Powerpacker Patcher is a small tool that patches the DOS
  21493.         library so that PowerPacker datafiles will start acting
  21494.         as if they were "normal" files.  Sample use of PP would be
  21495.         to crunch all ".info" files.  The icons will retain their
  21496.         functionality as long as PP is installed, and WB will never
  21497.         know the difference.  Icons are useful, but take up a lot
  21498.         of valuable disk space.  You may also use any text viewer,
  21499.         editor or IFF tool (or anything!) you desire directly on
  21500.         Powerpacker files! This is version 1.3, an update to version
  21501.         1.0 on disk 515.  Shareware, includes full source.
  21502.         Author:  Michael Berg
  21503.  
  21504. PPAnim        An anim player for normal IFF ANIM opt 5 (DPaint III,...)
  21505.         files or ANIM files crunched with PowerPacker.  The
  21506.         decrunching is done automatically as the file is read.
  21507.         Features many command line options, palette change during
  21508.         animation, full overscan PAL/NTSC support and yet it is
  21509.         only 7K.  Compatible with AmigaDOS 2.0.  Some new 2.0
  21510.         features (Asl requester) supported.  Version 1.0a, an update
  21511.         to version 1.0 on disk 414.  Binary only.
  21512.         Author:  Nico Francois
  21513.  
  21514. PPLoadSeg    This program patches the loadseg routine to automatically
  21515.         recognize files crunched with PowerPacker.  After running
  21516.         PPLoadSeg crunched libraries and devices are still recognized
  21517.         by AmigaDOS.  You can even crunch fonts and use them as
  21518.         normally.  Version 1.0, binary only.
  21519.         Author:  Nico Francois
  21520.  
  21521. PPMore        A "more" replacement program that reads normal ascii text
  21522.         files as well as files crunched with PowerPacker.  The
  21523.         crunched files can result in considerable disk space savings.
  21524.         This is version 1.8, an update to version 1.7 on disk 371.
  21525.         Enhancements include a Workbench 2.0 3D look under 1.3 and
  21526.         support for the Asl requester under 2.0.  Binary only.
  21527.         Author:  Nico Francois
  21528.  
  21529. PPShow        A "show" program for normal IFF ILBM files or ILBM files
  21530.         crunched with PowerPacker.  The decrunching is done auto-
  21531.         matically as the file is read.  Version 1.2a, update to
  21532.         version 1.2 on disk 371, binary only.
  21533.         Author:  Nico Francois
  21534.  
  21535. PPType        A "print" program that will print normal ascii files or 
  21536.         files crunched with PowerPacker.  Several nice features
  21537.         such as page headers and numbers, adjustable tab sizes,
  21538.         page info taken from preferences and more.  Version 1.1a,
  21539.         update to version 1.1 on disk 371, binary only.
  21540.         Author:  Nico Francois
  21541.  
  21542. RemapInfo    An icon color remapping tool that swaps the colors black and
  21543.         white.  The program runs on 1.3, but when run on 2.0 it
  21544.         supports the AppIcon feature.  It allows you to drag all icons
  21545.         you wish to remap on RemapInfo's AppIcon to recolor them.
  21546.         Version 1.0, binary only.
  21547.         Author:  Nico Francois
  21548.  
  21549. Selector    A program that helps you assemble programs on a boot disk
  21550.         and start them in a user friendly way by putting up a window
  21551.         with gadgets to launch programs.  Version 3.0, update to
  21552.         version 2.5 on disk 302.  Binary only.
  21553.         Author:  Nico Francois
  21554.  
  21555. TheGuru        A program every Amiga fan should have.  Puts the guru back
  21556.         in Kickstart 2.0.  A comeback you will not want to miss.
  21557.         New features include support for virtual and public screens,
  21558.         editing of phonemes and a full gadtools interface.
  21559.         Version 2.0, an update to version 1.0 on disk 378.  Requires
  21560.         AmigaDOS 2.0.  Binary only.
  21561.         Author:  Nico Francois
  21562.  
  21563. VCLI        Voice Command Line Interface (VCLI) is an Amiga voice
  21564.         recognition program that learns and recognizes a set of
  21565.         voice commands.  Each voice command is associated with an
  21566.         Amiga CLI command that is executed when an incoming voice
  21567.         command is recognized.  VCLI allows the execution of any
  21568.         Amiga CLI command by voice.  Requires the Perfect Sound 3
  21569.         audio digitizer.  This is Version 2.0 of VCLI which offers
  21570.         improved performance, improved operability, and improved
  21571.         graphics for voiceprint display.  Binary only.
  21572.         Author:  Richard Horne
  21573.  
  21574. ==========================  Contents of Disk 543  ==========================
  21575.  
  21576. This is disk 543 of the freely distributable AMIGA software library.
  21577. Below is a listing of the significant directories and their contents.
  21578.  
  21579.  
  21580. AudioScope    AudioScope is a realtime audio spectrum analyzer for the
  21581.         Amiga.  Use AudioScope to examine the frequency spectrum
  21582.         of any audio signal received through the PerfectSound 3
  21583.         audio digitizer.  Due to the heavy computational load, an
  21584.         accelerated Amiga is recommended.  Binary only.
  21585.         Author:  Richard Horne
  21586.  
  21587. Badger        Reminder program for your startup-sequence.  Badger will
  21588.         open a window and display any important events that are 
  21589.         'due'.  Badger will not bother you if there is nothing to
  21590.         report.  Events are entered via menu and prompts.  This
  21591.         is version 2.05a, an update to version 2.01e on disk 432.
  21592.         Includes many new features such as event editing and
  21593.         automatic holiday notification.  Shareware, binary only.
  21594.         Author:  George Kerber
  21595.  
  21596. ColorCatch    A utility that lets you grab colors from a screen and save
  21597.         them as an executable file.  This is version 2.0, an update
  21598.         to version 1.0 on disk 396.  Includes source in assembler.
  21599.         Author:  Preben Nielsen
  21600.  
  21601. Day2Day        A small program which can calculate the number of days
  21602.         between two dates.  Very useful, if for example, you want
  21603.         to know how many days you have been alive.  This is version
  21604.         1.0.  Includes source in assembler.
  21605.         Author:  Preben Nielsen
  21606.  
  21607. MouseXY        A small utility that shows the mouse coordinates and the
  21608.         color at that position.  It can be moved from screen to
  21609.         screen (automatically evacuates any closing screen).  Is
  21610.         able to show coordinates even when you are moving/resizing
  21611.         windows or moving Workbench icons.  This is version 1.1,
  21612.         an update to version 1.0 on disk 483.  Includes source in
  21613.         assembler.
  21614.         Author:  Preben Nielsen
  21615.  
  21616. PictSaver    A small utility that allows you cut rectangular portions
  21617.         of any screen and store them on disk as IFF-ILBM files.
  21618.         Also allows easy saving of windows and entire screens to
  21619.         disk.  This is version 2.0, an update to 'PicSaver' version
  21620.         1.0 on disk 494.  Includes source in assembler.
  21621.         Author:  Preben Nielsen
  21622.  
  21623. PReader        An all purpose reader that displays text, pictures, sounds,
  21624.         and animations, all of which may be uncompressed or compressed
  21625.         with a companion compression program (not included).  Text can
  21626.         include embedded static or animated illustrations and sounds.
  21627.         Version 5.1, freeware, binary only.
  21628.         Author:  Chas A. Wyndham
  21629.  
  21630. Spectrogram    Amiga Spectrogram computes a frequency analysis of any 8 bit
  21631.         audio data file and creates a high resolution color display
  21632.         showing frequency content versus time.  Display color is
  21633.         continuously adjustable.  This type of display when applied
  21634.         to the human voice has been called a voiceprint. This tech-
  21635.         nique has also been used to analyze sounds of many kinds of
  21636.         animals including birds, dolphins, whales, etc.  The audio
  21637.         data file can be replayed at any desired rate, giving a
  21638.         simultaneous audio and visual representation of the sample.
  21639.         A selection of interesting audio samples for analysis by
  21640.         Amiga Spectrogram is included.  Version 6.3, binary only.
  21641.         Author:  Richard Horne
  21642.  
  21643. TD        A program like 'TrackDisplay' on disk 399 by Olaf Barthel.
  21644.         It monitors and displays the current track for each floppy
  21645.         disk connected to the Amiga.  This is version 2.0, an update
  21646.         to version 1.0 on disk 483.  Includes source in assembler.
  21647.         Author:  Preben Nielsen
  21648.  
  21649. WBplane        Two very small tools to change the depth of the Workbench
  21650.         screen.  AddWBplane adds a bitplane.  SubWBplane subtracts
  21651.         a bitplane.  Both can be run from both CLI and Workbench.
  21652.         This is version 1.0.  Includes source in assembler.
  21653.         Author:  Preben Nielsen
  21654.  
  21655. ==========================  Contents of Disk 544  ==========================
  21656.  
  21657. This is disk 544 of the freely distributable AMIGA software library.
  21658. Below is a listing of the significant directories and their contents.
  21659.  
  21660.  
  21661. AWP        This program animates any wait pointer like the one in
  21662.         WorkBench 2.0.  It installs a vertical blank interrupt to
  21663.         minimise CPU usage and is written 100% in assembler for
  21664.         maximum efficiency.  It uses two hands for the clock, like
  21665.         it should be, and has nine different user selectable speeds.
  21666.         Requires AmigaOS 2.0.  Version 1.0, binary only.
  21667.         Author:  Damian Cox
  21668.  
  21669. EraseDisk    A small, fast program used to erase a disk by setting all
  21670.         bits on the disk to zero.  Version 0.69, includes source
  21671.         in assembly.
  21672.         Author:  Otto Bernhart
  21673.  
  21674. LanderGame    Lander 3DX is an X-Specs 3D Lunar Lander game.  Maneuver
  21675.         your landing craft over a three dimensional fractal lunar
  21676.         landscape searching for a safe place to land.  Watch your
  21677.         fuel, altitude, and slope of the surface beneath you.  Fly
  21678.         your craft over, around, and behind the lunar peaks.
  21679.         Digitized sound.  Two alternate lunar scenery files
  21680.         included.  Requires X-Specs 3D glasses. Spectacular.
  21681.         Binary only.
  21682.         Author:  Richard Horne
  21683.  
  21684. RaiderGame    Raider 3DX is a classic space strategy game for X-Specs 3D.
  21685.         Search for enemy on a 3D map of the galaxy.  Warp transport
  21686.         to trouble spots and protect the Federation bases.  Blast
  21687.         the enemy with your energy torpedoes.  But watch your own
  21688.         energy reserves since you are the last hope of the galaxy.
  21689.         Digitized sound.  Amazing 3D action.  Requires X-Specs 3D
  21690.         glasses.  Binary only.
  21691.         Author:  Richard Horne
  21692.  
  21693. TurboGIF    Demo version of a very fast GIF viewer, that is three to
  21694.         fifteen times faster than similar programs.  Currently
  21695.         TurboGIF produces very high resolution black and white
  21696.         images only.  Makes an excellent "GIF previewer" to decide
  21697.         if a particular GIF is worth spending the time converting
  21698.         with one of the other converters.  Shareware, version 1.0,
  21699.         binary only.
  21700.         Author:  Steve Borden
  21701.  
  21702. ZScroll        A short program which scrolls ASCII text files in a small
  21703.         window on your Workbench screen.  Includes both English
  21704.         and German versions.  Version 1.0, includes source.
  21705.         Author:  Mark Zeindlinger
  21706.  
  21707. ==========================  Contents of Disk 545  ==========================
  21708.  
  21709. This is disk 545 of the freely distributable AMIGA software library.
  21710. Below is a listing of the significant directories and their contents.
  21711.  
  21712. DrawMap        Release 3.1 of a program for drawing representations of the
  21713.         Earth's surface.  This release generates maps in any combi-
  21714.         nation of 16 colors with full user palette control, larger
  21715.         map files with national boundaries, faster generation of box
  21716.         and globe views, an improved online Help facility, provision
  21717.         for saving and printing displays, and general tightening of
  21718.         the source code. Accelerated version requiring a 68020 CPU
  21719.         and 68881 FPU also provided.  Full source code included.
  21720.         Requires 1.2 megabytes of memory.  Update to version 2.25d
  21721.         on disk 485.
  21722.         Author:  Bryan Brown.
  21723.  
  21724. ==========================  Contents of Disk 546  ==========================
  21725.  
  21726. This is disk 546 of the freely distributable AMIGA software library.
  21727. Below is a listing of the significant directories and their contents.
  21728.  
  21729.  
  21730. 2View        2View is a ILBM picture viewer for use under Workbench 2.0.
  21731.         It supports all standard Amiga graphics modes, ARexx, and
  21732.         both the CLI and Workbench.  A list of files to display can
  21733.         be used, or each filename can be given individually.  Each
  21734.         picture that is displayed can be shown for a specified
  21735.         amount of time, or until the user clicks on the left mouse
  21736.         button.  Version 1.11, includes source.
  21737.         Author:  Dave Schreiber
  21738.  
  21739. Budget        A program to help with managing personal finances.
  21740.         Version 1.3.3, an update to version 1.302 on disk 452.
  21741.         Binary only.
  21742.         Author:  Le Lay Serge Camille
  21743.  
  21744. DiskPrint    Prints disk labels (for 3.5" and 5.25" disks), primarily
  21745.                 for FD library disks, with the ability to create, handle,
  21746.                 load and save label library files so labels for most FD
  21747.                 disks are available after a few mouseclicks.  Features
  21748.                 include different label sizes, library files, directory-
  21749.                 read-in, direct disk contents read-in, label library
  21750.                 functions and printing labels for a whole serie of disks
  21751.                 in one turn.  Works fine with every printer connected to
  21752.                 the parallel port.  This is version 3.1.2, an update to
  21753.                 version 2.7.2 on disk 461. Shareware, binary only.
  21754.                 Author:  Jan Geissler
  21755.  
  21756. DSound        DSound is 8SVX sound sample player that plays samples
  21757.         directly off the hard drive.  The sound sample is played as
  21758.         it is loaded, making it possible to play sound samples of
  21759.         any length even under limited memory conditions.  Version
  21760.         0.91a, includes source.
  21761.         Author:  Dave Schreiber
  21762.  
  21763. Icons        Two collections of high-quality, consistently designed
  21764.         icons for the Amiga Workbench.  The color collections will
  21765.         require an 8 color Workbench (i.e. Workbench 2.0).  The
  21766.         black and white collections are useable on any normal 4
  21767.         color Workbench.  One set of icons is based on the icons
  21768.         supplied with the GEM windowing system, and the other set
  21769.         is modeled after the icons on a Silicon Graphics Personal
  21770.         Iris.  A bonus set of ray-traced icons is included.
  21771.         Author:  Kenneth Jennings
  21772.  
  21773. WBLink        WBLink corrects a deficiency in Workbench 2.0: the inability
  21774.         to create links to files and directories from Workbench.
  21775.         WBLink puts an 'AppIcon' on the Workbench screen that makes
  21776.         a link to any file or directory that is dropped on it.  For
  21777.         Workbench 2.0 or later.  Version 1.00, includes source.
  21778.         Author:  Dave Schreiber
  21779.  
  21780. ==========================  Contents of Disk 547  ==========================
  21781.  
  21782. This is disk 547 of the freely distributable AMIGA software library.
  21783. Below is a listing of the significant directories and their contents.
  21784.  
  21785.  
  21786. EasyExpress    A compiler tool for the users of Charlie Gibbs' A68k
  21787.         assembler and The Software Distillery's BLink.  EasyExpress 
  21788.         does the same job better than your batch file and is much
  21789.         easier to change for current use.  If you use many object
  21790.         files, EasyExpress can make your life much easier.  You can
  21791.         do almost everything via mouse and just watch how easily
  21792.         the compilation of your program happens.  Binary only.
  21793.         Author:  Juha Lindfors
  21794.  
  21795. FindName    A program to be used in scripts.  It allows you to verify
  21796.         the presence of certain structures in RAM.  You can currently
  21797.         search for devices, libraries, memory, messageports, resources
  21798.         and tasks.  The search is done by name.  Version 1.0, includes
  21799.         source in assembly.
  21800.         Author:  Preben Nielsen
  21801.  
  21802. MMBShift    A program that lets you use the middle mouse-button (MMB)
  21803.         (on a three-button mouse) as a SHIFT-key when selecting
  21804.         multiple icons on the Workbench.  Only uses 166 bytes of
  21805.         memory.  Version 1.0, includes source in assembly.
  21806.         Author:  Preben Nielsen
  21807.  
  21808. PowerSource    A program for creating and editing intuition gadgets and
  21809.         menus.  Previously known as GadgetED (disk 475).  Includes
  21810.         a palette editor, generation of either C or assembly source,
  21811.         and binary saving for later loading and editing.  This is
  21812.         version 3.0, includes source.
  21813.         Author:  Jan van den Baard
  21814.  
  21815. RMBShift    A program that lets you use the right mouse-button (RMB)
  21816.         as a SHIFT-key when selecting multiple icons on the
  21817.         Workbench.  Only uses 174 bytes of memory.  Version 1.0,
  21818.         includes source in assembly.
  21819.         Author:  Preben Nielsen
  21820.  
  21821. VideoMaxe    A program to manage one's private video tape collection.
  21822.         Both program and documentation are in German; no English
  21823.         version at this time.  Version 3.00, binary only.
  21824.         Author: Stephan Surken
  21825.  
  21826. View        A text displayer with many controls and features including
  21827.         searches, file requestors, jump to editor etc.  This is
  21828.         version 1.3, an update to version 1.0 on disk 504.  Includes
  21829.         source.
  21830.         Author:  Jan Van Den Baard
  21831.  
  21832. ==========================  Contents of Disk 548  ==========================
  21833.  
  21834. This is disk 548 of the freely distributable AMIGA software library.
  21835. Below is a listing of the significant directories and their contents.
  21836.  
  21837.  
  21838. FreePaint    A freely redistributable painting program, much like the
  21839.         popular DPaint program.  Version 35z, binary only.
  21840.         Author:  Stefan G. Boldorf
  21841.  
  21842. LabelMaker    Allows you to create fancy, full sized, colored labels for
  21843.         3.5" floppy disks.  Version 1.5, includes source.
  21844.         Author:  Stefan G. Boldorf
  21845.  
  21846. MambaMove    A game with the goal of moving an apple eating snake
  21847.         inside four walls until an exit appears.  Includes source.
  21848.         Author:  Stefan G. Boldorf
  21849.  
  21850. MultiInstall    A script driven program for the installation of larger
  21851.         program packages.  Executes CLI like script files in a
  21852.         simple language.  Version 1.0, includes source.
  21853.         Author:  Stefan G. Boldorf
  21854.  
  21855. SandGlass    A program to animate the original Workbench busy pointer.
  21856.         Only for Workbench/Kickstart up to version 1.3.  Version
  21857.         1.0, includes source.
  21858.         Author:  Dirk Remmelt
  21859.  
  21860. TG        No system without a graphical user interface is complete
  21861.         without an "Eyes" program.  Includes source.
  21862.         Author:  Thomas Geib
  21863.  
  21864. ==========================  Contents of Disk 549  ==========================
  21865.  
  21866. This is disk 549 of the freely distributable AMIGA software library.
  21867. Below is a listing of the significant directories and their contents.
  21868.  
  21869.  
  21870. Bugs        Another gag-program.  Be careful!  It may distroy graphics,
  21871.         but nothing else!  Can be stopped by pressing the firebutton
  21872.         of a joystick in port 1.  Includes source in Modula II.
  21873.         Author:  Robert Brandner
  21874.  
  21875. FFEX        Another program for fractals.  Lots of features.  Uses an
  21876.         interesting algorithm for extra speed.  Source includes
  21877.         modules for reading/writing ILBM pictures, and for using the
  21878.         ARP filerequester in modula.  Version 4.0.
  21879.         Author:  Robert Brandner
  21880.  
  21881. FontList    Prints a list of the fonts in the FONTS: device to the
  21882.         printer.  Prints name, available sizes and some text using
  21883.         the specified font.  Includes source in Modula II.
  21884.         Author:  Robert Brandner
  21885.  
  21886. M2Icons        New Icons for the M2Amiga System.  Includes a script for
  21887.         easy installation.
  21888.         Author:  Robert Brandner
  21889.  
  21890. MouseMagic    A little gag-program.  Can be stopped by closing its window.
  21891.         Includes source in Modula II.
  21892.         Author:  Robert Brandner
  21893.  
  21894. Reversi        Version of the well known game.  Features an 'intelligent'
  21895.         computer opponent.  Includes source in Modula II.
  21896.         Author:  Robert Brandner
  21897.  
  21898. VerseWise    Gospel (Matthew, Mark, Luke, & John) version 1.0 of a Bible
  21899.         view/output/search program.  Opening a resizeable window on
  21900.         the Workbench screen, it allows the user to jump to any
  21901.         specific verse, output scripture to a disk file, or find
  21902.         verses containing one or more specific words.  It uses the
  21903.         King James Version of the Bible, compressed.  Binary only.
  21904.         Author:  Bruce Geerdes
  21905. ==========================  Contents of Disk 550  ==========================
  21906.  
  21907. This is disk 550 of the freely distributable AMIGA software library.
  21908. Below is a listing of the significant directories and their contents.
  21909.  
  21910.  
  21911. BeBopDemo    A demonstration version of the commercial game BeBop 'N Drop.
  21912.         BeBop 'N Drop is a real-time graphical arcade puzzle game, a
  21913.         greatly enhanced version of the popular shareware game Obsess-
  21914.         O-Matic.  The object is to fit the falling pieces together in
  21915.         such a way as to form complete horizontal rows, which will
  21916.         then disappear off of the board.  BeBop 'N Drop contains 77
  21917.         different levels of play, each with a different shape board.
  21918.         The game contains over 800 different playing pieces, more
  21919.         than 450K of digitized sound, and many interesting visual
  21920.         effects.  Binary only.
  21921.         Author:  Wayne Phillips
  21922.  
  21923. ICalc        An expression calculator with many powerful features, in-
  21924.         cluding user-defined functions and variables, many built-in
  21925.         functions, script files, and special looping constructs.
  21926.         Handles expressions involving both real and complex numbers.
  21927.         This is version 1.1, an update to version 1.0 on disk 472.
  21928.         Includes source.
  21929.         Author:  Martin Scott
  21930.  
  21931. ==========================  Contents of Disk 551  ==========================
  21932.  
  21933. This is disk 551 of the freely distributable AMIGA software library.
  21934. Below is a listing of the significant directories and their contents.
  21935.  
  21936.  
  21937. ARTM        Amiga Real Time Monitor displays and controls system activity
  21938.         such as tasks, windows, libraries, devices, resources, ports,
  21939.         residents, interrupts, vectors, memory, mounts, assigns,
  21940.         locks, fonts, hardware und res_cmds.  This is version 1.3, an
  21941.         update to version 1.0 on disk 327.  Sharware, binary only.
  21942.         Author:  Dietmar Jansen and F. J. Mertens
  21943.  
  21944. CWeb        A programming tool that allows you to program top down, by
  21945.         splitting your program into many small, and understandable
  21946.         modules which ctangle tangles into a compiler understandable
  21947.         file.  By apply cweave to the program you can produce a
  21948.         pretty-printed listing for processing with TeX.  This is
  21949.         version 2.0, includes source.
  21950.         Author:  Donald Knuth, Silvio Levy, port by Carsten Steger
  21951.  
  21952. ToolManager    ToolManager is a full featured program to add programs
  21953.         (either WorkBench or CLI) to the tools menu of the 2.x
  21954.         WorkBench.  Programs can be added by dragging their icons
  21955.         onto the ToolManager "config" window or the optional
  21956.         ToolManager icon or by editing the config file.  Requires
  21957.         Workbench 2.0.  This is version 1.5, an update to version
  21958.         1.4 on disk 527.  Includes source.
  21959.         Author:  Stefan Becker
  21960.  
  21961. WBGauge        A utility to patch AmigaOS 2.0 to bring back the little
  21962.         gauge in the left border of disk windows, showing the ratio
  21963.         of available space on the disk.  Version 1.2, an update to
  21964.         version 1.0 on disk 417.  Binary only.
  21965.         Author:  Jean-Michel Forgeas
  21966.  
  21967. ==========================  Contents of Disk 552  ==========================
  21968.  
  21969. This is disk 552 of the freely distributable AMIGA software library.
  21970. Below is a listing of the significant directories and their contents.
  21971.  
  21972.  
  21973. GNUPlot        An interactive function and data plotting program which
  21974.         supports a great number of output devices.  Includes
  21975.         extensive on-line help.  This is version 3.0, an update
  21976.         to version 2.0 on disk 526.  New features include support
  21977.         for surfaces, more flexible data file handling, unified
  21978.         PostScript support, and more.  Includes source.
  21979.         Author:  Thomas Williams, Colin Kelley, et. al.
  21980.  
  21981. TaskPri        A small CLI command that allows you to set task priorities
  21982.         from the command line.  Useful for your startup-sequence.
  21983.         AmigaDOS 1.3 and 2.0 compatible.  Includes C source.
  21984.         Author:  Steve Anderson
  21985.  
  21986. TSFSuite    A suite of programs to allow use of a Teac SCSI Floppy on
  21987.         the Amiga.  Included are programs to set the mode to 1,2
  21988.         or 4 Meg [TSFMx], to format to 1,2 or 4 Meg [TSFFx], a
  21989.         utility that does disk changes for you [TSFADC], and a SCSI
  21990.         exerciser to explore the controllers on the SCSI bus. Source
  21991.         is available upon request.
  21992.         Author:  Harvey Taylor
  21993.  
  21994. ==========================  Contents of Disk 553  ==========================
  21995.  
  21996. This is disk 553 of the freely distributable AMIGA software library.
  21997. Below is a listing of the significant directories and their contents.
  21998.  
  21999.  
  22000. 24BitTools    Three conversion programs to manipulate 24-bit images.
  22001.         IFF24To8 converts 24-bit IFF images to 8-bit IFF images,
  22002.         Pro2BMP converts 24-bit 3D-Professional format images
  22003.         into 24-bit ".BMP" files that Microsoft Windows can
  22004.         understand, and Pro2IFF converts 24-bit 3D-Professional
  22005.         format images into the more useful 24-bit IFF format.
  22006.         Includes source.
  22007.         Author:  Dallas Hodgson
  22008.  
  22009. AddMenu        A program to add infinite number of menus to the Tools menu
  22010.         on Workbench V2.0.  Uses the correct Workbench.library calls
  22011.         and allows updating from CLI or from within the menu itself,
  22012.         meaning infinite number of functions.  Version 1.54, update
  22013.         to V1.50 on disk 501.  Binary only, souce available from
  22014.         author.  
  22015.                 Author:  Nic Wilson
  22016.  
  22017. AutoCLI        A 'PopCLI' type replacement that works with WorkBench 2.0
  22018.                 and fully compatible with A3000 & accelerator boards.  Always
  22019.         retains the default path and stack, and current directory.
  22020.         Can automatically open CLI/SHELL windows to 1 pixel less than
  22021.         screen size on opening.  New functions include spline pattern-
  22022.         ing on blanking, more function keys, mouse activated screen
  22023.         shuffle, close gadgets on Shell windows and more as many users
  22024.         have requested.  Version 1.99n, an update to version 1.99d on
  22025.         disk 501.  Binary only.
  22026.                 Author:  Nic Wilson
  22027.  
  22028. FAFF        Specification for the FAFF spreadsheet file format used by the
  22029.         Gold Disk products "Professional Calc", "The Advantage",
  22030.         "Office Calc" and "Office Graph".  Describes version 2.0 of
  22031.         FAFF.  This information should allow 3rd party developers to
  22032.         create and use files that are compatible with ProCalc.
  22033.         Author:  Michal Todorovic / Gold Disk
  22034.  
  22035. RoadRoute    A program that determines from a user modifiable data base,
  22036.         the shortest and fastest routes between two cities.  This
  22037.         is a German version of the distribution on disk 504, with
  22038.         2641 German cities (towns, hamlets, etc) and 5555 connecting
  22039.         roads.  Requires 1Mb.  Binary only.
  22040.         Author:  Jim Butterfield, Gunter Kirrbach
  22041.  
  22042. SysInfo        A program which reports interesting information about the
  22043.         configuration of your machine, including some speed compar-
  22044.         isons with other configurations, versions of the OS software,
  22045.         etc.  This program has been very popular with many users
  22046.         around the world and has been fully updated to include many
  22047.         new functions as requested by users.  This is version 2.40,
  22048.         an update to version 2.22 on disk 502.  Binary only.
  22049.         Author:  Nic Wilson
  22050.  
  22051. ==========================  Contents of Disk 554  ==========================
  22052.  
  22053. This is disk 554 of the freely distributable AMIGA software library.
  22054. Below is a listing of the significant directories and their contents.
  22055.  
  22056.  
  22057. Amastermind    A mastermind type game written in AMOS and compiled so that
  22058.         it can be run from workbench.  Fully mouse and menu driven.
  22059.         Features choice of 6 to 10 colors with 4 to 8 holes.  This
  22060.         is version 1.1, shareware, binary only.  Full source avail-
  22061.         able from author.
  22062.         Author:  Andrew Kreibich.
  22063.  
  22064. IFSgen        An Iterated Function System generator.  Generates pictures
  22065.         of ferns, trees, galaxies, snowflakes and many others using
  22066.         IFS codes (a type of fractal).  Features full mouse control
  22067.         of the functions which define the picture.  Just point the
  22068.         mouse at one of the parts of the shape and drag it around the
  22069.         screen.  Fully menu driven, with the ability to load and save
  22070.         IFF pictures and the codes that generate them.  Fine tune
  22071.         codes and move them around the screen, zoom in and out and
  22072.         much more.  Lots of example files.  Written in AMOS and
  22073.         compiled so that you can run it from WorkBench.  Version 2.1
  22074.         shareware version with saves disabled, binary only.  Requires
  22075.         1 Mb of memory or more.  Full source code available when you
  22076.         register.
  22077.         Author:  Andrew Kreibich
  22078.  
  22079. Landmine    A game of logic.  A number of landmines are buried in the
  22080.         playing field and you need to work out where they are, avoid
  22081.         them, and clear the rest of the field to get maximum points
  22082.         and advance to the next level.  Written in compiled AMOS,
  22083.         requires 1Mb of memory or more.  This is version 1.0, share-
  22084.         ware, binary only.  Full source available from author.
  22085.         Author:  Perry Rosenboom
  22086.  
  22087. Landscape    A fractal scenery generator written in AMOS and compiled
  22088.         so that it can be run from workbench.   Features many user
  22089.         adjustable parameters such as height, sea, tree and snow
  22090.         levels, beaches, lighting angles, and palette. 2D (contour
  22091.         map) and 3D rendering.  Some example sets of parameters
  22092.         provided.  Ability to render in 5 different resolutions so
  22093.         that fast (10 seconds) previewing of a scene is possible.
  22094.         Fully detailed scenes take about 30 minutes.  Version 1.1,
  22095.         shareware (saves disabled), binary only.  Requires 1 Meg.
  22096.         Full source code available from author.
  22097.         Author:  Andrew Kreibich.
  22098.  
  22099. LVD        A first defense utility against file and linkviruses.  It
  22100.         patches the LoadSeg vector(s) and checks every executable
  22101.         that comes along.  Recognizes 25 file or so linkviruses.
  22102.         Version 1.61, binary only.
  22103.         Author:  Peter Stuer
  22104.  
  22105. SubAttack    A "shoot the ships" type of game based on an old arcade game
  22106.         where you have to fire your torpedos at the right time, so
  22107.         that they strike a ship as the ships move across the screen.
  22108.         This is version 1.0, shareware, binary only.  Written in
  22109.         compiled AMOS.  Full source available from author.  Requires
  22110.         1Mb or more of memory.
  22111.         Author:  Perry Rosenboom
  22112.  
  22113. ==========================  Contents of Disk 555  ==========================
  22114.  
  22115. This is disk 555 of the freely distributable AMIGA software library.
  22116. Below is a listing of the significant directories and their contents.
  22117.  
  22118.  
  22119. EasyColor    A color palette tool that you can use in your own programs.
  22120.         Works with any screen depth and type.  Includes a usable
  22121.         demo.  This is version 1.1, includes source in assembly.
  22122.         Author:  Preben Nielsen
  22123.  
  22124. FED        A binary file editor with lots of options.  This is version
  22125.         1.1, binary only.
  22126.         Author:  Thomas Jansen
  22127.  
  22128. FlashCopy    A multitasking friendly disk copier that can make nibble
  22129.         copies as well as standard DOS copies in about 75 seconds.
  22130.         Version 0.9, binary only.
  22131.         Author:  Thomas Jansen
  22132.  
  22133. HPMode        A script file that sets fonts, attributes and some printer
  22134.         commands for the Hewlett Packard DeskJet 500 printer.  It
  22135.         accesses some features of the DeskJet that are difficult to
  22136.         set from preferences or the printer.  Version 1.0, binary
  22137.         only.
  22138.         Author:  Doris Ballard
  22139.  
  22140. RMBShift    A program that lets you use the right mousebutton (RMB)
  22141.         as a SHIFT-key.  Useful when selecting multiple icons on the
  22142.         Workbench.  Only uses 268 bytes of memory.  This is version
  22143.         2.0, an update to 1.0 on disk 547.  However it is completely
  22144.         different from 1.0.  Includes source in assembler.
  22145.         Author:  Preben Nielsen
  22146.  
  22147. TheA64Package    A comprehensive emulator/utility package to assist Commodore
  22148.         64 users in upgrading to the Amiga.  This package compares to
  22149.         or surpasses the commercially available packages of the same
  22150.         nature.  Many of the utilities require a hardware interface
  22151.         that allows the Amiga to access C64 peripherals such as disk
  22152.         drives and printers.  The hardware interface available from
  22153.         QuesTronix.  This is version 2.0, an update to version 1.0 on
  22154.         disk 379, and includes many new features.  Binary only.
  22155.         Author:  Cliff Dugan, QuesTronix
  22156.  
  22157. ==========================  Contents of Disk 556  ==========================
  22158.  
  22159. This is disk 556 of the freely distributable AMIGA software library.
  22160. Below is a listing of the significant directories and their contents.
  22161.  
  22162.  
  22163. ASMOneDemo    A demonstration version of the commercial assembly develop-
  22164.         ment package "ASM-One", with save disabled.  Provides editor,
  22165.         macro-assembler, optimizer, monitor and debugger.  Can be
  22166.         controlled via mouse or keyboard.  Includes assembly include
  22167.         files and offsettables.  Many documentated examples provided.
  22168.         V1.02, binary only.
  22169.         Author:  Rune Gram-Madsen, DMV-Verlag
  22170.  
  22171. Scheme2C    A Scheme compiler which accepts the language defined in the
  22172.         essential portions of Revised Report on Algorithmic Language
  22173.         Scheme, with minor constraints and some additions.  The
  22174.         compiler produces C source files which are then compiled
  22175.         using the system's C compiler (Lattice C 5.10 on the Amiga)
  22176.         to produce conventional object and executable files.  Because
  22177.         of the size of the distribution, it has been split onto three
  22178.         disks as follows: source and documentation archives on 556,
  22179.         M68000 binary archive on 557, and M68020 binary archive on
  22180.         558.  This Amiga port was done by Mike Meyer, based on the
  22181.         28-Sep-90 version of the translator.
  22182.         Author:  Digital Equipment Corporation
  22183.  
  22184. VirusChecker    A virus checker that can check memory, disk bootblocks, and
  22185.         all disk files for signs of most known viruses.  Can remember
  22186.         nonstandard bootblocks that you indicate are OK and not bother
  22187.         you about them again.  Includes an ARexx port.  Version 5.30,
  22188.         binary only.
  22189.         Author:  John Veldthuis
  22190.  
  22191. ==========================  Contents of Disk 557  ==========================
  22192.  
  22193. This is disk 557 of the freely distributable AMIGA software library.
  22194. Below is a listing of the significant directories and their contents.
  22195.  
  22196.  
  22197. AutoCentre    A utility for AmigaDOS 2.0 that will automatically center any
  22198.         new screens that are opened.  This is especially useful when
  22199.         you have an overscanned WorkBench screen under 2.0 but find
  22200.         that a lot of applications still open on a 640 wide screen
  22201.         that is aligned with the left edge of the screen.  With this
  22202.         program, these screens will be centered as they are opened.
  22203.         Version 1.2, binary only.
  22204.         Author:  Colin Bell
  22205.  
  22206. DPatch        This program allows you to change the default overscan sizes
  22207.         used in DeluxePaint 3.25 & 4.02.  This is especially useful
  22208.         for loading in old animations created with Dpaint 3.14 and
  22209.         animations created in other programs whose screen sizes do
  22210.         not match the default Dpaint sizes. 
  22211.         Author:  Colin Bell
  22212.  
  22213. Scheme2C    A Scheme compiler which accepts the language defined in the
  22214.         essential portions of Revised Report on Algorithmic Language
  22215.         Scheme, with minor constraints and some additions.  The
  22216.         compiler produces C source files which are then compiled
  22217.         using the system's C compiler (Lattice C 5.10 on the Amiga)
  22218.         to produce conventional object and executable files.  Because
  22219.         of the size of the distribution, it has been split onto three
  22220.         disks as follows: source and documentation archives on 556,
  22221.         M68000 binary archive on 557, and M68020 binary archive on
  22222.         558.  This Amiga port was done by Mike Meyer, based on the
  22223.         28-Sep-90 version of the translator.
  22224.         Author:  Digital Equipment Corporation
  22225.  
  22226. Warp Speed    A program that will present you with an animated view out
  22227.         the window at a vehicle moving at 'Warp Speed.'  This program
  22228.         was developed as a C language learning tool by the author.
  22229.         Version 1.0, includes all source.
  22230.         Author:  Doug Petercsak
  22231.  
  22232. ==========================  Contents of Disk 558  ==========================
  22233.  
  22234. This is disk 558 of the freely distributable AMIGA software library.
  22235. Below is a listing of the significant directories and their contents.
  22236.  
  22237.  
  22238. BTNtape        A "Better Than Nothing" SCSI tape device handler.  Provides
  22239.         flat file access to a SCSI tape drive from application
  22240.         programs using simple DOS calls to Read() and Write().  It
  22241.         can also be used with the Amiga TAR utility for disk backups.
  22242.         Requires a "SCSI-direct" compatible SCSI bus adapter.  This
  22243.         is version 2.1, an update to version 2.0 on disk 471.  It
  22244.         fixes a number of bugs, and includes some new features such
  22245.         as appending files to existing tapes.  Includes source.
  22246.         Author:  Robert Rethemeyer
  22247.  
  22248. DisDF        Program to disable DF0-DF3 to stop that empty drive clicking
  22249.         by putting the trackdisk.device tasks in a removed state.
  22250.         Can be run from CLI, startup script or WB.  Command line
  22251.         options select drives and also remove the File System tasks
  22252.         to reduce CPU load a little more.  This is version 1.1, an
  22253.         update to version 1.0 on disk 531.  Includes source.
  22254.         Author:  Patrick F. Misteli
  22255.  
  22256. Scheme2C    A Scheme compiler which accepts the language defined in the
  22257.         essential portions of Revised Report on Algorithmic Language
  22258.         Scheme, with minor constraints and some additions.  The
  22259.         compiler produces C source files which are then compiled
  22260.         using the system's C compiler (Lattice C 5.10 on the Amiga)
  22261.         to produce conventional object and executable files.  Because
  22262.         of the size of the distribution, it has been split onto three
  22263.         disks as follows: source and documentation archives on 556,
  22264.         M68000 binary archive on 557, and M68020 binary archive on
  22265.         558.  This Amiga port was done by Mike Meyer, based on the
  22266.         28-Sep-90 version of the translator.
  22267.         Author:  Digital Equipment Corporation
  22268.  
  22269. ==========================  Contents of Disk 559  ==========================
  22270.  
  22271. This is disk 559 of the freely distributable AMIGA software library.
  22272. Below is a listing of the significant directories and their contents.
  22273.  
  22274.  
  22275. Addresser    A small name, address and phone number filer that supports
  22276.         mail merging, auto dialing (with a modem), searching and label
  22277.         printing.  Quite handy for keeping mailing lists.  This is
  22278.         version 1.0, binary only.
  22279.         Author:  Jeff Kelly
  22280.  
  22281. APIG        An ARexx external function library similar to RexxArpLib.
  22282.         The APIG.LIBRARY provides the ARexx programmer with access
  22283.         to most of the resident Graphic, Intuition, and Layer library
  22284.         functions.  This library allows one to create the underlying
  22285.         data structures that are used by the Graphic/Intuition library
  22286.         functions.  These data structures are then used with other
  22287.         library functions to create custom INTUITION screens and
  22288.         windows.  Version: 1.1, binary only.
  22289.         Author:  Ronnie E. Kelly
  22290.  
  22291. Aquarium    A program for searching through a special database contain-
  22292.         ing information about the contents of the library, in order
  22293.         to find programs that match a specified list of conditions.
  22294.         Includes a database of disks 1-550 and two programs to add
  22295.         the contents of future disks to the database, one by Silvano
  22296.         Oesch and the other by B. Lennart Olsson.  Aquarium version
  22297.         1.15, Olsson NewFish version 1.13, and Oesch NewFish version
  22298.         2.6.  Binary only.
  22299.         Author:  B. Lennart Olsson and Silvano Oesch
  22300.  
  22301. RexxRMF        An ARexx external function library which provides keyed file
  22302.         access using AVL trees.  With this library one can index data
  22303.         files for fast search/retrieval of data records.  The record
  22304.         management functions allow for variable length keys, variable
  22305.         length records, variable number of fields per record, multiple
  22306.         indices on a single file, duplicate or unique keys, passing of
  22307.         record data directly to/from ARexx variables, etc.  This is
  22308.         version 0.5, binary only.
  22309.         Author:  Ronnie E. Kelly
  22310. ==========================  Contents of Disk 560  ==========================
  22311.  
  22312. This is disk 560 of the freely distributable AMIGA software library.
  22313. Below is a listing of the significant directories and their contents.
  22314.  
  22315.  
  22316. BootX        An easy to use boot, file and link virus killer with a
  22317.         KickStart 2.0 look (even under KickStart 1.3).  Has lots
  22318.         of options to detect and kill Amiga viruses.  Version 4.02,
  22319.         an update to version 3.80d on disk 542.  Binary only.
  22320.         Author:  Peter Stuer
  22321.  
  22322. Llamatron    A fast, original rendering of the eighties 'Robotron' by
  22323.         Williams.  It features over 100 levels, sampled sound,
  22324.         single player mode, 2-player team and individual modes, 
  22325.         droid-sidekick modes, 2-joystick console mode, dozens of
  22326.         different, weird enemies and an abstract sense of humor.
  22327.         Includes two versions, a 512K version and a 1Mb version
  22328.         with better samples.  This is version 1.0, an update to
  22329.         the copy on disk 541, which was also version 1.0, but was
  22330.         missing the 512K version file.  Shareware, binary only.
  22331.         Author:  Jeff Minter
  22332.  
  22333. MuchMore    Another program like "more", "less", "pg", etc.  This one
  22334.         uses its own screen to show the text using a slow scroll.
  22335.         Includes built-in help, commands to search for text, and
  22336.         commands to print the text.  Works with PAL or NTSC, in
  22337.         normal or overscan modes.  Supports 4 color text in bold,
  22338.         italic, underlined, or inverse fonts.  Version 3.0, this
  22339.         is an update to version 2.7 from disk 378.  Includes source
  22340.         in Oberon and assembly code.
  22341.         Author:  Fridtjof Siebert
  22342.  
  22343. STScan        A utility program for using a Siemens ST 400 SCSI flatbed
  22344.         scanner with the Amiga.  Can be adapted to other scanners
  22345.         and serves as an example of scsi-direct access to scsi
  22346.         devices.  Version 1.0, includes source in C.
  22347.         Author:  Frank-Christian Kruegel
  22348.  
  22349. ==========================  Contents of Disk 561  ==========================
  22350.  
  22351. This is disk 561 of the freely distributable AMIGA software library.
  22352. Below is a listing of the significant directories and their contents.
  22353.  
  22354.  
  22355. PPLib        A shared library to make life easy for people who wish to
  22356.         write programs that support PowerPacker.  Loading crunched
  22357.         files from C or assembly is made fast, short and easy.
  22358.         This is version 35.255, an update to version 34.2 on disk
  22359.         414.  Includes source.
  22360.         Author:  Nico Francois
  22361.  
  22362. PPMore        A "more" replacement program that reads normal ascii text
  22363.         files as well as files crunched with PowerPacker.  The
  22364.         crunched files can result in considerable disk space savings.
  22365.         This is version 2.0, an update to version 1.8 on disk 542.
  22366.         Binary only.
  22367.         Author:  Nico Francois
  22368.  
  22369. PPShow        A "show" program for normal IFF ILBM files or ILBM files
  22370.         crunched with PowerPacker.  The decrunching is done auto-
  22371.         matically as the file is read.  Version 2.0, an update to
  22372.         version 1.2a on disk 542, binary only.
  22373.         Author:  Nico Francois
  22374.  
  22375. ReqTools    A standard Amiga shared runtime library which makes it a
  22376.         lot quicker and easier to build standard requesters into
  22377.         your programs.  Designed with CBM's style guidelines in
  22378.         mind, so that the resulting requesters have the look and
  22379.         feel of AmigaDOS 2.0.  Version 1.0a, includes source.
  22380.         Author:  Nico Francois
  22381.  
  22382. SuperDuper    A very fast disk copier and formatter.  Can make up to four
  22383.         unverified copies from a ram buffer in 36 seconds.  Verified
  22384.         copies from a ram buffer take 67 seconds for one destination
  22385.         drive, plus 34 seconds for each additional destination.
  22386.         Version 2.0, an update to version 1.0 on disk 488.  Binary
  22387.         only.
  22388.         Author:  Sebastiano Vigna
  22389.  
  22390. ToolsDeamon    Allows you to run programs simply by selecting a menu item
  22391.         from the tools menu of WorkBench 2.0.  Both shell and
  22392.         WorkBench programs are supported, including arguments and
  22393.         tool types for both.  Version 1.0, binary only.
  22394.         Author:  Nico Francois
  22395.  
  22396. ==========================  Contents of Disk 562  ==========================
  22397.  
  22398. This is disk 562 of the freely distributable AMIGA software library.
  22399. Below is a listing of the significant directories and their contents.
  22400.  
  22401.  
  22402. CLIsizer    A little hack to allow you to easily resize the WorkBench
  22403.         screen from any CLI or Shell window.  Version 1.0, includes
  22404.         source.
  22405.         Author:  Torsten Jurgeleit
  22406.  
  22407. Degrader    Degrades your machine to try and get badly written programs
  22408.         to work.  Locks out fast memory, turns off cache and burst
  22409.         modes, traps privilege errors, forces PAL or NTSC modes,
  22410.         etc.  Survives reset.  Version 1.00, binary only.
  22411.         Author:  Chris Hames
  22412.  
  22413. Filer        An excellent shareware filemanager featuring buffered
  22414.         directories, soft- and hardlink support, configurable by
  22415.         ASCII file and much more.  This is a demo version with
  22416.         some minor features disabled.  Needs KickStart 2.0.
  22417.         Shareware, binary only.
  22418.         Author:  Matthias Scheler
  22419.  
  22420. Fkeys        Adds window and screen switching functions to the function
  22421.         keys in conjunction with the left Amiga key.  For example,
  22422.         use the left-Amiga + F10 to get help and a remove requester.
  22423.         Version 1.1, includes source.
  22424.         Author:  Torsten Jurgeleit
  22425.  
  22426. Intuisup    A shared library with support routines for using texts,
  22427.         borders, gadgets, menus, and more.  Version 2.0, includes
  22428.         source to library and test programs.
  22429.         Author:  Torsten Jurgeleit
  22430.  
  22431. ShowGuru    Recognizes 168 different guru numbers and translates them
  22432.         to "human understandable form".  Can also print the result.
  22433.         Version 2.1.b, shareware, binary only.
  22434.         Author:  Thomas Carstens
  22435.  
  22436. ==========================  Contents of Disk 563  ==========================
  22437.  
  22438. This is disk 563 of the freely distributable AMIGA software library.
  22439. Below is a listing of the significant directories and their contents.
  22440.  
  22441.  
  22442. bBaseII     A simple database program using an intuition interface.
  22443.         Stores, sorts and searches for information.  Limited to
  22444.         9 fields in each record.  Features include fast sorting,
  22445.         search in any field, and best of all, it's really easy to
  22446.         use.  This is version 5, an update to version 1 on disk
  22447.         491, and is much improved.  Binary only.
  22448.         Author:  Robert Bromley
  22449.  
  22450. Kpri        Another NEC-p6 intuition frontend to choose several print
  22451.         styles and add a title line on the top of the page.  You
  22452.         can split your text files into their odd and even pages and
  22453.         print on both sides of the paper.  Requires AmigaDOS 2.0.
  22454.         Version 2.0, includes source.
  22455.         Author:  Koessi
  22456.  
  22457. M2Midi        A Modula-2 interface to Bill Barton's v2.0 "midi.library".
  22458.         This is version 1.03.  Includes source in Modula-2.
  22459.         Author:  Jⁿrgen Zimmermann
  22460.  
  22461. Menu2Asm    A module for A+L AG's Modula-2 compiler "M2Amiga V4.0" that
  22462.         automatically creates modules for pre-initialized menus for
  22463.         the use with this Modula-2 compiler.  Requires A68k by
  22464.         Charlie Gibbs or any compatible assembler.  This is version
  22465.         1.0.  Includes source in Modula-2.
  22466.         Author:  Jⁿrgen Zimmermann
  22467.  
  22468. MidiKeyboard    A program that makes it possible to play MIDI keyboards
  22469.         connected to the Amiga with a MIDI interface via mouse or
  22470.         computer keyboard.  It is possible to control up to 16 notes
  22471.         independently with the computer keyboard.  Requires Bill
  22472.         Barton's "midi.library", V2.0 or higher.  This is version
  22473.         1.0.  Binary only.
  22474.         Author:  Jⁿrgen Zimmermann
  22475.  
  22476. ReqLibrary    A Modula-2 interface to Colin Fox's and Bruce Dawson's
  22477.         "req.library" v2.5.  This is version 1.01.  Includes source
  22478.         in Modula-2.
  22479.         Author:  Jⁿrgen Zimmermann
  22480.  
  22481. ==========================  Contents of Disk 564  ==========================
  22482.  
  22483. This is disk 564 of the freely distributable AMIGA software library.
  22484. Below is a listing of the significant directories and their contents.
  22485.  
  22486.  
  22487. ALoad        A program similar to XWindow's XLoad to display the load-
  22488.         factor on your Amiga.  Requires KickStart 2.0.  This is
  22489.         version 1.1b, includes source.
  22490.         Author:  Alexandru-Aurel Balmosan
  22491.         
  22492. DisKey        A sector oriented disk monitor with lots of useful features
  22493.         like disassembler, user-friendly ASCII and hex editing
  22494.         facility, and extensive search options.  Useful for salvaging
  22495.         data from damaged disks, or for learning about the inner
  22496.         workings of AmigaDOS.  Supports req.library, and external
  22497.         diassembler libraries.  Can be iconified to conserve memory.
  22498.         Comes bundled with German and English documentation and a
  22499.         multilingual user interface.  On NTSC machines, DisKey will
  22500.         be forced to interlace mode.  The version on this disk is
  22501.         2.1, shareware, binary only.
  22502.         Author:  Angela Schmidt
  22503.  
  22504. DoPro        This program patches the intuition OpenScreen routine to
  22505.         change the ViewMode of a new screen, eg. to open a NTSC
  22506.         instead of a PAL screen or to use Productivity instead of
  22507.         an interlaced display.  In fact, you can change most para-
  22508.         meters in the NewScreen structure.  This is version 1.5,
  22509.         includes source.
  22510.         Author:  Michael Illgner
  22511.  
  22512. MSCalendar    A little calendar utility and a MClk-like MemoryClock in one
  22513.         program.  It works fine with KickStart 2.0.  Includes both
  22514.         English and German versions.  This is version 1.10, includes
  22515.         source.
  22516.         Author:  Markus Stipp
  22517.  
  22518. ==========================  Contents of Disk 565  ==========================
  22519.  
  22520. This is disk 565 of the freely distributable AMIGA software library.
  22521. Below is a listing of the significant directories and their contents.
  22522.  
  22523.  
  22524. AddMenu        A program to add infinite number of menus to the Tools menu
  22525.         on Workbench V2.0.  Uses the correct Workbench library calls
  22526.         and allows updating from CLI or from within the menu itself,
  22527.         meaning infinite number of functions.  This is version 1.56,
  22528.         an update to version 1.54 on disk 553.  Binary only.
  22529.                 Author:  Nic Wilson
  22530.  
  22531. CanDoDemos    Demos of the capabilities of CanDo, an interactive software
  22532.         authoring package utilizing graphics, sounds, buttons, menus,
  22533.         etc, and a powerful, easy to use scripting language.  Binary
  22534.         only.
  22535.         Author:  INOVAtronics
  22536.  
  22537. PCompress    A gimmick free and very easy to use program for most com-
  22538.         pression requirements.  Uses the latest LZH compression
  22539.         algorithms and aims at the optimum mix of efficiency/speed/
  22540.         memory usage.  Can handle single files, whole drawers, disks,
  22541.         or selected files or types of file within drawers and disks.
  22542.         In PACK mode it can consolidate files into less space than
  22543.         whole-disk compression tools or archivers.  Version 5.1,
  22544.         binary only.
  22545.         Author:  Chas A.Wyndham, LZW code by Barthel/Krekel
  22546.  
  22547. SysInfo        A program which reports interesting information about the
  22548.         configuration of your machine, including some speed compar-
  22549.         isons with other configurations, versions of the OS software,
  22550.         etc.  This program has been very popular with many users
  22551.         around the world and has been fully updated to include many
  22552.         new functions as requested by users.  This is version 2.51,
  22553.         an update to version 2.40 on disk 553.  Binary only.
  22554.         Author:  Nic Wilson
  22555.  
  22556. ==========================  Contents of Disk 566  ==========================
  22557.  
  22558. This is disk 566 of the freely distributable AMIGA software library.
  22559. Below is a listing of the significant directories and their contents.
  22560.  
  22561.  
  22562. AM        Algorithmic music generator.  Produces MIDI output via
  22563.         Bill Barton's midi.library.  This is version 1.1.  Requires
  22564.         OS 2.0.  Includes source.
  22565.         Author:  Michael Balzer
  22566.  
  22567. ApfelKiste    "Apfelkiste" is yet another mandelbrot program, but very
  22568.         fast and simple to use.  It has special assembly routines
  22569.         for fixpoint calculation.  Includes versions for 1.3 and
  22570.         2.0, 68000 and 68030 each.  Full source (C/Assembler)
  22571.         included.
  22572.         Author:  Michael B÷hnisch
  22573.  
  22574. Bomber        Amiga version of the MacIntosh game called "Bombs".  This
  22575.         is version 1.2.  Requires OS 2.0.  Includes source.
  22576.         Author:  Michael Balzer
  22577.  
  22578. FoCo        Format controller.  A graphical user interface for disk
  22579.         formatting.  Pops up on disk insertion or via hotkey.
  22580.         This version 1.1.  Requires OS 2.0.  Includes source.
  22581.         Author:  Michael Balzer
  22582.  
  22583. ==========================  Contents of Disk 567  ==========================
  22584.  
  22585. This is disk 567 of the freely distributable AMIGA software library.
  22586. Below is a listing of the significant directories and their contents.
  22587.  
  22588. AmigaMail    A collection of source code listings from the first eight
  22589.         issues of Amiga Mail Volume II, published by the Commodore
  22590.         Amiga Technical Support group (CATS), from Sept 1990 to
  22591.         Nov 1991.  Lots of very useful examples.
  22592.         Author:  Various
  22593.  
  22594. AutoCLI        A 'DMouse' type replacement that works with WorkBench 2.0
  22595.         and fully compatible with A3000 & accelerator boards.  Always
  22596.         retains the default path and stack, and current directory.
  22597.         Can automatically open CLI/SHELL windows to 1 pixel less than
  22598.         the current screen size on opening.  New functions include
  22599.         spline patterning on blanking, toggle freeze mouse, more
  22600.         function keys, mouse activated screen shuffle, close gadgets
  22601.         on Shell windows, and more as many users have requested.
  22602.         This is version 2.06, an update to version 1.99n on disk
  22603.         553.  Binary only.
  22604.         Author:  Nic Wilson
  22605.  
  22606. DiskPrint    Prints disk labels (for 3.5" and 5.25" disks), primarily
  22607.         for FD library disks, with the ability to create, handle,
  22608.         load and save label library files so labels for most FD
  22609.         disks are available after a few mouse clicks.  Features
  22610.         include different label sizes, intuition based directory-
  22611.         read-in, label library functions and multiple print of
  22612.         any label or FD disk serie.  Works fine with every printer
  22613.         connected to the parallel port and AmigaOS 1.2/1.3/2.0.
  22614.         This is version 3.4.3, an update to version 3.1.2 on
  22615.         disk 546.  Both English and German versions.  Shareware,
  22616.         binary only.
  22617.         Author:  Jan Geissler
  22618.  
  22619. MouseAideDEMO    A demo version of a "Mouse" utility with all the standard
  22620.         functions; mouse acceleration with threshold, window and
  22621.         screen manipulation by mouse and keyboard, mouse and screen
  22622.         blanking, SUN (auto-activation) mouse, user definable "hot
  22623.         key" command, etc...   Also has functions other mouse
  22624.         programs do not, such as multi-icon-select with only the
  22625.         mouse, left and right button swapping, mouse port switching,
  22626.         WorkBench to the front function, freezing of the mouse and
  22627.         keyboard of all input, etc.  Written in assembly language
  22628.         for efficiency in size and CPU usage.  Version v2.56a,
  22629.         shareware, binary only.
  22630.         Author:  Thomas J. Czarnecki
  22631.  
  22632. SetRamsey    A program that allows you to test the current settings of
  22633.         the RAMSEY ram controller chip on an Amiga 3000 under
  22634.         Kickstart 1.3 or 2.0, and change them if you wish.  Useful
  22635.         for hardware debugging to control static column mode, burst
  22636.         mode, or change the refresh rate.  Version 1.50, update to
  22637.         version 1.02 on disk 423.  Binary only.
  22638.         Author:  Nic Wilson.
  22639.  
  22640. ==========================  Contents of Disk 568  ==========================
  22641.  
  22642. This is disk 568 of the freely distributable AMIGA software library.
  22643. Below is a listing of the significant directories and their contents.
  22644.  
  22645.  
  22646. CalorieBase    A program designed to provide a caloric and fat count for
  22647.         recipes which do not provide this information.  It can also
  22648.         quickly give the calories for a specific food or total the
  22649.         calories you consume throughout the day.  Version 1.1,
  22650.         binary only.
  22651.         Author:  Mike Richan
  22652.  
  22653. Schoonschip    A pioneering algebraic manipulation program which has been
  22654.         used in particle physics and continuously developed since
  22655.         late 1963.  Not as friendly as Mathematica or Maple, with
  22656.         no graphics or intuition interface and not as much built
  22657.         in, but still a general purpose algebraic manipulation
  22658.         language.  Written in machine language to run fast and be
  22659.         memory efficient.  Capable of handling large problems.
  22660.         Includes large and small workspace versions, tutorial
  22661.         examples, sample programs, and a comprehensive manual.
  22662.         Version 5-Oct-91, binary only.
  22663.         Author:  Martinus J. G. Veltman and David N. Williams
  22664.  
  22665. VMK        What makes this program is its ability to detect new
  22666.         viruses as they come along.  Simple quick easy way to stay
  22667.         virus free.  Tiny quick and very intelligent memory
  22668.         detector/killer for your startup-sequence.  This is V1.10,
  22669.         an update to version 1.0 on disk 510.  Binary only.
  22670.         Author:  Chris Hames
  22671.  
  22672. ==========================  Contents of Disk 569  ==========================
  22673.  
  22674. This is disk 569 of the freely distributable AMIGA software library.
  22675. Below is a listing of the significant directories and their contents.
  22676.  
  22677.  
  22678. PPLoadSeg    This program patches the loadseg routine to automatically
  22679.         recognize files crunched with PowerPacker.  After running
  22680.         PPLoadSeg crunched libraries and devices are still recognized
  22681.         by AmigaDOS.  You can even crunch fonts and use them as
  22682.         normally.  Version 1.1, an update to version 1.0 on disk
  22683.         542.  Binary only.
  22684.         Author:  Nico Francois
  22685.  
  22686. SonicArranger    Demo version of a music program that supports sampled and
  22687.         synthesized instruments as well as sound and note transposes
  22688.         for patterns.  The optimizer can be used to reorganize the
  22689.         internal data structure of a song.  SonicArranger allows 254
  22690.         instruments created from 64 sampleslots, 64 synthetic waves,
  22691.         adsr's, lvo's and sound effects.  Can also load and convert
  22692.         noisetracker 2.0 compatible song modules.  Version 1.36b,
  22693.         binary only.
  22694.         Author:  Carsten Schlote
  22695.  
  22696. Spliner        A spline screen blanker commodity derived from Tom Rokicki's
  22697.         Mackie utility, with a programmable pattern change timeout.
  22698.         Binary only.
  22699.         Author:  Tom Rokicki and Sebastiano Vigna
  22700.  
  22701. TrackMaster    A small tool to help game developers create selfbooting,
  22702.         trackdisk loading gamedisks.  Trackmaster uses a script
  22703.         file to process datafiles (join, compress, relocate,
  22704.         special actions).  The processed data is written to disk
  22705.         via trackdisk.device.  A bootblock for the first datafile,
  22706.         which should be a pc-relative loader, and a file look up
  22707.         table, is created and written to disk.  Manual and source
  22708.         included.  Version 1.7.
  22709.         Author:  Carsten Schlote
  22710. ==========================  Contents of Disk 570  ==========================
  22711.  
  22712. This is disk 570 of the freely distributable AMIGA software library.
  22713. Below is a listing of the significant directories and their contents.
  22714.  
  22715.  
  22716. DirWork        A fast, small, efficient, DirUtility.  Configurable options
  22717.         and buttons, as well as all the usual features.  Comes with
  22718.         external configuration editor.  This is version 1.43, an
  22719.         update to version 1.31 on disk 511.  Shareware, binary only.
  22720.         Author:  Chris Hames
  22721.  
  22722. Fass        A program which lets you reassign the FONTS: directory at
  22723.         the touch of a few keys without having to use the CLI.
  22724.         Version 1.02, includes source.
  22725.         Author:  Jan van den Baard
  22726.  
  22727. GadToolsBox    A program that lets you draw/edit GadTools gadgets and menus
  22728.         and then generates the corresponding C or assembly code for
  22729.         you.  This is version 1.0, an update to the version on disk
  22730.         547, where it was known as PowerSource.  Includes source.
  22731.         Author:  Jan van den Baard
  22732.  
  22733. MenuLock    A program that lets you "lock" the menu strip of a window
  22734.         at the touch of a few keys, making it easier to browse the
  22735.         menu without accidentally selecting anything.  Version 1.01,
  22736.         includes source.
  22737.         Author:  Jan van den Baard
  22738.  
  22739. View        A text displayer with many controls and features including
  22740.         searches, file requestors, jump to editor etc.  This is
  22741.         version 1.5, an update to version 1.0 on disk 504, with a
  22742.         few bugs fixed and some new features.  Includes source.
  22743.         Author:  Jan Van Den Baard
  22744.  
  22745. ==========================  Contents of Disk 571  ==========================
  22746.  
  22747. This is disk 571 of the freely distributable AMIGA software library.
  22748. Below is a listing of the significant directories and their contents.
  22749.  
  22750.  
  22751. AutoCLI        A 'DMouse' type replacement that works with WorkBench 2.0
  22752.         and fully compatible with A3000 & accelerator boards.  Always
  22753.         retains the default path and stack, and current directory.
  22754.         Can automatically open CLI/SHELL windows to 1 pixel less than
  22755.         the current screen size on opening.  New functions include
  22756.         spline patterning on blanking, toggle freeze mouse, more
  22757.         function keys, mouse activated screen shuffle, close gadgets
  22758.         on Shell windows, and more as many users have requested.
  22759.         This is version 2.12, an update to version 2.06 on disk
  22760.         567.  Binary only.
  22761.         Author:  Nic Wilson
  22762.  
  22763. CPUSet        A small assembler utility to manipulate the various cache
  22764.         modes of the 68040, 68030 and 68020 processors.  The copy-
  22765.         back mode of the 68040 is also supported.  The program can
  22766.         operate from the CLI with single or multiple parameters or
  22767.         from Workbench via gadgets.  Is compatible with Kickstart
  22768.         1.3 or V2.04 and requires no external libraries or setpatch
  22769.         commands for the 68040 processor.  Binary only.
  22770.         Author:  Nic Wilson
  22771.  
  22772. Gwin        This is version 2.0 of GWIN restructured as an AMIGA shared
  22773.         library.  GWIN or Graphics WINdow is an integrated collection
  22774.         of graphics routines callable from C.  These routines make it
  22775.         easy to create sophisticated graphics programs in the C envi-
  22776.         ronment.  One-line calls give you a custom screen (ten types
  22777.         available), menu items, requestors, text, circles, polygons,
  22778.         etc.  GWIN is a two-dimensional floating point graphics system
  22779.         with conversion between world and screen coordinates.  GWIN
  22780.         includes built-in clipping that may be turned off for speed.
  22781.         Use of color and XOR operations are greatly simplified.  Many
  22782.         examples of the use of GWIN are included in an examples dir-
  22783.         ectory.  Examples include line/bar graph program, SPICE 2G.6
  22784.         graphics post-processor, and others.  Extensive documentation
  22785.         is included.  This is an update to version 1.1 on disk 433.
  22786.         Author:  Howard C. Anderson.
  22787.  
  22788. MemClear    Walks through the free memory lists, filling free memory
  22789.         with a user-specified value.  Display diagnostic information
  22790.         on CHIP & FAST RAM fragmentation.  This is version 1.05,
  22791.         an update to the version on disk 58.  Includes source.
  22792.         Author:  Dallas J. Hodgson
  22793.  
  22794. SysInfo        A program which reports interesting information about the
  22795.         configuration of your machine, including some speed compar-
  22796.         isons with other configurations, versions of the OS software,
  22797.         etc.  This program has been very popular with many users
  22798.         around the world and has been fully updated to include many
  22799.         new functions as requested by users.  This is version 2.53,
  22800.         an update to version 2.51 on disk 565.  Binary only.
  22801.         Author:  Nic Wilson
  22802.  
  22803. ==========================  Contents of Disk 572  ==========================
  22804.  
  22805. This is disk 572 of the freely distributable AMIGA software library.
  22806. Below is a listing of the significant directories and their contents.
  22807.  
  22808.  
  22809. CrossFade    Interesting screen hack that smoothly crossfades between
  22810.         screens.  Includes source.
  22811.         Author:  Dallas J. Hodgson
  22812.  
  22813. Multiplot    An intuitive data plotting program featuring flexible input
  22814.         options, arbitrary text addition, automatic scaling, zoom
  22815.         and slide with clipping at boundaries, a range of output
  22816.         file formats and publication quality printed output.
  22817.         Workbench printers are supported via transparent use of
  22818.         the PLT: device.  Postscript and HP Laserjet printers are
  22819.         directly supported.  This is version XLNe, an update to
  22820.         version XLNd on disk 467.  Includes bug fixes and many new
  22821.         features.  Binary only.
  22822.         Authors:  Alan Baxter, Tim Mooney, Rich Champeaux, Jim Miller
  22823.  
  22824. ResetHandler    Installs a handler in the keyboard.device reset handler list
  22825.         that is called when you press CTRL-Amiga-Amiga.  It opens a
  22826.         window and counts down from 9 to 0 in ten seconds and then
  22827.         resets the machine.  This gives the machine extra time to
  22828.         do vital things like validating disks, and gives you time to
  22829.         reconsider the reboot.  Version 1.0, includes source.
  22830.         Author:  Stefan Becker
  22831.  
  22832. WBStart        WBStart is a package to emulate the WorkBench startup proce-
  22833.         dure, by loading a program, creating a process for it, and
  22834.         then sending it a WB startup message.  Includes a handler
  22835.         process which does the starting of the processes for you and
  22836.         then waits for the startup reply messages.  Version 1.0,
  22837.         includes source.
  22838.         Author:  Stefan Becker
  22839.  
  22840. ==========================  Contents of Disk 573  ==========================
  22841.  
  22842. This is disk 573 of the freely distributable AMIGA software library.
  22843. Below is a listing of the significant directories and their contents.
  22844.  
  22845.  
  22846. MathPlot    Another function plotter.  With lin/log plot and a complete
  22847.         KS 2.0 interface.  Needs Kickstart/Workbench 2.0 (V36 or
  22848.         higher).  Needs mtool.library (supplied).  Shareware, source
  22849.         available from author.
  22850.         Author:  Ruediger Dreier
  22851.  
  22852. MToolLibrary    A shared library for the Amiga.  Some math functions and a
  22853.         bit of Intuition support.  This is V2.20, an update to
  22854.         tool.library V2.06 on disk 376.  A special FPU version
  22855.         is included.  Freeware, binary only.
  22856.         Author:  Ruediger Dreier
  22857.  
  22858. MultiPlayer    Music player program which plays Soundtracker/Noisetracker
  22859.         modules, MED modules, and over 15 other types.  It contains
  22860.         a simple control panel, and allows creating "programs" to
  22861.         play a list of modules in sequence or in random order.  Works
  22862.         well with 1.3 and 2.0.  Supports Workbench 2.0's "AppWindow"
  22863.         feature - just drop modules into the MultiPlayer window to
  22864.         play them.  Plays modules at the correct speed regardless of
  22865.         video mode (NTSC or PAL).  ARexx port and program load/save
  22866.         available in registered version.  Version 1.11a, shareware,
  22867.         binary only.
  22868.         Author:  Bryan Ford
  22869.  
  22870. Plasma        Programs that generate very colorful Plasma Cloud Fractals.
  22871.         Plasma clouds are a special form of fractal which show very
  22872.         smooth color gradations.  This is version X.x, an update to
  22873.         version 1.f on disk 285.  Includes source.
  22874.         Author:  Roger Uzun
  22875.  
  22876. Plotter        A program to plot math functions.  This is V3.98, an update
  22877.         to version 3.71 on disk 376.  Needs mtool.library (supplied).
  22878.         Freeware, binary only.
  22879.         Author:  Ruediger Dreier
  22880.  
  22881. ==========================  Contents of Disk 574  ==========================
  22882.  
  22883. This is disk 574 of the freely distributable AMIGA software library.
  22884. Below is a listing of the significant directories and their contents.
  22885.  
  22886.  
  22887. Chemesthetics    Chemesthetics is a program that draws molecules using the
  22888.         calotte model.  This means that atoms are drawn as bowls.
  22889.         Using this model, even extremely dangerous molecules like
  22890.         dioxine look quite nice.  Chemesthetics has an Intuition
  22891.         user interface, can save pictures as IFF files, and has
  22892.         many example files.  This is version 2.10, an update to
  22893.         version 2.06 on disk 536.  Includes source in C.
  22894.         Author:  Joerg Fenin / Metalworx
  22895.  
  22896. DiskSpeed    A disk speed testing program specifically designed to
  22897.         give the most accurate results of the true disk perform-
  22898.         ance of the disk under test.  Automatically updates and
  22899.         maintains an ASCII database of disk results for tested
  22900.         disks.  This is version 4.1, an update to version 3.1 on
  22901.         disk 329.  Includes source in C.
  22902.         Author:  Michael Sinz
  22903.  
  22904. MKSLens        This program magnifies a small area surrounding the pointer
  22905.         and displays it in a separate window.  The magnification
  22906.         factor is adjustable from 1 to 16.  Works in all supported
  22907.         display modes except for HAM.  Binary only.
  22908.         Author:  Michael Sinz
  22909.  
  22910. NewZAP        A third-generation multi-purpose file sector editing utility,
  22911.         from the author of FileZAP.  Displays and edits full 512-byte
  22912.         sectors via a 106 character wide internal font.  Includes
  22913.         a search feature to find specific strings or hex digits,
  22914.         forwards or backwards. User-customizable, with new printing
  22915.         feature added.  This is version 3.3, an update to version
  22916.         3.18 on disk 164.  Now DOS 2.0 compatible.  Binary only.
  22917.         Author:  Dallas J. Hodgson
  22918.  
  22919. ==========================  Contents of Disk 575  ==========================
  22920.  
  22921. This is disk 575 of the freely distributable AMIGA software library.
  22922. Below is a listing of the significant directories and their contents.
  22923.  
  22924.  
  22925. AmigaToNTSC    AmigaToNTSC patches graphics.library so it will think you have
  22926.         an NTSC Amiga.  AmigaToPAL will patch it to think you have a
  22927.         PAL Amiga.  Custom screens will open in the mode selected.
  22928.         Version 1.0, binary only.
  22929.         Author:  Nico Francois
  22930.  
  22931. DataPlot    A program that plots data and algebraic functions in 2D.  The
  22932.         user simply clicks on an option screen to select various
  22933.         options, such as type of marker, log or linear axis, auto vs
  22934.         manual scaling, gridlines.  The macro language makes similar,
  22935.         repetitive plots easy to do.  Data points can be transformed
  22936.         by an algebraic function prior to plotting.  A macro can be
  22937.         automatically executed upon startup-up.  Plots in any resolu-
  22938.         tion from 320x200 to 640x400.  Plots can be saved as macro
  22939.         commands and IFF ILBM files.  Prints directly to Epson compa-
  22940.         tible printers, or to any Preferences supported graphics
  22941.         printer via the PLT: device.  This is version 2.16, which now
  22942.         includes a Legend command, and is now freeware.  Fixes several
  22943.         bugs, including the optimizer for DrawFunction.  Update to
  22944.         version 2.1 on disk 532.  Source available from the author.
  22945.         Author:  J. Dale Holt
  22946.  
  22947. PPLib        A shared library to make life easy for people who wish to
  22948.         write programs that support PowerPacker.  Loading crunched
  22949.         files from C or assembly is made fast, short and easy.
  22950.         This is version 35.256, an update to version 35.255 on disk
  22951.         561.  Includes source.
  22952.         Author:  Nico Francois
  22953.  
  22954. ReqTools    A standard Amiga shared runtime library which makes it a
  22955.         lot quicker and easier to build standard requesters into
  22956.         your programs.  Designed with CBM's style guidelines in
  22957.         mind, so that the resulting requesters have the look and
  22958.         feel of AmigaDOS 2.0.  Version 1.0b, an update to version
  22959.         1.0a on disk 561.  Includes source.
  22960.         Author:  Nico Francois
  22961.  
  22962. ==========================  Contents of Disk 576  ==========================
  22963.  
  22964. This is disk 576 of the freely distributable AMIGA software library.
  22965. Below is a listing of the significant directories and their contents.
  22966.  
  22967.  
  22968. Analyzer    This program allows data stored in one or more files to be
  22969.         examined as representations of electrical signals, either
  22970.         graphically or numerically, in the same manner as with a
  22971.         logic analyzer.  Screendumps of the display may be produced.
  22972.         Compatible with NTSC and PAL machines. Tested with Kickstart
  22973.         1.2 and 1.3.  Version 1.00, binary only, shareware.
  22974.         Author:  Andrew Hackett
  22975.  
  22976. Budget        A program to help with managing personal finances.  This is
  22977.         version 1.3.4, an update to version 1.3.3 on disk 546.  New
  22978.         features include search, selection, replace, and printer
  22979.         output.  Binary only.
  22980.         Author:  Le Lay Serge Camille
  22981.  
  22982. TermII        A telecommunication program with some nice features, including
  22983.         an ARexx Port, external process communications, XPR support,
  22984.         programmable function keys, postscript downloading to laser
  22985.         printers, phone book, programmable panel buttons, public
  22986.         screen support, etc.  Documentation in English and in French.
  22987.         Needs Workbench 2.0. Version 1.1, binary only (some examples
  22988.         in C).
  22989.         Author:  Eric Gontier
  22990.  
  22991. ==========================  Contents of Disk 577  ==========================
  22992.  
  22993. This is disk 577 of the freely distributable AMIGA software library.
  22994. Below is a listing of the significant directories and their contents.
  22995.  
  22996.  
  22997. LhA        A very fast archiver that is compatible with MS-DOS LhArc
  22998.         V1.13 and LHA V2.13, as well as the Amiga LhArc.  LhA is
  22999.         very memory efficient, has been written with stability
  23000.         and reliability in mind, has carefully optimized compression
  23001.         and decompression routines, is multitasking reentrant and
  23002.         pure, handles multiple volume archives (registered version
  23003.         only), and more.  Also includes LhASFX, which creates SFX
  23004.         (self-extracting) archives from ordinary LhA archives.
  23005.         Version 1.0, shareware, binary only.
  23006.         Author:  Stefan Boberg
  23007.  
  23008. OwnDevUnit    This is the initial release of the OwnDevUnit.library
  23009.         programmer's pack.  It provides an extended locking mechanism
  23010.         for a device/unit pair that makes using programs like getty
  23011.         much easier.  Getty is a program that sits on the serial port
  23012.         waiting for calls to come in.  By using OwnDevUnit.library, a
  23013.         program can request that getty temporarily release the serial
  23014.         port.  Includes source.
  23015.         Author:  Christopher Wichura
  23016.  
  23017. PetersQuest    This cute game has you, the intrepid Peter, following
  23018.         a trail of hearts through a world of 20 levels, riddled
  23019.         with porcupines and other hazards, to rescue Daphne, the
  23020.         love of your life that has been kidnapped by the evil
  23021.         Brutus.  Includes digitized sound and colorful graphics.
  23022.         Version 1.2, an update to version 1.0 on disk 224.  New
  23023.         features include super speed, super jump, rocket pack, and
  23024.         more.  Binary only.
  23025.         Author:  David Meny
  23026.  
  23027. TurboQuantum    A SCSI bit twiddler program that will set or clear the
  23028.         "Disable Disconnection" bit in a Quantum drive's "Control
  23029.         Parameters Mode Page".  Disabling disconnection during
  23030.         data transfers can result in a large performance boost
  23031.         on some systems.  Binary only.
  23032.         Author:  Ben Fuller
  23033.  
  23034. ==========================  Contents of Disk 578  ==========================
  23035.  
  23036. This is disk 578 of the freely distributable AMIGA software library.
  23037. Below is a listing of the significant directories and their contents.
  23038.  
  23039.  
  23040. Spice3        A version of the SPICE3e2 circuit analysis program which
  23041.         has been modified to run on the Amiga.  This version is
  23042.         written in C, as opposed to the FORTRAN version on disk
  23043.         278, and includes dynamically allocated memory, interactive
  23044.         post-processing and graphical plots.  Requires a minimum
  23045.         of 1 MB of memory.  Version 3e2.  Binary only.
  23046.         Author:  Many at UC Berkeley, amiga port by Brett Larson
  23047.  
  23048. ==========================  Contents of Disk 579  ==========================
  23049.  
  23050. This is disk 579 of the freely distributable AMIGA software library.
  23051. Below is a listing of the significant directories and their contents.
  23052.  
  23053.  
  23054. BinToHunk    A utility to convert a raw data file (text, bitmapped image,
  23055.         etc.) into an Amiga Hunk format object file that can be
  23056.         linked using Blink.  This is version 1.0, includes source.
  23057.         Author:  Ray Burr
  23058.  
  23059. Cass        Cassette Cover Printer V1.1 is a program to make cassette
  23060.         labels.  It produces either the usual ASCII-character-labels
  23061.         or a source-text that can be fed to LaTeX.  Written in
  23062.         Maxon's Kick-Pascal, source included.
  23063.         Author: J÷rn Clausen
  23064.  
  23065. OctaMED        A music editor which was originally designed for making music
  23066.         for programs (demos, games, etc), but works well as a stand-
  23067.         alone music program as well.  OctaMED is the 8-channel version
  23068.         of MED.  This is version 1.00b, released as a demo for the new
  23069.         version 2.0, which is a commercial product.  Binary only.
  23070.         Author:  Teijo Kinnunen and AmigaNuts United
  23071. ==========================  Contents of Disk 580  ==========================
  23072.  
  23073. This is disk 580 of the freely distributable AMIGA software library.
  23074. Below is a listing of the significant directories and their contents.
  23075.  
  23076.  
  23077. WorldDataBank    Using a database of coordinates compiled by the CIA and
  23078.         made available under the Freedom of Information Act, this
  23079.         program plots world maps in cylindrical or spherical
  23080.         projections, with various degrees of magnification.
  23081.         This is version 2.2, an update to version 2.0 on disk
  23082.         262, and now includes the largest available data file,
  23083.         for detailed mapping of even small sections of the globe.
  23084.         Includes source.
  23085.         Author:  The CIA, Bob Dufford, Mike Groshart
  23086.  
  23087. ==========================  Contents of Disk 581  ==========================
  23088.  
  23089. This is disk 581 of the freely distributable AMIGA software library.
  23090. Below is a listing of the significant directories and their contents.
  23091.  
  23092.  
  23093. FileLocator    Searches up to 28 mounted devices for specific files using
  23094.         wildcard matches.  Version 1.0, binary only.
  23095.         Author:  Joe Rattz, Jr.
  23096.  
  23097. Neuro        A neural network simulator which is able to learn patterns
  23098.         (e.g. letters) and recognize them.  The program handles
  23099.         Hopfield and Backpropagation networks.  Some examples are
  23100.         included.  Version 1.0, binary only.
  23101.         Author:  Berthold Ruf and Ulrich Wisser
  23102.  
  23103. Prism        An ANSI editor that allows animations, and complete color
  23104.         control.  It is used on many BBS's to create animated screens.
  23105.         Includes a configuration editor, font control, and variable
  23106.         playback speed.  Version 1.4, includes source.
  23107.         Author:  Syd Bolton, Chris Timmerberg, Colin Vernon
  23108.  
  23109. StopWatch    A stop watch application with the precision of one milli-
  23110.         second  (variable),  which scans the joystick button.  Full
  23111.         multitasking capability and intuition interfacing, addi-
  23112.         tional display screen for genlock output, ARexx port for
  23113.         parameter/result handling and screen manipulations.  Written
  23114.         in Modula 2 and assembly language.  This is version 3.0S, an
  23115.         update to version 2.0 on disk 466.  Binary only.
  23116.         Author:  Christian Danner
  23117.  
  23118. StripANSI    Removes all ANSI codes from a text file, so that only the
  23119.         bare text remains.  It is useful for editing terminal program
  23120.         capture buffers.  Two versions are provided: one for the
  23121.         command line (CLI) and one with a full Intuition interface.
  23122.         The Intuition version includes the ability to selective strip
  23123.         certain ANSI codes, and generates a complete report.  This is
  23124.         version 1.0, and includes full source in C.
  23125.         Author:  Syd Bolton
  23126.  
  23127. ==========================  Contents of Disk 582  ==========================
  23128.  
  23129. This is disk 582 of the freely distributable AMIGA software library.
  23130. Below is a listing of the significant directories and their contents.
  23131.  
  23132.  
  23133. Diplomacy    A classic strategy game loosely based on World War I.  Design-
  23134.         ed for several players but can be played by as few as 2.  The
  23135.         computer manages the game, resolving orders and graphically
  23136.         displaying the current status.  Also provides map design capa-
  23137.         bilities for game variants.  Version 2.0, shareware, binary
  23138.         only (source available from the author with shareware payment).
  23139.         Author:  Steve Douthat
  23140.  
  23141. Questionatort    A program to create, update, and present multiple choice
  23142.         questionnaires.  Version 1.07, shareware, source available
  23143.         from author.
  23144.         Author:  Erik Von Raspator
  23145.  
  23146. VideoDat    A very simple databank to store information about your videos.
  23147.         Version 1.2, binary only.
  23148.         Author:  Sascha Fengel
  23149.  
  23150. ==========================  Contents of Disk 583  ==========================
  23151.  
  23152. This is disk 583 of the freely distributable AMIGA software library.
  23153. Below is a listing of the significant directories and their contents.
  23154.  
  23155.  
  23156. ARoff        A complete and powerful program for text formatting, much
  23157.         inspired by the "nroff" utility on UNIX systems.  This is
  23158.         version 1.12.  Includes source, and documentation in both
  23159.         English and French.
  23160.         Author:  Denis GOUNELLE
  23161.  
  23162. ATbl        A program for table formatting, somehow inspired by the "tbl"
  23163.         utility on UNIX systems. Can produce printer output, with
  23164.         IBM graphics characters, or a regular IFF ILBM file which
  23165.         can be read by any decent desktop-publishing or word-processor
  23166.         program.  This is version 1.00.  Binary only, with English and
  23167.         French documentation.
  23168.         Author:  Denis GOUNELLE
  23169.  
  23170. CPUSet        A small assembler utility to manipulate the various cache
  23171.         modes of the 68040, 68030 and 68020 processors.  The copy-
  23172.         back mode of the 68040 is also supported.  The program can
  23173.         operate from the CLI with single or multiple parameters or
  23174.         from Workbench via gadgets.  Is compatible with Kickstart
  23175.         1.3 or V2.04 and requires no external libraries or setpatch
  23176.         commands for the 68040 processor.  This is version 1.5, an
  23177.         update to version 1.1 on disk 571.  Includes source.
  23178.         Author:  Nic Wilson
  23179.  
  23180. FullView    A text viewer that uses gadgets at the bottom of the screen
  23181.         (thus can display text 80 columns wide), opens up to the full
  23182.         size of the Workbench screen, displays ANSI color sequences
  23183.         and can load files compressed by PowerPacker.  Also shows IFF
  23184.         pictures (which can also be compressed).  This is version
  23185.         3.04, an update to version 2.02 on disk 412, binary only.
  23186.         Author:  Jonathan Potter
  23187.  
  23188. StopWatch    A program to time events, including intermediate events,
  23189.         with an overall accuracy of about 250 milliseconds (since
  23190.         the timing events are registered by human interaction).
  23191.         Version 1.0, binary only.
  23192.         Author:  Joe Rattz, Jr.
  23193.  
  23194. SuperLock    A very flexible security program that can lock any or all of
  23195.         the devices present in the system, making access to them
  23196.         impossible.  It can also optionally lock the keyboard and the
  23197.         mouse.  Version 1.01.  Requires arp.library.  Binary only.
  23198.         Author:  Jonathan Potter
  23199.  
  23200. SuperSpell    A global spelling checker that checks your spelling no matter
  23201.         what program you are typing under.  Can be used to check
  23202.         spelling when typing on a BBS, in a text editor, or anywhere
  23203.         else.  Comes with a 9000 word dictionary, which you can edit,
  23204.         add to or replace completely.  Version 1.1, binary only.
  23205.         Author:  Jonathan Potter
  23206.  
  23207. SysInfo        A program which reports interesting information about the
  23208.         configuration of your machine, including some speed compar-
  23209.         isons with other configurations, versions of the OS software,
  23210.         etc.  This program has been very popular with many users and
  23211.         has been fully updated to include many new functions.
  23212.         This is version 2.56, an update to version 2.53 on disk 571.
  23213.         Binary only.
  23214.         Author:  Nic Wilson
  23215.  
  23216. TplEdit        A gadtools template editor that is able to generate standalone
  23217.         C source code and does generate its own surface.  This is ver-
  23218.         sion 2.00 beta, an update to 1.00 on disk 480.  Requires Amiga-
  23219.         DOS 2.0.  Includes source.
  23220.         Author:  Matt Dillon, enhancements by Koessi
  23221.  
  23222. WorldTime    A clock that has two states.  In the first state, it has a
  23223.         small window which shows the current time and also the current
  23224.         time in another city in the world.  In the second state, a
  23225.         large window shows the time in 84 cities throughout the world.
  23226.         The list of cities is configurable.  Version 1.31, includes
  23227.         source.
  23228.         Author:  Jonathan Potter
  23229.  
  23230. ==========================  Contents of Disk 584  ==========================
  23231.  
  23232. This is disk 584 of the freely distributable AMIGA software library.
  23233. Below is a listing of the significant directories and their contents.
  23234.  
  23235.  
  23236. DataPlot    DataPlot is a very special function "plotter".  It does not
  23237.         really plot the data, but it creates a ".dat" file containing
  23238.         the function which you typed in and the corresponding values
  23239.         that have been calculated.  The ".dat" file can then be read in
  23240.         by "MultiPlot" (from AmigaLibDisk 467), so that you can mani-
  23241.         pulate the data with much more powerful functions than most
  23242.         normal function plotter programs offer.  This is version 1.00.
  23243.         Public Domain.  Source in C included.
  23244.         Author:  Stefan Zeiger
  23245.  
  23246. Electron    Electron World is a cellular automation described in "Spektrum
  23247.         der Wissenschaft" ("Scientific American") March 1990.  This is
  23248.         version 2.01, an update to version 1.20 from WizardWorks1.
  23249.         Shareware US$ 10.  Binary only.
  23250.         Author:  Stefan Zeiger
  23251.  
  23252. EnvPrint    EnvPrint is a handy tool for printing envelopes for letters.
  23253.         Just type in the addresses or load them from disk, and EnvPrint
  23254.         will organize the printing job for you.  Version 1.20.  Share-
  23255.         ware US$ 10.  Binary only.
  23256.         Author:  Stefan Zeiger
  23257.  
  23258. ExeC        ExeC is a small utility for executing CLI/Shell-Commands from
  23259.         the Workbench.  This is version 1.10.  Freeware.  Binary only.
  23260.         Author:  Carsten Raufu▀
  23261.  
  23262. IFFWizard    IFFWizard shows all chunks of an IFF file together with a
  23263.         short description and the chunk lenght.  It knows over 170
  23264.         Chunk- and Type-IDs and descends recursively into FORM-,
  23265.         LIST-, CAT- and PROP-chunks.  This distribution also contains
  23266.         a companion file with a list of all chunk- and type-IDs known
  23267.         by IFFWizard.  This is version 1.10.  Freeware.  Source in C
  23268.         included.
  23269.         Author:  Stefan Zeiger
  23270.  
  23271. RevHead        REVHEAD is a program for generating info files for your exist-
  23272.         ing sourcecodes/executables.  The info data is stored in a
  23273.         separate file.  Features Kick/WB 2.0 environment.  Version
  23274.         1.05.  Freeware.  Binary only.
  23275.         Author:  Carsten Raufu▀
  23276.  
  23277. SpLi        A program for generating spheric lissajous figures.  Algorithm
  23278.         taken from 'Spektrum der Wissenschaft'.  Version 1.00.  Public
  23279.         Domain.  Includes C sourcecode.
  23280.         Author:  Carsten Raufu▀
  23281.  
  23282. TextStat    An extended "wc" (word count) program.  It has all features of
  23283.         the SAS/C "wc" plus the ability to count the frequency of ASCII
  23284.         characters, alphabetical characters and many other things in
  23285.         a text.  Version 1.10.  Freeware.  Sourcecode included.
  23286.         Author:  Stefan Zeiger
  23287.  
  23288. TurboLife    A quite comfortable implementation of the cellular automation
  23289.         "Life".  Version 2.01.  Update to version 0.60 from Wizard-
  23290.         Works1.  Shareware US$ 10.  Binary only.
  23291.         Author:  Stefan Zeiger
  23292.  
  23293. WizardClock    The ultimate workbench clock.  Features a nice WB2.0 design,
  23294.         an easy-to-use intuition interface, 3 languages, analog clock,
  23295.         digital clock, calendar, alarm, and the ability to "read" the
  23296.         date and time with the "SPEAK:" device.  Version 1.20.  Public
  23297.         Domain.  Source in C included.
  23298.         Author:  Stefan Zeiger
  23299.  
  23300. WizardFiler    This nice file requester is an enhanced version of Anders
  23301.         Bjerin's "FileWindow" from disk 337.  It is very comfortable
  23302.         and has a nice WB2.0 design.  Version 1.01.  Source code in
  23303.         C included.  Public Domain.
  23304.         Author:  Stefan Zeiger, Anders Bjerin
  23305.  
  23306. ==========================  Contents of Disk 585  ==========================
  23307.  
  23308. This is disk 585 of the freely distributable AMIGA software library.
  23309. Below is a listing of the significant directories and their contents.
  23310.  
  23311.  
  23312. RayDance    Demo version of the RayDance raytracer.  This is a fully
  23313.         functional version except that it requires clicking on a
  23314.         continuation prompt after every 15 minutes of rendering
  23315.         time and the total number of polygons and spheres in a
  23316.         scene is limited to approximately 1400.  Includes both
  23317.         software and hardware floating point versions.  Requires
  23318.         a minimum of 1Mb of ram.  Version 1.0, binary only.
  23319.         Author:  Charles Comstock
  23320.  
  23321. ==========================  Contents of Disk 586  ==========================
  23322.  
  23323. This is disk 586 of the freely distributable AMIGA software library.
  23324. Below is a listing of the significant directories and their contents.
  23325.  
  23326.  
  23327. AzMake        A work environment for Aztec C.  You can compile, assemble,
  23328.         link, print, etc your programs by clicking a gadget.  Typing
  23329.         in the Shell is out.  Version 1.1, shareware, binary only.
  23330.         Author:  Christian Friedel
  23331.  
  23332. BlackHole    A little utility that acts like a "super-trashcan" and adds
  23333.         an appicon to the Workbench backdrop window.  As such, Black-
  23334.         Hole requires AmigaDOS 2.0.  You can drag file or drawer icons
  23335.         onto the Black Hole and you will then be asked if you really
  23336.         want to delete the items.  Version 1.0, binary only.
  23337.         Author:  Parsec Soft Systems
  23338.  
  23339. Contour4D    Creates colored, altitude mapped objects for Sculpt 4D.  Two
  23340.         IFF brushes are used; one to supply the color for the object
  23341.         and a second which, by its color intensity, gives an altitude
  23342.         for the object at that point.  Objects are optimised so that
  23343.         large areas of one color and height become a single larger set
  23344.         of faces.  Objects are output in Sculpt '.scene' format.
  23345.         Works with ordinary, HAM or Extra-Halfbrite brushes.  Any
  23346.         palette colors can be omitted from conversion and all palette
  23347.         colors can be of different textures.  Full Intuition interface.
  23348.         Version 1.5, shareware, binary only.
  23349.         Author:  Bruce Thomson
  23350.  
  23351. LSlabel     A simple label printing utility.  Very powerful as the user
  23352.         can/must do a lot of settings by himself.  Features include
  23353.         variable linefeeds (in 1/216 inch steps) between 21 indepen-
  23354.         dant lines and freely configurable printer codes.  Version
  23355.         1.1.2, an update to version 1.0 on disk 478, binary only.
  23356.         Author:  Stefan Berendes
  23357.  
  23358. Opus8        A program to convert MacIntosh 8-bit sounds to Amiga 8SVX
  23359.         format.  Includes source in PCQ Pascal.
  23360.         Author:  John A. Safranek
  23361.  
  23362. TheGallows    A hangman type game with over 3000 words.  The objective of
  23363.         the game is to fill in the blanks and guess the word before
  23364.         the prisoner is hung, after the seventh miss.  New words can
  23365.         be added to the list of words to guess, up to a maximum of
  23366.         over 9450 words.  Version 1.0, shareware, binary only.
  23367.         Author:  Joe Rattz, Jr.
  23368.  
  23369. Tree4D        Creates 3D branching trees for Sculpt 4D complete with leaves.
  23370.         Many aspects of the shape and design of the trees are modifi-
  23371.         able, including color and detail level.  Objects are output
  23372.         in Sculpt '.scene' format.  Full Intuition interface.  This is
  23373.         version 1.5, shareware, binary only.
  23374.         Author:  Bruce Thomson
  23375.  
  23376. ==========================  Contents of Disk 587  ==========================
  23377.  
  23378. This is disk 587 of the freely distributable AMIGA software library.
  23379. Below is a listing of the significant directories and their contents.
  23380.  
  23381.  
  23382. ConLib        A run time reentrant library, developed with the purpose of
  23383.         making life easier for application programmers.  It contains
  23384.         functions to format and display text, accept keys/messages,
  23385.         strings, or numbers, and to handle cursor and screen control,
  23386.         among other things.  Version 2.00, includes source in asm.
  23387.         Author:  Bjorn Reese
  23388.  
  23389. GMC        A console handler with command line editing and function
  23390.         key support.  GMC provides extended command line editing,
  23391.         function key assignment in four levels, extended command
  23392.         line history, online help for functions in the handler,
  23393.         and an iconify function.  Also includes an output buffer
  23394.         (dump to printer and window), filename completer, script
  23395.         function, undo function, prompt beeper, pathname in window
  23396.         title, close gadget for KS 2.0, etc.  This is version 9.11,
  23397.         an update to version 9.8 on disk 434, with some new features
  23398.         and some bug fixes.  Shareware, binary only.
  23399.         Author:  Goetz Mueller
  23400.  
  23401. TMKBP        The Multi-Kickstart Board Project lets you build a Kickstart
  23402.         ROM switcher compatible with the Amiga 500 and Amiga 2000. It
  23403.         will hold up to 3 versions of Kickstart, and can be switched
  23404.         between via an external switch.  If software does not work
  23405.         under kickstart 2.0, simply flip the switch and reboot under
  23406.         1.3.  It includes full step-by-step documentation, as well as
  23407.         schematics, and diagrams.  This is revision 3.1.
  23408.         Author:  Neil Coito and Michael Cianflone
  23409.  
  23410. ==========================  Contents of Disk 588  ==========================
  23411.  
  23412. This is disk 588 of the freely distributable AMIGA software library.
  23413. Below is a listing of the significant directories and their contents.
  23414.  
  23415.  
  23416. FifoLib        FIFO: is like PIPE: but is based on fifo.library rather
  23417.         than its own implementation.  Fifo.library is a general
  23418.         fifo library implementation that supports named fifos,
  23419.         writing to a fifo from a hardware exception, multiple
  23420.         readers on a fifo with each getting the same data stream,
  23421.         efficient reading, and automatic or manual flow control.
  23422.         Programs that require non-blocking IO can access one side
  23423.         of a FIFO: connection via the fifo.library instead of the
  23424.         FIFO: device.  Version 3.4, an update to version 3.1 on disk
  23425.         519.  Includes some source.
  23426.         Author:  Matt Dillon
  23427.  
  23428. FracBlank    A commodities screen blanker written for AmigaOS release
  23429.         2.x.  When running will blank the screen and start to draw
  23430.         real plane fractals such as described in the September 1986
  23431.         issue of Scientific American.  The resulting images may
  23432.         remind you of spiders' webs, lace or even the Chladnian
  23433.         patterns formed by grains of sand strewn across a vibrating
  23434.         surface.  This is version 1.8, an update to version 1.4 on
  23435.         disk 535, and includes numerous bug fixes and enhancements
  23436.         (such as multicolor mode).  Includes source in `C' and
  23437.         assembly language.
  23438.         Author:     Olaf `Olsen' Barthel
  23439.  
  23440. MandelSquare    Yet another program to generate images from the Mandelbrot
  23441.         set, different from most implementations in that it runs
  23442.         only under AmigaOS 2.x, requires an '020/'030/'040 CPU and a
  23443.         numerical coprocessor.  The calculation routines were
  23444.         written in '881 assembly language for maximum speed and
  23445.         precision.  Also included is a `movie mode' which allows
  23446.         generation of long camera zooms to spots in the Mandelbrot
  23447.         set.  The resulting animations can be saved in ANIM-opt-5
  23448.         format, allowing to replay them using `MandelSquare' or
  23449.         standard animation software.  Version 1.3, includes source
  23450.         in `C' and assembly language.
  23451.         Author:     Olaf `Olsen' Barthel
  23452.  
  23453. ==========================  Contents of Disk 589  ==========================
  23454.  
  23455. This is disk 589 of the freely distributable AMIGA software library.
  23456. Below is a listing of the significant directories and their contents.
  23457.  
  23458.  
  23459. Term        A gift-ware telecommunications program written for AmigaOS
  23460.         release 2.x (Kickstart 37.175 and Workbench 37.67 or higher
  23461.         required).  Features include total configurability, full
  23462.         ARexx control, Xpr-transfer support, filetype-identification
  23463.         after download, cut & paste/point-and-click on screen, auto
  23464.         upload and download, scrollable review buffer of unlimited
  23465.         size, solid and fully-featured VT100/VT220/ANSI emulation,
  23466.         optional fast atomic terminal emulation, hotkey support,
  23467.         powerful phonebook and dialing functions, ability to save and
  23468.         print the contents of the screen as IFF-ILBM or ASCII file,
  23469.         full overscan and screen resolution support (new ECS screen
  23470.         modes included), asynchronous operation and a lot more.  Comes
  23471.         with seven Xpr-transfer libraries (ascii, jmodem, kermit,
  23472.         quickb, xmodem, ymodem & zmodem) and documentation both in
  23473.         German and in English.  This is version 1.9c, an update to
  23474.         version 1.8a on disk 534.  Includes full source in `C' and
  23475.         assembly language.
  23476.         Author:  Olaf `Olsen' Barthel
  23477. ==========================  Contents of Disk 590  ==========================
  23478.  
  23479. This is disk 590 of the freely distributable AMIGA software library.
  23480. Below is a listing of the significant directories and their contents.
  23481.  
  23482.  
  23483. Crystals    A computer simulation of three-dimensional crystal lattices
  23484.         which permit you to observe stereoscopic views of any of the
  23485.         fourteen Bravais lattices with a variety of orientations,
  23486.         while rotating and posititioning them in real time.  The
  23487.         frame rate is between 10 and 30 frames per second, depending
  23488.         upon the options selected and the Amiga being used.  It is
  23489.         primarily intended for educators and students in physics,
  23490.         chemistry, and geology.  It is most suitable for use in con-
  23491.         junction with a course in solid state physics, or a course
  23492.         in crystallography.  Version 2.15, shareware, binary only.
  23493.         Author:  David McKinstry
  23494.  
  23495. EquiLog        A Master-Mind type game.  Version 1.36, binary only.
  23496.         Author:  Pierre-Louis Mangeard
  23497.  
  23498. MICE        My Image Code Editor.  MICE generates source code from stan-
  23499.         dard IFF pictures.  Can generate either assembly or C source.
  23500.         Version 1.2, binary only.
  23501.         Author:  Pierre-Louis Mangeard
  23502.  
  23503. Seeker        A 'find file' type utility for AmigaDOS 2.0 with more fea-
  23504.         tures than most such programs.  Intuition interface supports
  23505.         AmigaDOS and unix-like wildcards.  Several operations can be
  23506.         performed on found files.  Version 1.2, shareware, binary
  23507.         only.
  23508.         Author:  Donald Lloyd
  23509.  
  23510. SuperDuper    A very fast disk copier and formatter.  Can make up to four
  23511.         unverified copies from a ram buffer in 36 seconds.  Verified
  23512.         copies from a ram buffer take 67 seconds for one destination
  23513.         drive, plus 34 seconds for each additional destination.  This
  23514.         is version 2.01, an update to version 2.0 on disk 561.  Now
  23515.         includes a program to fine tune some fields in the trackdisk
  23516.         device, and a "no click" type program.  Binary only.
  23517.         Author:  Sebastiano Vigna
  23518.  
  23519. ==========================  Contents of Disk 591  ==========================
  23520.  
  23521. This is disk 591 of the freely distributable AMIGA software library.
  23522. Below is a listing of the significant directories and their contents.
  23523.  
  23524.  
  23525. Flyspeck    A very tiny font, which is more of a gimmick than a useful
  23526.         font.  Perhaps the tiniest font available for the Amiga.
  23527.         Author:  Sascha Wildner
  23528.  
  23529. MonopolySrc    Source to the immensely popular Monopoly game distributed
  23530.         in binary form on disk 251.
  23531.         Author:  Ed Musgrove
  23532.  
  23533. Vim        Vi IMitation.  A clone of the UNIX text editor "vi".  Very
  23534.         useful for editing programs and other plain ASCII text.
  23535.         Based on Stevie (disk 256) with many enhancements such as
  23536.         multilevel undo, command line history, improved command line
  23537.         editing, full vi compatibility (except Q and zn commands),
  23538.         command typeahead display, command to display yank buffers,
  23539.         unlimited line length, ability to edit binary files, file
  23540.         name stack, support for Manx QuickFix, shows current file
  23541.         name in window title, etc.  Internal storage structures
  23542.         have been redesigned for optimal speed and memory usage.
  23543.         Version 1.14, includes source.
  23544.         Author:  Bram Moolenaar, et. al.
  23545.  
  23546. ==========================  Contents of Disk 592  ==========================
  23547.  
  23548. This is disk 592 of the freely distributable AMIGA software library.
  23549. Below is a listing of the significant directories and their contents.
  23550.  
  23551.  
  23552. CirclesUp    A simple little two player game where circles fly into the
  23553.         playing area from both sides of the screen.  When each player
  23554.         presses his corresponding ALT key they fly to the top of the
  23555.         screen and stop moving when they hit another circle or the
  23556.         border.  The object of the game is to connect a specified
  23557.         number of circles of the same color.  Version 1.0, includes
  23558.         source.
  23559.         Author:  Jason Lowe
  23560.  
  23561. EZAsm        Combines parts of "C" with 68000 assembly language. Produces
  23562.         highly optimized code.  Supports all 2.0 functions and more.
  23563.         Comes bundled with A68k and Blink, for a complete programming
  23564.         environment.  This is version 1.6, an update to version 1.5
  23565.         on disk 484.  Includes example source and executable files.
  23566.         Binary only.
  23567.         Author:  Joe Siebenmann
  23568.  
  23569. LAZi        A graphic interface for the archive utilities Lharc, Arc, and
  23570.         Zoo.  LAZi will add, delete, extract, and update single or
  23571.         multiple files, list and test archives, allow you to read
  23572.         extracted readmes/docs or any other ascii file, save a con-
  23573.         figuration file that holds the locations of your work direct-
  23574.         ories, archive utilities, and its position when iconified.
  23575.         At least 1Mb of RAM is recommended.  Version 1.0, binary only.
  23576.         Author:  Mark W. Davis                  
  23577.  
  23578. NumbersUp    A simple little game where numbers fly into the playing area
  23579.         from both sides of the screen.  When you click the mouse but-
  23580.         ton, they fly to the top of the screen and stick there.  The
  23581.         score is determined by what numbers the current number lands
  23582.         near, and the game ends when the same numbers end up adjacent
  23583.         to each other.  Version 1.2, includes source.
  23584.         Author:  Jason Lowe
  23585.  
  23586. PublicService    A screen clock intended for those whose day revolves around a
  23587.         series of breaks; this one counts down the minutes to each
  23588.         break, and complains if you're at the Amiga outside working
  23589.         hours!  All break times are contained in a small text file
  23590.         (example given).  Times are expressed in words rather than
  23591.         numbers.  Includes source.
  23592.         Author:  Michael Warner
  23593.  
  23594. QuickTrans    Freely redistributable replacement for mathtrans.library,
  23595.         containing faster versions of all 17 functions, with almost
  23596.         the same accuracy.  Trigonometric functions are 2 to 2.5 times
  23597.         as fast.  Logarithmic, exponential and hyperbolic functions
  23598.         are about 3 times as fast.  Version 1.0, binary only.
  23599.         Author:  Martin Combs
  23600.  
  23601. Star        Three C functions, that you can easily incorporate into your
  23602.         programs to draw stars.  Includes source.
  23603.         Author:  Jason Lowe
  23604.  
  23605. ==========================  Contents of Disk 593  ==========================
  23606.  
  23607. This is disk 593 of the freely distributable AMIGA software library.
  23608. Below is a listing of the significant directories and their contents.
  23609.  
  23610.  
  23611. AnalyRim    An integration of the AnalytiCalc spreadsheet (disk 495) and
  23612.         the RIM-5 relational database management system (disk 143).
  23613.         Integrates a spreadsheet with hundreds of functions and 18000
  23614.         by 18000 cell address space, with a complete disk based DBMS,
  23615.         and functions permitting one to move relations or selections
  23616.         of relations in either direction between spreadsheet and data-
  23617.         base.  In this way, large relations can be stored on disk, yet
  23618.         accessed as needed in the spreadsheet, from whence they can be
  23619.         computed with or plotted.  The command language of RIM is fair-
  23620.         ly close to SQL and documents for it are included.  Also sup-
  23621.         ports GnuPlot to provide flexible plotting.  A minimum of 2Mb
  23622.         of memory is recommended, of which 750K must be contiguous.
  23623.         Because the full distribution would not fit on a single disk,
  23624.         it has been split onto two disks, with disk 593 containing the
  23625.         executable and needed "keypad" command files, and disk 594
  23626.         containing the source and documentation.
  23627.         Author:  Glenn C. Everhart et. al.
  23628.  
  23629. Elements    Very nice interactive display of the the Periodic Table
  23630.         of Elements.  Includes general row and column information,
  23631.         plus a test mode where the program asks specific questions
  23632.         about the selected element or row/column.  This is version
  23633.         2.3b, an update to version 2.3 on disk 384, with some minor
  23634.         AmigaDOS 2.0 fixes, a new icon, and Swedish and German data
  23635.         files.  Binary only, shareware.
  23636.         Author:  Paul Thomas Miller
  23637.  
  23638. LhA        A very fast archiver that is compatible with MS-DOS LhArc
  23639.         V1.13 and LHA V2.13, as well as the Amiga LhArc.  LhA is
  23640.         very memory efficient, has been written with stability
  23641.         and reliability in mind, has carefully optimized compression
  23642.         and decompression routines, is multitasking reentrant and
  23643.         pure, handles multiple volume archives (registered version
  23644.         only), and more.  Version 1.11, an update to version 1.0 on
  23645.         disk 577.  Shareware, binary only.
  23646.         Author:  Stefan Boberg
  23647.  
  23648. PicPak        A package of general purpose picture loading and manipulation
  23649.         functions, including IFF ILBM loading, ViewPort color control
  23650.         (including fades and color cycling), and frames.  Will also
  23651.         load and display SHAM images.  Version 1.3c, includes source.
  23652.         Author: Paul Miller
  23653.  
  23654. PictSaver    A small utility that allows you cut rectangular portions of
  23655.         any screen and store them on disk as IFF-ILBM files.  Also
  23656.         allows easy saving of windows and entire screens to disk.
  23657.         This is version 2.4, an update to version 2.0 on disk 543.
  23658.         Binary only.
  23659.         Author:  Preben Nielsen
  23660.  
  23661. WindowTiler    A WB2.0 commodity similar to ihelp that cascades, tiles, etc
  23662.         workbench windows.  Contains 7 ways to arrange the windows.
  23663.         Does not affect non-sizeable windows (so dock windows, etc
  23664.         don't get shifted).  This is version 1.1, binary only. 
  23665.         Author:  Doug Dyer
  23666.  
  23667. ==========================  Contents of Disk 594  ==========================
  23668.  
  23669. This is disk 594 of the freely distributable AMIGA software library.
  23670. Below is a listing of the significant directories and their contents.
  23671.  
  23672.  
  23673. AnalyRimSrc    An integration of the AnalytiCalc spreadsheet (disk 495) and
  23674.         the RIM-5 relational database management system (disk 143).
  23675.         Integrates a spreadsheet with hundreds of functions and 18000
  23676.         by 18000 cell address space, with a complete disk based DBMS,
  23677.         and functions permitting one to move relations or selections
  23678.         of relations in either direction between spreadsheet and data-
  23679.         base.  In this way, large relations can be stored on disk, yet
  23680.         accessed as needed in the spreadsheet, from whence they can be
  23681.         computed with or plotted.  The command language of RIM is fair-
  23682.         ly close to SQL and documents for it are included.  Also sup-
  23683.         ports GnuPlot to provide flexible plotting.  A minimum of 2Mb
  23684.         of memory is recommended, of which 750K must be contiguous.
  23685.         Because the full distribution would not fit on a single disk,
  23686.         it has been split onto two disks, with disk 593 containing the
  23687.         executable and needed "keypad" command files, and disk 594
  23688.         containing the source and documentation.
  23689.         Author:  Glenn C. Everhart et. al.
  23690.  
  23691. Cube4        A 3-dimensional version of "zeros and crosses" on a 4x4x4
  23692.         board which can be inspected from all sides.  It is possible
  23693.         to change the skill of the computer game, take back moves,
  23694.         change sides and abandon.  Version 1.2.1, binary only.
  23695.         Author:  Joachim Tuckmantel
  23696.  
  23697. ==========================  Contents of Disk 595  ==========================
  23698.  
  23699. This is disk 595 of the freely distributable AMIGA software library.
  23700. Below is a listing of the significant directories and their contents.
  23701.  
  23702.  
  23703. ClibSave    A small hack for saving the actual contents of the clipboard
  23704.         (unit 0) to a file.  It may only be used from shell.  This is
  23705.         version 0.1, includes source.
  23706.         Author:  Uwe R÷hm
  23707.  
  23708. HOW        A game where the aim is to get a ball from the start square
  23709.         to the exit square, while trying to turn all squares to the
  23710.         same color.  As the ball moves across a square, the color of
  23711.         the square changes in a cyclic order of four colors.  Also
  23712.         includes a level editor program.  Freeware, binary only.
  23713.         Author:  Peter Handel
  23714.  
  23715. IconSwap    A small utility, which allows you to quickly and easily swap
  23716.         the colors of your icons between the older 1.3 and the new
  23717.         2.0-style.  Version 0.14, includes source.
  23718.         Author:  Uwe R÷hm
  23719.  
  23720. P-Compress    A gimmick-free and very easy to use program for most compres-
  23721.         sion requirements.  Uses the latest LZH compression algor-
  23722.         ithms.  Can handle single files, whole drawers, disks, or
  23723.         selected files or types of file within drawers and disks.  In
  23724.         PACK mode it can consolidate files into less space than whole-
  23725.         disk compression tools or archivers.  This is version 2.1, an
  23726.         update to version 1.2 on disk 565.  Freeware, binary only.
  23727.         Author:  Chas A. Wyndham, LZH code by Barthel/Krekel
  23728.  
  23729. P-Reader    An all purpose reader that displays texts, pictures, animations
  23730.         and sounds, which may be uncompressed or compressed with
  23731.         P-Compress.  Texts can include embedded static or animated
  23732.         illustrations and sounds. This is version 5.2, an update to
  23733.         version 5.1 on disk 543.  Freeware, binary only.
  23734.         Author:  Chas A. Wyndham
  23735.  
  23736. P-Writer    A text editor with special facilities for inserting text
  23737.         color and style changes and for preparing illustrated texts
  23738.         for P-Reader.  Version 3.2, freeware, binary only.
  23739.         Author:  Chas A. Wyndham
  23740.  
  23741. ==========================  Contents of Disk 596  ==========================
  23742.  
  23743. This is disk 596 of the freely distributable AMIGA software library.
  23744. Below is a listing of the significant directories and their contents.
  23745.  
  23746.  
  23747. RayShade    Rayshade is a ray tracing program ported to the Amiga from
  23748.         UNIX.  Rayshade's features include nine types of primitives
  23749.         (box, cone cylinder, height field, plane, polygon, sphere,
  23750.         superquadric, flat triangle and phong-shaded triangle);
  23751.         composite objects; point, directional, and extended (area)
  23752.         light sources;  solid procedural texturing and bump mapping
  23753.         of primitives; antialiasing through adaptive supersampling;
  23754.         arbitrary linear transformations on primitives; and more.
  23755.         This is version 3.0 patchlevel 5 and includes sources in C.
  23756.         The modifications for Amiga & SAS/C are distributed as diff
  23757.         files.  Some example input files are also included.
  23758.                 Author:  Craig E. Kolb, Amiga Port by Martin Hohl
  23759.  
  23760. ToolTypeWatch    Helps you if you are searching for ToolType-keywords of a
  23761.         certain application.  It  patches the FindToolType() and the
  23762.         MatchToolValue() functions of the icon.library and records
  23763.         all calls to these functions along with the given arguments.
  23764.         This allows you to discover all keywords supported by an
  23765.         application as ToolTypes.  Version 0.7, includes source.
  23766.         Author:  Uwe R÷hm
  23767.  
  23768. ==========================  Contents of Disk 597  ==========================
  23769.  
  23770. This is disk 597 of the freely distributable AMIGA software library.
  23771. Below is a listing of the significant directories and their contents.
  23772.  
  23773.  
  23774. GoLD        Game of Life - Duo.  A "Game of Life" extension.  This one
  23775.         uses TWO strains of cells, allows free redefinition of the
  23776.         rules, and contains the original game as a subset.  This is
  23777.         version 1.0, includes source in C and assembly.
  23778.         Author:  Andreas Neubacher
  23779.  
  23780.  
  23781. IconTools    Four programs to manage some aspects of icons using the
  23782.         Intuition interface and allowing one operate on many icons at
  23783.         once by shift-clicking.  FloatIcon 1.05 sets an icon so that
  23784.         the Workbench can freely place an icon in a drawer window.
  23785.         ReplaceTool 2.04 sets a new default tool for project icons
  23786.         using the Workbench icons or a file requester.  ReplaceImage
  23787.         1.01 changes the image of icons to that of another.  Swap-
  23788.         Colors 1.01 swaps colors 1 and 2 in icon images.  The last
  23789.         two programs will be useful for converting to the "new look"
  23790.         of Workbench 2.0.  Includes source in JForth Professional
  23791.         2.0.  Not related to IconTools on disk 284.
  23792.         Author:  Richard Mazzarisi
  23793.  
  23794. NewList        A very fast and powerful 'list' and 'ls' utility.  It features
  23795.         fast algorithms, custom print and date formatting, 3 different
  23796.         types of recursion, a hunt mode, character filters, a pager,
  23797.         ansi, ENV: support, and tons of sorts and options.  This is
  23798.         version 6.0, an update to version 5.0a on disk 513.  New
  23799.         features include complete WB2.0 support and compatibility,
  23800.         including full link handling, and some bug fixes.  Binary only.
  23801.         Author:  Phil Dietz
  23802.  
  23803. ScudBuster    A Scuds vs. Patriots missle game.  This game is a combination
  23804.         of the old Missle Command, Battleship, and Stratego games
  23805.         rolled into one.  Set up your strategy and launch missles at
  23806.         your enemy, while he launches missles at you.  Version 0.8,
  23807.         binary only.
  23808.                 Author:  Howard Dortch
  23809.  
  23810. ShadowMaster    A modular screen saver system for AmigaDOS 2.0.  It allows
  23811.         you to choose a saver module to be used at blank time, and
  23812.         to build utility modules that may (or may not) choose the
  23813.         actual saver.  Version 37.7, includes partial source.
  23814.         Author:  Mike Meyer
  23815.  
  23816. ThinFonts    Seven fixed width fonts in two designs to get more characters
  23817.         on your screen.  Made for usage on hires interlaced screens
  23818.         and A2024 modes.
  23819.         Author:  Dirk W. Reisig
  23820.  
  23821. ==========================  Contents of Disk 598  ==========================
  23822.  
  23823. This is disk 598 of the freely distributable AMIGA software library.
  23824. Below is a listing of the significant directories and their contents.
  23825.  
  23826.  
  23827. ANSI        A small CLI utility to convert C source between ANSI and
  23828.         Kernighan and Ritchie function definition formats.  Also
  23829.         allows generation of prototypes.  No Amiga extensions and
  23830.         should be portable.  Version 1.0, includes C source.
  23831.         Author:  Andrew Martin, SciTech Software
  23832.  
  23833. DX100        Editor/Librarian for the Yamaha DX100, DX21, and DX27 synthe-
  23834.         sizers.  Provides voice editing and librarian features similar
  23835.         to the FB-01 Editor/Librarian.  Version 1.25.
  23836.         Author:  James M. Smith
  23837.  
  23838. FB-01        Edit all parameters for FB-01 Voices and Configurations.  Has
  23839.         graphical display of voice envelopes to improve the editing
  23840.         process.  The librarian provides the means to organize and
  23841.         store a bank of voices or configurations on disk.  Send
  23842.         customized banks to a Yamaha FB-01 or receive banks from this
  23843.         instrument.  Print hardcopy of voice and configuration banks. 
  23844.         Version 1.25.
  23845.         Author:  James M. Smith
  23846.    
  23847. Parse        A simple keyword command line parsing routine. Supports mixed 
  23848.         case and unambiguous abbreviations in the command line. The
  23849.         parse routine can be used to add keyword control to any pro-
  23850.         gram in an easy manner.  Version 1.2, includes C source.
  23851.         Author:  Andrew Martin, SciTech Software
  23852.  
  23853. TX81Z        Editor/Librarian for the Yamaha TX81Z and DX11 synthesizers.
  23854.         Provides voice and librarian features similar to the FB-01
  23855.         Editor/Librarian.  Includes a Performance Editor and a
  23856.         Librarian.  Version 1.23.
  23857.         Author:  James M. Smith
  23858.  
  23859. ==========================  Contents of Disk 599  ==========================
  23860.  
  23861. This is disk 599 of the freely distributable AMIGA software library.
  23862. Below is a listing of the significant directories and their contents.
  23863.  
  23864.  
  23865. DBuff        Source code with a small demo. to implement double buffering
  23866.         by adding a second ViewPort to an Intuition screen.  Version
  23867.         1.0, includes C source.
  23868.         Author:  Andrew Martin, SciTech Software
  23869.  
  23870. InputView    A small tool for AmigaDOS 1.3 to record the input stream at a
  23871.         given time and then insert the recorded events again later,
  23872.         instead of the user input.  Version 0.24, includes source.
  23873.         Author:  Uwe R÷hm
  23874.  
  23875. MailMerge    A utility to perform simple mail merge using the LaTeX letter
  23876.         style.  Simply requires a letter in .tex format and a file of
  23877.         addresses.  Each of these is inserted, in turn, into the .tex
  23878.         file which is run through LaTeX and then through the printer
  23879.         driver.  Version 1.0, includes C source.
  23880.         Author:  Andrew Martin, SciTech Software
  23881.       
  23882. MoG        A demonstration version of a commercial molecular graphics
  23883.         program.  Stick representations of molecules may be rotated,
  23884.         translated and scaled on screen and changes may be made to
  23885.         structures.  `Space filling' pictures may also be generated
  23886.         using quick preview, shading, or ray-tracing. The demonstra-
  23887.         tion version allows only one of two structures to be dis-
  23888.         played and does not allow space filling, though some sample
  23889.         space-filled structures are included.  Version 1.03D, binary
  23890.         only.
  23891.         Author:  SciTech Software
  23892.  
  23893. PrLabel        A utility to print laser printer labels. Support 3x8, 2x8
  23894.         and 2x7 A4 label sheets.  The program may easily be modified 
  23895.         for other formats.  Also serves as a demonstration of using 
  23896.         STSLib for gadgets and menus.  Version 1.1, includes C source.
  23897.         Author:  Andrew Martin, SciTech Software
  23898.  
  23899. RxilShell    A set of routines to form an additional layer between the
  23900.         programmer and ARexx.  Rxil_shell sits on top of rxil on
  23901.         disk 299 and contains a few changes and bug fixes to the
  23902.         rxil routines.  Using these routines, adding ARexx support
  23903.         to a program becomes completely trivial.  Version 1.0,
  23904.         includes C source.
  23905.         Author:  Andrew Martin, SciTech Software
  23906.  
  23907. STSLib        Blink compatible library required to recompile PrLabel. This
  23908.         library supplies gadtools-like 3D look gadgets (including
  23909.         check boxes, radio buttons and cycle gadgets) and menus whose
  23910.         layout will be adjusted for different default screen text
  23911.         fonts under AmigaDOS V2.0.  Version 1.0, link library only.
  23912.         Source and documentation available from the author for a fee.
  23913.         Author:  Andrew Martin, SciTech Software
  23914. ==========================  Contents of Disk 600  ==========================
  23915.  
  23916. This is disk 600 of the freely distributable AMIGA software library.
  23917. Below is a listing of the significant directories and their contents.
  23918.  
  23919.  
  23920. Env        A user friendly tool to edit your "environments".  You can
  23921.         change, add, copy, rename and delete them with an intuition
  23922.         GUI, instead of using DOS SetEnv/GetEnv.  Features include
  23923.         keyboard shortcuts, font-sensitive windows, and shell command
  23924.         line support.  Version 2.08, binary only.
  23925.         Author:  Stefan Otto
  23926.  
  23927. Memcheck    An antivirus package designed to be used for detection and
  23928.         analysis of new and old viruses.  It includes a very powerful
  23929.         bootblock detector, a CLI detector and a Vectors program.
  23930.         The programs check for any virus in RAM and are able to kill
  23931.         all viruses in RAM.  All libraries, devices, interrupts,
  23932.         reset vectors, etc are completely checked by the programs.
  23933.         This is version 5.0, binary only.  Source code is available
  23934.         from the author.
  23935.         Author:  Koen Peetermans
  23936.  
  23937. Multi_Player    A music player that loads and plays a large variety of the
  23938.         "tracker" type sound modules.  With an intuition interface,
  23939.         allows you to load formats like Intuitracker, NoisePlayer,
  23940.         Soundtracker, FutureComposer and 7 others including power-
  23941.         packed modules!  Includes many sample modules in several of
  23942.         these formats.  This is version 1.5, an update to version
  23943.         1.2 on disk 509.  Binary only.
  23944.         Author:  Thomas Landspurg
  23945.  
  23946. NCode        A fast MC68000/10/20/30 conditional macro assembler for the
  23947.         Amiga.  Supports both the old and the new Motorola syntax for
  23948.         operands and allows you to put standard parameters in an 
  23949.         argument file.  NCode can be used for any of the four CPU's
  23950.         and will check whether your code matches the specified target
  23951.         CPU.  Version 1.2, binary only.
  23952.         Author:  Edgar Visser
  23953.  
  23954. Paragon        A two player game where the object is to build a given crown
  23955.         (a pattern of 5 stones) on the playboard.  Includes source in
  23956.         AMOS.
  23957.         Author:  Volker Stepprath
  23958.  
  23959. Rothello    Reversi/Othello like game that features the option to shift
  23960.         complete rows or columns of the playfield.  Play a human or
  23961.         computer opponent.  Version 1.0, shareware, binary only.
  23962.         Author:  Michael Koepke and Rolf Herrmann
  23963.  
  23964. ==========================  Contents of Disk 601  ==========================
  23965.  
  23966. This is disk 601 of the freely distributable AMIGA software library.
  23967. Below is a listing of the significant directories and their contents.
  23968.  
  23969.  
  23970. APipe        An "Amiga pipe" device.  If opened for read, it will run the
  23971.         file name as an Amiga CLI command, with the output going to
  23972.         the opening process.  If opened for output, it will run the
  23973.         file name as an Amiga CLI command, with output to the opened
  23974.         file sent to the command as input.
  23975.         Author:  Per Bojsen
  23976.  
  23977. Intuisup    A shared library with support routines for using texts, menus,
  23978.         borders, gadgets, requesters, and more, under AmigaDOS 1.3.
  23979.         Includes a template editor and source to library and test
  23980.         programs.  This is version 3.0, an update to version 2.0 on
  23981.         disk 562.
  23982.         Author:  Torsten Jurgeleit
  23983.  
  23984. PP        Patches AmigaDOS and makes decrunching of powerpacked files
  23985.         completely transparent to any program attempting to read
  23986.         such files.  This means that any program may work directly 
  23987.         on powerpacked datafiles, without any need to decrunch these
  23988.         first with PowerPacker.  A must for Powerpacker fans.  This
  23989.         is version 1.4, an update to version 1.3 on disk 542.  Full
  23990.         source is included.
  23991.         Author:  Michael Berg
  23992.  
  23993. ==========================  Contents of Disk 602  ==========================
  23994.  
  23995. This is disk 602 of the freely distributable AMIGA software library.
  23996. Below is a listing of the significant directories and their contents.
  23997.  
  23998.  
  23999. JM        Job Manager is a utility which extends the AmigaDos multi-
  24000.         tasking environment by providing features such as: allocation
  24001.         of CPU cycles in any ratio to multiple CPU bound processes,
  24002.         default task priorities based on task name, task logging,
  24003.         system uptime reports, task CPU use and CPU % reports, task
  24004.         invocation times, and more.  JM has very little impact on the
  24005.         system itself.  Requires AmigaDOS 2.04 or later.  Includes
  24006.         68000/20 and 68030/40 versions.  Version 1.0, binary only.
  24007.         Author:  Steve Koren
  24008.  
  24009. MathsAdv    A simple game where you, the young adventurer, must try to
  24010.         escape the king's Maths Adventure.  To do this you must pass
  24011.         through a series of rooms.  In each room you are given a
  24012.         math problem to solve, after which you can proceed to the
  24013.         next room if you answer correctly.  The problems become more
  24014.         involved and more difficult in each room.  Includes source.
  24015.         Author:  Jason Lowe
  24016.  
  24017. MBPress        A command that will detect which mouse buttons (including
  24018.         middle) are currently being pressed.  The result can then be
  24019.         used to decide a course of action in a script file.  Handy
  24020.         for your startup-sequence.  Requires 2.04.  Includes source.
  24021.         Author:  Steve Anderson
  24022.  
  24023. PlotLib        Another function plotter library with different display
  24024.         options in 2D, 3D or Niveau.  Easy to use functions allow
  24025.         you to write your own plot program.  Output functions for
  24026.         screen and HPGL plotter.  Demo program included.  Works on
  24027.         Amiga and MSDOS.  Includes source in C.
  24028.         Author:  Silvano Oesch
  24029.  
  24030. ==========================  Contents of Disk 603  ==========================
  24031.  
  24032. This is disk 603 of the freely distributable AMIGA software library.
  24033. Below is a listing of the significant directories and their contents.
  24034.  
  24035.  
  24036. DungeonMap    A little tool that creates maps of dungeons (and eventually
  24037.         towns) which can be used by a Dungeon Master (DM's) for use in
  24038.         a Dungeons & Dragons (D&D) game.  These maps can be saved,
  24039.         edited, and printed.  This is version 1.0.  Binary only.
  24040.         Author:  Bill Elliot
  24041.  
  24042. DynaCADD    Part 1 of a four part demo distribution of DynaCADD from Ditek
  24043.         International.  DynaCADD is a professional 2D and 3D CAD pack-
  24044.         age.  This demo is fully functional except for disabled save
  24045.         and export functions.  DynaCADD requires at minimum an Amiga
  24046.         with 1Mb of RAM and a hard drive, or two floppy drives.  A de-
  24047.         interlacer of some kind is highly recommended.  This disk con-
  24048.         tains all the files necessary to recreate the DynaCADD demo
  24049.         disk number 1.  The files for demo disk number 2 can be found
  24050.         on library disk number 604 and the files for demo disks 3 and
  24051.         4 can be found on library disk number 605.  This is version
  24052.         2.04, an update to version 1.84 on disks 434 and 435, and now
  24053.         includes both 68000 and 68020/030 versions.  Binary only.
  24054.         Author:  Ditek International
  24055.  
  24056. ICONtrol    An easy to use CLI command that gives you control over Work-
  24057.         bench icons.  It's main purpose is to update the look of your
  24058.         icons for AmigaDOS 2.0, which can be done by swapping the
  24059.         colors in an icon or giving new images to them.  Moreover, it
  24060.         can be used to clear an icon's absolute position in a drawer
  24061.         or on Workbench.  So it is also a helpful tool if you are not
  24062.         yet using AmigaDOS 2.0.  Version 1.0, binary only.
  24063.         Author:  Stefan Winterstein
  24064.  
  24065. Notify        A suite of Rexx programs that can be used to issue messages or
  24066.         run commands automatically on certain days and/or at certain
  24067.         times of day.  Facilities are provided for the adding, editing
  24068.         and deleting of messages, and for displaying the times and
  24069.         texts of pending messages.  A chime program is included to
  24070.         enable the time to be announced at regular intervals.  Version
  24071.         1.01.
  24072.         Author:  Michael Tanzer
  24073.  
  24074. ==========================  Contents of Disk 604  ==========================
  24075.  
  24076. This is disk 604 of the freely distributable AMIGA software library.
  24077. Below is a listing of the significant directories and their contents.
  24078.  
  24079.  
  24080. ArpRequest    A demonstration of how to use the ARP filerequester from
  24081.         AmigaBasic.
  24082.         Author:  Andreas Ackermann
  24083.  
  24084. DynaCADD    Part 2 of a four part demo distribution of DynaCADD from Ditek
  24085.         International.  DynaCADD is a professional 2D and 3D CAD pack-
  24086.         age.  This demo is fully functional except for disabled save
  24087.         and export functions.  DynaCADD requires at minimum an Amiga
  24088.         with 1Mb of RAM and a hard drive, or two floppy drives.  A de-
  24089.         interlacer of some kind is highly recommended.  This disk con-
  24090.         tains all the files necessary to recreate the DynaCADD demo
  24091.         disk number 2.  The files for demo disk number 1 can be found
  24092.         on library disk number 603 and the files for demo disks 3 and
  24093.         4 can be found on library disk number 605.  This is version
  24094.         2.04, an update to version 1.84 on disks 434 and 435, and now
  24095.         includes both 68000 and 68020/030 versions.  Binary only.
  24096.         Author:  Ditek International
  24097.  
  24098. MIDIstuff    A package of 8 tools that use midi.library so that they can
  24099.         use MIDI at the same time and can easily be combined in a
  24100.         modular way.  Release 2 prerelease version, binary only.
  24101.         Author:  Bill Barton and Carl Loesch
  24102.  
  24103. RingWar        A classic arcade game of reflexes.  The graphics are based on
  24104.         the vector style of the old arcade games such as Asteroids and
  24105.         Tempest.  The goal of the game is to penetrate through the
  24106.         three rotating rings and hit the five pointed star in the
  24107.         ringship at the center of the rings, while avoiding randomly
  24108.         appearing mines, and the ringship firing back at you.  Binary
  24109.         only.
  24110.         Author:  Eric Bazan
  24111.  
  24112. ==========================  Contents of Disk 605  ==========================
  24113.  
  24114. This is disk 605 of the freely distributable AMIGA software library.
  24115. Below is a listing of the significant directories and their contents.
  24116.  
  24117.  
  24118. DynaCADD    Parts 3 & 4 of a four part demo distribution of DynaCADD from
  24119.         Ditek International.  DynaCADD is a professional 2D and 3D CAD
  24120.         package.  This demo is fully functional except for disabled
  24121.         save and export functions.  DynaCADD requires at minimum an
  24122.         Amiga with 1Mb of RAM and a hard drive, or two floppy drives.
  24123.         A de-interlacer of some kind is highly recommended.  This disk
  24124.         contains all the files necessary to recreate the DynaCADD demo
  24125.         disk numbers 3 & 4.  The files for demo disk number 1 can be
  24126.         found on library disk number 603 and the files for demo disk
  24127.         2 can be found on library disk number 604.  This is version
  24128.         2.04, an update to version 1.84 on disks 434 and 435, and now
  24129.         includes both 68000 and 68020/030 versions.  Binary only.
  24130.         Author:  Ditek International
  24131.  
  24132. HDClick        A program selector / Harddisk-menu.  Programs can be started
  24133.         easily by clicking on gadgets which can be defined by the
  24134.         user.  This is version 2.0, an update to version 1.21 on disk
  24135.         439.  This version includes sub-menus, functions to edit the
  24136.         gadgets, preferences to change colors, a "Small"-window,
  24137.         Hotkey-iconify and more.  Includes PAL and NTSC versions.
  24138.         Comes with Config_Tool 1.62 by Manfred Gillert, a tool to edit
  24139.         HDClick-configfiles easily, and with other useful functions.
  24140.         Binary only, shareware.
  24141.         Author:  Claude Mueller
  24142.  
  24143. ==========================  Contents of Disk 606  ==========================
  24144.  
  24145. This is disk 606 of the freely distributable AMIGA software library.
  24146. Below is a listing of the significant directories and their contents.
  24147.  
  24148.  
  24149. AlgoRhythms    An algorithmic composition program that improvises music over
  24150.         a MIDI interface connected to the serial port.  A MIDI inter-
  24151.         face and synthesizer are needed.  The music is simple but can
  24152.         be pretty.  Now on its own 8 color screen, with 20 voices and
  24153.         more scales, AlgoRhythms saves its own output to standard MIDI
  24154.         files, and can play 330 notes/sec on a 68000 at 7MHz.  Does
  24155.         not use Amiga audio.  Version 2.0, an update to version 1.0 on
  24156.         disk 356.  Includes source and sample data files.
  24157.         Author:  Thomas E. Janzen
  24158.  
  24159. AutoGraf    Collects and graphically displays information on auto mileage.
  24160.         Features miles per gallon, cost per mile, miles driven, highs,
  24161.         lows, averages, etc.  Includes a couple of sample data files.
  24162.         This is version 2.0, an update to version 1.0 on disk 166.
  24163.         Binary only.
  24164.         Author:  Joel Swank
  24165.  
  24166. FileMinder    Utility for maintaining files and directories on a hard disk.
  24167.         Allows you to graphically see your directory structure, to
  24168.         move quickly to any directory, and to perform operations on
  24169.         the files and other directories there.  This is version 1.0,
  24170.         shareware, binary only.
  24171.         Author:  Joel Swank
  24172.  
  24173. PrFont        Prints a sample of each font from the fonts: directory.  Draws
  24174.         one line of each font on a custom hires screen, which can be
  24175.         printed.  This is version 1.4, an update to version 1.3 on
  24176.         disk 305.  Binary only.
  24177.         Author:  Joel Swank
  24178.  
  24179. SpellCheck    A program which aids you in learning foreign words.  You enter
  24180.         the words and their translations, and then the computer quizes
  24181.         you later.  Version 1.2, binary only.
  24182.         Author:  Torgeir Dings°yr, Pantheon Softworks.
  24183.  
  24184. ==========================  Contents of Disk 607  ==========================
  24185.  
  24186. This is disk 607 of the freely distributable AMIGA software library.
  24187. Below is a listing of the significant directories and their contents.
  24188.  
  24189.  
  24190. AnimFader    A small utility to fade screens in and out.  Useful for softly
  24191.         fading things like animations recorded on video tape.  This is
  24192.         version 1.0, binary only.
  24193.         Author:  Andreas Ackermann
  24194.  
  24195. DosControl    A new directory tool that combines the functionality of many
  24196.         separate tools, allowing you to control the operation of your
  24197.         Amiga with a single program.  Version 3.1, binary only.
  24198.         Author:  Uwe Brosch
  24199.  
  24200. FishCat        A program designed to allow searching the entire library.
  24201.         Features very fast searches and the built-in ability to
  24202.         easily add new disks to the database.  Supports many 2.0
  24203.         features such as AppWindow and public screens.  Iconifies.
  24204.         This is version 1.1.  Binary only.
  24205.         Author:  Matt Brown
  24206.  
  24207. ==========================  Contents of Disk 608  ==========================
  24208.  
  24209. This is disk 608 of the freely distributable AMIGA software library.
  24210. Below is a listing of the significant directories and their contents.
  24211.  
  24212.  
  24213. CloneCmdKeys    A commodity that maps the AmigaDOS 2.04 Shell's CUT and PASTE
  24214.         commands to any keys.  By default, CloneCommandKeys will make
  24215.         LEFT-amiga-c act as COPY, and LEFT-amiga-v will act as PASTE.
  24216.         Alternately, you can specify any key-mapping you like by using
  24217.         ToolTypes.  Requires AmigaDOS 2.04.  Version 1.0, includes
  24218.         source.
  24219.         Author:  John Lindwall
  24220.  
  24221. FastLife    A fast life program featuring an intuition interface, four
  24222.         screen sizes, 35 generations per second on Amiga 3000/25,
  24223.         19 generations per second on Amiga 2000/500/1000, and 153
  24224.         patterns in text file format.  Runs with Kickstart 1.3 and
  24225.         2.0.  This is version 1.1, an update to version 1.0 on disk
  24226.         469.  Changes include better Intuition interface, easy select-
  24227.         ion of calculation mode, speed control, task priority control,
  24228.         and tooltypes support.  Binary only.
  24229.         Author:  Ron Charlton
  24230.  
  24231. Vertex        A 3D object editor that differs from other 3D editors in many
  24232.         ways.  You can choose any view, including perspective, to sel-
  24233.         ect points and examine objects.  The view can be rotated, pos-
  24234.         itioned and scaled at will by either typed in values or using
  24235.         the mouse, which makes the editor fast and responsive.  This
  24236.         is version 1.28b, shareware, binary only.
  24237.         Author:  Alexander D. Deburie
  24238.  
  24239. ==========================  Contents of Disk 609  ==========================
  24240.  
  24241. This is disk 609 of the freely distributable AMIGA software library.
  24242. Below is a listing of the significant directories and their contents.
  24243.  
  24244.  
  24245. AutoPort    A software switch that makes it possible to use a trackball
  24246.         or mouse plugged into the first mouseport, together with
  24247.         another trackball or mouse in the second port, as if they
  24248.         were two input devices plugged into the same first port.
  24249.         Version 1.1, includes source.
  24250.                 Author:  Bernd (Koessi) Koesling
  24251.  
  24252. bBaseII        A simple database program using an intuition interface.
  24253.         Stores, sorts and searches for information.  Limited to
  24254.         9 fields in each record.  Features include fast sorting,
  24255.         search in any field, and best of all, it's really easy to
  24256.         use.  This is version 5.3, an update to version 5 on disk
  24257.         563.  Changes include improved print-outs, and now supports
  24258.         mailing labels.  Binary only.
  24259.         Author:  Robert Bromley
  24260.  
  24261. BootPic        BootPic allows you to install nearly any IFF picture that
  24262.         you like in place of the WorkBench hand that appears after
  24263.         a reset.  Version 1.2, an update to version 1.1 on disk
  24264.         532.  Binary only.
  24265.         Author:  Andreas Ackermann
  24266.  
  24267. CryptoKing    A game for those who like to solve Cryptograms, (those coded
  24268.         sentences that have to be decoded to be read).  Operate with
  24269.         keyboard or mouse.  Version 1.0, binary only, shareware.
  24270.         Author:  Robert Bromley
  24271.  
  24272. STScan        A utility program for using a Siemens ST 400 SCSI flatbed
  24273.         scanner with the Amiga.  Can be adapted to other scanners
  24274.         and serves as an example of scsi-direct access to scsi
  24275.         devices.  Version 2.0, an update to version 1.0 on disk 560.
  24276.         New features include image processing and vectorization
  24277.         functions that can be used without any scanner.  Includes
  24278.         source in C.
  24279.         Author:  Frank-Christian Kruegel
  24280. ==========================  Contents of Disk 610  ==========================
  24281.  
  24282. This is disk 610 of the freely distributable AMIGA software library.
  24283. Below is a listing of the significant directories and their contents.
  24284.  
  24285.  
  24286. ATCopy        A program to copy files from the Amiga side of a system
  24287.         equipped with a PC/AT bridgeboard, to the PC side, using
  24288.         wildcards.  Copies directly through the shared memory.
  24289.         Supports CLI and WorkBench usage.  This is an an update to
  24290.         version 2.2 on disk 458.  Now includes an AREXX port.  Share-
  24291.         ware, binary only.
  24292.         Author:  Peter Vorwerk
  24293.  
  24294. Graffiti    Demo version of an art program, with a feature set somewhat
  24295.         less than DPaint but more than many other such programs.
  24296.         Has a few special functions included like autoscrolling,
  24297.         converting screens to other resolutions, changing RGB
  24298.         values of the whole screen, fast autoscrolling magnifier
  24299.         and many others.  This is version 1.5, an update to version
  24300.         1.01 on disk 531.  Shareware demo, binary only.
  24301.         Author:  Marcus Schiesser
  24302.  
  24303. PCExecute    A little program that allows you to execute programs on a
  24304.         bridge-board without opening a PC window.  Includes source.
  24305.         Author:  Peter Vorwerk
  24306.  
  24307. ==========================  Contents of Disk 611  ==========================
  24308.  
  24309. This is disk 611 of the freely distributable AMIGA software library.
  24310. Below is a listing of the significant directories and their contents.
  24311.  
  24312.  
  24313. AntiCicloVir    A link virus detector that detects ten different such viruses.
  24314.         Version 1.1, binary only.
  24315.         Author:  Matthias Gutt
  24316.  
  24317. TeX        A complete source and binary distribution of TeX version 3.1
  24318.         and MetaFont version 2.7 for 68020/030 with FPU.  Because of
  24319.         it's size, it's distributed on six disks (611-616) in archived
  24320.         form.  Does not include any pk-fonts, previewer, or device
  24321.         drivers.
  24322.         Author:  Donald Knuth et. al.  Amiga port by Edmund Mergl
  24323.  
  24324. WildStar    Toggles the RNF_WildStar bit in the DOS library root node,
  24325.         which allows AmigaDOS to use the "*" character as a true
  24326.         wildcard which is mostly plug compatible with "#?".  Version
  24327.         1.2, includes source in assembly.
  24328.         Author:  Ken Simpson
  24329.  
  24330. ==========================  Contents of Disk 612  ==========================
  24331.  
  24332. This is disk 612 of the freely distributable AMIGA software library.
  24333. Below is a listing of the significant directories and their contents.
  24334.  
  24335.  
  24336. TeX        A complete source and binary distribution of TeX version 3.1
  24337.         and MetaFont version 2.7 for 68020/030 with FPU.  Because of
  24338.         it's size, it's distributed on six disks (611-616) in archived
  24339.         form.  Does not include any pk-fonts, previewer, or device
  24340.         drivers.
  24341.         Author:  Donald Knuth et. al.  Amiga port by Edmund Mergl
  24342.  
  24343. ==========================  Contents of Disk 613  ==========================
  24344.  
  24345. This is disk 613 of the freely distributable AMIGA software library.
  24346. Below is a listing of the significant directories and their contents.
  24347.  
  24348.  
  24349. TeX        A complete source and binary distribution of TeX version 3.1
  24350.         and MetaFont version 2.7 for 68020/030 with FPU.  Because of
  24351.         it's size, it's distributed on six disks (611-616) in archived
  24352.         form.  Does not include any pk-fonts, previewer, or device
  24353.         drivers.
  24354.         Author:  Donald Knuth et. al.  Amiga port by Edmund Mergl
  24355.  
  24356. ==========================  Contents of Disk 614  ==========================
  24357.  
  24358. This is disk 614 of the freely distributable AMIGA software library.
  24359. Below is a listing of the significant directories and their contents.
  24360.  
  24361.  
  24362. TeX        A complete source and binary distribution of TeX version 3.1
  24363.         and MetaFont version 2.7 for 68020/030 with FPU.  Because of
  24364.         it's size, it's distributed on six disks (611-616) in archived
  24365.         form.  Does not include any pk-fonts, previewer, or device
  24366.         drivers.
  24367.         Author:  Donald Knuth et. al.  Amiga port by Edmund Mergl
  24368.  
  24369. ==========================  Contents of Disk 615  ==========================
  24370.  
  24371. This is disk 615 of the freely distributable AMIGA software library.
  24372. Below is a listing of the significant directories and their contents.
  24373.  
  24374.  
  24375. TeX        A complete source and binary distribution of TeX version 3.1
  24376.         and MetaFont version 2.7 for 68020/030 with FPU.  Because of
  24377.         it's size, it's distributed on six disks (611-616) in archived
  24378.         form.  Does not include any pk-fonts, previewer, or device
  24379.         drivers.
  24380.         Author:  Donald Knuth et. al.  Amiga port by Edmund Mergl
  24381.  
  24382. ==========================  Contents of Disk 616  ==========================
  24383.  
  24384. This is disk 616 of the freely distributable AMIGA software library.
  24385. Below is a listing of the significant directories and their contents.
  24386.  
  24387.  
  24388. TeX        A complete source and binary distribution of TeX version 3.1
  24389.         and MetaFont version 2.7 for 68020/030 with FPU.  Because of
  24390.         it's size, it's distributed on six disks (611-616) in archived
  24391.         form.  Does not include any pk-fonts, previewer, or device
  24392.         drivers.
  24393.         Author:  Donald Knuth et. al.  Amiga port by Edmund Mergl
  24394.  
  24395. ==========================  Contents of Disk 617  ==========================
  24396.  
  24397. This is disk 617 of the freely distributable AMIGA software library.
  24398. Below is a listing of the significant directories and their contents.
  24399.  
  24400.  
  24401. AutoCLI        A 'PopCLI' type replacement that works with WorkBench 2.0
  24402.         and fully compatible with A3000 & accelerator boards.  Always
  24403.         retains the default path and stack, and current directory.
  24404.         Can automatically open CLI/SHELL windows to 1 pixel less than
  24405.         the current screen size on opening.  New functions include
  24406.         spline patterning on blanking, toggle freeze mouse, more
  24407.         function keys, mouse activated screen shuffle, close gadgets
  24408.         on Shell windows, and more as many users have requested.
  24409.         This is version 2.17, an update to version 2.12 on disk
  24410.         571.  Binary only.
  24411.         Author:  Nic Wilson
  24412.  
  24413. Beach        A great new animation from Eric Schwartz.  In "A Day at the
  24414.         Beach", Flip the Frog and Clarisse the Cat head out for a day
  24415.         at the beach where they run into MoonDoggie.  Needs 3Mb or
  24416.         more of memory.  This is part 1 of 2.  Part 2 is on disk 618.
  24417.         Author:  Eric Schwartz
  24418.  
  24419. Revenge        A fast-action game with  horizontal scrolling in which you 
  24420.         control a laser-spitting Camel while destroying hordes of
  24421.         weird enemies who are after your hump.  Collect bonuses on
  24422.         the way to obtain more devastating weaponry.  In 2-Player &
  24423.         CPU-Assist modes, an Ancipital-creature joins the Camel to
  24424.         make a team.  Stereo phased samples, 42 levels in several
  24425.         zones.  512K-NTSC version.  1MEG and/or PAL versions avail-
  24426.         able upon registration.  Shareware, binary only.
  24427.         Author:  YaK, Llamasoft UK
  24428.  
  24429. ==========================  Contents of Disk 618  ==========================
  24430.  
  24431. This is disk 618 of the freely distributable AMIGA software library.
  24432. Below is a listing of the significant directories and their contents.
  24433.  
  24434.  
  24435. Beach        A great new animation from Eric Schwartz.  In "A Day at the
  24436.         Beach", Flip the Frog and Clarisse the Cat head out for a day
  24437.         at the beach where they run into MoonDoggie.  Needs 3Mb or
  24438.         more of memory.  This is part 2 of 2.  Part 1 is on disk 617.
  24439.         Author:  Eric Schwartz
  24440.  
  24441. Contact        A memory resident "pop-up" program for maintaining a list of
  24442.         names, addresses and phone numbers, or other flat file data-
  24443.         base applications.  Can print labels in up to four columns, to
  24444.         PostScript printers, or any preferences supported printer. Up
  24445.         to two phone numbers can be stored with each entry, and dialed
  24446.         automatically using pulse or tone dialing.  Unique sorting
  24447.         feature allows the user to specify the sort key of each
  24448.         record.  Addresses can be imported and exported via the clip-
  24449.         board, or output using the unique 'type' feature.  Notes can
  24450.         also be associated with each entry, using your favorite
  24451.         editor.  Has full ARexx support.  Version 2.0, binary only.
  24452.         Author:  Craig Fisher, CMF Software
  24453.  
  24454. VCLI        Voice Command Line Interface (VCLI) is an Amiga voice recog-
  24455.         nition program that learns and recognizes 48 spoken voice
  24456.         commands.  Each voice command is associated with an Amiga CLI
  24457.         command that is executed when an incoming voice command is
  24458.         recognized.  VCLI allows the execution of any Amiga CLI com-
  24459.         mand by voice.  Requires the Perfect Sound 3 or Sound Master
  24460.         audio digitizer.  This is Version 4.0, an update to version
  24461.         2.0 on disk 542.  Binary only.
  24462.         Author:  Richard Horne
  24463.  
  24464. VoiceDemo    Illustrates the programming techniques required to use the
  24465.         voice.library to teach your Amiga to learn and recognize
  24466.         spoken voice commands.  A simple program that will teach
  24467.         your Amiga to recognize and repeat back to you the spoken
  24468.         words "Peter ... Piper ... Picked ... A Peck Of ... Pickled
  24469.         Peppers."  Include example source.
  24470.         Author:  Richard Horne
  24471.  
  24472. ==========================  Contents of Disk 619  ==========================
  24473.  
  24474. This is disk 619 of the freely distributable AMIGA software library.
  24475. Below is a listing of the significant directories and their contents.
  24476.  
  24477.  
  24478. AFaxDemo    Demonstration version of the AmigaFax software package.
  24479.         Send and receive faxes with your Amiga 500/1/2/3000.
  24480.         Features background fax operation, share one phone line
  24481.         for fax and data (eg UUCP/BBS/FAX), fax spooling,
  24482.         aliases/mailing lists.  Converts between fax and text,
  24483.         IFF ILBM, TeX .dvi files and command files, operates
  24484.         from shell or WorkBench.  Requires compatible FaxModem.
  24485.         Demo version limited to single page transmit/receive.
  24486.         Version 1.20.
  24487.         Author:  David Varley, C-Born Software Systems
  24488.  
  24489. AmiGazer    Compute a view of the night sky, using a data base of 1573
  24490.         stars, for any date, time of day, and latitude.  Click on
  24491.         stars for info about them.  This is version 3.0, an update
  24492.         to the version on disk 90.  Now compatible with WB 2.0.
  24493.         Binary only.
  24494.         Author:  Richard Horne
  24495.  
  24496. IFF        A program to display single or multiple IFF files from Work-
  24497.         bench or CLI.  It has been written in 100% assembler to be as
  24498.         small and fast as possible.  Version 1.6, binary only.
  24499.         Author:  Nic Wilson
  24500.  
  24501. Set040        A program to remap Kickstart V2.04 or greater from ROM into
  24502.         32 Bit Ram on an Amiga equipped with a 68040 CPU, using the
  24503.         MMU, with optional parameters for greater compatibility
  24504.         between various 68040 boards and optional patch to stop
  24505.         drives from clicking.  It can also load a different Kickstart
  24506.         than the one currently in ROM, manipulate both caches, and
  24507.         display information regarding some 68040 registers and modes.
  24508.         Version 1.12, includes source code in assembly.             
  24509.         Author:  Nic Wilson
  24510.  
  24511. SysInfo        A program which reports interesting information about the
  24512.         configuration of your machine, including some speed compar-
  24513.         isons with other configurations, versions of the OS software,
  24514.         etc.  This program has been very popular with many users and
  24515.         has been fully updated to include many new functions.
  24516.         This is version 2.60, an update to version 2.56 on disk 583.
  24517.         Binary only.
  24518.         Author:  Nic Wilson
  24519. ==========================  Contents of Disk 620  ==========================
  24520.  
  24521. This is disk 620 of the freely distributable AMIGA software library.
  24522. Below is a listing of the significant directories and their contents.
  24523.  
  24524.  
  24525. Graffiti    Demo version of an art program, with a feature set somewhat
  24526.         less than DPaint but more than many other such programs.
  24527.         Has a few special functions included like autoscrolling,
  24528.         converting screens to other resolutions, changing RGB
  24529.         values of the whole screen, fast autoscrolling magnifier
  24530.         and many others.  This is version 1.6e, an update to version
  24531.         1.5 on disk 610.  Shareware demo, binary only.
  24532.         Author:  Marcus Schiesser
  24533.  
  24534. TKEd        TKEd is a very comfortable Intuition-based ASCII editor.  It
  24535.         can read texts packed with PowerPacker, has user-definable
  24536.         menus, a comfortable  AREXX-interface with 79 commands, an
  24537.         interface to some errortools for programmers, and macros.
  24538.         TKEd is reentrant and can be made resident.  Version 1.00a,
  24539.         binary only.
  24540.         Author:  Tom Kroener
  24541.  
  24542. TrackDOS    A program that allows easy transfer of data between DOS,
  24543.         memory and trackdisk.device.  DOS means the data contained
  24544.         within a file, memory means the data contained anywhere
  24545.         within the memory map and trackdisk.device means data
  24546.         stored on a disk not accessable with DOS (eg. bootblocks
  24547.         special loader disks etc.).  The transfer of data between
  24548.         these three areas is not normally easy or convenient.
  24549.         TrackDos was written to overcome this.  This is version
  24550.         1.11, an update to version 1.08 on disk 502.  Binary only.
  24551.         Author:  Nic Wilson
  24552.  
  24553. ==========================  Contents of Disk 621  ==========================
  24554.  
  24555. This is disk 621 of the freely distributable AMIGA software library.
  24556. Below is a listing of the significant directories and their contents.
  24557.  
  24558. IE        An icon editor which can create and modify icons up to 640x200
  24559.         pixels in size, up to 16 colors, edit all non-graphical icon
  24560.         parameters including up to 40 tooltypes, generate C source
  24561.         code for icon and image programming, import/export IFF images,
  24562.         recolor icons for DOS2.0, write text into icon in any font and
  24563.         style, and much more.  Demo version of IE 3.0, a major update
  24564.         to version 2.0 on disk number 377.  Requires 1 Meg.  Source
  24565.         available from Author.
  24566.         Author:  Peter Kiem
  24567.  
  24568. MultiPlayer    Music player program which plays Soundtracker/Noisetracker
  24569.         modules, MED modules, and over 15 other types.  It contains
  24570.         a simple control panel, and allows creating "programs" to
  24571.         play a list of modules in sequence or in random order.  Works
  24572.         well with 1.3 and 2.0.  Supports Workbench 2.0's "AppWindow"
  24573.         feature - just drop modules into the MultiPlayer window to
  24574.         play them.  Plays modules at the correct speed regardless of
  24575.         video mode (NTSC or PAL).  ARexx port and program load/save
  24576.         available in registered version.  Version 1.17, shareware,
  24577.         update to version 1.11a on disk 573.  Binary only.
  24578.         Author:  Bryan Ford
  24579.  
  24580. NComm        A communications program based on Comm version 1.34, by DJ
  24581.         James, with lots of very nice enhancements.  Works on any
  24582.         Amiga with 512K RAM or more, ANSI/vt100 terminal emulation
  24583.         with 8 color text, PAL NTSC and overscan support, full support
  24584.         for all European languages, baud rates up to 115200 baud,
  24585.         support for lots of file transfer protocols including XPR
  24586.         library protocols, script language, scrollback buffer, hot
  24587.         keys, an ARexx interface, macros, clipboard support, and more.
  24588.         This is version 2.0, an update to version 1.9 on disk 356.
  24589.         Shareware, binary only.
  24590.         Author:  DJ James, Daniel Bloch, Torkel Lodberg, et al.
  24591.  
  24592. ==========================  Contents of Disk 622  ==========================
  24593.  
  24594. This is disk 622 of the freely distributable AMIGA software library.
  24595. Below is a listing of the significant directories and their contents.
  24596.  
  24597.  
  24598. Challenger    A freely distributable quiz program with 500 questions in this
  24599.         version.  English and German version included.  Version 1.0,
  24600.         binary only.
  24601.         Author:  Udo Haisch
  24602.  
  24603. Uedit        A nice shareware editor with learn mode, a command language,
  24604.         menu customization, hypertext, online help, a teach mode,
  24605.         split windows, copy and paste, undo, features.  This is
  24606.         version 3.0a, an update to version 2.6h on disk 539.  Binary
  24607.         only.
  24608.         Author:  Rick Stiles
  24609.  
  24610. ==========================  Contents of Disk 623  ==========================
  24611.  
  24612. This is disk 623 of the freely distributable AMIGA software library.
  24613. Below is a listing of the significant directories and their contents.
  24614.  
  24615.  
  24616. AIB        A gadtools driven Amiga interface builder for constructing
  24617.         windows, menus, and gadtools.  It is incomplete, and was 
  24618.         submitted to serve as more AmigaDOS 2.0 example code.
  24619.         Includes C source.
  24620.         Author:  Doug Dyer
  24621.  
  24622. MakeIcon    A command line utility for creating quick icons for programs
  24623.         that don't have icons.  (Not related to MakeIcon on disk 255).
  24624.         Version 1.1, includes source.
  24625.         Author:  Daniel Kocsis
  24626.  
  24627. PPLib        A shared library to make life easy for people who wish to
  24628.         write programs that support PowerPacker.  Loading crunched
  24629.         files from C or assembly is made fast, short and easy.
  24630.         This is release 1.4, an update to the version on disk 575.
  24631.         Includes source.
  24632.         Author:  Nico Francois
  24633.  
  24634. RemapInfo    An icon color remapping tool that swaps the colors black and
  24635.         white.  The program runs on 1.3, but when run on 2.0 it
  24636.         supports the AppIcon feature.  It allows you to drag all icons
  24637.         you wish to remap on RemapInfo's AppIcon to recolor them.
  24638.         Version 1.1, an update to version 1.0 on disk 542.  Binary
  24639.         only.
  24640.         Author:  Nico Francois
  24641.  
  24642. ReqTools    A standard Amiga shared runtime library which makes it a
  24643.         lot quicker and easier to build standard requesters into
  24644.         your programs.  Designed with CBM's style guidelines in
  24645.         mind, so that the resulting requesters have the look and
  24646.         feel of AmigaDOS 2.0.  Version 1.0d, an update to version
  24647.         1.0b on disk 575.  Includes source.
  24648.         Author:  Nico Francois
  24649.  
  24650. WindowTiler    A WB2.0 commodity that arranges workbench windows in many 
  24651.         ways (tiling, cascading, etc).  Now has a REFUSE tooltype, 
  24652.         double click title bar to explode windows, etc.  This is 
  24653.         version 1.2.1, an update to 1.1 on disk 593.  Binary only.
  24654.         Author:  Doug Dyer
  24655.  
  24656. ==========================  Contents of Disk 624  ==========================
  24657.  
  24658. This is disk 624 of the freely distributable AMIGA software library.
  24659. Below is a listing of the significant directories and their contents.
  24660.  
  24661.  
  24662. Csh        Replacement for the Amiga shell, similar to UN*X csh.  Main
  24663.         features include over 100 built in commands, 70 functions,
  24664.         new system variables, file name completion, freely
  24665.         programmable command line editing, file classes, auto cd,
  24666.         lazy cd, intuition menus for the shell window, automatic
  24667.         RX-ing, local variables, $( ), statement blocks, high speed,
  24668.         plus much more.  This is version 5.19, an update to version
  24669.         5.15 on disk 512.  Includes source.
  24670.         Author:  U. Dominik Mueller, C. Borreo, S. Drew, M. Dillon
  24671.  
  24672. MachIV        A macro/hotkey program that also includes features of sun
  24673.         mouse, clicktofront, popcli, clipboard viewer, title bar
  24674.         clock, and much more.  Each program or window may have its
  24675.         own hotkeys and other settings.  Requires 2.x.  This is
  24676.         version 4.0, an update to 3.1 on disk 471.  Binary only.
  24677.         Author:  Brian Moats
  24678.  
  24679. PCMenu        Control your pulldown menus from the keyboard using the
  24680.         arrow keys or "first letter matching".  Multiple selections
  24681.         made with Shift-Return.  Remembers and returns to previous
  24682.         menu items.  Completely configurable.  This is version 1.5.
  24683.         Binary only.
  24684.         Author:  Brian Moats
  24685.  
  24686. ==========================  Contents of Disk 625  ==========================
  24687.  
  24688. This is disk 625 of the freely distributable AMIGA software library.
  24689. Below is a listing of the significant directories and their contents.
  24690.  
  24691. CanonLBP    Canon laser printer driver package, containing WB driver,
  24692.         extra preferences program for additional options (landscape,
  24693.         copies, margins, timeout, etc), PageStream drivers, FontShop
  24694.         program, automatic font download, free definable papersizes,
  24695.         and full support for Workbench 2.0/2.1.  Version 1.01, fully
  24696.         functional demonstration version, binary only.
  24697.         Author:  Wolf Faust
  24698.  
  24699. Pattern        A shared library which matches AmigaDOS patterns with strings
  24700.         and converts strings into uppercase or lowercase, including
  24701.         umlauts.  The library works with Kickstart V1.2 and higher and
  24702.         the pattern matching routines are compatible with ARP and
  24703.         AmigaDOS 2.0 pattern matching.  An ARexx function library is
  24704.         also available.  One of the external programs included in this
  24705.         package is pgrep version 0.4, a small grep command, that finds
  24706.         a string or an AmigaDOS pattern in one or several files, or in
  24707.         stdin (default).  Version 5.0, freeware, binary only.
  24708.         Author:  Angela Schmidt
  24709.  
  24710. SysInfo        A program which reports interesting information about the
  24711.         configuration of your machine, including some speed compar-
  24712.         isons with other configurations, versions of the OS software,
  24713.         etc.  This program has been very popular with many users and
  24714.         has been fully updated to include many new functions.
  24715.         This is version 2.62, an update to version 2.60 on disk 619.
  24716.         Binary only.
  24717.         Author:  Nic Wilson
  24718.  
  24719. TurboDEX    A compiler for the DEX language.  DEX is a language similar
  24720.         in structure to Modula2 and C, but different and simpler in
  24721.         concept.  Features include compact and fast executables, clear
  24722.         program structure, integration of Exec/Dos/Gfx/Intuition
  24723.         library calls in the compiler, inline assembly, register
  24724.         variables, commented assembly source output, easy to manage
  24725.         development system, and more.  Version 1.1, DonationWare.
  24726.         Author:  Wouter van oortmerssen
  24727.  
  24728. ==========================  Contents of Disk 626  ==========================
  24729.  
  24730. This is disk 626 of the freely distributable AMIGA software library.
  24731. Below is a listing of the significant directories and their contents.
  24732.  
  24733.  
  24734. IInfo        A replacement for the DOS 'Info' command, written in assembly.
  24735.         This program has a similar output format and takes the same
  24736.         parameters.  It has the added advantage of including maximum
  24737.         filesize in bytes that will fit on a disk.  Coded in optimized
  24738.         assembly language, it is smaller than the original DOS command.
  24739.         Version 1.00, binary only.
  24740.         Author:  Nic Wilson
  24741.  
  24742. LoranNotebook    A database for storing, searching and printing loran numbers.
  24743.         Store Lats/Lons, TDs, Waypoints, Depths, State, County,
  24744.         Comments, and Quick Comments.  Search by any catagory, and
  24745.         numbers can be searched with a margin of error.  Printouts as
  24746.         text only or as a graphic.  Select sites on the plot screen
  24747.         by lassoing them.  Version 2.0 includes a lon/lat scale on
  24748.         the plot screen, better zooming, and accurate land areas via
  24749.         the World Database II (included) and/or user drawn.  You can
  24750.         now show and edit land on your plots by drawing it in or by
  24751.         making a list of lat/lon points.  A small sample database is
  24752.         included.  Version 2.0, binary only.
  24753.         Author:  Allen Maroney
  24754.  
  24755. MMU        Text file describing the structure of the A3000 MMU translation
  24756.         table and a simple assembler program to read MMU registers.
  24757.         Author:  Laurence VanhelsuwΘ
  24758.  
  24759. QCD        QuickCD is a program written in assembly to quickly change
  24760.         directories in the current CLI/SHELL with the mouse and a file
  24761.         requester.  Ten often used directories can be saved to a
  24762.         config file and quickly selected.  Any unused entries are
  24763.         used to temporarily store the directories you have recently
  24764.         visited, and any of these can be easily and quickly selected
  24765.         or saved with the mouse or a function key.  Requires AmigaDOS
  24766.         V2.0x. Version 1.03, binary only.
  24767.         Author:  Nic Wilson
  24768.  
  24769. SiliconSec    A bowling league statistics generator.  Teams are ranked by
  24770.         win/loss record & total pins.  Tracks team and individual
  24771.         statistics.  Absent and 'blind' bowlers, floating and team
  24772.         subs easily entered.  ABC/WIBC award lists, recap forms,
  24773.         simple newsletter article and other options can be generated
  24774.         each week, if you want them.  A address list, phone list,
  24775.         mailing labels and end-of-season report meeting ABC/WIBC
  24776.         requirements may be generated any time.   Online help with
  24777.         search may be edited by the user.  Runs from the Workbench or
  24778.         CLI.  One meg required.  Version 1.51, binary only.
  24779.         Author:  Allen Maroney
  24780.  
  24781. Stuffer        MIDI Utility to construct and transmit any type of MIDI
  24782.         message.  Message building can be done via mouse or keyboard
  24783.         in hex, decimal or mnemonic form.  Supports standard MIDI
  24784.         files and Roland SYSEX checksumming.  Version 0.9b, binary
  24785.         only.
  24786.         Author:  Laurence VanhelsuwΘ
  24787.  
  24788. WaveMaker    Realtime waveform generator using Intuition slider gadgets.
  24789.         Allows sounds to be created with a maximum of 8 harmonics.
  24790.         Version 0.9, binary only.
  24791.         Author:  Laurence VanhelsuwΘ
  24792.  
  24793. ==========================  Contents of Disk 627  ==========================
  24794.  
  24795. This is disk 627 of the freely distributable AMIGA software library.
  24796. Below is a listing of the significant directories and their contents.
  24797.  
  24798.  
  24799. ADoc            A freely redistributable help utility for the Amiga.  Allows
  24800.         you to have permanent help on any subject you want.  Features
  24801.         include automatic searching of the word on which you clicked,
  24802.         English and French help files on all Intuition and Dos func-
  24803.         tion calls, an intelligent term request, ability to use ori-
  24804.         ginal Commodore AutoDocs files, an AREXX port, and more.  This
  24805.         is version 7.04, an update from version 3.10 on disk 402.
  24806.         Binary only.
  24807.         Author:  Denis GOUNELLE
  24808.  
  24809. Concentration    A game in which the player must match pairs of words to win.
  24810.         Takes two players to play and can be played against either
  24811.         another person or against the computer.  Version 3.3, binary
  24812.         only, source available from authors.
  24813.         Author:  Alan and Heather Keith
  24814.  
  24815. FreePaint    A freely redistributable painting program, much like the
  24816.         popular DPaint program.  Version 37, an update to version 35z
  24817.         on disk 548.  Binary only.
  24818.         Author:  Stefan G. Boldorf and Bj÷rn-Eric Trost
  24819.  
  24820. ==========================  Contents of Disk 628  ==========================
  24821.  
  24822. This is disk 628 of the freely distributable AMIGA software library.
  24823. Below is a listing of the significant directories and their contents.
  24824.  
  24825.  
  24826. APrf            A freely redistributable printing utility for the Amiga.
  24827.         Features include a full Intuition interface, preview function,
  24828.         page selection, margins setup, line numbering, an AREXX port,
  24829.         a multi-columns mode, and more.  Includes both French and
  24830.         English versions.  This is version 5.00, an update to version
  24831.         2.62 on disk 402.  Binary only.
  24832.         Author:  Denis GOUNELLE
  24833.  
  24834. Lothian        Legend of Lothian is an adventure game in the vein of the
  24835.         Ultima game series.  It was originally featured in the Sep 91
  24836.         issue of the Jumpdisk Amiga disk magazine.  You play the role
  24837.         of a humble shepherd who is summoned to a perilous task when
  24838.         your country's king is bewitched.  You must set out in a 
  24839.         dangerous land to find the clues that will enable you to
  24840.         revive your king and save your land.  Includes colorful
  24841.         graphics, hordes of monsters to combat, helpful citizens to
  24842.         converse with, and puzzles to solve.  Version 1.02, binary
  24843.         only.
  24844.         Author:  David Meny
  24845.  
  24846. Set040        A program to remap Kickstart V2.04 or greater from ROM into
  24847.         32 Bit Ram on an Amiga equipped with a 68040 CPU, using the
  24848.         MMU, with optional parameters for greater compatibility
  24849.         between various 68040 boards and optional patch to stop
  24850.         drives from clicking.  It can also load a different Kickstart
  24851.         than the one currently in ROM, manipulate both caches, and
  24852.         display information regarding some 68040 registers and modes.
  24853.         Version 1.14, an update to version 1.12 on disk 619.  Includes
  24854.         source code in assembly.             
  24855.         Author:  Nic Wilson
  24856.  
  24857. ==========================  Contents of Disk 629  ==========================
  24858.  
  24859. This is disk 629 of the freely distributable AMIGA software library.
  24860. Below is a listing of the significant directories and their contents.
  24861.  
  24862.  
  24863. APIG        ARexx Programmers Intuition Graphics library is an ARexx
  24864.         external function library similar to RexxArpLib.  APIG.LIBRARY
  24865.         provides the ARexx programmer with access to most of the
  24866.         resident Graphic, Intuition, and Layer library functions.
  24867.         Allows you to create custom screens/windows, gadgets, reques-
  24868.         ters, intuitext, borders, etc.  This is version 3.1, an update
  24869.         to version 1.1 on disk 559.  Binary only.
  24870.         Author:  Ronnie E. Kelly
  24871.  
  24872. RexxRMF        ARexx Record Management Functions library is an ARexx external
  24873.         function library which provides keyed file access using AVL
  24874.         trees.  With this library one can index data files for fast
  24875.         search/retrieval of data records.  The record management
  24876.         functions allow for variable length keys, variable length
  24877.         records, variable number of fields per record, multiple
  24878.         indices on a single file, duplicate or unique keys, passing of
  24879.         record data directly to/from ARexx variables, etc.  This is
  24880.         version 1.8, an update to version 0.5 on disk 559.  Binary
  24881.         only.
  24882.         Author:  Ronnie E. Kelly
  24883.  
  24884. Rocky        Another Boulderdash clone.  This one multi-tasks and accepts
  24885.         keyboard or joystick inputs.  Loads of game levels.  This is
  24886.         version 1.0.  Includes source in assembly.
  24887.         Author:  Laurence VanhelsuwΘ
  24888.  
  24889. SrcAnalyzer    Filter/Statistics program which analyzes standard 68000
  24890.         assembly source code and produces mnemonics statistics while
  24891.         also filtering out all unrecognized lines.  Output files can
  24892.         be fed directly to a small barchart display program "chart"
  24893.         (included).  Source to "chart", SrcAnalyzer binary only.
  24894.         Author:  Laurence VanhelsuwΘ
  24895. ==========================  Contents of Disk 630  ==========================
  24896.  
  24897. This is disk 630 of the freely distributable AMIGA software library.
  24898. Below is a listing of the significant directories and their contents.
  24899.  
  24900.  
  24901. BICS        Boot Intro Construction Set is a tool to create a small intro
  24902.         on the bootblock which will appear if you insert the disk for
  24903.         booting.  This is version 1.10, a fully rewritten update to
  24904.         BootIntro on disks 244 and 245.  Binary only.
  24905.         Author:  Roger Fischlin
  24906.  
  24907. Fenster        A program which can operate on requesters, screens, and win-
  24908.         dows owned by another program, to close them, change their
  24909.         size, refresh gadgets, move the window to the background, etc.
  24910.         This is version 3.2, an update to version 2.2 on disk 362.
  24911.         Includes source in assembly.
  24912.         Author:  Roger Fischlin
  24913.  
  24914. MakeIcons    Utility that uses selected icons as templates to create new
  24915.         icons for files that don't have them.  It can also revise
  24916.         existing icons, giving them new images, tooltypes, or
  24917.         positions.  It will operate on all icons in a disk or drawer
  24918.         (the user decides whether it will operate recursively or
  24919.         not) or the user can identify specific icons for revision.
  24920.         Unlike the pseudo icons shown by Workbench 2.0, MakeIcons
  24921.         creates real icons, complete with tooltypes, stack size, and
  24922.         so forth.  Version 1.0, shareware, binary only.
  24923.         Author:  Fabbian G. Dufoe, III
  24924.  
  24925. TrueEd        A shareware editor.  Version 3.40, binary only.
  24926.         Author:  Jurgen Klein
  24927.  
  24928. ==========================  Contents of Disk 631  ==========================
  24929.  
  24930. This is disk 631 of the freely distributable AMIGA software library.
  24931. Below is a listing of the significant directories and their contents.
  24932.  
  24933.  
  24934. AHDM        Amiga Hard Disk Menu.  When placed in your startup sequence,
  24935.         AHDM offers a sixteen page menu, each page having up to ten
  24936.         possible actions.  By double clicking on an action, that
  24937.         action will execute any legal AmigaDOS command, program,
  24938.         or script file.  This allows you to interactively select
  24939.         which programs you wish to start or packages to install
  24940.         at boot time.  Version 3.00a, an update to version 1.1a
  24941.         on disk 319.  Binary only, demo version that supports 5
  24942.         pages of 5 actions.
  24943.         Author:  Scott Meek
  24944.  
  24945. Amigadex    A disk based "address book".  It is intended to be used as a
  24946.         personal data base for the names, addresses, and phone numbers
  24947.         of all your friends and business associates.  May be used to
  24948.         maintain a small mailing list.  Includes a flexible print
  24949.         utility and import function.  Version 1.61, shareware, binary
  24950.         only.
  24951.         Author:  Ray Lambert
  24952.  
  24953. KeyBang        A program to entertain a very young person while simultaneous-
  24954.         ly protecting your Amiga from the consequences of such enter-
  24955.         tainment.  Keybang draws shapes and plays sounds in response
  24956.         to playing with the keyboard and mouse.  The sounds are IFF
  24957.         8SVX samples which you can supply, or use the ones provided.
  24958.         This is version 1.0, shareware.  Includes source.
  24959.         Author:  Mike Stark
  24960.  
  24961. Offender    Demo version of a fast shoot'em up game based on Williams'
  24962.         Defender game.  Runs at 50/60 frames per second.  Includes
  24963.         PAL and NTSC versions.  Kickstart 2.04 compatible.  Requires
  24964.         68020 CPU and 68881 FPU or better.  Version 1.01, shareware,
  24965.         binary only.  Full version and/or source code available with
  24966.         shareware payment.
  24967.                 Author:  Fred Bayer
  24968.  
  24969. ==========================  Contents of Disk 632  ==========================
  24970.  
  24971. This is disk 632 of the freely distributable AMIGA software library.
  24972. Below is a listing of the significant directories and their contents.
  24973.  
  24974.  
  24975. Attacks        A two player strategy game played on a seven by seven grid,
  24976.         modeled after the arcade game called Ataxx.  The moves and
  24977.         rules are very simple, but the strategy is complex.  Includes
  24978.         source in Modula-2.
  24979.         Author:  Scott Biggs
  24980.  
  24981. Copper        An action game similar to Arkanoid.  The objective of the game
  24982.         is to destroy all the bricks on the screen with the ball.
  24983.         Some bricks may take only 1 hit to destroy, or as many as 8.
  24984.         Shareware, binary only.
  24985.         Author:  Hai Truong
  24986.  
  24987. MrED        An ANSI graphics editor that allows loading and editing of
  24988.         ANSI color files, commonly used in BBS programs.  Features
  24989.         block moves, a line drawing mode, colorize functions, full
  24990.         ANSI sequence support, and more.  Version 1.20, binary only.
  24991.         Author:  Robert V. Fahey
  24992.  
  24993. PrintFiles    A freely redistributable print utility to replace the standard
  24994.         workbench Printfiles command.  Supports Arexx, application
  24995.         icon, and setting up a print list with unlimited number of
  24996.         entries.  Requires OS 2.04.  Includes two versions, V0.9e in
  24997.         English and V0.9d in German.  Includes source.
  24998.         Author:  Karlheinz Klingbeil
  24999.  
  25000. ==========================  Contents of Disk 633  ==========================
  25001.  
  25002. This is disk 633 of the freely distributable AMIGA software library.
  25003. Below is a listing of the significant directories and their contents.
  25004.  
  25005.  
  25006. GALer        GALs (Generic Array Logic) are programmable logic devices.
  25007.         "GALer" is the software and the hardware which is necessary
  25008.         to program your own GALs.  The supported GAL-types are
  25009.         GAL16V8 and GAL20V8.  The circuit diagram for the GAL device
  25010.         programmer is available from  the author.  Version 1.3,
  25011.         shareware, includes source, German version only.
  25012.         Author:  Christian Habermann
  25013.  
  25014. PlansDemo    Demo version of a drawing program with user definable fonts,
  25015.         over 32000 named lockable layers, definable screen resolution,
  25016.         hierarchial parts and grouping, importing of HPGL plot files,
  25017.         multiple simultaneously loaded drawings, many print options,
  25018.         fully programmable plotter support, 38 mouse drawing modes,
  25019.         over 22 numeric object creation modes, 53 editing modes,
  25020.         rulers, crosshairs, grid, bezier curves, and more.  This is
  25021.         version 2.1, binary only.
  25022.         Author:  Gary Hale
  25023.  
  25024. SoftLock    A program to help prevent unauthorized access of your bootable
  25025.         hard drive by requiring a password each time you reboot.  Has
  25026.         been tested under both AmigaDOS 1.3 and 2.04.  This is version
  25027.         1.0.1, shareware, binary only.
  25028.         Author:  Allan Baer
  25029.  
  25030. ==========================  Contents of Disk 634  ==========================
  25031.  
  25032. This is disk 634 of the freely distributable AMIGA software library.
  25033. Below is a listing of the significant directories and their contents.
  25034.  
  25035.  
  25036. APIG        ARexx Programmers Intuition Graphics library is an ARexx
  25037.         external function library similar to RexxArpLib.  APIG.LIBRARY
  25038.         provides the ARexx programmer with access to most of the
  25039.         resident Graphic, Intuition, and Layer library functions.
  25040.         Allows you to create custom screens/windows, gadgets, reques-
  25041.         ters, intuitext, borders, etc.  This is version 3.3, an update
  25042.         to version 3.1 on disk 629.  Binary only.
  25043.         Author:  Ronnie E. Kelly
  25044.  
  25045. NewDefTool    A utility to change the default tool for project icons.  Has
  25046.         a user defined configuration file for flexibility.  Can change
  25047.         default tool according to old default tool or filenames.
  25048.         Supports the use of appicon, so using NewDefTool is a simple
  25049.         matter of dragging and dropping icons.  Requires AmigaDOS 2.0.
  25050.         This is version 1.01, public domain, includes source.
  25051.         Author:  Kjell Cederfeldt
  25052.  
  25053. NewPrint    A program for formatting textfiles so that they will print out
  25054.         as you like them to, not on the perforation or on the platen.
  25055.         Adjustable top, bottom, left and right margins.  Optional
  25056.         pagenumbers, header and footer info.  This is version 2.1,
  25057.         shareware, binary only.
  25058.         Author:  Kjell Cederfeldt
  25059.  
  25060. NonClick    A program to stop floppy drive clicking.  Features an intu-
  25061.         ition user interface that allows you to turn clicking on and
  25062.         off on every drive individually.  Requires AmigaDOS 2.0.
  25063.         This is version 1.06, public domain, includes source.
  25064.         Author:  Kjell Cederfeldt
  25065.  
  25066. Slicer        A program for creating abstract art based on mathematical
  25067.         functions, such as the Mandelbrot set, Julia sets, and related
  25068.         abstractions (chaotic dynamical systems).  Features include
  25069.         fast fixed or floating point arithmetic, many different
  25070.         functions, many computation options, many coloring and render-
  25071.         ing options, batch mode, focus, multi pass, zoom in, zoom out,
  25072.         pan, and four dimensional navigation.  The produced pictures
  25073.         can be thought of as cross sections or "slices" revealing the
  25074.         insides of solid (if imaginary) objects.  Version 2.0, an
  25075.         update to version 1.0 on disk 249.  Binary only.
  25076.         Author:  Gary Teachout
  25077.  
  25078. ==========================  Contents of Disk 635  ==========================
  25079.  
  25080. This is disk 635 of the freely distributable AMIGA software library.
  25081. Below is a listing of the significant directories and their contents.
  25082.  
  25083.  
  25084. BootPic        BootPic allows you to install nearly any IFF picture that
  25085.         you like in place of the WorkBench hand that appears after
  25086.         a reset.  Version 2.0, an update to version 1.2 on disk
  25087.         609.  Binary only.
  25088.         Author:  Andreas Ackermann
  25089.  
  25090. Icons        A selection of 8 color hires icons for your viewing pleasure.
  25091.         Author:  Ernst Janesch
  25092.  
  25093. LDP        An ARexx compatible Laser Disc Player for RS-232 serial
  25094.         machines from Hitachi, Pioneer, and Sony.  You can have a
  25095.         remote control on the screen and/or the program running to
  25096.         accept ARexx commands.  The Hitachi drivers are untested.
  25097.         Works best with AmigaDOS 2.0.  Version 1.31, includes source.
  25098.         Author:  Ron M. Battle
  25099.  
  25100. PowerLOGO    A powerful and versatile dialect of the LOGO programming
  25101.         language.  Includes all of the support for word and list
  25102.         processing, program code processing, local variables, global
  25103.         variables, free variables, recursion, tail recursion, etc
  25104.         that you expect from LOGO.  Also includes support for demons,
  25105.         while loops, menus, screens, windows, window graphics,
  25106.         turtle graphics, reading and writing files, optional inputs
  25107.         for procedures, mutable lists, etc.  This is version 1.1,
  25108.         an update to version 1.00 on disk 377.  Binary only.
  25109.         Author:  Gary Teachout
  25110.  
  25111. ==========================  Contents of Disk 636  ==========================
  25112.  
  25113. This is disk 636 of the freely distributable AMIGA software library.
  25114. Below is a listing of the significant directories and their contents.
  25115.  
  25116.  
  25117. Alert        Gives detailed information about the meaning of various Amiga
  25118.         alerts given the 32-bit hex alert number.  Version 1.00,
  25119.         includes source.
  25120.         Author:  Stefan Zeiger
  25121.  
  25122. EDRC        An extensive configuration file for Matt Dillon's DME text
  25123.         editor, using 10 menus and many functions.
  25124.         Author:  Stefan Zeiger
  25125.  
  25126. Electron    Electron World is a cellular automation described in "Spektrum
  25127.         der Wissenschaft" ("Scientific American") March 1990.  This is
  25128.         version 3.10, an update to version 2.01 from disk 584 (Wizard
  25129.         Works 2).  Shareware US$ 10.  Binary only.
  25130.         Author:  Stefan Zeiger
  25131.  
  25132. EnvPrint    EnvPrint is a handy tool for printing envelopes for letters.
  25133.         Just type in the addresses or load them from disk, and EnvPrint
  25134.         will organize the printing job for you.  Includes an ARexx
  25135.         port.  Version 1.50, an update to version 1.20 from disk 584
  25136.         (WizardWorks 2).  Shareware US$ 10.  Binary only.
  25137.         Author:  Stefan Zeiger
  25138.  
  25139. Henon        A program for drawing Henon pictures.  Includes 3 example
  25140.         parameter collections.  Freeware.  Binary only.
  25141.         Author:  Stefan Zeiger
  25142.  
  25143. LISA        A program for drawing Lissajous pictures.  With full intuition
  25144.         support and WB2.0 design (even under 1.3).  Different versions
  25145.         for 1.3 and 2.0.  This is version 1.10, an update to v1.01 from
  25146.         disk 584 (WizardWorks 2).  Freeware.  Binary only.
  25147.         Author:  Stefan Zeiger
  25148.  
  25149. MemMan        The MemoryManager can be used to test programs under different
  25150.         CHIP/FAST memory configurations.  Version 1.10, freeware,
  25151.         binary only.
  25152.         Author:  Carsten Raufu▀
  25153.  
  25154. SmallPalette    A very short replacement for the WB1.3 "Palette" program using
  25155.         the req.library's color requester.  Source in SAS/C included.
  25156.         Public Domain.
  25157.         Author:  Stefan Zeiger
  25158.  
  25159. TurboLife    An implementation of the cellular automation "Life".  This is
  25160.         version 3.10, an update to version 2.01 on disk 584 (Wizard-
  25161.         Works2).  Shareware US$ 10.  Binary only.
  25162.         Author:  Stefan Zeiger
  25163.  
  25164. WizardCLock    A workbench clock with many features and various languages.
  25165.         Version 1.30, an update to version 1.20 on disk 584 (Wizard-
  25166.         Works 2).  Freeware.  Binary only.
  25167.         Author:  Stefan Zeiger
  25168.  
  25169. WizardsInfo    General information about the Wizard Works disk 3, from which
  25170.         this material was included.
  25171.         Author:  Stefan Zeiger
  25172.  
  25173. WWBatch        This drawer contains two batchfiles that residents/copies to
  25174.         RAM: the commands used by ! Wizard Works ! program startup
  25175.         batch files.
  25176.         Author:  Carsten Raufu▀
  25177.  
  25178. ==========================  Contents of Disk 637  ==========================
  25179.  
  25180. This is disk 637 of the freely distributable AMIGA software library.
  25181. Below is a listing of the significant directories and their contents.
  25182.  
  25183.  
  25184. LAZi        A graphic interface for the archive utilities Lharc, Arc, and
  25185.         Zoo.  LAZi will add, delete, extract, and update single or
  25186.         multiple files, list and test archives, allow you to read
  25187.         extracted readmes/docs or any other ascii file, save a con-
  25188.         figuration file that holds the locations of your work direct-
  25189.         ories, archive utilities, and its position when iconified.
  25190.         At least 1Mb of RAM is recommended.  Version 1.1, an update
  25191.         to version 1.0 on disk 592.  Binary only.
  25192.         Author:  Mark W. Davis
  25193.  
  25194. LhA        A very fast archiver that is compatible with MS-DOS LhArc
  25195.         V1.13 and LHA V2.13, as well as the Amiga LhArc.  LhA is
  25196.         very memory efficient, has been written with stability
  25197.         and reliability in mind, has carefully optimized compression
  25198.         and decompression routines, is multitasking reentrant and
  25199.         pure, handles multiple volume archives (registered version
  25200.         only), and more.  Version 1.22, an update to version 1.11
  25201.         on disk 593.  Shareware, binary only.
  25202.         Author:  Stefan Boberg
  25203.  
  25204. MouseAideDEMO    A demo version of a "Mouse" utility with all the standard
  25205.         functions; mouse acceleration with threshold, window and
  25206.         screen manipulation by mouse and keyboard, mouse and screen
  25207.         blanking, SUN (auto-activation) mouse, user definable "hot
  25208.         key" command, etc.  Also has functions other mouse programs
  25209.         do not, such as multi-icon-select with only the mouse, left
  25210.         and right button swapping, mouse port switching, WorkBench
  25211.         to the front function, freezing of the mouse and keyboard of
  25212.         all input, etc.  Written in assembly language for efficiency
  25213.         in size and CPU usage.  Version 3.34a, an update to version
  25214.         v2.56a on disk 567.  Shareware, binary only.
  25215.         Author:  Thomas J. Czarnecki
  25216.  
  25217. VideoMaxe    A program to manage one's private video tape collection.
  25218.         Both program and documentation are in German; no English
  25219.         version at this time.  Version 3.22, an update to version
  25220.         3.00 on disk 547.  Binary only.
  25221.         Author:  Stephan Sⁿrken
  25222.  
  25223. ==========================  Contents of Disk 638  ==========================
  25224.  
  25225. This is disk 638 of the freely distributable AMIGA software library.
  25226. Below is a listing of the significant directories and their contents.
  25227.  
  25228.  
  25229. PowerVisor    A powerful machine language level debugger for the serious
  25230.         Amiga programmer.  Compatible with all Amiga models, all
  25231.         Motorola CPU's from 68000-68040, 68881/68882 FPU's, and
  25232.         the 68851 MMU.  Supports ARexx scripts and scripts written
  25233.         in an internal language, online help, some resource tracking,
  25234.         and much more.  Version 1.13 beta, shareware, binary only.
  25235.         Author:  Jorrit Tyberghein
  25236.  
  25237. Run68010    Allows you to run programs that use 68010-specific instructions
  25238.         on 68000-based machines.  Uses self-modifying code.  Simulates 
  25239.         68010-specific registers.  Starts from both WorkBench and CLI.
  25240.         Includes source in assembly.
  25241.         Author:  Kamran Karimi
  25242.  
  25243. ShellTimer    A well behaved shell based stopwatch program.  Being shell
  25244.         based, the timer can be controlled from AmigaDOS scripts, from
  25245.         Arexx macros, from makefiles, or interactively.  Requires
  25246.         AmigaDOS 2.04.  This is version 1.0.  Includes source.
  25247.         Author:  John Lindwall
  25248.  
  25249. ==========================  Contents of Disk 639  ==========================
  25250.  
  25251. This is disk 639 of the freely distributable AMIGA software library.
  25252. Below is a listing of the significant directories and their contents.
  25253.  
  25254.  
  25255. DrawMap        Release 4.0 of a program for drawing representations of the
  25256.         Earth's surface.  New features include using the full Micro
  25257.         World Data Bank data files, user selection of the items to be
  25258.         included (e.g., coastlines, rivers, etc.) and the amount of
  25259.         detail in each map, and a redraw function.  Corrects a problem
  25260.         with box and text selection encountered under AmigaDos 2.04,
  25261.         but AmigaDos 2.04 is not required.  Requires 1.5 megabytes of
  25262.         memory and a hard disk with 1.6 megabytes of free space.  Also
  25263.         includes version requiring a 68020 CPU and 68881 FPU.  This is
  25264.         an update to version 3.1 on disk 545.  Includes full source.
  25265.         Distributed in two parts, the other part is on disk 640.
  25266.         Author:  Bryan Brown.
  25267.  
  25268. Technoban    A Sokoban type game written in assembler.  Features include 4
  25269.         worlds with 10 levels each, new graphics and sounds in every
  25270.         world, 32 colors, 5 stereo sounds, smooth animation, an inte-
  25271.         grated editor, and a code for each level.  Version 4.07,
  25272.         binary only.
  25273.         Author:  Tim Schattkowsky
  25274. ==========================  Contents of Disk 640  ==========================
  25275.  
  25276. This is disk 640 of the freely distributable AMIGA software library.
  25277. Below is a listing of the significant directories and their contents.
  25278.  
  25279.  
  25280. DrawMap        Release 4.0 of a program for drawing representations of the
  25281.         Earth's surface.  New features include using the full Micro
  25282.         World Data Bank data files, user selection of the items to be
  25283.         included (e.g., coastlines, rivers, etc.) and the amount of
  25284.         detail in each map, and a redraw function.  Corrects a problem
  25285.         with box and text selection encountered under AmigaDos 2.04,
  25286.         but AmigaDos 2.04 is not required.  Requires 1.5 megabytes of
  25287.         memory and a hard disk with 1.6 megabytes of free space.  Also
  25288.         includes version requiring a 68020 CPU and 68881 FPU.  This is
  25289.         an update to version 3.1 on disk 545.  Includes full source.
  25290.         Distributed in two parts, the other part is on disk 639.
  25291.         Author:  Bryan Brown.
  25292.  
  25293. ==========================  Contents of Disk 641  ==========================
  25294.  
  25295. This is disk 641 of the freely distributable AMIGA software library.
  25296. Below is a listing of the significant directories and their contents.
  25297.  
  25298.  
  25299. Annotate    A text editor written for AmigaDOS 2.04 only, that takes
  25300.         advantage of public screens and the system default font.
  25301.         Features include folding, shifting, and full clipboard
  25302.         support.  Version 1.0, binary only.
  25303.         Author:  Doug Bakewell
  25304.  
  25305. BootX        An easy to use boot, file and link virus killer with a
  25306.         KickStart 2.0 look (even under KickStart 1.3).  Has lots
  25307.         of options to detect and kill Amiga viruses.  Version 4.45,
  25308.         an update to version 4.02 on disk 560.  Binary only.
  25309.         Author:  Peter Stuer
  25310.  
  25311. EVW        Early Virus Warning.  This program was designed to let the
  25312.         user get a look at important 'vectors' of the Amiga system.
  25313.         Does buffered scans of all library, device and resource
  25314.         vectors.  Version 2.22.  Binary only.
  25315.         Author:  Peter Stuer
  25316.  
  25317. GearCalc    A bicycle gear ratio calculator.  Version 2.2, an update to
  25318.         version 2.0 on disk 514.  Binary only.
  25319.         Author:  Ed Bacon
  25320.  
  25321. LVD        A first defense utility against file and linkviruses.  It
  25322.         patches the LoadSeg vector(s) and checks every executable
  25323.         that comes along.  Recognizes 25 file or so linkviruses.
  25324.         Version 1.72, an update to version 1.61 on disk 554.  Binary
  25325.         only.
  25326.         Author:  Peter Stuer
  25327.  
  25328. TLog        An intuition based program that records statistics to monitor
  25329.         atheletic training progress.  Maintains a daily record of
  25330.         distance, time, heart rate, weight and temperature.  Links a
  25331.         text file with the record for a free form diary.  The AREXX
  25332.         commands provide the basis for generating custom reports from
  25333.         the data base.  Sample script allows TLog to automatically get
  25334.         to a scheduler to post reminders of upcoming events.  This is
  25335.         version 2.01, an update to version 1.0 on disk 514.  Share-
  25336.         ware, binary only.
  25337.         Author:  Ed Bacon
  25338.  
  25339. ==========================  Contents of Disk 642  ==========================
  25340.  
  25341. This is disk 642 of the freely distributable AMIGA software library.
  25342. Below is a listing of the significant directories and their contents.
  25343.  
  25344.  
  25345. AutoCLI        A 'PopCLI' type replacement that works with WorkBench 2.0
  25346.         and fully compatible with A3000 & accelerator boards.  Always
  25347.         retains the default path and stack, and current directory.
  25348.         Can automatically open CLI/SHELL windows to 1 pixel less than
  25349.         the current screen size on opening.  New functions include
  25350.         spline patterning on blanking, toggle freeze mouse, more
  25351.         function keys, mouse activated screen shuffle, close gadgets
  25352.         on Shell windows, and more as many users have requested.
  25353.         This is version 2.19, an update to version 2.17 on disk
  25354.         617.  Binary only.
  25355.         Author:  Nic Wilson
  25356.  
  25357. EditKeys    A keymap editor.  Supports editing of string, dead and modi-
  25358.         fiable keys, as well as control of repeatable and capsable
  25359.         status of each key.  Runs equally well under AmigaDOS 1.3 or
  25360.         2.0.  If running under AmigaDOS 1.3, requires "arp.library".
  25361.         This is version 1.2.  Includes source in assembly.
  25362.         Author:  David Kinder
  25363.  
  25364. IFF        A program to display single or multiple IFF files from Work-
  25365.         bench or CLI.  It has been written in 100% assembler to be as
  25366.         small and fast as possible.  This is version 1.7, an update
  25367.         to version 1.6 on disk 619.  Binary only.
  25368.         Author:  Nic Wilson
  25369.  
  25370. Set040        A program to remap Kickstart V2.04 or greater from ROM into
  25371.         32 Bit Ram on an Amiga equipped with a 68040 CPU, using the
  25372.         MMU, with optional parameters for greater compatibility
  25373.         between various 68040 boards and optional patch to stop
  25374.         drives from clicking.  It can also load a different Kickstart
  25375.         than the one currently in ROM, manipulate both caches, and
  25376.         display information regarding some 68040 registers and modes.
  25377.         Version 1.15, an update to version 1.14 on disk 628.  Includes
  25378.         source code in assembly.             
  25379.         Author:  Nic Wilson
  25380.  
  25381. SysInfo        A program which reports interesting information about the
  25382.         configuration of your machine, including some speed compar-
  25383.         isons with other configurations, versions of the OS software,
  25384.         etc.  This program has been very popular with many users and
  25385.         has been fully updated to include many new functions.
  25386.         This is version 2.69, an update to version 2.62 on disk 625.
  25387.         Binary only.
  25388.         Author:  Nic Wilson
  25389.  
  25390. VS2PR        Converts files to and from VideoScape 3D and PageRender 3D.
  25391.         It preserves and matches colors as closely as possible, and
  25392.         retains surface detail polygons from VideoScape.  Good for
  25393.         Video Toaster owners looking for the more mathematical 3D
  25394.         objects that PageRender generates so well.  Other features
  25395.         include scaling, batch processing, and a QuickRender module
  25396.         that lets you preview the 3D objects in wireframe.  This is
  25397.         version 1.0, binary only.
  25398.         Author:  Syd Bolton
  25399.  
  25400. ==========================  Contents of Disk 643  ==========================
  25401.  
  25402. This is disk 643 of the freely distributable AMIGA software library.
  25403. Below is a listing of the significant directories and their contents.
  25404.  
  25405.  
  25406. 4Wins        A simple little WorkBench game where the first one to get
  25407.         four happy faces in a row wins.
  25408.         Author:  Kay Gergs
  25409.  
  25410. DSDemo        Demo version of Distant Suns, an Amiga planetarium program
  25411.         that has collected numerous awards.  Comes in two versions,
  25412.         one that runs under AmigaDOS 1.3 and uses software floating
  25413.         point, and another that runs under AmigaDOS 2.0 and requires
  25414.         a hardware floating point coprocessor.  The demo includes a
  25415.         star database with approximately 3700 stars, some limited
  25416.         lunar images, and Halley's comet.  Requires 1 Mb of memory.
  25417.         This is version 4.1, binary only.
  25418.         Author:  Mike Smithwick
  25419.  
  25420. Install        A replacement for the AmigaDOS Install command, with an
  25421.         Intuition front end.  This is version 1.1.  Includes source
  25422.         in assembly.
  25423.         Author:  David Kinder
  25424.  
  25425. PCTask        PC-Task is a software IBM-PC emulator.  It allows you to run
  25426.         the majority of IBM-PC software on your amiga with no
  25427.         additional hardware.  Runs just like a normal application
  25428.         allowing multitasking to continue.  The program has a
  25429.         graphical user interface and no additional filesystem/device
  25430.         mounting is required.  A few clicks with the mouse and it is
  25431.         operational.  CGA, MDA, Serial, Parallel, Mouse, 2 Floppy
  25432.         drives and 2 Hard drives are emulated.  The hard drives can
  25433.         be partitions or hard drive files like the bridgeboard can
  25434.         use.  This is demonstration version 1.04.  Full version is
  25435.         available from the author.  Binary only.
  25436.         Author:  Chris Hames
  25437.  
  25438. ==========================  Contents of Disk 644  ==========================
  25439.  
  25440. This is disk 644 of the freely distributable AMIGA software library.
  25441. Below is a listing of the significant directories and their contents.
  25442.  
  25443.  
  25444. FontConverter    Converts standard font files into C code structures that
  25445.         can be included directly in your program.  Probably most
  25446.         useful for people writing programs that take over the machine
  25447.         and thus do not have access to the standard fonts directory.
  25448.         Includes source.
  25449.         Author:  Andreas Baum
  25450.  
  25451. SystemInfo    A system configuration display program with an Intuition
  25452.         interface.  Recognizes about 80 different product codes and
  25453.         about 40 manufacturer ID's.  Displays information about all
  25454.         AutoConfig cards, all mounted drives, vectors, processor
  25455.         types, and other useful information.  This is version 2.0a,
  25456.         shareware, binary only.
  25457.         Author:  Paul Kolenbrander
  25458.  
  25459. Unsporting    Another cute Aerotoon animation from Eric Schwartz, starring
  25460.         the A-10 Thunderbolt aircraft, better known as the 'Warthog'.
  25461.         This aircraft's job is to hunt and destroy tanks and other
  25462.         things on the ground, and that is exactly the subject of this
  25463.         animation.  Requires approximately 2Mb of memory.
  25464.         Author:  Eric Schwartz
  25465.  
  25466. ==========================  Contents of Disk 645  ==========================
  25467.  
  25468. This is disk 645 of the freely distributable AMIGA software library.
  25469. Below is a listing of the significant directories and their contents.
  25470.  
  25471.  
  25472. DMD        A package that adds many powerful features to DME, including
  25473.         outlining and word processing capabilities.  Word processing
  25474.         features include spell checking, ANSI code insertion, pagina-
  25475.         tion, double spacing, text justification, requester for in-
  25476.         serting any character, find & replace requester, and intel-
  25477.         ligent paragraph reformatting.  Outlining features allow you
  25478.         to write and renumber outlines.  Includes many ARexx macros,
  25479.         a large ".edrc" file, a spell checking program, and a dic-
  25480.         tionary.  Version 2.00.
  25481.         Author:  Fergus Duniho
  25482.  
  25483. Elvis        A UNIX vi/ex editor clone.  Supports nearly all the vi/ex
  25484.         commands, in both visual mode and colon mode.  Like vi/ex,
  25485.         elvis stores most of the text in a temporary file, allowing
  25486.         it to edit files that are too large to fit in memory, and
  25487.         the edit buffer can survive a power failure or crash.  Also
  25488.         supports most vi ".exrc" definitions, supports user defined
  25489.         TERM and TERMCAP environment variables, works over an AUX:
  25490.         port, supports function keys and arrow keys, and more.  This
  25491.         is version 1.5.  Includes source.
  25492.         Author:  Steve Kirkendall, Amiga port by Mike Rieser
  25493.  
  25494. HDFixer        Some of the newer A3000's have high density floppy drives.  In
  25495.         the 37.175 version of kickstart, HD disks are not completely
  25496.         supported in HD mode.  This program patches the system so that
  25497.         kickstart V37.175 owners are able to use 1.71 MB HD disks in
  25498.         the floppy drive.  Requires Workbench 2.04.  This is version
  25499.         1.00, binary only.
  25500.         Author:  Peter-Iver Edert
  25501.  
  25502. ==========================  Contents of Disk 646  ==========================
  25503.  
  25504. This is disk 646 of the freely distributable AMIGA software library.
  25505. Below is a listing of the significant directories and their contents.
  25506.  
  25507.  
  25508. AppliGen    An Application Generator for Superbase III.  Create the SBpro
  25509.         DML program's menus without having to do the same work over
  25510.         and over.  Creates Superbase DML sources with menus, labels,
  25511.         opening of files, queries, etc.  Many user-selectable options
  25512.         (inluding all SBpro SET commands).  Menus can be previewed as
  25513.         Intuition menus or text-menus.  Sources and included sub-
  25514.         routines can be syntax checked, and exported as ASCII or
  25515.         ".sbp"-file.  Version 1.0 interpeted language source and
  25516.         executable.
  25517.         Author:  Ivo Kroone
  25518.  
  25519. KCommodity    Multifunctional commodity for OS 2.0.  Includes window-
  25520.         activator, time-display in several modes and formats, alarm
  25521.         function, KeyStroke-Clicker, time to environment, Window/
  25522.         Screen cycling, LeftyMouse, ESC-Key can close Windows,
  25523.         Revision Control System, telefone bill calculator, Screen-
  25524.         /Mouse-Blanker, Mapping of german "Umlauts", PopUp Shell,
  25525.         AppIcon support, LeftyMouse, user definable HotKeys.  Fully
  25526.         controllable via ARexx-Port.  All settings can be customized
  25527.         and saved to disk.  This is version 1.70, requires OS 2.0.
  25528.         Written in assembly for speed and efficiency.  Includes
  25529.         source.
  25530.         Author:  Kai Iske
  25531.  
  25532. MouseAideDEMO    A demo version of a "Mouse utility" with all the standard
  25533.         functions; mouse acceleration with threshold, window and
  25534.         screen manipulation by mouse and keyboard, mouse and screen
  25535.         blanking, SUN (auto-activation) mouse, user definable "hot
  25536.         key" command, etc.  Also has functions other mouse programs
  25537.         do not, such as multi-icon-select with only the mouse, left
  25538.         and right button swapping, mouse port switching, WorkBench
  25539.         to the front function, freezing of the mouse and keyboard of
  25540.         all input, etc.  Written in assembly language for efficiency
  25541.         in size and CPU usage.  Version 4.23a, an update to version
  25542.         3.34a on disk 637.  Shareware, binary only.
  25543.         Author:  Thomas J. Czarnecki
  25544.  
  25545. SoundZAP    A sound conversion utility that will convert almost any of the
  25546.         sampled sound file formats available on different platforms to
  25547.         the Amiga's IFF 8SVX format or into RAW data.  It recognizes
  25548.         .VOC, .au (ulaw, 16, 24, or 32 bit samples), .WAV, and Macin-
  25549.         tosh headered samples, and converts them appropriately. It can
  25550.         also identify ulaw, signed, and unsigned RAW data, converting
  25551.         it properly.  It treats unidentifiable headered files as RAW,
  25552.         so they are treated properly also.  Version 2.3, includes
  25553.         source.
  25554.         Author:  Michael Cramer
  25555.  
  25556. ==========================  Contents of Disk 647  ==========================
  25557.  
  25558. This is disk 647 of the freely distributable AMIGA software library.
  25559. Below is a listing of the significant directories and their contents.
  25560.  
  25561.  
  25562. Dog        A puzzle where the object is to push boxes to designated
  25563.         locations.  Uses HAM mode and is written in JForth. Relative
  25564.         difficulty for this puzzle is easy,  but it will take over a
  25565.         half hour for most people to find the solution.  This is
  25566.         version 1.0, binary only.
  25567.         Author:  David M Cole
  25568.  
  25569. JM        Job Manager is a utility which extends the AmigaDos multi-
  25570.         tasking environment by providing features such as: allocation
  25571.         of CPU cycles in any ratio to multiple CPU bound processes,
  25572.         default task priorities based on task name, task logging,
  25573.         system uptime reports, task CPU use and CPU % reports, task
  25574.         invocation times, and more.  JM has very little impact on the
  25575.         system itself.  Requires AmigaDOS 2.04 or later.  Includes
  25576.         68000/20 and 68030/40 versions.  Version 1.1, an update to
  25577.         version 1.0 on disk 602.  New features include better task
  25578.         name detection, an ARexx port, and a number of bug fixes.
  25579.         Binary only.
  25580.         Author:  Steve Koren
  25581.  
  25582. Nova        A puzzle where the object is to push boxes to designated
  25583.         locations.  Uses HAM mode and is written in JForth.  Relative
  25584.         difficulty for this puzzle is advanced, and it will take over
  25585.         two hours for most people to find the solution.  This is
  25586.         version 2.0, binary only.
  25587.         Author:  David M Cole
  25588.  
  25589. PowerPlayer    A very powerful, user friendly and system friendly module
  25590.         player.  It can handle nearly all useful module-formats
  25591.         (Noisetracker, MED, Oktalyzer, etc.), can read powerpacked
  25592.         modules and comes along with its own cruncher that uses the
  25593.         powerful lh.library written by Krekel/Barthel.  Needs the
  25594.         powerpacker.library and the reqtools.library to run, both
  25595.         included in the package.  Also includes some sample modules.
  25596.         Version 2.1, freeware, binary only.
  25597.         Author:  Stephan Fuhrmann
  25598.  
  25599. PrintDump    A program that will allow you to view or print out the voice
  25600.         data in a Yamaha 32 voice bulk dump file.  Allows you to
  25601.         choose any single voice to display or print, or it will
  25602.         display or print all the voices in the dump file.  Includes
  25603.         source.
  25604.         Author:  Chuck Brand
  25605.  
  25606. VcEd        A Voice (Tone) Editor for the Yamaha 4 Operator series syn-
  25607.         thesizers.  Version 2.0, an update to version on disk 345.
  25608.         Binary only, source available from author.
  25609.         Author:  Chuck Brand
  25610.  
  25611. YamEx        A Sytem Exclusive and Voice Librarian program for all Yamaha
  25612.         4 Operator synthesizers.  Works with all 100 voice and 32
  25613.         voice Yamaha bulk dumps.  Binary only.  Source code available
  25614.         from author.
  25615.         Author:  Chuck Brand
  25616.  
  25617. ==========================  Contents of Disk 648  ==========================
  25618.  
  25619. This is disk 648 of the freely distributable AMIGA software library.
  25620. Below is a listing of the significant directories and their contents.
  25621.  
  25622.  
  25623. AddAssign    A small system patch and replacement for the standard CLI
  25624.         commands 'assign' and 'path'.  With AddAssign, you may assign
  25625.         a logical device (like 'C:' to one OR MORE physical devices or
  25626.         directories).  AddAssign is especially useful for programs
  25627.         which need a library or something else in a specified path,
  25628.         but you don't want them to be there.  Version 1.04, shareware,
  25629.         includes source.
  25630.         Author:  Alexander Rawass
  25631.  
  25632. AntiCicloVir    A link virus detector that detects 18 different such viruses.
  25633.         Version 1.2, an update to version 1.1 on disk 611.  Includes
  25634.         source in assembly.
  25635.         Author:  Matthias Gutt
  25636.  
  25637. Vertex        A 3D object editor with many features.  Has an easy to use
  25638.         interface with many user selectable options.  The main view
  25639.         can be easily rotated, positioned or scaled with the mouse,
  25640.         which makes the editor fast and responsive.  Special features
  25641.         include fractals, multiply command, point and click editing,
  25642.         an Arexx interface and much more.  This is version 1.36.3, an
  25643.         update to version 1.28 on disk 608.  Shareware, binary only.
  25644.         Author:  Alexander D. Deburie
  25645.  
  25646. ==========================  Contents of Disk 649  ==========================
  25647.  
  25648. This is disk 649 of the freely distributable AMIGA software library.
  25649. Below is a listing of the significant directories and their contents.
  25650.  
  25651.  
  25652. AMancala    This is a slightly modified variant of an old African board
  25653.         game called Mankalla.  Zero, one and two player mode, six
  25654.         computer playertypes, protocol function, 12 ranking lists
  25655.         maintained.  Also a short online manual, SingleStep-Learn-
  25656.         Mode and two display modes (numerical, graphical) provided.
  25657.         Usage from both Workbench and CLI supported.  Compatible with
  25658.         Kickstart 1.3 and 2.0.  This is Version 1.19, binary only,
  25659.         shareware.
  25660.         Author:  Thorsten Koschinski
  25661.  
  25662. BrowserII    A "Programmer's Workbench".  Allows you to easily and conven-
  25663.         iently move, copy, rename, and delete files & directories
  25664.         using the mouse.  Also provides a method to execute either
  25665.         Workbench or CLI programs by double-clicking them or by sel-
  25666.         ecting them from a ParM like Menu whith lots of arguments.
  25667.         Version 2.04, an update to version 1.0 on disk 540.  Binary
  25668.         only.
  25669.         Author:  Sylvain Rougier, Pierre Carrette
  25670.  
  25671. CLIExe        A XIcon style program.  It allows you to execute a script from
  25672.         WB and is completly CLI compatible, because it is a CLI.  Can
  25673.         use a real script file or take commands in its own TOOLTYPES.
  25674.         Version 1.1, an update to version 1.0 on disk 540.  Includes
  25675.         source in C.
  25676.         Author:  Sylvain Rougier
  25677.  
  25678. LoadLib        Another LoadLib program, but this version take unlimited number
  25679.         of arguments in both CLI/WB and remove the quote (") so it can
  25680.         work in BrowserII at any time.  Pure so you can put it in your
  25681.         resident list.  Version 1.0, includes source in C.
  25682.         Author:  Sylvain Rougier
  25683.  
  25684. ParM        Parameterable Menu.  ParM allows you to build menus to run
  25685.         whatever program you have on a disk.  ParM can run programs
  25686.         either in WorkBench or CLI mode.  This is an alternative to
  25687.         MyMenu which can run only when WorkBench is loaded.  ParM
  25688.         can have it's own little window, can attach menus to the CLI
  25689.         window you are running it from, or to the WB menus, just like
  25690.         MyMenu.  This is version 3.6, an update to version 3.00 on
  25691.         disk 540.  Includes source in C.
  25692.         Author:  Sylvain Rougier, Pierre Carrette
  25693.  
  25694. Support        Some libraries and other stuff used by other programs on this
  25695.         disk.  Placed here simply to avoid lots of duplication.
  25696.         Author:  Various
  25697. ==========================  Contents of Disk 650  ==========================
  25698.  
  25699. This is disk 650 of the freely distributable AMIGA software library.
  25700. Below is a listing of the significant directories and their contents.
  25701.  
  25702.  
  25703. EraseDisk    A small, fast program used to erase a disk by setting all
  25704.         bits on the disk to zero.  Version 0.92, an update to version
  25705.         0.69 on disk 544.  Binary only.
  25706.         Author:  Otto Bernhart
  25707.  
  25708. MountShare    Allows you to reuse the loaded code from one device for other
  25709.         devices that are applicable.  Using MountShare, you specify a
  25710.         master device whose handler will be reused by other devices.
  25711.         Author:  Olaf 'Rhialto' Seibert
  25712.  
  25713. OwnDevUnit    A package that provides an extended locking mechanism for a
  25714.         device/unit pair that makes using programs like getty much
  25715.         easier.  Getty is a program that sits on the serial port
  25716.         waiting for calls to come in.  By using OwnDevUnit.library, a
  25717.         program can request that getty temporarily release the serial
  25718.         port.  Version 2.1, an update to version 2.0 on disk 577.
  25719.         Includes source.
  25720.         Author:  Christopher Wichura
  25721.  
  25722. P-Animate    A full 3D Animation program for producing animations in Anim5
  25723.         format, with emphasis on live characters rather than inanimate
  25724.         objects.  Can also be used to produce animated illustrations
  25725.         for use in P-Reader illustrated texts.  Version 2.1, freeware,
  25726.         binary only.
  25727.         Author:  Chas A Wyndham
  25728.  
  25729. P-Compress    A compression program that produces smaller files faster than
  25730.         any other current general-purpose cruncher, using LZH com-
  25731.         pression algorithms.  Can handle single files, whole drawers,
  25732.         disks, or selected files or types of file within drawers and
  25733.         disks.  Includes compression and decompression object files
  25734.         which can be linked to your own programs to allow them to
  25735.         access and output data in LZH format.  Version 2.3, an update
  25736.         to version 2.1 on disk 595, with substantial enhancements.
  25737.         Freeware, binary only.
  25738.         Author:  Chas A.Wyndham, LZH code by Barthel/Krekel
  25739.  
  25740. P-FixLib    A new P-Suite utility that diverts calls to DOS library so
  25741.         that P-Compressed files are decompressed before being opened
  25742.         or executed.  Any type of file, inluding icons, executables,
  25743.         libraries, fonts, texts, etc. may be compressed.  Effectively
  25744.         doubles the capacity of your disks.  Version 1.2, freeware,
  25745.         binary only.
  25746.         Author:  Chas A.Wyndham
  25747.  
  25748. ==========================  Contents of Disk 651  ==========================
  25749.  
  25750. This is disk 651 of the freely distributable AMIGA software library.
  25751. Below is a listing of the significant directories and their contents.
  25752.  
  25753.  
  25754. 501        This program keeps score for the dart game 501. Games recorded 
  25755.         via the keyboard create a data base reflecting each player's 
  25756.         performance.  The statistics track personal bests, averages, 
  25757.         win percentages and high scores.  Written and compiled using
  25758.         HiSoft Basic Professional.  Version 1.12, binary only.
  25759.         Author:  Gilles Lepage
  25760.  
  25761. Icons        A bunch of 8-color icons for systems running AmigaDOS 2.0.
  25762.         Previously released 8-color icons from the author appeared
  25763.         on disks 213 and 533.
  25764.         Author:  Wolf-Peter Dehnick
  25765.  
  25766. SID        A very comprehensive directory utility for the Amiga that
  25767.         supports at least a couple of dozen different commands for
  25768.         operating on files.  Version 2.0, an update to version 1.06
  25769.         on disk 338.  Binary only.
  25770.         Author:  Timm Martin
  25771.  
  25772. ==========================  Contents of Disk 652  ==========================
  25773.  
  25774. This is disk 652 of the freely distributable AMIGA software library.
  25775. Below is a listing of the significant directories and their contents.
  25776.  
  25777.  
  25778. ARTM        Amiga Real Time Monitor displays and controls system activity
  25779.         such as tasks, windows, libraries, devices, resources, ports,
  25780.         residents, interrupts, vectors, memory, mounts, assigns,
  25781.         locks, fonts, hardware and res_cmds.  This is version 1.6, an
  25782.         update to version 1.3c on disk 551.  Shareware, binary only.
  25783.         Author:  Dietmar Jansen and F. J. Mertens
  25784.  
  25785. bBaseII        A simple database program using an intuition interface.
  25786.         Stores, sorts and searches for information.  Limited to
  25787.         9 fields in each record.  Features include fast sorting,
  25788.         search in any field, mailing label support, and best of all,
  25789.         it's really easy to use.  This is version 5.32, which fixes
  25790.         some bugs which crept into version 5.3 on disk 609.  Binary
  25791.         only.
  25792.         Author:  Robert Bromley
  25793.  
  25794. Brain        A small multitasking game which is made for entertainment
  25795.         during compiling/linking.  Your task is to create a formation
  25796.         of numbers from 1 to 4 given randomly by the computer.  If you
  25797.         click on an empty plot, a '1' will appear and all neighbours
  25798.         will raise their numbers by one.  Version 1.01, includes
  25799.         source.
  25800.                 Author:  AndrΘ Wichmann
  25801.  
  25802. Burf        A BackUp ReFresher written in Rexx.  Designed to maintain
  25803.         backups of important directories between full volume backups.
  25804.         Copies only new and modified files, using either archive flags
  25805.         or date comparison.  Can optionally delete from the backup any
  25806.         files and subdirectories not found in the original.  This is
  25807.         version 1.00.
  25808.         Author:  Michael Tanzer
  25809.  
  25810. Elements    Very nice interactive display of the the Periodic Table of
  25811.         Elements.  Includes general row and column information, plus
  25812.         a test mode where the program asks specific questions about
  25813.         the selected element or row/column.  This is version 3.0, an
  25814.         update to version 2.3b on disk 593.  Now is completely Amiga-
  25815.         DOS 2.0 conformant.  Path and language information are config-
  25816.         urable from the icon, uses 2.0 proportional fonts, can be
  25817.         opened on a public screen, and includes German and Swedish
  25818.         name files.  Shareware, binary only.
  25819.         Author:  Paul Thomas Miller
  25820.  
  25821. Notify        A suite of Rexx programs that can be used to issue messages or
  25822.         run commands automatically on certain days and/or at certain
  25823.         times of day.  Facilities are provided for the adding, editing
  25824.         and deleting of messages, and for displaying the times and
  25825.         texts of pending messages.  A chime program is included to
  25826.         enable the time to be announced at regular intervals.  This is
  25827.         version 1.02, an update to version 1.01 on disk 603.
  25828.         Author:  Michael Tanzer
  25829.  
  25830. SwitchColors    Allows you to switch between three palettes: WorkBench 1.x
  25831.                 standard colors, WorkBench 2.0 standard colors and your own
  25832.                 palette.  Version 2.0, includes source in C.
  25833.                 Author:  Guido Wegener
  25834.  
  25835. ==========================  Contents of Disk 653  ==========================
  25836.  
  25837. This is disk 653 of the freely distributable AMIGA software library.
  25838. Below is a listing of the significant directories and their contents.
  25839.  
  25840.  
  25841. AniMan        AniMan combines Amiga animation, speech synthesis, and voice
  25842.         recognition, to provide you with an animated talking head
  25843.         that will run any Amiga program by voice command.  Ask for
  25844.         an Amiga program by name, and AniMan will oblige.  If AniMan
  25845.         becomes impatient, you may be insulted.  AniMan will also
  25846.         recite poetry if you ask nicely.  This is Version 2.1 of Ani-
  25847.         Man, which requires only 512K chip memory and supports both
  25848.         the Perfect Sound 3 or Sound Master (Sound Magic) audio digi-
  25849.         tizers.  AniMan is like nothing you've ever seen before.
  25850.         Binary only.
  25851.         Author:  Richard Horne
  25852.  
  25853. BumpRev        Implements easy creation of source code revision headers,
  25854.         similar to the log headers to be found at the top of the
  25855.         Amiga 'C' include files.  Is a rewritten version of the
  25856.         DoRevision program from disk 325.  This version can be used
  25857.         for assembler source files as well as C source files.  This
  25858.         is version 1.0, includes source.
  25859.         Author:  Torsten Jⁿrgeleit
  25860.  
  25861. FileSelect    A new file requester which is small, fast and has some new
  25862.         features.  It has a flexible filter option, optional DOS-
  25863.         gadgets (delete, rename and makedir), displays the size of
  25864.         a program, is fast, can display all connected devices, etc.
  25865.         Version 2.0, includes source in assembly language.
  25866.         Author:  AndrΘ Wichmann
  25867.  
  25868. HardBlocks    A shared library with support routines for Commodore's hard-
  25869.         block standard, and a small tool which demonstrates use of
  25870.         the library.  Version 1.1, includes source.
  25871.         Author:  Torsten Jⁿrgeleit
  25872.  
  25873. MidiDiag    Displays midi data as well as indicating which midi function
  25874.         was detected.  Version 2.1, binary only.
  25875.         Author:  Michael Dosa
  25876.  
  25877. WBase        A handy database which stays as a small window on your Work-
  25878.         bench screen and supports PowerPacked files, even crunching
  25879.         them itself.  It also allows you to run programs from it.
  25880.         This is version 1.2, binary only.
  25881.         Author:  Simon Dick
  25882.  
  25883. WControl    A printer style controller which stays on the Workbench
  25884.         screen and allows you to change your printers styles, it
  25885.         works through whatever printer driver you have and so works
  25886.         with all printers.  This is version 1.0, binary only.
  25887.         Author:  Simon Dick
  25888.  
  25889. ==========================  Contents of Disk 654  ==========================
  25890.  
  25891. This is disk 654 of the freely distributable AMIGA software library.
  25892. Below is a listing of the significant directories and their contents.
  25893.  
  25894.  
  25895. 2View        2View is an ILBM picture viewer for use under Workbench
  25896.         2.0.  It supports all standard Amiga graphics modes, SHAM,
  25897.         MacroPaint-style dynamic hires, color cycling, ARexx, and
  25898.         both the CLI and Workbench.  A list of files to display can
  25899.         be given, or each filename can be specified individually.
  25900.         Each picture can be shown for a specified period of time or
  25901.         until the user clicks the left mouse button.  Version 1.50,
  25902.         an upgrade to version 1.11 on disk 546. Includes source.
  25903.         Author:  Dave Schreiber
  25904.  
  25905. DSound        DSound is an 8SVX sound sample player that plays samples
  25906.         directly off a hard drive, without having to load the
  25907.         entire sample into memory first, making it possible to play
  25908.         samples of any length even under limited memory condition.
  25909.         This version fixes bugs and adds support for stereo samples
  25910.         and playing a mono sample out of both left and right
  25911.         channels.  In addition, DSound can now be made resident.
  25912.         Version 1.00, an update to version 0.91a on disk 546.
  25913.         Author:  Dave Schreiber
  25914.  
  25915. Intuisup    A shared library with support routines for using texts, menus,
  25916.         borders, gadgets, requesters, and more, under AmigaDOS 1.3.
  25917.         Includes a template editor and source to library and test
  25918.         programs.  This is version 4.0, an update to version 3.0 on
  25919.         disk 601.
  25920.         Author:  Torsten Jⁿrgeleit
  25921.  
  25922. NewBoot        A new bootblock which optionally kills all fastmem, avoids
  25923.         NTSC-Amigas (PAL version only), opens the CLI-screen with
  25924.         the maximum size of 256 pixels (PAL version only), installs
  25925.         a fast TurboFonts routine which speeds up all _LVOText
  25926.         activities and changes the color during booting to show that
  25927.         no virus is on disk.  All options can be skipped by pressing
  25928.         a mouse button.  Version 1.1, includes source in assembly.
  25929.         Author:  AndrΘ Wichmann
  25930.  
  25931.  
  25932. SANA        Main text of the final (v1.0) SANA-II Network Device Driver
  25933.         Specification.  To actually develop a SANA-II device or
  25934.         software which directly uses one, you will need additional
  25935.         information (available from CATS).  Update to the obsolete
  25936.         version on disk 540.
  25937.         Author:  Dale Larson, Greg Miller, Brian Jackson, Ken Dyke
  25938.  
  25939. WBLink        WBLink adds an 'AppIcon' to the Workbench 2.0 screen that
  25940.         creates a link to whatever file or directory is dragged on
  25941.         top of it.  This version fixes some bugs and lets the user
  25942.         specify where the icon will be placed.  Version 1.10, an
  25943.         update to version 1.00 on disk 546. Includes source.
  25944.         Author:  Dave Schreiber
  25945.  
  25946. ==========================  Contents of Disk 655  ==========================
  25947.  
  25948. This is disk 655 of the freely distributable AMIGA software library.
  25949. Below is a listing of the significant directories and their contents.
  25950.  
  25951.  
  25952. Ashido        A clone of the commercial game 'Ishido'.  You must put 62
  25953.         tiles with 6 different patterns and 6 different colors on a
  25954.         12 x 7 board, but only tiles with either same color or same
  25955.         pattern may touch each other.  Six different game modes.
  25956.         The best players scores are saved to disk.  Version 1.0,
  25957.         includes source in assembly language.
  25958.         Author:  AndrΘ Wichmann
  25959.  
  25960. Haktar        A kind of Adventure Construction Kit based on an easy-to-
  25961.         learn interpreter language.  With it, you can create moder-
  25962.         ately complex multiple choice adventures.  Some example
  25963.         adventures are included.  Version 1.6, includes source.
  25964.         Author:  Guido Wegener
  25965.  
  25966. ==========================  Contents of Disk 656  ==========================
  25967.  
  25968. This is disk 656 of the freely distributable AMIGA software library.
  25969. Below is a listing of the significant directories and their contents.
  25970.  
  25971.  
  25972. CyberCron    A cron utility for AmigaDOS 2.0.  Uses the new, more flexible,
  25973.         AmigaDOS 2.0 technique for running programs.  Offers an ex-
  25974.         tended set of options that may be specified for any given
  25975.         event.  Version 1.2, includes source.
  25976.         Author:  Christopher Wichura
  25977.  
  25978. JbSpool        A print spooler written specifically for AmigaDOS 2.0.  Has
  25979.         been implemented as a commodity and written with the "User
  25980.         Interface Style Guide" close at hand.  Features a complete
  25981.         font adaptable GUI containing a lot of control gadgets and
  25982.         menus.  Version 1.0, includes source.
  25983.         Author:  Jan van den Baard
  25984.  
  25985. Pipeline    A game like the commercial game 'Pipe dream' (Pipe mania).
  25986.         Needs a joystick.  High scores are saved to disk.  This is
  25987.         version 2.0, an update to version 1.0 on disk 358.  Includes
  25988.         source in assembly language.
  25989.                 Author:  AndrΘ Wichmann
  25990.  
  25991. SurfacePlot    SurfacePlot is a math tool for drawing 3-dimensional parame-
  25992.         terized surfaces.  Useful for visualizing the surfaces used
  25993.         in various mathematics classes.  Allows you to use three
  25994.         separate functions for the X, Y, and Z coordinates.  Includes
  25995.         rotation and zoom for changing the viewpoint.  Version 2.0,
  25996.         binary only.
  25997.         Author:  Ole Bak Jensen
  25998.  
  25999. ==========================  Contents of Disk 657  ==========================
  26000.  
  26001. This is disk 657 of the freely distributable AMIGA software library.
  26002. Below is a listing of the significant directories and their contents.
  26003.  
  26004.  
  26005. BaldricDemo    Demo version of a commercial platform style game.  Works with
  26006.         PAL or NTSC.  Binary only.
  26007.         Author:  Lindsay Whipp
  26008.  
  26009. K4Editor    Demo version of a sound editor for the Kawai K4 Sythesizer.
  26010.         Displays and allow editing of all parameters of midi data
  26011.         dumps.  This is version 0.99, shareware, binary only.
  26012.         Author:  Martin Stengle and Bernd Jessel
  26013.  
  26014. NoDelete    This program pops up a requestor to alert you of a file de-
  26015.         letion being attempted via DeleteFile() and allows you to
  26016.         accept or cancel it.  This also pertains to any files you
  26017.         attempt to delete via "delete".  Version 2.01, an update to
  26018.         version 1.5a on disk 477.  Includes source.
  26019.         Author:  Uwe Schuerkamp
  26020.  
  26021. ==========================  Contents of Disk 658  ==========================
  26022.  
  26023. This is disk 658 of the freely distributable AMIGA software library.
  26024. Below is a listing of the significant directories and their contents.
  26025.  
  26026.  
  26027. Bump        A little tool that makes it easy to keep the version string in
  26028.         your source code up-to-date.  Version 1.0, includes source.
  26029.         Author:  Jan van den Baard
  26030.  
  26031. Enforcer    Detects/protects against illegal memory hits. Compatible
  26032.         with all OS versions & machines (requires a Memory Management
  26033.         Unit or 68030 processor).  The low 1K of memory and all
  26034.         areas that are not RAM are protected from CPU reads or
  26035.         writes.  ROM is marked as read-only.  Version 2.8b, an
  26036.         update to version 2.6f on disk 474.  Binary only.
  26037.         Author:  Bryce Nesbitt
  26038.  
  26039. NoFragLib    A library containing 6 routines for defragmenting memory.
  26040.         This is version 2.2, an update to the version on disk 503.
  26041.         Includes source.
  26042.         Author:  Jan van den Baard
  26043.  
  26044. RDM        A fast, small, efficent and easy to use DirUtility with
  26045.         UNIX-compress compatible packer and endless number of
  26046.         configurable buttons, as well as all the usual features.
  26047.         This is Version 0.99, the DEMO version of 1.0, which can
  26048.         be ordered from author.  Shareware, binary only.
  26049.         Author:  Reginald Lowack
  26050.  
  26051. Skew        Skeleton Writer is a tool for generating C code for various
  26052.         Intuition based applications.  You click the mouse and the
  26053.         code gets written.  Similar to PowerSource and GadToolsBox,
  26054.         but with slightly different functionality.
  26055.         Author:  Piotr Obminski
  26056.  
  26057. View        A text displayer with many controls and features including
  26058.         searches, file requestors, jump to editor etc.  Version 2.0,
  26059.         an update to version 1.5 on disk 570.  Includes source.
  26060.         Author:  Jan Van Den Baard
  26061.  
  26062. ==========================  Contents of Disk 659  ==========================
  26063.  
  26064. This is disk 659 of the freely distributable AMIGA software library.
  26065. Below is a listing of the significant directories and their contents.
  26066.  
  26067.  
  26068. Adventure    The Colossal Cave Adventure, by Donald Woods and Will
  26069.         Crowther.  This program runs from the CLI or Workbench, and
  26070.         is virtually identical to the original mainframe classic.
  26071.         Version 1.00, binary only.
  26072.         Author:  Donald Woods, Will Crowther; ported by Tony Belding
  26073.  
  26074. Celest        AKA Celestial Caesars, a strategy game for up to nine players.
  26075.         This simple wargame pits you against any combination of human
  26076.         or computer opponents.  The game uses an Intuition interface,
  26077.         and can be played by file-mail.  Version 1.11, binary only.
  26078.         Author:  Tony Belding
  26079.  
  26080. GadToolsBox    A program that lets you draw/edit GadTools gadgets and menus
  26081.         and then generates the corresponding C or assembly code for
  26082.         you.  This is version 1.3, an update to version 1.0 on disk
  26083.         570.  Includes source.
  26084.         Author:  Jan van den Baard
  26085.  
  26086. MungWall    Munges memory and watches for illegal FreeMem's.  Especially
  26087.         useful in combination with Enforcer.  Output can go to either
  26088.         the serial or parallel port.  Includes a new MungList program
  26089.         that examines used memory areas for MungWall tag info, and
  26090.         outputs a list of who owns the various pieces of allocated
  26091.         memory, their sizes, etc.  Can even identify the owner of the
  26092.         memory by task name.  Version 37.51, binary only.
  26093.         Author:  Commodore Amiga; submitted by Carolyn Scheppner
  26094. ==========================  Contents of Disk 660  ==========================
  26095.  
  26096. This is disk 660 of the freely distributable AMIGA software library.
  26097. Below is a listing of the significant directories and their contents.
  26098.  
  26099.  
  26100. Diamonds    Drive your little thief buggy around the screen and try to
  26101.         pick up the diamonds while avoiding all the nasties on the
  26102.         screen.  Freeware.  Binary only.
  26103.         Author:  Harshy Wanigasekara
  26104.  
  26105. Eaters        A screen hack that places a number of creatures called Eaters
  26106.         on the screen.  These hungry Eaters live on white dots, con-
  26107.         suming them and leaving black droppings in their place.  When
  26108.         not near a white dot, they move randomly.  Version 1.0,
  26109.         includes source.
  26110.         Author:  Guido Wegener
  26111.  
  26112. Kan        A program that patches a replacement delete function into
  26113.         the DOS library.  This program will simulate the Trashcan
  26114.         function provided by Workbench.  Support programs provided
  26115.         to allow automatic purging of Kan directory from startup
  26116.         sequence.  Compatible with 1.3, 2.0 and Amiga 3000. Version
  26117.         1.0, binary only.
  26118.         Author:  James Butts
  26119.  
  26120. LoveMice    A short form of the Mice In Love algorithm published in Sci-
  26121.         entific American (Spektrum der Wissenschaft).  Version 1.0,
  26122.         includes source.
  26123.         Author:  Guido Wegener
  26124.  
  26125. VMB        Demo version of Video Music Box, a program designed to pro-
  26126.         vide an easy to learn and use environment for Amiga multi-
  26127.         media background music composition, while requiring no prior
  26128.         music compositional knowledge.  Basic sequences are generated
  26129.         in many common musical styles from pre-arranged music pattern
  26130.         templates and chord progressions.  Special tools provide the
  26131.         ability to add new notes or parts that follow the chord pro-
  26132.         gression.  Compositions can be previewed over MIDI or the in-
  26133.         ternal audio, and saved as MIDI or IFF SMUS files.
  26134.         Author:  David Strohbeen
  26135.  
  26136. ==========================  Contents of Disk 661  ==========================
  26137.  
  26138. This is disk 661 of the freely distributable AMIGA software library.
  26139. Below is a listing of the significant directories and their contents.
  26140.  
  26141.  
  26142. Citadel        A full featured Amiga BBS program with all the necessary
  26143.         files to setup your own BBS.  Citadel is a room structured
  26144.         message system with the fundamental design goal of providing
  26145.         a congenial forum conducive to interesting discussions.
  26146.         Messages are stored and retrieved in chronological order
  26147.         within each room.  Callers may travel freely between the
  26148.         rooms, reading old messages and posting new ones.  This is
  26149.         part one of a two part distribution.  Part two is on disk
  26150.         662.  Both parts are required.  Binary only, source available
  26151.         from authors.
  26152.         Author:  Jay Johnston, Hue JR., and Tony Preston
  26153.  
  26154. ==========================  Contents of Disk 662  ==========================
  26155.  
  26156. This is disk 662 of the freely distributable AMIGA software library.
  26157. Below is a listing of the significant directories and their contents.
  26158.  
  26159.  
  26160. BlackHole    A file deletion utility for v2.04 and greater of the operating
  26161.         system.  When run, it puts an appicon on the Workbench screen.
  26162.         Any file/drawer icons that are dropped on it will be deleted.
  26163.         Double clicking on the appicon brings up an options window.
  26164.         Version 1.1, includes source.
  26165.         Author:  Alan Singfield
  26166.  
  26167. Citadel        A full featured Amiga BBS program with all the necessary
  26168.         files to setup your own BBS.  Citadel is a room structured
  26169.         message system with the fundamental design goal of providing
  26170.         a congenial forum conducive to interesting discussions.
  26171.         Messages are stored and retrieved in chronological order
  26172.         within each room.  Callers may travel freely between the
  26173.         rooms, reading old messages and posting new ones.  This is
  26174.         part two of a two part distribution.  Part one is on disk
  26175.         661.  Both parts are required.  Binary only, source available
  26176.         from authors.
  26177.         Author:  Jay Johnston, Hue JR., and Tony Preston
  26178.  
  26179. Fitness        A little WorkBench hack with the aim of keeping you fit.  A
  26180.         little fellow will pop up on the screen periodically, to
  26181.         remind you to interrupt your work and do some exercises.
  26182.         Version 1.10, binary only.
  26183.         Author:  Sioe-Lin Kwik
  26184.  
  26185. HiraganaDemo    Demo version of a Hiragana (Japanese caligraphy) learning
  26186.         module.  This module allows the user to see the strokes
  26187.         actually drawn in the proper order to write each Hiragana
  26188.         symbol, as well as hear a digitized pronunciation of the
  26189.         syllable, and a word actually using that symbol.  Demo
  26190.         version 1.2, binary only.
  26191.         Author:  Wayne Quigley Sr
  26192.  
  26193. Ninfo        A disassembler for memory, boot blocks, objects, libraries,
  26194.         and executables.  Version 2.0, includes source.
  26195.         Author:  Tony Preston
  26196.  
  26197. Space        Citadel Space Empire is a multiplayer game for up to 25
  26198.         players.  The documentation shows how to set it up as a door
  26199.         for the Citadel BBS.  Version 2.6, binary only.
  26200.         Author:  Tony Preston
  26201.  
  26202. ==========================  Contents of Disk 663  ==========================
  26203.  
  26204. This is disk 663 of the freely distributable AMIGA software library.
  26205. Below is a listing of the significant directories and their contents.
  26206.  
  26207.  
  26208. DebugUtils    Some tools for use in debugging applications.  When used with
  26209.         Enforcer and Mungwall, they comprise an integrated set that
  26210.         gives the programmer a powerful and flexible debugging aide.
  26211.         Author:  Mark Porter
  26212.  
  26213. DeskJet        A CLI/Workbench interface to control a Hewlett-Packard Desk-
  26214.         Jet 500 printer, enabling the user to select an internal font
  26215.         to print one or more files, or to initialise the printer.
  26216.         This is version 2.16, an update to version 2.10 on FF539
  26217.         (where it was called PF).  Includes source in SAS C.
  26218.         Author:  Maurizio Loreti
  26219.  
  26220. DiskTest    A utility to test the integrity of floppy disks, ala Norton
  26221.         Utilities.  This is version 1.18, an update to version 1.12
  26222.         on disk 539, where it was called DT.  Includes source.
  26223.         Author:  Maurizio Loreti
  26224.  
  26225. ENote        Edit a filenote easier than with the standard filenote pro-
  26226.         gram.  Version 1.0, includes source.
  26227.         Author:  D. W. Reisig
  26228.  
  26229. UnixUtils    A collection of UNIX like programs for the Amiga.  Includes
  26230.         head, tail, sort, strings, diff and find. The first four are
  26231.         original programs; find is derived from tree by Tomas Rokicki,
  26232.         diff is a port of the GNU version.  Includes source.
  26233.         Author:  Maurizio Loreti
  26234.  
  26235. XNote        Execute a filenote.  It looks a little like the Project icon
  26236.         of the Workbench, but this time in the CLI.  Version 1.0,
  26237.         includes source.
  26238.         Author:  D. W. Reisig
  26239.  
  26240. ==========================  Contents of Disk 664  ==========================
  26241.  
  26242. This is disk 664 of the freely distributable AMIGA software library.
  26243. Below is a listing of the significant directories and their contents.
  26244.  
  26245.  
  26246. AntiCicloVir    A link virus detector that detects 21 different such viruses.
  26247.         Version 1.3, an update to version 1.2 on disk 648.  Includes
  26248.         source in assembly.
  26249.         Author:  Matthias Gutt
  26250.  
  26251. DockIcon    Collection of miscellaneous icons with a definite NeXT
  26252.         flavor, for AmiDock, ToolManager, and a new graphical
  26253.         interface under development.
  26254.         Author:  Franτais Pinault
  26255.  
  26256. Ishid-o-matic    An Ishido type game.  Lots of features, like single player,
  26257.         two players, tournament mode, highscore tables, sound, etc.
  26258.         Includes partial source in Modula-2.
  26259.         Author:  Robert Brandner
  26260.  
  26261. ShiftIt        A small game, for installation on the workbench.  Useful if
  26262.                 you must wait for the compiler or something else.  Binary
  26263.         only.
  26264.                 Author:  Robert Brandner
  26265.  
  26266. ==========================  Contents of Disk 665  ==========================
  26267.  
  26268. This is disk 665 of the freely distributable AMIGA software library.
  26269. Below is a listing of the significant directories and their contents.
  26270.  
  26271.  
  26272. Arq        Replaces the standard system requesters with nice animated
  26273.         requesters which you can also attach different sounds to.
  26274.         Works under AmigaDOS 1.3 or 2.0 to give all the normal
  26275.         system requesters a nice new look.  Version 1.66, an update
  26276.         to version 1.61 on disk 527.  Now allows custom animations.
  26277.         Binary only.
  26278.         Author:  Martin Laubach, Peter Wlcek, and Rene Hexel
  26279.  
  26280. DiskSpeed    A disk speed testing program specifically designed to give
  26281.         the most accurate results of the true disk performance of
  26282.         the disk under test.  Automatically updates and maintains an
  26283.         ASCII database of disk results for tested disks.  This is
  26284.         version 4.2, an update to version 4.1 on disk 574.  Includes
  26285.         source in C.
  26286.         Author:  Michael Sinz
  26287.  
  26288. Intrepid    An arcade/strategy game in which you must navigate a high
  26289.         tech tank through the Antarctic to rescue a scientist taken
  26290.         hostage by terrorists.  Version 1.5, binary only.
  26291.         Author:  Peter Gage
  26292.  
  26293. ==========================  Contents of Disk 666  ==========================
  26294.  
  26295. This is disk 666 of the freely distributable AMIGA software library.
  26296. Below is a listing of the significant directories and their contents.
  26297.  
  26298. Catacomb    A graphic adventure game set on a small island in the middle
  26299.         of the land of EXOUSIA.  Your quest is to discover the secrets
  26300.         and treasures of this underground maze, while staying alive.
  26301.         Version 1.6, shareware, binary only.
  26302.         Author:  Peter Gage
  26303.  
  26304. KME        KME is another keymap editor, that you can use to edit the
  26305.         Amiga keymaps used by the Setmap command.  Version 1.2,
  26306.         includes source in Oberon.
  26307.         Author:  Christian Stiens
  26308.  
  26309. Spectroscope    A program for realtime frequency analysis with PerfectSound-2
  26310.         compatible audio digitizers.  Version 1.1, includes source in
  26311.         Oberon.
  26312.         Author:  Christian Stiens
  26313.  
  26314. ==========================  Contents of Disk 667  ==========================
  26315.  
  26316. This is disk 667 of the freely distributable AMIGA software library.
  26317. Below is a listing of the significant directories and their contents.
  26318.  
  26319.  
  26320. Cooltunes    Two volumes of songs written with MED.  Includes "Exarch", 
  26321.         "Sedative", "Hypersonix", and "SlowPlay".  Uses MEDplayer
  26322.         to play the songs.
  26323.         Author:  Robert J. Perrine
  26324.  
  26325. PopUpMenu    A small program that makes it possible for you to use pop-up-
  26326.         menus with any program that uses standard intuition menus.
  26327.         Version 4.3, an update to version 3.5 on disk 422.  Includes
  26328.         source.
  26329.         Author:  Martin Adrian
  26330.  
  26331. ==========================  Contents of Disk 668  ==========================
  26332.  
  26333. This is disk 668 of the freely distributable AMIGA software library.
  26334. Below is a listing of the significant directories and their contents.
  26335.  
  26336.  
  26337. Exploding    An AmigaDOS 2.0 version of "exploding windows" that explodes
  26338.         and implodes windows in a fancy manner, catches all window
  26339.         resize and move events, works with all OpenWindowTags, and
  26340.         installs as a commodity.  Version 1.0, binary only.
  26341.         Author:  Andreas Schildbach
  26342.  
  26343. Textra        This easy-to-use text editor allows multiple windows, and
  26344.         provides a simple mouse driven interface.  Those familiar
  26345.         with the "Macintosh style" editors will be comfortable with
  26346.         Textra's Cut, Copy and Paste commands.  Documentation inclu-
  26347.         ded.  Version 1.12, an update to version 1.0 on disk 239,
  26348.         with many enhancements.  Shareware, binary only.
  26349.         Author:  Mike Haas
  26350.  
  26351. Vlt        VLT is both a VT100 emulator and a Tektronix (4014 plus
  26352.         subset of 4105) emulator, currently in use at SLAC
  26353.         (Stanford Linear Accelerator Center).  Although the VT100
  26354.         part was originally based on Dave Wecker et al.'s VT100,
  26355.         many enhancements were made.  Features include use of ARP,
  26356.         an ARexx port, XMODEM 1K/CRC and Kermit protocols, support
  26357.         for additional serial ports, external file transfer protocols
  26358.         (XPR), a "chat" mode, and scrollback/review/history buffer.
  26359.         It comes in two versions, one with Tektronix emulation, and
  26360.         one without.  The Tektronix emulation allows saving IFF files,
  26361.         PostScript files, and printing bitmaps to the printer.  This
  26362.         is version 5.517, an update to version 5.045 on disk 468.
  26363.         Binary only.
  26364.         Author:  Willy Langeveld
  26365.  
  26366. ==========================  Contents of Disk 669  ==========================
  26367.  
  26368. This is disk 669 of the freely distributable AMIGA software library.
  26369. Below is a listing of the significant directories and their contents.
  26370.  
  26371.  
  26372. Leggi        A powerful ISO/ANSI text reader which strictly follows Commo-
  26373.         dore's application guidelines.  Features include unlimited
  26374.         number of windows on any public screen, scrolling with both
  26375.         mouse and keys, full AUISG menus and ARexx commands, clip-
  26376.         board support, AppWindows, fast and residentable activator,
  26377.         full configurability of the keyboard, preferences file and
  26378.         editor to change preferences, background mode, and more.
  26379.         Version 2.0, binary only.
  26380.         Author:  Sebastiano Vigna
  26381.  
  26382. Post        An excellent PostScript interpreter for the Amiga which
  26383.         implements the full Adobe language.  Supports type 1 and
  26384.         type 3 fonts, screen output, file output, and printer
  26385.         output.  Requires Arp library V39+ and ConMan V1.3+ (only
  26386.         under AmigaDOS 1.3).  This is version 1.7, an update to
  26387.         version 1.6 on disk 518.  Includes source in C.
  26388.         Author:  Adrian Aylward
  26389.  
  26390. SCSIutil    A CLI utility to issue commands to a SCSI disk using a spe-
  26391.         cific SCSI id number.  Commands include inquiry, seek, start/
  26392.         stop motor, read sector(s), read capacity, etc.  Freeware,
  26393.         includes source.
  26394.         Author:  Gary Duncan
  26395.  
  26396. VirusChecker    A virus checker that can check memory, disk bootblocks, and
  26397.         all disk files for signs of most known viruses.  Can remember
  26398.         nonstandard bootblocks that you indicate are OK and not bother
  26399.         you about them again.  Includes an ARexx port.  Version 6.05,
  26400.         an update to version 5.30 on disk 556.  Binary only.
  26401.         Author:  John Veldthuis
  26402. ==========================  Contents of Disk 670  ==========================
  26403.  
  26404. This is disk 670 of the freely distributable AMIGA software library.
  26405. Below is a listing of the significant directories and their contents.
  26406.  
  26407.  
  26408. DirWork        A fast, small, efficient, DirUtility.  Configurable options
  26409.         and buttons, as well as all the usual features.  Comes with
  26410.         external configuration editor.  This is version 1.51, an
  26411.         update to version 1.43 on disk 570.  Shareware, binary only.
  26412.         Author:  Chris Hames
  26413.  
  26414. Mostra        Mostra is a shareware IFF utility featuring real-time
  26415.         unpacking scroll, dozens of options, "smart" analysis of
  26416.         any IFF file (FORMs, LISTs,...  also nested ILBM!), total
  26417.         control over display modes, simple slideshow processing,
  26418.         pattern matching, SHAM, an external link to show Dynamic
  26419.         Mode pictures, double buffering, fast decompression, color
  26420.         cycling, TeXdocs, startup files for easy custom configur-
  26421.         ations and complete WB support, through ToolTypes and
  26422.         Style icons!  This is version 1.06, an update to version
  26423.         1.04 on disk 476.  Binary only.
  26424.         Author:  Sebastiano Vigna 
  26425.  
  26426. Scan        Program to scan file contents for matches to one or more
  26427.         specified patterns.  Claimed to search hard drives twice as
  26428.         fast as the best search programs currently available, and
  26429.         ram drives five times faster than other programs.  Can
  26430.         optionally scan the contents of files in LZH and LHA archives.
  26431.         Supports searching for multiple patterns simultaneously.
  26432.         Other features include extensive wildcard support, optional
  26433.         inverted pattern matching, recursive directory scanning,
  26434.         line search highlights of matching words with selectable
  26435.         color, and more.  This is version 1.0.  Includes source.
  26436.         Author:  Walter Rothe
  26437.  
  26438. ==========================  Contents of Disk 671  ==========================
  26439.  
  26440. This is disk 671 of the freely distributable AMIGA software library.
  26441. Below is a listing of the significant directories and their contents.
  26442.  
  26443.  
  26444. dvi2tty        A program to convert TeX's dvi output files to ASCII format
  26445.         for printing or previewing on text terminals.  Version 4.0,
  26446.         includes source.
  26447.         Author:  Svante Lindahl, Marcel Mol, et. al.  Amiga port by
  26448.              Martin Hohl
  26449.  
  26450. JcGraphDemo    Demo version of a ShareWare Business grapher with Intuition
  26451.         interface.  JcGraph can show your data as bar, line, planes,
  26452.         stack, blocks, 2D and 3D, etc.  Features realtime rotation
  26453.         around X, Y, Z axis, on-line help, professional looking 2D
  26454.         and 3D graph output, and more.  Can output EPS, 3D GEO,
  26455.         AegisDraw2000 and IFF ILBM format files.  Demo version 0.903.
  26456.         Binary only.
  26457.         Author:  Jean-Christophe ClΘment.
  26458.  
  26459. mkmake        A make file generator, originally written for Turbo-C and MS-
  26460.         DOS, and now ported to the Amiga by the author.  Version 0.3,
  26461.         includes source.
  26462.         Author:  Martin Hohl
  26463.  
  26464. MPE        A compiler tool for users of the M2amiga programming environ-
  26465.         ment.  MPE does the same job better than your batch file.  You
  26466.         can do everything with the mouse or the right amiga key.  With
  26467.         this Modula-2 Programming Environment you can compile, link,
  26468.         and run your program.  When there is an error, the editor is
  26469.         started automatically.  You can set all switches for M2C, M2L
  26470.         and M2Make.  Version 1.0, binary only.
  26471.         Author:  Marcel Timmermans
  26472.  
  26473. tr2tex        Converts documents in UNIX troff format to LaTeX format.  It
  26474.         is intended to do the first pass of the conversion, with the
  26475.         user finishing up the rest of the conversion.  Most of the
  26476.         converted document will be in LaTeX format, but some of it
  26477.         may be in plain TeX.  Amiga version 1.02, includes source.
  26478.         Author:  Kamal Al-Yahya; Amiga port by Martin Hohl
  26479.  
  26480. ==========================  Contents of Disk 672  ==========================
  26481.  
  26482. This is disk 672 of the freely distributable AMIGA software library.
  26483. Below is a listing of the significant directories and their contents.
  26484.  
  26485.  
  26486. Indent        A C source code formatter/indenter.  Especially useful for
  26487.         cleaning up inconsistently indented code.  Version 1.3, an
  26488.         update to version 1.1 on disk 262.  Includes source.
  26489.         Author:  Various, Amiga port by Carsten Steger
  26490.  
  26491. SKsh        A ksh like shell for the Amiga.  Some of its features include
  26492.         command substitution, shell functions, aliases, local varia-
  26493.         bles, emacs and vi style command line editing, I/O redirect-
  26494.         ion, pipes, UNIX style wildcards, a large variety of commands,
  26495.         and coexistence with scripts from other shells.  Well docu-
  26496.         mented.  Version 2.0, an update to version 1.7 on disk 489.
  26497.         New features include real pipes, AmigaDos 2.04 support, en-
  26498.         hanced ARexx handling, and more.  Binary only.  Requires
  26499.         AmigaDos 2.04.
  26500.         Author:  Steve Koren
  26501.  
  26502. ==========================  Contents of Disk 673  ==========================
  26503.  
  26504. This is disk 673 of the freely distributable AMIGA software library.
  26505. Below is a listing of the significant directories and their contents.
  26506.  
  26507.  
  26508. KCommodity    Multifunctional commodity for OS 2.0.  Includes window-
  26509.         activator, time-display in several modes and formats, alarm
  26510.         function, KeyStroke-Clicker, time to environment, Window/
  26511.         Screen cycling, LeftyMouse, ESC-Key can close Windows,
  26512.         Revision Control System, telefone bill calculator, Screen-
  26513.         /Mouse-Blanker, Mapping of german "Umlauts", PopUp Shell,
  26514.         AppIcon support, LeftyMouse, user definable HotKeys.  Fully
  26515.         controllable via ARexx-Port.  All settings can be customized
  26516.         and saved to disk.  This is version 1.75, an update to version
  26517.         1.70 on disk 646, with many new features.  Requires OS 2.0.
  26518.         Written in assembly for speed and efficiency.  Includes
  26519.         source.
  26520.         Author:  Kai Iske
  26521.  
  26522. Offender    Demo version of a fast shoot'em up game based on Williams'
  26523.         Defender game.  Runs at 50/60 frames per second.  Includes
  26524.         PAL and NTSC versions.  Kickstart 2.04 compatible.  Requires
  26525.         68020 CPU and 68881 FPU or better.  Version 1.02, an update
  26526.         to version 1.01 on disk 631.  Shareware, binary only.  Full
  26527.         version and/or source code available with shareware payment.
  26528.                 Author:  Fred Bayer
  26529.  
  26530. SANA        The official Commodore developer information package for the
  26531.         SANA-II Network Device Drivers.  Includes the SANA-II spec,
  26532.         readme files, SANA-II drivers for Commodore's A2065 (Ethernet)
  26533.         and A2060 (ARCNET) boards, docs and includes.  More complete
  26534.         package than just the specification included on disk 654.
  26535.         Author:  Commodore-Amiga Networking Group
  26536.  
  26537. ShellTools    Four small useful programs.  PIPE provides command line pipes,
  26538.         HISTORY allows the history to be loaded, saved, and listed,
  26539.         FOREACH is a fancy loop and variable expansion command,and
  26540.         RECORDER saves all console input and output in a file.  Binary
  26541.         only.
  26542.         Author:  Andy Finkel
  26543.  
  26544. ==========================  Contents of Disk 674  ==========================
  26545.  
  26546. This is disk 674 of the freely distributable AMIGA software library.
  26547. Below is a listing of the significant directories and their contents.
  26548.  
  26549.  
  26550. Hextract    A complete header file reference.  Definitions, structures,
  26551.         structure members and offsets, flag values, library contents,
  26552.         function definitions, registers, library offsets, etc. The
  26553.         data from a set of V1.3 Amiga and Lattice header files is
  26554.         packed into the included file "headers.z" for immediate
  26555.         reference by Hextract.  Version V1.1, freeware.  Includes
  26556.         part source.
  26557.         Author:  Chas A. Wyndham
  26558.  
  26559. IFFLib        An easy to use Amiga library which gives you some powerful
  26560.         routines for dealing with IFF files, especially ILBM files
  26561.         (pictures), ANIM files (animations), and 8SVX files (digi-
  26562.         tized sounds).  It is written completely in assembler and
  26563.         is just 3Kb.  Includes source and binaries for several
  26564.         example programs that use the library.  This is version
  26565.         22.2, an update to version 16.1 on disk 301.  Binary only.
  26566.         Author:  Christian A. Weber
  26567.  
  26568. NewIFF        This is version 37.9 of new IFF code modules and examples for
  26569.         use with the Release 2 iffparse.library.  This code release is
  26570.         again 1.3 compatible (the 37.8 release was not).  This code is
  26571.         intended to replace the 1985 EA IFF code modules, providing
  26572.         significant enhancements including support for arbitrary dis-
  26573.         play modes and overscan (2.0), clipboard load/save, central-
  26574.         ized string handling (for ease of localization), and simpli-
  26575.         fied subroutines for displaying, saving, and printing ILBMs.
  26576.         And the 8SVX reader now plays!
  26577.         Author:  Submitted by Carolyn Scheppner
  26578.  
  26579. P-Writer    A text editor with special facilities for inserting text
  26580.         color and style changes and for preparing illustrated texts
  26581.         for P-Reader.  Version 3.3, an update to version 3.2 on disk
  26582.         595.  Freeware, binary only.
  26583.         Author:  Chas A. Wyndham
  26584.  
  26585. ==========================  Contents of Disk 675  ==========================
  26586.  
  26587. This is disk 675 of the freely distributable AMIGA software library.
  26588. Below is a listing of the significant directories and their contents.
  26589.  
  26590.  
  26591. F2C        A program that translates Fortran 77 source into C or
  26592.         C++ source.  F2C lets one portably mix C and Fortran,
  26593.         and makes a large body of well tested Fortran source
  26594.         code available to C environments.  Amiga port done for
  26595.         SAS/C 5.10B, and includes libraries for use with SAS/C.
  26596.         Includes full source in C.
  26597.         Author:  S. I. Feldman, David M. Gay, Mark W. Maimone
  26598.              N. L. Schryer; Amiga port by Martin Hohl
  26599.  
  26600. ==========================  Contents of Disk 676  ==========================
  26601.  
  26602. This is disk 676 of the freely distributable AMIGA software library.
  26603. Below is a listing of the significant directories and their contents.
  26604.  
  26605.  
  26606. FBM        An Amiga port of the Fuzzy PixMap image manipulation library.
  26607.         This package allows manipulation and conversion of a variety
  26608.         of color and B&W image formats.  Supported formats include Sun
  26609.         rasterfiles, GIF, IFF, PCX, PBM bitmaps, "face" files, and FBM
  26610.         files.  Also has input converters for raw images, like Digi-
  26611.         View files, and output converters for PostScript and Diablo
  26612.         graphics.  Besides doing format conversion, some of the other
  26613.         image manipulation operations supported include rectangular
  26614.         extraction, density and contrast changes, rotation, quantiza-
  26615.         tion, halftone grayscaling, edge sharpening, and histograms.
  26616.         Disk 676 contains m68000 binaries and docs, disk 677 contains
  26617.         m68020/m68881 binaries, and disk 678 contains the sources.
  26618.         Version 1.0.
  26619.         Author:  Michael Mauldin; Amiga port by Martin Hohl
  26620.  
  26621. ==========================  Contents of Disk 677  ==========================
  26622.  
  26623. This is disk 677 of the freely distributable AMIGA software library.
  26624. Below is a listing of the significant directories and their contents.
  26625.  
  26626.  
  26627. FBM        An Amiga port of the Fuzzy PixMap image manipulation library.
  26628.         This package allows manipulation and conversion of a variety
  26629.         of color and B&W image formats.  Supported formats include Sun
  26630.         rasterfiles, GIF, IFF, PCX, PBM bitmaps, "face" files, and FBM
  26631.         files.  Also has input converters for raw images, like Digi-
  26632.         View files, and output converters for PostScript and Diablo
  26633.         graphics.  Besides doing format conversion, some of the other
  26634.         image manipulation operations supported include rectangular
  26635.         extraction, density and contrast changes, rotation, quantiza-
  26636.         tion, halftone grayscaling, edge sharpening, and histograms.
  26637.         Disk 676 contains m68000 binaries and docs, disk 677 contains
  26638.         m68020/m68881 binaries, and disk 678 contains the sources.
  26639.         Version 1.0.
  26640.         Author:  Michael Mauldin; Amiga port by Martin Hohl
  26641.  
  26642. MakeLink    A replacement for the original AmigaDOS 2.0 MakeLink command.
  26643.         Supports both hard and soft links.  Residentable.  This is
  26644.         version 1.1, includes source.
  26645.         Author:  Stefan Becker
  26646.  
  26647. Mostra        Mostra is a shareware IFF utility featuring real-time
  26648.         unpacking scroll, dozens of options, "smart" analysis of
  26649.         any IFF file (FORMs, LISTs,...  also nested ILBM!), total
  26650.         control over display modes, simple slideshow processing,
  26651.         pattern matching, SHAM, an external link to show Dynamic
  26652.         Mode pictures, double buffering, fast decompression, color
  26653.         cycling, TeXdocs, startup files for easy custom configur-
  26654.         ations and complete WB support, through ToolTypes and
  26655.         Style icons!  This is version 1.07, an update to version
  26656.         1.06 on disk 670, and fixes a bug with parsing IFF files.
  26657.         Binary only.
  26658.         Author:  Sebastiano Vigna 
  26659.  
  26660. PM        A tool that monitors the Amiga system's CPU usage using some
  26661.         hooks that are available in 2.04 EXEC.  The program uses the
  26662.         high resolution EClock timer to get real time values for the
  26663.         amount of time the processor spends running tasks and the
  26664.         amount of time it spends between tasks (in task switch and
  26665.         in sleep).  Version 37.8, binary only.
  26666.         Author:  Michael Sinz
  26667.  
  26668. ==========================  Contents of Disk 678  ==========================
  26669.  
  26670. This is disk 678 of the freely distributable AMIGA software library.
  26671. Below is a listing of the significant directories and their contents.
  26672.  
  26673.  
  26674. FBM        An Amiga port of the Fuzzy PixMap image manipulation library.
  26675.         This package allows manipulation and conversion of a variety
  26676.         of color and B&W image formats.  Supported formats include Sun
  26677.         rasterfiles, GIF, IFF, PCX, PBM bitmaps, "face" files, and FBM
  26678.         files.  Also has input converters for raw images, like Digi-
  26679.         View files, and output converters for PostScript and Diablo
  26680.         graphics.  Besides doing format conversion, some of the other
  26681.         image manipulation operations supported include rectangular
  26682.         extraction, density and contrast changes, rotation, quantiza-
  26683.         tion, halftone grayscaling, edge sharpening, and histograms.
  26684.         Disk 676 contains m68000 binaries and docs, disk 677 contains
  26685.         m68020/m68881 binaries, and disk 678 contains the sources.
  26686.         Version 1.0.
  26687.         Author:  Michael Mauldin; Amiga port by Martin Hohl
  26688.  
  26689. PPLib        A shared library to make life easy for people who wish to
  26690.         write programs that support PowerPacker.  Loading crunched
  26691.         files from C or assembly is made fast, short and easy.
  26692.         This is release 1.5, an update to version 1.4 on disk 623.
  26693.         Includes example source.
  26694.         Author:  Nico Francois
  26695.  
  26696. ReOrg        ReOrg is a fast disk optimizer that can be used for floppy
  26697.         disks and hard disks.  Supports new Kickstart 2.04 features
  26698.         including hard and soft links, and High-Density drives.
  26699.         Includes program versions in English and German for use
  26700.         with Kickstart 1.2/1.3 or Kickstart 2.04.  Versions 1.1
  26701.         and 2.1, shareware, binary only, first release.
  26702.         Author:  Holger Kruse
  26703.  
  26704. ResAnalyzer    An OS 2.04 compatible ResModules monitor.  ResAnalyzer can
  26705.         show you all information related to Captures, KickMemPtr,
  26706.         KickTagPtr, KickChkSum and ResModules entries in the ExecBase
  26707.         structure.  A great help for resident modules developers and
  26708.         for people who want to check if something (like a virus) is
  26709.         resident in memory.  ResAnalyzer can detect ResModules OS
  26710.         2.04 system flags.  Version 2.2, binary only.
  26711.         Author:  Silvio Umberto Zanzi
  26712.  
  26713. ==========================  Contents of Disk 679  ==========================
  26714.  
  26715. This is disk 679 of the freely distributable AMIGA software library.
  26716. Below is a listing of the significant directories and their contents.
  26717.  
  26718.  
  26719. Backcoupling    A simulation of screen-camera-backcoupling.  Generates a
  26720.         series of backcoupled pictures out of a start picture.  You
  26721.         can change several parameters, such as sharpness, rotation
  26722.         angle and signal translation.  Includes both German and
  26723.         English versions.  Version 1.0, binary only.
  26724.         Author:  Michael Gentner
  26725.  
  26726. RayShade    Rayshade is a ray tracing program ported to the Amiga from
  26727.         UNIX.  Rayshade's features include eleven types of primitives
  26728.         (blob, box, cone, cylinder, height field, plane, polygon,
  26729.         sphere, torus, flat- and Phong-shaded triangle); composite
  26730.         objects; point, directional, and extended (area) spot, and
  26731.         quadrilateral light sources;  solid procedural texturing and
  26732.         bump mapping of primitives; antialiasing through variable-
  26733.         rate "jittered" sampling; arbitrary linear transformations
  26734.         on objects and texture/bump maps;  Use of uniform spatial
  26735.         subdivision or hierarchy of bounding volumes to speed render-
  26736.         ing; options to facilitate rendering of stereo pairs; rudi-
  26737.         mentary animation support, and more.  This is version 4.0,
  26738.         patchlevel 6, and includes sources in C.  The modifications
  26739.         for Amiga & SAS/C are distributed as diff files.  Some example
  26740.         input files are also included.  This is an update to version
  26741.         3.0 on disk 596.
  26742.         Author:  Craig E. Kolb, Amiga Port by Martin Hohl
  26743. ==========================  Contents of Disk 680  ==========================
  26744.  
  26745. This is disk 680 of the freely distributable AMIGA software library.
  26746. Below is a listing of the significant directories and their contents.
  26747.  
  26748.  
  26749. ATAP        Adobe Type Access Package allows users of Professional Page
  26750.         (Gold Disk, inc.) and compatible applications to use typefaces
  26751.         available from Adobe Systems or other vendors.  Includes AFM
  26752.         and screen font converters, sample AFMs and screen fonts from
  26753.         the Macintosh, and a Macintosh/USA1 keymap.  Includes source
  26754.         in C for AFM converter and font unpacker.
  26755.         Author:  Gordon Fecyk
  26756.  
  26757. SatTrack    A satellite tracking program.  Allows for selection of a data-
  26758.         base that can contain up to 300 satellites.  Tracks satellites
  26759.         on a graphics display of the world.  All graphics are IFF com-
  26760.         patible, allowing for loading of display to standard painting
  26761.         program.  Allows for input of satellite information using
  26762.         either standard data format or by simple user input.  All
  26763.         operations use standard windows and menus.  SatTrack has a
  26764.         simulation mode that allows for predictions in the future.
  26765.         This is version 2.1A, demo copy, binary only.
  26766.         Author:  Randy Stackhouse  
  26767.  
  26768. VirusChecker    A virus checker that can check memory, disk bootblocks, and
  26769.         all disk files for signs of most known viruses.  Can remember
  26770.         nonstandard bootblocks that you indicate are OK and not bother
  26771.         you about them again.  Includes an ARexx port.  Version 6.06,
  26772.         an update to version 6.05 on disk 669.  Binary only.
  26773.         Author:  John Veldthuis
  26774.  
  26775. ==========================  Contents of Disk 681  ==========================
  26776.  
  26777. This is disk 681 of the freely distributable AMIGA software library.
  26778. Below is a listing of the significant directories and their contents.
  26779.  
  26780.  
  26781. Term        A gift-ware telecommunications program written for AmigaOS
  26782.         release 2.x (Kickstart 37.175 and Workbench 37.67 or higher
  26783.         required).  Features include total configurability, full
  26784.         ARexx control, Xpr-transfer support, filetype-identification
  26785.         after download, cut & paste/point-and-click on screen, auto
  26786.         upload and download, scrollable review buffer of unlimited
  26787.         size, solid and fully-featured VT100/VT220/ANSI emulation,
  26788.         optional fast atomic terminal emulation, hotkey support,
  26789.         powerful phonebook and dialing functions, ability to save and
  26790.         print the contents of the screen as IFF-ILBM or ASCII file,
  26791.         full overscan and screen resolution support (new ECS screen
  26792.         modes included), asynchronous operation and a lot more.  Comes
  26793.         with seven Xpr-transfer libraries (ascii, jmodem, kermit,
  26794.         quickb, xmodem, ymodem & zmodem) and documentation both in
  26795.         German and in English.  This is version 2.2a, an update to
  26796.         version 1.9c on disk 589.  Includes full source in `C' and
  26797.         assembly language.
  26798.         Author:  Olaf `Olsen' Barthel
  26799.  
  26800. ==========================  Contents of Disk 682  ==========================
  26801.  
  26802. This is disk 682 of the freely distributable AMIGA software library.
  26803. Below is a listing of the significant directories and their contents.
  26804.  
  26805.  
  26806. AmiBack        Demo version of Ami-Back v2.0, a nice backup utility for the
  26807.         Amiga.  Features include backup to any AmigaDOS compatible
  26808.         device (such as floppies, removable hard disks, fixed media
  26809.         hard disk, and tape drives), compression, no copy protection,
  26810.         configuration files, complete backups, incremental backups,
  26811.         selective backups, file exclusion filter, setting of archive
  26812.         bit, password protected backups, online help, AREXX support,
  26813.         etc.  Demo version does not have restore.  Version 2.0a, an
  26814.         update to version 1.04 on disk 517.  Binary only.
  26815.         Author:  MoonLighter Software
  26816.  
  26817. CyberCron    A cron utility for AmigaDOS 2.0.  Uses the new, more flexible,
  26818.         AmigaDOS 2.0 technique for running programs.  Offers an ex-
  26819.         tended set of options that may be specified for any given
  26820.         event.  Version 1.3, an update to version 1.2 on disk 656.
  26821.         Includes source.
  26822.         Author:  Christopher Wichura
  26823.  
  26824. ReqChange    A little program that patches the system requesters to use the
  26825.         similar requesters in ReqTools.library.  It also patches the
  26826.         ARP requester and all requesters in Req.library.  It is very
  26827.         flexible, allowing you to modify where the requester should
  26828.         appear, which of the libraries to patch, etc.  Includes a pair
  26829.         of small utility programs, GetFile and ReqAsk, that can be
  26830.         used in scripts to put up file requesters or other requesters.
  26831.         Version 1.08, includes source.
  26832.         Author:  Magnus Holmgren
  26833.  
  26834. RexxHostLib    This is a shared library package to simplify the ARexx host
  26835.         creation/management procedure.  Rexx-message parsing is also
  26836.         included making it possible to control ARexx from programs
  26837.         such as AmigaBASIC (can you imagine AmigaBASIC controlling
  26838.         AmigaTeX?).  This is version 37.1, an update to version 36.14
  26839.         on disk 403.  This version has been updated for use with Kick-
  26840.         start 2.0. Includes source in `C' and assembly language.
  26841.         Author:  Olaf `Olsen' Barthel
  26842.  
  26843. Zoom        A fast and efficient floppy disk archiving utility based
  26844.         on the data compression / decompression algorithms used by
  26845.         lh.library.  Has an Intuition and a Shell interface, fully
  26846.         supports Kickstart 2.0, is able to add texts and notes to
  26847.         archived output files, knows 274 different bootblock viruses,
  26848.         includes a number of compression parameters (such as
  26849.         encryption of the output file) and a lot more.  Version 5.4,
  26850.         an update to version 4.1 on disk 459.  Binary only.
  26851.         Author:  Olaf `Olsen' Barthel
  26852.  
  26853. ==========================  Contents of Disk 683  ==========================
  26854.  
  26855. This is disk 683 of the freely distributable AMIGA software library.
  26856. Below is a listing of the significant directories and their contents.
  26857.  
  26858.  
  26859. GMC             A console handler with command line editing and function
  26860.                 key support.  GMC provides extended command line editing,
  26861.                 function key assignment in four levels, extended command
  26862.                 line history, online help for functions in the handler,
  26863.                 and an iconify function.  Also includes an output buffer
  26864.                 (dump to printer and window), filename completer, script
  26865.                 function, undo function, prompt beeper, pathname in window
  26866.                 title, close gadget for KS 2.0, etc.  This is version 9.13,
  26867.                 an update to version 9.11 on disk 587, with some new
  26868.                 features and some bug fixes.  Shareware, binary only.
  26869.                 Author:  Goetz Mueller
  26870.  
  26871. KFAST        Key Frame Animator with Skeletal Technique.  A collection of
  26872.         functions to implement a two-dimensional object based animator
  26873.         designed to use the skeletal technique of modeling objects and
  26874.         simple tweening to free the animator from the labors of pro-
  26875.         ducing smooth transitions between key drawings.  A crude demo
  26876.         program has been included utilizing the routines.  Version 0.5,
  26877.         includes source.
  26878.         Author:  Craig M. Lever
  26879.  
  26880. LE-NAG        LeverEdge NAG is a program to remind you of events before you
  26881.         miss them.  Events can be scheduled to occur once or repeat
  26882.         daily, weekly, monthly or yearly.  You can be alerted of the
  26883.         event in a number of ways from a screen flash to a message
  26884.         requester.  Version 92.05.02, shareware, binary only.
  26885.         Author:  Craig M. Lever
  26886.  
  26887. PrintFiles    A freely redistributable print utility to replace the standard
  26888.         workbench Printfiles command.  Supports Arexx, application
  26889.         icon, and setting up a print list with unlimited number of
  26890.         entries.  Requires OS 2.04.  Includes two versions, V0.91e
  26891.         in English and V0.91d in German.  This is an update to V0.9
  26892.         on disk 632.  Includes source.
  26893.         Author:  Karlheinz Klingbeil
  26894.  
  26895. ShowLink    Tool to list hardlinks.  Also tells which file or directory
  26896.         the link points at.  Version 1.1, includes source in Oberon.
  26897.                 Author:  Christoph Teuber
  26898.  
  26899. ==========================  Contents of Disk 684  ==========================
  26900.  
  26901. This is disk 684 of the freely distributable AMIGA software library.
  26902. Below is a listing of the significant directories and their contents.
  26903.  
  26904.  
  26905. AL        Archive Lister.  Recognizes and lists contents of archives
  26906.         created by ARC, LHArc, LHA, LZ, ZOO, APE, ZIP, WARP, DMS and
  26907.         ZOOM.  AL is fully standalone and doesn't call upon the
  26908.         original archivers to list contents.  Binary only.
  26909.         Author:  Oliver Wagner
  26910.  
  26911. CpuClr        A hack in the spirit of "CpuBlit".  Replaces the BltClear()
  26912.         call in graphics.library with an 68030 optimized processor
  26913.         routine.  Includes source in assembly.
  26914.         Author:  Oliver Wagner
  26915.  
  26916. EmptyHandler    Another example of a filehandler.  This one creates empty
  26917.         files of any given length.  Includes source in C.
  26918.         Author:  Oliver Wagner
  26919.  
  26920. MagPages    A software package that allows you to create and display a
  26921.         disk-based magazine.  The magazine produced is of a similar
  26922.         format to that of a traditional paper magazine.  You can com-
  26923.         bine text and graphics on a single page, branch to different
  26924.         sections by clicking on icons and play sound and music.  Fea-
  26925.         tures a full intuition driven interface.  Version 1.30, an
  26926.         update to version 1.0 on disk 372, with many new features,
  26927.         bug fixes, and an improved user interface.  Shareware, binary
  26928.         only.
  26929.         Author:  Mark Gladding
  26930.  
  26931. PlaySound    A tool to replay IFF-8SVX sounds using double-buffering while
  26932.         the sound file is being loaded from disk.  Also serves as an
  26933.         iffparse.library and audio.device programming example. Re-
  26934.         quires Kickstart and Workbench 2.04 (or higher).  Version 1.1,
  26935.         includes source in `C'.
  26936.                 Author:  Olaf `Olsen' Barthel
  26937.  
  26938. ==========================  Contents of Disk 685  ==========================
  26939.  
  26940. This is disk 685 of the freely distributable AMIGA software library.
  26941. Below is a listing of the significant directories and their contents.
  26942.  
  26943.  
  26944. DiskPrint    A label database which prints and stores disk labels for 3.5"
  26945.         and 5.25" disks.  Primarily created as a combined database and
  26946.         print utility for FD disks, it includes easy-to-use label lib-
  26947.         rary functions (like printing labels for a whole FD series in
  26948.         one turn or multiple print of one label) and labels for most
  26949.         FD disks which are available within a few mouse clicks.  Fea-
  26950.         tures include a fast search routine, user-definable label lay-
  26951.         out, different label sizes, intuition-based disk directory
  26952.                 read-in and a lot more.  Very configurable.  Works fine with
  26953.         every printer connected to the parallel port and AmigaOS 1.2,
  26954.         1.3, and 2.x.  This is version 3.51, a major update to version
  26955.         3.4.3 on disk 567.  Both English (PAL & NTSC) and German ver-
  26956.         sions.  Shareware, binary only.
  26957.                 Author:  Jan Geissler
  26958.  
  26959. FreeCopy    FreeCopy is unlike most copiers in that it does not actually
  26960.         copy disks.  It removes the protection so disks can easily be
  26961.         backed up with almost any program, and in some cases be in-
  26962.         stalled on your hard drive.  This is version 1.8, an update
  26963.         to version 1.4 on disk 498.  Public domain, binary only.
  26964.         Author:  Greg Pringle
  26965.  
  26966. MCMaster    MCMaster is another cassette tape cover printing utility which
  26967.         should work together with any printer which supports pica and
  26968.         fine.  Other features include a search function and a list
  26969.         function which allows you to put all the song names in a list
  26970.         gadget to scroll around.  Version 1.1, freeware, includes
  26971.         source in C.
  26972.         Author:  Michael Watzl
  26973.  
  26974. PublicManager    Public screen tool which opens public screens which are freely
  26975.         configurable (depth, size, font, etc) and have their own menu
  26976.         (palette, quit, tools, etc).  Includes two little tools to
  26977.         modify the public screen modes and the default public screen.
  26978.         Version 1.2, freeware, includes source in C and assembly.
  26979.         Author:  Michael Watzl
  26980.  
  26981. YatZ        One player Yatzee game.  This program was written to take up
  26982.         little memory and to multitask nicely.  This is version 1.1,
  26983.         an update to version 1.0 on disk 498.  Public domain, includes
  26984.         source in C.
  26985.         Author:  Greg Pringle
  26986.  
  26987. ==========================  Contents of Disk 686  ==========================
  26988.  
  26989. This is disk 686 of the freely distributable AMIGA software library.
  26990. Below is a listing of the significant directories and their contents.
  26991.  
  26992.  
  26993. BonAppetit    Bon Appetit is a recipe database manager that automates recipe
  26994.         collections and allows for far more flexibility than regular
  26995.         index cards.  You can search for recipes by title, keyword, or
  26996.         ingredient.  You can import recipes in BonAppetit's own format
  26997.         or 3 popular MS-DOS formats, so you can quickly build a recipe
  26998.         collection.  Includes complete recipe utilities and 24 recipes
  26999.         to get you started.  Version 1.3.  New features include recipe
  27000.         browsing, mass export, less cryptic error messages, and many
  27001.         bug fixes.  Shareware, binary only.
  27002.         Author:  Boris Shor
  27003.  
  27004. DWFIcons    A collection of icons for WorkBench 2.0, including some that
  27005.         are for an interlaced WorkBench.
  27006.         Author:  David W. Ferguson
  27007.  
  27008. DWFPresets    A collection of AmigaDOS 2.0 presets for pointers, palettes,
  27009.         screen modes, and WorkBench backdrop patterns.
  27010.         Author:  David W. Ferguson
  27011.  
  27012. MultiBox    Request utility which can be used in scripts.  Unlike other
  27013.         tools (QuickRequest, Request, etc) it uses checkbox gadgets.
  27014.         Includes source in C.
  27015.         Author:  Michael Watzl
  27016.  
  27017. NewPos        A tool to resize and move the active shell window directly
  27018.         or from scripts.  Freeware, includes source in assembly.
  27019.         Author:  Michael Watzl
  27020.  
  27021. ==========================  Contents of Disk 687  ==========================
  27022.  
  27023. This is disk 687 of the freely distributable AMIGA software library.
  27024. Below is a listing of the significant directories and their contents.
  27025.  
  27026.  
  27027. AmigaEMS    A utility program for Amiga bridgeboard users that allows you
  27028.         to use any amount of Amiga memory as expanded memory on the
  27029.         bridgeboard.  AmigaEMS is LIM/EMS 4.0 compatible.  This is
  27030.         version 1.01, shareware, binary only.
  27031.         Author:  drs. A. D. Hagen
  27032.  
  27033. FracBlank    A commodities screen blanker written for Kickstart and Work-
  27034.         bench 2.04 (or higher).  When running will blank the screen
  27035.         and start to draw real plane fractals such as described in the
  27036.         September 1986 issue of Scientific American.  The resulting
  27037.         images may remind you of spiders' webs, lace or even the
  27038.         Chladnian patterns formed by grains of sand strewn across a
  27039.         vibrating surface.  This is version 2.2, an update to version
  27040.         1.8 on disk 588, and includes numerous bug fixes and enhance-
  27041.         ments (such a new fractal type and a font-sensitive user int-
  27042.         erface).  Includes source in `C' and assembly language.
  27043.         Author:  Olaf `Olsen' Barthel
  27044.  
  27045. PowerPlayer    A very powerful, user friendly and system friendly module
  27046.         player.  It can handle nearly all useful module-formats
  27047.         (Noisetracker, MED, Oktalyzer, etc.), can read powerpacked
  27048.         modules and comes along with its own cruncher that uses the
  27049.         powerful lh.library written by Krekel/Barthel.  Needs the
  27050.         powerpacker.library and the reqtools.library to run, both
  27051.         included in the package.  Also includes some sample modules.
  27052.         This is version 2.7, an update to version 2.1 on disk 647,
  27053.         freeware, binary only.
  27054.         Author:  Stephan Fuhrmann
  27055.  
  27056. SFCoder        A program that allows you to encrypt and decrypt files by
  27057.         using a password. Uses complex routines to assure the
  27058.         security of your data. Requires OS 2.0 to run.
  27059.         Version 3.0, freeware, binary only.
  27060.         Author:  Stephan Fuhrmann
  27061.  
  27062. XPRD        eXternal PRotocol Driver.  A standalone driver utility for
  27063.         doing file transfers with XPR libraries.  Has many features
  27064.         like carrier checking and return code redirection (for
  27065.         "stupid" languages).  Includes source in C.
  27066.         Author:  Oliver Wagner
  27067.  
  27068. XSB        eXternal ScreenBlanker Standard.  Documentation and examples
  27069.         of a new library standard for fancy screenblankers.  Includes
  27070.         Standard, Shuffle and Psychedelic blankers.  Public Domain,
  27071.         source in C is included. OS 2.0 only.
  27072.         Author:  Oliver Wagner
  27073.  
  27074. ==========================  Contents of Disk 688  ==========================
  27075.  
  27076. This is disk 688 of the freely distributable AMIGA software library.
  27077. Below is a listing of the significant directories and their contents.
  27078.  
  27079.  
  27080. OctaMEDPlayer    Standalone player program for playing songs made with OctaMED.
  27081.         Can load sng+samples-format and MMD0/MMD1-modules made with
  27082.         MED V2.10 or later, or any version of OctaMED.  Can play stan-
  27083.         dard four channel Amiga songs, MIDI songs, 5 to 8 channel
  27084.         OctaMED songs, and multi-modules.  Has a nice 2.0 look and
  27085.         works fine under 2.0 as well as 1.3.  Version 3.00, binary
  27086.         only.
  27087.         Author:  Teijo Kinnunen and AMIGANUTS UNITED
  27088.  
  27089. ScreenSnap    ScreenSnap allows you to save and close screens of any appli-
  27090.         cation.  It requires OS 2.04 and includes German documenta-
  27091.         tion.  This is version 1.12, binary only.
  27092.         Author:  Oliver Graf, T.O.M. Software Wuppertal
  27093.  
  27094. UpdateIcon    A tool to add icons to files and drawers which do not yet have
  27095.         icons attached, to update the default tools and to reset the
  27096.         positions of icons.  Very handy for installation scripts.  Re-
  27097.         quires Kickstart and Workbench 2.04 (or higher).  Version 1.0,
  27098.         includes source in C.
  27099.         Author:  Olaf `Olsen' Barthel
  27100.  
  27101. ==========================  Contents of Disk 689  ==========================
  27102.  
  27103. This is disk 689 of the freely distributable AMIGA software library.
  27104. Below is a listing of the significant directories and their contents.
  27105.  
  27106.  
  27107. AssignWedge    An AssignX clone, redesigned from the ground up, which fixes
  27108.         a couple of potential bugs in the original program and is
  27109.         also able to cope with an internationalized operating system.
  27110.         Kickstart and Workbench 2.04 or higher required.  Version 1.1,
  27111.         source in `C' is included.
  27112.         Author:  Olaf `Olsen' Barthel
  27113.  
  27114. Phone        A funny strategy game.  Your goal is to connect everyone to
  27115.         the phone system without running out of wire.  The country
  27116.         in which these people live is full of high mountains, deep
  27117.         rivers, and highly frequented roads, so connecting everyone
  27118.         up may not be easy.  Binary only.
  27119.         Author:  Tobias Eckert
  27120.  
  27121. TKEd        TKEd is a very comfortable Intuition-based ASCII editor.  It
  27122.         can read texts packed with PowerPacker, has user-definable 
  27123.         menus, a comfortable AREXX-interface with 102 commands, an 
  27124.         interface to some errortools for programmers, macros, undo,
  27125.         supports foldings, and many other features.  TKEd is reentrant
  27126.         and can be made resident.  It also checks itself for link-
  27127.         viruses.  Version 1.05, an update to version 1.00a on disk
  27128.         620.  Binary only.
  27129.         Author:  Tom Kroener
  27130. ==========================  Contents of Disk 690  ==========================
  27131.  
  27132. This is disk 690 of the freely distributable AMIGA software library.
  27133. Below is a listing of the significant directories and their contents.
  27134.  
  27135.  
  27136. FastGif        A fast GIF87 file viewer written in very optimised asm, but
  27137.         displays only pictures with no more than 32 colors. Supports
  27138.         overscan, NTSC & PAL display, allows scrolling for big
  27139.         pictures.  Version V1.00, binary only.
  27140.         Author:  Christophe Passuello
  27141.  
  27142. Find        Yet another file find utility, different from other programs
  27143.         of this kind in that it requires Kickstart and Workbench 2.04
  27144.         (or higher) to run, sports a font-sensitive user interface,
  27145.         includes Workbench AppIcon/AppWindow support, filetype ident-
  27146.         ification and other goodies.  Version 1.7, includes source in
  27147.         `C' and assembly language.
  27148.         Author:  Olaf `Olsen' Barthel
  27149.  
  27150. HDFixer        Some of the newer A3000's have high density floppy drives.  In
  27151.         the 37.175 version of kickstart, HD disks are not completely
  27152.         supported in HD mode.  This program patches the system so that
  27153.         kickstart V37.175 owners are able to use 1.71 MB HD disks in
  27154.         the floppy drive.  Requires Workbench 2.04.  This is version
  27155.         1.10, an update to version 1.00 on disk 645.  Binary only.
  27156.         Author:  Peter-Iver Edert
  27157.  
  27158. Rescue        A non-multitasking shoot'em up game with smooth scrolling in
  27159.         three directions, four different pieces of music, highscore
  27160.         list, cheat mode, etc.  Automatically notices if started on
  27161.         an NTSC or PAL machine, and uses full PAL screen or NTSC
  27162.         overscan screen.  Binary only, shareware.
  27163.         Author:  Tobias Eckert
  27164.  
  27165. VirusHunter    A harmless screen hack.
  27166.         Author:  Tobias Eckert
  27167.  
  27168. ==========================  Contents of Disk 691  ==========================
  27169.  
  27170. This is disk 691 of the freely distributable AMIGA software library.
  27171. Below is a listing of the significant directories and their contents.
  27172.  
  27173.  
  27174. CManual        Disk 1 of a 5 disk distribution of one of the largest collect-
  27175.         ions of documents, examples, and utilities in C for the Amiga.
  27176.         It consists of six manuals, with more than 40 chapters, 175
  27177.         fully executable examples complete with source code, and sev-
  27178.         eral utilities and other goodies.  The manuals describe how
  27179.         to open and work with Screens, Windows, Graphics, Gadgets,
  27180.         Requesters, Alerts, Menus, IDCMP, Sprites, VSprites, AmigaDOS,
  27181.         Low Level Graphics Routines, etc.  They also explain how to
  27182.         use your C Compiler and give you important information about
  27183.         how the Amiga works and how your programs should be designed.
  27184.         When unpacked, the manuals and examples nearly fill up twelve
  27185.         standard Amiga floppies.  This is version 3.0, an update to
  27186.         version 2.0 on disks 456 and 457.  Because of its size, it is
  27187.         distributed on five library disks, 691 through 695.
  27188.         Author:  Anders Bjerin
  27189.  
  27190. ==========================  Contents of Disk 692  ==========================
  27191.  
  27192. This is disk 692 of the freely distributable AMIGA software library.
  27193. Below is a listing of the significant directories and their contents.
  27194.  
  27195.  
  27196. CManual        Disk 2 of a 5 disk distribution of one of the largest collect-
  27197.         ions of documents, examples, and utilities in C for the Amiga.
  27198.         It consists of six manuals, with more than 40 chapters, 175
  27199.         fully executable examples complete with source code, and sev-
  27200.         eral utilities and other goodies.  The manuals describe how
  27201.         to open and work with Screens, Windows, Graphics, Gadgets,
  27202.         Requesters, Alerts, Menus, IDCMP, Sprites, VSprites, AmigaDOS,
  27203.         Low Level Graphics Routines, etc.  They also explain how to
  27204.         use your C Compiler and give you important information about
  27205.         how the Amiga works and how your programs should be designed.
  27206.         When unpacked, the manuals and examples nearly fill up twelve
  27207.         standard Amiga floppies.  This is version 3.0, an update to
  27208.         version 2.0 on disks 456 and 457.  Because of its size, it is
  27209.         distributed on five library disks, 691 through 695.
  27210.         Author:  Anders Bjerin
  27211.  
  27212. ==========================  Contents of Disk 693  ==========================
  27213.  
  27214. This is disk 693 of the freely distributable AMIGA software library.
  27215. Below is a listing of the significant directories and their contents.
  27216.  
  27217.  
  27218. CManual        Disk 3 of a 5 disk distribution of one of the largest collect-
  27219.         ions of documents, examples, and utilities in C for the Amiga.
  27220.         It consists of six manuals, with more than 40 chapters, 175
  27221.         fully executable examples complete with source code, and sev-
  27222.         eral utilities and other goodies.  The manuals describe how
  27223.         to open and work with Screens, Windows, Graphics, Gadgets,
  27224.         Requesters, Alerts, Menus, IDCMP, Sprites, VSprites, AmigaDOS,
  27225.         Low Level Graphics Routines, etc.  They also explain how to
  27226.         use your C Compiler and give you important information about
  27227.         how the Amiga works and how your programs should be designed.
  27228.         When unpacked, the manuals and examples nearly fill up twelve
  27229.         standard Amiga floppies.  This is version 3.0, an update to
  27230.         version 2.0 on disks 456 and 457.  Because of its size, it is
  27231.         distributed on five library disks, 691 through 695.
  27232.         Author:  Anders Bjerin
  27233.  
  27234. ==========================  Contents of Disk 694  ==========================
  27235.  
  27236. This is disk 694 of the freely distributable AMIGA software library.
  27237. Below is a listing of the significant directories and their contents.
  27238.  
  27239.  
  27240. CManual        Disk 4 of a 5 disk distribution of one of the largest collect-
  27241.         ions of documents, examples, and utilities in C for the Amiga.
  27242.         It consists of six manuals, with more than 40 chapters, 175
  27243.         fully executable examples complete with source code, and sev-
  27244.         eral utilities and other goodies.  The manuals describe how
  27245.         to open and work with Screens, Windows, Graphics, Gadgets,
  27246.         Requesters, Alerts, Menus, IDCMP, Sprites, VSprites, AmigaDOS,
  27247.         Low Level Graphics Routines, etc.  They also explain how to
  27248.         use your C Compiler and give you important information about
  27249.         how the Amiga works and how your programs should be designed.
  27250.         When unpacked, the manuals and examples nearly fill up twelve
  27251.         standard Amiga floppies.  This is version 3.0, an update to
  27252.         version 2.0 on disks 456 and 457.  Because of its size, it is
  27253.         distributed on five library disks, 691 through 695.
  27254.         Author:  Anders Bjerin
  27255.  
  27256. CrossMaze    A crossword puzzle game where the player is given the words
  27257.         but no clues.  The object is to find a way to place all the
  27258.         words back into the puzzle.  Options include 10, 20, or 30
  27259.         word games with one or two players.  Version 1.0, binary only.
  27260.         Author:  James Butts
  27261.  
  27262. Kan        A program that patches a replacement delete function into
  27263.         the DOS library.  This program will simulate the Trashcan
  27264.         function provided by Workbench.  Support programs provided
  27265.         to allow automatic purging of Kan directory from startup
  27266.         sequence.  Compatible with 1.3, 2.0 and Amiga 3000.  Version
  27267.         1.0a, an update to version 1.0 on disk 660.  Binary only.
  27268.         Author:  James Butts
  27269.  
  27270. PgmToShd    Takes a standard PGM format graphics image and creates from it
  27271.         a PPM image containing information to view black and white
  27272.         images in 151 shades of gray instead of the Amiga's standard
  27273.         16.  It uses the monochrome composite video output jack avail-
  27274.         able on the Amiga 500 and 2000, so provided you have one of
  27275.         these computers and a monitor capable of receiving its input
  27276.         through composite video, no modifications are required to the
  27277.         Amiga.  The PBMPlus library of graphics manipulation routines
  27278.         is required to make use of this program, as well as a standard
  27279.         IFF viewer such as Mostra.  A sample test image is included.
  27280.         This is version 1.0, binary only.
  27281.         Author:  Dan Charrois
  27282.  
  27283. ==========================  Contents of Disk 695  ==========================
  27284.  
  27285. This is disk 695 of the freely distributable AMIGA software library.
  27286. Below is a listing of the significant directories and their contents.
  27287.  
  27288.  
  27289. CManual        Disk 5 of a 5 disk distribution of one of the largest collect-
  27290.         ions of documents, examples, and utilities in C for the Amiga.
  27291.         It consists of six manuals, with more than 40 chapters, 175
  27292.         fully executable examples complete with source code, and sev-
  27293.         eral utilities and other goodies.  The manuals describe how
  27294.         to open and work with Screens, Windows, Graphics, Gadgets,
  27295.         Requesters, Alerts, Menus, IDCMP, Sprites, VSprites, AmigaDOS,
  27296.         Low Level Graphics Routines, etc.  They also explain how to
  27297.         use your C Compiler and give you important information about
  27298.         how the Amiga works and how your programs should be designed.
  27299.         When unpacked, the manuals and examples nearly fill up twelve
  27300.         standard Amiga floppies.  This is version 3.0, an update to
  27301.         version 2.0 on disks 456 and 457.  Because of its size, it is
  27302.         distributed on five library disks, 691 through 695.
  27303.         Author:  Anders Bjerin
  27304.  
  27305. ICalc        A powerful calculator with many features, including user-
  27306.         defined variables and functions, C-style programming con-
  27307.         structs, complex number calculations and more.  Has com-
  27308.         prehensive instructions, and numerous examples.  This is
  27309.         version 2, a significant update to version 1.1 on disk 550.
  27310.         Binary only, source available from author.
  27311.         Author:  Martin W. Scott
  27312.  
  27313. PPData        A small utility for crunching data files using Nico Francois'
  27314.         powerpacker.library.  Requires Kickstart 2.0 or later.
  27315.         Includes source.
  27316.         Author:  Martin W. Scott
  27317.  
  27318. ==========================  Contents of Disk 696  ==========================
  27319.  
  27320. This is disk 696 of the freely distributable AMIGA software library.
  27321. Below is a listing of the significant directories and their contents.
  27322.  
  27323.  
  27324. CLITools    Two small shell commands, touch and time, which behave like
  27325.         their UNIX cousins, and can be made resident.  Kickstart 2.0
  27326.         or later required.  Includes source.
  27327.         Author:  Martin W. Scott
  27328.  
  27329. Drivers        Printer drivers for the Canon BJ10, BJ20, BJ130, BJ300, BJ330,
  27330.         and the 9 pin Epson mode Star printers.  Includes preferences
  27331.         programs for controlling additional options such as margin,
  27332.         timeout, job end signal, arXon switch box, greyscale conver-
  27333.         sion function, customized tab stops, default typeface, and
  27334.         more.  Binary only.
  27335.         Author:  Wolf Faust; distributed by Canon Europe N.V.
  27336.  
  27337. IFSLab        An Iterated Function System fractal generator.  This one
  27338.         focuses on the "Collage Theorem".  It permits you to draw an
  27339.         approximate outline of the planned fractal, then create the
  27340.         collage directly, jigsaw-puzzle style, from actual reduced
  27341.         images of the outline that you can manipulate and deform with
  27342.         the mouse.  The attractors of the resultant IFS codes can be
  27343.         rendered in black and white or in grayscale, and saved to IFF
  27344.         files.  Version 1.0, includes source in C.
  27345.         Author:  Nathan Zeldes
  27346.  
  27347. MemSnap        A small memory monitor useful for seeing how much memory
  27348.         other programs take up.  Based on a program called Memeter,
  27349.         which broke under Kickstart 2.0.  Requires Kickstart 2.0 or
  27350.         higher.  Includes source.
  27351.         Author:  Martin W. Scott
  27352.  
  27353. TinyClock    A cute little analog clock with lots of features, including
  27354.         pop-to-front, hourly chirp, and alarm.  Size and colors used
  27355.         are configurable, and it uses very little memory or cpu time.
  27356.         Requires Kickstart 2.0 or higher.  Binary only.
  27357.         Author:  Martin W. Scott
  27358.  
  27359. WindowTiler    A WB2.0 commodity for arranging windows.  Comes with many tool
  27360.         types to help customize it.  Supports virtual screen users,
  27361.         tiling, cascading, refusing windows & screens, exploding win-
  27362.         dows, etc.  This is version 2.1b, an update to version 1.2.1
  27363.         on disk 623, with many enhancements and bug fixes.  Binary
  27364.         only.
  27365.         Author:  Doug Dyer
  27366.  
  27367. ==========================  Contents of Disk 697  ==========================
  27368.  
  27369. This is disk 697 of the freely distributable AMIGA software library.
  27370. Below is a listing of the significant directories and their contents.
  27371.  
  27372.  
  27373. Hackdisk    A complete replacement for trackdisk.device minus support for
  27374.         5.25 inch and 150RPM floppies.  It offers a verify option and
  27375.         is faster than trackdisk 2.0.  Hackdisk is supplied as a Rom-
  27376.         Tag module and may be RamKick'ed or placed directly in the
  27377.         Kickstart ROM.  Free for non-commercial use, assembly source
  27378.         included.  This is version 1.10.
  27379.         Author:  Dan Babcock
  27380.  
  27381. HiSpeed        A high speed printing utility for DeskJet printers.  Output
  27382.         is reduced to about 1/4 of its original size.  The maximum
  27383.         processing speed is 4 pages/min.  Supports ANSI ESC codes
  27384.         (e.g. Italics), single or double sided printing, multiple
  27385.         copies, and free layout.  Two fonts are available.  DeskJet
  27386.         RAM cartridge required.  Version 2.7, shareware, binary only.
  27387.         Author:  Dietmar Eilert
  27388.  
  27389. QMouse        An unusually small and feature-packed "mouse utility".  Was
  27390.         inspired by, but not derived from, the original QMouse by
  27391.         Lyman Epp.  Features include automatic window activation
  27392.         (like WindX), top-line blanking for A3000/A2320 users, system-
  27393.         friendly mouse blanking, mouse acceleration/threshold, "Pop-
  27394.         CLI", click-to-front/back, "SunMouse", "NoClick", "WildStar",
  27395.         Northgate key remapping, and more.  Requires Kickstart 2.0,
  27396.         but is not a commodity.  Only 3K.  Version 2.10, public
  27397.         domain, assembly source included.
  27398.         Author:  Dan Babcock
  27399.  
  27400. TypoGrapher    A softfont editor package for 24-pinwriters and DeskJet
  27401.         printers (any model).  Editor supports Laser fonts, DeskJet
  27402.         fonts, Amiga fonts, pinwriter fonts and IFF files.  Features
  27403.         include about 40 drawing commands, special effects (e.g. 3D
  27404.         look), import/export of IFF images, generation of width
  27405.         tables, and more.  Includes several tools for easy download
  27406.         (e.g. simulation of "soft" font cartridges).  Requires at
  27407.         least 1Mb of memory.  Version 2.05, shareware, binary only.
  27408.         Author:  Dietmar Eilert
  27409.  
  27410. ==========================  Contents of Disk 698  ==========================
  27411.  
  27412. This is disk 698 of the freely distributable AMIGA software library.
  27413. Below is a listing of the significant directories and their contents.
  27414.  
  27415.  
  27416. SCRAM500    The first of a series of Public Domain "KitWare" hardware
  27417.         projects for the Amiga.  On this disk you will find the design
  27418.         for an 8Meg RAM and SCSI controller for the Amiga 500 (SCsi
  27419.         RAM for the 500 = SCRAM 500).  You will also find an order
  27420.         form to obtain PCB, chips and whatever you need to build one.
  27421.         The SCRAM 500 is easy to build, cheap and should be useful to
  27422.         a lot of people.  Included in this distribution is complete
  27423.         documentation on how to assemble a SCRAM 500, notes for Amiga
  27424.         1000 owners, a description of the custom chips, design notes,
  27425.         troubleshooting guide, user's manual, bill of materials, 12
  27426.         HPGL plot files for schematics and PCB layout, hard drive
  27427.         partitioning software, a mountable device driver, a ROMable
  27428.         driver, and more!
  27429.         Author:  Norman Jackson
  27430.  
  27431. ==========================  Contents of Disk 699  ==========================
  27432.  
  27433. This is disk 699 of the freely distributable AMIGA software library.
  27434. Below is a listing of the significant directories and their contents.
  27435.  
  27436.  
  27437. EZAsm        Combines 68000 assembly language with parts of C.  Produces
  27438.         highly optimized code.  Uses C-like function calls (supports
  27439.         all 2.04 functions), braces, "else", ".fd" support, and much
  27440.         more.  Comes bundled with A68k and Blink, for a complete
  27441.         programming environment.  This is version 1.7, an update to
  27442.         version 1.6 on disk 592.  Includes example source and execu-
  27443.         table files.  Binary only.
  27444.         Author:  Joe Siebenmann
  27445.  
  27446. IFFConvert    A program to convert the different compression methods of IFF
  27447.         ILBM files.  It supports the normal compression, a new com-
  27448.         pression method that compresses column by column instead of
  27449.         row by row, and uncompressed files.  Version 1.11, includes
  27450.         source.
  27451.         Author:  Matthias Meixner
  27452.  
  27453. MungWall    Munges memory and watches for illegal FreeMem's.  Especially
  27454.         useful in combination with Enforcer.  Output can go to either
  27455.         the serial or parallel port.  Includes a new MungList program
  27456.         that examines used memory areas for MungWall tag info, and
  27457.         outputs a list of who owns the various pieces of allocated
  27458.         memory, their sizes, etc.  Can even identify the owner of the
  27459.         memory by task name.  This is version 37.52, an update to
  27460.         version 37.51 on disk 659.  Binary only.
  27461.         Author:  Commodore Amiga; submitted by Carolyn Scheppner
  27462.  
  27463. ReOrg        ReOrg is a fast disk optimizer that can be used for floppy
  27464.         disks and hard disks.  Supports new Kickstart 2.04 features
  27465.         including hard and soft links and High-Density drives. In-
  27466.         cludes program versions in English and German for use with
  27467.         Kickstart 2.04 only.  This is version 2.3, an update to ver-
  27468.         sion 2.1 on disk 678.  Shareware, binary only.
  27469.         Author:  Holger Kruse
  27470.  
  27471. Shrink        A new archiver that uses dynamic arithmetic encoding with a
  27472.         dictionary size from 1-64Kb.  Slower than other archivers, but
  27473.         seems to get better compression ratios.  Another interesting
  27474.         feature is that it uses a new IFF format for it's archive
  27475.         files.  Version 1.1, binary only.
  27476.         Author:  Matthias Meixner
  27477.  
  27478. Sizer        Reports the size of selected disk objects (including subdir-
  27479.         ectories).  It reports the number of bytes in all plain files
  27480.         and the number of blocks occupied by files and directories.
  27481.         It is intended for the Workbench user who wants to know if
  27482.         there is room to drag-copy one or more icons.  Includes source
  27483.         and binary.
  27484.         Author:  Fabbian G. Dufoe, III
  27485. ==========================  Contents of Disk 700  ==========================
  27486.  
  27487. This is disk 700 of the freely distributable AMIGA software library.
  27488. Below is a listing of the significant directories and their contents.
  27489.  
  27490.  
  27491. TextPlus    TeXtPlus Professional is a TeX frontend word processor.  Now
  27492.         you are able to create TeX documents without having to know
  27493.         anything about the professional typesetting program TeX.
  27494.         Makes use of PasTeX, Georg Hessmann's Amiga implementation
  27495.         of TeX.  Contains both the English version (4.00EN) and the
  27496.         German version (4.00N).  These versions are updates to the
  27497.         3.00 versions on disk 484.  Shareware, binary only.
  27498.                 Author:  Martin Steppler
  27499.  
  27500. ==========================  Contents of Disk 701  ==========================
  27501.  
  27502. This is disk 701 of the freely distributable AMIGA software library.
  27503. Below is a listing of the significant directories and their contents.
  27504.  
  27505.  
  27506. Du        A very small (only 932 bytes) program to display the total
  27507.         disk space used by a directory and all its sub-directories.
  27508.         This is version 2.5, an update to version 1.0 on disk 416.
  27509.         Enhancements include wildcards, totals, clearer output
  27510.         plus the program can be made resident.  Requires Kickstart
  27511.         2.0. Includes source in assembler.
  27512.         Author:  Stuart Mitchell
  27513.  
  27514. Examiner    Will question you with files produced by SpellCheck.  Smaller
  27515.         than SpellCheck, looks better under AmigaDOS 2.0, and has some
  27516.         extra features.  Version 1.0, binary only.
  27517.         Author:  Preben Randhol
  27518.  
  27519. GNUPlot        An interactive function and data plotting program which
  27520.         supports a great number of output devices.  Includes
  27521.         extensive on-line help.  This is version 3.2, an update
  27522.         to version 3.0 on disk 552.  Includes source.
  27523.         Author:  Thomas Williams, Colin Kelley, et. al.
  27524.  
  27525. SpellCheck    A program which aids you in learning foreign words.  You enter
  27526.         the words and their translations, and then the computer quizes
  27527.         you later.  Version 1.3, update to version 1.2 on disk 606.
  27528.         Binary only.
  27529.         Author:  Torgeir Dings°yr, Pantheon Softworks
  27530.  
  27531. ==========================  Contents of Disk 702  ==========================
  27532.  
  27533. This is disk 702 of the freely distributable AMIGA software library.
  27534. Below is a listing of the significant directories and their contents.
  27535.  
  27536.  
  27537. A-Gene        Latest demo version of a popular genealogy database program.
  27538.         A-Gene now supports both PAL and NTSC systems.  This demo is
  27539.         complete but limited to 200 persons/70 marriages, and does
  27540.         not have on-line help.  A-Gene includes a text-editor to add
  27541.         free-form reports to records and allows you to show digitised
  27542.         pictures from within the program.  This version also includes 
  27543.         Ordinances for Church of Latter Day Saints users.  Pedigree
  27544.         charts and family group sheets, among other reports, can be
  27545.         printed.  A-Gene needs 1Mb of ram.  This is version 4.18, an
  27546.         update to version 3.10 on disk 425.  Binary only.
  27547.         Author:  Mike Simpson
  27548.  
  27549. DoubleSquares    A game played on a 10x10 board, where the goal is to set as
  27550.         many tiles on the board as possible.  There are 100 different
  27551.         color combinations for a single tile, and rules which control
  27552.         where tiles may be place.  Shareware, binary only.
  27553.         Author:  Manfred Kopp
  27554.  
  27555. Indent        A C source code formatter/indenter.  Especially useful for
  27556.         cleaning up inconsistently indented code.  Version 1.4, an
  27557.         update to version 1.3 on disk 672.  Includes source.
  27558.         Author:  Various, Amiga port by Carsten Steger
  27559.  
  27560. PointToPoint    A board game where each player gets to alternately set one
  27561.         of his stones on the board until the last field is occupied.
  27562.         The goal of the game is to enclose as many stones of the
  27563.         opponent as possible.  Version 1.1, shareware, binary only.
  27564.         Author:  Manfred Kopp
  27565.  
  27566. ==========================  Contents of Disk 703  ==========================
  27567.  
  27568. This is disk 703 of the freely distributable AMIGA software library.
  27569. Below is a listing of the significant directories and their contents.
  27570.  
  27571.  
  27572. BootX        An easy to use boot, file and link virus killer.  For use
  27573.         with KickStart 2.0 only.  Has lots of options to detect and
  27574.         kill Amiga viruses, extensive manual, locale support and
  27575.         AmigaGuide online help.  This is version 5.00, an update to
  27576.         version 4.45 on disk 641.  Binary only.
  27577.         Author:  Peter Stuer
  27578.  
  27579. HunkX        A utility to examine the hunk structure of executables, static
  27580.         libraries, dynamic libraries or object files.  Supports all
  27581.         AmigaDOS 2.0 hunks.  For use with KickStart 2.0 only.  This is
  27582.         version 2.00, binary only.
  27583.         Author:  Peter Stuer
  27584.  
  27585. LVD        A first defense utility against file and linkviruses.  It
  27586.         patches the LoadSeg vector(s) and checks every executable
  27587.         that comes along.  Recognizes 33 file or so linkviruses.
  27588.         Version 1.73, an update to version 1.72 on disk 641.  Binary
  27589.         only.
  27590.         Author:  Peter Stuer
  27591.  
  27592. MAssign        A little command to make 'M'ultiple assigns.  Allows you to
  27593.         remove all assign and makedir statements from your startup-
  27594.         sequence.  For use with KickStart 2.0 only.  Version 2.00,
  27595.         binary only.
  27596.         Author:  Peter Stuer
  27597.  
  27598. MPE        A compiler tool for users of the M2amiga programming environ-
  27599.         ment.  MPE does the same job better than your batch file.  You
  27600.         can do everything with the mouse or the right amiga key.  With
  27601.         this Modula-2 Programming Environment you can compile, link,
  27602.         and run your program.  When there is an error, the editor is
  27603.         started automatically.  You can set all switches for M2C, M2L
  27604.         and M2Make.  This is version 1.17, an update to version 1.0 on
  27605.         disk 671.  Binary only.
  27606.         Author:  Marcel Timmermans
  27607.  
  27608. ==========================  Contents of Disk 704  ==========================
  27609.  
  27610. This is disk 704 of the freely distributable AMIGA software library.
  27611. Below is a listing of the significant directories and their contents.
  27612.  
  27613.  
  27614. Flex        A replacement for the UNIX "lex" (lexical analyzer generator)
  27615.         program that is faster than lex, and freely redistributable.
  27616.         Lexical analyzer generators are generally used in combination
  27617.         with parser generators (such as yacc or bison), to generate
  27618.         frontends for language compilers and other tools.  Version
  27619.         2.3.7, an update to version 2.3 on disk 407.  Includes source.
  27620.         Author:  Jef Poskanzer, Vern Paxson, et. al.
  27621.  
  27622. GrabIFF        Lets you grab any screen, window, portions of a screen or a
  27623.         mousepointer-image as an IFF-ILBM-file, which can be used by
  27624.         nearly any paint program on the Amiga.  Gives you lots of
  27625.         useful options.  Implemented as a commodity.  Version 1.00.
  27626.         Includes documentation in german and english language.
  27627.         Author:  Hartmut Stein / Bernstein Zirkel Softworks
  27628.  
  27629. PowerPlayer    A very powerful, user friendly and system friendly module
  27630.         player.  It can handle nearly all module-formats, can read
  27631.         powerpacked modules, and comes along with its own cruncher
  27632.         that uses the lh.library written by Krekel/Barthel.  Has a
  27633.         simple to use user interface and an ARexx port.  Needs the
  27634.         powerpacker.library and the reqtools.library to run, both
  27635.         included in the package.  This is version 3.0, an update to
  27636.         version 2.7 on disk 687.  Freeware, binary only.
  27637.         Author:  Stephan Fuhrmann
  27638.  
  27639. SFCoder        A program that allows you to encrypt and decrypt files by
  27640.         using a password.  Uses complex routines to assure the
  27641.         security of your data.  Requires OS 2.0 to run.  Version 3.2,
  27642.         an update to version 3.0 on disk 687.  Freeware, binary only.
  27643.         Author:  Stephan Fuhrmann
  27644.  
  27645. SPClock        A clock that uses sprites to display the time.  This allows 
  27646.         the clock to remain visible no matter what screen is being 
  27647.         displayed and no matter where you scroll on a  Workbench 2.0 
  27648.         autoscrolling screen.  Version 2.1, includes source.
  27649.         Author:  Mark Waggoner
  27650.  
  27651. SunClock    Displays a map of the world showing the portion that is 
  27652.         presently illuminated by the sun.  Version 1.0, ported from 
  27653.         X11 and Suntools versions.  Includes source.
  27654.         Author:  Mark Waggoner, John Mackin, John Walker
  27655.  
  27656. ==========================  Contents of Disk 705  ==========================
  27657.  
  27658. This is disk 705 of the freely distributable AMIGA software library.
  27659. Below is a listing of the significant directories and their contents.
  27660.  
  27661.  
  27662. CrossMaze    A crossword puzzle game where the player is given the words
  27663.         but no clues.  The object is to find a way to place all the
  27664.         words back into the puzzle.  Options include 10, 20, or 30
  27665.         word games with one or two players.  Version 1.0a, an update
  27666.         to version 1.0 on disk 694.  Binary only.
  27667.         Author:  James Butts
  27668.  
  27669. FishCat        A program designed to allow searching the entire library.  Was
  27670.         written specifically for KS 2.0.  Features very fast searches
  27671.         and the built-in ability to easily add new disks to the data-
  27672.         base.  Supports many 2.0 features such as AppWindow and public
  27673.         screens.  Iconifies.  This is version 1.2, an update to ver-
  27674.         sion 1.1 on disk 607.  Adds a simple AREXX port, printing,
  27675.         compact update files, and fixes all known bugs.
  27676.         Author:  Matt Brown
  27677.  
  27678. MFR        Magic File Requester is a replacement for other file request-
  27679.         ers.  Features include complete keyboard control, nice outfit,
  27680.         proportional font support, multiple directory caching, file
  27681.         find mechanism, file class support, file notification, many
  27682.         configuration options, history list, etc.  This is version
  27683.         2.0a, shareware, binary only.
  27684.         Author:  Stefan Stuntz
  27685.  
  27686. NewIFF        New IFF code modules and examples for use with the Release 2
  27687.         iffparse.library.  This code release is again 1.3 compatible
  27688.         (the 37.8 release was not).  This code is intended to replace
  27689.         the 1985 EA IFF code modules, providing significant enhance-
  27690.         ments including support for arbitrary display modes and over-
  27691.         scan (2.0), clipboard load/save, centralized string handling
  27692.         (for ease of localization), and simplified subroutines for
  27693.         displaying, saving, and printing ILBMs.  And the 8SVX reader
  27694.         now plays!  This is version 37.10, an update to version 37.9
  27695.         on disk 674.
  27696.         Author:  Submitted by Carolyn Scheppner
  27697.  
  27698. ==========================  Contents of Disk 706  ==========================
  27699.  
  27700. This is disk 706 of the freely distributable AMIGA software library.
  27701. Below is a listing of the significant directories and their contents.
  27702.  
  27703.  
  27704. ABackup        A new backup utility for the Amiga.  May be used both for
  27705.         hard disk backup and for file archiving.  Has a full Intuition
  27706.         interface, can save/load file selections, handles HD disks,
  27707.         etc.  Includes both French and English versions.  This is
  27708.         version 1.31, shareware, binary only.
  27709.         Author:  Denis GOUNELLE
  27710.  
  27711. APrf        A freely redistributable printing utility for the Amiga.
  27712.         Features include a full Intuition interface, preview function,
  27713.         page selection, margin setup, line numbering, an AREXX port,
  27714.         a multi-columns mode, 2.04 system release support and more.
  27715.         Includes both French and English versions.  This is version
  27716.         1.30, an update to version 5.00 on disk 628.  Binary only.
  27717.         Author:  Denis GOUNELLE
  27718.  
  27719. AUSH        A new command line interpreter, designed to replace the CBM
  27720.         shell.  Features include file name completion, pattern expan-
  27721.         sion, expression computation, command history, for...done
  27722.         loops, and much more.  Almost fully compatible with ARP or
  27723.         Commodore shells.  This is version 1.42, with full support of
  27724.         AmigaDOS 2.04, a heavily modified parser, "pure" code, a few
  27725.         Enforcer/Mungwall hits removed, and other bug fixes and en-
  27726.         hancements.  Requires "arp.library" under 1.3.  Binary only.
  27727.         Author:  Denis GOUNELLE
  27728.  
  27729. PatchOS        Enhances OS 2.04 with three new features: keyboard-shortcuts
  27730.         for menus while a string-gadget is active, use of the star
  27731.         ('*') in AmigaDOS pattern matching and input of any char by
  27732.         typing its ASCII-code on the numeric pad.  Requires at least
  27733.         AmigaOS 2.04.  Implemented as a commodity.  Version 1.00.
  27734.         Includes documentation in german and english language.
  27735.         Author:  Hartmut Stein / Bernstein Zirkel Softworks
  27736.  
  27737. WalkingMan    A small screen hack that makes a variable number funny men
  27738.         appear on the WorkbenchScreen and CustomScreens.  They move
  27739.         depending on the graphics shown and changing graphics will
  27740.         be noticed by them.  Includes source.
  27741.         Author:  Jan P. Katz
  27742.  
  27743. ==========================  Contents of Disk 707  ==========================
  27744.  
  27745. This is disk 707 of the freely distributable AMIGA software library.
  27746. Below is a listing of the significant directories and their contents.
  27747.  
  27748.  
  27749. AMines        A small game, like the X-Window's game XMines.  The aim of the
  27750.         game is to detect all of the 99 mines in a 30 by 16 playing
  27751.         field.  Selecting a field uncovers a number that indicates how
  27752.         many of the adjacent fields contain mines.  This is version
  27753.         1.1, binary only.
  27754.         Author:  Manfred Huesmann
  27755.  
  27756. Aniso        A small puzzle game for your Workbench screen, similar to the
  27757.         "Brain game".  Played in a small window containing two 3 by 3
  27758.         grids.  One grid is already filled with numbers between one
  27759.         and four, and the other is empty.  The goal is to form an
  27760.         image of the first grid by clicking on squares in the empty
  27761.         grid.  Includes source.
  27762.         Author:  Barry McConnell
  27763.  
  27764. MungWall    Munges memory and watches for illegal FreeMem's.  Especially
  27765.         useful in combination with Enforcer.  Output can go to either
  27766.         the serial or parallel port.  Includes a new MungList program
  27767.         that examines used memory areas for MungWall tag info, and
  27768.         outputs a list of who owns the various pieces of allocated
  27769.         memory, their sizes, etc.  Can even identify the owner of the
  27770.         memory by task name.  This is version 37.54, an update to
  27771.         version 37.52 on disk 699.  Binary only.
  27772.         Author:  Commodore Amiga; submitted by Carolyn Scheppner
  27773.  
  27774. RayShade    Rayshade is a ray tracing program ported to the Amiga from
  27775.         UNIX.  Rayshade's features include eleven types of primitives,
  27776.         composite objects; several types of light sources, texturing,
  27777.         bump mapping, antialiasing, linear transformations, rendering
  27778.         of stereo pairs, rudimentary animation support, and more.
  27779.         Includes some example input files, original sources in C, and
  27780.         diffs for the Amiga.  Version 4.0PL6, Amiga Release 0.5, an
  27781.         update to version 4.0PL6 Amiga Release 0.4 on disk 679.
  27782.         Author:  Craig Kolb, Rod Bogart, Martin Hohl, et. al.
  27783.  
  27784. ==========================  Contents of Disk 708  ==========================
  27785.  
  27786. This is disk 708 of the freely distributable AMIGA software library.
  27787. Below is a listing of the significant directories and their contents.
  27788.  
  27789.  
  27790. HardBlocks    A shared library with support routines for Commodore's hard-
  27791.         block standard, and a small tool which demonstrates use of
  27792.         the library.  Version 1.2, an update to version 1.1 on disk
  27793.         653.  Includes source.
  27794.         Author:  Torsten Jⁿrgeleit
  27795.  
  27796. Icons        Some WorkBench 1.3 icons with a WorkBench 2.0 3D look.  They
  27797.         also look pretty good under 2.0 when simply run through one
  27798.         of the many icon remapping tools available.
  27799.         Author:  L. Guzman
  27800.  
  27801. Intuisup    A shared library with support routines for using texts, menus,
  27802.         borders, gadgets, requesters, and more, under AmigaDOS 1.3.
  27803.         Includes a template editor and source to library and test
  27804.         programs.  This is version 4.2, an update to version 4.0 on
  27805.         disk 654.
  27806.         Author:  Torsten Jⁿrgeleit
  27807.  
  27808. SmartED        Demonstration release of a DX7 voice editor, librarian, bulk
  27809.         storage utility.  When you run the Smart-ED demo you have one
  27810.         voice.  Load, Save, and Receive voice have been disabled.
  27811.         This is version 1.0, binary only.
  27812.         Author:  William Adjei
  27813.  
  27814. VoiceBoy    A small WorkBench utility which allows you to use DX7 voice
  27815.         libraries produced by both Smart-ED DX7 and Music-X.  Also
  27816.         contains a voice library drawer with a total of 64 voices for
  27817.         you to try out.  This is version 1.1, binary only.
  27818.         Author:  William Adjei
  27819.  
  27820. ==========================  Contents of Disk 709  ==========================
  27821.  
  27822. This is disk 709 of the freely distributable AMIGA software library.
  27823. Below is a listing of the significant directories and their contents.
  27824.  
  27825.  
  27826. CPUClr        A small hack, inspired by CPUBlit, that replaces the BitClear
  27827.         routine of the graphics library with a highly optimized 68020
  27828.         (or higher) routine.  This results in about a 60% speed up on
  27829.         a 68020 and should be even more on a 68030/68040.  This is
  27830.         version 2.000, includes source.
  27831.         Author:  Peter Simons
  27832.  
  27833. LittleBoulder    A "Pick'n Run" Action-game, which contains eight different
  27834.         levels to be completed within a certain time limit.  This is
  27835.         version 1.0, binary only.
  27836.         Author:  Carsten Magerkurth
  27837.  
  27838. Planets        A pair of programs to calculate the positions of the planets
  27839.         and the moon (as viewed from a specific point on the earth),
  27840.         for an arbitrary date and time.  This is version 1.1, an up-
  27841.         date to version 1.0 on disk 321.  Includes source.
  27842.         Author:  Keith Brandt et al.
  27843.  
  27844. ThinkAMania    A 'Concentration' like board game.  It features excellent
  27845.         hires graphics, funny sound effects and enormous fun for up
  27846.         to two players regardless of age and education.  This share-
  27847.         ware version is 100% functional, but does inlcude a requester
  27848.         that pops up from time to time to remind you of the shareware
  27849.         fee.  All options are available and the complete set of stones
  27850.         is integrated.  Version 2.9, an update to version 2.1 on disk
  27851.         541.  Binary only.
  27852.         Author:  Thomas Schwoeppe, Dirk Respondek
  27853. ==========================  Contents of Disk 710  ==========================
  27854.  
  27855. This is disk 710 of the freely distributable AMIGA software library.
  27856. Below is a listing of the significant directories and their contents.
  27857.  
  27858. AntiCicloVir    A link virus detector that detects 25 different such viruses.
  27859.         Version 1.5, an update to version 1.3 on disk 664.  Share-
  27860.         ware, binary only.
  27861.         Author:  Matthias Gutt
  27862.  
  27863. bBaseII        A simple database program using an intuition interface.
  27864.         Stores, sorts and searches for information.  Limited to
  27865.         9 fields in each record.  Features include fast sorting,
  27866.         search in any field, mailing label support, and best of
  27867.         all, it's really easy to use.  This is version 5.5, an
  27868.         update to version 5.32 on disk 652.  Enhancements include
  27869.         a 270% increase in storage capacity, range search, and add
  27870.         or delete a field.  Binary only.
  27871.         Author:  Robert Bromley
  27872.  
  27873. CryptoKing    A game for those who like to solve Cryptograms, (those coded
  27874.         sentences that have to be decoded to be read).  Operate with
  27875.         keyboard or mouse.  This is Version 1.1, an update to Version
  27876.         1.0 on disk 609.  Shareware, binary only.
  27877.         Author:  Robert Bromley
  27878.  
  27879. TypoGrapherFix    A patch for the TypoGrapher v2.05 font editor on disk 697.  It
  27880.         fixes a bug which kept the program from running on KickStart
  27881.         1.3 machines.
  27882.         Author:  Dietmar Eilert
  27883.  
  27884. ==========================  Contents of Disk 711  ==========================
  27885.  
  27886. This is disk 711 of the freely distributable AMIGA software library.
  27887. Below is a listing of the significant directories and their contents.
  27888.  
  27889.  
  27890. MouseAideDEMO    A demo version of a "Mouse utility" with all the standard
  27891.         functions; mouse acceleration with threshold, window and
  27892.         screen manipulation by mouse and keyboard, mouse and screen
  27893.         blanking, SUN (auto-activation) mouse, user definable "hot
  27894.         key" command, keyboard "string" macros, etc.  Also has func-
  27895.         tions other mouse programs do not, such as multi-icon-select
  27896.         with only the mouse, left and right button swapping, mouse
  27897.         port switching, WorkBench to the front function, freezing of
  27898.         the mouse and keyboard of all input, etc.  Written in assembly
  27899.         language for efficiency in size and CPU usage.  Version 5.02a,
  27900.         an update to version 4.23a on disk 646.  Shareware, binary
  27901.         only.
  27902.         Author:  Thomas J. Czarnecki
  27903.  
  27904. Solitaire    A shareware solitaire game of klondike solitaire.  The rules
  27905.         can be varied, and there are five different ways of working
  27906.         through the deck.  Also includes an undo function that will
  27907.         un-move more than the last move, a wrapup function for when
  27908.         a game is all but won, a palette requester to fine tune the
  27909.         colors to your liking and a save-setup function that remem-
  27910.         bers how all the options are set.  This is version 1.9, an
  27911.         update to version 1.8 on disk 511.  Shareware, binary only.
  27912.         Author:  Gaylan Wallis
  27913.  
  27914. TheWeb        A graphic-diagram based, interactive environment for data
  27915.         acquisition and processing.  This is a freely distributable
  27916.         demonstration edition that has a restricted set of modules,
  27917.         and cannot save things to disk, but is otherwise fully
  27918.         featured.  The concept is of data packets travelling along
  27919.         paths between data handling elements.  Configurations are
  27920.         built by placing and connecting the desired elements on
  27921.         screen using the mouse.  Needs the 2.04 or later operating
  27922.         system and at least 1MB of memory.  Version 1.1, binary only.
  27923.         Author:  Pete Goodeve and David Navas
  27924.  
  27925. Windowtool    Windowtool is a program that allows you to switch between
  27926.         windows, to close them and to change their size.  You can
  27927.         also open a new shell and stop multitasking.  The program
  27928.         is a standard commodity and can be controlled by the work-
  27929.         bench exchange program.  Version 1.0, includes source.
  27930.         Author:  Klaas Hermanns
  27931.  
  27932. ==========================  Contents of Disk 712  ==========================
  27933.  
  27934. This is disk 712 of the freely distributable AMIGA software library.
  27935. Below is a listing of the significant directories and their contents.
  27936.  
  27937.  
  27938. AniMan        AniMan combines Amiga animation, speech synthesis, and voice
  27939.         recognition, to provide you with an animated talking head
  27940.         that will run any Amiga program by voice command.  Ask for
  27941.         an Amiga program by name, and AniMan will oblige.  If AniMan
  27942.         becomes impatient, you may be insulted.  AniMan will also
  27943.         recite poetry if you ask nicely.  This is Version 3.0 of Ani-
  27944.         Man, an updaate to version 2.1 disk 653.  It corrects a bug
  27945.         that caused AniMan to crash on some machines but not others.
  27946.         This version will also automatically adjust for either NTSC
  27947.         or PAL systems.  Either the Perfect Sound 3 or Sound Master
  27948.         (Sound Magic) audio digitizer is required along with 1MB of
  27949.         fast memory.  AniMan is like nothing you've ever see before.
  27950.         Binary only.
  27951.         Author:  Richard Horne
  27952.  
  27953. HamLabDemo    Demo version of an expandable image format conversion utility
  27954.         that converts GIF, IFF, JPEG, Targa, BMP, TIFF, PBMPLUS, MTV,
  27955.         Spectrum 512, QRT, and Sun images into IFF (normal, HAM, half-
  27956.         brite, and "sliced" variations of each).  Images can be 
  27957.         scaled, dithered, color corrected, and cropped.  This demo
  27958.         version is limited to processing images of 512 by 512 pixels
  27959.         or less.  This is version 2.0.6, an update to version 1.1 on
  27960.         disk 466.  Shareware, binary only.
  27961.         Author:  J. Edward Hanway
  27962.  
  27963. JEyes        Amiga version of XEyes, a program which opens a window on the
  27964.         WorkBench screen containing eyes, which follow the cursor
  27965.         about the screen.  Version 3.0, binary only.
  27966.         Author:  John D. Gerlach Jr.
  27967.  
  27968. Solitaire    An amiga version of klondike solitaire.  Provides multiple
  27969.         options including six different decks, customizable game
  27970.         rules, game timer, the ability to view a stack, and an undo
  27971.         feature.  Binary only.
  27972.         Author:  David Meny and Albert Penello
  27973.  
  27974. ==========================  Contents of Disk 713  ==========================
  27975.  
  27976. This is disk 713 of the freely distributable AMIGA software library.
  27977. Below is a listing of the significant directories and their contents.
  27978.  
  27979.  
  27980. Free        Display how much free space (bytes or blocks) you have on any
  27981.         or all of your mounted disk volumes.  Runs from CLI only.
  27982.         This is version 1.06, an update to version 1.01 on disk 388.
  27983.         Free now searches your device list if desired (under AmigaOS
  27984.         2.0+ only), and several minor bugs have been fixed.  Includes
  27985.         source.
  27986.         Author:  Daniel J. Barrett
  27987.  
  27988. ICalc        A powerful calculator with many features, including user-
  27989.         defined variables and functions, C-style programming con-
  27990.         structs, complex number calculations and more.  Has com-
  27991.         prehensive instructions, and numerous examples.  This is
  27992.         version 2.1a, an update to version 2.0 on disk 695.  En-
  27993.         hancements include flexible number-base control and scripts
  27994.         to perform numerical integration.  Binary only, source
  27995.         available from author.
  27996.         Author:  Martin W. Scott
  27997.  
  27998. JoinSounds    A utility to join 8SVX sound files.  Graphical interface
  27999.         allows samples to be previewed, and start/stop points to be
  28000.         set.  This program will join both stereo and mono sound
  28001.         files in any combination.  Uses buffered disk I/O, allowing
  28002.         samples larger than available memory to be joined.  This is
  28003.         version 2, binary only.
  28004.         Author:  Joe Tatman and Brian Roy
  28005.  
  28006. LongPlay    An 8SVX IFF sound file player.  Reads samples directly from
  28007.         disk while playing, allowing unlimited length samples.  Runs
  28008.         as a background task and multi-tasks well.  Can also be used
  28009.         as the default tool of a project icon.  Binary only.
  28010.         Author:  Joe Tatman
  28011.  
  28012. MathsAdv    A simple game where you, the young adventurer, must try to
  28013.         escape the king's Maths Adventure.  To do this you must pass
  28014.         through a series of rooms.  In each room you are given a
  28015.         math problem to solve, after which you can proceed to the
  28016.         next room if you answer correctly.  The problems become more
  28017.         involved and more difficult in each room.  This is an update
  28018.         to the version on disk 602.  Includes source.
  28019.         Author:  Jason Lowe
  28020.  
  28021. ReflexTest    A game which tests your addition, subtraction, or multipli-
  28022.         cation skills.  The goal is to answer forty math questions
  28023.         in the shortest possibly time.  Binary only.
  28024.         Author:  Jason Lowe
  28025.  
  28026. ==========================  Contents of Disk 714  ==========================
  28027.  
  28028. This is disk 714 of the freely distributable AMIGA software library.
  28029. Below is a listing of the significant directories and their contents.
  28030.  
  28031.  
  28032. CoGo        An engineering/surveying program to solve coordinate geometry
  28033.         problems for highway design, surveying, subdivision layouts
  28034.         and constuction.  Needs 1 Mb of memory.  CLI only with output
  28035.         to screen or printer.  Manual, with sample problems, avail-
  28036.         able from author.  This is version 1.0, binary only.
  28037.         Author:  Don R. Benson
  28038.  
  28039. JoeyDemo    A demo version of a Sokoban type game where your task is to
  28040.         push Grullies (the only food of the Joey) to the stock, which
  28041.         is designated with little rhombic symbols on the floor.  To
  28042.         complicate things there are iceblocks and teleporters.  The
  28043.         demo version contains 5 levels while the registered version
  28044.         contains 60 levels.  Shareware, binary only.
  28045.         Author:  Richard Ziegler, Roland Schreiner
  28046.  
  28047. XStat        A UUCP utility that computes several statistics from the Xfer-
  28048.         Stat file (similar to UUTraf).  Offers lots of options.  Re-
  28049.         quires Andrew "Charly" Kopp's uucico V1.15c or later, and also
  28050.         Kickstart 2.04 (V37.x) or later.  Version 1.07, freeware,
  28051.         includes source in Modula-2.
  28052.         Author: Jⁿrgen Weinelt
  28053.  
  28054. ==========================  Contents of Disk 715  ==========================
  28055.  
  28056. This is disk 715 of the freely distributable AMIGA software library.
  28057. Below is a listing of the significant directories and their contents.
  28058.  
  28059.  
  28060. Intuisup    A shared library with support routines for using texts, menus,
  28061.         borders, gadgets, requesters, and more, under AmigaDOS 1.3.
  28062.         Includes a template editor and source to library and test
  28063.         programs.  This is version 4.4, an update to version 4.2 on
  28064.         disk 708.
  28065.         Author:  Torsten Jⁿrgeleit
  28066.  
  28067. LhA        A very fast archiver that is compatible with MS-DOS LhArc
  28068.         V1.13 and LHA V2.13, as well as the Amiga LhArc.  LhA is
  28069.         very memory efficient, has been written with stability
  28070.         and reliability in mind, has carefully optimized compression
  28071.         and decompression routines, is multitasking reentrant and
  28072.         pure, handles multiple volume archives (registered version
  28073.         only), and more.  Version 1.32, an update to version 1.22
  28074.         on disk 637.  Shareware, binary only.
  28075.         Author:  Stefan Boberg
  28076.  
  28077. ==========================  Contents of Disk 716  ==========================
  28078.  
  28079. This is disk 716 of the freely distributable AMIGA software library.
  28080. Below is a listing of the significant directories and their contents.
  28081.  
  28082.  
  28083. BCount        A utility to count files, directories, hardlinks, and softlinks
  28084.         for a given root directory.  Requires Amiga OS 2.04.  This is
  28085.         version 1.12, binary only.
  28086.         Author:  Norbert Bazin
  28087.  
  28088. ReOrg        ReOrg is a fast disk optimizer that can be used for floppy
  28089.         disks and hard disks.  Supports new Kickstart 2.04 features
  28090.         including hard and soft links and High-Density drives. In-
  28091.         cludes program versions in English and German for use with
  28092.         Kickstart 2.04 only.  This is version 2.31, an update to ver-
  28093.         sion 2.3 on disk 699.  Shareware, binary only.
  28094.         Author:  Holger Kruse
  28095.  
  28096. TalinCode    A bunch of source code for demos, tests, and experiments, that
  28097.         the author wrote over a period of 8 years, mostly for recrea-
  28098.         tion or for general R&D for projects that never materialized.
  28099.         Includes 3D techniques, a maze generator, logarithms, basic
  28100.         utility functions, dos functions, random numbers, and much
  28101.         more.  Includes source, mostly in assembly code.
  28102.         Author:  David Joiner
  28103.  
  28104. Wasp        A picture format converter.  Input formats supported include
  28105.         GIF (87a), IFF (lores, hires, HAM, EHB, 24-bit, sliced,
  28106.         dynamic, etc), SRGR, Sun rasterfile, PPM (P5 and P6), HL2,
  28107.         and MTV.  Output formats supported include IFF, SRGR, and
  28108.         PPM.  Version 2.02beta.  Includes source.
  28109.         Author:  Steven Reiz
  28110.  
  28111. ZMachine    A program which can interpret Zork Implementation Language
  28112.         (ZIL) data files.  ZIL is the language used by the interactive
  28113.         fiction series of games from Infocom Inc.  Version 1.0.3,
  28114.         binary only.
  28115.         Author:  leo@marco.UUCP, Amiga port by Kent Dalton
  28116.  
  28117. ==========================  Contents of Disk 717  ==========================
  28118.  
  28119. This is disk 717 of the freely distributable AMIGA software library.
  28120. Below is a listing of the significant directories and their contents.
  28121.  
  28122.  
  28123. ADev11        A complete development system for Motorola's 68HC11 processor,
  28124.         including a macro assembler, linker, librarian, downloader and
  28125.         disassembler.  Supports multiple source file and multiple
  28126.         relocatable segments per file.  Binary only.
  28127.         Author:  Stan Burton
  28128.  
  28129. ALock        A limited multiuser security system for your Amiga.  This is
  28130.         version 1.04, binary only.
  28131.         Author:  Trevor Andrews
  28132.  
  28133. FileStat    Facilitates the editing of all information about a file, such
  28134.         as protection bits, name, comment, etc., using a graphical
  28135.         interface.  Version 2.0, binary only.
  28136.         Author:  Robert Lang
  28137.  
  28138. PacMan        A pacman type game with 20 levels, 5 bonus levels, and extra
  28139.         tools.  Automatically adjusts to either PAL or NTSC.  Can be
  28140.         controlled with a joystick, mouse, or keyboard.  Written
  28141.         in assembly.  Version 1.1A, shareware, binary only.
  28142.         Author:  Edgar M. Vigdal
  28143.  
  28144. SpaceII        A hot-key program with over 50 functions including four screen
  28145.         blankers, screen shuffler, path/filename transmitter, text
  28146.         reader, virus checker, boot block display, calculator, disk
  28147.         copier and/or formatter, palette selector, screen dumper, etc.
  28148.         Version 2.3 beta, binary only.
  28149.         Author:  Edgar M. Vigdal
  28150.  
  28151. ViewIcon    Simple program to view icons from the shell.  Opens up a 
  28152.         sufficiently sized window so that the icon can be displayed
  28153.         in it.  If you click the icon, it has the same effect as
  28154.         clicking it on the workbench, so you can see the icon's
  28155.         alternate image.  Version 1.0, binary only.
  28156.         Author:  Robert Lang
  28157.  
  28158. ==========================  Contents of Disk 718  ==========================
  28159.  
  28160. This is disk 718 of the freely distributable AMIGA software library.
  28161. Below is a listing of the significant directories and their contents.
  28162.  
  28163.  
  28164. BootPic        BootPic allows you to install nearly any IFF picture that
  28165.         you like in place of the WorkBench hand that appears after a
  28166.         reset, and additionally plays a MED-Module.  Version 2.1b,
  28167.         an update to version 2.0 on disk 635.  Includes source in
  28168.         assembly.
  28169.         Author:  Andreas Ackermann
  28170.  
  28171. Less        A port of a UNIX text file reader.  It can use pipes, accepts
  28172.         multiple filenames, and has many convenient positioning com-
  28173.         mands for forward and backward movement, marking positions,
  28174.         etc.   This is version 177.4 an update to version 1.4Z on
  28175.         disk 511.  Includes source.
  28176.         Author:  Mark Nudelman, port by Frank Busalacchi
  28177.  
  28178. Settime        Set the system time from the internal hardware clock.  Written
  28179.         to be very small and fast.  Also includes versions that can be
  28180.         installed as boot blocks.  Version 0.9, includes source in
  28181.         assembly.
  28182.         Author:  Andreas Ackermann
  28183.  
  28184. SmallMath    "Drop-in" replacements for the Commodore IEEE math libraries
  28185.         for users with a math coprocessor.  Since these libraries do
  28186.         not contain the coprocessor-emulation code normally present,
  28187.         they are 60%-90% smaller than the usual libraries.  For the
  28188.         same reason, however, they cannot be used without a coproces-
  28189.         sor.  Version 1.1, public domain, partial source included.
  28190.         Author:  Laz Marhenke
  28191.  
  28192. ==========================  Contents of Disk 719  ==========================
  28193.  
  28194. This is disk 719 of the freely distributable AMIGA software library.
  28195. Below is a listing of the significant directories and their contents.
  28196.  
  28197.  
  28198. CrcLists    Complete CRC check files for disks 521-710 using the brik
  28199.         program.  These were made directly from my master disks.
  28200.         Along with the CRC lists from previous disks, these lists
  28201.         will allow you to check all of the disks in the library to
  28202.         make sure they are correct and complete.
  28203.         Author:  Fred Fish
  28204.  
  28205. DefTool        Programs that allow you to easily change the default tool of
  28206.         one or more project icons, from either the CLI or from Work-
  28207.         Bench.  The WorkBench version is a commodity.  Binary only.
  28208.         Author:  Robert Lang
  28209.  
  28210. DrawMap        A program for drawing representations of the Earth's surface.
  28211.         New features include seven new types of map projections, user
  28212.         specifiable point to be at the center of the maps, and box
  28213.         views that can now cross the international date line.  Also
  28214.         includes accelerated version requiring a 68020 CPU and 68881
  28215.         FPU, and versions for PAL systems.  Requires 1.5 Mb of memory
  28216.         and a hard disk with 1.6 Mb of free space.  Distributed in
  28217.         two parts, the other part is on disk 720.  Both parts are re-
  28218.         quired.  This is version 4.1, an update to version 4.0 on
  28219.         disks 639 and 640.  Includes full source.
  28220.         Author:  Bryan Brown.
  28221.  
  28222. FixIcon        Fixes some icons that show bad markings when run on greater
  28223.         than 4 color Workbenches.  Doesn't fix them all, but fixes a
  28224.         common problem.  Includes source in C.
  28225.         Author:  Robert Lang
  28226.  
  28227. MakeIcon    Allows you to create any of the Workbench 2.0 default icons
  28228.         for anything, disks, projects, drawers, the works.  Designed
  28229.         for people who work from the shell making disks that will
  28230.         ultimately run from the Workbench.  Requires Workbench 2.0.
  28231.         Binary only.
  28232.         Author:  Robert Lang
  28233. ==========================  Contents of Disk 720  ==========================
  28234.  
  28235. This is disk 720 of the freely distributable AMIGA software library.
  28236. Below is a listing of the significant directories and their contents.
  28237.  
  28238.  
  28239. DrawMap        A program for drawing representations of the Earth's surface.
  28240.         New features include seven new types of map projections, user
  28241.         specifiable point to be at the center of the maps, and box
  28242.         views that can now cross the international date line.  Also
  28243.         includes accelerated version requiring a 68020 CPU and 68881
  28244.         FPU, and versions for PAL systems.  Requires 1.5 Mb of memory
  28245.         and a hard disk with 1.6 Mb of free space.  Distributed in
  28246.         two parts, the other part is on disk 719.  Both parts are re-
  28247.         quired.  This is version 4.1, an update to version 4.0 on
  28248.         disks 639 and 640.  Includes full source.
  28249.         Author:  Bryan Brown.
  28250.  
  28251. ==========================  Contents of Disk 721  ==========================
  28252.  
  28253. This is disk 721 of the freely distributable AMIGA software library.
  28254. Below is a listing of the significant directories and their contents.
  28255.  
  28256.  
  28257. DataFiler    A database for names, addresses, phone numbers, etc.  Has
  28258.         search and print capabilities.  Version 1.01, binary only.
  28259.         Author:  Ken Winfield
  28260.  
  28261. DirWork        A fast, small, efficient, DirUtility.  Configurable options
  28262.         and buttons, as well as all the usual features.  Comes with
  28263.         external configuration editor.  This is version 1.62, an
  28264.         update to version 1.51 on disk 670.  Shareware, binary only.
  28265.         Author:  Chris Hames
  28266.  
  28267. Division    An educational program for kids of all ages that helps to
  28268.         develop and sharpen division skills.  Has four levels, a
  28269.         practice section, and a testing section.  Version 1.1, binary
  28270.         only.
  28271.         Author:  Ken Winfield
  28272.  
  28273. DPU        Disk Peek and Update, a hex disk and file editor.  Functions
  28274.         include show device info, show bitMap, check disk, zap file,
  28275.         zap disk, zap fileSystem and zap rigid disk blocks.  This is
  28276.         version 1.2, binary only.
  28277.         Author:  Frans Zuydwijk
  28278.  
  28279. Octothello    An othello type game, but played on an octaganal board.  There
  28280.         are hundreds of variations to the game, with resizable boards,
  28281.         different corner shapes, and a play to lose mode.  Shareware,
  28282.         binary only.
  28283.         Author:  PC Solutions
  28284.  
  28285. VCR        A database for all your VCR tapes.  Has built in search and
  28286.         print capabilities.  Version 1.1, binary only.
  28287.         Author:  Ken Winfield
  28288.  
  28289. ==========================  Contents of Disk 722  ==========================
  28290.  
  28291. This is disk 722 of the freely distributable AMIGA software library.
  28292. Below is a listing of the significant directories and their contents.
  28293.  
  28294.  
  28295. Counting    An educational program for kids from 4 to 14, that helps to
  28296.         develop and sharpen skills in addition, subtraction, and
  28297.         multiplication.  Version 1.0, binary only.
  28298.         Author:  Ken Winfield
  28299.  
  28300. Intuisup    A shared library with support routines for using texts, menus,
  28301.         borders, gadgets, requesters, and more, under AmigaDOS 1.3.
  28302.         Includes a template editor and source to library and test
  28303.         programs.  This is version 4.5, an update to version 4.4 on
  28304.         disk 715.
  28305.         Author:  Torsten Jⁿrgeleit
  28306.  
  28307. ==========================  Contents of Disk 723  ==========================
  28308.  
  28309. This is disk 723 of the freely distributable AMIGA software library.
  28310. Below is a listing of the significant directories and their contents.
  28311.  
  28312.  
  28313. AniMan        AniMan combines Amiga animation, speech synthesis, and voice
  28314.         recognition, to provide you with an animated talking head
  28315.         that will run any Amiga program by voice command.  Ask for
  28316.         an Amiga program by name, and AniMan will oblige.  If AniMan
  28317.         becomes impatient, you may be insulted.  AniMan will also
  28318.         recite poetry if you ask nicely.  This is Version 3.2 of Ani-
  28319.         Man, an update to version 3.0 disk 712.  Either the Perfect
  28320.         Sound 3 or Sound Master (Sound Magic) audio digitizer is re-
  28321.         quired, along with 1MB of fast memory.  Binary only.
  28322.         Author:  Richard Horne
  28323.  
  28324. DiskMate    A multitasking floppy disk utility program.  Features include
  28325.         multidrive disk copier, disk formatter, disk eraser, disk
  28326.         checker and installer.  Version 2.1, binary only.
  28327.         Author:  Malcolm Harvey
  28328.  
  28329. EternalRome    A historical strategy game, that in spite of its high complex-
  28330.         ity is fast and easy to play.  Fully mouse controlled with a
  28331.         fine zoomable map of the Roman empire (overscan and interlaced
  28332.         options).  The simulation delivers many historical insights
  28333.         because of its accuracy (may be used for educational purposes)
  28334.         and is a challenging and entertaining game for two or more
  28335.         players (also interesting for solitary studies).  Version 1.1,
  28336.         an enhanced update to version 1.0 on disk 502.  Tryware,
  28337.         binary only.
  28338.         Author:  Sven Hartrumpf
  28339.  
  28340. MemGauge    A graphical memory gauge.  Displays your computer's memory
  28341.         (chip, fast, public) in three horizontal bars.  Version 1.2,
  28342.         binary only.
  28343.         Author:  Malcolm Harvey
  28344.  
  28345. PrinterCTRL    A printer interface program which allows you to send raw HEX
  28346.         and device driver commands to your parallel printer.  Also
  28347.         has provisions for printing text files to the printer.device.
  28348.         Makes extensive use of the req.library functions.  This is
  28349.         version 1.00, freeware, includes source.
  28350.                 Author:  Paul Miskovsky
  28351.  
  28352. ==========================  Contents of Disk 724  ==========================
  28353.  
  28354. This is disk 724 of the freely distributable AMIGA software library.
  28355. Below is a listing of the significant directories and their contents.
  28356.  
  28357.  
  28358. BackUP        A hard drive backup program that features a custom Intuition
  28359.         interface, multi-floppy drive support, incremental/full back-
  28360.         ups, on-the-fly compression using lh.library, optional verify
  28361.         and a restorable configuration.  BackUP requires Workbench
  28362.         2.0, arp.library V39 and lh.library V1.  Version 3.5, binary
  28363.         only.
  28364.         Author:  Felix R. Jeske
  28365.  
  28366. DonsGenies    A collection of more than forty ARexx "genies" for use with
  28367.         Professional Page, plus some supporting material.  Also in-
  28368.         cludes two example ARexx scripts for Art Department Profes-
  28369.         sional.  Version 1.0, shareware, includes source.
  28370.         Author:  Don Cox
  28371.  
  28372. XSearch        A program to search files and directories on any Amiga device.
  28373.         Uses AmigaDOS 2.0 style interface.  Includes both German and
  28374.         English versions.  Includes source in KICKPascal.
  28375.         Author:  Stefan Pl÷chinger
  28376.  
  28377. ==========================  Contents of Disk 725  ==========================
  28378.  
  28379. This is disk 725 of the freely distributable AMIGA software library.
  28380. Below is a listing of the significant directories and their contents.
  28381.  
  28382.  
  28383. MagIcon        A program which takes 'fake' icons dropped on the Appicon and
  28384.         turns them into 'real' icons.  The program also supports a
  28385.         Tools-menu entry so 'fake' icons spread over several windows
  28386.         can be easily iconified.  Support for 38 file formats and the
  28387.         appropriate icons are included.  Requires Kickstart 2.0 or
  28388.         higher. This is version 1.0, binary only.
  28389.         Author:  Oystein Larsen, Ultima Thule Software
  28390.  
  28391. Mine        A new Modula-2 implementation of an old computer game.  You
  28392.         have an N * N square with mines hidden in some fields.  Your
  28393.         job is to mark them with a flag as fast as possible.  High-
  28394.         score lists are supported.  Important parts of the source
  28395.         code are included.  Requires AmigaDOS 2.0.
  28396.         Author:  Thomas Ansorge
  28397.  
  28398. SnoopDos    A utility for monitoring AmigaDOS calls.  In particular,
  28399.         it allows you to see what libraries, devices, fonts,
  28400.         environment variables or startup files a program is
  28401.         looking for.  Very useful when you're trying to install
  28402.         a new application.  Version 1.5, an update to version 1.2
  28403.         on disk 451.  Includes source in C.
  28404.         Author:  Eddy Carroll
  28405.  
  28406. Term        A gift-ware telecommunications program written for AmigaOS 2.0
  28407.         or higher.  Features include total configurability, full ARexx
  28408.         control, Xpr-transfer support, filetype-identification after
  28409.         download, cut & paste/point-and-click on screen, auto upload
  28410.         and download, unlimited size scrollable review buffer, solid
  28411.         and fully-featured VT100/VT220/ANSI emulation, optional fast
  28412.         atomic terminal emulation, hotkey support, powerful phonebook
  28413.         and dialing functions, ability to save and print the contents
  28414.         of the screen as IFF-ILBM or ASCII file, full overscan and
  28415.         screen resolution support (new ECS screen modes included),
  28416.         asynchronous operation and a lot more.  This is version 2.3,
  28417.         an update to version 2.2a on disk 681.  Includes full source.
  28418.         Because of its size, it is distributed on two disks.  This is
  28419.         part 1 of 2.  Part 2 is on disk 730.
  28420.         Author:  Olaf `Olsen' Barthel
  28421.  
  28422. ==========================  Contents of Disk 726  ==========================
  28423.  
  28424. This is disk 726 of the freely distributable AMIGA software library.
  28425. Below is a listing of the significant directories and their contents.
  28426.  
  28427.  
  28428. HamLabDemo    Demo version of an expandable image format conversion utility
  28429.         that converts GIF, IFF, JPEG, Targa, BMP, TIFF, PBMPLUS, MTV,
  28430.         Spectrum 512, QRT, and Sun images into IFF (normal, HAM, half-
  28431.         brite, and "sliced" variations of each).  Images can be 
  28432.         scaled, dithered, color corrected, and cropped.  This demo
  28433.         version is limited to processing images of 512 by 512 pixels
  28434.         or less.  This is version 2.0.8, an update to version 2.0.6
  28435.         on disk 712.  Shareware, binary only.
  28436.         Author:  Ed Hanway
  28437.  
  28438. Hextract    A complete header file reference.  Definitions, structures,
  28439.         structure members and offsets, flag values, library contents,
  28440.         function definitions, registers, library offsets, etc.  The
  28441.         data from a set of V1.3 Amiga and Lattice header files is
  28442.         included and packed for immediate reference by Hextract.
  28443.         Version 1.2, an update to version 1.1 on disk 674.  Has
  28444.         greatly reduced search times.  Freeware, includes partial
  28445.         source.
  28446.         Author:  Chas A. Wyndham
  28447.  
  28448. P-Index        A program for creating active index/selector pages to replace
  28449.         the normal window/icon display.  Appearance of pages is only
  28450.         limited by the capabilities of your paint program and your 
  28451.         imagination.  Index lines can be shown as arrays of boxes (as
  28452.         with current "selector" programs), or as icon look-alikes, or
  28453.         anything else you fancy, with normally a large saving in disk
  28454.         space.  Freeware, binary only.
  28455.         Author:  Chas A. Wyndham
  28456.  
  28457. P-Reader    An all-purpose reader that displays texts,pictures,animations
  28458.         and sounds, which may be uncompressed or compressed with
  28459.         'P-Compress'.  Texts can include embedded static or animated
  28460.         illustrations and sounds.  This is version 6.2, an update to
  28461.         version 5.2 on disk 595, and includes scrolling and a variety
  28462.         of screen colours, with other enhancements and bug fixes.
  28463.         Freeware, binary only.
  28464.         Author:  Chas A. Wyndham
  28465.  
  28466. PowerSnap       A utility that allows you to use the mouse to mark characters
  28467.                 anywhere on the screen, and then paste them somewhere else,
  28468.                 such as in another CLI or in a string gadget.  Checks what
  28469.                 font is used in the window you snap from and will look for
  28470.                 the position of the characters automatically.  Recognizes all
  28471.                 non proportional fonts of up to 24 pixels wide and of any
  28472.                 height.  Works with AmigaDOS 2.0 in both shell and WorkBench
  28473.                 environments.  This is version 2.0, an update to version 1.1
  28474.                 on disk 542.  Binary only.
  28475.                 Author:  Nico Francois
  28476.  
  28477. ==========================  Contents of Disk 727  ==========================
  28478.  
  28479. This is disk 727 of the freely distributable AMIGA software library.
  28480. Below is a listing of the significant directories and their contents.
  28481.  
  28482.  
  28483. 2View        2View is an ILBM picture viewer for use under Workbench 2.04
  28484.         or later.  It supports all standard ECS graphics modes, SHAM,
  28485.         Macropaint-style dynamic hires, color cycling, ARexx and both
  28486.         the CLI and Workbench.  Version 1.52, an update to version
  28487.         1.50 on disk 654.  This version fixes a bug in 1.50 and adds
  28488.         support for 2.04-style wildcards from the CLI.  Includes
  28489.         source.
  28490.         Author:  Dave Schreiber
  28491.  
  28492. Adventure    The Colossal Cave Adventure, by Donald Woods and Will
  28493.         Crowther.  This program runs from the CLI or Workbench, and
  28494.         is virtually identical to the original mainframe classic.
  28495.         This is version 1.10, an update to version 1.00 on disk 659.
  28496.         Binary only.
  28497.         Author:  Donald Woods, Will Crowther; ported by Tony Belding
  28498.  
  28499. Format        A 2.04-only replacement for the AmigaDOS Format command.  It
  28500.         uses a much more complete Workbench user interface (allowing
  28501.         for greater control over formatting from the Workbench) and
  28502.         is smaller that the original Format command.  Version 1.00,
  28503.         includes source.
  28504.         Author:  Dave Schreiber
  28505.  
  28506. Vertex        A 3D object editor that differs from other 3D editors in many
  28507.         ways.  You can choose any view, including perspective, to sel-
  28508.         ect points and examine objects.  The view can be rotated, pos-
  28509.         itioned and scaled at will by either typed in values or using
  28510.         the mouse, which makes the editor fast and responsive.  This
  28511.         is version 1.62a, an update to version 1.36.3 on disk 648.
  28512.         Shareware, binary only.
  28513.         Author:  Alexander D. Deburie
  28514.  
  28515. ==========================  Contents of Disk 728  ==========================
  28516.  
  28517. This is disk 728 of the freely distributable AMIGA software library.
  28518. Below is a listing of the significant directories and their contents.
  28519.  
  28520.  
  28521. 501        This program keeps score for the dart game 501. Games recorded 
  28522.         via the keyboard create a data base reflecting each player's 
  28523.         performance.  The statistics track personal bests, averages, 
  28524.         win percentages and high scores.  Written and compiled using
  28525.         HiSoft Basic Professional.  Version 1.15, an update to version
  28526.         1.12 on disk 651.  Binary only.
  28527.         Author:  Gilles Lepage
  28528.  
  28529. LastRefuge    A fast action game, written entirely in assembler.  Takes
  28530.         over the entire machine and loads off a special bootable
  28531.         disk.  Uses lhwarp (included) to regenerate the bootable
  28532.         game disk.  Binary only.
  28533.         Author:  Carsten Tag
  28534.  
  28535. PatchMan    An editor for the Roland JD-800 programmable synthesizer.
  28536.         You can receive/transmit/save/load single patches, the special
  28537.         setup, all internal patches, "ALL"-datas, set parameters for
  28538.         the three effect systems used in Multi mode and edit the var-
  28539.         ious part parameters.  Version 1.0, binary only.
  28540.         Author:  Michael Fuchs
  28541.  
  28542. ==========================  Contents of Disk 729  ==========================
  28543.  
  28544. This is disk 729 of the freely distributable AMIGA software library.
  28545. Below is a listing of the significant directories and their contents.
  28546.  
  28547.  
  28548. BBBBS        Baud Bandit Bulletin Board System.  Features include up to
  28549.         99 file libraries with extended filenotes, up to 99 fully
  28550.         threaded message conferences, number of users, files, mes-
  28551.         sages, etc. are only limited by storage space, controlled
  28552.         file library and message conference access for users and sys-
  28553.         ops, interface to extra devices like CD-ROM and others, all
  28554.         treated as read only, complete Email including binary mail,
  28555.         and multiple forwarding, user statistics including messages
  28556.         written, files uploaded or downloaded, time, etc, plus much
  28557.         more.  Version 5.4, binary only.
  28558.         Author:  Richard Lee Stockton
  28559.  
  28560. DSound        DSound is an 8SVX sound sample player that plays samples
  28561.         directly off a hard drive, without having to load the entire
  28562.         sample into memory first, making it possible to play samples
  28563.         of any length even under limited memory conditions.  This is
  28564.         version 1.20, an update to version 1.00 on disk 654.  This
  28565.         version adds sample looping, the ability to abort using CTRL-
  28566.         C, and the ability to prevent DSound from opening a window.
  28567.         Includes source.
  28568.         Author:  Dave Schreiber
  28569.  
  28570. FF        FF is a file find utility for use under Workbench 2.04 or
  28571.         later.    It features a full, font-sensitive GUI, AppWindow
  28572.         support, dynamic find-list update, the capability to recog-
  28573.         nize both hard and soft links, and the ability to optionally
  28574.         descend into hard links to directories.  This is version
  28575.         1.01, includes source.
  28576.         Author:  Dave Schreiber
  28577. ==========================  Contents of Disk 730  ==========================
  28578.  
  28579. This is disk 730 of the freely distributable AMIGA software library.
  28580. Below is a listing of the significant directories and their contents.
  28581.  
  28582. Term        A gift-ware telecommunications program written for AmigaOS 2.0
  28583.         or higher.  Features include total configurability, full ARexx
  28584.         control, Xpr-transfer support, filetype-identification after
  28585.         download, cut & paste/point-and-click on screen, auto upload
  28586.         and download, unlimited size scrollable review buffer, solid
  28587.         and fully-featured VT100/VT220/ANSI emulation, optional fast
  28588.         atomic terminal emulation, hotkey support, powerful phonebook
  28589.         and dialing functions, ability to save and print the contents
  28590.         of the screen as IFF-ILBM or ASCII file, full overscan and
  28591.         screen resolution support (new ECS screen modes included),
  28592.         asynchronous operation and a lot more.  This is version 2.3,
  28593.         an update to version 2.2a on disk 681.  Includes full source.
  28594.         Because of its size, it is distributed on two disks.  This is
  28595.         part 2 of 2.  Part 1 is on disk 725.
  28596.         Author:  Olaf `Olsen' Barthel
  28597.  
  28598. ==========================  Contents of Disk 731  ==========================
  28599.  
  28600. This is disk 731 of the freely distributable AMIGA software library.
  28601. Below is a listing of the significant directories and their contents.
  28602.  
  28603.  
  28604. FindIt        A fully Intuitionised file finder.  Features include search
  28605.         multiple drives/directories, search for file names starting
  28606.         with/not starting with given text, file names containing/not
  28607.         containing given text, file names ending with/not ending with
  28608.         given text, files created on/after/before/not-on given date,
  28609.         files containing given text, etc.  Found files can be copied,
  28610.         deleted, viewed, or printed.  Requires Workbench 2.0.  This
  28611.         is version 1.0, binary only.
  28612.         Author:  Gary Smith
  28613.  
  28614. GadToolsBox    A program that lets you draw/edit GadTools gadgets and menus
  28615.         and then generates the corresponding C or assembly code for
  28616.         you.  This is version 1.4, an update to version 1.3 on disk
  28617.         659.  Includes source.
  28618.         Author:  Jan van den Baard
  28619.  
  28620. QMouse        An unusually small and feature-packed "mouse utility".  Was
  28621.         inspired by, but not derived from, the original QMouse by
  28622.         Lyman Epp.  Features include automatic window activation
  28623.         (like WindX), top-line blanking for A3000/A2320 users, system-
  28624.         friendly mouse blanking, mouse acceleration/threshold, "Pop-
  28625.         CLI", click-to-front/back, "SunMouse", "NoClick", "WildStar",
  28626.         Northgate key remapping, and more.  Requires Kickstart 2.0,
  28627.         but is not a commodity.  Only 3K.  Version 2.20, an update to
  28628.         version 2.10 on disk 697.  Public domain, assembly source
  28629.         included.
  28630.         Author:  Dan Babcock
  28631.  
  28632. ==========================  Contents of Disk 732  ==========================
  28633.  
  28634. This is disk 732 of the freely distributable AMIGA software library.
  28635. Below is a listing of the significant directories and their contents.
  28636.  
  28637.  
  28638. FontViewer    A program to view fonts.  Features include selectable screen
  28639.         resolutions, outline font support (WB 2.0), ColorFont support,
  28640.         up to thirty fonts shown at once with each in its own window,
  28641.         up to three lines of changeable text for viewing fonts, use
  28642.         file requester to find fonts to view (WB 2.0).  Version 1.2,
  28643.         binary only.
  28644.         Author:  Gary Smith
  28645.  
  28646. MPE        A compiler tool for users of the M2amiga programming environ-
  28647.         ment.  MPE does the same job better than your batch file.  You
  28648.         can do everything with the mouse or the right amiga key.  With
  28649.         this Modula-2 Programming Environment you can compile, link,
  28650.         and run your program.  When there is an error, the editor is
  28651.         started automatically.  You can set all switches for M2C, M2L
  28652.         M2Make, M2Project, and M2LibLink.  This is version 1.31, an
  28653.         update to version 1.17 on disk 703.  Binary only.
  28654.         Author:  Marcel Timmermans
  28655.  
  28656. PSUtils        Some utilities for postscript and adobe fonts.  Resetadobe
  28657.         (version 1.0) is a program to modify the AFM files of adobe
  28658.         fonts which do not appear to have the correct spacing after
  28659.         being generated by AFM2PFM.  Postsplit (version 1.0) is a
  28660.         program to split a color PageStream postscript file into
  28661.         individual color/page files for multipass printing.  PFM2AFM
  28662.         (version 1.0) generates AFM files for adobe fonts.  T1Utils
  28663.         is a set of adobe font manipulation tools including a font
  28664.         disassembler.
  28665.         Author:  I. Parker, D. Spencer, Ken Borgendale, Lee Hetherinton
  28666.  
  28667. Riff        A little iff reader written in M2amiga Modula-2.  Version 1.0,
  28668.         includes source.
  28669.         Author:  Marcel Timmermans
  28670.  
  28671. RTracker    A MOD player that is small, easy to use, highly configurable,
  28672.         follows CBM's style guide, supports automatic decompression
  28673.         of MODs, and more.  Version 2.0, shareware, binary only.
  28674.         Author:  Mike Manzano
  28675.  
  28676. ==========================  Contents of Disk 733  ==========================
  28677.  
  28678. This is disk 733 of the freely distributable AMIGA software library.
  28679. Below is a listing of the significant directories and their contents.
  28680.  
  28681.  
  28682. AntiCicloVir    A link virus detector that detects 25 different such viruses.
  28683.         Version 1.6, an update to verion 1.5 on disk 710.  Share-
  28684.         ware, binary only.
  28685.         Author:  Matthias Gutt
  28686.  
  28687. Cube        An animated Rubik's Cube simulator, solver, and tutorial.  It
  28688.         uses two solving algorithms, one which can be applied by a
  28689.         human using simple rules, and another that is too complicated
  28690.         to be used except by a computer.  Shareware, includes source.
  28691.         Author:  Martin Gitelson
  28692.  
  28693. Sushi        A tool to intercept the raw serial output of Enforcer 2.8b,
  28694.         Enforcer.megastack 26.f, Mungwall, and all other tool and ap-
  28695.         plication debugging output that uses kprintf.  This makes it
  28696.         possible to use serial debugging on a single Amiga, without
  28697.         interfering with attached serial hardware such as modems and
  28698.         serial printers.  Sushi also provides optional signalling and
  28699.         buffer access to an external display/watcher program.  Version
  28700.         37.7, binary only.
  28701.         Author:  Carolyn Scheppner
  28702.  
  28703. Termcap        A port of the GNU termcap library for the amiga.  Termcap is
  28704.         a library of C functions and a database of terminal descrip-
  28705.         tions, that allows an application to send control strings to
  28706.         terminals in a way independent of the specific terminal type.
  28707.         Author:  Various
  28708.  
  28709. ==========================  Contents of Disk 734  ==========================
  28710.  
  28711. This is disk 734 of the freely distributable AMIGA software library.
  28712. Below is a listing of the significant directories and their contents.
  28713.  
  28714.  
  28715. PowerVisor    A powerful machine language debugger and system monitor de-
  28716.         signed for the serious Amiga programmer.  PowerVisor supports
  28717.         all Amigas and all processors (including the 68040).  There
  28718.         are two versions, one for AmigaDOS 2.0 and one for AmigaDOS
  28719.         1.3 (or 1.2).  Among many other things, PowerVisor supports
  28720.         symbols and ARexx (with 215 different ARexx commands).  It
  28721.         is also very customizable.  The AmigaDOS 2.0 version supports
  28722.         online help with 'AmigaGuide' and is installable with the 2.0
  28723.         Installer.  This is version 1.20.  Source for some examples
  28724.         is included.  PowerVisor is shareware.  Registered users can
  28725.         order the complete PowerVisor source.  This is part 1 of a
  28726.         two part distribution.  Part 2 is on disk 735.
  28727.         Author:  Jorrit Tyberghein
  28728.  
  28729. UCD        A utility for changing the current directory that scans a disk
  28730.         and builds a file containing information about the directory
  28731.         structure that makes it possible for UCD to change directory
  28732.         to any directory in the scanned volume by simply naming the
  28733.         directory without pathname information.  Version 1.0, share-
  28734.         ware, binary only.
  28735.         Author:  Uffe Holst Christiansen
  28736.  
  28737. ==========================  Contents of Disk 735  ==========================
  28738.  
  28739. This is disk 735 of the freely distributable AMIGA software library.
  28740. Below is a listing of the significant directories and their contents.
  28741.  
  28742.  
  28743. PowerVisor    A powerful machine language debugger and system monitor de-
  28744.         signed for the serious Amiga programmer.  PowerVisor supports
  28745.         all Amigas and all processors (including the 68040).  There
  28746.         are two versions, one for AmigaDOS 2.0 and one for AmigaDOS
  28747.         1.3 (or 1.2).  Among many other things, PowerVisor supports
  28748.         symbols and ARexx (with 215 different ARexx commands).  It
  28749.         is also very customizable.  The AmigaDOS 2.0 version supports
  28750.         online help with 'AmigaGuide' and is installable with the 2.0
  28751.         Installer.  This is version 1.20.  Source for some examples
  28752.         is included.  PowerVisor is shareware.  Registered users can
  28753.         order the complete PowerVisor source.  This is part 2 of a
  28754.         two part distribution.  Part 1 is on disk 734.
  28755.         Author:  Jorrit Tyberghein
  28756.  
  28757. ==========================  Contents of Disk 736  ==========================
  28758.  
  28759. This is disk 736 of the freely distributable AMIGA software library.
  28760. Below is a listing of the significant directories and their contents.
  28761.  
  28762.  
  28763. EasyStart    A program to start other programs in a very easy way.  It can
  28764.         start programs with a popup menu, a popup screen, with menu
  28765.         items in the WorkBench menu, with a window containing gadgets,
  28766.         and more.  Version 1.12, binary only.
  28767.         Author:  Andreas Krebs
  28768.  
  28769. InTime        A program to overlay a 'timecode' onto videotape while making
  28770.         working dubs of original footage.  The display consists of a
  28771.         tape number, hours, minutes and seconds.  It is designed to
  28772.         be used as as aid in logging and finding sections of a video
  28773.         tape.  The display can be in any shown in any font.  This is
  28774.         version 1.2, binary only.
  28775.         Author:  Gary Smith
  28776.  
  28777. MegaD        A directory utility with multiple directory windows so you
  28778.         may copy from multiple sources to a single destination, copy
  28779.         from one source to multiple destinations, or copy from multi-
  28780.         ple sources to multiple destinations.  Full font support, full
  28781.         screens support, application icons, application menus and ap-
  28782.         plication windows support.  Includes 126 page tutorial and 47
  28783.         page user guide.  Other features include 72 user defined com-
  28784.         mand gadgets with simple keyboard equivalents, and multiple
  28785.         filters on directory listings.  Version 2.00, binary only.
  28786.         Author:  John L. Jones
  28787.  
  28788. ==========================  Contents of Disk 737  ==========================
  28789.  
  28790. This is disk 737 of the freely distributable AMIGA software library.
  28791. Below is a listing of the significant directories and their contents.
  28792.  
  28793.  
  28794. AMPlotDemo    A demonstration version of a commercial graph plotting program
  28795.         designed for publication quality plotting of scientific data.
  28796.         The demo allows datasets no larger than 10 datapoints and will
  28797.         not create hard copy plots.  Version 2.0, binary only.
  28798.         Author:  Andrew Martin, SciTech Software
  28799.  
  28800. ANSI        A small CLI utility to convert C source between ANSI and
  28801.         Kernighan and Ritchie function definition formats.  Also
  28802.         allows generation of prototypes.  No Amiga extensions and
  28803.         should be portable.  Version 1.6, an update to version 1.0
  28804.         on disk 598.  Includes C source.
  28805.         Author:  Andrew Martin, SciTech Software
  28806.  
  28807. DBuff        Source code with a small demo to implement double buffering
  28808.         by adding a second ViewPort to an Intuition screen.  Version
  28809.         1.3, an update to version 1.0 on disk 599.  Includes C source.
  28810.         Author:  Andrew Martin, SciTech Software
  28811.  
  28812. PrLabel        A utility to print laser printer labels. Support 3x8, 2x8
  28813.         and 2x7 A4 label sheets.  The program may easily be modified 
  28814.         for other formats.  Also serves as a demonstration of using 
  28815.         STSLib for gadgets and menus.  Version 1.2, an update to
  28816.         version 1.1 on disk 599.  Includes C source.
  28817.         Author:  Andrew Martin, SciTech Software
  28818.  
  28819. ==========================  Contents of Disk 738  ==========================
  28820.  
  28821. This is disk 738 of the freely distributable AMIGA software library.
  28822. Below is a listing of the significant directories and their contents.
  28823.  
  28824.  
  28825. CanonBJC    Color printer driver package for Canon BJC 800 and Canon Epson
  28826.         emulation printers.  Supports Epson 24/48 pin and BJC emula-
  28827.         tion compressed native mode.  This driver is not limited to
  28828.         16/4096 shades/colors.  Includes font independent preferences
  28829.         programs for controlling additional options, free definable
  28830.         dither routines (many are included), ink compensation, color
  28831.         adjustment, timeout, and more.  Version 1, binary only.
  28832.         Author:  Wolf Faust, Distribution by Canon Europe N.V.
  28833.  
  28834. CanonStudio    Prints IFF pictures from disk in 24/8 bit accuracy on normal
  28835.         WB printer driver.  Pictures can be printed in any size
  28836.         (poster function) without need for much memory.  Supports most
  28837.         IFF formats (incl. EHB, HAM6, HAM8, IFF24).  Provides a nice
  28838.         font independent user interface, free definable ordered
  28839.         dithers, error diffusion and blue noise dithers, ARexx Inter-
  28840.         face, color adjustments, ink compensation, printer spooler and
  28841.         more.  This version is limited to Canon printer drivers.
  28842.         Version 1.2, shareware, binary only.
  28843.         Author:  Wolf Faust
  28844.  
  28845. Galaga        A space "blast-em" game with over 300 different animation
  28846.         frames in 16 colors, many levels, end of stage nasties, bonus
  28847.         levels, kamikaze raids, etc.  Version 1.4, binary only.
  28848.         Author:  Geert Coelmont and Romain Voes
  28849.  
  28850. ==========================  Contents of Disk 739  ==========================
  28851.  
  28852. This is disk 739 of the freely distributable AMIGA software library.
  28853. Below is a listing of the significant directories and their contents.
  28854.  
  28855.  
  28856. Deft        A program to change the default tool of project icons.  Will
  28857.         search through a disk or directory, finding all icons that
  28858.         contain a specified default tool and change that tool to a
  28859.         different one.  It is useful for changing the default tools
  28860.         of all the doc files on disk to your favourite text reader,
  28861.         for example.  Version 1.0, binary only.
  28862.         Author:  Gary Smith
  28863.  
  28864. Hyper        Will lead you through documents that are written to be used
  28865.         with the legendary `Am*gaGu*de' from Commodore.  An ARexx port
  28866.         gives access to it from other applications.  Requires OS 2.0.
  28867.         Version 1.0, shareware.
  28868.         Author:  Bernd (Koessi) Koesling
  28869.  
  28870. IconAuthor    A replacement for IconEdit2.0.  It can transform IFF images or
  28871.         brushes into resized 2-BitPlane brushes or icon files that
  28872.         match the WorkBench2.0 colors.  Online help is available via
  28873.         `Hyper'.  Demo version limited to processing provided demo
  28874.         image only.  Requires OS 2.0.  Version 1.0, shareware, binary
  28875.         only.
  28876.         Author:  Bernd (Koessi) Koesling
  28877.  
  28878. InScript    A program for producing video titles.  Features include fully
  28879.         editable text entry, IFF pictures as background, unlimited
  28880.         number of fonts loaded at one time, up to 99 undos, outline
  28881.         font support (WB 2.0), text styles (shadow, outline, etc) can
  28882.         be named and saved, toolbar for common operations, playback
  28883.         script maker with transitions between pages, adjustable color
  28884.         cycling, low, high and interlace resolutions with overscan,
  28885.         adjustable kerning, and comprehensive text alignment options.
  28886.         InScript can save InScript data, IFF pictures or animation
  28887.         files.  At least 1 mb memory required.  Version 1.1, share-
  28888.         ware, binary only.
  28889.         Author:  Gary Smith
  28890.         
  28891. Keti        Prints 3.5" disk labels (71.5 x 69.6 mm) on a NecP6 from a 15
  28892.         line ASCII file.  The first line will be the headline (max 25
  28893.         chars), 14 textlines (max 44 chars) may follow.  Requires OS
  28894.         version 2.0.  Includes source and DME macros.
  28895.         Author:  Bernd (Koessi) Koesling
  28896.  
  28897. WKSC        Workbench Keyboard Shortcut Changer is a program which allows
  28898.         you to add or change keyboard shortcuts used for the Work-
  28899.         bench menus.  WKSC works on Workbench 1.2, 1.3 and 2.0.  This
  28900.         is version 1.0, binary only.
  28901.         Author:  Gary Smith
  28902. ==========================  Contents of Disk 740  ==========================
  28903.  
  28904. This is disk 740 of the freely distributable AMIGA software library.
  28905. Below is a listing of the significant directories and their contents.
  28906.  
  28907.  
  28908. Debt        A calculator suitable for dealing with numbers the size of the
  28909.         national debt.  Will accept two 60 digit numbers and come up
  28910.         with a 120 digit answer.  Includes source.
  28911.         Author:  Martin Gitelson
  28912.  
  28913. HDMem        Demo version of software that allows you to use virtual memory
  28914.         with OS2.0, version 37.x or higher, on m68020/m68851 or m68030
  28915.         amigas.  Supports task exclusion.  The demo version is limited
  28916.         to 2Mb of virtual memory.  Version 2.0, shareware, binary only.
  28917.         Author:  Stefan Rompf
  28918.  
  28919. Klondike    A single player card game.  Version 1.3, an update to version
  28920.         1.1c on disk 491.  Shareware, binary only.
  28921.         Author:  Peter Wiseman
  28922.  
  28923. MemCheck    A small tool to watch the first 1000 bytes of memory for ille-
  28924.         gal write actions.  It also checks some system vectors (cold-
  28925.         capture, coolcapture, warmcapture, kickMemPtr, kickTagPtr and
  28926.         kickCheckSum) to show any changes made by viruses.  Kickstart
  28927.         1.3/2.04 compatible.  Version 1.0, binary only.
  28928.         Author:  Tom Kroener
  28929.  
  28930. MultiClock    A flexible titlebar clock commodity with many extra features
  28931.         such as chime with builtin or digitized sounds, alarm which
  28932.         allows launching an Arexx or Batch file, and both digitised
  28933.         and narrator speech to say the time.  Requires AmigaDos 2.04
  28934.         or greater.  Version 1.17, binary only.
  28935.         Author:  Hugh Leslie
  28936.  
  28937. PerfMonitor    A small tool to show the CPU usage of each task.  Kickstart
  28938.         1.3/2.04 compatible.  Version 1.0, binary only.
  28939.         Author:  Tom Kroener
  28940.  
  28941. ==========================  Contents of Disk 741  ==========================
  28942.  
  28943. This is disk 741 of the freely distributable AMIGA software library.
  28944. Below is a listing of the significant directories and their contents.
  28945.  
  28946.  
  28947. BioComp        A program that computes the biorhythmic compatibility of
  28948.         two persons.  Uses an intuition interface and allows the
  28949.         printing of the results.  Version 1.13, binary only.
  28950.         Author:  GΘrard Cornu
  28951.  
  28952. RKRM_Devices    Part one of a four part distribution of complete source
  28953.         code and executables of all the examples in the third 
  28954.         edition Amiga ROM Kernel Reference Manuals, published
  28955.         by Addison-Wesley.  Part two is on this disk and parts 
  28956.         three and four can be found on disk 742.
  28957.         Author:  Commodore CATS
  28958.  
  28959. RKRM_Lib1    Part two of a four part distribution of complete source
  28960.         code and executables of all the examples in the third 
  28961.         edition Amiga ROM Kernel Reference Manuals, published
  28962.         by Addison-Wesley.  Part one is on this disk and parts 
  28963.         three and four can be found on disk 742.
  28964.         Author:  Commodore CATS
  28965.  
  28966. Shell2Front    A simple, small and pure utility to be launched by a hotkey.
  28967.         It brings to the front, the first shell window it finds,
  28968.         including its screen.  Version 0.12, binary only. 
  28969.         Author:  GΘrard Cornu
  28970.  
  28971. ShowI        A CLI tool which displays all given icons in the original
  28972.         OS 2.0 look.  It opens a little window displaying the Icon 
  28973.         where you can select and deselect it.  By pressing 'n' the
  28974.         next one is displayed.  This is version 1.9. FreeWare,  
  28975.         binary only.
  28976.                 Author:  Hans-Peter Guenther
  28977.  
  28978. Sizer        A small and pure shell utility giving the size in bytes,
  28979.         blocks, and the total size occupied by a directory, file or 
  28980.         device.  Accepts multiple arguments.  Version 0.20, binary 
  28981.         only.
  28982.         Author:  GΘrard Cornu
  28983.  
  28984. ==========================  Contents of Disk 742  ==========================
  28985.  
  28986. This is disk 742 of the freely distributable AMIGA software library.
  28987. Below is a listing of the significant directories and their contents.
  28988.  
  28989.  
  28990. AList        A CLI command that lists the length of every file and the
  28991.         REAL length of every subdirectory in Bytes, KBytes and MBytes.
  28992.         Version 1.0, includes source in C.
  28993.         Author:  AndrΘ Willms
  28994.  
  28995. ColorSwitch    A little program to switch between WB1.3, WB2.x and user pref-
  28996.         erence palettes.  Requires Kickstart 2.0 or higher.  Includes
  28997.         source in C.
  28998.         Author:  Martin W. Scott
  28999.  
  29000. CloseWD        A tool which enables you to kill windows which are left on
  29001.         any screen from other programs, which have been terminated by
  29002.         gurus or other things.  You can specify the window by pattern
  29003.         matching in the string gadget or by setting a timeout that
  29004.         gives you time to select the proper window.  It has a gadtools
  29005.         interface and an "ask-before-closing" option.  Version 1.2,
  29006.         OS 2.xx only.  FreeWare, binary only.
  29007.         Author:  Hans-Peter Guenther
  29008.  
  29009. ICalc        A powerful calculator with many features, including user de-
  29010.         fined variables and functions, C-style programming constructs,
  29011.         complex number calculations and more.  Has comprehensive in-
  29012.         structions, and numerous examples.  This is version 2.1, an
  29013.         update to version 2.0 on disk 695.  Enhancements since prev-
  29014.         ious version include base-conversion facilities and scripts
  29015.         to perform numerical integration.  Binary only, source avail-
  29016.         able from author.
  29017.         Author:  Martin W. Scott
  29018.  
  29019. KeyClick    A small utility to provide a key-click.  Has a nice Workbench
  29020.         interface to modify settings.  Requires Kickstart 2.0 or high-
  29021.         er.  Binary only.
  29022.         Author:  Martin W. Scott
  29023.  
  29024. Pal        A small utility to help applications open their own PAL screen
  29025.         on an NTSC Amiga with ECS.  It requires Workbench 2.0.  In-
  29026.         cludes sources in C and assembly.
  29027.         Author:  Eric Gontier
  29028.  
  29029. PatchLace    A commodity for Workbench 2.0 that makes all interlaced
  29030.         screens open in NTSC mode, thereby reducing flicker.  Requires
  29031.         Kickstart 2.0 or higher.  Binary only.
  29032.         Author:  Martin W. Scott
  29033.  
  29034. RKRM_Lib2    Part three of a four part distribution of complete source code
  29035.         and executables of all the examples in the third edition Amiga
  29036.         ROM Kernel Reference Manuals, published by Addison-Wesley.
  29037.         Part four is on this disk and parts one and two can be found
  29038.         on disk 741.
  29039.         Author:  Commodore CATS
  29040.  
  29041. RKRM_Lib3    Part four of a four part distribution of complete source code
  29042.         and executables of all the examples in the third edition Amiga
  29043.         ROM Kernel Reference Manuals, published by Addison-Wesley.
  29044.         Part three is on this disk and parts one and two can be found
  29045.         on disk 741.
  29046.         Author:  Commodore CATS
  29047.  
  29048. SetPrefs    A CLI command which activates a system-configuration.  Useful
  29049.         when different prefs are created (i.e. for the printer) and
  29050.         you don't want to continually change your existing system
  29051.         configuration.  Version 1.0, includes source in assembly.
  29052.         Author:  Michael Wilkes
  29053.  
  29054. ==========================  Contents of Disk 743  ==========================
  29055.  
  29056. This is disk 743 of the freely distributable AMIGA software library.
  29057. Below is a listing of the significant directories and their contents.
  29058.  
  29059.  
  29060. ClickRun    With the help of ClickRun you can start fifty programs by a
  29061.         simple mouse click.  Has a build in editor, online help and
  29062.         iconification.  Supports keyboard and mouse.  English and
  29063.         German documentation.  Version 1.0, binary only.
  29064.         Author:  AndrΘ Voget.
  29065.  
  29066. FoCo        Format controller.  A graphical user interface for disk for-
  29067.         matting.  Pops up on disk insertion or via hotkey.  Version
  29068.         1.2, an update to version 1.1 on disk number 566.  Requires
  29069.         OS 2.0.  Includes source.
  29070.         Author:  Michael Balzer
  29071.  
  29072. FRequest    FRequest is a handy program which lets you select a file by
  29073.                 using the ASL file requester and executes a CLI command with
  29074.                 the given selection.  FRequest can be easily used in batch
  29075.         files and has a lot of options.  You can use it as an frontend
  29076.                 for any program which does not support filerequester select-
  29077.         ions.  It exchanges '[]' in  the specified command line with
  29078.         the selection.  It has a debug ability that allows testing of
  29079.         options before execution.  This is version 1.5.  OS 2.xx only.
  29080.         FreeWare version, binary only.
  29081.                 Author:  Hans-Peter Guenther
  29082.  
  29083. LoadLibrary    Another LoadLib program, but this version runs in it's own
  29084.         task, and uses the reqtools.library for multiselection and
  29085.         other user friendly file handling.  All installed LoadLib
  29086.         libraries can also be removed from the system.  Version 2.52
  29087.         for OS 2.0 use.  Freeware, binary only.
  29088.         Author:  Nils G÷rs
  29089.  
  29090. Look        A very powerful program for disk magazines.  Supports IFF pic-
  29091.         tures, IFF brushes, ANSI, fonts and many more features.  Pro-
  29092.         grammed in assembly language to be short and fast.  Available
  29093.         only in German language and PAL.  Version 1.2, shareware, bi-
  29094.         nary only.
  29095.         Author:  AndrΘ Voget.
  29096.  
  29097. MegaEd        A powerful text editor with lots of features, some not found
  29098.         elsewhere.  Integrated Text oriented database, extensive for-
  29099.         matting/printing functions, macro language, Arexx-port, key-
  29100.         word indention, multiple blocks/marks, key/menu macro record-
  29101.         ing, configurability for lot's of languages/compilers, inumer-
  29102.         able handy functions for programmers, user friendly interface.
  29103.         Version 1.5, public domain, binary only.
  29104.         Author:  Wouter van Oortmerssen
  29105.  
  29106. TurboDEX    A compiler for the DEX language.  DEX is a language similar
  29107.         in structure to Modula2 and C, but different and simpler in
  29108.         concept.  Features include compact and fast executables, clear
  29109.         program structure, integration of Exec/Dos/Gfx/Intuition
  29110.         library calls in the compiler, inline assembly, register
  29111.         variables, commented assembly source output, easy to manage
  29112.         development system, and more.  Version 1.2, an update to
  29113.         version 1.1 on disk 625.  Public domain, binary only.
  29114.         Author:  Wouter van Oortmerssen
  29115.  
  29116. ==========================  Contents of Disk 744  ==========================
  29117.  
  29118. This is disk 744 of the freely distributable AMIGA software library.
  29119. Below is a listing of the significant directories and their contents.
  29120.  
  29121.  
  29122. AutoRunner    Automatically executes a CLI command line when you insert a
  29123.         disk into a drive.  All you do is put a special tag at the
  29124.         beginning of a comment in the disk's root directory.  After
  29125.         the comment tag, you put a normal CLI comand line.  AutoRunner
  29126.         then executes this command when the disk is inserted.  Version
  29127.         2.0, Pascal source included. 
  29128.         Author:  Jonathan Maxwell
  29129.  
  29130. FO        CLI based Fast Optimizer for AmigaDOS disks.  It can optimize
  29131.         one disk in less than 2 min, 30 sec.  Allows optimization for
  29132.         CLI or WorkBench usage, and allows you to use unformatted disks
  29133.         as the destination.  At least 1 Mb memory required.  This is
  29134.         version 1.3, an update to version 1.0 on disk 537.  Binary
  29135.         only. 
  29136.         Author:  Fabien Campagne
  29137.  
  29138. FO2        Intuition-based version of FO, will run on a single drive
  29139.         machine.  Includes multiple destinations, automatic turn on
  29140.         upon disk insertion and more.  Requires 1.5M or more of 
  29141.         memory.  This is version v2.5, includes source.
  29142.         Author:  Fabien Campagne
  29143.  
  29144. Hextract    A complete header file reference.  Definitions, structures,
  29145.         structure members and offsets, flag values, library contents,
  29146.         function definitions, registers, library offsets, etc. The
  29147.         data from a set of V1.3 Amiga and Lattice header files is
  29148.         packed into the included file "headers.z" for immediate
  29149.         reference by Hextract.  Version 1.2, an update to version
  29150.         1.1 on disk 674.  Freeware, includes partial source.
  29151.         Author:  Chas A. Wyndham
  29152.  
  29153. IList        A simple list program which displays the data of all open
  29154.         screens and their connected windows.  OS 2.xx only.  Version
  29155.         0.1, PD, includes source.
  29156.         Author:  Hans-Peter Guenther
  29157.  
  29158. NFD        Newest File Date.  Searches the specified directory for the
  29159.         newest file, then returns that filename and path as an ARP
  29160.         global variable.  For people without ARP, it allows you to
  29161.         execute a command line, specified as a parameter, with the
  29162.         file name and path inserted at a specified point.  Sample
  29163.         usage would to be have a word processor automatically load
  29164.         the last file worked on when it was invoked.  Includes source
  29165.         in Pascal
  29166.         Author:  Jonathan Maxwell
  29167.  
  29168. P-Index        A program for creating active index/selector pages to replace
  29169.         the normal window/icon display.  Appearance of pages is only
  29170.         limited by the capabilities of your paint program and your 
  29171.         imagination.  Index lines can be shown as arrays of boxes (as
  29172.         with current "selector" programs), or as icon look-alikes, or
  29173.         anything else you fancy, with normally a large saving in disk
  29174.         space.  Freeware, binary only.
  29175.         Author:  Chas A.Wyndham
  29176.  
  29177. P-Reader    An all purpose reader that displays texts, pictures, animations
  29178.         and sounds, which may be uncompressed or compressed with
  29179.         P-Compress.  Texts can include embedded static or animated
  29180.         illustrations and sounds.  This is version 6.2, an update to
  29181.         version 5.2 on disk 595.  Freeware, binary only.
  29182.         Author:  Chas A. Wyndham
  29183.  
  29184. Statistics    Provides statistical data on ASCII text files regarding file
  29185.         length, number of letters, words and sentences, average word
  29186.         length, etc.  Written in assembler for minimum size and maxi-
  29187.         mum speed.  Version 1.26, binary only.
  29188.         Author:  Nico Max
  29189.  
  29190. ==========================  Contents of Disk 745  ==========================
  29191.  
  29192. This is disk 745 of the freely distributable AMIGA software library.
  29193. Below is a listing of the significant directories and their contents.
  29194.  
  29195.  
  29196. ARexxBox    ARexxBox, inspired by the GadToolsBox by Jan van den Baard, is
  29197.         a tool which greatly simplifies the design and implementation
  29198.         of an ARexx interface for a program.  Provides a graphical in-
  29199.         terface in which to enter the command arguments and results,
  29200.         then creates the C source;  one module containing necessary
  29201.         basic functions and another containing the interface stub rou-
  29202.         tines to which you only have to add your code to.  This is
  29203.         version 1.00, binary only.
  29204.         Author:  Michael Balzer
  29205.  
  29206. BBBBS        Baud Bandit Bulletin Board System.  Features include up to 99
  29207.         file libraries with extended filenotes, up to 99 fully thread-
  29208.         ed message conferences, no inherent limits on number of users,
  29209.         files, or messages, controlled file library and message confer-
  29210.         ence access for users and sysops, interface to extra devices
  29211.         like CD-ROM and others (treated as read only), complete Email
  29212.         including binary mail and multiple forwarding, user statistics
  29213.         including messages written, access time, total files uploaded
  29214.         or downloaded, plus much more.  Version 5.5, an update and bug
  29215.         fix to version 5.4 on disk 729.  Binary only.
  29216.         Author:  Richard Lee Stockton
  29217.  
  29218. WizKey        A commodity that speeds up working with windows and screens
  29219.         via allowing the user to manipulate them via keyboard instead
  29220.         of mouse.  Anything you can do with system gadgets becomes 
  29221.         accessible via keyboard.  Popup windowlist allows activation 
  29222.         of any window by keyboard or mouse.  Configurable Hotkey def-
  29223.         initions and a complete ARexx port.  Shareware, binary only.
  29224.         Author:  J÷rg von Frantzius
  29225.  
  29226. ==========================  Contents of Disk 746  ==========================
  29227.  
  29228. This is disk 746 of the freely distributable AMIGA software library.
  29229. Below is a listing of the significant directories and their contents.
  29230.  
  29231.  
  29232. ATbl        A program for table formating, somehow inspired by the "tbl"
  29233.         utility on UNIX system.  Can produce a printer output (with
  29234.         IBM semi-graphic characters) or a regular IFF file which can
  29235.         be read by any decent word-processing or desktop-publishing
  29236.         program.  Both French and English documentation.  This is
  29237.         version 2.20, an update from version 1.00 on disk 583, with
  29238.         a lot of bugs fixed and a few enhancements.  Binary only
  29239.         Author:  Denis Gounelle
  29240.  
  29241. KCommodity    Multifunctional commodity for OS 2.0.  Includes window-
  29242.         activator, time-display in several modes and formats, alarm
  29243.         function, KeyStroke-Clicker, time to environment, Window/
  29244.         Screen cycling, LeftyMouse, ESC-Key can close Windows,
  29245.         Revision Control System, telefone bill calculator, Screen-
  29246.         /Mouse-Blanker, Mapping of german "Umlauts", PopUp Shell,
  29247.         AppIcon support, LeftyMouse, user definable HotKeys.  Fully
  29248.         controllable via ARexx-Port.  All settings can be customized
  29249.         and saved to disk.  This is version 2.00, an update to version
  29250.         1.75 on disk 673.  Requires OS 2.0.  Written in assembly
  29251.         for speed and efficiency.  Shareware, includes source.
  29252.         Author:  Kai Iske
  29253.  
  29254. Skew        Skeleton Writer is a tool for generating C code for various
  29255.         Intuition based applications.  You click the mouse and the
  29256.         code gets written.  Similar to PowerSource and GadToolsBox,
  29257.         but with slightly different functionality.  Version 1.2,
  29258.         an update to version 0.85 on disk 658.  Includes source.
  29259.         Author:  Piotr Obminski
  29260.  
  29261. ==========================  Contents of Disk 747  ==========================
  29262.  
  29263. This is disk 747 of the freely distributable AMIGA software library.
  29264. Below is a listing of the significant directories and their contents.
  29265.  
  29266.  
  29267. ADoc        New version rewritten from scratch, of a help utility for the
  29268.         Amiga which allows you to have permanent help on any subject
  29269.         you want.  Features include automatic search of any word on
  29270.         which you clicked, intelligent term requester, ability to use
  29271.         Commodore "AutoDocs" files and any nonproportional font, an
  29272.         AREXX port, and more.  Both French and English versions.  This
  29273.         is ADoc2 version 1.21, an update from ADoc 7.05 on disk 627.
  29274.         Binary only.
  29275.         Author:  Denis Gounelle
  29276.  
  29277. APrf        A printing utility for the Amiga.  Features include full In-
  29278.         tuition interface, preview function, page selection, margin
  29279.         setup, line numbering, an AREXX port, a multi-columns mode,
  29280.         2.0 system release support and more.  Both French and English
  29281.         versions.  This is version 1.40, an update from version 1.30
  29282.         on disk 706.  Binary only.
  29283.         Author:  Denis Gounelle
  29284.  
  29285. AUSH        A command line interpreter for the Amiga.  Features include
  29286.         file name completion, pattern expansion, expression computa-
  29287.         tion, command history, for...done loops, full support of Ami-
  29288.         gaDOS 2.0, and much more.  Almost fully compatible with ARP
  29289.         and Commodore shells.  This is version 1.52, an update from
  29290.         version 1.42 on disk 706.  Binary only.
  29291.         Author:  Denis Gounelle
  29292.  
  29293. ==========================  Contents of Disk 748  ==========================
  29294.  
  29295. This is disk 748 of the freely distributable AMIGA software library.
  29296. Below is a listing of the significant directories and their contents.
  29297.  
  29298.  
  29299. DeliTracker    A powerful and system friendly music player.  Features include
  29300.         configuration files, GUI, full ARexx control, flexible player
  29301.         interface and xpk support.  DeliTracker will play all popular
  29302.         sound modules available on the Amiga.  Currently it supports
  29303.         over 40 different module formats.  The most important players
  29304.         (PT/ST/NT) are internal.  Additional players (like MED, 8SVX,
  29305.         SMUS, ...) may be loaded from disk.  Includes the source of
  29306.         nearly all external 'deliplayers'.  Version 1.30, shareware,
  29307.         binary only.
  29308.         Authors:  Peter Kunath and Frank Riffel
  29309.  
  29310. ==========================  Contents of Disk 749  ==========================
  29311.  
  29312. This is disk 749 of the freely distributable AMIGA software library.
  29313. Below is a listing of the significant directories and their contents.
  29314.  
  29315.  
  29316. AmokEd        A highly configurable editor based on Matt Dillon's well known
  29317.         DME.  Features a rich command language, an ARexx interface and
  29318.         ARexx based application port, environment variable support,
  29319.         user definable pull down menus, fast scrolling and scroll gad-
  29320.         gets, multiple file editing, iconification, reentrant and can
  29321.         be made resident.  Written in Oberon, version 1.30, binary
  29322.         only.  Requires AmigaOS2.0 or higher.
  29323.         Author:  Hartmut Goebel
  29324.  
  29325. LogMan        The Log Manager allows you to manipulate your log files to a
  29326.         greater degree than other log managers.  LogMan operates on
  29327.         a personalized script file.  You can insert a call to LogMan
  29328.         in your startup-sequence or in your "mail" script.  LogMan
  29329.         will call the script and check certain parameters.  Requires
  29330.         kickstart 1.3 or 2.0 to operate.  Version 1.003, freeware,
  29331.         binary only.
  29332.         Author:  Bob Rye
  29333.  
  29334. PaperBack    Allows the user to generate a double sided document from a
  29335.         single sided one.  Two output documents are created: an ODDS
  29336.         set and an EVENS set.  The odds set can be printed on single
  29337.         sheet or tractor feed paper, reversed and re-inserted in the
  29338.         printer, then the even set can be printed on the reverse side.
  29339.         Page sizes are all fully editable by the user, along with cer-
  29340.         tain other parameters.  Handles predefined page breaks elo-
  29341.         quently.  Saves paper, and storage space.  Requires kickstart
  29342.         1.3 or 2.0 to operate.  Version 2.004, freeware, binary only.
  29343.         Author:  Bob Rye
  29344.  
  29345. PED        A source text editor which supports all important standard
  29346.         editor commands.  It accepts mouse and keyboard commands, and
  29347.         will run from CLI and from Workbench.  PED doesn't use the op-
  29348.         erating system for outputs and scrolls very fast.  This is
  29349.         version 2.30, binary only.
  29350.         Author:  Frank Wille
  29351.  
  29352. PhxAss        A MC68000 Macro Assembler which supports includes, incbins,
  29353.         small data and small code model, optimization, 12 arithmetic
  29354.         operations, relocatable and absolute code, floating point
  29355.         equates and nearly all standard assembler directives.  PhxAss
  29356.         can be used from CLI only.  This is version 2.11, binary only.
  29357.         Author:  Frank Wille
  29358.  
  29359. PhxLnk        An Amiga DOS Linker which is very small (7 KB) and processes
  29360.         the small-code/data model.  It does not support overlay hunks
  29361.         in the current version.  PhxLnk can be used from CLI only.
  29362.         This is version 1.27, binary only.
  29363.         Author:  Frank Wille
  29364.  
  29365. VoiceEditor    A tool to edit, save, load, and convert instruments of Roland
  29366.         D-20 Synthesizers (and compatibles, like D-10) via MIDI.  You
  29367.         can convert instruments into Music-X sequences, save and load
  29368.         voicedumps and edit the system area of your D-20.  Req.library
  29369.         and midi.library are used and included.  Version 2.0, binary
  29370.         only.
  29371.         Author:  Andre Willms
  29372.  
  29373. ZipWd        ZipWd is a little example code of the new OS 2.xx feature of
  29374.         zipping windows.  It does the same thing as clicking on the
  29375.         window's ZipGadget.  It's also useful if you define a keyboard
  29376.         macro with ZipWd.  Requires AmigaOS 2.xx.  Version 0.5, public
  29377.         domain, includes source.
  29378.         Author:  Hans-Peter Guenther
  29379. ==========================  Contents of Disk 750  ==========================
  29380.  
  29381. This is disk 750 of the freely distributable AMIGA software library.
  29382. Below is a listing of the significant directories and their contents.
  29383.  
  29384.  
  29385. AddIcon        A useful tool that copies icons to a given file or directory.
  29386.         It supports pattern matching and has various options.  It
  29387.         first looks at the suffixes of the files and for chunks to
  29388.         identify their types, then it copies the right type of icon
  29389.         to the files.  These icons should be located in the Icons:
  29390.         drawer.  Contains all needed icons.  OS 2.xx only.  FreeWare
  29391.         version 1.7, binary only.
  29392.         Author:  Hans-Peter Guenther
  29393.  
  29394. CFX        Crunched File eXaminer allows the user to examine and find
  29395.         files using several different search criteria.  CFX knows a
  29396.         huge amount of the current Amiga filetypes, including a vast
  29397.         number of "cruncher" types.  CFX can also give in-depth dis-
  29398.         assemblies of crunched files, including most address crunched
  29399.         files, relocator crunched files, and some major archive crun-
  29400.         ched types.  This version requires kick 1.3 or 2.0.  Version
  29401.         5.242, freeware, binary only.
  29402.         Author:  Bob Rye and Marcus Mroczkowski
  29403.  
  29404. Create        A replacement for the "makedir" command.  It can create dir-
  29405.         ectories and files.  Useful for some editors and other pro-
  29406.         grams that allow you to you define a file to load at start-
  29407.         time.  In this case files can be created before calling these
  29408.         programs that usually give you nervous requesters on non-
  29409.         existing files.  It accepts multiple files and directories,
  29410.         and is also useful for batchfiles.  OS 2.xx only.  This is
  29411.         version 1.1, freeware, binary only.
  29412.         Author:  Hans-Peter Guenther
  29413.  
  29414. DockBrushes    Two PAL pictures containing brushes to be used with AmiDock
  29415.         (Shareware program by Gary Knight), or other such utilities.
  29416.         One is in hi-res (640 x 256 2 bit planes), the other in hi-
  29417.         res interlace (640 x 512 2 bit planes).
  29418.         Author:  GΘrard Cornu
  29419.  
  29420. ExecMaster    A tool that allows you to start scripts, programs and rexx
  29421.         scripts in different ways.  You can optionally specify an out-
  29422.         put.  This could be a file or even a window.  It has the abil-
  29423.         ity to iconify and a full gadtools user interface with key
  29424.         command support.  It fully supports PublicScreens.  OS 2.xx
  29425.         only.  Version 1.7, freeware, binary only.
  29426.         Author:  Hans-Peter Guenther
  29427.  
  29428. FontViewQ    A commodity to display a table of characters of any Amiga
  29429.         font, which is chosen by a font requester.  The characters are
  29430.         clickable to show you the ASCII value and the key combination
  29431.         to press.  With AmigaOS 2.1 a localization takes place (cur-
  29432.         rently German and French).  Version 1.2, includes source.
  29433.         Author:  Dieter Temme
  29434.  
  29435. SaveW        SaveW is the counterpart of SizeW.  It saves the current win-
  29436.         dow coords to a file (if given) or to STDOUT.  Includes some
  29437.         useful shell aliases.  OS 2.xx only.  Version 1.3, freeware,
  29438.         binary only.
  29439.         Author:  Hans-Peter Guenther
  29440.  
  29441. SizeW        SizeW is a tool that lets you change the size and the place
  29442.         of the currently active window.  You can specify coords from
  29443.         commandline or optionally from a file.  This is a companion
  29444.         to SaveW.  Includes some examples in the docfile.  OS 2.xx
  29445.         only.  Version 1.5, freeware, binary only.
  29446.         Author:  Hans-Peter Guenther
  29447.  
  29448. SplitQ        Opposite of the AmigaDos 'JOIN' command.  A portion of the
  29449.         file specified by offset from the beginning and length is
  29450.         saved to a new file.  The syntax is like the BASIC function
  29451.         MID$().  Parts can be rejoined with the 'JOIN' command.
  29452.         Version 1.1, includes source.
  29453.         Author:  Dieter Temme
  29454.  
  29455. StripIt        A programming utility that strips all kinds of comments from
  29456.         given source codes of all programming languages.  It is con-
  29457.         trolled by a config file which includes the rules of the com-
  29458.         ment chars.  Some configuration files included. OS 2.xx only.
  29459.         Version 1.3, freeware, binary only.
  29460.         Author:  Hans-Peter Guenther
  29461.  
  29462. ==========================  Contents of Disk 751  ==========================
  29463.  
  29464. This is disk 751 of the freely distributable AMIGA software library.
  29465. Below is a listing of the significant directories and their contents.
  29466.  
  29467.  
  29468. Annotate    A text editor written for ADos 2.04 only.  Takes advantage of
  29469.         Public screens and the system default font.  Features include
  29470.         folding, shifting, vertical cut and paste, full clipboard
  29471.         support, macros, scroll bar, editor buffering, printing, text
  29472.         locking and a tools menu.  Version 1.8, an update to version
  29473.         1.0 on disk number 641.  Binary only.
  29474.         Author:  Doug Bakewell
  29475.  
  29476. CheatFont    A simple program which Patches the TOPAZ/8 font.  You can use
  29477.         one out of FIVE implemented fonts, but it's also possible to
  29478.         install external fonts via the req.library and/or the reqtools.
  29479.         library.  Also included in the package are 30 demofonts.
  29480.         OS\2.0 required, freeware, binary only.
  29481.         Author:  Nils 'Jon' G÷rs
  29482.  
  29483. PPMC        The Powerpacker Mini Clone.  This is powerpacker.library
  29484.         meeting gadtools.library: A small utility, useful for compres-
  29485.         sing any text or data file.  Version 1.1 which includes the C
  29486.         source for both SAS/C & DICE.
  29487.         Author:  Reza Elghazi
  29488.  
  29489. ReflexTest    A game which tests your addition, subtraction, or multipli-
  29490.         cation skills.  The goal is to answer several math questions
  29491.         in the shortest possible time.  A continuation to the version
  29492.         found on disk number 713.  Binary only.
  29493.         Author:  Jason Lowe
  29494.  
  29495. VCLI        Voice Command Line Interface allows you to execute CLI or
  29496.         ARexx commands, or ARexx scripts, by spoken voice command
  29497.         through your Perfect Sound 3, Sound Master (Sound Magic), or
  29498.         Generic audio digitizer.  VCLI is completely multitasking and
  29499.         will run continuously in the background, waiting to execute
  29500.         your voice command even while other programs may be running.
  29501.         With VCLI you can launch multiple applications or control any
  29502.         program with ARexx capability completely by spoken voice
  29503.         command.  VCLI is compatible with both NTSC and PAL.  This is
  29504.         version 5, a major upgrade and replacement for version 4 on
  29505.         disk number 618.  Binary only, requires AmigaDOS 2.0.
  29506.         Author:  Richard Horne
  29507.  
  29508. YearPrintQ    Prints a calendar of the year onto four sheets of paper. The
  29509.         GUI adapts itself automatically to the actual system font.
  29510.         With AmigaOS 2.1, a localization also takes place (currently
  29511.         German and French).  A configuration file with any holiday
  29512.         or special occasion definitions can be chosen thru file re-
  29513.         quester or "drag and drop".  The calendar can be printed on
  29514.         every printer supported from AmigaOS either with IBM graphics
  29515.         or ASCII characters.  Version 2.5, requires at least AmigaOS
  29516.         2.0.  Includes source.
  29517.         Author:  Dieter Temme
  29518.  
  29519. ==========================  Contents of Disk 752  ==========================
  29520.  
  29521. This is disk 752 of the freely distributable AMIGA software library.
  29522. Below is a listing of the significant directories and their contents.
  29523.  
  29524.  
  29525. ToolManager    ToolManager is a full featured program for either WorkBench
  29526.         or CLI tool management.  Includes the ability to add menu
  29527.         items to the 2.x "Tools" menu, add WorkBench icons or dock
  29528.         Windows.  Features multi-column docks that automatically
  29529.         detect largest image size, ARexx, sound and Locale support.
  29530.         This is version 2.0, a complete overhaul since version 1.5
  29531.         on disk number 551.  Complete new "object-oriented" concept
  29532.         and configuration is now handled by a preferences program.
  29533.         Includes source, lots of graphic images, and programmers
  29534.         support for using the toolmanager.library.  Requires 2.x for
  29535.         full functionality
  29536.         Author:  Stefan Becker
  29537.  
  29538. ==========================  Contents of Disk 753  ==========================
  29539.  
  29540. This is disk 753 of the freely distributable AMIGA software library.
  29541. Below is a listing of the significant directories and their contents.
  29542.  
  29543.  
  29544. AskFirst    A software disk write-protection.  With the permission of the
  29545.         user, disables floppy writes even on write-enabled disks.
  29546.         Switches to enable/disable states with a gadget.  Runs from
  29547.         both WorkBench and CLI.  Includes source in assembly.
  29548.         Author:  Kamran Karimi
  29549.  
  29550. Mostra        A shareware IFF utility featuring real-time unpacking scroll,
  29551.         dozens of options, "smart" analysis of any IFF file (FORMs,
  29552.         LISTs,...  also nested ILBM), total control over display
  29553.         modes, simple slideshow processing, pattern matching, multi-
  29554.         palette, double buffering, fast decompression, color cycling,
  29555.         TeXdocs, startup files for easy custom configurations and
  29556.         complete WB support.  Version 1.08, binary only.
  29557.         Author:  Sebastiano Vigna
  29558.  
  29559. SuperDuper    A very fast disk copier and formatter.  Can make up to four
  29560.         unverified copies from a ram buffer in 36 seconds.  Verified
  29561.         copies from a ram buffer take 67 seconds for one destination
  29562.         drive, plus 34 seconds for each additional destination.  This
  29563.         is version 2.02, an update to version 2.01 on disk 590.
  29564.         Includes a program to fine tune some fields in the trackdisk
  29565.         device, and a "no click" type program.  Binary only.
  29566.         Author:  Sebastiano Vigna
  29567.  
  29568. Yak        "Yet Another Kommodity".  Features a sunmouse that only acti-
  29569.         vates when mouse stops, KeyActivate windows, Click windows
  29570.         to front or back, Cycle screens with mouse, Mouse and Screen
  29571.         blanking, Close/Zip/Shrink/Enlarge windows with programmable
  29572.         hotkeys, Activate Workbench by hotkey (to get at menus when
  29573.         WB obscured), Pop up a palette on front screen, Insert date
  29574.         (in various formats), KeyClick with adjustable volume, Pop-
  29575.         Command key for starting a command (like PopCLI), Gadtools
  29576.         interface.  All settings accessible from Workbench tooltypes.
  29577.         Version 1.0, includes source.
  29578.         Author:  Martin W. Scott
  29579.  
  29580. Zoo        Another independent port of Zoo version 2.10, this version
  29581.         includes source.  Zoo is a file archiver, much like "arc" in
  29582.         concept, but different in implementation and user interface
  29583.         details.  Version 2.10, an update to version 2.00 on disk 164.
  29584.         New features include greatly improved compression, preserva-
  29585.         tion of full pathnames by default, and extended multi-screen
  29586.         help.  Includes source.
  29587.         Author:  Rahul Dhesi, Amiga port by Olaf Seibert
  29588.  
  29589. ==========================  Contents of Disk 754  ==========================
  29590.  
  29591. This is disk 754 of the freely distributable AMIGA software library.
  29592. Below is a listing of the significant directories and their contents.
  29593.  
  29594.  
  29595. ARexxAppList    The ARexx Application List.  A list (plain text) of approx-
  29596.         imately 175 Amiga programs that support ARexx, with brief
  29597.         descriptions of their capabilities.  Updates are posted in the
  29598.         USENET newsgroup comp.sys.amiga.applications.  Version dated
  29599.         October 15, 1992.
  29600.         Author:  Daniel J. Barrett
  29601.  
  29602. BootLogo    Designed for machines displaying a white screen during boot-
  29603.         time.  Displays a nice picture that automatically terminates as
  29604.         soon as the first window is opened during the boot process.
  29605.         Requires AmigaDOS 2.0 or higher.  Version 1.0, binary only.
  29606.         Author:  Markus Illenseer
  29607.  
  29608. Enforcer    A tool to monitor illegal memory access for 68020/68851, 68030,
  29609.         and 68040 CPUs.  This is a completely new Enforcer from the
  29610.         original idea by Bryce Nesbitt.  It contains many new and
  29611.         wonderful features and options and no longer contains any
  29612.         exceptions for specific software.  Enforcer can now also be
  29613.         used with CPU or SetCPU FASTROM or most any other MMU-Kick-
  29614.         start-Mapping tool.  Major new output options such as local
  29615.         output, stdout, and parallel port.  Highly optimized to be as
  29616.         fast as possible.  This is version 37.25 and requires V37 of
  29617.         the OS or better and an MMU.
  29618.         Author:  Michael Sinz
  29619.  
  29620. SmartDisk    A 512K pre-fetch scsi cache that currently supports xt.device,
  29621.         gvpscsi.device and scsi.device.  For users with not more than
  29622.         one drive on a device only.  Version 1.3.1, includes source.
  29623.         Author:  David Le Blanc
  29624.  
  29625. SofTrack    Opens a little window that shows the current track number of
  29626.         the heads of each floppy drive and whether a read or write
  29627.         operation is in progress.  Runs from both WorkBench and CLI.
  29628.         Includes source in C and Assembly.
  29629.         Author:  Kamran Karimi
  29630.  
  29631. Win2Front    A simple, small and pure utility similar to Shell2Front on disk
  29632.         number 741.  This program adds the ability to specify the name
  29633.         of the window to be brought to the front.  Version 0.21, binary
  29634.         only.
  29635.         Author:  GΘrard Cornu
  29636.  
  29637. XPK        An interfacing standard between applications and packer lib-
  29638.         raries.  Any XPK application can handle every XPK packer.
  29639.         Included applications:  A (de)compressing file handler, a
  29640.         packing app-icon, command line packers, a LoadSeg() patch,
  29641.         adapted image displayer and movie player, and many more.  Also
  29642.         included:  4 nice packers, 2 very safe encryptors, and some
  29643.         demonstration libraries.  Version 2.4, includes developer's
  29644.         application kit.
  29645.         Author:  Urban Dominik Mueller, Bryan Ford and others
  29646.  
  29647. ==========================  Contents of Disk 755  ==========================
  29648.  
  29649. This is disk 755 of the freely distributable AMIGA software library.
  29650. Below is a listing of the significant directories and their contents.
  29651.  
  29652.  
  29653. OctaMED        Save-disabled version of the full-featured OctaMED-Pro, a
  29654.         commercial product.  OctaMed is the 8-channel version of MED,
  29655.         a music editor which was originally designed for making music
  29656.         for programs (demos, games, etc), but works well as a stand-
  29657.         alone music program.  This is version 4.00, an update to ver-
  29658.         sion 1.00b on disk number 579.  Includes several sample songs.
  29659.         Author:  Teijo Kinnunen and Ray Burt-Frost
  29660.  
  29661. ==========================  Contents of Disk 756  ==========================
  29662.  
  29663. This is disk 756 of the freely distributable AMIGA software library.
  29664. Below is a listing of the significant directories and their contents.
  29665.  
  29666.  
  29667. KOE2        Three-turn demo of the strategy role-playing game Kingdoms
  29668.         of England II, where up to six human or computer players
  29669.         compete for nearly 200 territories of the old British Isles.
  29670.         Features excellent, scrolling, 64-color extra halfbrite
  29671.         graphics.  Requires 1Mb minimum memory.  Binary only.
  29672.         Author:  Brian Vodnik and Realism Entertainment
  29673.  
  29674. PopUpMenu    A small program that makes it possible for you to use pop-up
  29675.         menus with any program that uses standard intuition menus.
  29676.         Version 5.0, an update to version 4.3 on disk 667.  Includes
  29677.         source.
  29678.         Author:  Martin Adrian
  29679.  
  29680. Run68013    Emulates 11 of the 68020-specific instructions and its regis-
  29681.         ters in a system with 68000.  It does so using 68000 instruc-
  29682.         tions and memory.  None of the new 68020 addressing modes are
  29683.         supported.  Runs from both WorkBench and CLI.  An upgrade from
  29684.         the Run68010 on disk number 638.  Includes source in assembly.
  29685.         Author:  Kamran Karimi
  29686.  
  29687. ==========================  Contents of Disk 757  ==========================
  29688.  
  29689. This is disk 757 of the freely distributable AMIGA software library.
  29690. Below is a listing of the significant directories and their contents.
  29691.  
  29692.  
  29693. CMDemo        A couple of nifty animation demos created with GVP's new stand-
  29694.         alone morphing package CineMorph(tm).  CineMorph features the
  29695.         ability to warp single images, morph between two or more
  29696.         images, and even morph between moving sequences of images,
  29697.         with an easy-to-use interface.  Extremely fast rendering times,
  29698.         and the ability to output to a variety of formats (including
  29699.         direct support for HAM-E, DCTV, and generating Op-5 ANIMs).
  29700.         Author:  Great Valley Products
  29701.  
  29702. FollowMouse    A pair of small blinking eyes following the mouse movements
  29703.         on the screen.  Runs from both the WorkBench and CLI.  Includes
  29704.         source in PASCAL.
  29705.         Author:  Kamran Karimi
  29706.  
  29707. PC        Printer Controller.  Sends escape codes to the printer accord-
  29708.         ing to ANSI standards to aid using various capabilities of the
  29709.         printer.  Intuition interface, runs from both the WorkBench
  29710.         and CLI.  Includes source in assembly
  29711.         Author:  Kamran Karimi
  29712.  
  29713. Uhr        A small configurable digital clock (Uhr is german for "clock"),
  29714.         that makes use of the FormatDate() function in WorkBench 2.1's
  29715.         locale.library.  Requires at least Kickstart 2.04 and WorkBench
  29716.         2.1.  Includes source.
  29717.         Author:  Stefan Sticht
  29718.  
  29719. WBStart        WBStart is a package to emulate the WorkBench startup proce-
  29720.         dure, by loading a program, creating a process for it, and
  29721.         then sending it a WB startup message.  Includes a handler
  29722.         process which does the starting of the processes for you and
  29723.         then waits for the startup reply messages.  Version 1.2, an
  29724.         update to version 1.0 on disk number 572.  Includes source.
  29725.         Author:  Stefan Becker
  29726.  
  29727. ==========================  Contents of Disk 758  ==========================
  29728.  
  29729. This is disk 758 of the freely distributable AMIGA software library.
  29730. Below is a listing of the significant directories and their contents.
  29731.  
  29732.  
  29733. BFormat        Formats disks that have media (or hard) errors on them and
  29734.         allocates them as used, making the rest of the disk usable.
  29735.         Similar to BBformat on disk number 493, but apparently
  29736.         independantly authored.  Supports FFS, OFS and most devices,
  29737.         including hard-drives.  Version 4.0, includes source.
  29738.         Author:  T.A.Nery, R.W.Bowers, Bob Bush
  29739.  
  29740. GeoTime        A software "Geochron" that allows you to see the earth's
  29741.         shadow scroll across the world map or globe in real time,
  29742.         showing the earth's day/night state.  This is version 1.2b,
  29743.         an update to version 1.0 on disk number 180.  Runs under
  29744.         AmigaDOS 2.1 whereas earlier versions had some problems.
  29745.         Shareware, binary only.
  29746.         Author:  Mike Smithwick (Distant Suns, AmigaTrek)
  29747.  
  29748. MemMometer    A program that opens a narrow window and graphically displays
  29749.         your memory usage like a gauge.  Warps mode will detect changes
  29750.         in regions of memory over time.  Detected changes are categor-
  29751.         ized and displayed using color coded bands.  This is version
  29752.         2.40, an update to Version 2.20 on disk number 496.  Can be
  29753.         used with AmigaDOS 1.2 to 3.0; does 32-bit memory addresses.
  29754.         New with version 2.4 is an ARexx port for menu functions.
  29755.         Includes source in C.
  29756.         Author:  Howard Hull
  29757.  
  29758. Mine        A new Modula-2 implementation of an old computer game.  You
  29759.         have an N * N square with mines hidden in some fields.  Your
  29760.         job is to mark them with a flag as fast as possible.  High-
  29761.         score lists are supported.  Version 1.6, an update to version
  29762.         1.0 on disk number 725, contains several improvements and
  29763.         a bug fix when operating under OS 39.x.  Requires AmigaDOS 2.0,
  29764.         includes source.
  29765.         Author:  Thomas Ansorge
  29766.  
  29767. NoChange    Saves some important system vectors at the start of execution
  29768.         and periodically checks them to see if they've changed.  A
  29769.         universal virus finder.  Runs from both WorkBench and CLI. 
  29770.         Includes source in C.
  29771.         Author:  Kamran Karimi
  29772.  
  29773. SysInfo        A program which reports interesting information about the
  29774.         configuration of your machine, including some speed compar-
  29775.         isons with other configurations, versions of the OS software,
  29776.         etc.  Lots of new enhancements including information on
  29777.         devices, resources and ports, and graphical speed comparisons.
  29778.         This is version 3.01, an update to version 2.69 on disk 642.
  29779.         Binary only.
  29780.         Author:  Nic Wilson
  29781.  
  29782. WorldTime    A clock that can show you the time in any city in the world.
  29783.         The times are calculated automatically using data supplied by
  29784.         the user.  Rewritten to take advantages of features available
  29785.         under Kickstart 2, and thus will not run under 1.2 or 1.3 any-
  29786.         more.  A commodity that can be run from the workbench or CLI
  29787.         Version 2.1, an update to version 1.31 on disk number 583,
  29788.         binary only.
  29789.         Author:  Jonathan Potter
  29790.  
  29791. ==========================  Contents of Disk 759  ==========================
  29792.  
  29793. This is disk 759 of the freely distributable AMIGA software library.
  29794. Below is a listing of the significant directories and their contents.
  29795.  
  29796.  
  29797. ABackup        A powerful backup utility that may be used both for harddisk
  29798.         backup and for file archiving.  Has a full Intuition interface
  29799.         (as well as a "batch" mode), can save/load file selections,
  29800.         handles HD disk, etc.  Includes both a French and an English
  29801.         version.  This is version 1.60, an update from version 1.31 on
  29802.         disk 706.  Shareware, binary only.
  29803.         Author:  Denis Gounelle
  29804.  
  29805. AZap        A "new generation" binary editor able to edit files, memory,
  29806.         or devices like hard disks.  It can open several windows at
  29807.         the same time, handle FFS/OFS file systems, and has a lot a
  29808.         functions (fill block, compute checksum, base conversion,
  29809.         etc.).  Includes both a French and an English version.  This
  29810.         is version 1.00, binary only.
  29811.         Author:  Denis Gounelle
  29812.  
  29813. BioRhythm    An intuition based easy-to-use program that shows your 3 basic
  29814.         BioRhythms plus the average-"rhythm".  Take a look, dump it to
  29815.         your printer and make your plans for "when to do what".  This
  29816.         is version 1.0, binary only, PAL version.  Source available
  29817.         from author on request.
  29818.         Author:  Thomas Arnfeldt
  29819.  
  29820. CDTV-Player    A little utility for all those people, who'd like to play
  29821.         Audio-CD's, while multitasking on workbench.  It's an emula-
  29822.         tion of CDTV's remote control, but is a little more sophisti-
  29823.         cated.  Version 1.0▀, binary only.
  29824.         Author:  Danny Amor
  29825.  
  29826. ChemBalance    An ARexx script to balance unbalanced chemical equations.  With
  29827.         ChemBalance in ram, enter "rx ram:ChemBalance" from a CLI or
  29828.         Shell window.  A prompt should appear from which you can enter
  29829.         an unbalanced chemical equation for ChemBalance to try to
  29830.         balance.  Version 1.0, requires ARexx.
  29831.         Author:  Patrick Reany
  29832.  
  29833. LSlabel        A simple label printing utility.  Very powerful as the user
  29834.         can/must do a lot of settings by himself.  Features include
  29835.         variable linefeeds (in 1/216 inch steps) between 21 indepen-
  29836.         dent lines and freely configurable printer codes.  Version
  29837.         1.29, an update to version 1.12 on disk 586, binary only.
  29838.         Author:  Stefan Berendes
  29839. ==========================  Contents of Disk 760  ==========================
  29840.  
  29841. This is disk 760 of the freely distributable AMIGA software library.
  29842. Below is a listing of the significant directories and their contents.
  29843.  
  29844.  
  29845. ARestaure    Permits you to restore accidently deleted files.  Works on
  29846.         all Amiga partitions (Floppy, Hard disk and RAD:).  Intuition
  29847.         interface where user can select between one of three different
  29848.         languages: English, French and German.  Version 1.00, Binary
  29849.         only.
  29850.         Author:  Jean-Yves Proux
  29851.  
  29852. BootJob        The BootBlock Utility.  Includes functions to store, install,
  29853.         view or execute any disk bootblock.  Also, self-made bootblocks
  29854.         can be installed to disk.  The most powerful function is to
  29855.         save any bootblock as an executable CLI-File.  Now you can
  29856.         start any boot-util, viruschecker, game, or loader from the
  29857.         CLI.  Also includes a drawer with 33 bootblocks from the BootX
  29858.         BootBlock-Library.  BootJob requires Amiga OS2.0.  Version
  29859.         1.00, shareware, binary only.
  29860.         Author:  Michael Bialas
  29861.  
  29862. FIM        The Fast-Intro-Maker. Use this little IntroMaker to create your
  29863.         own Intros in a few minutes.  Includes functions to insert
  29864.         selfmade IFF-Pictures, Color-Screentexts and more.  Final
  29865.         created Intros will run on OS1.2/1.3/2.0 (WB/Cli).  F.I.M.
  29866.         requires Amiga OS2.0.  This is version 1.00, shareware,
  29867.         binary only.
  29868.         Author:  Michael Bialas
  29869.  
  29870. Fleuch        A little game with more than five extra large stages.  The
  29871.         object is to pickup up your cargo and climb safely to the
  29872.         next stage, without being shot or running into anything,
  29873.         (including your cargo!).  Scrolling, shooting, some gravita-
  29874.         tion, similar to Thrust (C64).  Binary only.
  29875.         Author:  Karsten G÷tze
  29876.  
  29877. JcGraphDemo    Demo version of a ShareWare Business grapher with an Intuition
  29878.         interface.  JcGraph can show your data as bar, line, planes,
  29879.         stack, blocks, 2D and 3D, etc.  Features realtime rotation
  29880.         around X, Y, Z axis, on-line help, professional looking 2D
  29881.         and 3D graph output, and more.  Can output EPS, 3D GEO,
  29882.         AegisDraw2000 and IFF ILBM format files.  Demo version 1.100,
  29883.         an update to demo version 0.903 on disk 671. Binary only.
  29884.         Author:  Jean-Christophe ClΘment
  29885.  
  29886. Memmin        A little utility that will measure and continuously report the
  29887.         maximum amount of memory used by a program and the minimum
  29888.         level of memory remaining.  Freeware, assembly source included.
  29889.         Author:  Chas A. Wyndham
  29890.  
  29891. P-Compress    A compression program that produces smaller files faster than
  29892.         any other current general-purpose cruncher, using LZH com-
  29893.         pression algorithms.  Can handle single files, whole drawers,
  29894.         disks, or selected files or types of files within drawers and
  29895.         disks.  Includes compression and decompression object files
  29896.         which can be linked to your own programs to allow them to
  29897.         access and output data in LZH format.  Version 2.5, an update
  29898.         to version 2.3 on disk 650, now has the ability to recognize
  29899.         and recompress power-packer files.  Freeware, binary only.
  29900.         Author:  Chas A. Wyndham, LZH code by Barthel/Krekel
  29901.  
  29902. S-Text        Turns texts into completely self-contained, self-displaying
  29903.         compressed files callable from Workbench or a CLI.  S-Texts
  29904.         will save disk space and can be transferred from disk to disk
  29905.         without having to think about reader and decompression compati-
  29906.         bility.  Freeware, binary only.
  29907.         Author:  Chas A. Wyndham
  29908.  
  29909. ==========================  Contents of Disk 761  ==========================
  29910.  
  29911. This is disk 761 of the freely distributable AMIGA software library.
  29912. Below is a listing of the significant directories and their contents.
  29913.  
  29914.  
  29915. AztecErr    A Manx quickfix support program.  If you use the quickfix
  29916.         option of AztecC version 5.xx, you can set CCEDIT to this
  29917.         program.  It opens a window which displays all errors one
  29918.         after another.  It also has an ARexx port and a gadtools
  29919.         user interface.  Optionally uses the RexxHost.library (c)
  29920.         by MXM.  Version 1.0, OS 2.xx only, freeware, binary only.
  29921.         Author:  Hans-Peter Guenther
  29922.  
  29923. Blitt        A graphic utility to help blitter-programmers with Minterms.
  29924.         Reads a standard IFF picture for experimentation and writes
  29925.         out any results if required.  Version 1, binary only.
  29926.         Author:  Paul Juhasz
  29927.  
  29928. Installer    A replacement for the installer tool by Commodore.  It's
  29929.         an interactive, user-friendly installer, that can perform a
  29930.         complete, sophisticated installation.  GadTools user inter-
  29931.         face and the ability to save a preferences file and a lots of
  29932.         options.  Step by step installation, ask, update, makedir,
  29933.         options, etc.  Controlled by a simple script which contains
  29934.         the names, patterns and/or vars of the installation programs.
  29935.         OS 2.xx only, includes installation script for itself. 
  29936.         Version 3.1, freeware, binary only.
  29937.         Author:  Hans-Peter Guenther
  29938.  
  29939. LE-NAG        LeverEdge NAG is a program to remind you of events before you
  29940.         miss them.  Events can be scheduled to occur once or repeat
  29941.         daily, weekly, monthly or yearly.  You can be alerted of the
  29942.         event in a number of ways from a screen flash to a message
  29943.         requester.  Version 92.10.21, an update to version 92.05.02
  29944.         on disk 683.  Shareware, binary only.
  29945.         Author:  Craig M. Lever
  29946.  
  29947. MemWaste    Allocates all fast memory except a user specified number of
  29948.         bytes.  Allocation is freeable with another call to MemWaste.
  29949.         Useful if you do not want to waste 32-Bit-RAM for your 1 MB
  29950.         RAD.  Version 1.0, first release.  Includes source in assembly.
  29951.         Author:  Thies Wellpott
  29952.  
  29953. PassWord    A little password program, not intended to give protection
  29954.         against professional hackers but more like keeping little
  29955.         sisters and/or friends from using your system without your
  29956.         permission.  This is the first release version 0.1. OS 1.3
  29957.         and 2.xx, freeware, binary only.
  29958.         Author:  Hans-Peter Guenther
  29959.  
  29960. RemLib        A little CLI tool that closes the specified libraries in a
  29961.         system-friendly way.  Ability to specify multiple libraries
  29962.         with return status about the success of each one.  Codesize
  29963.         about 2 KB.  Version 1.2, OS 2.xx only, includes source in C.
  29964.         Public domain.
  29965.         Author:  Hans-Peter Guenther
  29966.  
  29967. SFragMem    Graphically shows memory fragmentation.  The graphic display
  29968.         is sizeable.  Also displays some other information of the exec
  29969.         memory header.  Version 1.01, first release, requires OS 2.0.
  29970.         Includes source in C.
  29971.         Author:  Thies Wellpott
  29972.  
  29973. Struct-Saver    A utility to save the whole menu or gadget structure of a win-
  29974.         dow as C-source code.  Useful if you want to make a 2.0-tool
  29975.         running under 1.2/1.3, gadtools generates all necessary menu
  29976.         structures in memory, this tool saves them as source code.
  29977.         Version 1.20, first release, requires OS 2.0.  Includes source
  29978.         in C.
  29979.         Author: Thies Wellpott
  29980.  
  29981. ==========================  Contents of Disk 762  ==========================
  29982.  
  29983. This is disk 762 of the freely distributable AMIGA software library.
  29984. Below is a listing of the significant directories and their contents.
  29985.  
  29986. PlotMap        PlotMap is a tool like DrawMap from Bryan Brown that draws
  29987.         a map of the world's surface.  PM uses the same map files
  29988.         as DrawMap 4.0/4.1 but has several improvements: much faster,
  29989.         runs on 512 KB machines with just one floppy, more configur-
  29990.         able, zoom box from a box map, definable screen mode, abort-
  29991.         able drawing.  This version requires OS 2.04.  Version 0.85,
  29992.         first release.  Includes source in C.
  29993.         Author:  Thies Wellpott
  29994.  
  29995. ==========================  Contents of Disk 763  ==========================
  29996.  
  29997. This is disk 763 of the freely distributable AMIGA software library.
  29998. Below is a listing of the significant directories and their contents.
  29999.  
  30000.  
  30001. BCBMusic    This is the third set of original music in the BCBmusic series.
  30002.         This set includes the songs "Reactance", "DreamScape", and
  30003.         "Transition".  Like the first two releases (on disks 428 and
  30004.         538), these songs are self-playing with no additional player
  30005.         programs required.  WB2.0 compatible, binary only.
  30006.         Author:  Brian C. Berg
  30007.  
  30008. InfoQ        A replacement for the CLI 'Info' command.  Has the option to
  30009.         display devices or volumes or specified devices only.  Displays
  30010.         the columns "Size" and "Used" in MBytes or KBytes instead of
  30011.         blocks.  Requires AmigaOS 2.04.  Version 1.0, includes source.
  30012.         Author:  Dieter Temme
  30013.  
  30014. MidiSyn        Monitor incoming MIDI messages.  Displays a synthesizer on a
  30015.         PAL screen and redraws current state of all 61 keys at 50
  30016.         frames per second.  All interrupts turned off while running.
  30017.         Version 1.0, binary only.
  30018.         Author:  Marcus Ottosson
  30019.  
  30020. NoArgs        The Arguments Utility.  Never again get weak-minded by typing
  30021.         those long Command lines including hundreds of Arguments/Para-
  30022.         meters.  With NoArgs you can create a new executable command
  30023.         that calls the original command and automatically passes it
  30024.         the arguments you specified, without having to execute any
  30025.         Batch/Scriptfiles.  Requires Amiga OS2.0, version 1.00, binary
  30026.         only, shareware.
  30027.         Author:  Michael Bialas
  30028.  
  30029. ReadRefs    A tool that brings the ability of references file loadings to
  30030.         any editor that can call ARexx scripts or batch files.  It does
  30031.         a fast searching and is compatible to the format of the DMe
  30032.         and autodoc refs files.  Includes sample scripts for TurboText
  30033.         and DMe.  Version 1.1, binary only, freeware.  OS 2.xx only.
  30034.         Author:  Hans-Peter Guenther
  30035.  
  30036. Sirds        Generates & Prints 'Single Image Random Dot Stereograms'.
  30037.         These are 3D images viewed within a picture of seemingly
  30038.         random dots.  Version 1.1, binary only.
  30039.         Author:  Ross Fuller
  30040.  
  30041. ==========================  Contents of Disk 764  ==========================
  30042.  
  30043. This is disk 764 of the freely distributable AMIGA software library.
  30044. Below is a listing of the significant directories and their contents.
  30045.  
  30046.  
  30047. AltKeyQ        A commodity that allows the user to input characters thru ASCII
  30048.         code by holding the left ALT key and typing in the code on the
  30049.         numeric keypad. (same as on PCs with MS-DOS).  With AmigaOS 2.1
  30050.         a localization takes place (currently German).  Requires
  30051.         AmigaOS 2.04.  Version 1.0, includes source.
  30052.         Author:  Dieter Temme
  30053.  
  30054. CLI-Tools    Some CLI-use only tools.  Includes a file splitter, a cold
  30055.         reboot utility, a test-if-command-is-resident utility, a 50Hz
  30056.         time delayer, and a utility to calculate the "REAL" number of
  30057.         blocks used by a file.  All include C or Assembly source.
  30058.         Author:  Thies Wellpott
  30059.  
  30060. Gambit_Terp    An interpreter for the full Scheme Programming Language which
  30061.         conforms to the IEEE/ISO and Revised Report standards.  In
  30062.         addition, some code samples and tutorials are included.
  30063.         A companion disk, the Gambit Compiler can be found on disk
  30064.         number 765, it allows you to link in C code and build stand-
  30065.         alone native executables.  It also contains complete sources
  30066.         for the interpreter and compiler.  The interpreter is Freeware,
  30067.         and requires 1.5Mb to run.  The compiler is shareware and re-
  30068.         quires about 3Mb and a hard disk for effective development.
  30069.         Author:  Marc Feeley, Amiga work and documents by Ken Dickey
  30070.  
  30071. ==========================  Contents of Disk 765  ==========================
  30072.  
  30073. This is disk 765 of the freely distributable AMIGA software library.
  30074. Below is a listing of the significant directories and their contents.
  30075.  
  30076. Gambit_Comp    A compiler for the full Scheme Programming Language which
  30077.         conforms to the IEEE/ISO and Revised Report standards.
  30078.         Contains complete sources for the compiler and an Interpreter.
  30079.         (Interpreter binaries can be found on disk number 764).
  30080.         The compiler is shareware and requires about 3Mb and a hard
  30081.         disk for effective development.  The interpreter is Freeware
  30082.         and requires about 1.5Mb to run.
  30083.         Author:  Marc Feeley, Amiga work and documents by Ken Dickey
  30084.  
  30085. ==========================  Contents of Disk 766  ==========================
  30086.  
  30087. This is disk 766 of the freely distributable AMIGA software library.
  30088. Below is a listing of the significant directories and their contents.
  30089.  
  30090.  
  30091. BBase2View    A Base-Viewer for Databases created with BBase2.  Advantages 
  30092.         are faster database processing, viewing and more.  Includes a 
  30093.         print option for single records.  Requires Amiga OS2.0, version
  30094.         1.00, binary only, shareware.
  30095.         Author:  Michael Bialas
  30096.  
  30097. ISAM        A Server/Library.  Even novice programmers can store/retrieve
  30098.         database records.  Powerful, multi-"user", almost unlimited
  30099.         number/size of records/files.  Different users may access same
  30100.         file, file/record locking (exclusive/shared), multiple keys/
  30101.         file.  Keys may: ascend/descend, overlap each other, have 
  30102.         unique/repeatable values, be up to 499 bytes.  Many record 
  30103.         retrieval methods.  Recover Index file if lost/corrupt.
  30104.         Deleted record space reclaimed.  Small: server < 49K; Resident
  30105.         Library < 8K.  AmigaDOS V1.2 and up, shareware, binary only.
  30106.         Version 1.01, contains examples w/source.
  30107.         Author:  Scott C. Jacobs.
  30108.  
  30109. MPE        A compiler tool for users of the M2amiga programming environ-
  30110.         ment.  MPE does the same job better than your batch file.  You
  30111.         can do everything with the mouse or the right amiga key.  With
  30112.         this Modula-2 Programming Environment you can compile, link,
  30113.         and run your program.  When there is an error, the editor is
  30114.         started automatically.  You can set all switches for M2C, M2L
  30115.         M2Make, M2Project, and M2LibLink.  This is version 1.38, an
  30116.         update to version 1.31 on disk 732.  Binary only.
  30117.         Author:  Marcel Timmermans
  30118.  
  30119. PPDO        PowerPackerDataOnly, a CLI/Shell tool which uses the power-
  30120.         packer.library for (de)crunching data files.  Many options 
  30121.         available (crunching speed, speed up buffer size, etc.)
  30122.         Version 1.21, first release.  Includes source in C. 
  30123.         Author:  Thies Wellpott
  30124.  
  30125. Switcher    A set of utilities designed for Amiga owners who use a Hewlett-
  30126.         Packard LaserJet Series Printer and Pacific Data's PacificPage
  30127.         P.E cartridge.  These utilities allow the user to leave the 
  30128.         Postscript cartridge installed at all times, and switch easily
  30129.         between Postscript and PCL (standard HP) modes.  Version 1.0,
  30130.         binary only.
  30131.         Author:  Thomas L. Applegate
  30132.  
  30133. ==========================  Contents of Disk 767  ==========================
  30134.  
  30135. This is disk 767 of the freely distributable AMIGA software library.
  30136. Below is a listing of the significant directories and their contents.
  30137.  
  30138.  
  30139. Addresser    Name, Address and phone number database in a window.  Features
  30140.         include merge file creation for most popular Amiga word pro-
  30141.         cessors, envelope printing, user-defined address formats,
  30142.         support for the Amiga clipboard device, and much more.  Version
  30143.         2.0, an update to version 1.0 on disk #559.  Binary only.
  30144.         Author:  Jeff Kelly
  30145.  
  30146. AntiCicloVir    A link virus detector that detects 25 different such viruses.
  30147.         Version 1.6a, containing a small but important bug fix to
  30148.         version 1.6 on disk 733.  Share-ware, binary only.
  30149.         Author:  Matthias Gutt
  30150.  
  30151. BackUP        A freely distributable, shareware hard drive backup program
  30152.         that features a custom Intuition interface, multi-floppy drive
  30153.         support, high-density drive support, incremental/full backups,
  30154.         on-the-fly compression using lh.library, optional verify, two
  30155.         types of backup logs and a restorable configuration.  BackUP
  30156.         requires Workbench 2.0.  Version 3.77, an update to version
  30157.         3.5 on disk number 724, contains several features, some opti-
  30158.         mizations and a several few bug fixes.  Binary only.
  30159.         Author:  Felix R. Jeske
  30160.  
  30161. File        Examines given file(s) and takes an educated guess as to their
  30162.         type.  File types looked for include:- fonts, icons, execut-
  30163.         ables, objects, compressed, command scripts,C source, direc-
  30164.         tories, iffs, LaTeX source, modula II source, shell commands
  30165.         and scripts, TeX source, dvi, uuencoded, yacc, zoo, lha(rc).
  30166.         Version 1.1, an update by Gary Duncan to Version 1.0 by Edwin
  30167.         Hoogerbeets disk number 231.  Changes include looking for a
  30168.         few more types, improving its IQ slightly, and amending source
  30169.         to compile ANSI-C under SAS/C 6.0.  Includes C-source.
  30170.         Author:  Edwin Hoogerbeets and Gary Duncan
  30171.  
  30172. TextRead    A nice, fast, text file reader which was designed to replace
  30173.         More or PPMore.  The text output is very quick, since the
  30174.         program writes directly into it's screen memory.  Supports
  30175.         printing, different tabsizes, fonts and screen modes.
  30176.         Configurations can be saved.  Search routines use the locale
  30177.         library, if present.  Requires OS 2.04, ReqTools.library v37+
  30178.         and PowerPacker.library v35+ (both included).  Version 37.16,
  30179.         release 1.03.  Freeware, binary only.
  30180.         Author:  Martin Blom
  30181.  
  30182. TextRead    A fast but quite simple ascii reader, which was designed to
  30183.         replace More or PPMore.  The text output is very fast, since
  30184.         the program writes directly into it's screen memory.  The
  30185.         program supports printing, different tabsizes, fonts and
  30186.         screen modes.  The search routines uses local.library, if
  30187.         present, so the case insensitive search works in Sweden too...
  30188.         Requires OS 2.04, ReqTools.library v37+ and PowerPacker.lib-
  30189.         rary v35+.  The two libraries are included.  Version 37.16,
  30190.         release 1.03.  Freeware, binary only.
  30191.         Author:  Martin Blom
  30192.  
  30193. ==========================  Contents of Disk 768  ==========================
  30194.  
  30195. This is disk 768 of the freely distributable AMIGA software library.
  30196. Below is a listing of the significant directories and their contents.
  30197.  
  30198.  
  30199. Uedit        Part 1 of a three part distribution of the popular editor by
  30200.         the late Rick Stiles.  Per Rick's wishes, the entire program,
  30201.         including source has been placed in the public domain so that
  30202.         it may continue to grow.  This part contains the editor, con-
  30203.         fig and support files, and lharc'd documentation.  Parts 2 & 3
  30204.         of the distribution may be found on disk numbers 769 and 770
  30205.         respectively.  Uedit is a completely customizable editor with
  30206.         a learn mode, a command language, menus, hypertext, online
  30207.         help, a teach mode, split windows, copy and paste, undo, spell-
  30208.         checking, many word-processing features and more.  This is
  30209.         version 4.0, an update to version 3.0 on disk 622.
  30210.         Author:  Rick Stiles
  30211.  
  30212. ==========================  Contents of Disk 769  ==========================
  30213.  
  30214. This is disk 769 of the freely distributable AMIGA software library.
  30215. Below is a listing of the significant directories and their contents.
  30216.  
  30217.  
  30218. ALook        An IFF ILBM displayer with lots of features!  Displays Anims,
  30219.         HAM, extra half-brite, overscan, low-res, hi-res, lace, etc.
  30220.         Runs from WorkBench or CLI, recursive wild-card selection,
  30221.         specifiable delays between displays, loop mode and more.
  30222.         Uses iff.library.  Requires OS 2.0.  Version 3.1, binary only.
  30223.         Author:  Trevor Andrews
  30224.  
  30225. CopperPrefs    A OS 2.0-style preferences editor that allows you to load,edit
  30226.         and save copperlists for your workbench.  A little program will
  30227.         load your copperlist on startup and display it - exactly like
  30228.         IPrefs does.  Includes some sample copperlists and the speci-
  30229.         fication for a new IFF copperlist format.  Requires OS 2.0+.
  30230.         Version 1.0, shareware, binary only.
  30231.         Author:  Stephan Fuhrmann
  30232.  
  30233. LoadSpy        A small System-Patch for the Dos.Library.  It writes itself to
  30234.         the LoadSeg-Routine, displaying information about program names
  30235.         and load addresses from all files loaded with the LoadSeg
  30236.         routine.  Requires OS2.0, version 1.0, binary only.
  30237.         Author:  Michael Bialas
  30238.  
  30239. MeMon        An intuition-based utility that allows you to monitor or change
  30240.         specific memory addresses.  User may select byte, word, or long
  30241.         word alignment.  Displays in binary, hex, and signed or un-
  30242.         signed decimal. Also useful for displaying ascii codes of
  30243.         various character key mappings and/or as a hex/binary/decimal
  30244.         converter.  Version 1.0, binary only.
  30245.         Author:  David Ekholm
  30246.  
  30247. PowerPlayer    A very powerful, user and system friendly module player.  It
  30248.         can handle nearly all module-formats, supports multiselect,
  30249.         has hotkeys, has ASL and ReqTools filerequesters, has an ARexx
  30250.         port, can read powerpacked modules and comes along with its
  30251.         own cruncher that uses the lh.library.  Version 3.4, an
  30252.         update to version 3.0 on disk 704, freeware, binary only.
  30253.         Author:  Stephan Fuhrmann
  30254.  
  30255. Uedit        Part 2 of a three part distribution of the popular editor by
  30256.         the late Rick Stiles.  Per Rick's wishes, the entire program,
  30257.         including source has been placed in the public domain so that
  30258.         it may continue to grow.  This part contains lha archives of
  30259.         the source, the spell checker and dictionaries and the propor-
  30260.         tial version of the editor, UEP.  Parts 1 & 3 of the distri-
  30261.         bution may be found on disk numbers 768 and 770 respectively.
  30262.         Uedit is a completely customizable editor with a learn mode,
  30263.         a command language, menus, hypertext, online help, a teach
  30264.         mode, split windows, copy and paste, undo, spell-checking,
  30265.         many word-processing features and more.  This is version 4.0,
  30266.         an update to version 3.0 on disk 622.
  30267.         Author:  Rick Stiles
  30268. ==========================  Contents of Disk 770  ==========================
  30269.  
  30270. This is disk 770 of the freely distributable AMIGA software library.
  30271. Below is a listing of the significant directories and their contents.
  30272.  
  30273. Uedit        Part 3 of a three part distribution of the popular editor by
  30274.         the late Rick Stiles.  Per Rick's wishes, the entire program,
  30275.         including source has been placed in the public domain so that
  30276.         it may continue to grow.  This part contains several lharc'd
  30277.         archives of third-party support files, configurations and
  30278.         utilities.  Included are emulation configurations for VI, EDT
  30279.         and wordstar, a directory utility, hypertext utilities, help
  30280.         key utilities and much more.  Parts 1 & 2 of the distribution
  30281.         may be found on disk numbers 768 and 769 respectively.  Uedit
  30282.         is a completely customizable editor with a learn mode, a
  30283.         command language, menus, hypertext, online help, a teach mode,
  30284.         split windows, copy and paste, undo, spell-checking, many word-
  30285.         processing features and more.  This is version 4.0, an update
  30286.         to version 3.0 on disk 622.
  30287.         Author:  Rick Stiles
  30288.  
  30289. ==========================  Contents of Disk 771  ==========================
  30290.  
  30291. This is disk 771 of the freely distributable AMIGA software library.
  30292. Below is a listing of the significant directories and their contents.
  30293.  
  30294.  
  30295. AutoSave    A small program which calls an ARexx script at regular inter-
  30296.         vals, controlled through a Workbench window.  Although intended
  30297.         to provide an "AutoSave" function for applications, the script
  30298.         can do anything.  Includes C source, which demonstrates simple
  30299.         use of GadTools and the timer device.  Requires Kickstart 2.0
  30300.         or later.
  30301.         Author:  Michael Warner
  30302.  
  30303. BBBBS        Baud Bandit Bulletin Board System.  Written entirely in ARexx
  30304.         using the commercial terminal program "BaudBandit". Features
  30305.         include up to 99 file libraries with extended filenotes, up to
  30306.         99 fully threaded message conferences, number of users, files,
  30307.         messages, etc. are only limited by storage space, controlled
  30308.         file library and message conference access for users and sys-
  30309.         ops, interface to extra devices like CD-ROM and others, all
  30310.         treated as read only, complete Email with binary mail and
  30311.         multiple forwarding, user statistics including messages writ-
  30312.         ten, files uploaded or downloaded, time, etc, plus much more.
  30313.         Works under Amiga OS 1.3 and greater, tested through 3.0.
  30314.         This is version 5.7, an update to version 5.5 on disk 729.
  30315.         Includes complete ARexx source.
  30316.         Author:  Richard Lee Stockton
  30317.  
  30318. PubChange    A commodity for AmigaDos 2.04.  It isn't a public screen man-
  30319.         ager, but it is useful when used in conjunction with one.  It
  30320.         is designed to make public screens easier to use.  Whenever a
  30321.         new screen is brought to the front, this screen is examined.
  30322.         If it is a public screen, it is made into the default automat-
  30323.         ically without having to explicitly do it from within a public
  30324.         screen manager.  Thus, the current default public screen is
  30325.         always the one which you have most recently brought to the
  30326.         front, and applications which use the default public screen
  30327.         will appear there.  Version 1.0, binary only.
  30328.         Author:  Steve Koren
  30329.  
  30330. PKludge        A mode promotion commodity for AmigaDos 3.0.  It allows any
  30331.         mode to be promoted to any other mode.  Mode promotion keyed
  30332.         from the screen name or title, and resizing and moving screens
  30333.         during mode promotion.  It is useful to 1) promote all screens
  30334.         to a single scan rate to avoid re-syncing on multisync moni-
  30335.         tors during screen flipping, 2) use 800x600 or higher resolu-
  30336.         tions with some applications which don't know how to open
  30337.         those screens but can otherwise handle bigger screen sizes,
  30338.         3) use PAL:Productivity 640x400 mode instead of DblNTSC:High
  30339.         Res Lace mode, since the productivity mode tends to be more
  30340.         visible on some Amiga 4000's.  Version 1.0, binary only.
  30341.         Author:  Steve Koren
  30342.  
  30343. NiceMove    Some different examples in C of MOUSEMOVE event handling during
  30344.         high CPU or DMA usage.  Version 1.00, first release.  Includes
  30345.         source and a sample program.
  30346.         Author:  Thies Wellpott
  30347.  
  30348. Sing        Sing will read a text file (actually ANY file) and try to
  30349.         "sing" the characters in it using internal simple waveforms in
  30350.         4 voices.  Binary only.
  30351.         Author:  Richard Lee Stockton
  30352.  
  30353. Sound        Sound sample player.  Will play ANY file as sound.  Understands
  30354.         IFF, stereo, and fibronicci compression.  Can play direct from
  30355.         disk.  Uses only 4k of chip ram.  Effects include fade and
  30356.         grow.  Works from CLI or WorkBench, all OS thru 3.0.  Includes
  30357.         complete C source.
  30358.         Author:  Richard Lee Stockton
  30359.  
  30360. SourcOpt    A little assembly language source optimizer.  While most assem-
  30361.         blers have optimization, they optimize the compiled code.  One
  30362.         disadvantage of this however, is when debugging code thru a
  30363.         disassembler or monitor, the code you see differs from that
  30364.         you have written because of the optimization.  By optimizing
  30365.         the source first, you can eliminate some of these differences.
  30366.         Version 1.0, binary only, CLI usage only.
  30367.         Author:  Alexander Fritsch
  30368.  
  30369. ==========================  Contents of Disk 772  ==========================
  30370.  
  30371. This is disk 772 of the freely distributable AMIGA software library.
  30372. Below is a listing of the significant directories and their contents.
  30373.  
  30374.  
  30375. VMB        Demo version of VIDEO MUSIC BOX, a program designed to provide
  30376.         an easy to learn and use facility that non-musicians or begin-
  30377.         ning musicians can use to compose original background music
  30378.         for their Amiga multimedia productions.  No prior music com-
  30379.         positional knowledge is required to generate basic musical
  30380.         styles from pre-arranged music pattern templates and chord
  30381.         progressions.  Individuals having increased musical backgrounds
  30382.         can use the many included editors to define new chord-types,
  30383.         "revoice" chords, create new chord progressions, perform basic
  30384.         sequence editing, and create additional pattern templates.
  30385.         Supports both MIDI Format 0 and IFF SMUS music file formats
  30386.         for compatibility with all multimedia authoring programs.
  30387.         Version 1.6, second major upgrade to version 1.0 on disk number
  30388.         660.  This new version is AmigaDOS 2 compatible, allows un-
  30389.         limited pattern generation in a single sequence, has improved
  30390.         musical dynamics, and expanded MIDI.  Requires 1 Meg.
  30391.         Author:  D.T. Strohbeen
  30392.  
  30393. ==========================  Contents of Disk 773  ==========================
  30394.  
  30395. This is disk 773 of the freely distributable AMIGA software library.
  30396. Below is a listing of the significant directories and their contents.
  30397.  
  30398.  
  30399. Detache        A very small and simple utility that will detache a file from
  30400.         the file system.  Note that this is completely different than
  30401.         deleting a file.  In particular, Detache works even if the file
  30402.         system did not restart properly because of a failed validation.
  30403.         This happens rather frequently if the Amiga crashes during a
  30404.         write on a hard disk partition: you get the dreaded "checksum
  30405.         error on block xxx" requester, and no writes are allowed to the
  30406.         partition.  If you know the name of the guilty file (the file
  30407.         the faulty block belongs to) you can simply detache it, and the
  30408.         file system will be happy to restart.  Requires OS2.04, binary
  30409.         only.
  30410.         Author:  Sebastiano Vigna
  30411.  
  30412. Enforcer    A tool to monitor illegal memory access for 68020/68851, 68030,
  30413.         and 68040 CPUs.  This is a completely new Enforcer from the
  30414.         original idea by Bryce Nesbitt.  It contains many new and
  30415.         wonderful features and options and no longer contains any
  30416.         exceptions for specific software.  Enforcer can now also be
  30417.         used with CPU or SetCPU FASTROM or most any other MMU-Kick-
  30418.         start-Mapping tool.  Major new output options such as local
  30419.         output, stdout, and parallel port.  Highly optimized to be as
  30420.         fast as possible.  This is version 37.26, containing a bug fix
  30421.         to version 37.25 on disk number 754.  Requires V37 of the OS
  30422.         or better and an MMU.
  30423.         Author:  Michael Sinz
  30424.  
  30425. Ls        An update based wholly but loosely to the version 3.1 of Ls on
  30426.         disk number 236 by Justin McCormick.  Includes many enhance-
  30427.         ments and bug fixes.  Ls is a popular, UNIX style directory
  30428.         lister.  This version features intelligent columnar listing,
  30429.         versatile sort options, UNIX-style pattern matching, recursive
  30430.         subdirectory listing, customized output formatting and much
  30431.         more!  Version 4.7ljr, requires at least OS 2.04, includes
  30432.         source.
  30433.         Author:  Loren J. Rittle.
  30434.  
  30435. NewPop        An upgrade to the original "POPCLI" by John Toebes.  Features
  30436.         include a hotkey CLI (of course!), instant or timed screen
  30437.         blanking, a discreet informative backdrop window in the title-
  30438.         bar region of the WorkBench screen that gives the date, a
  30439.         rough indication of CPU usage and SCSI disk I/O and available
  30440.         memory.  Also includes a runtime configuration file.  Version
  30441.         4.0, includes source.
  30442.         Author:  Loren J. Rittle
  30443.  
  30444. Quest        General purpose interactive AREXX question/answer routine that
  30445.         includes a very funny script ("HackerTest") to rate your
  30446.         "computerese" and hacker ability.  Quest can be used for any
  30447.         similiar type question-answer script.  The original hackertest
  30448.         was created by Felix Lee, John Hayes and Angela Thomas in Sep-
  30449.         tember 1989.
  30450.         Author:  Erik Lundevall
  30451.  
  30452. REXXProgs    Some good, well-commented, examples of REXX programming.
  30453.         Includes Palette.rexx, an ARexx tutorial on using the rexx-
  30454.         arplib.library to open a window (in this case a color palette)
  30455.         on any public screen and send messages to another ARexx pro-
  30456.         cess.  ShoList.rexx, displays system lists (libraries, ports,
  30457.         tasks, etc.) and Sz.rexx, Displays alphabetically sorted
  30458.         directory with filesizes.  CLI only.
  30459.         Author:  Richard Lee Stockton
  30460.  
  30461. Wangle        Very addictive "sliding-block" single player strategy game.
  30462.         The object is to group four smaller squares of the same color
  30463.         together in such a way as to form a larger square.  Once
  30464.         started in a direction, blocks slide until they hit another
  30465.         block, a wall, or in some cases, fall through the floor!
  30466.         Includes 50 levels and a level editor.  Binary only.
  30467.         Author:  Peter HΣndel
  30468.  
  30469. ==========================  Contents of Disk 774  ==========================
  30470.  
  30471. This is disk 774 of the freely distributable AMIGA software library.
  30472. Below is a listing of the significant directories and their contents.
  30473.  
  30474.  
  30475. ExtraCmds    A small set of AmigaDOS commands, chiefly inspired by UNIX,
  30476.         written to augment the collection distributed as part of the
  30477.         System Software Release 2.04 (V37) and will not run under
  30478.         older releases.  This is the first public release consisting
  30479.         of the commands Common, Concat, Count, DirTree, Head, Lower,
  30480.         Split, Tee, TimeCom, and Unique.  Source code and manual pages
  30481.         in both Danish and English are included.
  30482.         Author:  Torsten Poulin
  30483.  
  30484. HuntWindows    Starting with 2.0 you can make screens bigger than the visual
  30485.         size of your monitor.  On a double-size workbench, catching
  30486.         windows like requesters etc. can be quite annoying at times.
  30487.         This little utility hangs itself on the Vertical Blank inter-
  30488.         rupt to find out which window is being activated and moves the
  30489.         screen to show the window in full view.  Version 1.4, includes
  30490.         source in assembler.
  30491.         Author:  J÷rg Bublath
  30492.  
  30493. ISpell        An "Amigatized" port of a Unix version of a freely distribu-
  30494.         table interactive spelling checker.  Two major modes of oper-
  30495.         ation: Original Interactive Mode to allow a user spell check
  30496.         and correct a text document and ARexx Server Mode that allows
  30497.         the end user to hook ISpell up to text editors and other things
  30498.         that need a spell checking service.  Regular expression lookup
  30499.         of word patterns is also possible in ARexx Server Mode.
  30500.         Includes Arexx macros for GUISpell (included), CygnusEd, Mg,
  30501.         TurboText, GNU emacs, VLT and WShell.  Version 3.3LJR, an
  30502.         update to the version released on disk number 191.  Requires
  30503.         AmigaOS 2.04 or later.  Includes source.
  30504.         Author:  Many! Current version by Loren J. Rittle
  30505.  
  30506. SetAslDim    A very small and simple 2.04-only utility which lets you set
  30507.         the position and dimensions that the ASL file, font and screen
  30508.         mode requesters will assume as default.  It obtains this result
  30509.         by SetFunction()ing the AllocAslRequest() call of the asl.lib-
  30510.         rary.  Binary only, CLI usage only.
  30511.         Author:  Sebastiano Vigna
  30512.  
  30513. SetSystem    A very small and simple 2.04-only utility which forces the
  30514.         SYS_UserShell tag on each System() call.  This means that every
  30515.         application will use your user shell (for instance, Bill
  30516.         Hawes's WShell) instead of the system shell.  Binary only,
  30517.         CLI usage only.
  30518.         Author:  Sebastiano Vigna
  30519.  
  30520. ==========================  Contents of Disk 775  ==========================
  30521.  
  30522. This is disk 775 of the freely distributable AMIGA software library.
  30523. Below is a listing of the significant directories and their contents.
  30524.  
  30525.  
  30526. ICoons        A spline based object modeller which can be used to generate
  30527.         objects in TTDDD format.  TTDDD files can be converted to lots
  30528.         of different object formats by using the T3DLIB shareware
  30529.         package by Glenn Lewis.  Line mode and Flat mode solid render-
  30530.         ing as well as Gouraud and Phong shading.  Requires a machine
  30531.         with a floating-point co-processer.  Version 1.0, includes
  30532.         source.
  30533.         Author:  Helge E. Rasmussen
  30534.  
  30535. ==========================  Contents of Disk 776  ==========================
  30536.  
  30537. This is disk 776 of the freely distributable AMIGA software library.
  30538. Below is a listing of the significant directories and their contents.
  30539.  
  30540.  
  30541. CopDis        An oldie but goodie I found while poking around the net.
  30542.         CopDis is copper list disassembler that can be run from the
  30543.         CLI or linked with and run directly from an application
  30544.         program.  This is version 34.1, an update to version 0.0a
  30545.         on disk number 261.  The code has been cleaned up, some bugs
  30546.         fixed and the ECS instructions added.  Includes source.
  30547.         Author:  Karl Lehenbauer, enhanced by Sebastiano Vigna
  30548.  
  30549. JEd        Yet another programmer's editor.  Lots of features, including:
  30550.         total customization, a powerful programming language, multi-
  30551.         file/multi-view editing, number of windows is only limited by
  30552.         memory, clipboard support (cut/paste on any unit), any window
  30553.         can have any (non-proportional) font, an Arexx interface, and
  30554.         more.  Version 2.05, (apparently unrelated to the version of
  30555.         Jed on disk 297).  Requires OS2.0 or later, includes source.
  30556.         Author:  John Harper
  30557.  
  30558. XDME        Version 1.54 of Matt's text editor.  XDME is a "not-so-simple"
  30559.         WYSIWYG editor designed for programmers.  It is not a WYSIWYG
  30560.         word processor in the traditional sense.  Features include
  30561.         arbitrary key mapping, FAST scrolling, title-line statistics,
  30562.         multiple windows, and ability to iconify windows.  This new
  30563.         version has some bug fixes, many new commands and several other
  30564.         new enhancements.  Update to version 1.45 on disk number 530,
  30565.         includes source.
  30566.         Author:  Matt Dillon, Enhanced by Aaron Digulla
  30567.  
  30568. WFile        Small but useful tool to interchange ASCII files between
  30569.         different operating systems.  Converts foreign symbols and
  30570.         adapts linefeed codes.  Can also be used to expand tabs to
  30571.         multiple spaces or vice versa.  It has builtin templates for
  30572.         interchange between Amiga, MS-DOS, OS/2 and UNIX systems.
  30573.         Profiles can be used for common adaptions.  The new version
  30574.         contains new templates and the memory management system has
  30575.         been revised and optimized.  Version 1.32, an update to
  30576.         version 1.11 on disk 536.  Includes source in C.
  30577.         Author:  Joerg Fenin
  30578.  
  30579. ==========================  Contents of Disk 777  ==========================
  30580.  
  30581. This is disk 777 of the freely distributable AMIGA software library.
  30582. Below is a listing of the significant directories and their contents.
  30583.  
  30584.  
  30585. AGAtest        Two little programs for the (lucky) owners of AGA machines that
  30586.         show all 2^24 colors on an AGA HAM8 screen without ever chang-
  30587.         ing the 64 base color registers.  Includes source.
  30588.         Author:  Loren J. Rittle
  30589.  
  30590. Chemesthetics    Chemesthetics uses the calotte model to draw molecules.  It has
  30591.         an Intuition user interface, can save pictures as IFF files and
  30592.         has many example files.  The new version lets you raise the
  30593.         task priority for the painting process to get the results
  30594.         faster, shadow and reflection color can now be set to your
  30595.         desires, quicktrans.library is used for even faster painting.
  30596.         Versions for a math coprocessor and utilties to convert data
  30597.         files from Molec3D and to DKBTrace are included.  This is ver-
  30598.         sion 2.14, an update to version 2.10 on disk number 574.
  30599.         Includes source in C.
  30600.         Author:  Joerg Fenin
  30601.  
  30602. IncRev        A small program for a makefile or an lmkfile to update a pro-
  30603.         gram's revision number after each successful compile process.
  30604.         This is version 1.10, an update to version 1.03 on disk number
  30605.         536.  Includes source in C.
  30606.         Author:  Joerg Fenin
  30607.  
  30608. Sizer        A small and pure shell utility that gives the size in bytes,
  30609.         blocks, and the total occupied by a directory, device or
  30610.         'assign'.  Accepts multiple arguments.  Version 0.36, an update
  30611.         to version 0.20 on disk 741.  Now handles control-C and gives
  30612.         more accurate results.  French and English docs.  Binary only.
  30613.         Author:  GΘrard Cornu.
  30614.  
  30615. ==========================  Contents of Disk 778  ==========================
  30616.  
  30617. This is disk 778 of the freely distributable AMIGA software library.
  30618. Below is a listing of the significant directories and their contents.
  30619.  
  30620.  
  30621. DungeonMap    A little tool that creates maps of dungeons and towns which
  30622.         can be used by a Dungeon Master (DM's) for use in a Dungeons
  30623.         & Dragons (D&D) game.  These maps can be saved, edited, and
  30624.         printed.  This is version 1.1, an update to version 1.0 on
  30625.         disk number 603, binary only.
  30626.         Author:  Bill Elliot
  30627.  
  30628. EgoMouse    A little hack that makes the mouse pointer turn towards the
  30629.         direction you move your mouse.  A popular program on the
  30630.         Macintosh.  Version 1.0, binary only.
  30631.         Author:  B.J Lehahn, Pointer designed by F. Kⁿster 
  30632.  
  30633. Kurve        Kurve is yet another function plotting tool which provides
  30634.         a very fast and easy way of plotting and analysing
  30635.         mathematical functions.  The integrated function compiler
  30636.         makes this plotter to be the fastest one you've ever seen.
  30637.         Version 2.001, compatible with Kickstart 2.0 and 3.0beta.
  30638.         Includes source in C.
  30639.         Author:  Henning Rink
  30640.  
  30641. MultiReq    A FileRequester library, but it's not simply another file
  30642.         requester library, cause it's the first really multitasking
  30643.         file requester (as far as I know) and above this it also has
  30644.         a great number of other features, that make MultiReq superior
  30645.         to other file requesters.  Written entirely in assembler to
  30646.         be small and fast.  Version 1.20, binary only, shareware.
  30647.         Author:  Andreas Krebs
  30648.  
  30649. OmtiFroh    A very small "mini-hack" that allows Enforcer to be used with
  30650.         some specific SCSI controllers that don't bind an AutoConfig
  30651.         node into the ExpansionList.  Enforcer registers the accesses
  30652.         to the hardware at 0xee0000 as 'hits'.  This little gem will
  30653.         create the AutoConfig node for you.  Includes source.
  30654.         Author:  Henning Schmiedehausen
  30655.  
  30656. ==========================  Contents of Disk 779  ==========================
  30657.  
  30658. This is disk 779 of the freely distributable AMIGA software library.
  30659. Below is a listing of the significant directories and their contents.
  30660.  
  30661.  
  30662. AAP_AAC        Animation playback and convert programs. (AAP and AAC).  AAP
  30663.         can show IFF ILBM pictures, show IFF ANIM_5 and IFF_ANIM_7
  30664.         animations.  It can show (long) sequences of animations and/or
  30665.         pictures using a script file and can operate from memory
  30666.         (preload) and/or disk.  AAC converts between the supported
  30667.         anim filetypes and/or sequences of pictures.  AAP version 1.2,
  30668.         AAC version 1.1.  Includes source and a small sample sequence
  30669.         mix of pictures/animation from script file.
  30670.         Author:  Wolfgang Hofer
  30671.  
  30672. Plasma        A Plasma Cloud Generator for V39 AGA machines only.  This pro-
  30673.         gram will generate Fractal Images called Plasma Clouds, using
  30674.         the AGA 256 color modes with full use of the 24 bit palette.
  30675.         Includes source.
  30676.         Author:  Roger Uzun
  30677.  
  30678. RDBInfo        Reads the RigidDiskBlock of the unit and device given as argu-
  30679.         ments, then displays the most interesting parts.  Version 0.17,
  30680.         Binary only.
  30681.         Author:  GΘrard Cornu
  30682.  
  30683. SANA        The official Commodore developer information package for the
  30684.         SANA-II Network Device Drivers.  Includes the SANA-II spec,
  30685.         readme files, SANA-II drivers for Commodore's A2065 (Ethernet)
  30686.         and A2060 (ARCNET) boards, docs and includes, and some exam-
  30687.         ples.  Release version 1.4, update to version on disk number
  30688.         673.
  30689.         Author:  Commodore-Amiga Networking Group
  30690.  
  30691. VPortPatch     A very small 2.04-only utility that patches the graphics.lib-
  30692.         rary function MakeVPort() in such a way to avoid an annoying
  30693.         bug that keeps multipalette pictures from being correctly
  30694.         scrolled (multipalette pictures contain the new PCHG chunk
  30695.         which specifies line-by-line palette changes; hundreds of
  30696.         colors can be displayed even in hi-res with multitasking and
  30697.         full system compatibility).  Includes source.
  30698.         Author:  Sebastiano Vigna
  30699. ==========================  Contents of Disk 780  ==========================
  30700.  
  30701. This is disk 780 of the freely distributable AMIGA software library.
  30702. Below is a listing of the significant directories and their contents.
  30703.  
  30704.  
  30705. ABackup        A powerful backup utility, that may be used both for hard
  30706.         disk backup and for file archiving.  Has a full Intuition
  30707.         interface, a "batch" mode, can save/load file selection,
  30708.         handle HD floppies, etc...  This is a *MAJOR* update, with
  30709.         support for XPK library, child task for disk write, error
  30710.         recovering when writing to a disk and more.  Include both
  30711.         French and English versions.  This is version 2.00, an
  30712.         update from version 1.60 on disk 759.  Shareware, binary
  30713.         only.
  30714.         Author:  Denis Gounelle.
  30715.  
  30716. MEM        A little memory game where the object is to remember the face
  30717.         of a "thief" you are shown for a variable length of time
  30718.         depending on the level.  You are then presented with a screen
  30719.         in which you have to "recreate" the face using various select-
  30720.         ions for eyes, eyebrows, nose and mouth.  Version 1.0, binary
  30721.         only.
  30722.         Author:  Jason Truong
  30723.  
  30724. NickPrefs    An enhancement to IPrefs that manages three new preferences,
  30725.         WBPicture allows you to display any IFF picture in the main
  30726.         Workbench window, supplanting the original (and boring ;-))
  30727.         WBPattern.  BusyPointer lets you edit the clock pointer used
  30728.         by programs when they are busy.  You may create an animated
  30729.         pointer.  Floppy provides the ability to mess with the public
  30730.         fields of trackdisk, that is, the TDPF_NOCLICK flag, step
  30731.         delay and the like.  Requires OS2.0, binary only.
  30732.         Author:  Nicola Salmoria
  30733.  
  30734. RachelRaccoon    A set of hand-drawn "Eric-Schwartz-animation-style" pictures
  30735.         of a new cartoon character.  The pictures are overscanned hi-
  30736.         res-interlace (704x480) and are provided in 16-color, 8-color,
  30737.         and 4-color flavors so you can use them for Workbench backdrop
  30738.         pictures.  The colors are arranged so that at least on Work-
  30739.         bench 2.x you will have standard looking titlebars.
  30740.         Author:  Leslie Dietz
  30741.  
  30742. ==========================  Contents of Disk 781  ==========================
  30743.  
  30744. This is disk 781 of the freely distributable AMIGA software library.
  30745. Below is a listing of the significant directories and their contents.
  30746.  
  30747.  
  30748. PowerSnap    A utility that allows you to use the mouse to mark characters
  30749.         anywhere on the screen, and then paste them somewhere else,
  30750.         such as in another CLI or in a string gadget.  Checks what
  30751.         font is used in the window you snap from and will look for
  30752.         the position of the characters automatically.  Recognizes all
  30753.         non-proportional fonts of up to 24 pixels wide and of any
  30754.         height.  Works with AmigaDOS 2.0 in both shell and WorkBench
  30755.         environments.  This is version 2.1b, an update to version 2.0
  30756.         on disk 726.  Binary only.
  30757.         Author:  Nico Francois
  30758.  
  30759. TKEd        TKEd is a very comfortable Intuition-based ASCII editor with
  30760.         an english and german user-interface.  It can read texts packed
  30761.         with PowerPacker, has user-definable menus, a comfortable AREXX
  30762.         interface with 109 commands, an interface to some errortools
  30763.         for programmers, macros, undo, wordwrap, supports foldings,
  30764.         has an online help mode, and many other features.  TKEd is re-
  30765.         entrant and can be made resident.  It's Kickstart 1.3/2.04
  30766.         compatible, supports the new ECS-screenmodes, an application
  30767.         window and checks itself for linkviruses.  Version 1.11, an
  30768.         update to version 1.05 on disk 689.  Binary only.
  30769.         Author:  Tom Kroener
  30770.  
  30771. TWA        A commodity that  remembers the last active window on any
  30772.         screen.  If screens are shuffled, the window is automatically
  30773.         re-activated, when that screen is brought to front.  Version
  30774.         1.0, binary only.
  30775.         Author:  Matthias Scheler
  30776.  
  30777. WBVerlauf    Allows the owners of AGA machines to create a nice Copper
  30778.         background for a selectable color, using the whole 16 million
  30779.         color range of the AGA chips.  By specifying the color of the
  30780.         first and the last line of the screen, WBVerlauf will make a
  30781.         smooth color change by setting a new color value on every
  30782.         scanline.  Requires Kickstart 3.0.  Version 1.4, binary only.
  30783.         Author:  Christian A. Weber
  30784.  
  30785. ==========================  Contents of Disk 782  ==========================
  30786.  
  30787. This is disk 782 of the freely distributable AMIGA software library.
  30788. Below is a listing of the significant directories and their contents.
  30789.  
  30790.  
  30791. DFA        NOT just another address utility.  DFA(ddress) features email
  30792.         support, dialing, different types of printing addresses, full
  30793.         commodity support, application icon, Arexx port, font sensitive
  30794.         windows and can be fully directed by the keyboard.  This is
  30795.         version 1.1.  Shareware, binary only.
  30796.         Author:  Dirk Federlein
  30797.  
  30798. TwilightZone    A modular screen blanker with a user-friendly control panel.
  30799.         Provides: Selection of blanker module from an expandable list
  30800.         of modules; A "blank-now" feature by moving the mouse pointer
  30801.         into a corner of the screen; A "blank-never" option by moving
  30802.         the mouse pointer into a corner of the screen; Adjustable
  30803.         timeout, and selectable wakeup events.  Version 1.1/2.0, binary
  30804.         only.
  30805.         Author:  Rainer Koppler
  30806.  
  30807. ValCon        Converts a value from one number notation system to another.
  30808.         Currently the decimal, hexadecimal, binary and octal systems
  30809.         are supported.  Version 1.10, freeware, binary only.
  30810.         Author:  Chris Vandierendonck
  30811.  
  30812. Yak        "Yet Another Kommodity".  Features a sunmouse that only acti-
  30813.         vates when mouse stops, KeyActivate windows, Click windows
  30814.         to front or back, Cycle screens with mouse, Mouse and Screen
  30815.         blanking, Close/Zip/Shrink/Enlarge windows with programmable
  30816.         hotkeys, Activate Workbench by hotkey (to get at menus when
  30817.         WB obscured), Pop up a palette on front screen, Insert date
  30818.         (in various formats), KeyClick with adjustable volume, Pop-
  30819.         Command key for starting a command (like PopCLI), Gadtools
  30820.         interface.  All settings accessible from Workbench tooltypes.
  30821.         Version 1.2, an update to version 1.0 on disk number 753, has
  30822.         some new features and several bug fixes.  Includes source.
  30823.         Author:  Martin W. Scott
  30824.  
  30825. ==========================  Contents of Disk 783  ==========================
  30826.  
  30827. This is disk 783 of the freely distributable AMIGA software library.
  30828. Below is a listing of the significant directories and their contents.
  30829.  
  30830.  
  30831. APipe        An "Amiga pipe" device.  If opened for read, it will run the
  30832.         file name as an Amiga CLI command, with the output going to
  30833.         the opening process.  If opened for output, it will run the
  30834.         file name as an Amiga CLI command, with output to the opened
  30835.         file sent to the command as input.  Version 37.4, an update
  30836.         to version 37.2 on disk number 601.
  30837.         Author:  Per Bojsen
  30838.  
  30839. DiskInfo    A program like the AmigaDOS 'Info' command, but it gives more
  30840.         extensive information on the disk (volume) and/or on the device
  30841.         requested.  Version 1.00, freeware, binary only.
  30842.         Author:  Chris Vandierendonck
  30843.  
  30844. Hackdisk    A complete replacement for trackdisk.device minus support for
  30845.         5.25 inch and 150RPM floppies.  It offers a verify option and
  30846.         is faster than trackdisk 2.0.  Hackdisk is supplied as a Rom-
  30847.         Tag module and may be RamKick'ed or placed directly in the
  30848.         Kickstart ROM.  Free for non-commercial use, assembly source
  30849.         included.  This is version 1.12, an update to version 1.10 on
  30850.         disk number 697.
  30851.         Author:  Dan Babcock
  30852.  
  30853. KingFisher    A specialized database tool providing maintenance and search
  30854.         capabilities for the descriptions of disks in the format used
  30855.         by this library.  KingFisher's database can span multiple
  30856.         (floppy) disk volumes, can be edited by text editors that
  30857.         support long text lines, can add disks directly from unedited
  30858.         email or usenet announcements, can remove disks, rebuild a
  30859.         damaged index, find next or previous software versions, print
  30860.         or export (parts of) the database, and more.  Includes a data-
  30861.         base of disks 1-770.  This is version 1.11.  Binary only.
  30862.         Author:  Udo Schuermann
  30863.  
  30864. ==========================  Contents of Disk 784  ==========================
  30865.  
  30866. This is disk 784 of the freely distributable AMIGA software library.
  30867. Below is a listing of the significant directories and their contents.
  30868.  
  30869.  
  30870. BindNames    A solution to the problem of having to continually edit
  30871.         your startup-sequence to add assignments for logical variables
  30872.         when you add a new program.  BindNames will read one or more
  30873.         files in a special directory and then create all the logical
  30874.         assignments at once and it can figure out dependencies, so it
  30875.         doesn't matter how you order the entries in the file(s).  It
  30876.         will create directories that it can't find, such as RAM:Env
  30877.         and RAM:T and will generate warnings for assignments that it
  30878.         can't resolve.  Version 1.0, includes source, public domain.
  30879.         Author:  Dave Haynie
  30880.  
  30881. DirKing        A very powerful replacement for the AmigaDOS 'List' and 'Dir'
  30882.         commands.  It gives full control on the format of the directory
  30883.         listing and what information should be printed.  The directory
  30884.         can be sorted on any field, or on several fields in the order
  30885.         you want.  Supports many filters, such as name and date, and
  30886.         the filters can be made effective on files only, directories
  30887.         only or on both.  You can also define a pattern for each level
  30888.         of the directory tree.  Has an LFORMAT option which is useful
  30889.         for generating scripts.  A unique feature is the ability to
  30890.         monitor the scanning process.  English version supplied,
  30891.         German, French and Dutch versions available from the author.
  30892.         Version 2.10, shareware, binary only.
  30893.         Author:  Chris Vandierendonck
  30894.  
  30895. Lyapunovia    A mindboggingly colorful program that makes pictures from a
  30896.         simple mathematical formula.  (And it's NOT Mandelbrot!)
  30897.         Lyapunovia pictures vary from colorful candy to mean metal
  30898.         (or something), offering you everything you ever wanted in
  30899.         visual representation of abstract nothings...  This freely
  30900.         redistributable version of Lyapunovia has been thoroughly
  30901.         tested to work on all Amigas.  Special registered versions
  30902.         with precision-extension, optimized for bigger CPUs, and
  30903.         support of WB 2.0/2.1 and WB 3.0 displaymodes (all 256 colors)
  30904.         are available.  Version 1.0, binary only.
  30905.         Author:  Jesper Juul
  30906.  
  30907. ==========================  Contents of Disk 785  ==========================
  30908.  
  30909. This is disk 785 of the freely distributable AMIGA software library.
  30910. Below is a listing of the significant directories and their contents.
  30911.  
  30912.  
  30913. FileStorage    Small demo of a file librarian, a database for files.  The
  30914.         database exists as a number of index files and disks where
  30915.         FileStorage puts your collection of files.  FileStorage
  30916.         'remembers' how many free bytes each storage disk has and
  30917.         tries to fill the disks to the maximum.  For each file you
  30918.         can add a 320 character long description and set 16 different
  30919.         (user definable)  filetypes.   Searching / adding / deleting /
  30920.         changing it's all there!  Version 1.2, binary only.
  30921.         Author:  Joep Grooten
  30922.  
  30923. RomCon        Converts a decimal value into a value represented by roman
  30924.         numbers.  You can convert from decimal to roman or from roman
  30925.         to decimal.  E.g. '1992' equals 'MCMXCII'.  Version 1.10,
  30926.         freeware, binary only.
  30927.         Author:  Chris Vandierendonck
  30928.  
  30929. ScrnTst        A program to reveal small irregularities in the beam sweep of
  30930.         computer monitors.  Uses the MOIRE effect to render such
  30931.         defects more readily observable.  A short program which should
  30932.         be compatible with OS 1.3 as well as releae 2.0. Version 2.0,
  30933.         binary only.
  30934.         Author:  William Barish
  30935.  
  30936. SeePix        Based on Olaf Barthel's "LoadImage v1.11".  SeePix is an IFF
  30937.         viewer/printer, featuring the ability to modify the colors of
  30938.         a pic for printing, allowing for truer colors in the printout
  30939.         (i.e. Blue prints Blue, not Purple), without modifying the pic
  30940.         itself.  SeePix features an ARP interface, Iconization and the
  30941.         PathMaster File Selector.  Manx AZTEC "C" Source included.
  30942.         Author:  Hank Schafer
  30943.  
  30944. Showgerb    A Gerber display program.  Gerber plotfiles are generated by
  30945.         several CAD packages.  This program will display them on an
  30946.         Amiga using 1.3 and probably 2.xx and 3.xx.  Source is not
  30947.         included but can be requested from the Author.  Includes
  30948.         several sample plotfiles.  Version 1.00, binary only,
  30949.         shareware.
  30950.         Author:  Paul Gill
  30951.  
  30952. Timing        A program to clock the time between two events.  You can use
  30953.         several names, enabling the timing of different events.  Useful
  30954.         mainly in scripts though other uses are possible.  Timing can
  30955.         give the elapsed time in ticks, seconds or in the normal hh:mm:
  30956.         ss format.  Version 1.21, freeware, binary only.
  30957.         Author:  Chris Vandierendonck
  30958.  
  30959. UCD        A utility for changing the current directory.  It scans a disk
  30960.         and builds a file containing information about the directory
  30961.         structure that makes it possible for UCD to change directory
  30962.         to any directory in the scanned volume by simply naming the
  30963.         directory without pathname information.  UCD can keep track
  30964.         of the directory structure of multiple volumes.  Now supports
  30965.         wildcards.  Version 1.15, an update to version 1.0 on disk 734.
  30966.         Binary only, shareware.
  30967.         Author:  Uffe Holst Christiansen
  30968.  
  30969. YAPS        "Yet Another Public Screen Manager".  Using YAPS, you can open
  30970.         Public Screens in ALL(!) Amiga-DisplayModes, even in the new
  30971.         A4000/A1200 Modes.  Requires OS 2.04 (V37+), works even under
  30972.         OS 3.0 (V39+).  Binary only.
  30973.         Author:  Karlheinz Klingbeil (CEKASOFT)
  30974.  
  30975. ==========================  Contents of Disk 786  ==========================
  30976.  
  30977. This is disk 786 of the freely distributable AMIGA software library.
  30978. Below is a listing of the significant directories and their contents.
  30979.  
  30980.  
  30981. Hyper        Will lead you through documents that are written to be used
  30982.         with the legendary `Am*gaGu*de' from Commodore.  An ARexx port
  30983.         gives access to it from other applications.  Requires OS 2.x.
  30984.         Version 1.15a, an update to version 1.00 on disk number 739.
  30985.         Shareware, binary only.
  30986.         Author:  Bernd (Koessi) Koesling
  30987.  
  30988. IconAuthorDemo    A replacement for IconEdit2.0.  It can transform IFF images or
  30989.         brushes into resized 2-BitPlane brushes or icon files that
  30990.         match the WorkBench2.0 colors.  Online help is available via
  30991.         `Hyper'.  Demo version limited to processing provided demo
  30992.         image only.  Requires OS 2.x.  Version 1.06, an update to
  30993.         version 1.00 on disk number 739.  Shareware, binary only.
  30994.         Author:  Bernd (Koessi) Koesling
  30995.  
  30996. Macro        A small utility that records a sequence of keypresses that can
  30997.         be recalled at any time.  Handy for "on the fly" recording
  30998.         because of its simplicity.  (Doesn't need a window, doesn't
  30999.         use the functions keys, so it won't interfere with other uses
  31000.         of them, etc.)  Version 1.0, includes source.
  31001.         Author:  Piero Filippin
  31002.  
  31003. RSM        An ARexx compatible serial port manager.  Run your serial port
  31004.         from other programs!  Version 1.42, C source included.
  31005.         Author:  Ron M. Battle
  31006.  
  31007. VirusZ        A virus detector that recognizes over 500 bootblocks (196 boot
  31008.         viruses) and over 70 file viruses.  The filechecker can also
  31009.         decrunch files for testing.  The memory checker removes  all
  31010.         known viruses from memory without 'Guru  Meditation' and
  31011.         checks memory for viruses regularly.  VirusZ has easy to use
  31012.         intuitionized menus including keycuts for both beginners and
  31013.         experienced users.  The totally new bootblock lab offers all
  31014.         important bootblock operations on one screen.  VirusZ performs
  31015.         a self-test on every startup to prevent link virus infection.
  31016.         Written entirely in assembly language and operates with Kick-
  31017.         start 1.2/1.3, OS 2.0 and OS 3.0.  Version 2.27, binary only,
  31018.         shareware.
  31019.         Author:  Georg H÷rmann
  31020.  
  31021. ==========================  Contents of Disk 787  ==========================
  31022.  
  31023. This is disk 787 of the freely distributable AMIGA software library.
  31024. Below is a listing of the significant directories and their contents.
  31025.  
  31026.  
  31027. AppISizer    An AppIcon utility to size disks, directories or files.  Gives
  31028.         the size in bytes, blocks and the total occupied.  Requires
  31029.         KickStart 37.175 or higher.  French and English documentation.
  31030.         Version 0.20, binary only.
  31031.         Author:  GΘrard Cornu.
  31032.  
  31033. GetSC        Gets the colourmap of a single specified or all available
  31034.         screens.  The colour values are given in hexadecimal format.
  31035.         GetSC is also the perfect tool to compile a collection of
  31036.         colourmaps for use by the SetSC program.  Version 2.00,
  31037.         shareware, binary only.
  31038.         Author:  Chris Vandierendonck
  31039.  
  31040. MakeInfo    A modified GNU makeinfo that allows you to easily create a
  31041.         AmigaGuide(R) hypertext file from a TexInfo .tex file.
  31042.         in addition to the usual plain ASCII file and a TeX .dvi
  31043.         files.  This version fixes two nasty bugs: makeinfo working
  31044.         on 68030 machines only, and amiga.tex not handling correctly
  31045.         all foreign characters.  Version 1.49b, includes source.
  31046.         Author: FSF, amiga enhancements by Reinhard Spisser
  31047.             and Sebastiano Vigna
  31048.  
  31049. RIVer        Many programs contain in their binary code an embedded version
  31050.         ID, which is used by the AmigaDOS command 'Version'.  RIVer is
  31051.         not a replacement for this command, but rather an extension.
  31052.         RIVer enables you to add this embedded version ID as a comment,
  31053.         or to print it in a table where each field of the ID is clear-
  31054.         ly printed.  Version 2.00, freeware, binary only.
  31055.         Author: Chris Vandierendonck
  31056.  
  31057. Scale        Plays 1-4 simultaneous musical scales on the Amiga's 4 sound
  31058.         channels, using Rob Peck's AudioTools package.  Six octave
  31059.         range, ascending/descending, multiple steps, several different
  31060.         speeds of playing simultaneous scales, overall tempo control-
  31061.         ler.  Intuition interface.  Includes source.
  31062.         Author:  Dick Taylor
  31063.  
  31064. SetSC        Allows you to change or remap the colours of a screen.  SetSC
  31065.         gets the colourmap from a file by using the map's name, from
  31066.         the Workbench screen or directly from the command line. SetSC
  31067.         is very useful in scripts, where you can change the screen
  31068.         colours one or more times during script execution.  Version
  31069.         2.10, shareware, binary only.
  31070.         Author:  Chris Vandierendonck
  31071.  
  31072. Spartan        The sources to the Spartan PD scsi interface driver for Amiga
  31073.         500 and Amiga 1000 originally by Paul Harker.  This is an
  31074.         enhanced version that includes a major bugfix and * SCSI-Direct
  31075.         support.  Versions 34.3 (generic) and 34.4 (true SCSI).
  31076.         Author:  Several, see documentation
  31077.  
  31078. Viewtek        A feature packed  Picture/Animation Viewer.  Shows most ILBM's
  31079.         (including 24-bit ILBM's), most Compuserve GIF format images,
  31080.         most JFIF format JPEG images and most ANIM Op-5 format ani-
  31081.         mations, with support for different palettes for each frame.
  31082.         Supports SHAM, CTBL, and PCHG images, full support of ECS/AGA
  31083.         display modes (ie. show 256 color GIF's directly, show 800x600
  31084.         HAM animations, etc.).  Supports viewing contents of clipboard.
  31085.         Iconifies to a Workbench AppIcon.  Includes a version written
  31086.         for GVP's Impact Vision 24, to support true 24-bit display.
  31087.         Version 1.02, requires Workbench 2.04+, binary only.
  31088.         Author:  Thomas Krehbiel
  31089.  
  31090. Yacht        The famous 5 dice game revised for the Amiga features contin-
  31091.         ually updated onscreen scorepad which displays all possible
  31092.         scores after each roll.  Another feature is the player con-
  31093.         trolled dice roll - hit the STOP ROLL gadget when you feel
  31094.         lucky!  Version 1.1, binary only.
  31095.         Author:  Richard Gallagher
  31096.  
  31097. ==========================  Contents of Disk 788  ==========================
  31098.  
  31099. This is disk 788 of the freely distributable AMIGA software library.
  31100. Below is a listing of the significant directories and their contents.
  31101.  
  31102.  
  31103. Cheats        Have an old game that you got frustrated with and put away?
  31104.         Get hopelessly lost in an adventure game maze?  Get to level
  31105.         218 of your favorite game when your cocker spaniel mistook
  31106.         your scrap of paper listing entry level codes for his favorite
  31107.         sock?  Well there might be something in this huge list of game
  31108.         solutions, hints and tips that you can use!
  31109.         Author:  Many! see individual listings.
  31110.  
  31111. MatchPlay    A small CLI program that enables experimenting with AmigaDOS
  31112.         pattern matching.  It's the best way to learn how to use and
  31113.         interpret those patterns.  You give a pattern and a string as
  31114.         arguments and the program determines if the pattern would have
  31115.         matched the string.  Requires OS2.x, version 1.00, binary only.
  31116.         Author:  Chris Vandierendonck
  31117.  
  31118. MouseAideDEMO    A DEMO version of a "Mouse" utility which has all the standard
  31119.         functions: Mouse Acceleration with threshold, window and screen
  31120.         manipulation by mouse and keyboard, mouse and screen blanking,
  31121.         SUN (auto-activation) mouse, user definable "hot key" command,
  31122.         Keyboard "String" macros, etc...  But also has functions other
  31123.         "Mouse" programs do NOT, such as: Shell-Cycling, Key Clicking,
  31124.         KeyClosing, Multi-Icon-Select with Mouse, Middle Mouse Button
  31125.         Windowing, EZ-Date generation, Mouse Port switching, Workbench
  31126.         to the front function, Freezing Mouse & Keyboard of all input,
  31127.         etc...  Now more 2.0x friendly then older versions, including
  31128.         the ability to fuction correctly in 'Super-HiRes' screen mode!
  31129.         Written in 100% assembly language for efficiency in size and
  31130.         CPU usage.  Version v7.12a, an update to version v5.02a on disk
  31131.         711, Shareware, Binary only.
  31132.         Author:  Thomas J. Czarnecki
  31133.  
  31134. NPD        A little utility to convert NoisePacker 2.xx modules to Pro-
  31135.         Tracker format.  Works on 1.3/2.0/3.0.  Version 2.40, binary
  31136.         only.
  31137.         Author:  Nils Corneliusen
  31138.         
  31139. NTSC&PAL    Two small command line utilities to switch back and forth be-
  31140.         tween NTSC and PAL display modes.  Should work on any machine
  31141.         with a "Fatter Agnus" or better.  Binary only.
  31142.         Author:  Paul O'Flynn
  31143.  
  31144. QC        A small CLI command that returns information about the current
  31145.         shell.  Such as: the shell/cli process number, the prompt used,
  31146.         the current directory, the default stack size, the current
  31147.         FAILAT level, the DOS error that occurred with the last command
  31148.         run, the return code of the last command, and more.  Version
  31149.         1.10, freeware, binary only.
  31150.         Author:  Chris Vandierendonck
  31151.  
  31152. ==========================  Contents of Disk 789  ==========================
  31153.  
  31154. This is disk 789 of the freely distributable AMIGA software library.
  31155. Below is a listing of the significant directories and their contents.
  31156.  
  31157.  
  31158. MakeDMake    An automated DMake file generator.  You give it the names of
  31159.         all the C-files used to produce your executable (except
  31160.         #include'd .c or .h files), and it will automatically scan
  31161.         them to find all dependencies, and produce a ready to use
  31162.         (in many cases) DMakeFile calling DCC with options you will
  31163.         need for normal compilation and linking.  Version 0.15,
  31164.         includes source.
  31165.         Author:  Piotr Obminski, from original code by Tim McGrath
  31166.  
  31167. PongoDemo    Demo version of PONGO 1.1, a 3D dynamic modeling program that
  31168.         loads, animates and transforms 3D objects in many different
  31169.         ways.  This demo version only supports the IFF ANIM5 file
  31170.         format for animations, with the "Save Imagine object" feature
  31171.         disabled.  Supports the following types of morphing: Transcale,
  31172.         Taper, Shear, Rotate, Twist, Bend, Waves, Radial Bend and
  31173.         Metamorph.  All transformations may be combined (i.e.  you
  31174.         might both Twist and Shear an object at the same time).
  31175.         Requires 1 MB ram, and a PAL Amiga (does NOT run on NTSC
  31176.         computers).
  31177.         Author:  Guido Quaroni, submitted by AMIGABYTE
  31178.  
  31179. QMouse        An unusually small and feature-packed "mouse utility".  Was
  31180.         inspired by, but not derived from, the original QMouse by
  31181.         Lyman Epp.  Features include automatic window activation
  31182.         (like WindX), top-line blanking for A3000/A2320 users, system-
  31183.         friendly mouse blanking, mouse acceleration/threshold, "Pop-
  31184.         CLI", click-to-front/back, "SunMouse", "NoClick", "WildStar",
  31185.         Northgate key remapping, and more.  Requires Kickstart 2.0,
  31186.         but is not a commodity.  Only 3K.  Version 2.21, an update to
  31187.         version 2.20 on disk 731.  Public domain, assembly source
  31188.         included.
  31189.         Author:  Dan Babcock
  31190. ==========================  Contents of Disk 790  ==========================
  31191.  
  31192. This is disk 790 of the freely distributable AMIGA software library.
  31193. Below is a listing of the significant directories and their contents.
  31194.  
  31195.  
  31196. UChess        A powerful version of the program GnuChess version 4 for the
  31197.         Amiga.  Plays a very strong game of chess.  Code has been re-
  31198.         written and data structures re-organized for optimal efficiency
  31199.         on 32 bit 68020 and better Amiga systems.  Fully multitasking,
  31200.         automatically detects and supports 640X480X256 color AGA mode
  31201.         machines, and does not at any time BUSY wait.  Requires a 68020
  31202.         /030/040 based Amiga computer system with AmigaOS 2.04 or later
  31203.         and 4 Meg of ram minimum.  Special "L" version optimized for
  31204.         68040 and requires 10 Meg of ram minimum.  Supports a variety
  31205.         of standard features such as load, save, edit board, autoplay,
  31206.         swap sides, force move, undo, time limits, hints, show think-
  31207.         ing, and a supervisor mode that will allow two humans to play
  31208.         with the computer acting as a "supervisor".  Version 2.04,
  31209.         includes source.
  31210.         Author:  FSF, Amiga Port by Roger Uzun
  31211.  
  31212. ==========================  Contents of Disk 791  ==========================
  31213.  
  31214. This is disk 791 of the freely distributable AMIGA software library.
  31215. Below is a listing of the significant directories and their contents.
  31216.  
  31217.  
  31218. HSV        A small color palette utility that contains both RGB and HSV
  31219.         sliders for adjusting your screens colors.  If the screen has
  31220.         4 bitplanes or less, you can also save the palette to 'ENVARC:
  31221.         palette.prefs'.  Requires AmigaOS2.xx, version 0.99, includes
  31222.         source.
  31223.         Author:  Frank Ederveen
  31224.  
  31225. RADBack        A shareware utility that can make a backup of a RAD disk to a
  31226.         normal 880K Amiga disk, regardless of its length - bigger RADs
  31227.         are saved on more disks.  Can be started from the Workbench as
  31228.         well as from CLI.  Version 1.0, binary only.
  31229.         Author:  Sandi Tomsic
  31230.  
  31231. Replex        REPLace EXecutable. This handy patch substitutes program names
  31232.         that are about to be executed, e.g. if an icon default tool
  31233.         specifies ":c/MuchMore" and you prefer to use "c:TextRead",
  31234.         you can have it defined as such, so you never have to change
  31235.         the icon.  Intuition interface allows up to 8 such definitions.
  31236.         Compatible with all known OS versions.  This is version 1.0,
  31237.         binary only.
  31238.         Author:  Ekke Verheul
  31239.  
  31240. ScsiTape    A Scsi-Direct tape handler that implements fully asynchronous
  31241.         double-buffered read and write operations.  If you have disk /
  31242.         tape drives which support reselection then the handler will be
  31243.         able to operate on the tape concurrently with disk accesses
  31244.         meaning that an archiver such as Tar will not 'freeze' while
  31245.         tape operations are in progress.  Includes source.
  31246.         Author:  Matthew Dillon
  31247.  
  31248. SKsh        A Unix ksh like shell for the Amiga.  Some of its features
  31249.         include command substitution, shell functions, aliases, local
  31250.         variables, emacs and vi style editing, I/O redirection, pipes,
  31251.         Unix wildcards, a large variety of commands, and coexistence
  31252.         with scripts from other shells.  Well documented.  Version 2.1,
  31253.         an update to version 2.0 on disk 672.  New features in version
  31254.         2.1 include true piping between internal and external commands,
  31255.         background functions, aliases, and other shell constructs,
  31256.         enforcer clean, several new commands, cross filesystem file
  31257.         and directory moves, and more.  Binary only.  Requires Amiga
  31258.         Dos 2.04.
  31259.         Author:  Steve Koren
  31260.  
  31261. ==========================  Contents of Disk 792  ==========================
  31262.  
  31263. This is disk 792 of the freely distributable AMIGA software library.
  31264. Below is a listing of the significant directories and their contents.
  31265.  
  31266.  
  31267. AmigaBase    A hierachical, programmable, in-core database.  Features
  31268.         include two display methods, filter datasets, search datasets,
  31269.         print datasets, and many more.  Nearly everything can be real-
  31270.         ized by programming AmigaBase.  Datatypes can be Integer, Real,
  31271.         Boolean, String, Memo (Text), Date and Time.  Number of data-
  31272.         sets is only limited by available memory.  Lacking documenta-
  31273.         tion, (available with shareware submission) but full Intuition
  31274.         interface make many operations quite obvious.  Also includes
  31275.         some example projects.  Runs under OS 1.3 and 2.0, shareware,
  31276.         binary only.
  31277.         Author:  Steffen Gutmann
  31278.  
  31279. DragIt        Allows you to move or size a window without having to use the
  31280.         drag bar or sizing gadget.  Press on  the configurable quali-
  31281.         fier, while holding it, press  your selected  mouse button,
  31282.         and move the mouse.  You'll  see the  window  border appear,
  31283.         and  you'll be able to drag or size it.  Requires OS 2.0,
  31284.         supports localization with locale.library and the new style
  31285.         2.1 (or 3.0) preference.  Version 2.01, binary only.
  31286.         Author:  Steve Lemieux
  31287.  
  31288. ModHPLJD    A Rexx program that creates a modified version of the HP_Laser
  31289.         Jet driver.  The modification changes the 'initialize' string
  31290.         so that the font chosen from the printer menu (rather than
  31291.         12pt Courier) can be used and the number of lines per inch can
  31292.         be specified.  Version 1.01.
  31293.         Author:  Michael Tanzer
  31294.  
  31295. TClass        An "Intelligent" file identifier.  Has the ability to "learn"
  31296.         new types of files by simply scanning groups of known types of
  31297.         files, and checking the first 20 bytes for similiarities.  It
  31298.         then reports on the matching accuracy and adds a "definition"
  31299.         for the filetype to a brain file.  Version 2.9, binary only.
  31300.         Author:  Sam Hulick
  31301.  
  31302. WBPat        Creates random 3D patterns for your 2.04 WorkBench windows.
  31303.         A pattern can be shifted or changed, tested, used and saved.
  31304.         Version 1.0, includes source in C.
  31305.         Author:  Ekke Verheul
  31306.  
  31307. ==========================  Contents of Disk 793  ==========================
  31308.  
  31309. This is disk 793 of the freely distributable AMIGA software library.
  31310. Below is a listing of the significant directories and their contents.
  31311.  
  31312.  
  31313. DateCheck    A Rexx program that validates the system date by comparing it
  31314.         to the date stored when DateCheck was last executed.  If the
  31315.         system date is earlier or too much later than the stored date,
  31316.         the user is notified by a requester.  Version 1.01.
  31317.         Author:  Michael Tanzer
  31318.  
  31319. ReflexFinal    A game which tests your addition, subtraction, division, mul-
  31320.         tiplication, percentage, and algebra skills.  The goal is to
  31321.         answer several math questions in the shortest possible time.
  31322.         A continuation to "ReflexTest" on disk number 751.  Binary
  31323.         only.
  31324.         Author:  Jason Lowe
  31325.  
  31326. Snap        A tool for clipping text or graphics from the screen, using
  31327.         the clipboard device.  Snap finds out character coordinates
  31328.         automatically, handles different fonts, keymaps, accented
  31329.         characters, and more.  Version 1.63, contains a small bug fix
  31330.         to version 1.62 on disk number 524.  Includes source.
  31331.         Author:  Mikael Karlsson
  31332.  
  31333. SOUNDEffect    Sound sample editing program.  Special features include:
  31334.         temporary buffers, frequency and amplitude modulation (tremolo
  31335.         and vibrato), echo, special reverb effect, chorus effect,
  31336.         mixer, free hand editing, low and high pass filter, compresser,
  31337.         expander, limiter, distortion and all usual functions (copy,
  31338.         paste, insert, cut, looping, zooming etc.).  Version 1.30,
  31339.         shareware, binary only.
  31340.         Author:  Sven Bⁿhling
  31341.  
  31342. ==========================  Contents of Disk 794  ==========================
  31343.  
  31344. This is disk 794 of the freely distributable AMIGA software library.
  31345. Below is a listing of the significant directories and their contents.
  31346.  
  31347.  
  31348. MCAnim        A special animplayer. Plays LORES 4-plane ANIM5 anims in a
  31349.         HIRES-LACE screen.  The result is a FULLspeed, small (1/4)
  31350.         animation with a high resolution.  The anim can be placed
  31351.         anywhere on the screen.  One of nine copperlists can be added
  31352.         in one register without loss of speed. Version 0.8, binary
  31353.         only.
  31354.         Author:  Ekke Verheul
  31355.  
  31356. ReqTools    A standard Amiga shared runtime library which makes it a lot
  31357.         quicker and easier to build standard requesters into your pro-
  31358.         grams.  Designed with CBM's style guidelines in mind, so that
  31359.         the resulting requesters have the look and feel of AmigaDOS
  31360.         2.0.  Version 2.1a, lots of enhancements since release 1.0d on
  31361.         disk 623.  Includes a demo and glue/demo sources.
  31362.         Author:  Nico Francois
  31363.  
  31364. ==========================  Contents of Disk 795  ==========================
  31365.  
  31366. This is disk 795 of the freely distributable AMIGA software library.
  31367. Below is a listing of the significant directories and their contents.
  31368.  
  31369.  
  31370. PSTools        Part 1 of a two part distribution of DVIPS ported from a Unix
  31371.         environment.  DVIPS is a program that takes TeX .DVI files and
  31372.         converts them to PostScript files.  If you don't have access to
  31373.         a PostScript printer, you can still take advantage of the vast
  31374.         amount of useful documentation in TeX .dvi or PostScript .ps
  31375.         format using the incredibly excellent POST program from FF669.
  31376.         This portion of the distribution contains the DVIPS binary,
  31377.         source and config files; DVIPS documentation; the Adobe Font
  31378.         Metric Files, TeX vf font files and LaTeX files.  Part 2 of the
  31379.         distribution can be found on disk number 796.  Includes DICE
  31380.         C-source.
  31381.         Author:  Originally from DECUS, Amiga port by Jonathan Hudson
  31382.  
  31383. UnDelete    Restores deleted files and (empty) directories with a fast
  31384.         deleted-file-find routine.  It is often as fast as "delete".
  31385.         Works on all OFS and FFS disk devices, but from Shell only.
  31386.         Version 1.02, binary only.
  31387.         Author:  Ekke Verheul
  31388.  
  31389. ==========================  Contents of Disk 796  ==========================
  31390.  
  31391. This is disk 796 of the freely distributable AMIGA software library.
  31392. Below is a listing of the significant directories and their contents.
  31393.  
  31394.  
  31395. PSTools        Part 2 of a two part distribution of DVIPS ported from a Unix
  31396.         environment.  DVIPS is a program that takes TeX .DVI files and
  31397.         converts them to PostScript files.  If you don't have access to
  31398.         a PostScript printer, you can still take advantage of the vast
  31399.         amount of useful documentation in TeX .dvi or PostScript .ps
  31400.         format using the incredibly excellent POST program from FF669.
  31401.         This portion of the distribution contains the TeX pk font files
  31402.         and the TeX tfm font files.  Part 1 of the distribution can be
  31403.         found on disk number 795.
  31404.         Author:  Originally from DECUS, Amiga port by Jonathan Hudson
  31405.  
  31406. ==========================  Contents of Disk 797  ==========================
  31407.  
  31408. This is disk 797 of the freely distributable AMIGA software library.
  31409. Below is a listing of the significant directories and their contents.
  31410.  
  31411.  
  31412. A2ps        Another "oldie but goodie" I found poking around the net.  This
  31413.         seemed like an appropriate place to put it.  A2Ps formats an
  31414.         ascii file for printing on a postscript printer, adds borders,
  31415.         headers etc.  Lots of command line options.  Includes source.
  31416.         Author:  Miguel Santana, amiga port by Daniel Barrett
  31417.  
  31418. BBBF        The Bootblock.library/brainfile is an attempt to make life a
  31419.         little bit easier for programmers of anti-virus utilities,
  31420.         diskcopy programs, directory utilities, disk packers and for
  31421.         whoever who wants to check the bootblock of some device
  31422.         The library has some easy-to-use functions to read the brain-
  31423.         file, and to check a bootblock with it.  Version 0.95 beta,
  31424.         brainfile recognizes 158 different viruses.  Includes sample
  31425.         source.
  31426.         Author:  Johan Eliasson, SHI member.
  31427.  
  31428. BIGMec        A shareware utility that displays the current available amount
  31429.         of memory, the memory available when BIGMec was started and the
  31430.         difference between those.  The amounts can be displayed in HEX/
  31431.         DEC and BYTE/KILO/MEGA.  BIGMec can be started from Workbench
  31432.         as well as from CLI.  Version 1.0, binary only.
  31433.         Author:  Sandi Tomsic
  31434.  
  31435. DVI2LJ        A cli utility to convert TeX .DVI files into HP PCL files
  31436.         suitable for printing on the HP Laser Jet series printers.
  31437.         Author:  Gustaf Neumann, amiga port by Daniel Barrett
  31438.  
  31439. HP3ps        An intuitionized utility for changing modes on a Pacific Page
  31440.         Postscript Emulation cartridge.  Allows you to select HP-PCL
  31441.         or POSTSCRIPT mode by simply clicking on a gadget.  Version
  31442.         92.02.09, binary only.
  31443.         Author:  Scott Dhomas Trenn
  31444.  
  31445. PSUtils        Some cli utilities for the manipulation of PostScript files.
  31446.         Includes: psbook - rearranges pages into signatures; psnup -
  31447.         uses pstops to merge multiple pages per sheet; psselect -
  31448.         selects pages and page ranges; pstops - performs general page
  31449.         rearrangement and selection; and epsffit - fits an EPSF file
  31450.         to a given bounding box.  Includes source.
  31451.         Author:  Angus Duggan, amiga port by Jonathan Hudson
  31452.  
  31453. Spots        A useless but pretty 24-bit-RGB and HAM spot-paint-program.
  31454.         Handles scripts to render animations. It needs arp.library or
  31455.         WorkBench 2.0.  Check out the examples to see if you like the
  31456.         effect.  Version 1.10, binary only.
  31457.         Author:  Ekke Verheul
  31458.  
  31459. ==========================  Contents of Disk 798  ==========================
  31460.  
  31461. This is disk 798 of the freely distributable AMIGA software library.
  31462. Below is a listing of the significant directories and their contents.
  31463.  
  31464.  
  31465. AddressitDEMO    Demo version of a very powerful small business and personal
  31466.         mail manager that includes many extras.  You can define up to
  31467.         15 flags, export data to ProWrite and Wordperfect, and print
  31468.         rosters, mailing lists, labels, envelopes plus a whole lot
  31469.         more.  Works with 1.2/1.3 and 2.0.
  31470.         Author:  Legendary Design Technologies Inc.
  31471.  
  31472. ASwarmII    A "high security" Screenblanker commodity (will not burn-in
  31473.         the phosphor even when the CPU is really busy).  Based loosely
  31474.         upon Jeff Buterworth's "xswarm" for X11 Windowing System, it
  31475.         shows from 1-10 "wasps" beeing chased by 1-500 "bees".  Screen
  31476.         will blank entirely under periods of high CPU usage.  Requires
  31477.         Amiga OS 2.04 or better, version 1.3, includes source.
  31478.         Author:  Markus Illenseer
  31479.  
  31480. If2.0        A CLI/Shell command, which decides whether your Amiga is run-
  31481.         ning OS v2.x or OS v1.x - and then executes a corresponding
  31482.         command line/argument.  Especially useful for zKick-using
  31483.         Amigas.  Version 1.2, includes C-Source.
  31484.         Author:  Thomas Arnfeldt
  31485.  
  31486. LockIt        A simple commodity to protect files or drawers from any access.
  31487.         Uses a WorkBench AppIcon and allows selection of files via ASL-
  31488.         Requester.  Requires OS2.0.  Version 2.1, binary only.
  31489.         Author:  Andreas Linnemann
  31490.  
  31491. NewMode        A tool for changing the screenmode of any screen by manipula-
  31492.         ting the OpenScreen pointer.  Includes new "ModeNames" file
  31493.         for the screenmodes (like HAM...).  Requires OS2.0.  Version
  31494.         1.1. Binary only.
  31495.         Author:  Andreas Linnemann
  31496.  
  31497. Prism        An ANSI editor that allows animations and complete colour con-
  31498.         trol.  It is used on many BBS's to create animated screens.
  31499.         Includes a configuration editor, font control, and variable
  31500.         playback speed.  New features include automatic line and box
  31501.         drawing, and a special "Quick Pick" option for accessing
  31502.         extend characters codes.  Version 1.5, an update to version
  31503.         1.4 on disk number 581.  Binary only.
  31504.         Authors:  Syd Bolton, Chris Timmerberg, and Colin Vernon.
  31505.  
  31506. Run68017    Provides run time emulation of about 30 of the 68020 instruc-
  31507.         tions with a 68000.  Only the emulated instructions can use the
  31508.         new 68020 addressing modes.  Uses a gagdet to enable/disable
  31509.         emulation.  An upgrade from Run68013 on disk number 756.
  31510.         Includes source in assembly.
  31511.         Author:  Kamran Karimi
  31512.  
  31513. Split        The opposite of the AmigaDos JOIN command.  Use it to split
  31514.         textfiles that are too large to edit on your computer, files
  31515.         for email-delivery that have a file size maximum... etc.
  31516.         The created files have the same name as the original except
  31517.         with an extension of two digits.  Version 1.0, binary only.
  31518.         Author:  Jonas Svensson
  31519.  
  31520. StripANSI    Removes all ANSI codes from a text file so that only the bare
  31521.         text remains.  It is useful for editing terminal program cap-
  31522.         ture buffers.  Two versions are provided: one for the command
  31523.         line (CLI) and one with a full Intuition interface.  You can
  31524.         selectively strip certain codes, and generate a report.  New
  31525.         features include more codes, better help, and tab expansion.
  31526.         Version 1.2, an update to version 1.0 on disk number 581,
  31527.         Includes source in 'C'.
  31528.         Author:  Syd L. Bolton
  31529.  
  31530. ==========================  Contents of Disk 799  ==========================
  31531.  
  31532. This is disk 799 of the freely distributable AMIGA software library.
  31533. Below is a listing of the significant directories and their contents.
  31534.  
  31535.  
  31536. AII        "Archiving Intuition Interface" allows you to access many
  31537.         features of the LHa archiver via the WorkBench.  Requires
  31538.         reqtools.library.  Version 1.03, first release.  Requires
  31539.         KickStart 2.0 or higher.  ShareWare, binary only.
  31540.         Author:  Paul Mclachlan.
  31541.  
  31542. HackLite    An evolved version of the public domain game Hack, written by
  31543.         Jay Fenlason, Andries Brouwer, Don Kneller and various others.
  31544.         Hack Lite is a dungeon adventure game in the style of Rogue,
  31545.         Hack, Moria, etc.  It uses a customizable graphical dungeon
  31546.         display.  The package includes a simple-to-use installation
  31547.         program, and a "Preferences"-style configuration editor.  Many
  31548.         new objects, traps, monsters and ways to die have been added.
  31549.         Saved games are now much smaller, and a "Tournament mode"
  31550.         allows several players to compete for the highest score playing
  31551.         in identical dungeons.  Utilities included with Hack Lite were
  31552.         written by Jim Cooper and Doug Walker.
  31553.         Author:  Alan Beale
  31554. ==========================  Contents of Disk 800  ==========================
  31555.  
  31556. This is disk 800 of the freely distributable AMIGA software library.
  31557. Below is a listing of the significant directories and their contents.
  31558.  
  31559.  
  31560. ColorSaver    A "pop-up-anywhere" (almost!) color palette commodity with
  31561.         several features I could not find in other palette tools.
  31562.         Features include:  Load/Save color palettes; Sliders select-
  31563.         able between RGB/HSV; Copy, Swap, Range Functions; Complement
  31564.         selected color; Left/right shifting of the entire palette;
  31565.         Ability to permanently alter (patch) the color tables of execu-
  31566.         tables with a statically allocated color table.  Requires
  31567.         OS2.04 or greater.  Version 0.84 (alpha release), includes
  31568.         source.
  31569.         Author:  Dan Fish
  31570.  
  31571. DocDump        A print utility that puts 4 pages of text on one sheet of
  31572.         paper, including page-headers.  Beside the normal Dump mode,
  31573.         a double-sided Booklet mode is also available.  DocDump uses
  31574.         its own printer drivers, making one yourself is easy.
  31575.         Version 3.6, binary only, shareware.
  31576.         Author:  Robert Grob
  31577.  
  31578. Enforcer    A tool to monitor illegal memory access for 68020/68851, 68030,
  31579.         and 68040 CPUs.  This is a completely new Enforcer from the
  31580.         original idea by Bryce Nesbitt.  It contains many new and
  31581.         wonderful features and options and no longer contains any
  31582.         exceptions for specific software.  Enforcer can now also be
  31583.         used with CPU or SetCPU FASTROM or most any other MMU-Kick-
  31584.         start-Mapping tool.  Major new output options such as local
  31585.         output, stdout, and parallel port.  Highly optimized to be as
  31586.         fast as possible.  This is version 37.28, an update to version
  31587.         37.26 on disk number 773.  Requires V37 of the OS or better
  31588.         and an MMU.
  31589.         Author:  Michael Sinz
  31590.  
  31591. IffBoot        Inspired from BOOTLOGO by Markus Illenseer, allows you to show
  31592.         any IFF file during bootup that will exit when the WB appears.
  31593.         Version 1.0, requires OS 2.04 or greater, binary only, includes
  31594.         some sample pictures.
  31595.         Author:  Colin Bell, some IFF pics by Justin Trevena
  31596.  
  31597. Least        A small, handsome, text displayer that only supports those
  31598.         functions most frequently used.  String searching is performed
  31599.         with the very fast Boyer-Moore algorithm.  Also checks itself
  31600.         for link viruses.  Runs from both WorkBench and CLI.  Separate
  31601.         version - LeastP - also deals with powerpacked files. Has
  31602.         been tested under both Kickstart 1.3 and 2.0.  Version 0.04,
  31603.         binary only.
  31604.         Author:  Thorsten Koschinski
  31605.  
  31606. Moontool    A port of John Walker's moontool program for UNIX. It gives a
  31607.         variety of statistics about the moon, including phase, dist-
  31608.         ance, angular, size and time to next full moon.  A schematic
  31609.         of the current phase is also shown as a picture.  This is
  31610.         illustrative only; the accurate phase is shown in the text.
  31611.         Version 1.0, binary only.
  31612.         Author:  John Walker, Amiga port by Eric G. Suchanek
  31613.  
  31614. MungWall    Munges memory and watches for illegal FreeMem's.  Especially
  31615.         useful in combination with Enforcer.  Output can go to either
  31616.         the serial or parallel port.  Includes a new MungList program
  31617.         that examines used memory areas for MungWall tag info, and
  31618.         outputs a list of who owns the various pieces of allocated
  31619.         memory, their sizes, etc.  Can even identify the owner of the
  31620.         memory by task name.  This is version 37.58, an update to
  31621.         version 37.54 on disk 707.  Binary only.
  31622.         Author:  Commodore Amiga; submitted by Carolyn Scheppner
  31623.  
  31624. ==========================  Contents of Disk 801  ==========================
  31625.  
  31626. This is disk 801 of the freely distributable AMIGA software library.
  31627. Below is a listing of the significant directories and their contents.
  31628.  
  31629.  
  31630. Convert        A program that provides the means to easily convert numer-
  31631.         ical values between international, Imperial and US systems
  31632.         of measurement.  It does this in twelve fields of measure-
  31633.         ment, including area, capacity, density, energy, fuel con-
  31634.         sumption, length, power, pressure, speed (velocity), temp-
  31635.         erature, volume and weight.  It has a flexible, easy to use
  31636.         GUI and works under OS 1.3 and 2.xx.  The registered version
  31637.         also has an ARexx port.  Version 2.0, shareware, binary only.
  31638.         Author:  Mike Fuller
  31639.  
  31640. CyberCron    A cron utility for AmigaDOS 2.0.  Uses the new, more flexible,
  31641.         AmigaDOS 2.0 technique for running programs.  Offers an ex-
  31642.         tended set of options that may be specified for any given
  31643.         event.  Version 1.5, an update to version 1.3 on disk 682,
  31644.         and includes various bug fixes, code tweaks, four new ARexx
  31645.         commands, documentation in AmigaGuide format, and more.
  31646.         Includes source.
  31647.         Author:  Christopher Wichura
  31648.  
  31649. CyberX10    A program that can be used to control the CP290 home computer
  31650.         interface for use with the X10 home automation system.  It
  31651.         requires KickStart 2.04+ and supports localization under Work-
  31652.         Bench 2.1+.  Includes documentation in AmigaGuide format.
  31653.         Includes source.
  31654.         Author:  Christopher Wichura
  31655.  
  31656. Luna        A small program that will display the time and date of the
  31657.         phases of the moon for a month in any year from 1900 to 3000
  31658.         AD.  If a lunar eclipse occurs in that month, its time and
  31659.         date will also be displayed.  It has an easy to use GUI and
  31660.         works under OS 1.3 and 2.xx.  Version 1.0, freeware, binary
  31661.         only.
  31662.         Author:  Mike Fuller
  31663.  
  31664. PowerData    Patches AmigaDOS, enabling all programs to read and write
  31665.         files packed with PowerPacker in way that is completely trans-
  31666.         parent to themselves and the system. Programs will read power-
  31667.         packed datafiles directly, and will also magically start com-
  31668.         pressing their own datafiles, as they create or update them.
  31669.         This is version 38.105, the official successor of another pro-
  31670.         gram by this author, Powerpacker Patcher.  Partially localized
  31671.         for use with Workbench 2.1.  Requires Workbench 2.04+.  Share-
  31672.         ware, binary only.
  31673.         Author:  Michael Berg
  31674.  
  31675. TWC        Two Way Chat & Send enables you to make use of your modem's
  31676.         full duplex feature.  With TWC you can connect to another
  31677.         Amiga running TWC, then you may transmit files AND chat at
  31678.         the same time, in both directions.  GUI-driven, needs Kick-
  31679.         Start 2.04 or higher.  Version 2.03, freeware, binary only.
  31680.         Author:  Lutz Vieweg
  31681.  
  31682. ==========================  Contents of Disk 802  ==========================
  31683.  
  31684. This is disk 802 of the freely distributable AMIGA software library.
  31685. Below is a listing of the significant directories and their contents.
  31686.  
  31687.  
  31688. AppISizer    An AppIcon utility to get the size of disks, directories or
  31689.         files.  Gives the size in bytes, blocks and the actual size
  31690.         occupied. Requires KickStart 37.175 or higher. Version 0.41,
  31691.         an update to version 0.20 on disk 787.  Binary only.
  31692.         Author:  GΘrard Cornu.
  31693.             
  31694. FastLife    A fast life program featuring an Intuition interface, 33 gen-
  31695.         erations/second on Amiga 3000/25, 19 generations/second on
  31696.         Amiga 2000/500/1000, and 200+ patterns in text file format.
  31697.         Runs with Kickstart 2.04 and later, and uses the ReqTools re-
  31698.         quester package (included).  An update to version 1.1 on disk
  31699.         608.  Changes include support for all screen modes, screens as
  31700.         large as memory allows, run for a specified number of gener-
  31701.         ations, stop at a specific generation, CLI and ToolTypes sup-
  31702.         port for file name filter and "ON" character within Picture
  31703.         files.  Version 2.2, binary only.
  31704.         Author:  Ron Charlton
  31705.  
  31706. Fd2AsmInc    This little program creates assembler include files from ".fd"
  31707.         files (I.E. the original Commodore .fd-files).  There are sev-
  31708.         eral ways to format the output file.  Version 1.0a, OS 2.xx
  31709.         only, freeware, includes source in assembly.
  31710.         Author:  Hanns Holger Rutz
  31711.  
  31712. QMouse        An unusually small and feature-packed "mouse utility".  Was
  31713.         inspired by, but not derived from, the original QMouse by
  31714.         Lyman Epp.  Features include automatic window activation
  31715.         (like WindX), top-line blanking for A3000/A2320 users, system-
  31716.         friendly mouse blanking, mouse acceleration/threshold, "Pop-
  31717.         CLI", click-to-front/back, "SunMouse", "NoClick", "WildStar",
  31718.         Northgate key remapping, and more.  Requires Kickstart 2.0,
  31719.         but is not a commodity.  Only 3K.  Version 2.30, an update to
  31720.         version 2.21 on disk 789.  Public domain, assembly source
  31721.         included.
  31722.         Author:  Dan Babcock
  31723.  
  31724. ==========================  Contents of Disk 803  ==========================
  31725.  
  31726. This is disk 803 of the freely distributable AMIGA software library.
  31727. Below is a listing of the significant directories and their contents.
  31728.  
  31729.  
  31730. Hackdisk    A complete replacement for trackdisk.device featuring a verify
  31731.         option and better performance.  Hackdisk is supplied as an OS
  31732.         module that may be RamKick'ed or placed directly in the Kick-
  31733.         start ROM.  This is version 2.00, an update to version 1.12 on
  31734.         disk number 783.  Now includes support for 150RPM HD floppy
  31735.         drives and untested support for 5.25 inch drives.  Free for
  31736.         non-commercial use, assembly source included.  
  31737.         Author:  Dan Babcock
  31738.  
  31739. HyperANSI    The ultimate in ANSI editors.  Allows you to edit up to 999
  31740.         pages at a time, with a  unique  'transparency'  mode which
  31741.         allows  you to 'see through'  the  pages  ( and save as a
  31742.         single page ).  Other  features include;  Copy, Move, Fill,
  31743.         Replace, Text alignment & justification, line drawing, char-
  31744.         acter painting (colors and/or text), half character painting,
  31745.         and keyboard remapping for all 255 IBM characters, plus more.
  31746.         Shareware, version 1.02, binary only.
  31747.         Author:  Mike D. Nelson
  31748.  
  31749. MiniPac        A very tiny PacMan clone, only about 8K.  Binary only.
  31750.         Author:  Philippe Banwarth
  31751.  
  31752. SCAN8800    A specialized database program to store frequencies and sta-
  31753.         tion names for shortwave transmitters.  It can also control
  31754.         a receiver for scanning frequency ranges.  Version 2.27,
  31755.         binary only.
  31756.         Author:  Rainer Redweik
  31757.  
  31758. ==========================  Contents of Disk 804  ==========================
  31759.  
  31760. This is disk 804 of the freely distributable AMIGA software library.
  31761. Below is a listing of the significant directories and their contents.
  31762.  
  31763.  
  31764. AmigaWorld    A database program that contains information about every
  31765.         country on Earth.  It enables you to have a look at the data
  31766.         of one country, or to compare several countries.  It is easy
  31767.         to handle, and you can use it with your favourite colors,
  31768.         font, and even language (at the moment there are English and
  31769.         German data files).  Requires 1MB of memory.  This is freeware
  31770.         version 1.0, Modula-2 source is available by the author.
  31771.         Author:  Wolfgang Lug
  31772.  
  31773. DiskMate    A disk utility with multidrive disk copier (either DOS or non-
  31774.         DOS disks), disk formatter, disk eraser, disk installer, and
  31775.         floppy disk checker.  Version 3.0, binary only.
  31776.         Author:  Malcolm Harvey
  31777.  
  31778. Euphorion    A scrolling "shoot'em up" action-game, which contains eight
  31779.         different levels, bonus-stages and a highscore table.  This is
  31780.         version 1.1, binary only.
  31781.         Author:  Carsten Magerkurth
  31782.  
  31783. Password    A program to password protect an AutoBooting HD based system.
  31784.         Supports a list of authorized users and their passwords.
  31785.         Version 1.0, binary only.
  31786.         Author:  Malcolm Harvey
  31787.  
  31788. PubChange       PubChange is a commodity for AmigaDos 2.04.  It isn't a public
  31789.         screen manager, but it is useful when used in conjunction with
  31790.         one.  It is designed to make public screens easier to use.
  31791.         Whenever a new screen is brought to the front, this screen is
  31792.         examined.  If it is a public screen, it is made into the de-
  31793.         fault automatically without having to explicitly do it from
  31794.         within a public screen manager.  Thus, the current default
  31795.         public screen is always the one which you have most recently
  31796.         brought to the front, and applications which use the default
  31797.         public screen will appear there.  Version 1.2, an update to
  31798.         version 1.0 on disk 771.  This version fixes two serious bugs
  31799.         and adds minor features.  Binary only.
  31800.         Author:  Steve Koren
  31801.  
  31802. TrueEd        A shareware editor.  Version 5.5, and update to version 3.40
  31803.         on disk 630.  No documentation, binary only.
  31804.         Author:  Jurgen Klein
  31805.  
  31806. ==========================  Contents of Disk 805  ==========================
  31807.  
  31808. This is disk 805 of the freely distributable AMIGA software library.
  31809. Below is a listing of the significant directories and their contents.
  31810.  
  31811.  
  31812. CDTV-Player    A little utility for all those people, who'd like to play
  31813.         Audio-CD's, while multitasking on workbench. It's an emula-
  31814.         tion of CDTV's remote control, but is a little more sophis-
  31815.         ticated.  Version 1.5, an update to version 1.0 on disk 759.
  31816.         Public domain, binary only.
  31817.         Author:  Daniel Amor
  31818.  
  31819. Cleo        Implementation of a new experimental Pascal like language.
  31820.         Besides the normal data types, includes 2D and 3D data types,
  31821.         and an RGB color data type.  Includes a compiler and inter-
  31822.         preter, example programs, and documentation.  Version 1.0,
  31823.         includes full source in C to compiler, interpreter, and
  31824.         examples.
  31825.         Author:  DIALLO Barrou
  31826.  
  31827. Clouds        A program which creates randomly clouds on your screen.  You
  31828.         may save them as IFF-files and use them as background for your
  31829.         workbench.  Uses new AGA-feature (5-bitplane-hires-screen).
  31830.         Version 2.0, public domain.  Includes complete source in KICK-
  31831.         PASCAL.
  31832.         Author:  Daniel Amor
  31833.  
  31834. RussianFonts    This is a scalable vector font.  It's the Russian equivalent
  31835.         of the Times Roman font.  It comes in two versions, ADOBE
  31836.         TYPE 1 (pbf-file) and PAGESTREAM FONT (dmf-file).  This Font
  31837.         is shareware.  Designed with FontDesigner.
  31838.         Author:  Daniel Amor
  31839.  
  31840. Sizer        A small and pure shell utility that gives the size in bytes,
  31841.         blocks and the actual size occupied by a directory, device, 
  31842.         file or 'assign'.  Accepts multiple arguments.  Version 0.81, 
  31843.         an update to version 0.36 on disk 777.  Now requires KickStart
  31844.         37.175 or higher.  Binary only.
  31845.         Author:  GΘrard Cornu
  31846.  
  31847. ==========================  Contents of Disk 806  ==========================
  31848.  
  31849. This is disk 806 of the freely distributable AMIGA software library.
  31850. Below is a listing of the significant directories and their contents.
  31851.  
  31852.  
  31853. HDFixer        Some of the newer A3000's have high density floppy drives. In
  31854.         the 37.175 version of Kickstart, HD disks are not completely
  31855.         supported in HD mode.  This program patches the system so that
  31856.         Kickstart V37.175 owners are able to use 1.71 MB HD disks.
  31857.         This very user friendly, totally new programmed version, comes
  31858.         as a Commodity and supports the new OS2.x functions like
  31859.         Public Screens, scaleable fonts, shortcut gadget activation
  31860.         and so on.  Requires Workbench 2.04.  This is version 2.00, an
  31861.         update to version 1.10 on disk 690.  Binary only.
  31862.         Author:  Peter-Iver Edert
  31863.  
  31864. Icons        Some icons which can be used in the ToolManager dock window
  31865.         (ToolManager ⌐ by S.Becker) for instance.  There are also a
  31866.         few tips for ToolManager users in the doc file.
  31867.         Author:  Andre Weissflog
  31868.  
  31869. MXReq        Creates a customizeable mutual exclude requester from a shell
  31870.         or AREXX script.  The user can select one out of up to eight
  31871.         entries, each of them writes an own value to an environment
  31872.         variable.  Including executable, sources, docs, examples and
  31873.         a small bonus tool.  Version: 1.20
  31874.         Author:  Andre Weissflog
  31875.  
  31876. XSearch        A program to search files and directories on any Amiga device.
  31877.         Has options to search for files or directories matching a
  31878.         given name pattern, length, date of last change, iff type,
  31879.         comment, internal strings, and protection bits.  Supports the
  31880.         Amiga clipboard.  Uses AmigaDOS 2.0 style interface.  Includes
  31881.         both German and English versions.  Version, 1.1, an update to
  31882.         version 1.0 on disk 724.  Includes source in KICKPascal.
  31883.         Author:  Stefan Pl÷chinger
  31884.  
  31885. ==========================  Contents of Disk 807  ==========================
  31886.  
  31887. This is disk 807 of the freely distributable AMIGA software library.
  31888. Below is a listing of the significant directories and their contents.
  31889.  
  31890.  
  31891. RoachMotel    A game where the object is to collect all the spray cans to
  31892.         complete the level.  If you touch any creatures you will lose
  31893.         one life, except when stomping on a roach or hitting a roach
  31894.         or boyd with your head while wearing the toupee.  Written in
  31895.         AMOS, binary only.
  31896.         Author:  Ryan Scott
  31897.  
  31898. VCLI        Voice Command Line Interface allows you to execute CLI or
  31899.         ARexx commands, or ARexx scripts, by spoken voice command
  31900.         through your Perfect Sound 3, Sound Master (Sound Magic), or
  31901.         Generic audio digitizer.  VCLI is completely multitasking and
  31902.         will run continuously in the background, waiting to execute
  31903.         your voice command even while other programs may be running.
  31904.         With VCLI you can launch multiple applications or control any
  31905.         program with ARexx capability completely by spoken voice
  31906.         command.  VCLI is compatible with both NTSC and PAL.  This is
  31907.         version 5.2, an update to version 5 on disk number 751.  New
  31908.         features include the capability to load alternate vocabulary
  31909.         files by spoken voice command, a choice of Amiga hardware
  31910.         timers to reduce interference with other programs, and immun-
  31911.         ity of the display to changes in system fonts.  Binary only,
  31912.         requires AmigaDOS 2.0.
  31913.         Author:  Richard Horne
  31914.  
  31915. VoiceCode    This file contains complete documentation for voice.library
  31916.         (Ver 6.4), the public domain Amiga library of voice recogni-
  31917.         tion functions for the Perfect Sound 3, Sound Master (Sound
  31918.         Magic) and Generic audio digitizers.  Included are descrip-
  31919.         tions of the functions that will allow your program to learn
  31920.         and recognize spoken words through your 8 bit audio digitizer.
  31921.         Also included are code examples in C and assembly language.
  31922.         Author:  Richard Horne and David Benn
  31923.       
  31924. XTrash        A constant trashcan implemented as an application icon.  Can
  31925.         erase anything; files, directories, trashcans and disks.  Disk
  31926.         formatting requires an external formatter.  Conforms closely
  31927.         to the AMIGA Style Guide.  Requires AMIGA OS 2.  Version 1.01,
  31928.         includes source in KICKPascal.
  31929.         Author:  Stefan Pl÷chinger
  31930.  
  31931. ==========================  Contents of Disk 808  ==========================
  31932.  
  31933. This is disk 808 of the freely distributable AMIGA software library.
  31934. Below is a listing of the significant directories and their contents.
  31935.  
  31936.  
  31937. KingFisher    A specialized database tool providing maintenance and search
  31938.         capabilities for the descriptions of disks in the format used
  31939.         by this library.  KingFisher's database can span multiple
  31940.         (floppy) disk volumes, can be edited by text editors that
  31941.         support long text lines, can add disks directly from unedited
  31942.         email or usenet announcements, can remove disks, rebuild a
  31943.         damaged index, find next or previous software versions, print
  31944.         or export (parts of) the database, and more.  Includes a data-
  31945.         base of disks 1-800.  This is version 1.15, an update to ver-
  31946.         sion 1.11 on disk 783.  Binary only.
  31947.         Author:  Udo Schuermann
  31948.  
  31949. Look        A powerful program for creating and showing disk magazines.
  31950.         Supports IFF pictures, IFF brushes, ANSI, fonts, PowerPacker,
  31951.         and many more features.  Programmed in assembly language to
  31952.         be small and fast.  German language only.  Version 1.5, an
  31953.         update to version 1.2 on disk 743.  Now runs on NTSC machines
  31954.         in interlace mode and includes many new features.  Shareware,
  31955.         binary only.
  31956.         Author:  AndrΘ Voget.
  31957.  
  31958. ==========================  Contents of Disk 809  ==========================
  31959.  
  31960. This is disk 809 of the freely distributable AMIGA software library.
  31961. Below is a listing of the significant directories and their contents.
  31962.  
  31963.  
  31964. CPK        A program to render a space filling representation of atoms
  31965.         in molecules.  This is the type of representation one would
  31966.         find in the plastic 'CPK' (Corey, Pauling, Kendrew) models
  31967.         often used in organic chemistry.  There are no hard coded
  31968.         constraints on the number of atoms it can process, it cor-
  31969.         rectly handles intersecting 3-dimensional spheres by using
  31970.         the Bresenham circle algorithm in 3D, and computes using the
  31971.         the current display screen resolution for simplicity and
  31972.         speed.  Version 1.0, binary only.
  31973.         Author:  Eric G. Suchanek
  31974.  
  31975. EPU        A program like Stacker or XPK that allows applications to
  31976.         access compressed data from AmigaDOS devices without knowing
  31977.         that the data is compressed, and automatically compresses
  31978.         new data.  The file size is not limited by memory and the
  31979.         settings of the handler can be changed at any time.  Version
  31980.         1.0, shareware, binary only.
  31981.         Author:  Jaroslav Mechacek
  31982.  
  31983. GetString    A small utility that puts up a string requester and stores the
  31984.         result in an environment variable (either local or global)
  31985.         that can be used in Shell scripts.  Requires OS 2.04+ and
  31986.         ReqTools.library.  Written in E, source included.
  31987.         Author:  Diego Caravana
  31988.  
  31989. SmallMath    "Drop-in" replacements for the Commodore IEEE math libraries
  31990.         for users with a math coprocessor.  Since these libraries do
  31991.         not contain the coprocessor-emulation code normally present,
  31992.         they are 60%-90% smaller than the usual libraries.  For the
  31993.         same reason, however, they cannot be used without a coproces-
  31994.         sor.  Version 1.2, an update to version 1.1 on disk 718,
  31995.         fixes a bug in the cmp() function.  Public domain, partial
  31996.         source included.
  31997.         Author:  Laz Marhenke
  31998. ==========================  Contents of Disk 810  ==========================
  31999.  
  32000. This is disk 810 of the freely distributable AMIGA software library.
  32001. Below is a listing of the significant directories and their contents.
  32002.  
  32003.  
  32004. Amiga_E        An Amiga specific E compiler.  E is a powerful and flexible
  32005.         procedural programming language and Amiga E a very fast com-
  32006.         piler for it, with features such as compilation speed of
  32007.         20000 lines/minute on a 7 Mz amiga, inline assembler and
  32008.         linker integrated into compiler, large set of integrated
  32009.         functions, module concept with 2.04 includes as modules,
  32010.         flexible type-system, quoted expressions, immediate and typed
  32011.         lists, low level polymorphism, exception handling and much,
  32012.         more.  Written in Assembly and E.  Version 2.1, public domain,
  32013.         includes partial sources.
  32014.         Author:  Wouter van Oortmerssen
  32015.  
  32016. MakeDMake    An automated DMake file generator.  You give it the names of
  32017.         all the C-files used to produce your executable (except
  32018.         #include'd .c or .h files), and it will automatically scan
  32019.         them to find all dependencies, and produce a ready to use
  32020.         (in many cases) DMakeFile calling DCC with options you will
  32021.         need for normal compilation and linking.  Version 0.19, an
  32022.         update to version 0.15 on disk 789.  Includes source.
  32023.         Author:  Piotr Obminski, from original code by Tim McGrath
  32024.  
  32025. PrintManager    A printer spooler for AmigaDOS 2.0 or later.  Works with all
  32026.         programs, whether they use the parallel or serial device, use
  32027.         PRT: or the printer device directly, are printing text or gra-
  32028.         phics, and has an Intuition interface.  Version 1.0, binary
  32029.         only.
  32030.         Author:  Nicola Salmoria
  32031.  
  32032. Snake        An updated version of the old computer game which lives in a
  32033.         Workbench window.  You control a "snake" which grows by    eating
  32034.         "frogs" and avoiding obstacles.  Requires AmigaDOS 2.0.  C
  32035.         source included.
  32036.         Author:  Michael Warner
  32037.  
  32038. StarClock    StarClock displays time, date and stardate of the popular TV
  32039.         series Star Trek in a small window on the right hand side of
  32040.         the workbench screen.  StarClock is a commodity.  Requires OS
  32041.         2.0 or greater.  Version 1.01, binary only.
  32042.         Author:  Michael Laurent, Volker Goehrke
  32043.  
  32044. TimeKeeper    A program that restores system time after resets.  This is
  32045.         accomplished by storing the current time in a resident struct-
  32046.         ure at regular intervals and restoring it at reboot.  Useful
  32047.         for Amigas that don't have a battery backed up clock. Requires
  32048.         KickStart 2.0 or higher.  Version 1.0, includes source in C.
  32049.         Author:  Mattias Moltkesson
  32050.  
  32051. ==========================  Contents of Disk 811  ==========================
  32052.  
  32053. This is disk 811 of the freely distributable AMIGA software library.
  32054. Below is a listing of the significant directories and their contents.
  32055.  
  32056.  
  32057. bsh        A powerful advanced shell and interpretive programming
  32058.         language.  Runs on AmigaDOS 1.2 - AmigaDOS 2.1.  Major
  32059.         features include command history, command line editing,
  32060.         command substitution, redirection and piping, redirection
  32061.         of standard error file, concurrent piping for external
  32062.         commands, here documents, aliases, file name completion
  32063.         using wildcards ('*', '?'), pattern permutations, variables,
  32064.         array variables, local and environment variables, variable
  32065.         exporting, C-like expression evaluation, conditionals,
  32066.         looping, more than 50 builtin commands, more than 40
  32067.         builtin functions, script programming, workbench startup
  32068.         via newbsh, directory aliases, shell window manipulation
  32069.         and command search by CLI path, by bsh path variable,
  32070.         command hashing and resident command loading.  Version 0.98,
  32071.         shareware, binary only.
  32072.         Author:  Gary Brant
  32073.  
  32074. MagicNoises    A MED module package including: Happy Hour, Magic Voices, Take
  32075.         it slow, Terminator II.
  32076.         Author:  Lars R÷▀iger
  32077.  
  32078. WhiteLion    A new Othello (Reversi) playing program.  Strong and fast, it
  32079.         explains the rules and plays different strategies depending
  32080.         on the selected level.  Supports interLaced resolutions.
  32081.         Version 1.2_FD, english and german executables.  ShareWare,
  32082.         C sources and special version available when registering.
  32083.         Author:  Martin Grote
  32084.  
  32085. ==========================  Contents of Disk 812  ==========================
  32086.  
  32087. This is disk 812 of the freely distributable AMIGA software library.
  32088. Below is a listing of the significant directories and their contents.
  32089.  
  32090.  
  32091. PPMC        The Powerpacker Mini Clone.  This is powerpacker.library
  32092.         meeting gadtools.library: A small utility, useful for compres-
  32093.         sing any text or data file.  This is version 1.2b, an update
  32094.         to version 1.1 on disk 751.  Many new enhancements, including
  32095.         a complete Shell interface, hypertext documentation, a brand
  32096.         new look, localization, Danish, Dutch, and French catalogs,
  32097.         etc.  Includes 68030 and 68040 versions, plus source for SAS
  32098.         C.
  32099.         Author:  Reza Elghazi
  32100.  
  32101. SCAN8800    A specialized database program to store frequencies and sta-
  32102.         tion names for shortwave transmitters.  It can also control
  32103.         a receiver for scanning frequency ranges.  Version 2.28, an
  32104.         update to version 2.27 on disk 803.  Now works on NTSC Amigas.
  32105.         Binary only.
  32106.         Author:  Rainer Redweik
  32107.  
  32108. ==========================  Contents of Disk 813  ==========================
  32109.  
  32110. This is disk 813 of the freely distributable AMIGA software library.
  32111. Below is a listing of the significant directories and their contents.
  32112.  
  32113.  
  32114. AmigaBase    A hierachical, programmable, in-core database that runs under
  32115.         OS 1.3 and OS 2.0.  Has a full intuition interface.  Features
  32116.         include two display methods, filter datasets, search datasets,
  32117.         print datasets, and much more.  Nearly everything can be real-
  32118.         ized by programming AmigaBase. Datatypes can be Integer, Real,
  32119.         Boolean, String, Memo (Text), Date and Time.  Number of data-
  32120.         sets is only limited by available memory.  Also included in
  32121.         the package are some example projects.  Version 1.21, an up-
  32122.         date to version 1.20 on disk 792.  Shareware, binary only.
  32123.         Author:  Steffen Gutmann
  32124.  
  32125. GIFdatatype    This program is a datatype that understands the GIF file for-
  32126.         mat.  Once installed, it allows any datatype-aware programs
  32127.         (such as MultiView) to read GIF files as if they were IFF.
  32128.         You can also use them as screen backdrops.  Datatypes only
  32129.         exist at WB3.0 and greater.  Version 39.2, binary only.
  32130.         Author:  Steve Goddard
  32131.  
  32132. MinedOut    A remake of the BASIC program of the same name for the Sin-
  32133.         clair Spektrum, by Ian Andrews.  Mined Out is a strategy game,
  32134.         like Mine on disk 725 or AMines on disk 707.  The object of
  32135.         the game is to find a way from the bottom of the minefield
  32136.         to the top, to escape a computer enemy.  Version 1.0, share-
  32137.         ware, binary only.
  32138.         Author:  Dieter Seidel
  32139.  
  32140. ==========================  Contents of Disk 814  ==========================
  32141.  
  32142. This is disk 814 of the freely distributable AMIGA software library.
  32143. Below is a listing of the significant directories and their contents.
  32144.  
  32145.  
  32146. BootJob        The BootBlock Utility.  Includes functions to store, install,
  32147.         view, or execute any disk bootblock.  Also self-made boot-
  32148.         blocks can be installed to disk.  The most powerful function
  32149.         is to save any bootblock as an executable CLI-File.  Now you
  32150.         can start every boot-util, viruschecker, game, or loader from
  32151.         the CLI.  Also included is a drawer with 46 different boot-
  32152.         blocks.  BootJob requires Amiga OS2.x. This is version 1.30,
  32153.         an update to version 1.00 on disk 760.  Shareware, binary
  32154.         only.
  32155.         Author:  Michael Bialas
  32156.  
  32157. FIM        The Fast-Intro-Maker.  Use this little IntroMaker to create
  32158.         your own Intros in a few minutes.  Includes functions to
  32159.         insert selfmade IFF-Pictures, Color-Screentexts, Music and
  32160.         more.  Final created Intros will run on OS1.2/1.3/2.x (WB/Cli).
  32161.         F.I.M. requires Amiga OS2.x.  This is version 2.2, an update
  32162.         to version 1.0 on disk 760.  Shareware, binary only.
  32163.         Author:  Michael Bialas
  32164.  
  32165. MemBar        A simple program to display the free memory using a window
  32166.         with bars for chip and fast memory.  Version 1.0, public
  32167.         domain, includes source.
  32168.         Author:  Benjamin (Pink) Stegemann
  32169.  
  32170. Monopoly    Demo version of a Monopoly game written in C.  Version 1.0,
  32171.         shareware, binary only.
  32172.         Author:  Ken Gilmer
  32173.  
  32174. NoteEdit    NoteEdit is a utility to write and save crypted notes.  The
  32175.         ability of an automatic diary is included as well.  Version
  32176.         1.0, freeware, includes source.
  32177.         Author:  Benjamin (Pink) Stegemann
  32178.  
  32179. TreeGrow    TreeGrow is a program which generates quasifractal trees or
  32180.         plants.  The idea is taken from "Spectrum der Wissenschaft",
  32181.         the german release of "Scientific American".  Version 1.0,
  32182.         freeware, includes source.
  32183.         Author:  Benjamin (Pink) Stegemann
  32184.  
  32185. ==========================  Contents of Disk 815  ==========================
  32186.  
  32187. This is disk 815 of the freely distributable AMIGA software library.
  32188. Below is a listing of the significant directories and their contents.
  32189.  
  32190.  
  32191. AntiCicloVir    A link virus detector that detects 27 different such viruses.
  32192.         Checks your disk and memory for known link viruses, and can
  32193.         also detect known bootblock viruses in memory.  Version 1.7,
  32194.         an update to version 1.6a on disk 767. Shareware, binary only.
  32195.         Author:  Matthias Gutt
  32196.  
  32197. InspireDemo    Demo version of a new, easy to use, AmigaDOS 2.0 text editor.
  32198.         The demo is the same as the registered version, except that
  32199.         save and print are disabled in the demo.  Inspire uses the
  32200.         new features of AmigaDOS 2.0 extensively, including using the
  32201.         ASL requester for font and file selection, and the gadtools
  32202.         library for standardized gadgets.  The display database is
  32203.         used so you may open any type of screen that your computer
  32204.         is capable of.  Features include an ARexx port, undo, find
  32205.         and replace, bookmarks, text centering, word wrap, case
  32206.         conversions, clipboard support, auto indenting, and more.
  32207.         Version 1.2, binary only.
  32208.         Author:  Josh Van Abrahams
  32209.  
  32210. ShuffleRun    A game for two players.  Try to collect more points than the
  32211.         other player.  A level editor is implemented.  300 levels are
  32212.         included, 100 can be edited.  Version 1.0, freeware, includes
  32213.         source.
  32214.         Author:  Benjamin (Pink) Stegemann
  32215.  
  32216. ==========================  Contents of Disk 816  ==========================
  32217.  
  32218. This is disk 816 of the freely distributable AMIGA software library.
  32219. Below is a listing of the significant directories and their contents.
  32220.  
  32221.  
  32222. Egypt        A small game for one or two players.  Find three chests of
  32223.         gold in a computer generated maze.  Version 1.0, freeware,
  32224.         includes source.
  32225.         Author:  Benjamin (Pink) Stegemann
  32226.  
  32227. Look        A powerful program for creating and showing disk magazines.
  32228.         Supports IFF pictures, IFF brushes, ANSI, fonts, PowerPacker,
  32229.         and many more features.  Programmed in assembly language to
  32230.         be small and fast.  German language only.  Version 1.6, an
  32231.         update to version 1.5 on disk 808.  Shareware, binary only.
  32232.         Author:  AndrΘ Voget.
  32233.  
  32234. Revenge        Revenge of the Blob, an animated interpretation using Bill
  32235.         Watterson's original cartoon strip character "Calvin".  Tells
  32236.         the story of Calvin's encounter with his mother's food, and
  32237.         how the dreaded tapioca monster gets back at Calvin for
  32238.         turning his nose up at it.  Version 1.0.
  32239.         Author:  David Wiles
  32240.  
  32241. ==========================  Contents of Disk 817  ==========================
  32242.  
  32243. This is disk 817 of the freely distributable AMIGA software library.
  32244. Below is a listing of the significant directories and their contents.
  32245.  
  32246.  
  32247. CTimer        A pair of programs for use with Sys1.3 and Sys2.  CTimer will
  32248.         measure the execution time of any section of code from a
  32249.         complete program down to a single line.  Freeware, includes
  32250.         source.
  32251.         Author:  Chas A. Wyndham
  32252.  
  32253. EditKeys    A keymap editor.  Supports editing of string, dead and modi-
  32254.         fiable keys, as well as control of repeatable and capsable
  32255.         status of each key.  Runs equally well under AmigaDOS 1.3 or
  32256.         2.0.  This is version 1.3, an update to version 1.2 on disk
  32257.         642.  Binary only.
  32258.         Author:  David Kinder
  32259.  
  32260. Hextract    A complete header file reference.  Definitions, structures,
  32261.         structure members and offsets, flag values, library contents,
  32262.         function definitions, registers, library offsets, prototypes,
  32263.         and pragmas.  The data from a set of V2.x Amiga and Lattice
  32264.         header files is included and packed for immediate reference
  32265.         by Hextract.  Version 1.3, an update to version 1.2 on disk
  32266.         726.  Freeware, includes partial source.
  32267.         Author:  Chas A. Wyndham
  32268.  
  32269. Install        A replacement for the AmigaDOS Install command, with an
  32270.         Intuition front end.  This is version 1.2, an update to
  32271.         version 1.1 on disk 643.  Includes source in assembly.
  32272.         Author:  David Kinder
  32273.  
  32274. S-Text        Turns texts into completely self-contained, self-displaying
  32275.         compressed files callable from Workbench or a CLI.  S-Texts
  32276.         will save disk space and can be transferred from disk to disk
  32277.         without having to think about reader and decompression compati-
  32278.         bility.  Version 1.2, an update to version 1.1 on disk 760.
  32279.         Freeware, binary only.
  32280.         Author:  Chas A. Wyndham
  32281.  
  32282. ==========================  Contents of Disk 818  ==========================
  32283.  
  32284. This is disk 818 of the freely distributable AMIGA software library.
  32285. Below is a listing of the significant directories and their contents.
  32286.  
  32287.  
  32288. LoadLibrary    Another LoadLib program, but this version runs in it's own
  32289.         task, and uses the reqtools.library for multiselection and
  32290.         other user friendly file handling.  All installed LoadLib
  32291.         libraries can also be removed from the system.  Supports the
  32292.         locale.library and Amiga-Guide.  Version 2.52 an update to
  32293.         version 2.52 on disk 743.  Freeware, binary only.
  32294.         Author:  Nils 'Jon' G÷rs
  32295.  
  32296. TankHunter    A simple action game for two players.  Destroy the tank of
  32297.         your opponent.  50 levels are included.  You can choose
  32298.         between sound effects or a background song.  Version 1.0,
  32299.         freeware, includes source.
  32300.         Author:  Benjamin (Pink) Stegemann
  32301.  
  32302. UUCoderWindow    An intuition user interface for the CLI commands UUEncodeX
  32303.         and UUDecodeX, written by Michel Bekke.  Requires AmigaDOS
  32304.         2.x.  Version 1.0, freeware, binary only.
  32305.         Author:  Nilc 'Jon' G÷rs
  32306.  
  32307. WatchStack    A program that monitors the stack of any selected task or
  32308.         process 50 (PAL)/60 (NTSC) times per second and reports the
  32309.         allocated stack, maximum stack usage and current stack used.
  32310.         This program is a clone to StackWatch, disk 494, but improved
  32311.         a little bit. Requires AmigaOS 2.0. Version 2.02, binary only.
  32312.         Author:  Brian Ipsen
  32313.  
  32314. ==========================  Contents of Disk 819  ==========================
  32315.  
  32316. This is disk 819 of the freely distributable AMIGA software library.
  32317. Below is a listing of the significant directories and their contents.
  32318.  
  32319.  
  32320. JukeBox        A program to play compact digitial audio discs by emulating
  32321.         a graphical user interface similar to common CD players.  It
  32322.         provides a command line oriented, fully programmable ARexx
  32323.         user interface, as well.  Version 1.2522, shareware, binary
  32324.         only.
  32325.         Author:  Franz-Josef Reichert
  32326.  
  32327. MemoMaster    A program that warns you about events (like birthdays and
  32328.         anniversaries) as they approach.  Version 2, includes source.
  32329.         Author:  Jeff Flynn
  32330.  
  32331. OctaMEDPlayer    Standalone player program for playing songs made with OctaMED.
  32332.         Can load sng+samples-format and MMD0/MMD1-modules made with
  32333.         MED V2.10 or later, or any version of OctaMED.  Can play stan-
  32334.         dard four channel Amiga songs, MIDI songs, 5 to 8 channel
  32335.         OctaMED songs, and multi-modules.  Has a nice 2.0 look and
  32336.         works fine under 2.0 as well as 1.3.  Version 4.04, an update
  32337.         to version 3.00 on disk 688.  Binary only.
  32338.         Author:  Teijo Kinnunen and AMIGANUTS UNITED
  32339. ==========================  Contents of Disk 820  ==========================
  32340.  
  32341. This is disk 820 of the freely distributable AMIGA software library.
  32342. Below is a listing of the significant directories and their contents.
  32343.  
  32344.  
  32345. Databench    Databench is a new low-cost Database with some nice features
  32346.         like fast search, filter, password, import/export and more.
  32347.         Includes both English and German versions.  Demo version only,
  32348.         binary only.
  32349.         Author: Eric Hambuch / APC&TCP Vertrieb
  32350.  
  32351. QuickFile    A flexible, fast and easy to use flat file database using ran-
  32352.         dom access with intelligent buffering to minimise disk access,
  32353.         multiple indexes for fast access to records, form and list
  32354.         style screens and reports, and fast sorting and searching.
  32355.         Files are quickly and easily defined, and fields can be added,
  32356.         changed, or deleted at any time.  Version 1.2, shareware,
  32357.         binary only
  32358.         Author:  Alan Wigginton
  32359.  
  32360. SysInfo        A program which reports interesting information about the
  32361.         configuration of your machine, including some speed compar-
  32362.         isons with other configurations, versions of the OS software,
  32363.         etc.  Lots of new enhancements including information on
  32364.         devices, resources and ports, and graphical speed comparisons.
  32365.         This is version 3.11, an update to version 3.01 on disk 758.
  32366.         Binary only.
  32367.         Author:  Nic Wilson
  32368.  
  32369. VirusZ        A virus detector that recognizes over 500 bootblocks (200 boot
  32370.         viruses) and over 95 file viruses.  The filechecker can also
  32371.         decrunch files for testing.  The memory checker removes  all
  32372.         known viruses from memory without 'Guru  Meditation' and
  32373.         checks memory for viruses regularly.  VirusZ has easy to use
  32374.         intuitionized menus including keycuts for both beginners and
  32375.         experienced users.  VirusZ performs a self-test on every
  32376.         startup to prevent link virus infection.  Written entirely in
  32377.         assembly language and operates with Kickstart 1.2/1.3, OS 2.0
  32378.         and OS 3.0.  Version 3.00, an update to version 2.27 on disk
  32379.         786.  Shareware, binary only.
  32380.         Author:  Georg H÷rmann
  32381.  
  32382. ==========================  Contents of Disk 821  ==========================
  32383.  
  32384. This is disk 821 of the freely distributable AMIGA software library.
  32385. Below is a listing of the significant directories and their contents.
  32386.  
  32387.  
  32388. Diff        Port of GNU Diff, containing "cmp", "diff", "diff3", and
  32389.         "sdiff".  Provides all the features of BSD's diff plus options
  32390.         to diff non-ASCII files, to ignore changes that just insert or
  32391.         delete blank lines, to specify the amount of context for con-
  32392.         text diffs, plus more.  Version 2.1, an update to version 1.10
  32393.         on disk 281.  Includes source.
  32394.         Author:  Mike Haertel, et. al.  Amiga port by Carsten Steger
  32395.  
  32396. Indent        A C source code formatter/indenter.  Especially useful for
  32397.         cleaning up inconsistently indented code.  Version 1.7, an
  32398.         update to version 1.4 on disk 702.  Includes source.
  32399.         Author:  Various, Amiga port by Carsten Steger
  32400.  
  32401. ==========================  Contents of Disk 822  ==========================
  32402.  
  32403. This is disk 822 of the freely distributable AMIGA software library.
  32404. Below is a listing of the significant directories and their contents.
  32405.  
  32406.  
  32407. NetHack        A screen oriented fantasy game where your goal is to grab as
  32408.         much treasure as you can, retrieve the Amulet of Yendor, and
  32409.         escape the Mazes of Menace alive.  On the screen is a map of
  32410.         where you have been and what you have seen on the current dun-
  32411.         geon level.  As you explore more of the level, it appears on
  32412.         the screen in front of you.  Nethack generates a new dungeon
  32413.         every time it is played, thus even veteran players will con-
  32414.         tinue to find it entertaining and exciting.  This is part 1
  32415.         of a 3 part distribution.  Part 1 contains the binary portion
  32416.         of the distribution.  Part 2 and part 3 contains the source
  32417.         portion of the distribution, and can be found on disk 823 and
  32418.         824.  This is version 3.1pl0, an update to version 3.0pl10 on
  32419.         disk 460.  Includes source.
  32420.         Author:  Various; see documentation
  32421.  
  32422. ==========================  Contents of Disk 823  ==========================
  32423.  
  32424. This is disk 823 of the freely distributable AMIGA software library.
  32425. Below is a listing of the significant directories and their contents.
  32426.  
  32427.  
  32428. NetHack        A screen oriented fantasy game where your goal is to grab as
  32429.         much treasure as you can, retrieve the Amulet of Yendor, and
  32430.         escape the Mazes of Menace alive.  On the screen is a map of
  32431.         where you have been and what you have seen on the current dun-
  32432.         geon level.  As you explore more of the level, it appears on
  32433.         the screen in front of you.  Nethack generates a new dungeon
  32434.         every time it is played, thus even veteran players will con-
  32435.         tinue to find it entertaining and exciting.  This is part 2
  32436.         of a 3 part distribution.  Part 1 contains the binary portion
  32437.         of the distribution and can be found on disk 822.  Part 2 con-
  32438.         tains part of the source and part 3 (on disk 824) contains the
  32439.         remainder of the source.  This is version 3.1pl0, an update to
  32440.         version 3.0pl10 on disk 460.  Includes source.
  32441.         Author:  Various; see documentation
  32442.  
  32443. ==========================  Contents of Disk 824  ==========================
  32444.  
  32445. This is disk 824 of the freely distributable AMIGA software library.
  32446. Below is a listing of the significant directories and their contents.
  32447.  
  32448.  
  32449. AlphMan        A programmer tool which may help you to create an intuition or
  32450.         gadtools user interface.  It opens a window with a gadget for
  32451.         each keyboard key.  If you press a key the dependent gadget
  32452.         will be disabled.  So you may check whether a key has been
  32453.         used or not.  Requires AmigaDOS 2.04 or higher.  Version 1.00,
  32454.         freeware, binary only.
  32455.         Author:  Hans-Peter Guenther
  32456.  
  32457. GadgetTest    A programming example of how to create and handle all of the
  32458.         types of the new AmigaDOS 2.04 gadgets.  Requires AmigaDOS
  32459.         2.04 or higher.  This is version 0.01, includes source.
  32460.         Author:  Hans-Peter Guenther
  32461.  
  32462. NetHack        A screen oriented fantasy game where your goal is to grab as
  32463.         much treasure as you can, retrieve the Amulet of Yendor, and
  32464.         escape the Mazes of Menace alive.  On the screen is a map of
  32465.         where you have been and what you have seen on the current dun-
  32466.         geon level.  As you explore more of the level, it appears on
  32467.         the screen in front of you.  Nethack generates a new dungeon
  32468.         every time it is played, thus even veteran players will con-
  32469.         tinue to find it entertaining and exciting.  This is part 3
  32470.         of a 3 part distribution.  Part 1 contains the binary portion
  32471.         of the distribution and can be found on disk 822.  Part 2 con-
  32472.         tains part of the source and can be found on disk 823.  Part 3
  32473.         contains the remainder of the source.  This is version 3.1pl0,
  32474.         an update to version 3.0pl10 on disk 460.  Includes source.
  32475.         Author:  Various; see documentation
  32476.  
  32477. Pager        A program to number lines and pages for various kinds of text.
  32478.         It uses printf style formattings and has a lot of cli options,
  32479.         including lines per page, multiple sources, quiet option etc.
  32480.         Requires AmigaDOS 2.04 or higher.  This is version 1.00, free-
  32481.         ware, binary only.
  32482.         Author:  Hans-Peter Guenther
  32483.  
  32484. ==========================  Contents of Disk 825  ==========================
  32485.  
  32486. This is disk 825 of the freely distributable AMIGA software library.
  32487. Below is a listing of the significant directories and their contents.
  32488.  
  32489.  
  32490. AII        The Archiving Intuition Interface makes things easier if you
  32491.         are archiving or dearchiving files.  You can do it all with
  32492.         the click of a mouse button, instead of typing in a whole line
  32493.         in the CLI.  Version 1.35, an update to version 1.03 on disk
  32494.         799.  Now supports KickStart 2.xx as well as 1.3.  Supports
  32495.         several archiving formats including LHa, Zoo, Arc, UnArj, and
  32496.         UnZip.  Requires reqtools.library.  Shareware, binary only.
  32497.         Author:  Paul Mclachlan
  32498.  
  32499. ASokoban    An implementation of the UNIX game Sokoban for the Amiga.
  32500.         Has the original 85 levels of the UNIX game, a nice Intuition
  32501.         GUI, undo and backup functions, and is fully multitasking.
  32502.         Requires Kickstart 2.0.  Version 1.1, binary only.
  32503.         Author:  Panagiotis Christias
  32504.  
  32505. VirusChecker    A virus checker that can check memory, disk bootblocks, and
  32506.         all disk files for signs of most known viruses.  Can remember
  32507.         nonstandard bootblocks that you indicate are OK and not bother
  32508.         you about them again.  Includes an ARexx port.  Version 6.22,
  32509.         an update to version 6.06 on disk 680.  Binary only.
  32510.         Author:  John Veldthuis
  32511.  
  32512. WComm        A commodity which enables the user to manipulate windows with
  32513.         43 user definable hotkey commands.  You can move, size, re-
  32514.         size, set to prefs, zoom, exclude, include, close tile cascad-
  32515.         ing, and kill windows. You can cycle screens.  WComm also has
  32516.         a title clock, a palette window (with up to 256 colours), a
  32517.         popup shell, and a notify system, which can inform you about
  32518.         any important event and date, such as the birthdays of your
  32519.         friends, etc.  You may also automatically start any command,
  32520.         a backup for example, at specific intervals.  WComm is control-
  32521.         led by some configuration files and can be handled by the use
  32522.         of the several asynchronous windows.  Requires AmigaDOS 2.04
  32523.         or higher.  This is version 1.80, freeware, binary only.
  32524.         Author:  Hans-Peter Guenther
  32525.  
  32526. ==========================  Contents of Disk 826  ==========================
  32527.  
  32528. This is disk 826 of the freely distributable AMIGA software library.
  32529. Below is a listing of the significant directories and their contents.
  32530.  
  32531.  
  32532. Asteriods    A very nicely done asteriods game.  All images and sounds are
  32533.         loaded from disk as IFF files, and can be replaced by the user
  32534.         if desired.  This demo version has been partially disabled to
  32535.         keep the player from going past level 5.  Version 0.85, share-
  32536.         ware, binary only.
  32537.         Author:  Mike Seifert
  32538.  
  32539. Date2Day    A simple program that gives the day name for the date selected
  32540.         by three gadgets.  Uses GadTools library, so requires AmigaDOS
  32541.         2.04 or higher.  Version 0.1, binary only.
  32542.         Author:  GΘrard Cornu
  32543.  
  32544. DMEFReq        A tool to replace the arp filerequester calls of dme or other
  32545.         editors with the asl one.  It saves the selections to some env
  32546.         variables which can be easily examined from rexx or batch
  32547.         scripts.  Includes examples of how to use it in DMe.  Requires
  32548.         AmigaDOS 2.04 or higher.  Version 1.00, freeware, binary only.
  32549.         Author:  Hans-Peter Guenther
  32550.  
  32551. MemSnap        A small memory monitor useful for seeing how much memory
  32552.         other programs take up.  Based on a program called Memeter,
  32553.         which broke under Kickstart 2.0.  Requires Kickstart 2.0 or
  32554.         higher.  Version 1.1, an update to version 1.0 on disk 696.
  32555.         Includes source.
  32556.         Author:  Martin W. Scott
  32557.  
  32558. SoftLock    A program to help prevent unauthorized access of your bootable
  32559.         hard drive by requiring a password each time you reboot.  Has
  32560.         been tested under both AmigaDOS 1.3 and 2.04.  This is version
  32561.         1.0.2, an update to version 1.0.1 on disk 633.  Shareware,
  32562.         binary only.
  32563.         Author:  Allan Baer
  32564.  
  32565. ==========================  Contents of Disk 827  ==========================
  32566.  
  32567. This is disk 827 of the freely distributable AMIGA software library.
  32568. Below is a listing of the significant directories and their contents.
  32569.  
  32570.  
  32571. AMaster        An address database program with sort, search and selections
  32572.         after each field.  The number of entries depends only on the
  32573.         free memory.  Has a lot of print options including a print to
  32574.         screen function.  Has a full online help system.  Includes
  32575.         both German and English versions.  Is font independent and
  32576.         has been tested under 2.04 and 3.0.  Requires AmigaDOS 2.04
  32577.         or higher.  This is version 1.52, freeware, binary only.
  32578.         Author:  Hans-Peter Guenther
  32579.  
  32580. AskReq        This is another batchfile requester. It displays a message
  32581.         and prompts the user for a string or optionally for a number.
  32582.         It may be also used to request a choice between the specified
  32583.         gadgets.  Has a lot of CLI options.  Requires AmigaDOS 2.04
  32584.         or higher.  This is version 1.00, freeware, binary only.
  32585.         Author:  Hans-Peter Guenther
  32586.  
  32587. AskVersion    This little program can be used to check whether you are run-
  32588.         ning under AmigaDOS 1.3 or AmigaDOS 2.04.  You can put it into
  32589.         your startup-sequence to execute a 1.3 bootup script.  This is
  32590.         version 0.01, public domain, includes source.
  32591.         Author:  Hans-Peter Guenther
  32592.  
  32593. AztecErr    A Manx quickfix support program.  If you use the quickfix op-
  32594.         tion of AztecC version 5.xx, you can set CCEDIT to this pro-
  32595.         gram.  It opens a window which displays all errors one after
  32596.         another.  It also has an ARexx port and a gadtools user inter-
  32597.         face.  This is version 1.25 an update to version 1.0 on disk
  32598.         761.  Removed some enforcer hits and is now font independent.
  32599.         Requires AmigaDOS 2.04 or higher.  Freeware, binary only.
  32600.         Author:  Hans-Peter Guenther
  32601.  
  32602. CloseWD        A tool which enables you to kill windows which are left on
  32603.         any screen from other programs, which have been terminated by
  32604.         gurus or other things.  You can specify the window by pattern
  32605.         matching in the string gadget or by setting a timeout that
  32606.         gives you time to select the proper window.  It has a gadtools
  32607.         interface and an "ask-before-closing" option.  This is version
  32608.         2.11 an update to version 1.2 on disk 742.  Removed some en-
  32609.         forcer hits and is now font independent.  Requires AmigaDOS
  32610.         2.04 or higher.  Freeware, binary only.
  32611.         Author:  Hans-Peter Guenther
  32612.  
  32613. FRequest    FRequest is a handy program which lets you select a file by
  32614.         using the ASL file requester and executes a CLI command with
  32615.         the given selection. FRequest can be easily used in batch
  32616.         files and has a lot of options.  You can use it as an frontend
  32617.         for any program which does not directly support filerequester
  32618.         selections.  It exchanges '[]' in the specified command line
  32619.         with the selection.  It has a debug ability for testing of
  32620.         options before execution.  This is version 1.55, an update to
  32621.         version 1.5 on disk 743.  It now supports multiple file sel-
  32622.         ections and the save filerequester option.  Requires AmigaDOS
  32623.         2.04 or higher.  Freeware, binary only.
  32624.         Author:  Hans-Peter Guenther
  32625.  
  32626. PickFile    A random generated executor.  It uses a file, or optionally a
  32627.         directory, to start the given commandline which the selection.
  32628.         Can be easily used for slideshows, wbpattern, font, wbpicture
  32629.         changes.  Any []`s will be exchanged with the selection.  In-
  32630.         cludes examples.  Requires AmigaDOS 2.04 or higher.  This is
  32631.         version 1.00, freeware, binary only.
  32632.         Author:  Hans-Peter Guenther
  32633.  
  32634. ==========================  Contents of Disk 828  ==========================
  32635.  
  32636. This is disk 828 of the freely distributable AMIGA software library.
  32637. Below is a listing of the significant directories and their contents.
  32638.  
  32639.  
  32640. DiskTest    A utility to test the integrity of floppy and hard disks, ala
  32641.         Norton Utilities.  This is version 2.03, an update to version
  32642.         1.18 on disk 663.  New features include a completely revised
  32643.         GUI, implemented with a text scroller.  Requires AmigaDOS 2.04
  32644.         or later.  Public domain, includes source.
  32645.         Author:  Maurizio Loreti
  32646.  
  32647. Post        An excellent PostScript interpreter for the Amiga which imple-
  32648.         ments the full Adobe language.  Supports type 1 and type 3
  32649.         fonts, screen output, file output, and printer output.  This
  32650.         is version 1.86enh, an update to version 1.7 on disk 669.  In
  32651.         this enhanced version all AmigaDOS 1.3 compatibility has been
  32652.         removed to facilitate a better, more consistent user interface
  32653.         using GadTools menus and GadTools gadgets, full support for
  32654.         and use of ASL file requesters has been added, many bugs have
  32655.         been fixed, and the source has been upgraded to work with SAS
  32656.         C 6.x.  Requires AmigaDOS 2.04 or later.  Includes source.
  32657.         Author:  Adrian Aylward, enhancements by Robert Poole
  32658.  
  32659. PSFonts        Postscript font files from the GNU Ghostscript 2.5.2 distribu-
  32660.         tion, for use with the "Post" postscript interpreter on disk
  32661.         828.  This is part one of a three part distribution.  Parts
  32662.         two and three can be found on disks 829 and 830 respectively.
  32663.         Author:  Various, see docs.
  32664.  
  32665. ==========================  Contents of Disk 829  ==========================
  32666.  
  32667. This is disk 829 of the freely distributable AMIGA software library.
  32668. Below is a listing of the significant directories and their contents.
  32669.  
  32670.  
  32671. PSFonts        Postscript font files from the GNU Ghostscript 2.5.2 distribu-
  32672.         tion, for use with the "Post" postscript interpreter on disk
  32673.         828.  This is part two of a three part distribution.  Parts
  32674.         one and three can be found on disks 828 and 830 respectively.
  32675.         Author:  Various, see docs.
  32676. ==========================  Contents of Disk 830  ==========================
  32677.  
  32678. This is disk 830 of the freely distributable AMIGA software library.
  32679. Below is a listing of the significant directories and their contents.
  32680.  
  32681.  
  32682. PSFonts        Postscript font files from the GNU Ghostscript 2.5.2 distribu-
  32683.         tion, for use with the "Post" postscript interpreter on disk
  32684.         828.  This is part three of a three part distribution.  Parts
  32685.         one and two can be found on disks 828 and 829 respectively.
  32686.         Author:  Various, see docs.
  32687.  
  32688. ==========================  Contents of Disk 831  ==========================
  32689.  
  32690. This is disk 831 of the freely distributable AMIGA software library.
  32691. Below is a listing of the significant directories and their contents.
  32692.  
  32693.  
  32694. GrabKick    A tool to copy the contents of any Kickstart ROM into a file.
  32695.         Note that there are many legitimate reasons for wishing to
  32696.         make a file copy of a ROM image.  I don't condone using this
  32697.         program for any illegal uses however.  You should be aware of
  32698.         the laws in your region with regard to fair use of software,
  32699.         including software contained in ROMS.  Version 1.1, includes
  32700.         source.
  32701.         Author:  Ralf Gruner
  32702.  
  32703. Term        A gift-ware telecommunications program written for AmigaOS 2.0
  32704.         or higher.  Features include total configurability, full ARexx
  32705.         control, Xpr-transfer support, filetype-identification after
  32706.         download, cut & paste/point-and-click on screen, auto upload
  32707.         and download, unlimited size scrollable review buffer, solid
  32708.         and fully-featured VT102/VT220/ANSI emulation, support for
  32709.         external terminal emulation libraries, optional fast atomic
  32710.         terminal emulation, hotkey support, powerful phonebook and
  32711.         dialing functions, ability to save and print the contents of
  32712.         the screen as IFF-ILBM or ASCII file, full overscan and screen
  32713.         resolution support (AGA and ECS screen modes included), async-
  32714.         hronous operation and a lot more.  This is version 3.1, an up-
  32715.         date to version 2.3 on disks 725 and 730.  This is part one of
  32716.         a three part distribution, and contains the main program, doc-
  32717.         umentation, and auxiliary data files.
  32718.         Author:  Olaf `Olsen' Barthel
  32719.  
  32720. ==========================  Contents of Disk 832  ==========================
  32721.  
  32722. This is disk 832 of the freely distributable AMIGA software library.
  32723. Below is a listing of the significant directories and their contents.
  32724.  
  32725.  
  32726. FakeKey        A utility for use in scripts with programs like Diskcopy that
  32727.         require the user to press a key before the program runs.  It
  32728.         sends a user-specified key press to the active window, after
  32729.         an optional delay.  Requires AmigaDOS 2.04 or higher.  This
  32730.         is version 1.0.  Includes source in assembly.
  32731.         Author:  Douglas Nelson
  32732.  
  32733. NameThatMonster
  32734.         A commodity for use with Moria and similar games that use the
  32735.         slash key for identification.  It allows you to identify a
  32736.         monster or object with a single press of the middle mouse but-
  32737.         ton.  Requires 2.04 or higher and a three button mouse.  In-
  32738.         cludes source in F-Basic.
  32739.         Author:  Douglas Nelson.
  32740.  
  32741. Term        A gift-ware telecommunications program written for AmigaOS 2.0
  32742.         or higher.  Features include total configurability, full ARexx
  32743.         control, Xpr-transfer support, filetype-identification after
  32744.         download, cut & paste/point-and-click on screen, auto upload
  32745.         and download, unlimited size scrollable review buffer, solid
  32746.         and fully-featured VT102/VT220/ANSI emulation, support for
  32747.         external terminal emulation libraries, optional fast atomic
  32748.         terminal emulation, hotkey support, powerful phonebook and
  32749.         dialing functions, ability to save and print the contents of
  32750.         the screen as IFF-ILBM or ASCII file, full overscan and screen
  32751.         resolution support (AGA and ECS screen modes included), async-
  32752.         hronous operation and a lot more.  This is version 3.1, an up-
  32753.         date to version 2.3 on disks 725 and 730.  This is part two of
  32754.         a three part distribution, and contains the main program as a
  32755.         68020/030/040 executable, and the program source code.
  32756.         Author:  Olaf `Olsen' Barthel
  32757.  
  32758. ==========================  Contents of Disk 833  ==========================
  32759.  
  32760. This is disk 833 of the freely distributable AMIGA software library.
  32761. Below is a listing of the significant directories and their contents.
  32762.  
  32763.  
  32764. Term        A gift-ware telecommunications program written for AmigaOS 2.0
  32765.         or higher.  Features include total configurability, full ARexx
  32766.         control, Xpr-transfer support, filetype-identification after
  32767.         download, cut & paste/point-and-click on screen, auto upload
  32768.         and download, unlimited size scrollable review buffer, solid
  32769.         and fully-featured VT102/VT220/ANSI emulation, support for
  32770.         external terminal emulation libraries, optional fast atomic
  32771.         terminal emulation, hotkey support, powerful phonebook and
  32772.         dialing functions, ability to save and print the contents of
  32773.         the screen as IFF-ILBM or ASCII file, full overscan and screen
  32774.         resolution support (AGA and ECS screen modes included), async-
  32775.         hronous operation and a lot more.  This is version 3.1, an up-
  32776.         date to version 2.3 on disks 725 and 730.  This is part three
  32777.         of a three part distribution, and contains the documentation
  32778.         in DVI and PostScript formats.
  32779.         Author:  Olaf `Olsen' Barthel
  32780.  
  32781. ZIP        A program which can interpret and run standard series and
  32782.         interactive fiction plus Infocom game files.  Includes sound
  32783.         and proportional font support and other Amiga specific
  32784.         features.  Version 1.00, Amiga release 2.2, includes source
  32785.         in `C'.
  32786.         Author:  Mark Howell, Amiga port by Olaf Barthel
  32787.  
  32788. ==========================  Contents of Disk 834  ==========================
  32789.  
  32790. This is disk 834 of the freely distributable AMIGA software library.
  32791. Below is a listing of the significant directories and their contents.
  32792.  
  32793.  
  32794. InfoTools    Several tools to query information about or to disassemble
  32795.         Infocom game files.  Source in `C' is included.
  32796.         Author:  Mark Howell, Amiga port by Olaf Barthel
  32797.  
  32798. PInfocom    A portable Infocom standard series game file interpreter that
  32799.         can also analyze any Infocom game file and display vocabulary
  32800.         lists, object trees, etc.  Has many informative and debugging
  32801.         options that can be enabled at runtime.  Includes extensive
  32802.         documentation, sound and proportional sound support, and many
  32803.         Amiga specific features.  This is version 3.00, Amiga release
  32804.         2.34.  Includes source in C.
  32805.         Authors:  InfoTaskForce & Paul D. Smith; port by Olaf Barthel
  32806.  
  32807. WBGenie        WBGenie is a WB-program launcher with a difference.  It is
  32808.         intended to be a WB interface to a set of WB programs (which
  32809.         the author is in the process of writing) to make performing
  32810.         housekeeping chores on the Amiga simple.  WBGenie is a WB2.x
  32811.         only program and is a commodity.  It makes use of appicons and
  32812.         appwindows.  Includes some sample code to demonstrate how to
  32813.         write a tool type array without affecting existing tool types.
  32814.         Version 1.02, binary only.
  32815.         Author:  Steven Velletri
  32816.  
  32817. XEM        Sample code and documentation how to create and interface to
  32818.         external terminal emulation libraries as supported by terminal
  32819.         programs such as LR-Comm, `term' and X-Comm. This is version
  32820.         2.0 and includes sample library and sample interface source
  32821.         code in `C' and assembly language.
  32822.         Author:  Ueli Kaufmann
  32823.  
  32824. ==========================  Contents of Disk 835  ==========================
  32825.  
  32826. This is disk 835 of the freely distributable AMIGA software library.
  32827. Below is a listing of the significant directories and their contents.
  32828.  
  32829.  
  32830. MandelSquare    Yet another program to generate images from the Mandelbrot
  32831.         set, different from most implementations in that it runs
  32832.         only under AmigaOS 2.x, requires an '020/'030/'040 CPU and a
  32833.         numerical coprocessor.    The calculation routines were
  32834.         written in '881 assembly language for maximum speed and
  32835.         precision.  Also included is a `movie mode' which allows
  32836.         generation of long camera zooms to spots in the Mandelbrot
  32837.         set.  The resulting animations can be saved in ANIM-opt-5
  32838.         format, allowing to replay them using `MandelSquare' or
  32839.         standard animation software.  Enhancements include support
  32840.         for the AGA chipset (now you can finally create images in
  32841.         256 colours!) and several bug fixes and improvements in the
  32842.         image and animation creation code.  This is version 1.6, an
  32843.         update to version 1.3 on disk 589.  Includes source in C and
  32844.         assembly language.
  32845.         Author:  Olaf `Olsen' Barthel
  32846.  
  32847. Mine        A new Modula-2 implementation of an old computer game.  You
  32848.         have an N * N square with mines hidden in some fields.  Your
  32849.         job is to mark them with a flag as fast as possible.  High-
  32850.         score lists are supported.  This is version 1.8, an update to
  32851.         version 1.6 on disk 758, and contains a few improvements and
  32852.         some bug fixes.  Requires AmigaDOS 2.0, includes source.
  32853.         Author:  Thomas Ansorge
  32854.  
  32855. Mines        A game in which you have to logically find out which parts of
  32856.         the mine-field are not mined.  There are many kinds of mine-
  32857.         fields and you have to be very careful to be able to solve the
  32858.         most difficult levels.  Mines opens its own window on a Work-
  32859.         bench screen and it's multitasking friendly.  This game was
  32860.         made and tested under Workbench 2.0, so the colors may look a
  32861.         bit strange under WB1.3.  Version 2.0, binary only.
  32862.         Author:  Teemu SipilΣ and Marko Malmberg     
  32863.  
  32864. SuperDark    A screen blanker with some special features.  It is similar
  32865.         to the AfterDark screen blanker in the PC and Mac worlds.
  32866.         Features include a lot of different screen effects, a screen
  32867.         locker, and more.  Version 1.2, includes source.
  32868.         Author:  Thomas Landspurg
  32869.  
  32870. SuperFormatter    A easy to user disk formatting program with an Intuition
  32871.         interface.  Options include quick format, verify, trashcan
  32872.         icon installation, FFS versus old filesystem, and more.
  32873.         Version 1.0d, binary only.
  32874.         Author:  Mark Warpool
  32875.  
  32876. ==========================  Contents of Disk 836  ==========================
  32877.  
  32878. This is disk 836 of the freely distributable AMIGA software library.
  32879. Below is a listing of the significant directories and their contents.
  32880.  
  32881.  
  32882. DocPrint    This program is a papersaver for those who use fanfold paper
  32883.         in their printers.  It is able to print the odd and the even
  32884.         pages separately with pagenumbers and header and footer.  Can
  32885.         be called from Workbench or via CLI with textname as argument
  32886.         for use with DirOpus or SID.  Can print powerpacked files.
  32887.         All settings can be stored in a config file.  Comes in two
  32888.         versions, English and german.  Needs AmigaDOS 1.3 or higher,
  32889.         powerpacker.library (included) and PAL-mode.  This is version
  32890.         2.00, shareware, binary only.  Written in Modula2.
  32891.         Author:  Hartmut JΣger (BΣri-Soft)
  32892.  
  32893. FSim        A process simulation system for the Amiga.  It calculates
  32894.         complex systems consisting of algebraic and differential
  32895.         equations and shows the results in a graphic representation.
  32896.         A user with only a small knowledge of C programming is able
  32897.         to use FSim to create complex models and connect them to a
  32898.         comfortable user interface.  Version 1.0, binary only.
  32899.         Author:  Jens Hartkopf
  32900.  
  32901. Slicer        A program for creating abstract art based on mathematical
  32902.         functions, such as the Mandelbrot set, Julia sets, and related
  32903.         abstractions (chaotic dynamical systems).  Features include
  32904.         fast fixed or floating point arithmetic, many different func-
  32905.         tions, many computation options, many coloring and rendering
  32906.         options, batch mode, multi pass mode, and four dimensional
  32907.         navigation.  The pictures it makes can be thought of as cross
  32908.         sections or "slices" revealing the insides of solid objects.
  32909.         This is version 2.1 an update to version 2.0 on disk 634.
  32910.         Binary only.
  32911.         Author:  Gary Teachout
  32912.  
  32913. ==========================  Contents of Disk 837  ==========================
  32914.  
  32915. This is disk 837 of the freely distributable AMIGA software library.
  32916. Below is a listing of the significant directories and their contents.
  32917.  
  32918.  
  32919. AquaPack    This package is a replacement of the old Aquarium program.
  32920.         NewFish, NewAqua and CliAqua support a packed database but
  32921.         are also compatible with the old (unpacked) database. The
  32922.         entire package supports a user configurable database path.
  32923.         CliAqua has the same functions as NewAqua, but is controlled
  32924.         via CLI.  It has an interface to install on a BBS.  AquaPack
  32925.         is written in SAS-C.  NewFish is version 2.71, NewAqua is
  32926.         version 1.01, and CliAqua is version 1.01.  Source is avail-
  32927.         able from the author.
  32928.         Author:  Silvano Oesch, Paul Wittwer
  32929.  
  32930. Life        Another version of Tomas's Life game.  Features include wrap-
  32931.         ping the screen as in a torus, independent setting of the
  32932.         horizontal and vertical resolutions, computing only a specific
  32933.         number of generations, redisplay only every N generations,
  32934.         a macro language to set up initial generations, and more.
  32935.         Works with horizontal resolutions up to 262,112 pixels and
  32936.         vertical resolutions up to 65,535 pixels.  This is version
  32937.         6.1, an update to version 5.0 on disk 316.  Includes source.
  32938.         Author:  Tomas Rokicki
  32939.  
  32940. UnixDirs    A program which intercepts calls to dos.library to add the
  32941.         UNIX style '.' and '..' syntax for current and parent direct-
  32942.         ories, respectively, to file and path names.  I.E., you can
  32943.         refer to files in the current directory as './foo' and files
  32944.         in the parent directory as '../foo', or any combination of the
  32945.         two.  Similar to program on disk 321, but independently devel-
  32946.         oped.  Includes source.
  32947.         Author:  Martin Scott
  32948.  
  32949. ==========================  Contents of Disk 838  ==========================
  32950.  
  32951. This is disk 838 of the freely distributable AMIGA software library.
  32952. Below is a listing of the significant directories and their contents.
  32953.  
  32954.  
  32955. ABackup        A powerful backup utility, that may be used both for hard disk
  32956.         backup and for file archiving.  Features include a full Intu-
  32957.         ition interface, a "batch" mode, save/load file selection,
  32958.         support for HD floppies, support for XPK library, a child task
  32959.         for disk write, error recovery when writing to a disk, cyclic
  32960.         backup to and restore from several drives, optional data com-
  32961.         pression, function to rebuild the catalog, support for both
  32962.         soft and hard links, and more.  Includes French and English
  32963.         versions.  Version 2.40, an update to version 2.00 on disk
  32964.         780.  Shareware, binary only.
  32965.         Author:  Denis Gounelle
  32966.  
  32967. GZip        GNU zip is a compression utility designed to be a replacement
  32968.         for 'compress'.  Its main advantages over compress are much
  32969.         better compression and freedom from patented algorithms.  GZip
  32970.         currently defaults to using the LZ77 algorithm used in zip 1.9
  32971.         but can also decompress files created by zip, compress, or
  32972.         pack.  Version 1.0.5, includes source.
  32973.         Author:  Jean-loup Gailly
  32974.  
  32975. LE-NAG        LeverEdge NAG is a program to remind you of events before you
  32976.         miss them.  Events can be scheduled to occur once or repeat
  32977.         daily, weekly, monthly or yearly.  You can be alerted of the
  32978.         event in a number of ways from a screen flash to a message
  32979.         requester.  Version 93.03.03, an update to version 92.10.21
  32980.         on disk 761.  Shareware, binary only.
  32981.         Author:  Craig M. Lever
  32982.  
  32983. ==========================  Contents of Disk 839  ==========================
  32984.  
  32985. This is disk 839 of the freely distributable AMIGA software library.
  32986. Below is a listing of the significant directories and their contents.
  32987.  
  32988.  
  32989. Japanese    Two programs to help teach Japanese.  "Word A Day" is a pop-
  32990.         up program to put in your WBStartup drawer.  It will randomly
  32991.         select one word out of it's 1019 word database and display it
  32992.         along with the English.  "JapaneseVocabulary" is a quiz type
  32993.         Japanese vocabulary builder.  Both programs are standalone and
  32994.         complete, and also work with the "Japanese Talking Picture
  32995.         Dictionary" by the same author.
  32996.         Author:  Wayne Quigley Sr
  32997.  
  32998. LazyBench    LazyBench is a utility for lazy people with a hard disk cram-
  32999.         med full of goodies which are difficult to reach because they
  33000.         are buried away in drawers inside drawers inside drawers in-
  33001.         side drawers...  Supports tools and projects and both OS 1.3
  33002.         and OS 2.xx versions are supplied with this distribution.
  33003.         LazyBench for the OS 1.3 opens a little window on the Work-
  33004.         bench screen and delivers a fully configurable menu which
  33005.         brings up to 30 applications at your fingertips.  LazyBench
  33006.         for the OS 2.xx adds an item under the Workbench "Tools" menu,
  33007.         installs itself as a Commodity and waits in the background.
  33008.         Use its hot key combination to pop its window and then select
  33009.         an application from a list of up to 100 applications.  Binary
  33010.         only.
  33011.         Author:  Werther 'Mircko' Pirani
  33012.  
  33013. SSW        Solar System Wars is a game similar to Space Wars, pitting two
  33014.         players against each other, in orbit around 0 to 3 stars.  You
  33015.         can choose from 48 different solar systems, or use the random
  33016.         system selector for a different challenge every round.  A var-
  33017.         iety of weapons are available.  Supports two button joysticks
  33018.         but does not require them.  Version 1.14, binary only.
  33019.         Author:  James Cleverdon
  33020.  
  33021. TrashIcon    A WorkBench 2.x application icon to delete files.  Puts an
  33022.         icon at a possibly user defined position on the WorkBench
  33023.         screen, that deletes all files that are dragged onto it.  This
  33024.         is version 1.2, binary only.
  33025.         Author:  Mark McPherson
  33026. ==========================  Contents of Disk 840  ==========================
  33027.  
  33028. This is disk 840 of the freely distributable AMIGA software library.
  33029. Below is a listing of the significant directories and their contents.
  33030.  
  33031.  
  33032. OctaMED        A music editor which was originally designed for making music
  33033.         for programs (demos, games, etc), but works well as a stand-
  33034.         alone music program as well.  OctaMED is the 8-channel version
  33035.         of MED.  This is a freely distributable release of the fully
  33036.         functional commercial version 2.0.  Versions later than 2.0
  33037.         remain commercial and are *not* freely redistributable at this
  33038.         time.  Previous releases were version 1.00b on disk 579 and
  33039.         a demo of version 4.0 on disk 755.  Binary only.
  33040.         Author:  Teijo Kinnunen and Ray Burt-Frost
  33041.  
  33042. ==========================  Contents of Disk 841  ==========================
  33043.  
  33044. This is disk 841 of the freely distributable AMIGA software library.
  33045. Below is a listing of the significant directories and their contents.
  33046.  
  33047.  
  33048. AniMan        AniMan combines Amiga animation, speech synthesis, and voice
  33049.         recognition, to provide you with an animated talking head
  33050.         that will run any Amiga program by voice command.  Ask for
  33051.         an Amiga program by name, and AniMan will oblige.  If AniMan
  33052.         becomes impatient, you may be insulted.  AniMan will also
  33053.         recite poetry if you ask nicely.  It is designed to work with
  33054.         the Perfect Sound 3, Audio Master (Audio Magic), or generic
  33055.         audio digitizers.  Also requires 1MB of fast memory.  This is
  33056.         Version 5.0 of AniMan, an update to version 3.2 disk 723.  New
  33057.         features include support for AGA and improved performance.
  33058.         Binary only.
  33059.         Author:  Richard Horne
  33060.  
  33061. GifInfo        A small program that gives information about GIF files, such
  33062.         as size, number of colors, etc.  Includes documentation in
  33063.         English and French.  Version 1.12, binary only.
  33064.         Author:  Christophe Passuello
  33065.  
  33066. PowerData    Patches AmigaDOS, enabling all programs to read and write
  33067.         files packed with PowerPacker in way that is completely
  33068.         transparent to themselves and the system.  Programs will read
  33069.         powerpacked datafiles directly, and will also magically start
  33070.         compressing their own datafiles, as they create or update
  33071.         them.  This is version 38.115, an update to version 38.105 on
  33072.         disk 801.  Partially localized for use with Workbench 2.1.
  33073.         Workbench 2.04+ only.  Shareware, binary only.
  33074.         Author:  Michael Berg
  33075.  
  33076. ==========================  Contents of Disk 842  ==========================
  33077.  
  33078. This is disk 842 of the freely distributable AMIGA software library.
  33079. Below is a listing of the significant directories and their contents.
  33080.  
  33081.  
  33082. AntiCicloVir    A link virus detector that detects 30 different such viruses.
  33083.         Checks your disk and memory for known link viruses, and can
  33084.         also detect known bootblock viruses in memory.  Version 1.8,
  33085.         an update to version 1.7 on disk 815.  Shareware, binary only.
  33086.         Author:  Matthias Gutt
  33087.  
  33088. GadToolsBox    A program that lets you draw/edit GadTools gadgets and menus
  33089.         and then generates the corresponding C or assembly code for
  33090.         you.  This is version 2.0, an update to version 1.4 on disk
  33091.         731.  Includes source.
  33092.         Author:  Jan van den Baard
  33093.  
  33094. ==========================  Contents of Disk 843  ==========================
  33095.  
  33096. This is disk 843 of the freely distributable AMIGA software library.
  33097. Below is a listing of the significant directories and their contents.
  33098.  
  33099.  
  33100. BrowserII    A "Programmer's Workbench".  Allows you to easily and con-
  33101.         veniently move, copy, rename, and delete files & directories
  33102.         using the mouse.  Also provides a method to execute either
  33103.         Workbench or CLI programs by double-clicking them or by
  33104.         selecting them from a ParM like Menu with lots of arguments.
  33105.         Uses whatis.library to detect file types and executes commands
  33106.         based on these.  Version 2.13 for AmigaDOS 1.3 and 2.31 for
  33107.         AmigaDOS 2.0 (localized).  Update to version 2.04 on disk 649.
  33108.         Binary only.
  33109.         Author:  Sylvain Rougier and Pierre Carrette
  33110.  
  33111. MeMeter        A WB 2.0 only version of MeMeter (only 2000 bytes).  Update
  33112.         for original MeMeter, which didn't work under 2.0.  Includes
  33113.         source in C.
  33114.         Author:  Pierre Carrette
  33115.  
  33116. ParM        Parametrable Menu.  ParM allows you to build menus to run
  33117.         any program in either in WorkBench or CLI mode.  This is an
  33118.         alternative to MyMenu which can run only when WorkBench is
  33119.         loaded.  ParM can have it's own little window, can attach
  33120.         menus to the CLI window you are running it from, or to the
  33121.         WB menus, just like MyMenu.  Versions 3.6 & 4.3, an update
  33122.         to version 3.6 on disk 649.  Binary only.
  33123.         Author:  Sylvain Rougier and Pierre Carrette
  33124.  
  33125. WBRun        A RunBack style program which use parm.library.  Runs programs
  33126.         in WorkBench mode from any CLI.  Programs are fully detached.
  33127.         The program you run must support WorkBench startup.  Includes
  33128.         source in C.  Versions 1.3 and 2.0.
  33129.         Author:  Sylvain Rougier and Pierre Carrette
  33130.  
  33131. WhatIs        WhatIs.library can detect file types and is fully parametrable
  33132.         by an ascii file.  You can describe file types and they will
  33133.         be recognized by the library.  A few tools are also included.
  33134.         Author:  Sylvain Rougier and Pierre Carrette
  33135.  
  33136. ==========================  Contents of Disk 844  ==========================
  33137.  
  33138. This is disk 844 of the freely distributable AMIGA software library.
  33139. Below is a listing of the significant directories and their contents.
  33140.  
  33141.  
  33142. DBB        Digital Breadboard is a full GUI digital logic circuit simu-
  33143.         lator.  Digital Breadboard currently supports 2 and 3 input
  33144.         AND, OR, NAND, and NOR gates, NOT and XOR gates, D, JK, and
  33145.         SR edge-triggered flip-flops, multiple independant clocks,
  33146.         switched and pulsed inputs, outputs, Vcc, GND, independant
  33147.         4-channel oscilloscope, event counters, variable speed timer,
  33148.         preferences printing, and more.  Requires AmigaDOS 2.x.  This
  33149.         is version 1.1, freeware, binary only.
  33150.         Author:  Dan Griffin
  33151.  
  33152. DiskPrint    A label database which prints and stores disk labels for 3.5"
  33153.         and 5.25" disks.  Primarily created as a combined database and
  33154.         print utility for FD disks, it includes easy-to-use label lib-
  33155.         rary functions (like printing labels for a whole FD series in
  33156.         one turn or multiple print of one label) and labels for most
  33157.         FD disks which are available within a few mouse clicks.  Fea-
  33158.         tures include a fast search routine, user-definable label lay-
  33159.         out, different label sizes, intuition-based disk directory
  33160.         read-in and a lot more.  Very configurable.  Works fine with
  33161.         every printer connected to the parallel port and AmigaOS 1.2,
  33162.         1.3, and 2.x.  This version now includes DESKJET support for
  33163.         single label sheets.  Includes both English (PAL & NTSC) and
  33164.         German versions.  This is version 3.59, an update to version
  33165.         3.51 on disk 685.  Shareware, binary only.
  33166.         Author:  Jan Geissler
  33167.  
  33168. ==========================  Contents of Disk 845  ==========================
  33169.  
  33170. This is disk 845 of the freely distributable AMIGA software library.
  33171. Below is a listing of the significant directories and their contents.
  33172.  
  33173. ISL        Imagine Staging Language, a decompiler and compiler which
  33174.         allow the user to create and modify Imagine staging files 
  33175.         in a manner much more powerful than that provided by Imagine
  33176.         itself.  Imagine is the 3d rendering and animation program
  33177.         published by Impulse.  ISL does not require any particular
  33178.         version of AmigaDos, but it only works with version 2.0 of
  33179.         Imagine.  Version 1.4, binary only.
  33180.         Author:  John T. Grieggs
  33181.  
  33182. Sz'kwa        Sz'kwa, a children's game from Northern China, as described
  33183.         by Clifford A. Pickover in his book `MAZES for the MIND,
  33184.         computers and the unexpected'.  Requires Workbench 2.04 or
  33185.         higher.  This is version 1.1, binary only.
  33186.         Author:  A.R.Mohowitsch
  33187.  
  33188. TextPlus    A TeX frontend word processor that provides facilities for
  33189.         tables, lists, mailmerge, footnotes, inclusion of IFF graph-
  33190.         ics, an ARexx-Port (111 commands) and full OS2.0/3.0 compat-
  33191.         ibility.  Makes use of PasTeX, Georg Hessmann's Amiga imple-
  33192.         mentation of TeX.  New features are support for LaTeX, Make-
  33193.         Index (automatic index generation) and printing via PRT:
  33194.         (TeX is not needed for the latter).  This is the German ver-
  33195.         sion 4.10, an update to version 4.00 on disk 700.  Disk 846
  33196.         contains the English version.  Shareware, binary only.
  33197.         Author:  Martin Steppler
  33198.  
  33199. ==========================  Contents of Disk 846  ==========================
  33200.  
  33201. This is disk 846 of the freely distributable AMIGA software library.
  33202. Below is a listing of the significant directories and their contents.
  33203.  
  33204.  
  33205. FileCache    This package is for compiler and assembler writers.  It im-
  33206.         plements a cache for include files with a file cache server.
  33207.         Can greatly speed up compilation and assembling.  Binary only.
  33208.         Author:  Christophe Passuello
  33209.  
  33210. IObject        A linker library that emulates some gadgets of the gadtools
  33211.         library (CheckBox, Cycle, Button, Scroller, Integer, String)
  33212.         and an area of text with scrolling.  Works with all versions
  33213.         of WorkBench.  Includes examples and documentation in English
  33214.         and French.  Binary only.
  33215.         Author:  Christophe Passuello
  33216.  
  33217. TextPlus    A TeX frontend word processor that provides facilities for
  33218.         tables, lists, mailmerge, footnotes, inclusion of IFF graph-
  33219.         ics, an ARexx-Port (111 commands) and full OS2.0/3.0 compat-
  33220.         ibility.  Makes use of PasTeX, Georg Hessmann's Amiga imple-
  33221.         mentation of TeX.  New features are support for LaTeX, Make-
  33222.         Index (automatic index generation) and printing via PRT:
  33223.         (TeX is not needed for the latter).  This is the English ver-
  33224.         sion 4.10, an update to version 4.00 on disk 700.  Disk 845
  33225.         contains the German version.  Shareware, binary only.
  33226.         Author:  Martin Steppler
  33227.  
  33228. ==========================  Contents of Disk 847  ==========================
  33229.  
  33230. This is disk 847 of the freely distributable AMIGA software library.
  33231. Below is a listing of the significant directories and their contents.
  33232.  
  33233.  
  33234. ADM        A comfortable and flexible address database with font sensi-
  33235.         tive windows, commodity support, application window support,
  33236.         an ARexx-port, public screen support, and fully controllable
  33237.         from the keyboard.  It includes user flags (grouping), email
  33238.         support, and freely configurable label printing.  It can fill
  33239.         out letter forms and call your word processor, print remit-
  33240.         tance orders, dial the modem, and has online help.  Requires
  33241.         AmigaDOS version 2.04 or later.  Version 1.01, German version
  33242.         only.  Shareware, binary only.
  33243.         Author:  Jan Geissler
  33244.  
  33245. MidiChords    A program which replaces and extends the chord-key-play-
  33246.         function, as may be found on several low priced keyboards.
  33247.         To make full use of this code a MIDI interface and a keyboard
  33248.         capable of MIDI reception is required, however, a limited
  33249.         audio output is available too.  Some special harmonic routines
  33250.         are: Chord Finding, Sequencing and Random Play.  Chords and
  33251.         sequences are played by simple mouse clicks and recorded
  33252.         Seqfiles can be saved (and loaded).  On-line information may
  33253.         be switched on/off.  Version 3.2, binary only.
  33254.         Author:  Theo Brugman
  33255.  
  33256. ==========================  Contents of Disk 848  ==========================
  33257.  
  33258. This is disk 848 of the freely distributable AMIGA software library.
  33259. Below is a listing of the significant directories and their contents.
  33260.  
  33261.  
  33262. Amiga_E        An Amiga specific E compiler.  E is a powerful and flexible
  33263.         procedural programming language and Amiga E a very fast com-
  33264.         piler for it, with features such as compilation speed of
  33265.         20000 lines/minute on a 7 Mhz amiga, inline assembler and
  33266.         linker integrated into compiler, large set of integrated
  33267.         functions, module concept with 2.04 includes as modules,
  33268.         flexible type-system, quoted expressions, immediate and typed
  33269.         lists, low level polymorphism, exception handling and much,
  33270.         much more.  Written in Assembly and E.  Version 2.1b, an
  33271.         update to version 2.1 on disk 810.  Public domain.  Includes
  33272.         partial sources.
  33273.         Author:  Wouter van Oortmerssen
  33274.  
  33275. CWeb        A programming tool that allows you to program top down, by
  33276.         splitting your program into many small, and understandable
  33277.         modules which `ctangle' tangles into a compiler understandable
  33278.         file.  By applying `cweave' to the program you can produce a
  33279.         pretty-printed listing for processing with `TeX'.  This is
  33280.         version 2.7, an update to version 2.0 on disk 551, now with
  33281.         full ANSI and C++ support.  Includes source.
  33282.         Author:  Donald Knuth, Silvio Levy, port by Andreas Scherer
  33283.  
  33284. Poker        A "fair" version of a casino video poker machine in which a
  33285.         deck is dealt randomly.  Regular casino rules apply.  This is
  33286.         a variation of the version that appeared in the October 1992
  33287.         of JUMPDISK, the Original Disk Magazine for the Amiga.
  33288.         Author:  Richard Ramella
  33289.  
  33290. ==========================  Contents of Disk 849  ==========================
  33291.  
  33292. This is disk 849 of the freely distributable AMIGA software library.
  33293. Below is a listing of the significant directories and their contents.
  33294.  
  33295.  
  33296. AmigaPascal    This is a mini PASCAL compiler, which may be used for smaller 
  33297.         projects.  It is not yet quite complete and can only be run
  33298.         from the CLI.  Works on all Amigas, and OS versions from 1.2
  33299.         to 3.1.  Version 1.0, freeware, binary only.
  33300.         Author:  Daniel Amor
  33301.  
  33302. BackGammon    The computer version of the game.  This is a tiny little game
  33303.         which runs on Workbench.  Works on all Amigas, and OS versions
  33304.         from 1.2 to 3.1.  Version 0.9, freeware, binary only.
  33305.         Author:  Igor Druzovic and Daniel Amor
  33306.  
  33307. CDTV-Player    A utility for all those people, who'd like to play Audio CD's
  33308.         while multitasking on WorkBench.  It's an emulation of CDTV's 
  33309.         remote control, but is a little more sophisticated.  Allows
  33310.         access to the archive even without a CDROM drive (i.e. AMIGA
  33311.         500-4000), although you can't play a CD.  Program and KARAOKE
  33312.         (live on-screen) included.  Recognizes CDs automatically.
  33313.         Version 1.8, an update to version 1.5 on disk 805.  Freeware,
  33314.         binary only.
  33315.         Author:  Daniel Amor
  33316.  
  33317. MathPlot    A function plotter with lin/log plot, a complete KS 2.0 inter-
  33318.         face, and ARexx support.  Needs Kickstart/WorkBench 2.0 and
  33319.         mtool.library (included).  Version 2.01, an update to version
  33320.         1.04 on disk 573.  Shareware, source available from author.
  33321.         Author:  Ruediger Dreier
  33322.  
  33323. RRT        Demo of a real time mapping of a reflection of a graphic onto
  33324.         a sphere.  Is system friendly, multitasks, and uses an Intui-
  33325.         tion screen.  Written in C with small assembler assist.  In-
  33326.         cludes source.
  33327.         Author:  Adisak Pochanayon
  33328. ==========================  Contents of Disk 850  ==========================
  33329.  
  33330. This is disk 850 of the freely distributable AMIGA software library.
  33331. Below is a listing of the significant directories and their contents.
  33332.  
  33333.  
  33334. 4-Get-It    A fully playable version of an arcade quality puzzle game with
  33335.         10 levels.  The full version has almost 300 levels and 700K+
  33336.         additional graphics.  Impressive sound and graphics.  Requires
  33337.         1 MB.  Binary only.
  33338.         Author:  Adisak Pochanayon
  33339.  
  33340. FastGIF        A very fast GIF viewer with a graphical user interface, file
  33341.         requester, support for AGA chips set, support for viewing in
  33342.         a WorkBench window, IFF saving (registered version only), and
  33343.         GIF89a compability.  Includes English and French versions.
  33344.         Version II (1.01), an update to version 1.00 on disk 690.
  33345.         Shareware, binary only.
  33346.         Author:  Christophe Passuello
  33347.  
  33348. MineField    Another MineField program.  This one has nice graphics, sound,
  33349.         adjustable parameters, and a 3D look interface.
  33350.         Author:  Adisak Pochanayon
  33351.  
  33352. ==========================  Contents of Disk 851  ==========================
  33353.  
  33354. This is disk 851 of the freely distributable AMIGA software library.
  33355. Below is a listing of the significant directories and their contents.
  33356.  
  33357.  
  33358. AmigaWorld    A database program that contains information about every
  33359.         country on Earth.  It enables you to have a look at the data
  33360.         of one country, or to compare several countries.  It is easy
  33361.         to handle, and you can use it with your favourite colors,
  33362.         font, and even language (at the moment there are English,
  33363.         German, Swedish and Dutch data files).  Requires 1MB of memory.
  33364.         This is freeware version 1.1, an update to version 1.0 on Disk
  33365.         804, New features include information about currencies.
  33366.         Modula-2 source is available from the author.
  33367.         Author:  Wolfgang Lug
  33368.  
  33369. ArmyMiner    An utimate "XMines-type" game that integrates all of the best
  33370.         aspects of the previous Amiga versions of the game.  Options
  33371.         include:  Automatically mark or clean the neighbours of a
  33372.         square; Safe start (no explosion at first click); Safe click
  33373.         (gadget-like behavior for squares); Question marks (for con-
  33374.         figuration analysis).  You can also specify your own custom
  33375.         board settings.  The game has a very useful pause option,
  33376.         sound effects, high-score tables and a very nice interface.
  33377.         It works under OS v1.3 or 2.0, NTSC or PAL.  Version 1.0, 
  33378.         binary only.
  33379.         Author:  Alain Laferriere
  33380.  
  33381. GraphPaper    Creates graph paper.  You specify the size and number of cycles
  33382.         in both the X and Y directions.  Each major cycle may be
  33383.         divided into minor cycles and may be linear, logarithmic, or 
  33384.         log/log.  It will print the graph paper on any preferences
  33385.         supported graphics-capable printer.  Version 1.2, includes
  33386.         source.
  33387.         Author:  Bill Ames
  33388.  
  33389. HyperANSI    An ANSI editing program.  Allows you to edit up to 999 pages
  33390.         at a time, with a unique 'transparency' mode which allows you
  33391.         to 'see through' the pages ( and save as a single page ).
  33392.         Other features include; Copy, Move, Fill, Replace, Flood fill,
  33393.         Text alignment & justification, line drawing, character paint-
  33394.         ing (colors and/or text), half character painting, and keyboard
  33395.         remapping for all 255 IBM characters ...Plus more.  Version
  33396.         1.6, an update to version 1.02 on disk 803.  Shareware, binary
  33397.         only.
  33398.         Author:  Mike D. Nelson
  33399.  
  33400. SingleFile    A small utility that can be used to determine if there are
  33401.         duplicate files or directories on a given volume.  It can be
  33402.         used to help save hard disk space and reduce backp times.
  33403.         CLI usage only, version 1.0, binary only, shareware
  33404.         Author:  Phil Dobranski
  33405.  
  33406. ==========================  Contents of Disk 852  ==========================
  33407.  
  33408. This is disk 852 of the freely distributable AMIGA software library.
  33409. Below is a listing of the significant directories and their contents.
  33410.  
  33411.  
  33412. CPUClr        A small hack, inspired by CPUBlit, that replaces the BitClear
  33413.         routine of the graphics library with a highly optimized 68020
  33414.         (or higher) routine.  This results in about a 60% speed up on
  33415.         a 68020 and should be even more on a 68030/68040.  This is
  33416.         version 3.20, an update to version 2.0 on disk number 709,
  33417.         includes source.
  33418.         Author:  Peter Simons
  33419.  
  33420. OriginsDemo    Demo version of a commercial genealogy program.  The number
  33421.         of records is limited in practice only by available memory
  33422.         and storage.  You may track attributes of people, such as
  33423.         date and place of birth, death, burial, and marriages, and
  33424.         parent/child relationships.  Details such as baptism,
  33425.         immigration, and occupation are also allowed for.  Reports:
  33426.         individual, family group, pedigree, Ahnentafel, descendants,
  33427.         Tiny-Tafel, alphabetical lists.  Free-form text for sources
  33428.         and notes; display of IFF pictures; ARexx functions.  The
  33429.         demo version allows a limited number of records, has
  33430.         printing of some reports disabled, and has GEDCOM utilities
  33431.         removed.  Requires minimum 1 MB of ram, OS V1.3 or greater,
  33432.         and arp.library.  Version 1.06, binary only.
  33433.         Author:  Jeff Lavin
  33434.  
  33435. ReSourceDemo    Demo version of the commercial disassembler.  Very fast,
  33436.         intelligent, interactive.  Over 900 menu functions. Most of
  33437.         the Amiga structure names are available at the touch of a
  33438.         key (user-defined structures also supported).  Base-relative
  33439.         addressing, using any address register, is supported for
  33440.         disassembling C programs.  Choice of traditional 68K syntax
  33441.         or the new M68000 Family syntax.  Online hypertext help.
  33442.         Requires minimum 1 MB of ram, OS V1.3 or greater, and
  33443.         arp.library.  Version 5.12, an update to version 3.06 on disk
  33444.         number 232, binary only.
  33445.         Author:  Glen McDiarmid
  33446.  
  33447. ==========================  Contents of Disk 853  ==========================
  33448.  
  33449. This is disk 853 of the freely distributable AMIGA software library.
  33450. Below is a listing of the significant directories and their contents.
  33451.  
  33452.  
  33453. ADtoHT        A program to convert AutoDoc-files to AmigaGuide-format.
  33454.         Creates links to functions and include-files.  Requires
  33455.         OS2.0+.  Version 1.01, includes source, freeware.
  33456.         Author:  Christian Stieber
  33457.  
  33458. AppISizer    An AppIcon utility to get the size of disks, directories or 
  33459.         files.  Gives the size in bytes, blocks and the actual size 
  33460.         occupied.  Now supports 5 tooltypes and command line options
  33461.         for the positioning and replacement of the internal AppIcon,
  33462.         and for the positioning of the output window.  Requires 
  33463.         KickStart 37.175 or higher.  Version 0.61, an update to 
  33464.         version 0.41 on disk number 802.  Binary only. 
  33465.         Author:  GΘrard Cornu
  33466.             
  33467. Hyper        Will lead you through documents that are written to be used
  33468.         with the legendary `Am*gaGu*de' from Commodore.  An ARexx port
  33469.         gives access to it from other applications.  Requires OS 2.x.
  33470.         Version 1.17e, an update to version 1.15a on disk number 786.
  33471.         Shareware, binary only.
  33472.         Author:  Bernd (Koessi) Koesling
  33473.  
  33474. IconAuthorDemo    A replacement for IconEdit2.0.  It can transform IFF images or
  33475.         brushes into resized 2-BitPlane brushes or icon files that
  33476.         match the WorkBench2.0 colors.  Online help is available via
  33477.         `Hyper'.  Demo version limited to processing provided demo
  33478.         image only.  Requires OS 2.x.  Version 1.08, an update to
  33479.         version 1.06 on disk number 786.  Shareware, binary only.
  33480.         Author:  Bernd (Koessi) Koesling
  33481.  
  33482. MapTrix        A texture map/backdrop generator featuring a large number
  33483.         of fractal effects, including mountains and clouds, wave
  33484.         synthesis, and "static" generators.  Also has some image
  33485.         processing tools, including emboss, ruffian, convolutions,
  33486.         resizing and smooth.  Supports DCTV if available.  Requires
  33487.         AmigaDOS 2.04+.  Version 1.0, shareware, binary only.
  33488.         Author:  Alexander D. DeBurie
  33489.  
  33490. PhxAss        PhxAss is a complete macro assembler, which supports the
  33491.         instruction-set and addressing modes of all important Motorola
  33492.         processors (MC68000,68010,68020,68030,68040,6888x and 68851).
  33493.         It understands all common assembler-directives and can generate
  33494.         not only linkable object-files but also absolute code, which
  33495.         can be written to memory, to a file or directly to disk using
  33496.         the 'trackdisk.device'.  In all cases the user has the oppor-
  33497.         tunity to choose between the large and small code/data-model.
  33498.         Version V3.00, an update to version V2.11 on disk 749.  Binary
  33499.         only.
  33500.         Author:  Frank Wille
  33501.  
  33502. PhxLnk          Linker for Amiga-DOS object-files, which also supports the
  33503.         small-code/data model.  Version V1.35, an update to version
  33504.         V1.27 on disk 749.  Binary only.
  33505.         Author:  Frank Wille
  33506.  
  33507. QDisk        A Workbench 2.x or better program to display the space usage
  33508.         of your Amiga DOS devices.  (A WorkBench type "Info" command)
  33509.         Also shows other information relating to drives.  Supports tool
  33510.         types to position windows and set a warning flag when space
  33511.         usage becomes high.  Version 1.0, binary only.
  33512.         Author:  Norman Baccari
  33513.  
  33514. ==========================  Contents of Disk 854  ==========================
  33515.  
  33516. This is disk 854 of the freely distributable AMIGA software library.
  33517. Below is a listing of the significant directories and their contents.
  33518.  
  33519.  
  33520. DiskMate    A disk utility with multidrive disk copier (either DOS or non-
  33521.         DOS disks), disk formatter, disk eraser, disk installer, and
  33522.         floppy disk checker.  Version 4.1, an update to version 3.0
  33523.         on disk number 804.  Binary only.
  33524.         Author:  Malcolm Harvey
  33525.  
  33526. DRAFU        "Draw a function".  Display any mathematical function by itself
  33527.         or overlay on top of a previously displayed function.  Can also
  33528.         calculate integrals over those functions.  Save the result in
  33529.         an IFF or ACBM file (disabled in this demo version).  Many
  33530.         screen mode/display options.  Includes an AREXX interface and
  33531.         its own scripting language.  Version 0.82, compatible with
  33532.         WorkBench 1.2/1.3/2.0.  Binary only.
  33533.         Author:  Andreas Kleinert & Ulrich Degens
  33534.  
  33535. Upcat        Disk catalog program.  Read file information from disks, store
  33536.         it in a catalog in memory.  Save/load catalogs to/from disk,
  33537.         display catalog in several ways, select files to be displayed,
  33538.         print (selection of) catalog, 32 user definable categories,
  33539.         add comment to files in catalog.  Version 1.0, freeware,
  33540.         binary only.
  33541.         Author:  Frans Zuydwijk
  33542.  
  33543. ==========================  Contents of Disk 855  ==========================
  33544.  
  33545. This is disk 855 of the freely distributable AMIGA software library.
  33546. Below is a listing of the significant directories and their contents.
  33547.  
  33548.  
  33549. Banner        A tiny utility to create - surprise, surprise - banners.
  33550.         By default BANNER uses an internal font that is ideal for
  33551.         title pages or sources headers.  You may also render your
  33552.         banner from any amiga font with (nearly) unlimited font size
  33553.         and variable aspect.  Version 1.4, binary only.
  33554.         Author:  Tobias Ferber
  33555.  
  33556. HWGRCS        Part 1 of a complete RCS 5.6 port to the Amiga currently at
  33557.         patch level 2.  It is not related to the old RCS on Disks 281,
  33558.         282 & 451,  but all new and shiny.  The Revision Control
  33559.         System (RCS) manages multiple revisions of text files.  RCS
  33560.         automates the storing, retrieval, logging, identification, and
  33561.         merging of revisions.  RCS is useful for text that is revised
  33562.                 frequently.  For example: programs; documentation; graphics;
  33563.                 papers; form letters; etc.  Included are RCS 5.6, GNU DIFF
  33564.         1.15 and LP as a neat V37 line print utility.  Complete sources
  33565.         are contained in part 2 of the distribution on disk number 856.
  33566.                 Author:  Many, Amiga port by Heinz Wrobel, docs prepared by
  33567.              Hans-Joachim Widmaier
  33568.  
  33569. KeyCall        Provides up to 10 hotkeys using F1-F10 and your choice of
  33570.         qualifier.  The advantage of using hotkeys as opposed to
  33571.         menu or docking programs etc, is of course, that the keyboard
  33572.         is always available regardless of the screen you are currently
  33573.         working in.  Compatible with both 1.3 and 2.x systems.
  33574.         Version 1.3.2, binary only.
  33575.         Author:  Mick Seymour
  33576.  
  33577. LP        A very powerful tool to prepare text files for printer output.
  33578.         Offers a great variety of options including indention, page
  33579.         headers, page numbering, multi-columns and WITH files.
  33580.         Includes TI and FILES, two utilities to check your printer
  33581.         output and create WITH files for LP.  Version 1.18, includes
  33582.         source in C.
  33583.         Author:  Tobias Ferber
  33584.  
  33585. ==========================  Contents of Disk 856  ==========================
  33586.  
  33587. This is disk 856 of the freely distributable AMIGA software library.
  33588. Below is a listing of the significant directories and their contents.
  33589.  
  33590.  
  33591. ButlerJames    A database program designed primarily for address management,
  33592.         but can be used for other purposes as well.  Hotkey activated,
  33593.         allows you send selected groups of data directly to the
  33594.         keyboard input stream or printer.  Very useful to avoid having
  33595.         to continuously enter an often used address into your favorite
  33596.         word processor for example.  Compatible with OS 1.2/1.3/2.0
  33597.         Binary only.
  33598.         Author:  Christoph Zens  
  33599.  
  33600. DockImages    An ILBM Dock-Images-Picture with a collection of Dock-Images
  33601.         for AmiDock (Gary Knight) or the ToolManager (Stefan Becker)
  33602.         or a similar program.
  33603.         Author:  Various, collected and submitted by Wolf-Peter Dehnick
  33604.  
  33605. HWGRCS        Part 2 of a complete RCS 5.6 port to the Amiga currently at
  33606.         patch level 2.  It is not related to the old RCS on Disks 281,
  33607.         282 & 451,  but all new and shiny.  The Revision Control
  33608.         System (RCS) manages multiple revisions of text files.  RCS
  33609.         automates the storing, retrieval, logging, identification, and
  33610.         merging of revisions.  RCS is useful for text that is revised
  33611.                 frequently.  For example: programs; documentation; graphics;
  33612.                 papers; form letters; etc.  Included are RCS 5.6, GNU DIFF
  33613.         1.15 and LP as a neat V37 line print utility.  Binaries and
  33614.         documentation are contained in part 1 of the distribution on
  33615.         disk number 855.
  33616.                 Author:  Many, Amiga port by Heinz Wrobel, docs prepared by
  33617.              Hans-Joachim Widmaier
  33618.  
  33619. ==========================  Contents of Disk 857  ==========================
  33620.  
  33621. This is disk 857 of the freely distributable AMIGA software library.
  33622. Below is a listing of the significant directories and their contents.
  33623.  
  33624.  
  33625. AnimBrushes    Eight AnimBrushes for use with ToolManager 2.0 (Copyright
  33626.         (C) 1990-92 Stefan Becker).  They have been designed for a
  33627.         four color non-interlaced hi-res screen.
  33628.         Author:  GΘrard Cornu
  33629.             
  33630. Eval        A full-featured floating point expression evaluator that
  33631.         can assign variables, has many built-in functions and
  33632.         constants, allows input and output in any number base, and
  33633.         uses a C-like syntax for expression evaluation.  Full ANSI
  33634.         C source is included and easily portable to other platforms.
  33635.         Version 1.12, includes source.
  33636.         Author:  Will Menninger
  33637.  
  33638. MakePatch    Scans a file for changed, inserted or removed bytes and saves
  33639.         these changes to a small patchfile.  This file contains all the
  33640.         information for the supplied "Patch'Em" program to patch an
  33641.         old version into the new one.  Very useful and time-saving for
  33642.         sending updates to Beta testers for example.  Not just limited 
  33643.         to programs, you can use MakePatch/Patch'Em with all kinds of
  33644.         data; graphics, sound, lharc archives, etc.  Version v0.017,
  33645.         includes assembly source.  Requires OS 2.04 minimum.
  33646.         Author:  Peter Simons
  33647.  
  33648. SolitaireSamp    Sampler package of an integrated collection of five Solitaire
  33649.         card games.  Included are: Carlton, Martha, Pas Seul, Slider
  33650.         and Poker Squares.  Nicely done, with online help and instruc-
  33651.         tions.  Binary only.
  33652.         Author:  Richard Brown & Tower Software
  33653.  
  33654. UDraw        A drafting tool that is bitmap oriented rather than object
  33655.         oriented.  The original intent with UDraw was to provide 
  33656.         a mechanism for the rapid drawing of schematic diagrams.
  33657.         However, UDraw has applications beyond this original intent.
  33658.         Makes heavy use of "clip boards", files which contain clips
  33659.         of various items that are displayed simultaneously but behind
  33660.         the work area, parts of which can be lifted off and pasted to
  33661.         the working screen.  Version 1.0, binary only.
  33662.         Author:  Ron Stefkovich.
  33663.  
  33664. ==========================  Contents of Disk 858  ==========================
  33665.  
  33666. This is disk 858 of the freely distributable AMIGA software library.
  33667. Below is a listing of the significant directories and their contents.
  33668.  
  33669.  
  33670. DocDumpDrv    More printer drivers for DocDumpV3.6 (FF800).  Included are
  33671.         drivers for the HP-Deskjet+, HP-Deskjet500 and HP-Laserjet
  33672.         SeriesII.  The Laserjet version uses a softfont, which is
  33673.         included.
  33674.         Author:  Robert Grob
  33675.  
  33676. EPU        A program like Stacker or XPK that allows applications to
  33677.         access compressed data from AmigaDOS devices without knowing
  33678.         that the data is compressed, and automatically compresses
  33679.         new data.  The file size is not limited by memory and the
  33680.         settings of the handler can be changed at any time.  Version
  33681.         1.4, an update to version 1.0 on disk number 809.  Shareware,
  33682.         binary only.
  33683.         Author:  Jaroslav Mechacek
  33684.  
  33685. SuperDark    A screen blanker with some special features.  It is similar
  33686.         to the AfterDark screen blanker in the PC and Mac worlds.
  33687.         Features include a lot of different screen effects, a screen
  33688.         locker, and more.  Version 1.5, an update to version 1.2 on
  33689.         disk number 835. Includes source.
  33690.         Author:  Thomas Landspurg
  33691.  
  33692. ==========================  Contents of Disk 859  ==========================
  33693.  
  33694. This is disk 859 of the freely distributable AMIGA software library.
  33695. Below is a listing of the significant directories and their contents.
  33696.  
  33697.  
  33698. DCmp        A utility that allows you to compare two disks block by block.
  33699.         Written in order to check the reliability of the Video-Backup-
  33700.         System, (VBS),  DCmp can create a file containing a list of
  33701.         differing sectors which can be used in conjunction with a
  33702.         disk-editor to correct the defects.  Version 1.51, an experi-
  33703.         mental release.  Works with all Amigas using Kickstart 1.3
  33704.         or higher and supports req[tools].library.  Also comes with
  33705.         FCmp, a file compare utilility.  Includes C-source.
  33706.         Author:  Tobias Ferber
  33707.  
  33708. DirKing        A very powerful replacement for the AmigaDOS 'List' and 'Dir'
  33709.         commands.  It gives full control on the format of the directory
  33710.         listing and what information should be printed.  The directory
  33711.         can be sorted on any field, or on several fields in the order
  33712.         you want.  Supports many filters, such as name and date, and
  33713.         the filters can be made effective on files only, directories
  33714.         only or on both.  You can also define a pattern for each level
  33715.         of the directory tree.  Has an LFORMAT option which is useful
  33716.         for generating scripts.  A unique feature is the ability to
  33717.         monitor the scanning process.  English version supplied,
  33718.         German, French and Dutch versions available from the author.
  33719.         Version 2.12e, an update to version 2.11e on disk number 784.
  33720.         Binary only, shareware.
  33721.         Author:  Chris Vandierendonck
  33722.  
  33723. NewDate        A replacement for the AmigaDOS 'Date' command.  Besides the
  33724.         usual date options, NewDate enables date output in your own
  33725.         defined format.  NewDate also supports English, German, French,
  33726.         Dutch, Italian, Spanish, Danish, Finnish and Polish datenames.
  33727.         Version 1.10, binary only, freeware.
  33728.         Author:  Chris Vandierendonck
  33729.  
  33730. PARex        Replace strings in any file, whether plain text files or pure
  33731.         binary files.  By using scripts you can define any number of
  33732.         search and replace strings to be used for processing a file.
  33733.         You can use all ASCII codes when defining these strings, so
  33734.         non-printable characters are no problem.  PARex makes patching
  33735.         files very easy.  Version 2.12, binary only, shareware.
  33736.         Author:  Chris Vandierendonck
  33737.  
  33738. PPMC        The Powerpacker Mini Clone.  PPMC is powerpacker.library
  33739.         meeting gadtools.library.  It's a OS2.0+ utility, useful for
  33740.         packing and unpacking text and data files.  It has a complete
  33741.         CLI interface and is localized under OS2.1 and higher.  This
  33742.         is version 1.2c, an update to version 1.2b on disk 812.  Some
  33743.         new enhancements as the multiple file packing and/or unpacking
  33744.         under Shell and many code optimizations.  Includes Danish,
  33745.         Dutch and French catalogs, a 68030 version, hypertext docu-
  33746.         mentation and source for SAS/C.
  33747.         Author:  Reza Elghazi
  33748. ==========================  Contents of Disk 860  ==========================
  33749.  
  33750. This is disk 860 of the freely distributable AMIGA software library.
  33751. Below is a listing of the significant directories and their contents.
  33752.  
  33753.  
  33754. AzMake        A work environment for Aztec C.  You can compile, assemble,
  33755.         link, print, etc your programs by clicking a gadget.  Typing
  33756.         in the Shell is out.  Version 2.3, an update to version 1.1
  33757.         on disk number 586.  Binary only, shareware.
  33758.         Author:  Christian Friedel
  33759.  
  33760. bBaseIII    An easy to use, versatile, yet full featured database program.
  33761.         Search or sort on any field, (un)delete records, print mailing
  33762.         labels or envelopes, get printouts in many formats, scramble
  33763.         files, flag records, and more.  Fields are user-configurable,
  33764.         so bBase can be used to keep track of addresses, tape or video
  33765.         collections, recipe files, or anything else you can think of -
  33766.         one program does it all!  bBaseIII is a greatly enhanced
  33767.         successor to bBaseII.  Version 1.1, an upgrade to bBaseII,
  33768.         version V5.5 on disk 710.  Binary only, shareware.
  33769.         Author:  Robert Bromley
  33770.  
  33771. CConvert    A utility to convert IFF files to raw bitplane data.  It
  33772.         features options to create sprite data lists or interleaved
  33773.         bitmaps.  It can generate RAW files as well as linkable object
  33774.         files. Version 1.82. Includes source in assembler.
  33775.         Author:  Klaus Wissmann
  33776.  
  33777. LazyBench    LazyBench is a utility for lazy people with a hard disk cram-
  33778.         med full of goodies which are difficult to reach because they
  33779.         are buried away in drawers inside drawers inside drawers in-
  33780.         side drawers...  Supports tools and projects and both OS 1.3
  33781.         and OS 2.xx versions are supplied with this distribution.
  33782.         LazyBench for the OS 1.3 opens a little window on the Work-
  33783.         bench screen and delivers a fully configurable menu which
  33784.         brings up to 30 applications at your fingertips.  LazyBench
  33785.         for the OS 2.xx adds an item under the Workbench "Tools" menu,
  33786.         installs itself as a Commodity and waits in the background.
  33787.         Use its hot key combination to pop its window and then select
  33788.         an application from a list of up to 100 applications.  Versions
  33789.         1.01 (OS 1.3) and 1.04 (OS 2.xx), an update to the version 1.00
  33790.         on disk number 839.  Binary only.
  33791.         Author:  Werther 'Mircko' Pirani
  33792.  
  33793. Minterm        Minimizes boolean algebra formulas.  Minterm can minimize
  33794.         formulas with up to 15 variables.  Version 2.0 for AmigaOS
  33795.         2.04 an higher. An old version (1.1) is included for users
  33796.         still requiring OS 1.2/1.3 compatibility.  Binary only
  33797.         Author:  Achim Pankalla
  33798.  
  33799. SysInfo        A brand new release of this popular program.  It reports
  33800.         interesting information about the configuration of your Amiga,
  33801.         including some speed comparisons with other configurations, 
  33802.         versions of the OS software, and much more.  Version 3.18,
  33803.         an update to version 3.11 on disk 820. Binary only.
  33804.         Author:  Nic Wilson
  33805.  
  33806. ==========================  Contents of Disk 861  ==========================
  33807.  
  33808. This is disk 861 of the freely distributable AMIGA software library.
  33809. Below is a listing of the significant directories and their contents.
  33810.  
  33811.  
  33812. AskReq        Yet another batchfile requester, similar but unrelated to the
  33813.         program of the same name on disk number 827.  Opens up a
  33814.         window, displays a message and solicits a Yes/No type answer
  33815.         from the user.  Requires OS2.x, version 1.00, both English
  33816.         and German versions and includes source in C++.
  33817.         Author:  Harald Pehl
  33818.  
  33819. KingFisher    A specialized database tool providing maintenance and search
  33820.         capabilities for the descriptions of disks in the format used
  33821.         by this library.  KingFisher's database can span multiple
  33822.         (floppy) disk volumes, can be edited by text editors that
  33823.         support long text lines, can add disks directly from unedited
  33824.         email or usenet announcements, can remove disks, rebuild a
  33825.         damaged index, find next or previous software versions, print
  33826.         or export (parts of) the database, and more.  Includes a data-
  33827.         base of disks 1-850.  This is version 1.30, an update to ver-
  33828.         sion 1.15 on disk 808.  Binary only.
  33829.         Author:  Udo Schuermann
  33830.  
  33831. ==========================  Contents of Disk 862  ==========================
  33832.  
  33833. This is disk 862 of the freely distributable AMIGA software library.
  33834. Below is a listing of the significant directories and their contents.
  33835.  
  33836.  
  33837. BEAV        "Binary Editor And Viewer", is a full featured binary file
  33838.         editor.  Just about any operation that you could want to do
  33839.         to a binary file is possible with BEAV.  You can: Insert or
  33840.         delete in the middle of a file thereby changing it's size;
  33841.         Edit multiple files in multiple windows and cut and paste
  33842.         between them;  Display and edit data in hex, octal, decimal,
  33843.         binary, ascii, or ebcdic formats;  Display data in byte, word,
  33844.         or long word formats in either Intel or Motorola byte ordering;
  33845.         Send the formatted display mode to a file or printer.  The
  33846.         display and keyboard handling functions for BEAV are based on
  33847.         microemacs.  Version 1.40, portable, and includes source and
  33848.         makefiles for several other systems.
  33849.         Author:  Peter Reilley, Amiga port by Simon J Raybould
  33850.  
  33851. BioRhythm    An intuition based easy-to-use program that shows your 3 basic
  33852.         BioRhythms plus the average-"rhythm".  Take a look, dump it to
  33853.         your printer and make your plans for "when to do what".  This
  33854.         is version 2.2, an update to version 1.0 on disk 759.  This
  33855.         version has some new features and is 400% faster.  Binary only,
  33856.         PAL version.  C-Source available from author on request.
  33857.         Author:  Thomas Arnfeldt
  33858.  
  33859. GlobeAnim    An animation which displays a smoothly rotating earth.
  33860.         Includes separate versions for both PAL and NTSC systems.
  33861.         Author:  Hannu Mikkola
  33862.  
  33863. PhoneList    Simple phone list database, unique in the fact that it allows
  33864.         easy usage from either the WorkBench or CLI.  Allows you to
  33865.         add, delete, search and create an alpha-sorted list.
  33866.         Author:  Michael Hoffmann
  33867.  
  33868. ScopePrint    Simple program for displaying/printing Oscilloscope simulations
  33869.         of sine and square waves.  Presents you with a two-channel
  33870.         o-scope and allows you to input the frequency, phase, and
  33871.         amplitude of the signal(s).  Version 1.0, binary only.
  33872.         Author:  Wim Van den Broeck
  33873.  
  33874. ==========================  Contents of Disk 863  ==========================
  33875.  
  33876. This is disk 863 of the freely distributable AMIGA software library.
  33877. Below is a listing of the significant directories and their contents.
  33878.  
  33879.  
  33880. GuiArc        A graphical user interface for cli-based archivers like lha,
  33881.         arc, ape, zoo, etc.  It has the 'look & feel' of a directory
  33882.         tool and can perform all basic actions on archives, such as
  33883.         Add, Extract, List, Test, Delete, etc.  You can enter archives
  33884.         as though they were directories.  You don't have to know any-
  33885.         thing about archivers.  Fully configurable (Archivers not
  33886.         included).  Version 1.10, requires AmigaDOS 2.0+, freeware,
  33887.         binary only.
  33888.         Author:  Patrick van Beem.
  33889.  
  33890. Luffar        The game of Noughts and Crosses, the object is to get exactly
  33891.         five "Noughts" (six doesn't count!) in a row up/down/across
  33892.         or diagonally, before your opponent gets five "Crosses" in a
  33893.         similiar fashion.  0, 1 or 2 human players, rewind and ahead
  33894.         buttons.  Version 1.0, freeware, binary only. (Source available
  33895.         from author).
  33896.         Author:  Magnus Enarsson
  33897.  
  33898. Lyr-O-Mat    A simple, fun program designed to generate sentences out of a
  33899.         word list and a sentence pattern database.  German and English
  33900.         database included.  Version 1.0.  Binary only.
  33901.         Author:  Karlheinz Klingbeil of CEKASOFT
  33902.  
  33903. MPE        A compiler tool for users of the M2amiga programming environ-
  33904.         ment.  MPE does the same job better than your batch file.  You
  33905.         can do everything with the mouse or the right amiga key.  With
  33906.         this Modula-2 Programming Environment you can compile, link,
  33907.         and run your program.  When there is an error, the editor is
  33908.         started automatically.  You can set all switches for M2C, M2L
  33909.         M2Make, M2Project, and M2LibLink.  This is version 1.60, an
  33910.         update to version 1.38 on disk 766.  Binary only.
  33911.         Author:  Marcel Timmermans
  33912.  
  33913. NetMount    A tiny application that simplifies the ParNet mount procedure.
  33914.         You need ParNet (see dis 400) from The Software Distillery to
  33915.         use NetMount.  Binary only.
  33916.         Author:  Tobias Ferber
  33917.  
  33918. Noisome        A commodity that allows you to play sound samples when a key
  33919.         or mousebutton is pressed, or a disk is inserted or removed
  33920.         You can have different samples for the space and return keys
  33921.         as opposed to other keys, special samples for the mousekeys,
  33922.         a sample to be played instead of the visual display-"beep"
  33923.         and more...  The samples are played in mono or stereo, and two
  33924.         can be played simultaneously.  The audio allocation priority
  33925.         can also be set.  Includes several sound samples.  Version 1.0,
  33926.         binary only.
  33927.         Author:  David Larsson
  33928.  
  33929. PowerPlayer    A very powerful, user friendly and system friendly module
  33930.         player.  It can handle nearly all module-formats, can read
  33931.         powerpacked & xpk-packed modules and comes along with its
  33932.         own powerful cruncher that uses the lh.library.  Has a simple
  33933.         to use interface and an ARexx port.  Version 3.9, a major
  33934.         update to version 3.4 on disk 769, binary only, now shareware.
  33935.         (Previous versions were freeware.)
  33936.         Author:  Stephan Fuhrmann
  33937.  
  33938. ==========================  Contents of Disk 864  ==========================
  33939.  
  33940. This is disk 864 of the freely distributable AMIGA software library.
  33941. Below is a listing of the significant directories and their contents.
  33942.  
  33943.  
  33944. Change        Small CLI-only program to translate numbers from one numbering
  33945.         system to another.  Binary, octal, decimal and hexadecimal
  33946.         numbers are supported.  Version 1.00, includes source in C++.
  33947.         Author:  Harald Pehl
  33948.  
  33949. MouseAccel    Yet another mouse accelerator, this one implemented as a
  33950.         commodity.  If you find the built-in accelerator too slow, try
  33951.         this one.  Requires at least AmigaOS 2.04.  Version 1.07, an
  33952.         update to version 1.01 on disk 497.  Includes german version
  33953.         and source in C.
  33954.         Author:  Stefan Sticht
  33955.  
  33956. SCAN8800    A specialized database program to store frequencies and sta-
  33957.         tion names for shortwave transmitters.  It can also control
  33958.         a receiver for scanning frequency ranges.  Version 2.33, an
  33959.         update to version 2.28 on disk 812.  Binary only.
  33960.         Author:  Rainer Redweik
  33961.  
  33962. ==========================  Contents of Disk 865  ==========================
  33963.  
  33964. This is disk 865 of the freely distributable AMIGA software library.
  33965. Below is a listing of the significant directories and their contents.
  33966.  
  33967.  
  33968. AntiCicloVir    A link virus detector and exterminator.  Also detects other
  33969.         types of viri.  This version can detect:  126 Bootblock;
  33970.         12 Link; 23 File; 5 Disk-Validator; 5 Trojans; and 3 Bombs;
  33971.         Automatically checks each inserted disk for bootblock and
  33972.         disk-validator viruses.  Can scan all files of a specified
  33973.         directory for known link viruses, and constantly monitors
  33974.         memory and system vectors.  Version 2.0, an update to version
  33975.         1.8 on disk 842.  Shareware, binary only.
  33976.         Author:  Matthias Gutt
  33977.  
  33978. Back&Front    Sends a window to the back or bring it to the front with
  33979.         defined actions.  For example, bring a window in front by
  33980.         double-clicking in it and send it back with the middle mouse
  33981.         button.  Any keyboard or mouse event can be trapped.  Number
  33982.         of required actions can be changed (double-click vs triple-
  33983.         click).  Implemented as a commodity.  Requires at least AmigaOS
  33984.         2.04.  Version 1.09, an update to version 1.03 on disk number
  33985.         497.  Includes german version and source in C.
  33986.         Author:  Stefan Sticht
  33987.  
  33988. Genealogist    ArJay Genealogist is a specialized database for keeping track
  33989.         of genealogical information.  It features a full, easy to use
  33990.         Intuition interface.  The program is totally non-sexist and
  33991.         secular in nature, and correctly handles multiple marriages,
  33992.         "unconventional" marriages, adopted children, and unmarried
  33993.         parents.  The printed reports include descendant and pedigree
  33994.         charts, personal details reports, family group sheets, and
  33995.         index lists of people and families.  Free-form note files can
  33996.         be created using any editor, and IFF pictures can be viewed
  33997.         using any IFF viewer, from within the program.  Other features
  33998.         include dynamic on-screen ancestor and descendant charts,
  33999.         extensive online context-sensitive help, flexible "regular
  34000.         expression" searching, and multiple ARexx ports with an exten-
  34001.         sive command set.  Up to 1000 people per database, with data-
  34002.         bases held in RAM for maximum speed and responsiveness.  PAL or
  34003.         NTSC, AmigaDOS 2.04+ required.  1 Meg RAM recommended.  Version
  34004.         3.04, binary only.
  34005.         Author:  Robbie J Akins
  34006.  
  34007. ==========================  Contents of Disk 866  ==========================
  34008.  
  34009. This is disk 866 of the freely distributable AMIGA software library.
  34010. Below is a listing of the significant directories and their contents.
  34011.  
  34012.  
  34013. CFX        Crunched File eXaminer allows the user to examine and find
  34014.         files using several different search criteria.  CFX knows a
  34015.         huge amount of the current Amiga filetypes, including a vast
  34016.         number of "cruncher" types.  CFX can also give in-depth dis-
  34017.         assemblies of crunched files, including most address crunched
  34018.         files, relocator crunched files, and some major archive crun-
  34019.         ched types.  This version requires kick 1.3 or 2.0.  Version
  34020.         5.275, an update to version 5.242 on disk number 750.  Binary
  34021.         only, freeware.
  34022.         Author:  Bob Rye and Marcus Mroczkowski
  34023.  
  34024. Degrader    Degrades your machine to try and get badly written programs
  34025.         to work.  Allows you to block memory, add non-autoconfig
  34026.         memory at reset, turn audio filter on or off, intercept
  34027.         privilege violation errors, switch off cache/burst modes and
  34028.         can slow down a fast machine.  Also can swap the boot drive
  34029.         and force 50Hz or 60Hz.  Will do things straight away, after
  34030.         one reset or after every reset.  Version 1.30, an update to
  34031.         version 1.00 on disk number 562.  Binary only.
  34032.         Author:  Chris Hames
  34033.     
  34034. DRED        The Disk REDucer.  This program allows the user to arrange
  34035.         data on a set of disks using a best fit algorithm. If you have
  34036.         ever found it difficult to figure just which files should go
  34037.         onto which floppy, then DRED is for you!  Most of the time
  34038.         (there are exceptions!) you can achieve 99% fullness of
  34039.         floppies/media.  Requires kick 1.3 or 2.0. Version 2.003.007,
  34040.         binary only, freeware.
  34041.         Author:  Bob Rye, Marcus Mroczkowski and Brett O'Callaghan
  34042.  
  34043. Floozy        Disassembles the Foozle FidoNet mail management system logfile
  34044.         into readable, human understandable statistics.  Floozy's out-
  34045.         put is clear and concise and fully covers all aspects of Floozy
  34046.         use.  All message base names, number of messages, and in/out
  34047.         packets/bytesizes are noted and further stats are calculated on
  34048.         these figures. Requires kick 1.3 or 2.0.  Version 1.0204,
  34049.         binary only, freeware.
  34050.         Author:  Bob Rye
  34051.  
  34052. Oscillograph    An emulation of an oscillograph, with five internal signal
  34053.         generators.  The internal signals can be freely edited, even
  34054.         mathematical functions can be used.  External signals can be
  34055.         used when a digitizer is connected to the Amiga.  This program
  34056.         can be used for learning, demonstration, and even simple
  34057.         technical applications.  The german original and the english
  34058.         translation are included, as well as a set of oscillations.
  34059.         Version 2.0, binary only.
  34060.         Author:  Michael Gentner
  34061.  
  34062. PC-TaskDemo    PC-Task is a software IBM-PC emulator.  It allows you to run
  34063.         the majority of IBM-PC software on your amiga with no
  34064.         additional hardware.  Runs just like a normal application
  34065.         allowing multitasking to continue.  The program has a
  34066.         graphical user interface and no additional filesystem/device
  34067.         mounting is required.  A few clicks with the mouse and it is
  34068.         operational.  VGA, EGA, CGA, MDA, Serial, Parallel, Mouse,
  34069.         2 Floppy drives and 2 Hard drives are emulated.  The hard
  34070.         drives can be partitions or hard drive files like the
  34071.         bridgeboard can use.  This is the demonstration version
  34072.         2.01 full version is available from the author.  Binary only.
  34073.         Author:  Chris Hames
  34074.  
  34075. Xerox4045    A printer driver for printers supporting the Xerox 2700
  34076.         command set.  The 4045 (a hulking 8 PPM laser unit), is
  34077.         probably the most popular member of this family, so it got
  34078.         the name.  The focus of this version was to get the dot
  34079.         graphic functions working.  This appears to be working
  34080.         correctly as printing from Professional Page V2.1 and Tax
  34081.         Break have been successful in 300X300 graphics mode.
  34082.         Version 1.0.
  34083.         Author:  Bob Schulien
  34084.  
  34085. ==========================  Contents of Disk 867  ==========================
  34086.  
  34087. This is disk 867 of the freely distributable AMIGA software library.
  34088. Below is a listing of the significant directories and their contents.
  34089.  
  34090.  
  34091. CenterScreen    A commodity which centers the frontmost screen horizontally
  34092.         on hotkey.  Useful if you normally operate with overscan
  34093.         screens and an old program opens a normal size screen.
  34094.         Requires at least AmigaOS 2.04.  Version 1.07, an update to
  34095.         version 1.03 on disk 497.  Includes german version and source
  34096.         in C.
  34097.         Author:  Stefan Sticht
  34098.  
  34099. ComplexPlot    Allows the transformation of a drawing by a complex function.
  34100.         The drawing can be edited with the mouse (line, circle and
  34101.         fill modes included), and generators for cartesic and polar
  34102.         nets can be used.  The freely editable complex function then
  34103.         changes the drawing in many interesting ways.  Both english
  34104.         and german versions are included (and some demo drawings).
  34105.         Version 1.0, binary only.
  34106.         Author:  Michael Gentner
  34107.  
  34108. DeluxePacMan    A pacman type game.  Commercial quality, with excellent
  34109.         graphics and responsiveness.  Automatically adjusts to either
  34110.         PAL or NTSC.  Can be controlled with a joystick, mouse, or
  34111.         keyboard.  Written in assembly.  Version 1.4, an upgrade to
  34112.         'PacMan' on disk 717.  Shareware, binary only.
  34113.         Author:  Edgar M. Vigdal
  34114.  
  34115. GetDate        A small program that allows users with an A500 or A1000 with-
  34116.         out a Battery backed-up clock to set the date and time from
  34117.         the startup-sequence.  The user is prompted for the current
  34118.         date and time.  The last date/time entered becomes the default
  34119.         for the next boot.  Binary only.
  34120.         Author:  James Weir
  34121.  
  34122. LeftyMouse    Yet another LeftyMouse, this one implemented as a commodity.
  34123.         Swaps the left and right mousebutton for lefties.  Requires
  34124.         at least AmigaOS 2.04.  Version 1.06, an update to version
  34125.         1.04 on disk 497.  Includes german version and source in C.
  34126.         Author:  Stefan Sticht
  34127.  
  34128. ==========================  Contents of Disk 868  ==========================
  34129.  
  34130. This is disk 868 of the freely distributable AMIGA software library.
  34131. Below is a listing of the significant directories and their contents.
  34132.  
  34133.  
  34134. CDTV-Player    A utility for all those people, who'd like to play Audio-CD's,
  34135.         while multitasking on workbench.  It's an emulation of CDTV's
  34136.         remote control, but is a little more sophisticated.  Access
  34137.         to the archive even without a CD-ROM-Drive (i.e. AMIGA 500-
  34138.         4000), although you can't play a CD.  PROGRAM & KARAOKE (live
  34139.         on-screen) included.  Recognizes CDs automatically.  AREXX-Port
  34140.         for usage in other programs.  Version 2.0, an update to
  34141.         version 1.8 on disk number 849.  FISH-WARE, binary only.
  34142.         Author:  Daniel Amor
  34143.  
  34144. MouseBlanker    Blanks the mouse pointer after a defined timeout or if you
  34145.         press any key.  Implemented as a commodity.  Requires at least
  34146.         AmigaOS 2.04.  Version 1.21, an update to version 1.13 on disk
  34147.         497.  Includes german version and source in C.
  34148.         Author:  Stefan Sticht
  34149.  
  34150. Request        Opens the OS 2.0 autorequester from script files.  Title, text,
  34151.         gadgets and publicscreen of the requester can be changed by
  34152.         commandline options.  Requires at least AmigaOS 2.04.  Version
  34153.         1.04, an update to version 1.00 on disk 497.  Includes source
  34154.         in C.
  34155.         Author:  Stefan Sticht
  34156.  
  34157. RussianFont    Three Russian Vector Fonts, with a special Russian keymap that
  34158.         matches the Russian typewriter.  These fonts are compatible
  34159.         with Russian Fonts found under WINDOWS (=> easy exchange).
  34160.         Version 3.0, update to version on disk number 805.  Designed
  34161.         with FontDesigner.  Binary only, shareware.
  34162.         Author:  Daniel Amor
  34163.  
  34164. SMaus        A highly configurable "SUN-mouse" utility, implemented as a
  34165.         commodity with a graphical user interface.  It activates the
  34166.         window under the mouse pointer if you move or after you have
  34167.         moved the mouse or if you press a key.  You can specify titles
  34168.         of windows which shall not be deactivated using wildcards.
  34169.         Requires at least AmigaOS 2.04, uses locale.library if avail-
  34170.         able.  Includes english and german docs, german catalog file.
  34171.         Version 1.17.  Shareware, binary only.
  34172.         Author:  Stefan Sticht
  34173.  
  34174. ==========================  Contents of Disk 869  ==========================
  34175.  
  34176. This is disk 869 of the freely distributable AMIGA software library.
  34177. Below is a listing of the significant directories and their contents.
  34178.  
  34179.  
  34180. Clock        A simple Clock program but with the handy feature that you can
  34181.         "snapshot" the clock to stay with any screen or it can be free
  34182.         to pop to the frontmost screen automatically.  Up to 4 alarm
  34183.         times can be set, which can simply put up a requester or
  34184.         cause some program to run in background.  Hourly chimes can
  34185.         also be made to run a program (I.E. a sound sample player).
  34186.         Uses locale.library with OS2.1+  Version 2.00, binary only.
  34187.         Author:  Bernd Grunwald
  34188.  
  34189. CL_SEP92    This is the September 1992 release of CheatList for the Amiga.
  34190.         Cheatlist is a collection of various forms of help (cheats,
  34191.         hints, codes, etc.) for Amiga games.  Included in the package
  34192.         is PokeList, a similar file which details pokes usable with the
  34193.         Action Replay cartridge.  The September release covers 500
  34194.         games, and on average, another forty games are added each
  34195.         release.  Shareware.
  34196.         Author:  Various, compiled by Peter Monk
  34197.  
  34198. Uhr        A small configurable digital clock (Uhr is german for "clock"),
  34199.         that makes use of the FormatDate() function in WorkBench 2.1's
  34200.         locale.library.  Requires at least Kickstart 2.04 and WorkBench
  34201.         2.1.  Version 1.03, an update to the version on disk 757.
  34202.         Includes source in C.
  34203.         Author:  Stefan Sticht
  34204. ==========================  Contents of Disk 870  ==========================
  34205.  
  34206. This is disk 870 of the freely distributable AMIGA software library.
  34207. Below is a listing of the significant directories and their contents.
  34208.  
  34209.  
  34210. AmigaGuide    Archive distribution of the AmigaGuide hypertext utility direct
  34211.         from Commodore.  Contains developer examples and tools for
  34212.         AmigaGuide under V34/V37 and V39, plus a new free print/sign/
  34213.         send-in distribution license for AmigaGuide, amigaguide.lib-
  34214.         rary, WDisplay, and their icons.
  34215.         Author:  Commodore Business Machines
  34216.  
  34217. FollowMouse    A pair of small blinking eyes following the mouse movements
  34218.         on the screen.  Runs from both the WorkBench and CLI.  Version
  34219.         1.2, an update to the version on disk number 757.  Includes
  34220.         source in PASCAL.
  34221.         Author:  Kamran Karimi
  34222.  
  34223. Installer    Archive distribution of the Amiga Installer utility direct from
  34224.         Commodore.  Contains V1.24 of the Installer, documentation and
  34225.         examples for developers to use when developing their software.
  34226.         Also contains various enhancements and fixes detailed in the
  34227.         documentation enclosed.  The documentation has also been
  34228.         enhanced and brought up to date.
  34229.         Author:  Commodore Business Machines
  34230.  
  34231. SoftProtect    A software disk write-protection.  With the permission of the
  34232.         user, disables floppy writes even on write-enabled disks.
  34233.         Switches to enable/disable states with a gadget.  Runs from
  34234.         both WorkBench and CLI.  An update to 'AskFirst' on disk
  34235.         number 753.  Includes source in assembly.
  34236.         Author:  Kamran Karimi
  34237.  
  34238. StackCheck    A program that determines the maximum stack usage of another
  34239.         program.  It uses a completely different method than all
  34240.         the other stack-watching programs like WatchStack or Xoper
  34241.         and is very reliable.  In most cases it does not require any
  34242.         CPU time to do its work.  Version 1.0, includes source for
  34243.         Aztec C and GNU C.
  34244.         Author:  Gⁿnther R÷hrich
  34245.  
  34246. SWAP        Memory management may be considered as one of the weak points
  34247.         of Amiga OS.  SWAP was written as a trial to provide swapping
  34248.         for Amigas without any special hardware.  The main intention
  34249.         is to let the user choose a task, swap it to disk so that its
  34250.         occupied memory is released, and do other things.  Later on,
  34251.         he could swap the program back to main memory and let it
  34252.         continue from the point it was interrupted.  Includes source
  34253.         in C and assembly.
  34254.         Author:  Kamran Karimi
  34255.  
  34256. WindowShuffle    Activates and brings to front next or previous window with
  34257.         hotkeys.  Hotkeys can be changed.  Implemented as a commodity.
  34258.         Requires at least AmigaOS 2.04.  Version 1.07, an update to
  34259.         version 1.05 on disk 497.  Includes german version and source
  34260.         in C.
  34261.         Author:  Stefan Sticht
  34262.  
  34263. ==========================  Contents of Disk 871  ==========================
  34264.  
  34265. This is disk 871 of the freely distributable AMIGA software library.
  34266. Below is a listing of the significant directories and their contents.
  34267.  
  34268.  
  34269. ABackup        A very powerful backup utility that may be used both for hard
  34270.         disk backup and for file archiving.  Has a full Intuition
  34271.         interface, a "batch" mode, can save/load file selection, handle
  34272.         HD floppies, use any external compression program, etc...
  34273.         Includes both English and French versions.  Version 2.43, an
  34274.         update from version 2.40 on disk 838.  Shareware, binary only.
  34275.         Author:  Denis Gounelle.
  34276.  
  34277. DImpWin        A GUI interface for Disk-Imploder (included) by A.J. Brouwer.
  34278.         DImp is one of the most efficient disk archivers available
  34279.         for the Amiga.  It offers 7 different levels of compression,
  34280.         the ability to create self-extracting archives, MULTIPLE
  34281.         CYLINDER RANGES, ability to work with any floppy compatible
  34282.         device (such as RAD: & FMS disks) and it can also add a text-
  34283.         file to the archive that will be displayed during extraction.
  34284.         Via the GUI interface,  DImp-Win will invoke DImp and tell it
  34285.         what to do.  DImp-Win version 1.0, DImp version 2.27.  Requires
  34286.         AmigaOS 2.04+.  Binary only.
  34287.         Author:  Colin Bell (DImp-Win) and A.J. Brouwer (DImp)
  34288.  
  34289. Planetarium    An astronomy program which displays and animates the planets
  34290.         of the solar system at specific times.  Useful for quickly and
  34291.         easily determining the best times to view the planets, observ-
  34292.         ing retrograde, etc.  Version 1.0, OS 1.3, 2.x, 3.0 compatible.
  34293.         Shareware, binary only.
  34294.         Author:  Jim Schwartz
  34295.  
  34296. StatRam        Stat-RAM or 'SD0:' is a very fast recoverable ram drive that
  34297.         takes advantage of FFS under WB2 or FFS International under
  34298.         WB2.1 or 3.  This work is based on ASDG's 'VD0:'.  ASDG-RAM
  34299.         has been reliable for many years since it was placed in the
  34300.         PD.  However it has always been slow because it uses OFS, or
  34301.         old file system.  On an accelerated machines, SD0: is up to 7
  34302.         times faster, and averages 5 times faster than the original
  34303.         VD0:.  It's also 4 to 5 times faster than RRD.  It survives
  34304.         the deepest re-boot, even the ColdReboot of rekicking a KS
  34305.         file.  Version 1.5, binary only.
  34306.         Author:  Richard Waspe
  34307.  
  34308. TrashIcon    A WorkBench 2.x application icon to delete files.  Puts an
  34309.         icon at a possibly user defined position on the WorkBench
  34310.         screen, that deletes all files that are dragged onto it.  This
  34311.         is version 1.4, an update to version 1.2 on disk number 839.
  34312.         Binary only.
  34313.         Author:  Mark McPherson
  34314.  
  34315. UnivConq    A strategy game where two human players battle for control of
  34316.         the universe.  The game has several variables that allow the
  34317.         players to vary the density of planets, the initial number of
  34318.         ships, and the length of play.  Status information is contin-
  34319.         ually updated to allow the player to concentrate on strategy,
  34320.         not statistics.  Includes digitized pictures and sound.
  34321.         Version 1.08.  Compatible with WB 1.3 & 2.x.  Binary only.
  34322.         Author:  Randy Wing
  34323.  
  34324. ==========================  Contents of Disk 872  ==========================
  34325.  
  34326. This is disk 872 of the freely distributable AMIGA software library.
  34327. Below is a listing of the significant directories and their contents.
  34328.  
  34329.  
  34330. Convert        A units conversion utility inspired by "Units" ( by Gregory
  34331.         Simpson) but is easier to use and can be customized by changing
  34332.         the data file (conv.dat) alone and does not require recompila-
  34333.         tion of the program.   V1.3, binary only.
  34334.         Author:  David Whitmore.
  34335.  
  34336. ToolManager    Part 1 of a 2 part release of the very popular program by 
  34337.         Stefan Becker.  This part contains LHA archives of the binary
  34338.         files and graphics.  Part 2 can be found on disk number 873.
  34339.         ToolManager is a full featured program for either WorkBench
  34340.         or CLI tool management.  Includes the ability to add menu
  34341.         items to the 2.x "Tools" menu, add WorkBench icons or dock
  34342.         Windows.  Features multi-column docks that automatically
  34343.         detect largest image size, ARexx, sound and Locale support.
  34344.         Version 2.1, an update to version 2.0 on disk number 752.
  34345.         Includes source, lots of graphic images, and programmers
  34346.         support for using the toolmanager.library.  Requires 2.x for
  34347.         full functionality
  34348.         Author:  Stefan Becker
  34349.  
  34350. ==========================  Contents of Disk 873  ==========================
  34351.  
  34352. This is disk 873 of the freely distributable AMIGA software library.
  34353. Below is a listing of the significant directories and their contents.
  34354.  
  34355.  
  34356. Cross        A program that creates crossword puzzles.  Has a message
  34357.         data file to allow easy translation into almost any human
  34358.         language, with English and German currently supported.
  34359.         This is version 5.1, an update to version 4.1 on disk 537.
  34360.         Includes source in M2Amiga Modula-2.
  34361.         Author:  Jurgen Weinelt
  34362.  
  34363. FInf         A very versatile directory listing utility.  It can examine the
  34364.         contents of files and display a short type description.  In
  34365.         addition, FInf has a whole slew of options that allow you to
  34366.         filter files by type, date, age, size etc., as well as recur-
  34367.         sive directory descending, and adjustable output formatting.
  34368.         So next to simply listing directories, FInf is extremely useful
  34369.         for creating hybrid commands that perform functions closely
  34370.         tuned to your specific needs.  Version 1.15, binary only.
  34371.         Author:  Peter Struijk
  34372.  
  34373. MRIconSort    MRIconSort is a nifty little tool which will alphabetically
  34374.         sort and align your icons and optionally create icons for files
  34375.         and drawers which don't have them.  If you have drawers with
  34376.         tons of icons which are a hopeless jumble, this program is for
  34377.         you!  Version 1.01, binary only.
  34378.         Author:  Mark R. Rinfret
  34379.  
  34380. ToolManager    Part 2 of a 2 part release of the very popular program by
  34381.         Stefan Becker.  This part contains an LHA archive of the
  34382.         source, TeX docs and programmer's support files.  Part 1 can
  34383.         be found on disk number 872.  ToolManager is a full featured
  34384.         program for either WorkBench or CLI tool management.  Includes
  34385.         the ability to add menu items to the 2.x "Tools" menu, add
  34386.         WorkBench icons or dock Windows.  Features multi-column docks
  34387.         that automatically detect largest image size, ARexx, sound and
  34388.         Locale support.  Version 2.1, an update to version 2.0 on disk
  34389.         number 752.  Includes source, lots of graphic images, and
  34390.         programmer's support for using the toolmanager.library.
  34391.         Requires 2.x for full functionality.
  34392.         Author:  Stefan Becker
  34393.  
  34394. ==========================  Contents of Disk 874  ==========================
  34395.  
  34396. This is disk 874 of the freely distributable AMIGA software library.
  34397. Below is a listing of the significant directories and their contents.
  34398.  
  34399.  
  34400. DFA        NOT just another address utility.  DFA(ddress) features email
  34401.         support, dialing, different types of printing addresses, full
  34402.         commodity support, application icon, Arexx port, font sensitive
  34403.         windows and can be fully directed by the keyboard.  This is
  34404.         version 1.23, lots of enhancements and bug fixes since version
  34405.         1.1 on disk number 782.  Shareware, binary only.
  34406.         Author:  Dirk Federlein
  34407.  
  34408. TWA        A commodity that  remembers the last active window on any
  34409.         screen.  If screens are shuffled, the window is automatically
  34410.         re-activated, when that screen is brought to front.  Version
  34411.         1.2, an update to version 1.0 on disk number 781.  Binary only.
  34412.         Author:  Matthias Scheler
  34413.  
  34414. ==========================  Contents of Disk 875  ==========================
  34415.  
  34416. This is disk 875 of the freely distributable AMIGA software library.
  34417. Below is a listing of the significant directories and their contents.
  34418.  
  34419.  
  34420. ADoc        A help utility for the Amiga.  Features include automatic
  34421.         search of any work on which you clicked, ability to use Auto-
  34422.         Doc and AmigaGuide files, support of locale.library, an AREXX
  34423.         port, and more.  Version 3.01, an update to version 1.21 on
  34424.         disk number 747.  Binary only.
  34425.         Author:  Denis Gounelle
  34426.  
  34427. APrf        A print utility with a full Intuition interface, a preview
  34428.         function, page selection, line numbering, multi-columns mode,
  34429.         customizable headers and footers, an AREXX port, an AppWindow,
  34430.         and more.  Includes both English and French versions.  Version
  34431.         2.11, an update to version 1.40 on disk number 747.  Binary
  34432.         only.
  34433.         Author:  Denis Gounelle
  34434.  
  34435. AZap        A "new generation" binary editor, able to edit files, memory
  34436.         or devices like hard disks.  It can open several windows at
  34437.         the same time, supports locale.library, and handles all OS3.0
  34438.         file systems.  This is version 2.04, an update to version 1.00
  34439.         on disk number 759.  Binary only.
  34440.         Author:  Denis Gounelle
  34441.  
  34442. Blanker        An attempt to provide the Amiga community with a future-
  34443.         compatible, easily expandable screen blanker.  Provides a
  34444.         a platform for others to write custom screen blanker modules
  34445.         and not have to worry about the  difficulties associated with
  34446.         setting up a Commodities interface and dealing with concur-
  34447.         rency problems.  Version 2.3, includes source and several
  34448.         sample blanker modules.
  34449.         Author:  Michael D. Bayne
  34450.  
  34451. KillAGA        Allows you to run old, badly written, programs (mainly demos
  34452.         and some games) from your A1200/4000 hard disk without having
  34453.         to continually reboot and switch chip settings.  On return from
  34454.         the program, the system returns to full AGA state.  Version
  34455.         2.0, binary only.
  34456.         Author:  Jolyon Ralph
  34457.  
  34458. SeekSpeed    Measures the seek performance of any valid device.  It works
  34459.         by using the system's very accurate E clock and measures the
  34460.         time taken for seeking and reading varying numbers of sectors
  34461.         under both sequential and random access.  Every test is per-
  34462.         formed 100 times if possible, and the average reported.  GUI
  34463.         interface, can be run form the CLI or WB, Requires OS2.04+.
  34464.         Version 37.12, binary only.
  34465.         Author:  Richard Waspe
  34466.  
  34467. ==========================  Contents of Disk 876  ==========================
  34468.  
  34469. This is disk 876 of the freely distributable AMIGA software library.
  34470. Below is a listing of the significant directories and their contents.
  34471.  
  34472.  
  34473. ArmyMiner    An ultimate "XMines-type" game that integrates all of the best
  34474.         aspects of the previous Amiga versions of the game.  Options
  34475.         include:  Automatically mark or clean the neighbours of a
  34476.         square; Safe start (no explosion at first click); Safe click
  34477.         (gadget-like behavior for squares); Question marks (for con-
  34478.         figuration analysis).  You can also specify your own custom
  34479.         board settings.  The game has a very useful pause option,
  34480.         sound effects, high-score tables and a very nice interface.
  34481.         It works under OS v1.3 or 2.0, NTSC or PAL.  Version 1.1, an
  34482.         update to version 1.0 on disk number 851.  Binary only.
  34483.         Author:  Alain Laferriere
  34484.  
  34485. BattleStar    A fun text-based adventure game.  It is reminiscent of Dungeon
  34486.         (aka Zork) and Adventure.  You start out on a space ship under
  34487.         attack and must get off and back to the planet.  Ported from
  34488.         UNIX, with very little "amiga-i-zation".  Runs from the CLI
  34489.         only.  Includes source.
  34490.         Author:  David Riggle, Amiga port by David Ingebretsen
  34491.  
  34492. ==========================  Contents of Disk 877  ==========================
  34493.  
  34494. This is disk 877 of the freely distributable AMIGA software library.
  34495. Below is a listing of the significant directories and their contents.
  34496.  
  34497.  
  34498. Lyapunovia    A  mindboggingly colorful program that produces fractal
  34499.         pictures from a simple mathematical formula called "Lyapunov
  34500.         Space".  Lyapunovia pictures vary from colorful candy to mean
  34501.         metal (or something), offering you everything you ever wanted
  34502.         in visual representation of mathematical abstractions.  Lyapun-
  34503.         ovia has been tested on all Amigas from WB1.2 to 3.1.  The
  34504.         program supports AGA graphics, floating point units, 68020+
  34505.         CPUs, and 24-bit output (to 65000 x 65000 pixels!).  A zoom
  34506.         factor of 10,000,000,000,000,000 is possible.  Version 1.5,
  34507.         an update to V1.0 on disk 784.  This is the full program, the
  34508.         difference between the unregistered and the registered version
  34509.         has been eliminated.  Binary only, shareware.
  34510.         Author:  Jesper Juul
  34511.  
  34512. ==========================  Contents of Disk 878  ==========================
  34513.  
  34514. This is disk 878 of the freely distributable AMIGA software library.
  34515. Below is a listing of the significant directories and their contents.
  34516.  
  34517.  
  34518. bBaseIII    An easy to use, versatile, yet full featured database program
  34519.         that will run on any Amiga.  Search or sort on any field, print
  34520.         mailing labels, (un)delete records, mail merge, get reports in
  34521.         many formats, scramble files, flag records, and more.  Fields
  34522.         are user-configurable, so bBase can be used to keep track of
  34523.         addresses, tape or video collections, recipe files, or anything
  34524.         else you can think of - one program does it all!  bBaseIII is
  34525.         a greatly enhanced successor to bBaseII.  Version 1.3, an
  34526.         update to version 1.1 on disk number 760.  Shareware, binary
  34527.         only.
  34528.         Author:  Robert Bromley
  34529.  
  34530. DockBrushes    Fifty plus 16-color dock brushes for use with ToolManager,
  34531.         AmiDock, or just as Icons.
  34532.         Author:  David Voy
  34533.  
  34534. DrChip        Four utilities to make your C programming life a little easier.
  34535.         Included are:  ccb -- A C-source code indentation beautifier;
  34536.         flist -- generates lists of functions from either C or C++
  34537.         files; hdrtag -- ViM, Z, and emacs support tags; toproto --
  34538.         converts source code to and from old K&R style to the new
  34539.         prototype-using style.  Binary only, freeware.
  34540.         Author:  Dr. Charles E. Campbell, Jr.
  34541.  
  34542. Scypmon        Machine-language monitor with many features.  Provides you with
  34543.         all functions like assembler, disassemble, search, transfer,
  34544.         fill, trackloadings etc.  Version 1.7, fixes 2 nasty bugs of
  34545.         version 1.6 and should now run without errors.  Binary only.
  34546.         Author:  Joerg Bublath
  34547.  
  34548. ==========================  Contents of Disk 879  ==========================
  34549.  
  34550. This is disk 879 of the freely distributable AMIGA software library.
  34551. Below is a listing of the significant directories and their contents.
  34552.  
  34553.  
  34554. DiskTest    A utility to test the integrity of floppy and hard disks, a
  34555.         la Norton Utilities.  Version 2.10, an update to version 2.03
  34556.         on disk 828.  Requires AmigaDOS 2.04 or later.  Public domain,
  34557.         includes source.
  34558.         Author:  Maurizio Loreti.
  34559.  
  34560. Find        A pattern matching program which uses the weighted Levensthein
  34561.         distance algorithm.  Requires OS1.04 or later.  Commodity and
  34562.         Arexx Support.  Manual in AmigaGuide format.  Version 1.0,
  34563.         Includes source.
  34564.         Author:  Karlheinz Klingbeil
  34565.  
  34566. Millim        A utility that generates millimetered paper with linear or
  34567.         logarithmic scale (both in x and in y) on a PostScript line
  34568.         printer (on whatever printer, with a PostScript interpreter
  34569.         like Post from Adrian Aylward, disk 669).  Public domain,
  34570.         includes source in PostScript.
  34571.         Author:  Maurizio Loreti.
  34572.  
  34573. Watcher        A little title-bar commodity  which can be customized to show
  34574.         various information such as the free space on hard drive par-
  34575.         titions, free memory, system time and  date  etc.  Font and
  34576.         Overscan sensitive, can jump between public screens by clicking
  34577.         on it's Zoom gadget.  Includes WatcherPrefs, a utility that
  34578.         allows you to customize what Watcher displays and its general
  34579.         behavior.  Version V37, includes source
  34580.         Author:  Franz Hemmer
  34581. ==========================  Contents of Disk 880  ==========================
  34582.  
  34583. This is disk 880 of the freely distributable AMIGA software library.
  34584. Below is a listing of the significant directories and their contents.
  34585.  
  34586.  
  34587. Oberon        This is a freely distributable demo version of a powerful
  34588.         compiler for Oberon-2.  Oberon-2 is one of the most modern
  34589.         object-oriented languages.  This language was designed with the
  34590.         aim to increase the power of Modula-II and to extend it with
  34591.         object-oriented facilities while reducing its complexity.
  34592.         This implementation features a parallel incremental garbage-
  34593.         collector, a runtime source-level debugger, fast compilation,
  34594.         optimized code, language extensions to access AmigaOS, etc.
  34595.         Version 3.0, an update to version 1.16 on disk 380.  Binary
  34596.         only.
  34597.         Author:  Fridtjof Siebert
  34598.  
  34599. SnapWindow    A small utility that allows you to attach window activation/
  34600.         pop window-to-front to function keys.  This allows you to
  34601.         instantly find and activate the desired window.  Also includes
  34602.         a sunmouse and screen blanker.  Version 1.0, binary only.
  34603.         Author:  Jason Scott Chvat
  34604.  
  34605. ==========================  Contents of Disk 881  ==========================
  34606.  
  34607. This is disk 881 of the freely distributable AMIGA software library.
  34608. Below is a listing of the significant directories and their contents.
  34609.  
  34610.  
  34611. CopyC_DEMO    A Disk Tool for making backup copies, formatting, relabeling,
  34612.         installing, etc.  Includes selective tracks, doscopy, block-
  34613.         copy, ramcopy, bitmapcopy, syncwords, and more.  Written in
  34614.         assembly.  Version 1.0, binary only.
  34615.         Author:  Ludwig Huber
  34616.  
  34617. Lyr-O-Mat    A simple, fun program designed to generate sentences out of a
  34618.         word list and a sentence pattern database.  German and English
  34619.         database included.  Version 1.1, an update to version 1.0 on
  34620.         disk number 863.  Includes source.
  34621.         Author:  Karlheinz Klingbeil
  34622.  
  34623. PrintFiles    A freely redistributable print utility to replace the standard
  34624.         workbench Printfiles command.  Supports Arexx, application
  34625.         icon, and setting up a print list with unlimited number of
  34626.         entries.  Requires OS 2.04.  Includes two versions, V1.4e
  34627.         in English and V1.4d in German, an update to V0.91 on disk
  34628.         number 683.  Binary only.
  34629.         Author:  Karlheinz Klingbeil
  34630.  
  34631. Shuffle        A small game to play whenever you haven't something else to
  34632.         do.  Turns your workbench into a "sliding-block" type puzzle
  34633.         game.  Requires OS2.04 or later.  Version 1.0, includes
  34634.         source.
  34635.         Author:  Karlheinz Klingbeil
  34636.  
  34637. ==========================  Contents of Disk 882  ==========================
  34638.  
  34639. This is disk 882 of the freely distributable AMIGA software library.
  34640. Below is a listing of the significant directories and their contents.
  34641.  
  34642.  
  34643. GALer        GALs (Generic Array Logic) are programmable logic devices.
  34644.         "GALer" is the software and the hardware which is necessary
  34645.         to program your own GALs.  The supported GAL-types are
  34646.         GAL16V8, GAL16V8A, GAL16V8B and GAL20V8, GAL20V8A, GAL20V8B.
  34647.         The circuit diagram for the GAL device programmer is avail-
  34648.         able from the author.  Version 1.4, an update to version 1.3
  34649.         on disk number 633.  Now includes both English and German
  34650.         versions.  Shareware, includes source.
  34651.         Author:  Christian Habermann
  34652.  
  34653. Solit        A freely-distributable, non-Klondike, solitaire card game for
  34654.         the Amiga under Workbench 2.x.  Version 1.06, binary only,
  34655.         shareware.
  34656.         Author:  Felix R. Jeske
  34657.  
  34658. ==========================  Contents of Disk 883  ==========================
  34659.  
  34660. This is disk 883 of the freely distributable AMIGA software library.
  34661. Below is a listing of the significant directories and their contents.
  34662.  
  34663.  
  34664. BBBBS        Baud Bandit Bulletin Board System.  Written entirely in ARexx
  34665.         using the commercial terminal program "BaudBandit".  Features
  34666.         include up to 99 file libraries with extended filenotes, up to
  34667.         99 fully threaded message conferences, number of users, files,
  34668.         messages, etc. are only limited by storage space, controlled
  34669.         file library and message conference access for users and
  34670.         sysops, interface to extra devices like CD-ROM and others,
  34671.         all treated as read only, complete Email with binary mail and
  34672.         multiple forwarding, user statistics including messages
  34673.         written, files uploaded or downloaded, time, etc, plus much
  34674.         more.  Now includes a complete offline reader/answer called
  34675.         bbsQUICK.rexx.  This is version 5.9, an update to version 5.7
  34676.         on disk 761.  Includes complete ARexx source.
  34677.         Author:  Richard Lee Stockton
  34678.  
  34679. bbsQUICK    An offline read/reply/upload/download module for BBBBS.
  34680.         Complete GUI with support for multiple BBBBS systems.  Includes
  34681.         complete ARexx source.
  34682.         Author:  Richard Lee Stockton
  34683.  
  34684. ==========================  Contents of Disk 884  ==========================
  34685.  
  34686. This is disk 884 of the freely distributable AMIGA software library.
  34687. Below is a listing of the significant directories and their contents.
  34688.  
  34689.  
  34690. AII        The Archiving Intuition Interface makes things easier if you
  34691.         are archiving or dearchiving files.  You can do it all with
  34692.         the click of a mouse button, instead of typing in a whole line
  34693.         in the CLI.  Version 1.38, an update to version 1.35 on disk
  34694.         825.  Supports several archiving formats including LHa, Zoo,
  34695.         Arc, UnArj, and UnZip.  Requires reqtools.library.  Shareware,
  34696.         binary only.
  34697.         Author:  Paul Mclachlan
  34698.  
  34699. BackUP        A freely distributable, shareware hard drive backup program
  34700.         that features a custom Intuition interface, multi-floppy drive
  34701.         support, high-density drive support, incremental/full backups,
  34702.         on-the-fly compression using lh.library, optional verify, two
  34703.         types of backup logs, safe-backups and a restorable config-
  34704.         uration.  BackUP requires Workbench 2.x, 1MB RAM and lh.library
  34705.         V1 (supplied).  Version 3.88 is an update to V3.77 on disk
  34706.         number 724, containing new features, some optimizations and a
  34707.         few bug fixes.  Binary only.
  34708.         Author:  Felix R. Jeske
  34709.  
  34710. Budget93    Ernie's Budget program for maintaining checking, credit card
  34711.         accounts and personal budgets.  Journal input accounting for
  34712.         each checking and card account.  Automatic distribution of
  34713.         journal entries into account categories.  Reports by month for
  34714.         journal and account categories.  Example journals included.
  34715.         Version 10.00, binary only, shareware.
  34716.         Author:  Ernie Nelson
  34717.  
  34718. P-Compress    A compression program that produces smaller files faster than
  34719.         any other current general-purpose cruncher, using LZH com-
  34720.         pression algorithms.  Can handle single files, whole drawers,
  34721.         disks, or selected files or types of files within drawers and
  34722.         disks.  Includes compression and decompression object files
  34723.         which can be linked to your own programs to allow them to
  34724.         access and output data in LZH format.  Version 2.9, an update
  34725.         to version 2.5 on disk 760.  Provides compatibility with OS.3.
  34726.         Author:  Chas A. Wyndham, LZH code by Barthel/Krekel
  34727.  
  34728. PostSplit    Update of the Pagestream Postscript file splitter found in the
  34729.         PSTools directory of disk 732.  Also includes a couple of text
  34730.         files: pgsfonts.lst -- a listing of the most common DMF Page-
  34731.         stream font ID numbers.  Useful for finding what fonts were
  34732.         used in a document.  Adobe.lst -- Listing of the ID numbers
  34733.         from the 750 most common Adobe fonts found on the Amiga and
  34734.         PC.  Postsplit version 1.05, includes source.
  34735.         Author:  Ian Parker
  34736.  
  34737. QuickTrans    All 17 functions of mathtrans.library and also of mathieeesing-
  34738.         tras.library.  Faster and about as accurate as Commodore's
  34739.         libraries.  Mathtrans.library trig functions over twice as
  34740.         fast; log and exponential about 3 times as fast.  Mathtrans.
  34741.         library is update of quicktrans on disk number 592.  Mathieee-
  34742.         singtrans.library is new, with most speed gains comparable to
  34743.         those of mathtrans.library.  Log and tan are about 4 times as
  34744.         fast as Commodore's.  Version 100, binary only.
  34745.         Author:  Martin Combs
  34746.  
  34747. S-Anim5        Turns Anim5 animations (DPaint, Videoscape, P-Animate etc.)
  34748.         into self-contained self-displaying compressed files callable
  34749.         from the Workbench or CLI.  As with S-Text and S-Pic these
  34750.         solve all decompression and display problems and save a lot of
  34751.         space as well.  No compiling needed.  Version 1.1, freeware,
  34752.         binary only.
  34753.         Author:  Chas A. Wyndham
  34754.  
  34755. S-Pic        Turns IFF ILBM pics into completely self-contained self-
  34756.         displaying compressed files callable from the Workbench or CLI.
  34757.         As with S-Text (on disk number #817), S-Pic will give you
  34758.         space-saving files which can be distributed without having to
  34759.         bother about display and decompression compatibility.  No
  34760.         compiling needed.  Version 1.2, freeware, binary only.
  34761.         Author:  Chas A. Wyndham
  34762.  
  34763. ==========================  Contents of Disk 885  ==========================
  34764.  
  34765. This is disk 885 of the freely distributable AMIGA software library.
  34766. Below is a listing of the significant directories and their contents.
  34767.  
  34768.  
  34769. False        The language FALSE and it's compiler were designed for only
  34770.         two reasons: building a working compiler in just 1k (!) and
  34771.         designing a language that looks cryptic and fuzzy (in the APL
  34772.         tradition).  The result is a language that is quite powerful
  34773.         (for it's size).  It's a Forth type language with lambda
  34774.         abstraction and lots of other goodies.  Version 1.1, includes
  34775.         source.
  34776.         Author:  Wouter van Oortmerssen
  34777.  
  34778. KCommodity    Part 1 of a 2 part release of this popular commodity.  This
  34779.         part contains the binaries, docs, and support files.  Part 2
  34780.         contains an LhA archive of the sources and may be found on
  34781.         disk number 886.  KCommodity is a multifunctional commodity
  34782.         for OS 2.0.  Includes window-activator, time-display in several
  34783.         modes and formats, alarm function, KeyStroke-Clicker, time to
  34784.         environment, Window/Screen cycling, LeftyMouse, ESC-Key can
  34785.         close Windows, Revision Control System, telefone bill calcu-
  34786.         lator, Screen/Mouse-Blanker, Mapping of german "Umlauts", PopUp
  34787.         Shell, AppIcon support, user definable HotKeys, Exploding Win-
  34788.         dows, Screen Dimmer, Mouse accelerator and more.  Fully con-
  34789.         trollable via ARexx-Port.  Completely rewritten UserInterface
  34790.         and several new functions like TagScreens in enhanced version,
  34791.         Display dump (which may dump to a file, too), localized and
  34792.         much more.  Again "some" bugfixes were made.  Version 2.5a, an
  34793.         update to version 2.00 on disk number 746.  Requires OS 2.0 or
  34794.         later.  Written in assembly for speed and efficiency.
  34795.         ShareWare, includes source.
  34796.         Author:  Kai Iske
  34797.  
  34798. ==========================  Contents of Disk 886  ==========================
  34799.  
  34800. This is disk 886 of the freely distributable AMIGA software library.
  34801. Below is a listing of the significant directories and their contents.
  34802.  
  34803.  
  34804. GoalKeeper    Computer Soccer administration program.  With this program you
  34805.         can create your own mini-League with up to eight teams.  Is fit
  34806.         for the European and the UK way of counting scores.  Now you
  34807.         can really find out who's the best at 'Kick Off 2','Sensible
  34808.         Soccer' or real soccer!  Version 1.0, includes source.
  34809.         Author:  Camiel Rouweler
  34810.  
  34811. KCommodity    Part 2 of a 2 part release of this popular commodity.  This
  34812.         part contains an LhA archive of the sources.  Part 1 contains
  34813.         the binaries, docs, and support files and may be found on
  34814.         disk number 885.  KCommodity is a multifunctional commodity
  34815.         for OS 2.0.  Includes window-activator, time-display in several
  34816.         modes and formats, alarm function, KeyStroke-Clicker, time to
  34817.         environment, Window/Screen cycling, LeftyMouse, ESC-Key can
  34818.         close Windows, Revision Control System, telefone bill calcu-
  34819.         lator, Screen/Mouse-Blanker, Mapping of german "Umlauts", PopUp
  34820.         Shell, AppIcon support, user definable HotKeys, Exploding Win-
  34821.         dows, Screen Dimmer, Mouse accelerator and more.  Fully con-
  34822.         trollable via ARexx-Port.  Completely rewritten UserInterface
  34823.         and several new functions like TagScreens in enhanced version,
  34824.         Display dump (which may dump to a file, too), localized and
  34825.         much more.  Again "some" bugfixes were made.  Version 2.5a, an
  34826.         update to version 2.00 on disk number 746.  Requires OS 2.0 or
  34827.         later.  Written in Assembler for speed and efficiency.
  34828.         ShareWare, includes source.
  34829.         Author:  Kai Iske
  34830.  
  34831. PatchLibrary    This is the initial release of the patch.library programmer's
  34832.         pack.  It provides easy-to-use functions to safely install
  34833.         custom code for library functions.  Two example programs
  34834.         ShowNeededFiles and CPUClear demonstrate how the library works.
  34835.         ShowNeededFiles patches dos.library to print messages whenever
  34836.         Open(), LoadSeg() or Lock() is called.  CPUClear patches
  34837.         graphics.library/BltClear() to use the CPU instead of the
  34838.         Blitter.  Version 1.55, assembly source is included for the
  34839.         example programs.
  34840.         Author:  Stefan Fuchs
  34841.  
  34842. Pyramid        A program that create pyramids under the POV raytracer author-
  34843.         izing the user to set up parameters such as the height, the
  34844.         texture, the number of stages, etc... and that allows one to
  34845.         choose the pyramid as desired.  French and English versions,
  34846.         with two example pictures.  Version 2.0, Binary only.
  34847.         Author:  Nicolas Mougel
  34848.  
  34849. TextPort    Four text porting utilities: StripCR -- strips the CR character
  34850.         from the end-of-line codes of MSDOS text files, for AmigaDOS
  34851.         or unix compatibility.  AddCR -- converts AmigaDOS text files
  34852.         to MSDOS, but doesn't touch EOL codes that are already comp-
  34853.         atible.  StripHR -- strips out hard returns from a text file,
  34854.         leaving paragraph formatting intact.  Useful for wordproces-
  34855.         sors.  Reformat -- re-wraps a text file to a different line
  34856.         length.  Version 1.0, PD, includes source.
  34857.         Author:  Alex Matulich, Unicorn Research Corporation
  34858.  
  34859. TrackEd        A disk sector editor with user friendly hexadecimal/ASCII edit
  34860.         possibilities.  Data can be searched on part of a disk or the
  34861.         whole disk in four different ways.  Works with all DFx: drives.
  34862.         OS2.0 or higher required.  Version 1.24, includes source.
  34863.         Author:  Camiel Rouweler
  34864.  
  34865. ==========================  Contents of Disk 887  ==========================
  34866.  
  34867. This is disk 887 of the freely distributable AMIGA software library.
  34868. Below is a listing of the significant directories and their contents.
  34869.  
  34870.  
  34871. ARTM        Amiga Real Time Monitor.  Displays and controls system activ-
  34872.         ity such as tasks, windows, libraries, devices, resources,
  34873.         ports, residents, interrupts, vectors, memory, mounts, assigns,
  34874.         locks, fonts, hardware, res_cmds, a little SystemMonitor and
  34875.         display the last Alert.  Version 1.7, an update to version 1.6
  34876.         on disk 652.  Shareware, binary only.
  34877.         Author:  Dietmar Jansen and F. J. Mertens
  34878.  
  34879. FHSpread    A Spreadsheet program that uses its own custom screen.  Can
  34880.         be switched between hires, laced and PAL, NTSC.  Version 1.71,
  34881.         should work on any amiga with at least 1MB.  Binary only.
  34882.         Author:  Frank Hartog
  34883.  
  34884. JACOsub        Timed script player for professional-quality video titling.
  34885.         Extremely flexible script format allows generation of
  34886.         outlines & shadows around multiple fonts, complete control
  34887.         over position, style, margins, color, auto-wordrapping, etc.
  34888.         Time events may be non-sequential and overlapping.  Displays
  34889.         IFF graphics with the title text.  Several 3rd-party script
  34890.         formats supported.  True multiple-video buffering for super-
  34891.         clean transitions between displays.  On-the-fly shift and
  34892.         ramp time adjustments.  Thoroughly tested by many users.
  34893.         Version 1.5 shareware, binary only, includes demo and fonts.
  34894.         Author:  Alex Matulich, Unicorn Research Corporation
  34895.  
  34896. ThrowMouse    A Workbench tool that replaces often used mouse clicks through
  34897.         icon tooltypes.  May be used with WBStartup to open any work-
  34898.         bench drawer etc.  Version 0.70, freeware, binary only, with
  34899.         source available from the author.
  34900.         Author:  Roland Mainz
  34901.  
  34902. MakeLink    A replacement for the CBM "MakeLink", fully compatible.
  34903.         Features are soft & hard links, links to files & directories
  34904.         and link loop warnings.  Version 0.90, freeware, binary only,
  34905.         with source available from the author.
  34906.         Author:  Roland Mainz
  34907.  
  34908. NBuff        Rewrite of A.C.R. Martin's original DBuff double-buffer
  34909.         routines from an early library disk.  No more memory leaks nor
  34910.         misuse of MrgCop()!  The JACOsub video titler uses NBuff.
  34911.         NBuff allows any number of video buffers, not just two.
  34912.         A single #define makes it fast and Intuition-unfriendly
  34913.         (like DBuff) or friendly (which is a bit slower).  Another
  34914.         #define controls whether NBuff will or will not use the Layers
  34915.         library for transparent, automatic buffer boundary clipping.
  34916.         Version 2.2, PD, C source + binary demo.  Docs in NBuff.c.
  34917.         Author:  Alex Matulich, Unicorn Research Corporation
  34918.  
  34919. SegTextMaster    A little tool for programmers who need to use large amounts of
  34920.         text in their programs (I.E. adventure games).  It creates an
  34921.         array of characters with a header.  Makes compiling/assembly
  34922.         time very quick and reduces space requirements.  Requires
  34923.         AmigaDOS 1.2 or higher.  Version 1.0, binary only, sample
  34924.         source for application included.
  34925.         Author:  Titus v. Kraft
  34926.  
  34927. X10Commander    Allows owners of the X10(R) CP290 HOME CONTROL INTERFACE to
  34928.         program the 128 event capable interface or send direct commands
  34929.         through it to control lights, appliances, etc...  Version 1.0,
  34930.         binary only.
  34931.         Author:  Gregory MacKay
  34932.  
  34933. ==========================  Contents of Disk 888  ==========================
  34934.  
  34935. This is disk 888 of the freely distributable AMIGA software library.
  34936. Below is a listing of the significant directories and their contents.
  34937.  
  34938.  
  34939. CFN        When working in the Shell, allows you to complete filenames
  34940.         by just hitting the <TAB> key in a manner similar to that
  34941.         commonly found on UNIX systems.  When similar filenames exist,
  34942.         CFN will complete the file name up to the point they differ,
  34943.         then wait for you to add more characters, after which you can
  34944.         simply press the <TAB> key again to complete a unique file
  34945.         name.  Version 1.0, includes source.
  34946.         Author:  Andreas Gⁿnther
  34947.  
  34948. MainActor    A modular animation package containing modules for various
  34949.         animation and picture formats.  You can create/edit/time/play
  34950.         animations of any size.  An arexx port is integrated.  Version
  34951.         1.0, binary only.
  34952.         Author:  Markus Moenig
  34953.  
  34954. NewList        The ultimate 'ls'.  Fast, small, powerful, and fully config-
  34955.         urable.  Features include links, networking, Envoy, mufs,
  34956.         assign adds, datatypes, a pager, complete output formatting
  34957.         (date,header,etc), various recursions, and all the sorts and
  34958.         filters a person will ever need.  Newlist runs in 10 major
  34959.         languages as well.  Version 8, an update to version 6.0 on
  34960.         disk number 597, binary only, WB2.0+ required.
  34961.         Author:  Phil Dietz
  34962.  
  34963. SwitchWindow    A replacement for the CBM "IHelp" commodity.  It allows you to
  34964.         arrange the windows in many different ways via hotkeys and a
  34965.         powerful REXX port.  Version 0.85, freeware, binary only,
  34966.         source available from the author.
  34967.         Author:  Roland Mainz
  34968.  
  34969. ==========================  Contents of Disk 889  ==========================
  34970.  
  34971. This is disk 889 of the freely distributable AMIGA software library.
  34972. Below is a listing of the significant directories and their contents.
  34973.  
  34974.  
  34975. Csh        Replacement for the Amiga shell, similar to UN*X csh.  Main
  34976.         features include over 100 built in commands, 70 functions,
  34977.         new system variables, file name completion, freely
  34978.         programmable command line editing, file classes, auto cd,
  34979.         lazy cd, intuition menus for the shell window, automatic
  34980.         RX-ing, local variables, $( ), statement blocks, high speed,
  34981.         plus much more.  This is version 5.31, an update to version
  34982.         5.19 on disk 624.  Includes source.
  34983.         Author:  A. Kirchwitz, U. Dominik Mueller, C. Borreo, S. Drew,
  34984.              M. Dillon
  34985.  
  34986. DiskCat        DiskCat is a disk cataloger.  The files can be organized any
  34987.         way you want.  You can make and name any category you care to.
  34988.         Categories and files can be moved.  Through menu selection,
  34989.         all disks that are inserted are automatically searched and the
  34990.         useful information copied.  A 40 char comment can be entered
  34991.         for each file.  The database can be searched and exported.
  34992.         Version 1.3, requires OS 2.04+, binary only, shareware.
  34993.         Author:  Kenny Nagy
  34994.  
  34995. DxConverter    Converts binary/hex/ULONG integers/ASCII/RAWKEY codes to
  34996.         binary/hex/ULONG integer or ASCII.  Fully intuitionalized.
  34997.         Version 1.0, binary only, freeware.
  34998.         Author:  Kenny Nagy
  34999.  
  35000. SCSIutil    A CLI utility to issue commands to a SCSI disk using a spe-
  35001.         cific SCSI id number.  Commands include inquiry, seek, start/
  35002.         stop motor, read sector(s), play audio CD sectors, insert,
  35003.         eject, read capacity, etc.  Version 1.815, an update to
  35004.         version 1.0 on disk number 669.  Freeware, includes source.
  35005.         Author:  Gary Duncan and Heiko Rath
  35006. ==========================  Contents of Disk 890  ==========================
  35007.  
  35008. This is disk 890 of the freely distributable AMIGA software library.
  35009. Below is a listing of the significant directories and their contents.
  35010.  
  35011.  
  35012. DiskMate    A disk utility with multidrive disk copier (either DOS or non-
  35013.         DOS disks), disk formatter, disk eraser, disk installer, and
  35014.         floppy disk checker.  Version 4.3, an update to version 4.1
  35015.         on disk number 854.  Binary only.
  35016.         Author:  Malcolm Harvey
  35017.  
  35018. DropBox        WorkBench AppIcon Commodity that examines the filename of the
  35019.         file dropped in it, then searches a configurable database for
  35020.         an action to perform on it, such as read, display, edit, unarc,
  35021.         etc.  Requires OS 2.04+.  Version 1.01, binary only.
  35022.         Author:  Steve Anichini
  35023.  
  35024. FileRexx    Opens an ASL-filerequester on the frontmost PublicScreen, and
  35025.         prints the selected file/directory to StdOut, into an environ-
  35026.         ment-variable (if choosen), or into an arexx-variable (if File
  35027.         Rexx has opened a rexx-host).  The size of the filerequester
  35028.         will adjust automatically to the actual visible screensize if
  35029.         not affected from the given arguments.  Version 1.3, binary
  35030.         only.
  35031.         Author:  Michael Hohmann and Hartmut Goebel
  35032.  
  35033. LogicShop    Build and test logic circuits.  Everything is accessed from
  35034.         an intuition interface.  Version 1.1, binary only, freeware.
  35035.         Author:  Kenny Nagy
  35036.  
  35037. OnTheBall    Demo version of a desktop aid that contains: Calendar -- View
  35038.         & Print adjustable week, month, and yearly schedules.  Search
  35039.         forward & backward through appointments.  9 repeat modes.
  35040.         reminder with snooze.  Addressbook -- Mailing labels, auto-
  35041.         dialer.  Search & sort by any field.  Attatch notes.  To-Do
  35042.         List -- Sorts by optional due dates.  Search/Print.  NotePad --
  35043.         Full-featured text editor, have as many notes open at one time
  35044.         as you like.  Attatch notes to any entry in any application.
  35045.         Multi-lingual, works on all Amigas.  Preferences.  ARexx.
  35046.         Imports Nag(c) files.  Create personalized "Tags".  Much
  35047.         more...  V1.10, binary only.
  35048.         Author:  Jason Freund, Pure Logic Software
  35049.  
  35050. SltChr        Allows users of ASDG's CygnusEd Professional to select a
  35051.         character via point-n-click rather than having to remember
  35052.         (or lookup) the ascii keycode for it.  Useful for entering
  35053.         international, special, or infrequently used characters.
  35054.         Version 1.0, includes source in C.  Requires AmigaDos 2.0.
  35055.         Author:  Njaal Fisketjoen
  35056.  
  35057. ==========================  Contents of Disk 891  ==========================
  35058.  
  35059. This is disk 891 of the freely distributable AMIGA software library.
  35060. Below is a listing of the significant directories and their contents.
  35061.  
  35062.  
  35063. AskEnv        A requester construction tool for use with DOS-scripts, AREXX
  35064.         and any other language that can start an external program.
  35065.         System and file requesters may be called by command line args,
  35066.         and config files allow construction of complex requesters
  35067.         containing almost any type of gadtools gadgets.  Extended
  35068.         gadget types can call file requesters and start programs.
  35069.         Results are stored in environment variables.  Requires OS 2.04,
  35070.         Version 2.5, binary only.
  35071.         Author:  Bengt Giger
  35072.  
  35073. DiskSalv2    A disk repair, salvage, and undelete utility for all standard
  35074.         disk devices and file system types.  Has a full Intuition
  35075.         interface and runs from Workbench or Shell.  It can fix most
  35076.         problems in-place, and can reverse a partial or QUICK format.
  35077.         It can copy out from disks that can't be fixed due to physical
  35078.         damage, with a destination going to any AmigaDOS disk device
  35079.         or pipe (eg, TAPE:).  In English, locale catalogs included for
  35080.         Danish, French, German, Italian, Norwegian, Finnish, and
  35081.         Swedish, short manuals in English and Swedish.  Extensive
  35082.         update to DiskSalv 1.42 on disk 251.  Requires AmigaOS 2.04
  35083.         or later.  Uncrippled Shareware, binary only, V11.27.
  35084.         Author:  Dave Haynie
  35085.  
  35086. HDClick        A Harddisk-Menu and Workbench-Tool.  Easily start programs,
  35087.         batchfiles or ARexx-scripts simply by clicking on a gadget.
  35088.         Opens its own screen or only a small window on the Workbench.
  35089.         Includes an AppWindow/AppIcon to view pictures, listen to
  35090.         samples, print texts or even decrunch archives by just drag-
  35091.         ging an Icon on the AppObject.  Gadgets can have their own
  35092.         fonts and colors.  Unlimited number of sub-menus.  Easily
  35093.         configurable, with Online-Help.  Requires OS 2.04. Version
  35094.         2.53, an update to V2.0 on disk 605.  Binary only, shareware.
  35095.         Author:  Claude Mⁿller
  35096.  
  35097. ROMTagMem    Adds non-autoconfig memory as early as possible to the memory
  35098.         list.  In situations where you have only CHIP memory and non-
  35099.         autoconfig memory, your system will run faster and have more
  35100.         CHIP memory available if as many system structures as possible
  35101.         are not in CHIP memory.  Binary only.
  35102.         Author:  John Matthews
  35103.  
  35104. Skew        Skeleton Writer is a tool for generating C code for various
  35105.         Intuition based applications.  You click the mouse and the
  35106.         code gets written.  Similar to PowerSource and GadToolsBox,
  35107.         but with slightly different functionality.  Version 1.28,
  35108.         an update to version 1.2 on disk 746.  Includes source.
  35109.         Author:  Piotr Obminski
  35110.  
  35111. ==========================  Contents of Disk 892  ==========================
  35112.  
  35113. This is disk 892 of the freely distributable AMIGA software library.
  35114. Below is a listing of the significant directories and their contents.
  35115.  
  35116.  
  35117. DviHp        A printer driver for HP LaserJet (trademark of the Hewlett
  35118.         Packard Company) and compatible printers.  It translates DVI
  35119.         files, usually generated by TeX, to a code understood by
  35120.         HP-LJ (PCL - printer control language).  DviHp supports down-
  35121.         loading fonts, which gives you extremely fast output.  It
  35122.         allows you to include IFF ILBM files into your documents.
  35123.         Version 1.0, binary only.
  35124.         Author:  Ales Pecnik
  35125.  
  35126. Gemini10X    All-new printer driver for Star Gemini-10X and 15X printers.
  35127.         Features graphics resolutions twice as high as the Commodore
  35128.         provided "EpsonXOld" driver.  Version 35.1, binary only.
  35129.         Author:  Michael B÷hnisch
  35130.  
  35131. Indent        A C source code formatter/indenter.  Especially useful for
  35132.         cleaning up inconsistently indented code.  Version 1.8, an
  35133.         update to version 1.7 on disk 821.  Includes source.
  35134.         Author:  Various, Amiga port by Carsten Steger
  35135.  
  35136. Look        A powerful program for creating and showing disk magazines.
  35137.         Supports IFF pictures, IFF brushes, ANSI, fonts, PowerPacker,
  35138.         and many more features.  Programmed in assembly language to
  35139.         be small and fast.  German language only.  Version 1.9, an
  35140.         update to version 1.6 on disk 816.  Shareware, binary only.
  35141.         Author:  AndrΘ Voget
  35142.  
  35143. MouseAideDEMO    DEMO version of a "Mouse" utility which has all the standard
  35144.         functions: Mouse Acceleration with threshhold, window and
  35145.         screen manipulation by mouse and keyboard, mouse and screen
  35146.         blanking, SUN (auto-activation) mouse, user definable "hot
  35147.         key" command, Keyboard "String" macros, etc...  But also has
  35148.         functions other "Mouse" programs do NOT, such as: Shell-
  35149.         Cycling, Key Clicking, KeyClosing, Multi-Icon-Select with
  35150.         Mouse, Middle Mouse Button Windowing, EZ-Date generation,
  35151.         Mouse Port switching, Workbench to the front function, Ez-
  35152.         Dragging, Freezing Mouse & Keyboard of all input, etc...
  35153.         Now features an easy to use Pop-Up 2.xx style intuition
  35154.         interface and the ability to function correctly in all the
  35155.         new screen modes!  Written in assembly for efficiency in size
  35156.         and CPU usage.  Version v9.69a, an update to version v7.12a
  35157.         on disk 788, Binary only.
  35158.         Author:  Thomas J. Czarnecki
  35159.  
  35160. TeXPrt        A front-end for DVI printer drivers with a (nice?) GUI.  It is
  35161.         highly configurable and can be used with various DVI printer
  35162.         drivers.  Configuration files for Georg Hessmann's DVIPrint
  35163.         (PasTeX), DVILJP (AmigaTeX) and DVILJ2P (Gustaf Neumann) are
  35164.         included.  TeXPrt has an ARexx port and interprets 18 ARexx
  35165.         commands.  TeXPrt runs on an AppWindow and supports an
  35166.         (optional) AppIcon for selecting DVI files.  Needs at least
  35167.         Kickstart 2.04.  This is Version 2.0, freeware, includes
  35168.         source in C.
  35169.         Author:  Richard A. B÷di
  35170.  
  35171. ==========================  Contents of Disk 893  ==========================
  35172.  
  35173. This is disk 893 of the freely distributable AMIGA software library.
  35174. Below is a listing of the significant directories and their contents.
  35175.  
  35176.  
  35177. AmigaWorld    A database program that contains information about every
  35178.         country on Earth.  It enables you to have a look at the data
  35179.         of one country, or to compare several ones.  Among other things
  35180.         it displays location, capital, area, population, languages,
  35181.         currency and the flag of each country.  AmigaWorld is very
  35182.         easy to handle, and you can use it with your favourite font,
  35183.         screen mode and colors.  You can also choose between English,
  35184.         German, Swedish and Dutch output.  It works on every Amiga
  35185.         that has one MByte of memory and Kickstart 1.2 or later.
  35186.         Freeware version 2.0, an update to version 1.1 on Disk number
  35187.         851.  New features include flag display and information about
  35188.         religions and international organizations.  Modula-2 source is
  35189.         available from the author.
  35190.         Author:  Wolfgang Lug
  35191.  
  35192. BadLinks    A utility which tests the links in newly written amigaguide
  35193.         documents.  Rather than manually clicking on every button in
  35194.         your amigaguide document to ensure each will link up with a
  35195.         valid node, just run BadLinks.  Will work on documents which
  35196.         reference nodes in other amigaguide documents too.
  35197.         Version 1.17, binary only.
  35198.         Author:  Roger E. Nedel
  35199.  
  35200. Clouds        A program which creates random cloud scenery.  You may save
  35201.         the pictures as IFF-files and use them as background for your
  35202.         workbench.  Uses new AGA-features.  Operational on all AMIGAS
  35203.         with all Workbench-Versions, but needs at least 2.1 to gain
  35204.         access to all features.  Version 2.9, an update to version 2.0
  35205.         on disk number 805.  Public domain, includes complete source
  35206.         in KICK-PASCAL.
  35207.         Author:  Daniel Amor
  35208.  
  35209. ==========================  Contents of Disk 894  ==========================
  35210.  
  35211. This is disk 894 of the freely distributable AMIGA software library.
  35212. Below is a listing of the significant directories and their contents.
  35213.  
  35214.  
  35215. AntiRascism    Some texts, pictures and programs dealing with the problem
  35216.         of violence & rascism.  Sources included.  Version 1.0.
  35217.         Author:  Daniel Amor and others
  35218.  
  35219. CDTV-Player    A utility for all those people, who'd like to play Audio-CD's,
  35220.         while multitasking on workbench.  It's an emulation of CDTV's
  35221.         remote control, but is a little more sophisticated.  Access
  35222.         to the archive even without a CD-ROM-Drive (i.e. AMIGA 500-
  35223.         4000), although you can't play a CD.  PROGRAM & KARAOKE (live
  35224.         on-screen) included.  Recognizes CDs automatically.  AREXX-Port
  35225.         for usage in other programs.  Version 2.05, an update to
  35226.         version 2.0 on disk 868.  Docs in English, Franτais & Deutsch.
  35227.         Supports CDTV-Drives & XETEC-Drives.  FISH-WARE, binary only.
  35228.         Author:  Daniel Amor
  35229.  
  35230. GreekFont    This is a scalable vector font.  It's the Greek equivalent
  35231.         of the Times Roman font.  It includes the Greek typewriter
  35232.         setmap and is available as ADOBE TYPE 1, PAGESTREAM FONT
  35233.         (dmf-file), PROPAGE FONT & INTELLIFONT.  This Font is
  35234.         shareware.  Designed with FontDesigner.
  35235.         Author:  Daniel Amor
  35236.  
  35237. LazyBench    LazyBench is a utility for lazy people with a hard disk cram-
  35238.         med full of goodies which are difficult to reach because they
  35239.         are buried away in drawers inside drawers inside drawers in-
  35240.         side drawers...  Supports tools and projects and both OS 1.3
  35241.         and OS 2.xx versions are supplied with this distribution.
  35242.         LazyBench for the OS 1.3 opens a little window on the Work-
  35243.         bench screen and delivers a fully configurable menu which
  35244.         brings up to 30 applications at your fingertips.  LazyBench
  35245.         for the OS 2.xx adds an item under the Workbench "Tools" menu,
  35246.         installs itself as a Commodity and waits in the background.
  35247.         Use its hot key combination to pop up its window and then
  35248.         select an application to be launched.  Versions 1.01 (OS 1.3)
  35249.         and 1.10 (OS 2.xx), an update to the versions on disk number
  35250.         860.  Binary only.
  35251.         Author:  Werther 'Mircko' Pirani
  35252.  
  35253. Resize        A font-sensitive utility to change the dimensions of the shell
  35254.         window.  Offers two options:  Reporting the current dimensions
  35255.         of the shell window and setting new ones.  Includes source.
  35256.         Author:  Bernd Raschke
  35257.  
  35258. ==========================  Contents of Disk 895  ==========================
  35259.  
  35260. This is disk 895 of the freely distributable AMIGA software library.
  35261. Below is a listing of the significant directories and their contents.
  35262.  
  35263.  
  35264. FMsynth        A program to create sounds with FM synthesis.  It has six
  35265.         operators, a realtime LFO and a free editable algorithm.  The
  35266.         sound can be played on the Amiga keyboard and saved in IFF-
  35267.         8SVX format.  Version 1.1, giftware, includes source in
  35268.         Oberon-2.
  35269.         Author:  Christian Stiens
  35270.  
  35271. MakeDMake    An automated DMake file generator.  You give it the names of
  35272.         all the C-files used to produce your executable (except
  35273.         #include'd .c or .h files), and it will automatically scan
  35274.         them to find all dependencies, and produce a ready to use
  35275.         (in many cases) DMakeFile calling DCC with options you will
  35276.         need for normal compilation and linking.  Version 0.22, an
  35277.         update to version 0.19 on disk 810.  Includes source.
  35278.         Author:  Piotr Obminski, from original code by Tim McGrath
  35279.  
  35280. MuchMore    Another program like "more", "less", "pg", etc.  This one uses
  35281.         its own screen to show the text using a slow scroll.  Includes
  35282.         built-in help, commands to search for text, and commands to
  35283.         print the text.  Supports 4 color text in bold, italic, under-
  35284.         lined, or inverse fonts.  Can load xpk-crunched files, has a
  35285.         display mode requester and is now localized (german catalog
  35286.         included).  Version 3.3, an update to version 3.0 on disk
  35287.         number 560.  Includes source in Oberon-2.
  35288.         Author:  Fridtjof Siebert, Christian Stiens
  35289.  
  35290. StAid2        Demo of the multi-purpose educational UTILITY called "Student
  35291.         Aid ][".  This utility allows you to create, load, edit,
  35292.         practice and print TRUE/FALSE, MULTIPLE CHOICE and FILL IN THE
  35293.         BLANK tests or quizzes on any subject you desire.  It will also
  35294.         save grades to monitor progress.  This demo contains some
  35295.         sample tests on various subjects, and has all features enabled
  35296.         except for SAVE TEST.  Works on WB1.3 to 3.x, NTSC & PAL.  (May
  35297.         not work with FastROM).  Ver 0.8, binary only.  DEMO is freely
  35298.         distributable.
  35299.         Author:  Rick Rojas
  35300.  
  35301. ==========================  Contents of Disk 896  ==========================
  35302.  
  35303. This is disk 896 of the freely distributable AMIGA software library.
  35304. Below is a listing of the significant directories and their contents.
  35305.  
  35306.  
  35307. AnsiView    A utility to view IBM ansi pics on the AMIGA.  Supports the 16
  35308.         color IBM Ansi standard fully.  Works on any AMIGA running any
  35309.         version of AmigaDos.  Version 1.0, binary only with source
  35310.         available from the author.
  35311.         Author:  Marcus Trisdale
  35312.  
  35313. DA        "Digital Aesthetics".  A program that provides you with a
  35314.         soothing audio environment in which to work, similar to the
  35315.         cd's/tapes available of rainstorms, ocean surfs, rivers, etc.
  35316.         The sounds are contained in modules called "EMods", short for
  35317.         Environment MODules.  With DA, you can control various aspects
  35318.         of these EMods, and link EMods together in a list to be played
  35319.         in sequence.  Two short EMods are provided, with more available
  35320.         when you purchase the registered version.  Version 2.5, OS2.x
  35321.         required, binary only.
  35322.         Author:  Greg Grove
  35323.  
  35324. Riff        A little iff reader written in modula-2, M2amiga.  Version 1.1,
  35325.         includes source.
  35326.         Author:  Marcel Timmermans
  35327.  
  35328. SamPull        A utility which will allow you to manipulate and save the
  35329.         samples of a music module, (just Noise/Sound/Protracker MOD
  35330.         format for now), to disk in a quick and user-friendly graphic
  35331.         environment.  As an added bonus, SamPull features sub-programs
  35332.         which will scan for MODs in memory or on any format of disk.
  35333.         Version 2.0, OS2.x required, binary only.
  35334.         Author:  Greg Grove
  35335.  
  35336. ScriptTool    A small Workbench-utility which lets you to run commonly used
  35337.         commands and scripts from Workbench's Tools-menu.  Version
  35338.         1.02 and needs DOS2.0 (V36).  Freeware, includes source.
  35339.         Author:  Jan Hagqvist
  35340.  
  35341. WBStart        WBStart is a package to emulate the WorkBench startup proce-
  35342.         dure, by loading a program, creating a process for it, and
  35343.         then sending it a WB startup message.  Includes a handler
  35344.         process which does the starting of the processes for you and
  35345.         then waits for the startup reply messages.  Version 1.3, an
  35346.         update to version 1.2 on disk number 757.  Includes source.
  35347.         Author:  Stefan Becker
  35348.  
  35349. ==========================  Contents of Disk 897  ==========================
  35350.  
  35351. This is disk 897 of the freely distributable AMIGA software library.
  35352. Below is a listing of the significant directories and their contents.
  35353.  
  35354.  
  35355. DNet        A link protocol that provides essentially an unlimited number
  35356.         of reliable connections between processes on two machines,
  35357.         where each end of the link can be either an Amiga or a Unix
  35358.         (BSD4.3) machine.  Works on the Amiga with any EXEC device
  35359.         that looks like the serial.device.  Works on UNIX with tty and
  35360.         socket devices.  Achieves better than 95% average throughput
  35361.         on file transfers.  This is version 2.32, an update to version
  35362.         2.10 on disk number 294.  Includes sources for both the Amiga
  35363.         and Unix versions.
  35364.         Author:  Matt Dillon and others
  35365.  
  35366. EPP        E Preprocessor.  Simple, easy-to-use macro preprocessor
  35367.         intended for use with Wouter van Oortmerssen's E language
  35368.         compiler.  Allows E programmer's to "include" (similar to C)
  35369.         E source code modules, thus adding modularity to the E lang-
  35370.         uage.  Should work on any OS version.  Update to V1.0, improved
  35371.         speed; bug fixes; new OPT TURBO directive for turning on Turbo
  35372.         mode for single modules; CtrlC made reliable.  Version 1.1,
  35373.         includes source.
  35374.         Author:  Barry Wills.
  35375.  
  35376. PrtSc        Have you ever noticed that there is a PrtSc-key on the numeric
  35377.         keypad?  If you press it you'll find that nothing happens, but
  35378.         here's the solution.  So if you've ever wanted to have a work-
  35379.         ing PrtSc-key, try this.  Requires OS2.0 (V36).  Version 1.08,
  35380.         freeware, includes source in assembler.
  35381.         Author:  Jan Hagqvist
  35382.  
  35383. VerCheck    A little script utility especially for 2.04 users with 1.3 Rom
  35384.         sharer/KickDisk. This helps you to boot under the right    system
  35385.         when using an alien Kickstart.  Version 2.00, now includes
  35386.         CPU/FPU checking too.  Freeware, includes source in assembler.
  35387.         Author:  Jan Hagqvist
  35388.  
  35389. ==========================  Contents of Disk 898  ==========================
  35390.  
  35391. This is disk 898 of the freely distributable AMIGA software library.
  35392. Below is a listing of the significant directories and their contents.
  35393.  
  35394.  
  35395. AniMan        The final version (5.2) of AniMan, the voice recognition
  35396.         program that allows you to converse with an animated talking
  35397.         head to execute any ARexx or CLI command.  AniMan appears as
  35398.         a full color animation in a miniature window on the 3.0 Work-
  35399.         bench screen.  AniMan is fully multitasking and runs in the
  35400.         foreground or background, listening for your voice commands
  35401.         even while other programs may be running.  Many improvements
  35402.         requested by users are now included.  Menu operations have
  35403.         been improved.  Documentation is provided in AmigaGuide format.
  35404.         Audio digitizer support has been expanded to include Perfect
  35405.         Sound 3, Sound Magic (Sound Master), DSS 8, and Generic digi-
  35406.         tizers.  AniMan 5.2 requires AmigaDOS 3.0.  An update to
  35407.         version 5.0 on Disk #841.  Binary only.
  35408.         Author:  Richard Horne
  35409.  
  35410. NarTest        A little tool that lets you to play with the new features of
  35411.         V37 narrator.device.  Also ideal for designing the speech for
  35412.         your own programs.  Version 1.01, needs DOS2.04 (V37).  Free-
  35413.         ware, includes source in assembler.
  35414.         Author:  Jan Hagqvist
  35415.  
  35416. Sci-Fi_Demo    A demo of Sci-Fi Type: 14 3d fonts for Imagine and other
  35417.         rendering programs.  Includes: Ultra (a full sample fonts),
  35418.         A short doc file with ordrering info, and an iff (hi res 16
  35419.         color) image depicting the rest of the set.
  35420.         Author:  Doug Brooks
  35421.  
  35422. VCLI        The final version (7.0) of Voice Command Line Interface (VCLI)
  35423.         which will execute CLI commands, ARexx commands, or ARexx
  35424.         Scripts by voice command.  VCLI allows you to launch multiple
  35425.         applications or control any program with an ARexx capability
  35426.         entirely by spoken voice command.  Many improvements requested
  35427.         by users are now included.  VCLI now has its own ARexx port so
  35428.         that its internal options and functions can be controlled by
  35429.         ARexx command.  Menu operations have been improved.  Document-
  35430.         ation is provided in AmigaGuide format.  Audio digitizer sup-
  35431.         port has been expanded to include Perfect Sound 3, Sound Magic
  35432.         (Sound Master), DSS 8, and Generic digitizers.  This is the
  35433.         fastest version of VCLI yet, and it runs well under either
  35434.         AmigaDOS 2.0 or 3.0.  An update to version 5.2 on disk number
  35435.         807.  Binary only.
  35436.         Author:  Richard Horne
  35437.  
  35438. ==========================  Contents of Disk 899  ==========================
  35439.  
  35440. This is disk 899 of the freely distributable AMIGA software library.
  35441. Below is a listing of the significant directories and their contents.
  35442.  
  35443.  
  35444. ARoach        Based on Xroach for X-Windows, displays disgusting cock-
  35445.         roaches on your screen.  These creepy crawlies scamper
  35446.         around until they find a window to hide under.  Whenever
  35447.         you move or resize a window, the exposed orthopteras again
  35448.         scamper for cover.  Version 1.0, requires at least AmigaDOS
  35449.         Release 2, includes source.
  35450.         Author:  Stefan Winterstein
  35451.  
  35452. GoodDouble    Some sample source using a couple of functions that make for
  35453.         MUCH EASIER handling of double clicks with ALL buttons.  Works
  35454.         perfectly! (at least with DICE...).  Version 0.3
  35455.         Author:  Piotr Obminski
  35456.  
  35457. SmartPlay    A quite small, and really fast multiformat moduleplayer for
  35458.         OS2.0+.  Supports most moduleformats around, and  will play
  35459.         all modules with the _right_ replayroutines.  The CPU usage
  35460.         of this player is also really low, so it will run fine even
  35461.         on a 7MHz Amiga, while doing some highspeed serial transfers.
  35462.         100% coded in assembler.  Version 3.1, binary only.
  35463.         Author:  Peter Hjelt
  35464.  
  35465. Targis        A fast-paced action game.  It offers 200 pre-defined levels
  35466.         and the ability to design your own levels and characters.
  35467.         Binary only.
  35468.         Author:  David Ashley
  35469. ==========================  Contents of Disk 900  ==========================
  35470.  
  35471. This is disk 900 of the freely distributable AMIGA software library.
  35472. Below is a listing of the significant directories and their contents.
  35473.  
  35474.  
  35475. Columns        A GUI-based "paper-saving" utility.  Allows you to print text
  35476.         in columns and use various compression modes (up to 160
  35477.         characters per line and 180 lines per standard DIN A4 page).
  35478.         5.6 times more characters than in usual modes, but still
  35479.         readable.  Written completely in assembly.  Kickstart 2.0 and
  35480.         3.0 compatible, Kickstart 2.0 look, Keyboard controls and
  35481.         saveable settings.  Version 2.5, binary only.
  35482.         Author:  Martin Mares, Tomas Zikmund
  35483.  
  35484. Popper        Replaces Intuition menus with popup menus which appear under
  35485.         the mouse pointer instead of in the top of the screen.  You
  35486.         can also "rip" menus from the menu-bar and keep them on the
  35487.         screen as a window all the time (or close them with the close
  35488.         gadget, of course).  Version 1.1, binary only.
  35489.         Author:  Pierre Dak Baillargeon
  35490.  
  35491. Robouldix    Playable demo of a game based on BoulderDash.  Uses 32 colour
  35492.         graphics, senses and adapts to PAL and NTSC.  Over 500 diff-
  35493.         erent objects in the registered version.  (About 40 in the
  35494.         demo version).  Requires at least one megabyte of memory.
  35495.         Binary only.
  35496.         Author:  Svante Berglund, Patrik Grip-Jansson
  35497.  
  35498. Touch        Amiga version of the Unix utility with the same name.  Touch
  35499.         changes the date and time stamp of all specified files to the
  35500.         current date and time.  Workbench 2.0 wildcards are supported.
  35501.         Requires OS2.0, includes source.
  35502.         Author:  Dave Schreiber
  35503.  
  35504. ==========================  Contents of Disk 901  ==========================
  35505.  
  35506. This is disk 901 of the freely distributable AMIGA software library.
  35507. Below is a listing of the significant directories and their contents.
  35508.  
  35509.  
  35510. AmigaBase    A hierachical, programmable database that runs under OS 1.3
  35511.         and OS 2.0.  Has a full intuition interface.  Features include
  35512.         two display methods, filter datasets, search datasets, print
  35513.         datasets, and much more.  Nearly everything can be realized
  35514.         by programming AmigaBase.  Datatypes can be Integer, Real,
  35515.         Boolean, String, Memo (Text), Date and Time.  Number of data-
  35516.         sets is only limited by available memory.  Also included in
  35517.         the package are some example projects.  Version 1.31, an up-
  35518.         date to version 1.21 on disk 813.  Shareware, binary only.
  35519.         Author:  Steffen Gutmann
  35520.  
  35521. ==========================  Contents of Disk 902  ==========================
  35522.  
  35523. This is disk 902 of the freely distributable AMIGA software library.
  35524. Below is a listing of the significant directories and their contents.
  35525.  
  35526.  
  35527. DWFPresets    Some OverScan, Palette, Pattern and Pointer presents.  Some
  35528.         will look a bit odd in modes other than HiRes-Interlace mode
  35529.         and default colors.  If you're using Release 2.04, you'll be
  35530.         able to click on the icons and change the presets without
  35531.         having to use the Prefs tool.
  35532.         Author:  David W. Ferguson
  35533.  
  35534. Error        CLI utility to print a message text for AmigaDOS errors along
  35535.         with probable causes and suggestions for recovery (From Amiga-
  35536.         DOS manual).  Version 1.0, includes source.
  35537.         Author:  Njσl Fisketj°n
  35538.  
  35539. Less        A text file reader, descended from Unix "Less."  Less has
  35540.         features found on no other Amiga file reader; it can use
  35541.         pipes, accepts multiple filenames, and has many convenient
  35542.         positioning commands for forward and backward movement,
  35543.         marking positions, etc.  This version adds an option to
  35544.         suppress opening a new window, using the existing CLI window
  35545.         instead (especially useful with an AUX: shell), and includes
  35546.         some minor bug fixes.  Version 1.6Z, an update to version 1.4Z
  35547.         on disk number 511.  Includes source in SAS C 6.3.
  35548.         Author:  Ray Zarling et. al.
  35549.  
  35550. SltChr        Allows users of ASDG's CygnusEd Professional to select a
  35551.         character via point-n-click rather than having to remember
  35552.         (or lookup) the ascii keycode for it.  Useful for entering
  35553.         international, special, or infrequently used characters.
  35554.         Version 1.1, fixes a bug present in version 1.0 on disk
  35555.         number 890.  Includes source in C.  Requires AmigaDos 2.0.
  35556.         Author:  Njσl Fisketj°n
  35557.  
  35558. VirusZ        A virus detector that recognizes over 220 boot viruses and
  35559.         over 115 file viruses.  The filechecker can also decrunch
  35560.         files for testing.  The memory checker removes all known
  35561.         viruses from memory without 'Guru  Meditation' and checks
  35562.         memory for viruses regularly.  VirusZ has easy to use intui-
  35563.         tionized menus including keycuts for both beginners and
  35564.         experienced users.  VirusZ performs a self-test on every
  35565.         startup to prevent link virus infection.  Written entirely in
  35566.         assembly language and operates with Kickstart 1.2/1.3, OS 2.0
  35567.         and OS 3.0.  Version 3.07, an update to version 3.00 on disk
  35568.         number 820.  Shareware, binary only.
  35569.         Author:  Georg H÷rmann
  35570.  
  35571. ==========================  Contents of Disk 903  ==========================
  35572.  
  35573. This is disk 903 of the freely distributable AMIGA software library.
  35574. Below is a listing of the significant directories and their contents.
  35575.  
  35576.  
  35577. ArmyMiner    An ultimate "XMines-type" game that integrates all of the best
  35578.         aspects of the previous Amiga versions of the game.  Options
  35579.         include:  Automatically mark or clean the neighbours of a
  35580.         square; Safe start (no explosion at first click); Safe click
  35581.         (gadget-like behavior for squares); Question marks (for con-
  35582.         figuration analysis).  You can also specify your own custom
  35583.         board settings.  The game has a very useful pause option,
  35584.         sound effects, high-score tables and a very nice interface.
  35585.         It works under OS v1.3 or 2.0, NTSC or PAL.  Version 1.4,
  35586.         an update to version 1.1 on disk number 876.  Binary only.
  35587.         Author:  Alain Laferriere
  35588.  
  35589. MICE        My Image Code Editor.  MICE generates source code from stan-
  35590.         dard IFF pictures.  Can generate either assembly or C source.
  35591.         Version 1.3, an update to version 1.2 on disk number 590.
  35592.         Binary only.
  35593.         Author:  Pierre-Louis Mangeard
  35594.  
  35595. QDisk        A WorkBench 2.x/3.x equivalent to the cli info command and
  35596.         more.  QDisk will monitor your AMIGA DOS devices at specified
  35597.         intervals defined by tool types.  There are also tool types to
  35598.         position all windows and set a warning flag when space usage
  35599.         becomes high.  Version 1.1, an update to version 1.0 on disk
  35600.         number 853.  Binary only.
  35601.         Author:  Norman Baccari
  35602.  
  35603. SuperDuper    A very fast disk copier and formatter.  Can make up to four
  35604.         unverified copies from a ram buffer in 36 seconds.  Verified
  35605.         copies from a ram buffer take 67 seconds for one destination
  35606.         drive, plus 34 seconds for each additional destination.  This
  35607.         is version 3.00, an update to version 2.02 on disk 753.
  35608.         Includes a program to fine tune some fields in the trackdisk
  35609.         device, and a "no click" type program.  Binary only.
  35610.         Author:  Sebastiano Vigna
  35611.  
  35612. TaskE        A GUI based task manager.  It provides you with information on
  35613.         running tasks and allows you to clean up behind failed tasks
  35614.         by closing their windows and screens.  In addition, you can
  35615.         attempt to remove tasks by sending them CTRL-C signals, and
  35616.         simply by disabling them.  Version 37.1, includes source.
  35617.         Author:  Michael D. Bayne
  35618.  
  35619. Viewtek        A feature packed  Picture/Animation Viewer.  Shows most ILBM's
  35620.         (including 24-bit ILBM's), most Compuserve GIF format images,
  35621.         most JFIF format JPEG images and most ANIM Op-5 format ani-
  35622.         mations, with support for different palettes for each frame.
  35623.         Supports SHAM, CTBL, and PCHG images, full support of ECS/AGA
  35624.         display modes (ie. show 256 color GIF's directly, show 800x600
  35625.         HAM animations, etc.).  Supports viewing contents of clipboard.
  35626.         Iconifies to a Workbench AppIcon.  Includes a version written
  35627.         for GVP's Impact Vision 24, to support true 24-bit display.
  35628.         Version 1.05, an update to version 1.02 on disk number 787.
  35629.         Requires Workbench 2.04+, binary only.
  35630.         Author:  Thomas Krehbiel
  35631.  
  35632. ==========================  Contents of Disk 904  ==========================
  35633.  
  35634. This is disk 904 of the freely distributable AMIGA software library.
  35635. Below is a listing of the significant directories and their contents.
  35636.  
  35637.  
  35638. ATS        "AfterTitleS", this program will scroll a large iff picture
  35639.         up the screen, for the purpose of creating video credits or
  35640.         other effects as you see fit.  Version 1.0, includes source.
  35641.         Author:  Jakob Gσrdsted
  35642.  
  35643. CxPak        A set of five commodities:  AutoClick -- a window activator;
  35644.         WClose -- close windows easily; WCycle -- cycle screens or
  35645.         windows; WDrag -- drag windows without having to find the
  35646.         title bar; WSize -- resize windows without having to find the
  35647.         sizing gadget.  Version 1.0, includes source in assembly.
  35648.         Author:  Pierre-Louis Mangeard
  35649.  
  35650. Fill        Smart Multi-file Mover/Copier.  Moves/copies files from the
  35651.         specified directory to a specified destination.  Optimizes
  35652.         space on destination by using a "best-fit" algorithm.
  35653.         Capable of filling every byte on a floppy without splitting
  35654.         files.  CLI-usage only, version 1.1, includes source.
  35655.         Author:  Barry Wills.
  35656.  
  35657. IdleLED        Turns the power LED off when the CPU is idle.  It operates
  35658.         using timerA on CIAB.  This is continuously reset by the idle
  35659.         task running at low priority (-127).  When the idle task is
  35660.         preempted by anything, the timer is allowed to underflow
  35661.         causing the interrupt server to run which turns on the power
  35662.         light.  Next time the idle task runs, it immediately turns off
  35663.         the power light.  Version 1.0a, includes source.
  35664.         Author:  Lindsay Meek
  35665.  
  35666. Term        An update to the binaries released on disks 831 and 832.
  35667.         This is an update only and contains several bug fixes to the
  35668.         executables released in that series.  To obtain full benefit
  35669.         from the package, you should also obtain the documentation
  35670.         and support files on disks 831-833.  Version 3.4, binary only.
  35671.         Author:  Olaf `Olsen' Barthel
  35672.  
  35673. ==========================  Contents of Disk 905  ==========================
  35674.  
  35675. This is disk 905 of the freely distributable AMIGA software library.
  35676. Below is a listing of the significant directories and their contents.
  35677.  
  35678.  
  35679. Action        A program for starting other programs dependent on file types.
  35680.         Files are shown, unpacked, executed, etc. dependent on a chosen
  35681.         action.  Executes (multiple) commands for each passed file
  35682.         appropriate to the file type, which are described in a action
  35683.         definition file.  Version 1.0, binary only.
  35684.         Author:  Michael Suelmann
  35685.  
  35686. DTree        Similar to "Tree" on the IBM PCs, displays a devices' "Tree"
  35687.         heirarchy.  While similar programs exist for the Amiga, they
  35688.         don't use standard input/output.  Standard i/o makes many
  35689.         things possible, like  piping, i/o redirection, etc.
  35690.         Version 1.0, includes source.
  35691.         Author:  Sam Yee
  35692.  
  35693. Eval        A full-featured floating point expression evaluator that
  35694.         can assign variables, has many built-in functions and
  35695.         constants, allows input and output in any number base, and
  35696.         uses a C-like syntax for expression evaluation.  Full ANSI
  35697.         C source is included and easily portable to other platforms.
  35698.         Version 1.13, an update to version 1.12 on disk number 857.
  35699.         Includes source.
  35700.         Author:  Will Menninger
  35701.  
  35702. MultiUser    Allows you to create a Unix-like environment where several
  35703.         users live  together in harmony, unable to delete each others
  35704.         files, unable to read those private love-letters of other
  35705.         users...  And this even if several users are working on the
  35706.         machine at the same time (on a terminal hooked up to the
  35707.         serial port)  Version 1.4, requires OS2.04+ and a hard drive,
  35708.         binary only.
  35709.         Author:  Geert Uytterhoeven
  35710.  
  35711. NullModem    A software device that imitates two modems and a phone line,
  35712.         on one machine.  I wrote it whilst looking at the WPL script-
  35713.         ing language, so that I could play around without having to
  35714.         spend any money on expensive phone calls, but it can be used
  35715.         for testing various other programs.  Version 2.0, binary only.
  35716.         Author:  Iain Hibbert
  35717.  
  35718. TWC        Two Way Chat & Send enables you to make use of your modem's
  35719.         full-duplex feature - in fact, it can save you up to 50%
  35720.         transmission time.  With TWC you can connect to another guy
  35721.         running TWC, then you may transmit file- AND chat-data at the
  35722.         same time in both directions.  GUI-driven, requires OS2.04+.
  35723.         Version 3.101, an update to version 2.03 on disk number 801.
  35724.         Binary only, shareware.
  35725.         Author:  Lutz Vieweg
  35726.  
  35727. ==========================  Contents of Disk 906  ==========================
  35728.  
  35729. This is disk 906 of the freely distributable AMIGA software library.
  35730. Below is a listing of the significant directories and their contents.
  35731.  
  35732.  
  35733. BackDrops    A friendly 2.x Prefs program for your Workbench that will allow
  35734.         you to keep a list of your favorite backdrops and have a new
  35735.         one appear each time your computer is rebooted.  Requires Nick-
  35736.         Prefs or a similar program to display the backdrop.  Version
  35737.         1.00, binary only.
  35738.         Author:  Ross MacGregor
  35739.  
  35740. MagicMenu    Replaces all Intuition menus, supporting both "pull-down" and
  35741.         "pop-up" menus.  Menus can be displayed in either the Standard
  35742.         look, or the modern AmigaOS 2.0 style 3D-Look, and controlled
  35743.         exclusively using the keyboard, (no need to grab the mouse
  35744.         anymore!)  Configurable handling and appearance.  Remembers
  35745.         every menu's last selected item, displaying Pop-Up menus the
  35746.         next time at a position allowing quick selection of the same
  35747.         or neighboring items.  Automatically brings the currently
  35748.         active screen (if not visible) to the front for menu selection
  35749.         then returns it to the back after a selection is made.  Input
  35750.         timeouts, plus much more!  Version 1.27, binary only.
  35751.         Author:  Martin Kornd÷rfer
  35752.  
  35753. Move        A compact, fast CLI move command that allows the moving of
  35754.         files over multiple devices.  It will perform a "true" move
  35755.         (a la rename) when files are being moved around on the same
  35756.         device, making it very fast, while still being able to perform
  35757.         moves over multiple devices.  Move will also allow you to move
  35758.         file links, and supports all standard 2.x wildcards.
  35759.         Version 2.2a, requires kickstart 2.04 or higher, binary only.
  35760.         Author:  Asher Feldman
  35761.  
  35762. PhxAss        PhxAss is a complete macro assembler, which supports the
  35763.         instruction-set and addressing modes of all important Motorola
  35764.         processors (MC68000,68010,68020,68030,68040,6888x and 68851).
  35765.         It understands all common assembler-directives and can generate
  35766.         not only linkable object-files but also absolute code, which
  35767.         can be written to memory, to a file or directly to disk using
  35768.         the 'trackdisk.device'.  In all cases the user has the oppor-
  35769.         tunity to choose between the large and small code/data-model.
  35770.         Version V3.30, an update to version V3.00 on disk number 853.
  35771.         Binary only, shareware.
  35772.         Author:  Frank Wille
  35773.  
  35774. PowerData    Patches AmigaDOS, enabling all programs to read and write
  35775.         files packed with PowerPacker in way that is completely
  35776.         transparent to themselves and the system.  Programs will read
  35777.         powerpacked datafiles directly, and will also magically start
  35778.         compressing their own datafiles, as they create or update
  35779.         them.  Version 38.200, an update to the version 38.115 on
  35780.         disk number 841.  Partially localized for use with Workbench
  35781.         2.1.  Requires Workbench 2.04+.  Binary only, shareware.
  35782.         Author:  Michael Berg
  35783.  
  35784. ==========================  Contents of Disk 907  ==========================
  35785.  
  35786. This is disk 907 of the freely distributable AMIGA software library.
  35787. Below is a listing of the significant directories and their contents.
  35788.  
  35789.  
  35790. AmiQWK        QWKMail format offline message system.  Allows reading of
  35791.         QWKMail format offline message packets popular with many
  35792.         bulletin board systems (BBSes).  Replies can be edited using
  35793.         any text editor and packed for transfer at a later time.
  35794.         AmiQWK has been tested with many QWKMail systems for IBM and
  35795.         Amiga based BBSes.  Requires Workbench 2.04 or higher.  Release
  35796.         2 version 1.0, Shareware, binary only.
  35797.         Author:  Jim Dawson
  35798.  
  35799. CyberPager    The CyberPager software allows one to send alpha-numeric pages
  35800.         from one's Amiga.  This is accomplished by dialing into an IXO
  35801.         protocol compliant pager central and uploading messages.
  35802.         Features include:  Alias files for commonly paged people to
  35803.         be referred to by name rather than cryptic PIN numbers;
  35804.         "Groups" file allowing messages to be easily sent to many
  35805.         people working on the same project, same department, etc;
  35806.         Supports multiple pager centrals through a Services config-
  35807.         uration file; Full logging of messages spooled, dialout
  35808.         attempts, etc. and much more.  Requires AmigaDOS 2.0+,
  35809.         includes source.
  35810.         Author:  Christopher A. Wichura
  35811.  
  35812. DD        A directory scanner, something like DIR or LIST, but it does
  35813.         much more.  It can use many different types of file lists,
  35814.         sort file lists, analyse file contents, display statistics,
  35815.         search for identical files and so on.  Version 1.0, binary
  35816.         only.
  35817.         Author:  Martin Mares
  35818.  
  35819. VideoTitler    Generates professional looking TV titles and credits for your
  35820.         own videos.  Outstanding abilities are very smooth scrolling,
  35821.         color slides (AGA-support) and usage of colorfonts.  Limited
  35822.         demo version only.  Version 1.1, binary only, shareware.
  35823.         Author:  Andreas Ackermann
  35824.  
  35825. ZGif        A VERY fast, and very small GIF displayer, ideally suited to
  35826.         the new AGA machines, but also provides a quick greyscale
  35827.         display for older machines.  Main features are: SMALL!;
  35828.         CLI interface; AGA fully supported, 24-bit palette utilized;
  35829.         Asynchronous file reading; comes in 68020+ and 68-nuthin
  35830.         versions.  Version 0.4, binary only.
  35831.         Author:  Michael Zucchi
  35832.  
  35833. ==========================  Contents of Disk 908  ==========================
  35834.  
  35835. This is disk 908 of the freely distributable AMIGA software library.
  35836. Below is a listing of the significant directories and their contents.
  35837.  
  35838.  
  35839. DviDvi        Converts a DVI file into another DVI file, with perhaps cer-
  35840.         tain changes.  It allows for example printing of two or four
  35841.         pages per sheet of paper or doublesided printing.  Version 1.0,
  35842.         includes source.
  35843.         Author:  Tomas Rokicki, Amiga-Port and implementation of
  35844.              PasTeX-Support by Jochen Wiedmann
  35845.  
  35846. GoldED1        A GUI-based editor with lots of functions/options.  High-
  35847.         lights include:  OS3.x look & functions (AppWindows, MenuHelp);
  35848.         Folding of paragraphs (unlimited nesting available);  Menus
  35849.         fully customizable (easy-to-use requesters);  Macro recorder;
  35850.         ARexx port (about 250 commands/options); AutoRefs capability
  35851.         (includes, autodocs, sources, ...); HotKey activation; Auto-
  35852.         matic phrase completion, based on dictionary; Smooth display,
  35853.         fast scrolling; Unlimited number of windows; ASCII character
  35854.         selection window;  AutoBackup (any interval); Online help,
  35855.         (AmigaGuide); Insertion/removal of columns; Clipboard support;
  35856.         Project files; Smart indentation; DICE compiler frontend,
  35857.         (GUIMake) ...and much more!  Part 1 of a 2-part distribution,
  35858.         part 2 can be found on disk number 909.  Version 0.94, binary
  35859.         only.
  35860.         Author:  Dietmar Eilert (GoldED) & Rico Krasowski (GUIMake)
  35861.  
  35862. HFK         Yet another TitleBar clock that tries to look like part of your
  35863.         Workbench title bar.  It actually opens a very small, non-
  35864.         draggable window in the upper right corner of the screen.  HFK
  35865.         opens on the default public screen, which will usually be Work-
  35866.         bench.  HFK uses almost 0% of CPU time, as it is written very
  35867.         efficiently in C, taking advantage of the timer.device, and
  35868.         only once a minute to render the time.  Version 39.35, Requires
  35869.         Workbench 3.0, binary only.
  35870.         Author:  Herbert West
  35871.  
  35872. MegaView    A "Multi-View" kind of program for use with Workbench 2.0.  It
  35873.         uses the whatis.library (included) to recognize the filetype of
  35874.         a file with which it is invoked to run a filetype-specific
  35875.         program.  MegaView can be used from the Shell, from Workbench,
  35876.         as Default Tool in project icons, as an AppIcon or as an App-
  35877.         MenuItem.  Version 1.03, public domain, includes source.
  35878.         Author:  Hans-J÷rg and Thomas Frieden, Whatis.library by
  35879.              Sylvain Rougier and Pierre Carette
  35880.  
  35881. ==========================  Contents of Disk 909  ==========================
  35882.  
  35883. This is disk 909 of the freely distributable AMIGA software library.
  35884. Below is a listing of the significant directories and their contents.
  35885.  
  35886.  
  35887. GoldED2        A GUI-based editor with lots of functions/options.  High-
  35888.         lights include:  OS3.x look & functions (AppWindows, MenuHelp);
  35889.         Folding of paragraphs (unlimited nesting available);  Menus
  35890.         fully customizable (easy-to-use requesters);  Macro recorder;
  35891.         ARexx port (about 250 commands/options); AutoRefs capability
  35892.         (includes, autodocs, sources, ...); HotKey activation; Auto-
  35893.         matic phrase completion, based on dictionary; Smooth display,
  35894.         fast scrolling; Unlimited number of windows; ASCII character
  35895.         selection window;  AutoBackup (any interval); Online help,
  35896.         (AmigaGuide); Insertion/removal of columns; Clipboard support;
  35897.         Project files; Smart indentation; DICE compiler frontend,
  35898.         (GUIMake) ...and much more!  Part 2 of a 2-part distribution,
  35899.         part 1 can be found on disk number 908.  Version 0.94, binary
  35900.         only.
  35901.         Author:  Dietmar Eilert (GoldED) & Rico Krasowski (GUIMake)
  35902. ==========================  Contents of Disk 910  ==========================
  35903.  
  35904. This is disk 910 of the freely distributable AMIGA software library.
  35905. Below is a listing of the significant directories and their contents.
  35906.  
  35907.  
  35908. DefPubScreen    A little wedge that makes the front-most screen the default
  35909.         public screen.  If the front-most screen isn't a public screen,
  35910.         nothing changes.  It wedges into the vertical blanking inter-
  35911.         rupt server chain and watches Intuition's record of the front
  35912.         most screen.  When the front-most screen changes, the main
  35913.         task is signaled and responds by making the front-most screen
  35914.         the default public screen if possible.  This is all totally
  35915.         transparent and happens very quickly, and is very handy for
  35916.         people who have seperate screens for Shell windows etc.
  35917.         Version 2.00, binary only.
  35918.         Author:  Matt Francis
  35919.  
  35920. DSound        DSound is an 8SVX sound sample player that plays samples
  35921.         directly off a hard drive, without having to load an entire
  35922.         sample into memory first, making it possible to play samples
  35923.         of any length even under limited memory conditions.  Version
  35924.         1.30, an update to version 1.20 on disk number 729.  This
  35925.         version fixes some bugs and adds a display to the DSound
  35926.         window that shows the length of the sample and the amount
  35927.         played so far, both in minutes::seconds format.  Includes
  35928.         source.
  35929.         Author:  Dave Schreiber
  35930.  
  35931. IEv4Demo    An icon editor which can create and modify icons up to 640x256
  35932.         pixels in size, up to 256 colors, edit all non-graphical icon
  35933.         parameters including up to 40 tooltypes, import/export IFF
  35934.         images, recolour icons for DOS2.0, write text into icon in any
  35935.         font and style, scale icon images, edit default icons, select
  35936.         screen resolution and magnification for editing, and much more!
  35937.         Demonstration version of IE Version 4.0, update to IE on disk
  35938.         number 621.  This version runs MUCH faster and uses MUCH less
  35939.         memory!  Requires Workbench 2.04+.  Binary only.
  35940.         Author:  Peter Kiem
  35941.  
  35942. PowerCache    A new, user friendly, completely configurable disk caching
  35943.         system.  Has tons of features, including a font sensitive GUI,
  35944.         multiple unit caching, selectable read-only or read/write
  35945.         cache mode, cache-in-a-file option, statistics graphs, a low
  35946.         memory handler, a full ARexx interface and more than 100k of
  35947.         AmigaGuide documentation, to mention a few.  Online help is
  35948.         (optionally) available everywhere using AmigaGuide.  Installs
  35949.         as a simple commodity and is of course hotkey controllable.
  35950.         Requires at least Kickstart 2.04.  Certain bonus features
  35951.         require 3.0 or later.  Localized, CatComp source included.
  35952.         Version 37.64, binary only, shareware
  35953.         Author:  Michael Berg
  35954.  
  35955. WBKillAGA    Workbench interface for Jolyon Ralph's "KillAGA" program,
  35956.         providing a short program that can be used as the "default
  35957.         tool" for an icon.  Also includes a utility to convert many
  35958.         icons at a time.  Original KillAGA distribution included.
  35959.         Author:  Fabian Nunez, KillAGA by Jolyon Ralph
  35960.  
  35961. ==========================  Contents of Disk 911  ==========================
  35962.  
  35963. This is disk 911 of the freely distributable AMIGA software library.
  35964. Below is a listing of the significant directories and their contents.
  35965.  
  35966.  
  35967. GadLayout    A system for laying out gadgets in a dynamic font and locale
  35968.         sensitive manner.  Note that it is not a graphical editor, but
  35969.         a set of routines for programmers to use for much greater con-
  35970.         trol in the laying out of gadgets.  Version 36.22 release 1.6
  35971.         beta, includes source and an example program.
  35972.         Author:  Timothy J. Aston
  35973.  
  35974. GadOutline    A shared library intended to provide programmers with a means
  35975.         of describing the general layout of a GUI in a font-independant
  35976.         manner, taking care of the details of determining the exact
  35977.         placement of the individual elements of the display and the
  35978.         drudgery of creating and managing all of the gadgets.  In addi-
  35979.         tion, it provides a very generalized mechanism for tracking
  35980.         the state of all of its gadgets to support automatic resizing
  35981.         and closing and opening of a window without loss of context.
  35982.         Includes automatic hotkey support and a vector based drawing
  35983.         module that can be used for everything from drawing frames
  35984.         around groups of gadgets to creating custom images for BOOPSI
  35985.         gadgets.  Version 2.0, includes the library, programmer support
  35986.         files and some examples.
  35987.         Author:  Dianne Hackborn
  35988.  
  35989. PSM        Yet Another Public Screen Program.  It was primarily written as
  35990.         a demonstration of the gadoutline.library, and is thus current-
  35991.         ly very GUIcentric - it does no command line parsing for CLI
  35992.         users or even look at its Workbench tooltypes.  On the other
  35993.         hand, it does have a very sophisticated multi-window user
  35994.         interface and allows almost complete control over the creation
  35995.         of screens.  Version 1.0, binary only.
  35996.         Author:  Dianne Hackborn.
  35997.  
  35998. ==========================  Contents of Disk 912  ==========================
  35999.  
  36000. This is disk 912 of the freely distributable AMIGA software library.
  36001. Below is a listing of the significant directories and their contents.
  36002.  
  36003.  
  36004. Enforcer    A tool to monitor illegal memory access for 68020/68851, 68030,
  36005.         and 68040 CPUs.  This is a completely new Enforcer from the
  36006.         original idea by Bryce Nesbitt.  It contains many new and
  36007.         wonderful features and options and no longer contains any
  36008.         exceptions for specific software.  Enforcer can now also be
  36009.         used with CPU or SetCPU FASTROM or most any other MMU-Kick-
  36010.         start-Mapping tool.  Major new output options such as local
  36011.         output, stdout, and parallel port.  Highly optimized to be as
  36012.         fast as possible.  This is version 37.52, an update to version
  36013.         37.28 on disk number 773.  Requires V37 of the OS or better
  36014.         and an MMU.
  36015.         Author:  Michael Sinz
  36016.  
  36017. UUArc        UUArc is an archiving system designed to enable easy trans-
  36018.         mission of binary files/archives over communcation links only
  36019.         capable of using ASCII, such as Electronic Mail.  It encodes
  36020.         binary files into files containing only printable standard
  36021.         ASCII characters.  Written primarily for use with GuiArc to
  36022.         add UUEncoding/UUDecoding facilities to it, it takes similar
  36023.         command line options to other commonly used archiving programs.
  36024.         Version 1.1, public domain, includes source.
  36025.         Author:  Julie Brandon
  36026.  
  36027. UUxT        Makes the task of uuencoding and decoding simple.  You can even
  36028.         lha and uuencode multiple files in a single step!  (And vice
  36029.         versa)  Also, UUxT will decode uuencoded files that have mult-
  36030.         iple mail files and other garbage in them!  Includes UUxT-GUI,
  36031.         an intuition frontend for UUxT.  It offers all the power of
  36032.         UUxT, but from the workbench!  It has a slick, WB 2.0 style
  36033.         look, even under 1.3.  UUxT version 2.1, UUxT-GUI version 1.0.
  36034.         Binary only.
  36035.         Author:  Asher Feldman
  36036.  
  36037. Task        An "Expert-User" type tool for changing any tasks' priority or
  36038.         signalling a task.  C:ChangeTaskPri cannot change task priori-
  36039.         ties of non-DOS-processes and C:Break cannot signal a non-DOS
  36040.         process - 'Task' can! Requires Kickstart 2.04+.  Version 1.06,
  36041.         binary only.  Assembly source available from author.
  36042.         Author:  Tobias Ruland
  36043.  
  36044. Yak        "Yet Another Kommodity".  Features a sunmouse that only acti-
  36045.         vates when mouse stops, KeyActivate windows, Click windows
  36046.         to front or back, Cycle screens with mouse, Mouse and Screen
  36047.         blanking, Close/Zip/Shrink/Enlarge windows with programmable
  36048.         hotkeys, Activate Workbench by hotkey (to get at menus when
  36049.         WB obscured), Pop up a palette on front screen, Insert date
  36050.         (in various formats), KeyClick with adjustable volume, Pop-
  36051.         Command key for starting a command (like PopCLI), Gadtools
  36052.         interface.  All settings accessible from Workbench tooltypes.
  36053.         Version 1.52, an update to version 1.2 on disk number 782.
  36054.         Author:  Martin W. Scott
  36055.  
  36056. ==========================  Contents of Disk 913  ==========================
  36057.  
  36058. This is disk 913 of the freely distributable AMIGA software library.
  36059. Below is a listing of the significant directories and their contents.
  36060.  
  36061.  
  36062. AssignManager    A new prefs editor which handles your custom assigns in a
  36063.         friendly, all-encompassing way.  No more fiddling with Assign
  36064.         commands in User-Startups.  Now you can use AssignManager to
  36065.         edit your list of assigns to your heart's content.  Version
  36066.         1.00, binary only.
  36067.         Author:  Matt Francis
  36068.  
  36069. AssignPrefs    Another program to simplify the assignments done in the startup
  36070.         sequence.  The assignment list can be edited with AssignPrefs
  36071.         and then stored for later use.  Version 1.02, includes source.
  36072.         Author:  Thomas Frieden
  36073.  
  36074. Moontool    A port of John Walker's moontool program for UNIX.  It gives a
  36075.         variety of statistics about the moon, including phase, dist-
  36076.         ance, angular, size and time to next full moon.  A schematic
  36077.         of the current phase is also shown as a picture.  This is
  36078.         illustrative only; the accurate phase is shown in the text.
  36079.         Now font-sensitive and will automatically use the user-defined
  36080.         system font (non-proportional).  If the font is too large, the
  36081.         program will fall-back to Topaz 8.  Version 1.1, an update to
  36082.         version 1.0 on disk number 800.  Binary only.
  36083.         Author:  John Walker, Amiga port by Eric G. Suchanek
  36084.  
  36085. PickStartup    Allows you to select a startup-sequence of your liking.
  36086.         Requires AmigaDOS 2.04+, includes source.
  36087.         Author:  Bill Pierpont
  36088.  
  36089. StickIt        A computer replacement for the ol' Post-It note.  It allows
  36090.         you to stick notes onto your screen which will be displayed
  36091.         every time you re-boot; useful to remind you of things to do.
  36092.         Features: Unlimited number of notes on screen; Notes remember
  36093.         where you left them; User-defined font name/size; User-defined
  36094.         note size; User-defined text/background colour (yep, they can
  36095.         be yellow if you want !); User-defined delay at startup to
  36096.         avoid disk thrashing; User-defined filename for note infor-
  36097.         mation.  Requires AmigaDOS 2.04+, version 1.02, includes
  36098.         source.
  36099.         Author:  Andy Dean
  36100.  
  36101. VirusChecker    A virus checker that can check memory, disk bootblocks, and
  36102.         all disk files for signs of most known viruses.  Can remember
  36103.         nonstandard bootblocks that you indicate are OK and not bother
  36104.         you about them again.  Includes an ARexx port.  Now supports
  36105.         SHI's Bootblock.library.  By using this library and its brain-
  36106.         file you have the ability to add new Bootblock viruses as SHI
  36107.         release new brainfiles.  Version 6.30, an update to version
  36108.         6.22 on disk 825.  Binary only.
  36109.         Author:  John Veldthuis
  36110.  
  36111. VoiceShell    A replacement for VCLI by Richard Horne.  It doesn't have the
  36112.         fancy graphics etc. but it seems to eat less CPU time and
  36113.         should be faster overall.  It also has some extra options.
  36114.         Version 1.11, binary only.
  36115.         Author:  Tomi Blinnikka, voice.library by Richard Horne
  36116.  
  36117. ==========================  Contents of Disk 914  ==========================
  36118.  
  36119. This is disk 914 of the freely distributable AMIGA software library.
  36120. Below is a listing of the significant directories and their contents.
  36121.  
  36122.  
  36123. MainActor    A modular animation package with many features.  Modules
  36124.         included in this release are IFF-Anim 5/7/8, IFF-AnimBrush,
  36125.         PCX,IFF.  The features include playing from harddisk, playing
  36126.         animations in windows (OS3.0), timing of animations and much
  36127.         more.  The PicassoII gfx board is supported.  Version 1.16, an
  36128.         update to Version 1.0 on disk number 888.  Binary only.
  36129.         Author:  Markus Moenig
  36130.  
  36131. ==========================  Contents of Disk 915  ==========================
  36132.  
  36133. This is disk 915 of the freely distributable AMIGA software library.
  36134. Below is a listing of the significant directories and their contents.
  36135.  
  36136.  
  36137. Blitz2Demo    A next generation BASIC with features borrowed from PASCAL,
  36138.         C and others.  Blitz2 can be used to program any type of
  36139.         software, from valuable applications to entertaining arcade
  36140.         games.  Features:  Full implementation of extended BASIC
  36141.         (Select..Case While..wend etc.); Support for standard IFF
  36142.         graphics, sound and animations; NewTypes similar to C Struct-
  36143.         ures making Blitz2 more than just another BASIC; In-line macro
  36144.         assembler for advanced users; Linked list support for quick
  36145.         database type programming; Standard Amiga screen, window, menu
  36146.         and gadget management commands; Full access to the internal
  36147.         Amiga libraries and structures; Power-Windows type user inter-
  36148.         face generator... and much, much more!  Demo version with the
  36149.         the "create executable" option disabled.  Lots of examples,
  36150.         but very little documentation.  Version 1.00, binary only.
  36151.         Author:  Mark Sibly
  36152.  
  36153. ScreenSelect    A commodity to change screen order by selecting a screen name
  36154.         from a listview.  Also allows binding of hotkeys to any screen
  36155.         with a proper name.  Supports automatic activation of windows
  36156.         (remembers last activations) when changing to new screen, is
  36157.         configurable with Preferences program, has a full intuition
  36158.         interface and is font sensitive (including proportional fonts).
  36159.         Documentation in AmigaGuide, ASCII and DVI formats.  Requires
  36160.         AmigaOS 2.04 or later.  Version 2.0, binary only, freeware.
  36161.         Author:  Markus Aalto
  36162.  
  36163. StatRam        A very fast, very recoverable ram drive.  It works on any Amiga
  36164.         using V2.04 or greater of the OS.  It maintains the remarkable
  36165.         recoverability of the original VD0:, but has now been totally
  36166.         re-written to handle any DOS filesystem, be named what you like
  36167.         and give back memory from deleted files instantly.  Based on
  36168.         ASDG's 'VD0:'.  Version 2.1, an update to version 1.5 on disk
  36169.         number 871.  Binary only.
  36170.         Author:  Richard Waspe, Nicola Salmoria
  36171.  
  36172. ==========================  Contents of Disk 916  ==========================
  36173.  
  36174. This is disk 916 of the freely distributable AMIGA software library.
  36175. Below is a listing of the significant directories and their contents.
  36176.  
  36177.  
  36178. ChangeMode    A utility for people who would like to change the mode (screen-
  36179.         type) and displaysize (overscan) of a picture or animation.  An
  36180.         animation, made in f.i. a doubblescan resolution, can be forced
  36181.         into any other (genlock-compatible?) mode, and complete direc-
  36182.         tories of pictures can be changed to any mode available.  This
  36183.         utility uses the information from the graphics database to be
  36184.         able to ease your choice.  Version 1.0, binary only.
  36185.         Author:  Ekke Verheul
  36186.  
  36187. ChemBalance    An ARexx script to balance unbalanced chemical equations.  With
  36188.         ChemBalance in ram, enter "rx ram:ChemBalance" from a CLI or
  36189.         Shell window.  A prompt should appear from which you can enter
  36190.         an unbalanced chemical equation for ChemBalance to try to
  36191.         balance.  Version 2.0, an update to version 1.0 on disk number
  36192.         759.  Requires ARexx.
  36193.         Author:  Patrick Reany
  36194.  
  36195. MathPlot    A function plotter with lin/log plot, a complete KS 2.0 inter-
  36196.         face, and ARexx support.  Needs Kickstart/WorkBench 2.0 and
  36197.         mtool.library (included).  Version 2.07, an update to version
  36198.         2.01 on disk 849.  Shareware, source available from author.
  36199.         Author:  Ruediger Dreier
  36200.  
  36201. Rego        Registration Manager.  A style of AddressBook/Database that
  36202.         allows you to keep track of multiple registrations.  Useful
  36203.         for Shareware authors, for example.  Also allows an optional
  36204.         comment.  Version 1.01, shareware, binary only.  Source
  36205.         available from the author.
  36206.         Author:  Paul Mclachlan
  36207.  
  36208. ScreenMode    A ready-to-link SAS-objectfile with a nice ScreenModeRequester.
  36209.         Features include programmable property-lists, font-sensitivity,
  36210.         screensize-sensitivity and autocenter.  Easy to use and pretty.
  36211.         Freeware for WB2.0+ Public Domain software.  Includes the
  36212.         object, headerfile, C-example and autodocs.  Source available
  36213.         from author.  Version 1.0, tested with WB2.0 - WB3.1.
  36214.         Author:  Ekke Verheul
  36215.  
  36216. TrashMaster    A Workbench 2.x AppIcon to "drag-and-drop" delete files.
  36217.         Deletes any files and directories (and the files in them)
  36218.         who's icon(s) are dropped into the Trashmaster AppIcon.  Files
  36219.         can be deleted interactively, with confirmation on each file
  36220.         (delete, all, abort, and skip).  Disks will be formatted.
  36221.         Version 1.6, binary only.
  36222.         Author:  Aric R Caley
  36223.  
  36224. WBrain        A thinking game for the WorkBench.  The player must reproduce
  36225.         a random pattern by filling in a grid in the correct order.
  36226.         The difficulty ranges from moderately easy to impossible.  Uses
  36227.         very little CPU time and very little memory, so is ideal for
  36228.         playing while raytracing, etc.  Requires OS2.0+, Version 1.2,
  36229.         Amiga_E source code included.
  36230.         Author:  Sean Russell.
  36231.  
  36232. Worms        A monitor-polite ScreenBlanker and InputBlocker.  Very useful
  36233.         where the (WB2.0+) Amiga resides in a public place.  Blanking
  36234.         is not automatically activated by elapsed time, instead, it
  36235.         must be activated and de-activated by hand.  While blanking
  36236.         (the program's name "Worms" will become obvious) and all input
  36237.         will be blocked until the secret key combination is pressed.
  36238.         Version 1.0, source available from author.
  36239.         Author:  Ekke Verheul
  36240.  
  36241. ==========================  Contents of Disk 917  ==========================
  36242.  
  36243. This is disk 917 of the freely distributable AMIGA software library.
  36244. Below is a listing of the significant directories and their contents.
  36245.  
  36246.  
  36247. AUSH        A command line interpreter for the Amiga.  Features include
  36248.         file name completion, pattern expansion, expression computa-
  36249.         tion, command history, for...done loops, full support of Ami-
  36250.         gaDOS 2.0, and much more.  Almost fully compatible with ARP
  36251.         and Commodore shells.  This is version 3.15, an update from
  36252.         version 1.52 on disk 747.  Binary only.
  36253.         Author:  Denis Gounelle
  36254.  
  36255. CardPack    Two IFF pictures of a nicely drawn standard playing deck of
  36256.         52 cards, for evaluation purposes (640x400) format.  Usage in
  36257.         your own programs requires registration which also entitles
  36258.         you to the Joker plus the (640x200) set of cards.  Version 1.0.
  36259.         Author:  Jim Schwartz
  36260.  
  36261. MandelMania    A fast Mandelbrot Set and Julia Set calculation program.  The
  36262.         main features are: Create animations automatically via ARexx
  36263.         script file; 2.5 times faster than MandFXP; On-line help using
  36264.         amigaguide.library; Supports all Amiga graphic modes, incl.
  36265.         AGA modes and autoscroll screens; Loading and saving using IFF
  36266.         format.  Picture parameters are stored in a special chunk;
  36267.         Supports Mandelbrot Set LSM, Julia Set LSM, Mandelbrot Set CPM
  36268.         (two- and three- dimensional), Julia Set CPM (two- and three-
  36269.         dimensional), Lyapunov Space;  Colormap can be changed; Built
  36270.         in colorcycling; Easy scrolling by pressing the cursor keys.
  36271.         Version 4.1, requires Kickstart 2.1 (V38+ of asl.library),
  36272.         binary only.
  36273.         Author:  Markus Zehnder
  36274.  
  36275. PhoneBill    A logfile analyser.  What it basically does is scan the log-
  36276.         file(s) generated by a terminal program or a mailer, extract
  36277.         all information about calls you have made by using your modem,
  36278.         and stores it in its own (short) format.  Features:  User-
  36279.         definable callrates;  Supports logfiles generated by MagiCall,
  36280.         NComm, TrapDoor, Term, and Terminus;  Automatic logfile trun-
  36281.         cating; Generates miscellaneous reportsm statistics, total
  36282.         costs.  Requires Kickstart 2.04 or higher, nice GUI and sup-
  36283.         ports new 3.0 features (new look menus, ...).  Version 1.08,
  36284.         binary only.
  36285.         Author:  Raymond Penners
  36286.  
  36287. PiCalDemo    Demo version of a  calendar program which allows you to view
  36288.         a selected month and year.  What makes PiCalDemo unique is the
  36289.         ability to display pictures.  Since this is a demo, only one
  36290.         picture is displayed.  The fully working version, PiCal, dis-
  36291.         plays a different picture for each month of the year.  Version
  36292.         1.00, binary only.
  36293.         Author:  Greg Suire
  36294.  
  36295. VTimer        A simple stopwatch timing display that can be used to time
  36296.         video events if genlocked over a scene.  Version 1.00, binary
  36297.         only.
  36298.         Author:  Greg Suire
  36299.  
  36300. ==========================  Contents of Disk 918  ==========================
  36301.  
  36302. This is disk 918 of the freely distributable AMIGA software library.
  36303. Below is a listing of the significant directories and their contents.
  36304.  
  36305.  
  36306. Multiplot    An intuitive data plotting program featuring flexible input
  36307.         options, arbitrary text addition, automatic scaling, zoom
  36308.         and slide with clipping at boundaries, a range of output file
  36309.         formats and publication quality printed output.  Workbench
  36310.         printers are supported via transparent use of the PLT: device.
  36311.         Postscript and HP Laserjet printers are directly supported.
  36312.         Version XLNf v1.06, an update to version XLNe on disk 572.
  36313.         Binary only.
  36314.         Author:  Alan Baxter, Tim Mooney, Rich Champeaux, Jim Miller
  36315.  
  36316. WBVerlauf    Allows the owners of AGA machines to create a nice Copper
  36317.         background for a selectable color, using the whole 16 million
  36318.         color range of the AGA chips.  By specifying the color of the
  36319.         first and the last line of the screen, WBVerlauf will make a
  36320.         smooth color change by setting a new color value on every
  36321.         scanline.  Now a commodity and allows editing 24-bit rainbow
  36322.         copperlists in realtime.  Requires Kickstart 3.0 and AGA.
  36323.         Version 2.0, binary only.
  36324.         Author:  Christian A. Weber
  36325.  
  36326. ==========================  Contents of Disk 919  ==========================
  36327.  
  36328. This is disk 919 of the freely distributable AMIGA software library.
  36329. Below is a listing of the significant directories and their contents.
  36330.  
  36331.  
  36332. BBBF        The Bootblock.library and brainfile is now used by several
  36333.         programs e. g.: D-Copy 3.1, X-Copy from april 93 and Virus-
  36334.         Checker from version 6.29.  Intended for use by programmers
  36335.         of anti-virus utilities, diskcopy program, directory utili-
  36336.         ties, disk packers and for whoever who wants to check the
  36337.         bootblock of some device.  The library has some easy-to-use
  36338.         functions to read the brain-file, and to check a bootblock
  36339.         with it.  Version 101_31, an update to version 0.95 beta on
  36340.         disk 797.  This brainfile now recognizes 163 different boot
  36341.         viruses and about 70 boot virus clones.  Includes sample
  36342.         source.
  36343.         Author:  Johan Eliasson, Safe Hex International member.
  36344.  
  36345. Look        A powerful program for creating and showing disk magazines.
  36346.         Supports IFF pictures, IFF brushes, ANSI, fonts, PowerPacker,
  36347.         and many more features.  Programmed in assembly language to
  36348.         be small and fast.  German language only.  Version 2.0, an
  36349.         update to version 1.9 on disk 892.  Shareware, binary only.
  36350.         Author:  AndrΘ Voget
  36351.  
  36352. Qdir        Enhanced replacement for AmigaDOS' LIST and DIR commands.
  36353.         Qdir lists files in alphabetical order displaying all file
  36354.         and directory statistics like the LIST command.  The result
  36355.         is a nice orderly listing that makes it easy to find what
  36356.         you are looking for.  Version 1.36, requires AmigaDOS 2.0,
  36357.         Kickstart version 37 or higher.  Binary only.
  36358.         Author:  Gregg Scholfield
  36359.  
  36360. QuickFile    A flexible, fast and easy to use flat file database using
  36361.         random access with intelligent buffering to minimize disk
  36362.         access, multiple indices for fast access to records, form
  36363.         and list style screens and reports, and fast sorting and
  36364.         searching.  Files are quickly and easily defined, and fields
  36365.         can be added, changed or deleted at any time.  Now supports
  36366.         up to 255 fields per record, date data types and ASCII file
  36367.         import and export.  Version 1.3.3, an update to version 1.2
  36368.         on disk number 820.  Binary only, shareware.
  36369.         Author:  Alan Wigginton
  36370.  
  36371. Touch        Another Amiga version of the Unix utility with the same name.
  36372.         Touch changes the date and time stamp of all specified files
  36373.         to the current date and time.  This version will also create
  36374.         an empty file (like the Unix version) if the specified file
  36375.         does not exist.  Version 1.0, public domain, includes source.
  36376.         Author:  Kai Iske
  36377.  
  36378. TxtCvt        Converts PC text document (Microsoft Word for DOS/Windows or
  36379.         Windows Write) to pure ASCII format.  Version 1.0, includes
  36380.         source.
  36381.         Author:  Njσl Fisketj°n
  36382. ==========================  Contents of Disk 920  ==========================
  36383.  
  36384. This is disk 920 of the freely distributable AMIGA software library.
  36385. Below is a listing of the significant directories and their contents.
  36386.  
  36387.  
  36388. AmigaGuide    Archive distribution of the AmigaGuide hypertext utility direct
  36389.         from Commodore.  Contains developer examples and tools for
  36390.         AmigaGuide under V34/V37 and V39, plus a new free print/sign/
  36391.         send-in distribution license for AmigaGuide, amigaguide.lib-
  36392.         rary, WDisplay, and their icons.  An update to the version on
  36393.         disk number 870, contains: AmigaGuide 34.3, amigaguide.library
  36394.         34.11, AD2AG 39.2 and WDisplay 34.1.
  36395.         Author:  Commodore Business Machines
  36396.  
  36397. BBSGuard    A program which will monitor the phone ringing, monitor carrier
  36398.         detect, disable Guru Meditations, auto-cancel all requesters,
  36399.         and if a volume is validating, pause the system until it is
  36400.         done.  Version 2.03, binary only.
  36401.         Author:  Darrell Grainger
  36402.  
  36403. BigAnim        An animation player capable of "direct from disk" playback,
  36404.         with user selectable buffer size and playback speed.  BigAnim
  36405.         can display IFF ANIM animations of types 5 and 7, and makes
  36406.         use of the new graphics.library double-buffering routines when
  36407.         run on an Amiga with Kickstart 3.0 or later.  Version 3.3,
  36408.         requires Kickstart 2.04 or higher.  Binary only.
  36409.         Author:  Christer Sundin
  36410.  
  36411. PcRestore    A utility for those people who want to transfer files between
  36412.         MSDOS-machines and the Amiga.  Handles disks  'BACKUP'ed under
  36413.         DOS 3.30, 4.X, 5.X.  (Perhaps lower version's but untested)
  36414.         Requires OS2.0, ReqTools.library, and a method to read MS-DOS
  36415.         disks (Crossdos filesystem or similar).  Version 2.40, binary
  36416.         only.
  36417.         Author:  Mikael Nordlund
  36418.  
  36419. Report        The Amiga "Report" program is to be used for generating all
  36420.         Amiga bug reports and enhancement requests.  V40.1 adds sub-
  36421.         system changes (to match our current database) and also some
  36422.         automatic detection of debugging tools running on your system
  36423.         for insertion into bug reports (you may change this list to
  36424.         match the tools you were running at the time the bug happened).
  36425.         Author:  Commodore Business Machines
  36426.  
  36427. TypeSmithDemo    A sneak peek at Soft-Logik's new font editor.  All features
  36428.         are enabled except Save, Save As and Export.  TypeSmith can
  36429.         create and edit PostScript, Compugraphic and Soft-Logik out-
  36430.         line fonts (the three primary font systems used on the Amiga).
  36431.         TypeSmith has powerful drawing tools to allow you to create
  36432.         new fonts.  You can also import characters and symbols from
  36433.         structured drawing programs such as Art Expression.  With
  36434.         these powerful features, you can create custom fonts and
  36435.         include your logo in your favorite fonts.
  36436.         Author:  Soft-Logik Publishing Corp.
  36437.  
  36438. ==========================  Contents of Disk 921  ==========================
  36439.  
  36440. This is disk 921 of the freely distributable AMIGA software library.
  36441. Below is a listing of the significant directories and their contents.
  36442.  
  36443.  
  36444. CapShift    Simple commodity which turns the shift key into a 'capslock-
  36445.         toggle' key: if capslock is off, the shift key + an alphabetic
  36446.         key produces an uppercase character, as usual; if capslock is
  36447.         on, the shift key + an alphabetic key produces a lowercase
  36448.         character.  Can also disable capslock when a function key or a
  36449.         qualifier is pressed.
  36450.         Author:  Alessandro Sala
  36451.  
  36452. MiniGames    Two little Workbench games; MiniPac, an "Pacman" type game,
  36453.         and MiniIsola, "a head 'em off at the pass and box 'em in"
  36454.         type game.  Version 1.0, binary only.
  36455.          Author:  Philippe Banwarth.
  36456.  
  36457. MiniMorph    A little morphing package written in assembler, based on VMorph
  36458.         Version 2 beta by Lee Wilkie (but nearly 50 times faster (un-
  36459.         compiled amos vs compiled (?!) assembler)).  Currently limited
  36460.         to 16-color, greyscale images.  Version 1.0, binary only.
  36461.         Includes a sample morph anim and iff files.
  36462.         Author:  Philippe Banwarth, Lee Wilkie, Michael W. Hartman
  36463.  
  36464. ==========================  Contents of Disk 922  ==========================
  36465.  
  36466. This is disk 922 of the freely distributable AMIGA software library.
  36467. Below is a listing of the significant directories and their contents.
  36468.  
  36469.  
  36470. Designer    A program to create intuition interfaces for programs, at
  36471.         present producing code in Pascal and C is possible.  This
  36472.         is a demo version with a partially disabled save option.
  36473.         The program has on-line help and can create windows and
  36474.         menus, supporting all gadtools gadgets in V37.  It can also
  36475.         import IFF ILBM pictures for inclusion in your programs.
  36476.         It requires Release V37+.  Version 1.0, binary only.
  36477.         Author:  Ian OConnor
  36478.  
  36479. WBSearch    A multi-tasking Workbench AppMenuItem file search utility.
  36480.         The search pattern does not support pattern matching symbols,
  36481.         only matches letters in the filename in continuous order.
  36482.         Version 1.0, binary only.
  36483.         Author:  Mike Austin
  36484.  
  36485. ==========================  Contents of Disk 923  ==========================
  36486.  
  36487. This is disk 923 of the freely distributable AMIGA software library.
  36488. Below is a listing of the significant directories and their contents.
  36489.  
  36490.  
  36491. bBaseIII    An easy to use, versatile, yet full featured database program
  36492.         that will run on any Amiga.  Search or sort on any field,
  36493.         print mailing labels, (un)delete records, mail merge, get
  36494.         reports in many formats, scramble files, flag records, and
  36495.         more.  Fields are user-configurable, so bBase can be used
  36496.         to keep track of addresses, tape or video collections, reci-
  36497.         pe files, or anything else you can think of - one program
  36498.         does it all!  bBaseIII is a greatly enhanced successor to
  36499.         bBaseII.  This is version 1.4, an update to V1.3 on disk 878.
  36500.         Shareware.  Binary only.
  36501.         Author:  Robert Bromley
  36502.  
  36503. CryptoKing    A game for those who like to solve Cryptograms; those coded
  36504.         sentences that have to be decoded to be read.  Operate with
  36505.         keyboard or mouse.  This is Version 1.3, an update to Version
  36506.         1.1 on disk 710.  Shareware, binary only.
  36507.         Author:  Robert Bromley
  36508.  
  36509. MagicClip    A shell utility for accessing clipboard text.  Text can be
  36510.         written to or read from any clipboard unit.  Supports multi-
  36511.         hunk text and can be configured with two environment vari-
  36512.         ables.  Version 1.2, includes source in Oberon-2.
  36513.         Author:  Franz Schwarz
  36514.  
  36515. MagicPubName    A powerful 'getpubname' utility, that prints the name of the
  36516.         default, frontmost, or shanghai public screen to the console,
  36517.         or checks whether a public screen is frontmost, or at least
  36518.         partially visible, or whether it exists at all.  Any public
  36519.         screen may also be popped to the front.  Can also find the
  36520.         public screen of an arbitrary console.  Needs Amiga-OS 2.04
  36521.         or better.  Version 1.3a, includes source in Oberon-2.
  36522.         Author:  Franz Schwarz
  36523.  
  36524. OberonPrefs    A preferences editor for manipulating the compiler and linker
  36525.         options of A+L Amiga-Oberon.  Manipulates both the global
  36526.         options as well as project specific options and includes a
  36527.         comfortable interactive GUI, a powerful commandline and Tool-
  36528.         Types interface, Localization and more.  Requires Amiga-OS
  36529.         2.04 or better, takes advantage of Amiga-OS 2.1 and 3.0 if
  36530.         present.  Version 1.11d, giftware, binary only.
  36531.         Author:  Franz Schwarz
  36532.  
  36533. RawInsert    A utility to insert text or any other input events into the
  36534.         input stream.  Data can be either raw ascii text or commodi-
  36535.         ties input description sequences.  Requires Amiga-OS 2.04 or
  36536.         later.  Version 1.0, includes source in Oberon-2.
  36537.         Author:  Franz Schwarz
  36538.  
  36539. SetEnv39    A compatible substitute for Commodore's SetEnv shell command
  36540.         that takes advantage of the new OS3.0 GVF_GLOBAL_ONLY flag
  36541.         with a new SAVE/S switch which makes SetEnv39 affect global
  36542.         vars in the ENVARC: directory if you run OS3.0 or later.  Re-
  36543.         quires OS 2.04, new SAVE/S feature requires OS 3.0 to work.
  36544.         Version 39.0, includes source in Oberon-2.
  36545.         Author:  Franz Schwarz
  36546.  
  36547. ==========================  Contents of Disk 924  ==========================
  36548.  
  36549. This is disk 924 of the freely distributable AMIGA software library.
  36550. Below is a listing of the significant directories and their contents.
  36551.  
  36552.  
  36553. EdWordPro    A fully featured and fully operational text editor which
  36554.         offers all the standard features of any decent editor as
  36555.         well as the ability to hold up to 15 documents in memory,
  36556.         a Macro facility, Keyword Text Casing (i.e. editor will
  36557.         automatically force keywords into upper/lower case etc);
  36558.         The ability to send AmigaDOS commands; 12 possible screen
  36559.         resolutions; A full ASCII table; Powerful search routines;
  36560.         Vertical Blocks; A built in calculator; A Word Count; The
  36561.         ability to sort a piece of text alphabetically .. and much
  36562.         more.  EdWord can be used to edit binary files as well as
  36563.         plain vanilla texts and as such becomes a competent file-
  36564.         based editor (like NewZap).  Version 4.0 is a demonstration
  36565.         release and is placed in the Public Domain (binary only).
  36566.         Author:  Martin Reddy
  36567.  
  36568. HD_Frequency    A 'professional' hard disk recording system with many fea-
  36569.         tures.  Sampling rates as 60 khz on A1200 or 35 khz on stan-
  36570.         dard A500 are no problem any longer.  The program includes
  36571.         a 4 track hd-sequencer that manages replaying 4 tracks at
  36572.         the same time from HD.  Limited, demo version only.  This
  36573.         is version 37.142, shareware, binary only.
  36574.         Author:  Michael Bock
  36575.  
  36576. P-Reader    An all-purpose reader that displays texts,pictures, anima-
  36577.         tions and sounds, which may be uncompressed or compressed by
  36578.         P-Compress or PCompress2.  Texts can contain embedded static
  36579.         or animated illustrations and sounds.  Version 7.1, an
  36580.         update to V6.2 on disk 744.  Freeware, binary only.
  36581.         Author: Chas A.Wyndham
  36582.  
  36583. S_Anim5        Turns Anim5 animations (DPaint, Videoscape, P-Animate etc.)
  36584.         into self-contained, self-displaying, compressed files call-
  36585.         able from the Workbench or CLI.  Version 1.3, an update to
  36586.         V1.1 on disk number 885.  Freeware, binary only.
  36587.         Author:  Chas A.Wyndham
  36588.  
  36589. S-Exec        A simple program to turn executable command files into self-
  36590.         executing compressed (imploded) commands, functioning exactly
  36591.         as the uncompressed original.  Freeware, binary only.
  36592.         Author:  Chas A.Wyndham
  36593.  
  36594. S-Omni        Will turn almost anything into a self-contained self-execut-
  36595.         ing compressed file, including virtually any combination of
  36596.         a data file and an appropriate tool.  Scripts (with all the
  36597.         files called in the script), installation files, demonstra-
  36598.         tions, tutorials, can all be made completely self-contained,
  36599.         needing no special libraries or external support.  Freeware,
  36600.         binary only.
  36601.         Author:  Chas A.Wyndham
  36602.  
  36603. WB-Version    A "Version" command for the WorkBench.  Meant for use with
  36604.         ToolManager, allows you to see the version of a library,
  36605.         executable, etc. without having to resort to the CLI.  Ver-
  36606.         sion 1.2, now recognizes libraries, devices and is generally
  36607.         a lot more robust than the previous releases. Includes source
  36608.         in Amiga E.
  36609.         Author:  Hσkan Hellberg
  36610.  
  36611. ==========================  Contents of Disk 925  ==========================
  36612.  
  36613. This is disk 925 of the freely distributable AMIGA software library.
  36614. Below is a listing of the significant directories and their contents.
  36615.  
  36616.  
  36617. DonsGenies    A collection of nearly seventy "genies" (ARexx scripts) for
  36618.         use with Professional Page, plus some supporting material.
  36619.         Also includes a French language version with some additional
  36620.         material.  Version 2.0, update of Version 1.0 on Disk 724.
  36621.         Shareware, includes source.
  36622.         Author:  Don Cox, french translations by Fabien Larini
  36623.  
  36624. SoundMachine    Allows you to load, save, and play various sound file formats
  36625.         including RAW, IFF, VOC, and WAV.  Two versions are included:
  36626.         one with an Intuition interface and a smaller CLI version.
  36627.         Very useful for those who frequent BBS's and have access to
  36628.         these type of sound files.  Version 1.0, binary only.
  36629.         Author:  Syd L. Bolton, Legendary Design Technologies.
  36630.  
  36631. ==========================  Contents of Disk 926  ==========================
  36632.  
  36633. This is disk 926 of the freely distributable AMIGA software library.
  36634. Below is a listing of the significant directories and their contents.
  36635.  
  36636.  
  36637. JcGraph        Business grapher with Intuition interface.  JcGraph can show
  36638.         your data as bar,line, planes, stack, blocks, 2D and 3D, etc.
  36639.         Features: Real-time rotation around X, Y, Z axis, on-line
  36640.         help, professionnal looking 2D and 3D graphs output.  ARexx
  36641.         interface with 40+ commands.  User manual on disk in French
  36642.         and English versions.  Can output: EPS, 3D GEO, IFF ILBM, and
  36643.         AegisDraw2000.  Version 1.13, an upgrade to version 1.100 on
  36644.         disk 760.  Now Freely redistributable (Save enabled and >3X3
  36645.         charts).  Binary Only.
  36646.         Author:  Jean-Christophe ClΘment
  36647.  
  36648. TreeTool    A public-domain link library toolkit for working with non-
  36649.         balanced, acyclic, n-ary trees.  Provides many useful func-
  36650.         tions and an easy to use, yet powerful API.  Version 1.0,
  36651.         includes full sources in 'C'.
  36652.         Author:  Jean-Christophe Clement.
  36653.  
  36654. ==========================  Contents of Disk 927  ==========================
  36655.  
  36656. This is disk 927 of the freely distributable AMIGA software library.
  36657. Below is a listing of the significant directories and their contents.
  36658.  
  36659.  
  36660. EquiLog        A Master-Mind type game.  Version 1.5, an update to version
  36661.         1.36 on disk number 590.  Binary only.
  36662.         Author:  Pierre-Louis Mangeard
  36663.  
  36664. Finger        A quick and dirty port the unix finger utility for AmiTCP.
  36665.         Includes binary and source.
  36666.         Author:  Regents of the University of California,
  36667.              Amiga port by William Wanders
  36668.         
  36669. FTP        A port of BSD FTP code, which runs under AmiTCP and AS225
  36670.         release 2.  Includes source for SAS-C (version 6) or Aztec
  36671.         C (version 5.2).  Binary included for AmiTCP.
  36672.         Author:  Regents of the University of California,
  36673.              Amiga port by Mark Tomlinson & Geoff McCaughan
  36674.  
  36675. Telnet        A port of BSD TELNET code, which runs under AmiTCP and AS225
  36676.         release 2.  Includes source for SAS-C (version 6) or Aztec
  36677.         C (version 5.2).  Binary included for AmiTCP.
  36678.         Author:  Regents of the University of California,
  36679.              Amiga port by Mark Tomlinson & Geoff McCaughan
  36680.  
  36681. ==========================  Contents of Disk 928  ==========================
  36682.  
  36683. This is disk 928 of the freely distributable AMIGA software library.
  36684. Below is a listing of the significant directories and their contents.
  36685.  
  36686.  
  36687. AddTools    Allows you to add your own items to the "Tools" menu of Amiga
  36688.         OS 2.04's Workbench Screen.  Unlike other menu utilities,
  36689.         which only add the ability to run programs by menu, AddTools
  36690.         can also pass them some parameters on "the fly" in the form
  36691.         of icons, selected before choosing the desired menu item.
  36692.         You can also provide default values if no icons are selected,
  36693.         and you can decide if the the program must be run in either
  36694.         synchronous or asynchronous mode when multiple icon parame-
  36695.         ters are selected.  Requires OS2.04+, Version 1.11, binary
  36696.         only, freeware.
  36697.         Author:  Alessandro Sala
  36698.  
  36699. Annotate     A text editor written for ADos 2.0 and up.  Takes advantage
  36700.         of Public screens and the system default font.  Features in-
  36701.         clude folding, shifting, full clipboard support, macros,
  36702.         scroll bar, editor buffering, printing, text locking, tools
  36703.         menu, and a full Arexx Port.  Fixes a bug with AmigaDos 3.0
  36704.         and the file requester.  Version 2.0, an update to version
  36705.         1.8 on disk number 751.  Binary only.
  36706.         Author:  Doug Bakewell
  36707.  
  36708. DefPubScreen    A little wedge that makes the front-most screen the default 
  36709.         public screen.  If the front-most screen isn't a public
  36710.         screen, nothing changes.  It wedges into the vertical blank-
  36711.         ing interrupt server chain and watches Intuition's record of
  36712.         the front most screen.  When the front-most screen changes,
  36713.         the main task is signaled and responds by making the front-
  36714.         most screen the default public screen if possible.  This is
  36715.         all totally transparent and happens very quickly, and is
  36716.         very handy for people who have separate screens for Shell
  36717.         windows etc.  Version 3.00, an update to version 2.00 on
  36718.         disk number 909.  Binary only.
  36719.         Author:  Matt Francis
  36720.  
  36721. MiserPrint    A print utility that puts up to 8 normal pages of text on
  36722.         one sheet of paper. You are able to save paper and time.
  36723.         MiserPrint uses the small built-in fonts (Courier and
  36724.         Letter Gothic) of the HP-Deskjet printers.  Version 1.0,
  36725.         requires Kickstart 2.04 or higher, binary only.
  36726.         Author:  Heinz-Guenter Boettger
  36727.  
  36728. MRChoice    MultiRequestChoice is a requester utility designed as a
  36729.         powerful and comfortable replacement for ASK and other
  36730.         present requester utilities.  It is very useful for both
  36731.         batch files and ARexx scripts.  MultiRequestChoice supports
  36732.         multi-gadget requesters, multi-line bodytext in the reques-
  36733.         ter with a center option and opening requesters on public
  36734.         screens with a position control option.  Version 1.0, re-
  36735.         quires OS2.x or higher and the reqtools.library V38+.
  36736.         FreeWare version, binary only.
  36737.         Author:  Rainer Scharnow
  36738.  
  36739. PriMan        A Task Priority Manager along the same lines as    TaskX, but
  36740.         fully Style Guide compliant, font-sensitive, and configur-
  36741.         able.  Requires OS2.0 or greater.  Includes C source, free-
  36742.         Ware.
  36743.         Author:  Barry McConnell
  36744.  
  36745. TeXFormat    Enables you to select TeX format files easily.  Scans the
  36746.         directory where your TeX format files reside and creates an
  36747.         array of radiobuttons of the appropriate size.  Moreover, 
  36748.         shows the filenotes of the format files making it easier to
  36749.         remember the purposes of the format files.  Two versions of
  36750.         the program, A very flexible one based an Stefan Stuntz's
  36751.         MagicalUserInterface (MUI) and a less nice non-MUI version
  36752.         (of the same functionality, however).  Version 2.00, includes
  36753.         source.  Also included is a 68000 version executable of
  36754.         TeXPrt that was left off of disk number 892 by mistake. 
  36755.         Author:  Richard A. B÷di
  36756.  
  36757. ==========================  Contents of Disk 929  ==========================
  36758.  
  36759. This is disk 929 of the freely distributable AMIGA software library.
  36760. Below is a listing of the significant directories and their contents.
  36761.  
  36762.  
  36763. MegaD        A full-featured directory utility.  Supports multiple direct-
  36764.         ories, multiple text/HEX reader, multiple source directories,
  36765.         multiple destination directories and disk copy.  User defined
  36766.         gadgets will launch internal, external and ARexx Commands.
  36767.         Full ARexx support with 123 commands plus user added ARexx
  36768.         commands.  User defined Menus.  User defined screen layout of
  36769.         all objects such as Gadget Sets and Directory Windows.
  36770.         Version 3.0, binary only.  Part 1 of a 2 part distribution,
  36771.         AmigaGuide documentation can be found in lha'rced form in the
  36772.         MegaD_Docs directory on disk number 930.
  36773.         Author:  John L. Jones.
  36774.  
  36775. WBvwm        With Workbench 2.04 we got the ability to use a bigger Work-
  36776.         bench screen than fits on the display (virtual Workbench
  36777.         screen).  Biggest problem is that scrolling around with the
  36778.         mouse is too slow, so the author decided to make a program
  36779.         like X-window's olvwm, which also has virtual screens and
  36780.         windows.  WBvwm opens up a small window representing the
  36781.         entire Workbench area.  Within the window, "objects" repre-
  36782.         sent all open windows.  By moving an object, the correspond-
  36783.         ing window can be placed anywhere within the Workbench area.
  36784.         You may also instantly move to any part of the Workbench
  36785.         area by double-clicking in the corresponding area of the
  36786.         WBvwm window.  Version 2.0, requires OS 2.04 or higher.
  36787.         Binary only.
  36788.         Author:  Juhani Rautiainen
  36789. ==========================  Contents of Disk 930  ==========================
  36790.  
  36791. This is disk 930 of the freely distributable AMIGA software library.
  36792. Below is a listing of the significant directories and their contents.
  36793.  
  36794.  
  36795. Fonts        Two fixed-pitch fonts designed for high resolution screens.
  36796.         More readable than the standard topaz-fonts.  Public domain.
  36797.         Author:  Gerhard Radatz
  36798.  
  36799. MegaD_Docs    AmigaGuide documentation in lha'rced form for MegaD, a full-
  36800.         featured directory utility.  Includes script files to unpack
  36801.         to HD or floppy.  Part 2 of a 2 part distribution.  Part 1
  36802.         includes the MegaD binary and support files and can be found
  36803.         on disk number 929.
  36804.         Author:  John L. Jones.
  36805.  
  36806. QuadraComp    An intuition based music tracker that uses the internal sound
  36807.         capabilities of the Amiga.  Handles both Noisetracker modules
  36808.         and Extended modules.  Features: 128 kb x 256 samples; 256
  36809.         rows x 256 patterns; Uses any screenmode; Realtime spectrum
  36810.         analyser.  Requires OS 2.0+.  Version 2.0, binary only,
  36811.         shareware.
  36812.         Author:  Bo Lincoln & Calle Englund
  36813.  
  36814. RCON        A replacement for the CON:-Handler of Amiga-OS 2.x / 3.x.
  36815.         Has many new features including scrolling back text which
  36816.         has disappeared, enhanced copy & paste support and much
  36817.         more...  This is the demonstration distribution of a share-
  36818.         ware product.  Version 1.0, binary only.
  36819.         Author:  Gerhard Radatz
  36820.  
  36821. ==========================  Contents of Disk 931  ==========================
  36822.  
  36823. This is disk 931 of the freely distributable AMIGA software library.
  36824. Below is a listing of the significant directories and their contents.
  36825.  
  36826.  
  36827. Comgraph    A powerful function plotter.  You can administer up to ten
  36828.         functions at the same time, plot functions and their deriva-
  36829.         tives, zoom these and calculate symbolic derivatives, zero
  36830.         points, extreme points, turning points and saddle points,
  36831.         poles and gaps.  Furthermore, you can calculate integrals
  36832.         (integral, area, curve length, rotation volume, rotation
  36833.         surface).  Contains a simple scientific calculator, linear
  36834.         equation solver, prime factor reduction, and prime number
  36835.         calculator.  High print quality.  English and German version
  36836.         coexistant in one program.  Binary only, shareware.
  36837.         Author:  Andre Wiethoff
  36838.  
  36839. DynamiteWar    A tiny game for 2-5 players who fight against each other.
  36840.         It is similar to the commercial Dynablaster or Bomberman,
  36841.         except a 1-player mode is not available.  On the other hand,
  36842.         there are a great number of extras.  To win the game, one
  36843.         player has to disintegrate all other players by exploding
  36844.         bombs.  Binary only, shareware.
  36845.         Author:  Andre Wiethoff
  36846.  
  36847. Modules        Command extensions for the M2Amiga V4.xx Modula-II Compiler
  36848.         of A+L AG.  In about 13 Modules are over 410 importable
  36849.         objects with 311 commands and functions, for programming
  36850.         devices, graphics and intuition.  The are four Modules alone
  36851.         covering graphics (GraphicsSupport, Copper, Fonts, Simple3D),
  36852.         with a total of 140 commands.  Most modules contain one or
  36853.         two demo programs showing sample usage.
  36854.         Author:  Andre Wiethoff
  36855.  
  36856. ==========================  Contents of Disk 932  ==========================
  36857.  
  36858. This is disk 932 of the freely distributable AMIGA software library.
  36859. Below is a listing of the significant directories and their contents.
  36860.  
  36861.  
  36862. DynamicSkies    A big toolbox for astronomy that has, for an ultimate goal,
  36863.         to answer with speed any question that may arise on celestial
  36864.         objects.  For example, suppose you have an urge to observe
  36865.         Jupiter tonight from your window; You may consult rise/set
  36866.         times of Jupiter, ask when it crosses south-west (supposing
  36867.         your window faces south-west), and with just a mouse click
  36868.         have a glance at the simulated sky at this time.  You may
  36869.         even animate Jupiter's path across the sky with a time-step
  36870.         animation.  Of course, if you're a real star gazer, don't
  36871.         forget your binoculars or telescope for the real thing!
  36872.         Version 1.0, binary only.
  36873.         Author:  Patrick DeBaumarche
  36874.  
  36875. Fleuch        A little game with more than five extra large stages.  The
  36876.         object is to pickup up your cargo and climb safely to the 
  36877.         next stage, without being shot or running into anything, 
  36878.         (including your cargo!).  Scrolling, shooting, some gravi-
  36879.         tation, similar to Thrust (C64).  Version 2.0, and update
  36880.         to version 1.0 on disk number 760.  Binary only.
  36881.         Author:  Karsten G÷tze, title music by Andreas Spreen
  36882.  
  36883. StackMon    A program to monitor the stack use of other programs or tasks.
  36884.         Has a convenient GadTools front end.  Requires AmigaDOS 2.04
  36885.         or higher.  Version 1.0, includes source in E.
  36886.         Author:  David Kinder
  36887.  
  36888. ==========================  Contents of Disk 933  ==========================
  36889.  
  36890. This is disk 933 of the freely distributable AMIGA software library.
  36891. Below is a listing of the significant directories and their contents.
  36892.  
  36893.  
  36894. ConvertHAM    A utility to convert HAM picture files to ordinary ILBM
  36895.         files, with 2 to 256 colours (2 to 32 on non-AGA machines).
  36896.         Version 1.2, binary only.
  36897.         Author:  David Kinder
  36898.  
  36899. EditKeys    A keymap editor.  Supports editing of string, dead and modi-
  36900.         fiable keys, as well as control of repeatable and capsable
  36901.         status of each key.  New test mode, plus LoadKeymap support
  36902.         utility.  Version 1.4, an update to version 1.3 on disk 817.
  36903.         Binary only.
  36904.         Author:  David Kinder
  36905.  
  36906. GuiArc        A graphical user interface for cli-based archivers like lha,
  36907.         arc, ape, zoo, etc.  It has the 'look & feel' of a directory
  36908.         tool and can perform all basic actions on archives, such as
  36909.         Add, Extract, List, Test, Delete, etc.  You can enter archives
  36910.         as if they were directories.  You don't have to know anything
  36911.         about archivers.  Fully configurable.  Archivers not included,
  36912.         requires AmigaDOS 2.0+.  Version 1.22, an update to v1.10 on
  36913.         disk number 863.  Binary only, freeware
  36914.         Author:  Patrick van Beem.
  36915.  
  36916. PhxAss        PhxAss is a complete macro assembler, which supports the
  36917.         instruction-set and addressing modes of all important Motorola
  36918.         processors (MC68000,68010,68020,68030,68040,6888x and 68851).
  36919.         It understands all common assembler-directives (Seka, Devpac,
  36920.         Metacomco, etc.) and can generate linkable Amiga-DOS object
  36921.         files or absolute code.  In both cases the user has the op-
  36922.         portunity to choose between the large and small code/data-
  36923.         model.  PhxAss is written entirely in assembly language and
  36924.         works with Kickstart 1.2/1.3, OS2.x and OS3.x.  Version V3.60,
  36925.         an update to version V3.30 on disk number 905.  Binary only,
  36926.         with documentation in English.
  36927.         Author:  Frank Wille
  36928.  
  36929. PhxLnk        Linker for Amiga-DOS object files, which also supports the
  36930.         small-code/data model.  Version V2.03, an update to version
  36931.         V1.35 on disk number 853.  Binary only, with documentation
  36932.         in English.
  36933.         Author:  Frank Wille
  36934.  
  36935. ShellMenus     A program to help Shell users be more prolific and save time.
  36936.         Shell Menus creates user definable menus that attach to the
  36937.         Shell window.  Offers an intuition interface to edit your
  36938.         menus instead of a text editor and many other features not
  36939.         found in other programs that use menus.  Requires OS2.04+,
  36940.         Version 2.7, binary only.
  36941.         Author:  Mark Ritter
  36942.  
  36943. ==========================  Contents of Disk 934  ==========================
  36944.  
  36945. This is disk 934 of the freely distributable AMIGA software library.
  36946. Below is a listing of the significant directories and their contents.
  36947.  
  36948.  
  36949. ABackup     A very powerful backup utility.  Has a full Intuition inter-
  36950.         face, a "batch" mode, can save/load file selection, handle HD
  36951.         floppies, use any external compression program, etc...  This
  36952.         new version adapts itself to the default font and screen mode,
  36953.         and may be up to 40% faster than previous versions.  Includes
  36954.         French, German, and English versions.  Version 4.03, an update
  36955.         to v2.43 on disk 871.  Shareware, binary only.
  36956.         Author:  Denis Gounelle.
  36957.  
  36958. AZap        A "new generation" binary editor, able to edit files, memory
  36959.         or devices like floppy or hard disks.  It can open several
  36960.         windows at the same time, is localized, and handles all OS3.0
  36961.         file systems.  Includes both French and English documentation.
  36962.         Version 2.11, an update to version 2.04 on disk number 875.
  36963.         Binary only.
  36964.         Author:  Denis Gounelle
  36965.  
  36966. PublicManager    Public screen tool which opens public screens that are freely
  36967.         configurable (depth, size, font, ...) and have their own menu
  36968.         (palette, quit, tools,...) Requires Kickstart >2.04!  Version
  36969.         1.4, an update to verision 1.2 on disk 685.  Binary only.
  36970.         Author:  Michael Watzl
  36971.  
  36972. ToolType    A program to make it easier to edit tooltypes in icons.  Tool-
  36973.         Type will read the tooltypes from an icon file and let you use
  36974.         your favorite text editor to change or add to the tooltypes.
  36975.         Includes an option to sort the tooltypes alphabetically.
  36976.         Version 37.206, requires OS2.0+, binary only.
  36977.         Author:  Michael J Barsoom.
  36978.  
  36979. ==========================  Contents of Disk 935  ==========================
  36980.  
  36981. This is disk 935 of the freely distributable AMIGA software library.
  36982. Below is a listing of the significant directories and their contents.
  36983.  
  36984.  
  36985. AmiCDROM    A CDROM disk filing system for the Amiga.  It supports the
  36986.         ISO-9660 standard and the Rock Ridge Interchange Protocol.
  36987.         The CDROM drive is mounted as a DOS device (e.g. CD0:).  You
  36988.         can access files and directories on a CDROM disk by the usual
  36989.         syntax, e.g. "type cd0:foo/readme.txt".  Version 1.7, includes
  36990.         source.
  36991.         Author:  Frank Munkert
  36992.  
  36993. Badger        An icon management utility.  When you throw files on Badger's
  36994.         appicon they get a new icon depending on which pattern in
  36995.         Badger's list they match.  Version 1.1.
  36996.         Author:  Erik Sagalara.
  36997.  
  36998. ClipWindow    A program that makes it easy to put frequently used text on
  36999.         the clipboard.  It opens an AppWindow on the Workbench which
  37000.         accepts Project icons and associated text files.  The text is
  37001.         copied to the clipboard ready for pasting.  Text may be in a
  37002.         separate disk file or directly entered as Tool Types in the
  37003.         Project icon.  Also included is ConPaste, a Commodity by
  37004.         Carolyn Scheppner which allows pasting clipboarded text almost
  37005.         anywhere.  AmigaDOS 2.0 or higher required.  Version 1.0,
  37006.         includes source
  37007.         Author:  Jim Harvey
  37008.  
  37009. LazyBench    A little utility for lazy people with a hard disk crammed full
  37010.         of goodies which are too difficult to reach because they are
  37011.         buried away in drawers inside drawers inside drawers inside
  37012.         drawers...  LazyBench installs itself as a commodity, adds an
  37013.         item under the Workbench "Tools" menu and waits in the back-
  37014.         ground.  Use its hot key combination to pop up its window and
  37015.         then select an item.  Now OS 2.xx only and fully "User Inter-
  37016.         face Style Guide" compliant.  Font sensitive (uses the Default
  37017.         Screen Font) and each gadget has a single key equivalent.
  37018.         Version 1.12, an update to version 1.10 on disk number 894.
  37019.         Binary only.
  37020.         Author:  Werther 'Mircko' Pirani
  37021.  
  37022. MuchMore    Another program like "more", "less", "pg", etc.  This one uses
  37023.         its own screen to show the text using a slow scroll.  Includes
  37024.         built-in help, commands to search for text, and commands to
  37025.         print the text.  Supports 4 color text in bold, italic, under-
  37026.         lined, or inverse fonts.  Can load xpk-crunched files, has a
  37027.         display mode requester and is localized (german catalog in-
  37028.         cluded).  Version 3.6, an update to version 3.3 on disk number
  37029.         895.  Includes source in Oberon-2.
  37030.         Author:  Fridtjof Siebert, Christian Stiens
  37031.  
  37032. VirusChecker    A virus checker that can check memory, disk bootblocks, and
  37033.         all disk files for signs of most known viruses.  Can remember
  37034.         nonstandard bootblocks that you indicate are OK and not bother
  37035.         you about them again.  Includes an ARexx port, supports SHI's
  37036.         Bootblock.library.  By using this library and its brainfile
  37037.         you have the ability to add new Bootblock viruses as SHI
  37038.         release new brainfiles.  Version 6.33, an update to version
  37039.         6.30 on disk 913.  Binary only.
  37040.         Author:  John Veldthuis
  37041.  
  37042. ==========================  Contents of Disk 936  ==========================
  37043.  
  37044. This is disk 936 of the freely distributable AMIGA software library.
  37045. Below is a listing of the significant directories and their contents.
  37046.  
  37047.  
  37048. BaseConvert    GUI program to convert a number from one base to another.
  37049.         Shows conversions between Decimal/Hex/Octal/Binary all
  37050.         simultaneously.  Requires Kickstart 2.0 or higher.  Version
  37051.         1.1, binary only.
  37052.         Author:  Johan Vande Ginste.
  37053.  
  37054. Spooler        Prints textfiles in the background.  Copying a file to the
  37055.         SPOOL: directory is all that is required.  The program shows
  37056.         you a list of files to be printed and gives you a report on
  37057.         the file currently being printed.  Requires Kickstart 2.0
  37058.         or higher.  Version 2.3, binary only.
  37059.         Author:  Johan Vande Ginste.
  37060.  
  37061. TKEd        TKEd is a very comfortable Intuition-based ASCII editor with
  37062.         an english and german user-interface.  It can read texts packed
  37063.         with PowerPacker, has user-definable menus, a comfortable AREXX
  37064.         interface with 116 commands, an interface to some errortools
  37065.         for programmers, macros, undo, wordwrap, supports foldings,
  37066.         has an online help mode, and many other features.  TKEd is re-
  37067.         entrant and can be made resident.  It's Kickstart 1.3/2.04
  37068.         compatible, supports the new ECS-screenmodes, an application
  37069.         window and checks itself for linkviruses.  Version 1.17a, an
  37070.         update to version 1.11 on disk 781.  Evaluation version, with
  37071.         editing limited to files 9999 lines and less.  Binary only,
  37072.         shareware.
  37073.         Author:  Tom Kroener
  37074.  
  37075. ==========================  Contents of Disk 937  ==========================
  37076.  
  37077. This is disk 937 of the freely distributable AMIGA software library.
  37078. Below is a listing of the significant directories and their contents.
  37079.  
  37080.  
  37081. 64Door        A Commodore 64 Terminal emulator program which allows you to
  37082.         call Commodore 64 BBS systems in the C64-specific color
  37083.         terminal mode commonly referred to as C/G mode.  Written in
  37084.         100% 68000 Assembly language.  Version 1.0, binary only,
  37085.         public domain.
  37086.         Author:  Clay Hellman
  37087.  
  37088. Galactoid    A one or two player shoot-em-up game that resembles the old
  37089.         arcade classics Galaga and Galaxian.  You must avoid and des-
  37090.         troy waves of dive-bombing enemies.  Written in 100% 68000
  37091.         assembly language using direct hardware access for maximum
  37092.         smoothness and playability.  Binary only, shareware.
  37093.         Author:  Clay Hellman
  37094.  
  37095. KingCON        A console-handler that optionally replaces the standard 'CON:'
  37096.         and 'RAW:' devices.  It is 100% compatible, but adds some VERY
  37097.         useful features, such as: Filename-completion (TAB-expansion);
  37098.         A review-buffer; Intuition menus; Jump-scroll.  (FAAST output!)
  37099.         Cursor-positioning using the mouse; MC68020-optimized version;
  37100.         And more...  Version 1.0, requires OS2.x, binary only.
  37101.         Author:  David Larsson
  37102.  
  37103. Knit        Converts an IFF picture (8-colors or less) into a knitting
  37104.         pattern.  For a specified stitch size, Knit will tell you
  37105.         how many stitches per row are needed and how many rows are
  37106.         used.  Knit bases all of its calculations on the size of a
  37107.         standard monitor screen which means that your finished knit-
  37108.         ting should be about the size of your screen.  (Thus, if you
  37109.         have a extra large or small monitor, you may need to make
  37110.         adjustments.)  Version 1.01, binary only.
  37111.         Author:  Don Finlay
  37112.  
  37113. Megasquad    A two player game with two modes of gameplay:  Tag and Duel.
  37114.         Features many different play boards, has music, sound, and is
  37115.         very smooth.  Written in 100% 68000 assembly language using
  37116.         direct hardware access.  Binary only, public domain.
  37117.         Author:  Clay Hellman
  37118.  
  37119. WhereK        A highly configurable hard drive utility.  Features an auto-
  37120.         matic disk cataloger with 3 modes, turns directories into
  37121.         ascii files that can be saved and searched, allows other
  37122.         programs to run while continuing in the background, creates
  37123.         lists with versions of the libraries on your hard drive and
  37124.         disks.  All files created can be saved.  Features 2 help
  37125.         modes, individual help for keys and a comprehensive help
  37126.         mode, both accessible from the program.  Runs on WB2.0+
  37127.         except for the Library Versions Bulk Lister which requires
  37128.         WB3.0 and above.  Version 3.0, binary only, freeware.
  37129.         Author:  Kenneth J. McCormick.
  37130.  
  37131. ==========================  Contents of Disk 938  ==========================
  37132.  
  37133. This is disk 938 of the freely distributable AMIGA software library.
  37134. Below is a listing of the significant directories and their contents.
  37135.  
  37136.  
  37137. Angie        ANother Great Intuition Enhancer commodity that offers about
  37138.         100 Intuition related actions you may assign to multiple
  37139.         arbitrary hotkeys.  Arbitrary DOS commands and input event
  37140.         data may be assigned to the hotkeys too.  Furthermore, Angie
  37141.         includes automatic window hunting, auto ActiveWinTask priority
  37142.         increment, 'TWA' type window remembering, auto DefPubScreen
  37143.         definition, etc.  Angie comes with a comfortable Intuition
  37144.         user interface.  This is version 1.6, giftware, includes
  37145.         source in Oberon-2.
  37146.         Author:  Franz Schwarz
  37147.  
  37148. AppISizer    New, localized version of the AppIcon utility that gets the
  37149.         size of disks, directories or files.  Gives the size in bytes,
  37150.         blocks and the actual size occupied.  Supplied with a French
  37151.         catalog.  Includes English documentation in AmigaGuide format
  37152.         and French documentation.  Also offers several new enhance-
  37153.         ments.  Requires KickStart 37.175 or higher.  Version 0.68,
  37154.         an update to version 0.61 on disk 853.  Binary only.
  37155.         Author:  GΘrard Cornu.
  37156.  
  37157. DPU        Disk Peek and Update, a hex disk and file editor.  Functions
  37158.         include show device info, show bitmap, check disk, zap file,
  37159.         zap disk, zap filesystem and zap rigid disk blocks.  Version
  37160.         1.5, an update to version 1.2 on disk number 721.  Binary
  37161.         only, freeware.  Requires Release 2.04 or higher.
  37162.         Author:  Frans Zuydwijk
  37163.  
  37164. Filters        A GUI-based RC Filter design program.  Allows you to set the
  37165.         desired characteristics for either a high or low pass filter,
  37166.         calculate the required values, and display/print the resultant
  37167.         phase/frequency graphs.  Version 1.2, binary only, shareware.
  37168.         Requires OS2.0+.
  37169.         Author:  Wim Van den Broeck
  37170.  
  37171. MN3A        An antenna design program used to calculate currents, imped-
  37172.         ance, and fields of wire antennas.  The wires may contain
  37173.         lumped-constant loads.  Environment may be free space or
  37174.         various groundtypes.  Version 1.0, binary only, freeware.
  37175.         Author:  Jim Martin.
  37176.  
  37177. PicCon        An aid for graphics programmers.  PicCon will use the data-
  37178.         types library to load any picture format you've got support
  37179.         for, and you will then be able to extract any part of the
  37180.         picture and save it in your desired format.  Ordinary bit-
  37181.         planes, "blitterlines", chunky pixels and various sprite
  37182.         formats are supported.  The raw data can be saved as binary,
  37183.         assembly or C source.  Saving of the palette entries in a
  37184.         variety of formats is also supported.  Requires OS3.0.
  37185.         Version 1.06, binary only, shareware.
  37186.         Author:  Morten Eriksen.
  37187.  
  37188. TurboLeusch    With the help of "Turbo-Leuschner" you are able to create
  37189.         your own  menus for Workbench-based windows or expand already
  37190.         existing menus.  Turbo-Leuschner supplies ALL functions of the
  37191.         Workbench-Menu-System.  With Turbo-Leuschner, you supply the
  37192.         name of the window and the menu file to attach to it, thus you
  37193.         can attach menus to the "AmigaShell" window, your favorite
  37194.         GUI-based utility, or simply the WorkBench Window itself.
  37195.         Binary only, shareware.
  37196.         Author:  Thomas H÷lle
  37197.  
  37198. ==========================  Contents of Disk 939  ==========================
  37199.  
  37200. This is disk 939 of the freely distributable AMIGA software library.
  37201. Below is a listing of the significant directories and their contents.
  37202.  
  37203.  
  37204. AddPower    A utility that adds some miscellaneous useful features to
  37205.         the 2.0+ OS.  Includes:  file requesters in any program,
  37206.         stop drive clicking, fix menus and pen colors of pre-2.0
  37207.         programs, wildcard * = #?, make screen borders black, open
  37208.         any window on front screen.  All features are independantly
  37209.         configurable.  Workbench and AmigaDOS interfaces with online
  37210.         AmigaGuide documentation.  Version 37.6, binary only.
  37211.         Author:  Ian J. Einman
  37212.  
  37213. AlertHelp    A little tool that helps you to interpret the alertmessages.
  37214.         When an alert occurs, the program displays a window with a
  37215.         little description of the alert.  This is version 0.55.
  37216.         Freeware, includes source.
  37217.         Author:  Jan Hagqvist
  37218.  
  37219. ARexxSuper    An all-purpose mouse-controlled ARexx communication program.
  37220.         All done via a nice GadTools interface, documentation in
  37221.         AmigaGuide format, useful for testing and debugging ARexx
  37222.         interfaces.  Requires reqtools library V38+ and Kickstart
  37223.         2.0+.  Version 1.0, binary only, shareware.
  37224.         Author:  FrΘdΘric Delacroix
  37225.  
  37226. CloseWB        This program attempts to close the WorkBench screen after "n"
  37227.         seconds.  It is useful to put into startup-sequences that start
  37228.         an application and no longer need the WorkBench screen (such
  37229.         as Imagine).  The closing of the WorkBench screen will save
  37230.         some chip RAM.  Will work with any Amiga running KickStart
  37231.         2.0 or higher.  Version 1.0, binary and source included.
  37232.         Author:  Daniel Bachmann
  37233.  
  37234. ExtraCmds    A set of 18 AmigaDOS commands, chiefly inspired by UNIX,
  37235.         written to augment the collection distributed as part of
  37236.         the System Software Release 2.04 (V37) and will not run under
  37237.         older releases.  This is the second  public release consisting
  37238.         of the commands Common, Compare, Concat, Copyright, Count,
  37239.         DirTree, Find, Head, Lower, Prepare, SCD, Split, Splitname,
  37240.         Tee, Testbits, TimeCom, Unique and Usage.  Includes an English
  37241.         User's Reference Manual in LaTeX format and source code.
  37242.         Author:  Torsten Poulin
  37243.  
  37244. IanUtils    A collection of some small but useful Assembly language tools.
  37245.         Included are:  Colors, a kickstart 3.0 palette editor.  Edit
  37246.         any screen's palette by percents, rather than fixed integers;
  37247.         Output, an AppIcon that will call your text/picture/sound/etc.
  37248.         viewer.  Customizable for any IFF type; SetColor, Allows set-
  37249.         ting screen colors from the shell, useful for scripts; SetDepth,
  37250.         a command to change screen depth.  Give your WB1.3 8 colors;
  37251.         EMenu, adds key equivalents to WB1.2/1.3 menus.  Lays out the
  37252.         menus "prettier."  Source included for SetColor, SetDepth and
  37253.         EMenu.
  37254.         Author:  Ian J. Einman
  37255.  
  37256. Upcat        Disk catalog program.  Read file information from disks, store
  37257.         it in a catalog in memory, save/load catalogs to/from disk,
  37258.         display catalog in several ways, select files to be displayed,
  37259.         print (selection of) catalog, 32 user definable categories,
  37260.         add comment to records in catalog, ARexx interface, user
  37261.         definable macro menu.  Version 1.2, an update to version 1.0
  37262.         on disk number 854.  Binary only, freeware.  Requires Release
  37263.         2.04 or higher.
  37264.         Author:  Frans Zuydwijk
  37265. ==========================  Contents of Disk 940  ==========================
  37266.  
  37267. This is disk 940 of the freely distributable AMIGA software library.
  37268. Below is a listing of the significant directories and their contents.
  37269.  
  37270.  
  37271. AltTab        A small Commodity that successively displays the screens
  37272.         titles at the press of 'Alt-Tab' and allows you to choose
  37273.         which screen to bring to the front.  Requires Kickstart
  37274.         37.175 or higher.  Version 0.2, binary only.
  37275.         Author:  GΘrard Cornu.
  37276.  
  37277. BootMan        A boot manager program that allows you to select a startup-
  37278.         sequence at boot time using the mouse or keyboard.  Also
  37279.         allows password protection and a timer to load a default
  37280.         startup if none is selected.  Includes a preference editor
  37281.         for easy modification and startup.  Will work with any Amiga
  37282.         running KickStart 2.0 or higher.  Version 1.1, binary only.
  37283.         Author:  Daniel Bachmann
  37284.  
  37285. VideoMaxe    A video database that satisfies all needs of a private video
  37286.         user.  With full OS 2.1+ and environmental support (localiza-
  37287.         tion, application icon, installer, font-sensitive runtime
  37288.         gadget layout, layout saving, guide documentation, ...) the
  37289.         program handles record suggestions, spool informations, free
  37290.         amount of additional data per tape or title, comfortable
  37291.         search routines, printing, etc.  Requires OS 2.1.  Version
  37292.         04.20, update to version 03.22 on disk number 637.  Binary
  37293.         only, Shareware.
  37294.         Author:  Stephan Suerken
  37295.  
  37296. ==========================  Contents of Disk 941  ==========================
  37297.  
  37298. This is disk 941 of the freely distributable AMIGA software library.
  37299. Below is a listing of the significant directories and their contents.
  37300.  
  37301.  
  37302. CardZ        Patience card games.  Includes two version of Klondike, The
  37303.         Wall and Up/Down.  Version 1.0, binary only, freeware.
  37304.         Requires Release 2.04 and needs a 640x256 PAL HighRes screen.
  37305.         Author:  Frans Zuydwijk
  37306.  
  37307. FlipPrefs    With this program, you can  create several preferences files,
  37308.         (The "DEVS:system-configuration" type) of different names and
  37309.         switch between them on command.  A sample usage would be to
  37310.         customize the startup script to set different preferences
  37311.         depending on the operating system booted into.  Could also be
  37312.         useful in different development environments or for machines
  37313.         with multiple users.  Version 1.0, binary only, freeware,
  37314.         Author:  Thorsten Stocksmeier
  37315.  
  37316. Guide2Doc    Converts AmigaGuide« file to a normal document without any
  37317.         "@{xxx}"'s, but full ANSI-support!  CLI-ONLY, optional table-
  37318.         of-contents-generation and page-numbering.  Output goes to
  37319.         StandardOut, so you may redirect it, eg. ">prt:", or read the
  37320.         guide in CLI.  V1.0, freeWare, includes C-source.
  37321.         Author:  Bernd (Koessi) Koesling
  37322.  
  37323. Mine        A Modula-2 implementation of an old computer game.  You have an
  37324.         N * N square with mines hidden in some fields.  Your job is to
  37325.         mark them with a flag as fast as possible.  Version 2.0, an
  37326.         update to version 1.8 on disk number 835.  Contains some bug
  37327.         fixes and improvements.  Most important:  now always uses the
  37328.         default public screen and does not open it's own  multitasking
  37329.         and-chipmem-goodbye-screen.  Requires AmigaDOS 2.0, Source
  37330.         in M2Amiga Modula-2 and (newest) 68020 version are available
  37331.         from the author.
  37332.         Author:  Thomas Ansorge
  37333.  
  37334. SOUNDEffect    Sound sample editing program.  Special features include:
  37335.         temporary buffers, frequency and amplitude modulation
  37336.         (tremolo and vibrato), echo, special reverb effect, chorus
  37337.         effect, mixer, free hand editing, low and high pass filter,
  37338.         compresser, expander, limiter, distortion and all the usual
  37339.         functions (copy, paste, insert, cut, looping, zooming etc.).
  37340.         All effects are available in stereo.  This is no update
  37341.         to V1.32!, the program has been completely re-written and
  37342.         has a new user interface.  Runs with OS1.3 or above.  Version
  37343.         2.10, binary only, shareware.
  37344.         Author:  Sven Bⁿhling
  37345.  
  37346. YAMFG        Yet Another Mine Field Game.  This is a big classic.  Your
  37347.         tank must move through the variable-width and height mine
  37348.         field to a target.  Mainly designed to help beginners cope
  37349.         with assembly.  Uses reqtools.library ⌐ Nico Franτois.
  37350.         Version 1.0, includes heavily commented source.
  37351.         Author:  FrΘdΘric Delacroix
  37352.  
  37353. ==========================  Contents of Disk 942  ==========================
  37354.  
  37355. This is disk 942 of the freely distributable AMIGA software library.
  37356. Below is a listing of the significant directories and their contents.
  37357.  
  37358.  
  37359. ACalc        A small calculator with floating point, hexadecimal and
  37360.         decimal modes.  Has 10 memories, saves the last result in
  37361.         the clipboard, may be used with the mouse or keyboard.
  37362.         With OS 2.x and 3.0, may be installed as a Commodity.
  37363.         Includes both French and English versions.  Binary only.
  37364.         Author:  Denis Gounelle
  37365.  
  37366. AS65        A comfortable and efficient 2 pass cross assembler for the
  37367.         Whole 6502 processor family.  Version 2.3d, contains docu-
  37368.         mentation in both english and german.  Binary only.
  37369.         Author:  Thomas Lehmann
  37370.  
  37371. LibraryGuide    An AmigaGuide file that lists about 170 different "libraries"
  37372.         often found in the LIBS: directory and a simple one or two
  37373.         line description of their purpose along with version info
  37374.         and where to get them, etc.  May help you determine whether
  37375.         or not you actually "need" some of these space-consuming
  37376.         things.  Version 1.0.
  37377.         Author:  Dan Elgaard
  37378.  
  37379. WBMenu        A simple CLI-only tool that allows you to add new menu-entries
  37380.         to the "Tools" menu of the Workbench.  Useful for scripts and 
  37381.         batch files, simple to use.  Requires OS2.04+.  Version 3.4, 
  37382.         Includes source in assembler for both English and german 
  37383.         versions.  Shareware.
  37384.         Author:  Thorsten Stocksmeier
  37385.  
  37386. ==========================  Contents of Disk 943  ==========================
  37387.  
  37388. This is disk 943 of the freely distributable AMIGA software library.
  37389. Below is a listing of the significant directories and their contents.
  37390.  
  37391.  
  37392. Clock        A simple Clock program but with the handy feature that you can
  37393.         "snapshot" the clock to stay with any screen or it can be free
  37394.         to pop to the frontmost screen automatically.  Up to 4 alarm
  37395.         times can be set, which can simply put up a requester or cause
  37396.         some program to run in background.  Hourly chimes can also be
  37397.         made to run a program (I.E. a sound sample player).  Uses
  37398.         locale.library with OS2.1+.  Version 2.20, an update to
  37399.         version 2.00 on disk number 869.  Binary only.
  37400.         Author:  Bernd Grunwald
  37401.  
  37402. IRMaster    A package for the substitution of remote controls by the
  37403.         Amiga.  You can learn and send nearly any infra red command.
  37404.         That means you can control e.g. your tv set from the workbench.
  37405.         With an editor you can create remote controls and with a
  37406.         runner you can use them on your wb.
  37407.         Version 1.0, binary only.
  37408.         Author:  Jⁿrgen Frank & Michael Watzl
  37409.  
  37410. JIStoJi        A program to read and print Japanese electronic text.  JIStoJi
  37411.         automatically identifies electronic texts written in Old-JIS,
  37412.         New-JIS, Shift-JIS, or EUC-JIS (as well as, of course, ASCII)
  37413.         and displays them on screen, or prints them to dot-matix
  37414.         printers.  Version 1.5, binary only.
  37415.         Author:  Gerald B. Mathias
  37416.  
  37417. MCMaster    Another music cassette cover printing utility which should
  37418.         work together with any printer that supports pica and fine.
  37419.         Other features are a search function and a list function which
  37420.         allow you to put, for example, all the song names in a list
  37421.         gadget to scroll around.  Requires Kickstart >2.04!  Version
  37422.         1.2, an update to version 1.1 on disk 685.  Binary only.
  37423.         Author:  Michael Watzl
  37424.  
  37425. Mkfont        Converts standard Amiga fonts into softfonts for the Hewlett
  37426.         Packard II (compatible) laser printers.  It is entirely
  37427.         written in assembly and is quite fast.  It can double the
  37428.         softfonts in size and smooth's them automatically.  Version
  37429.         1.0, binary only, freeware,  Runs from CLI only.
  37430.         Author:  Tonio Voerman
  37431.  
  37432. WBflash        A small program that nicely flashes (or color-cycles) the
  37433.         active window or Workbench background.  With some simple
  37434.         gadget clicks you can generate and save your own custom
  37435.         flash-patterns.  Written in assembler.  Includes both English
  37436.         and Swedish versions.  Requires OS2.0+.  Version 1.12, binary
  37437.         only.
  37438.         Author:  Thomas Pettersson
  37439.  
  37440. ==========================  Contents of Disk 944  ==========================
  37441.  
  37442. This is disk 944 of the freely distributable AMIGA software library.
  37443. Below is a listing of the significant directories and their contents.
  37444.  
  37445.  
  37446. AngusTitler    A program to create videotitles for (e.g.) your holiday films.
  37447.         It is possible to scroll 350 lines up the screen.  Of course,
  37448.         the colors, fonts, fontstyles, border etc. can be changed.
  37449.         It is also possible to load a background picture.  This is
  37450.         only a demo-version that is limited to 10 lines, all other
  37451.         options are enabled, even saving and loading.  The full version
  37452.         can be obtained from the author for $35 US or 45 DM.  Version
  37453.         4.0, binary only.
  37454.         Author:  Andreas Gun▀er.
  37455.  
  37456. ARegress    A program for stistical evaluation of measurements.  You can
  37457.         use it to estimate different kinds of regression, and to print
  37458.         graphs of the regressions.  Version 2.0, binary only, freeware.
  37459.         Author:  Sven Bⁿhling
  37460.  
  37461. BlockEd        Disk block editor, simple but very easy to use.  Compatible
  37462.         with 1.3 and up. Version 1.4, initial release.  Contains most
  37463.         source (in C) for light reading.
  37464.         Author:  Andrew Kemmis
  37465.  
  37466. Lhf        A dir-utility and archiver with CLI and intuition interface.
  37467.         Enables you to copy, move, delete or rename archive files as
  37468.         if they were ordinary files.  Extraction and compression is
  37469.         automatically performed as needed.  With the configuration
  37470.         program 'LhfEd' you can customize it to perform external
  37471.         commands.  Version 1.03, binary only, freeware.
  37472.         Author:  Stefan Pampin
  37473.  
  37474. Parcheese    Like the classic board game.  The aim of the game is to get
  37475.         all of your markers safely around the board to your home base.
  37476.         Three levels of play, players selectable between human/comp-
  37477.         uter.  Includes documentation in english and spanish.  Version
  37478.         1.7g, binary only.
  37479.         Author:  Xavier Egusquiza
  37480.  
  37481. PhoneDir    Personal Phonedirectory (PPD) was designed to remember addres-
  37482.         ses and phone numbers for you, and also dial the numbers auto-
  37483.         maticly.  PPD was designed especially with multitasking in
  37484.         mind. When you are doing something else, its window can be
  37485.         minimized, and when you need to, you can call someone just by
  37486.         a click on the mouse. PPD uses almost no system power when
  37487.         not used.  Version 1.0, binary only.
  37488.         Author:  Hallvard Korsgaard
  37489.  
  37490. ==========================  Contents of Disk 945  ==========================
  37491.  
  37492. This is disk 945 of the freely distributable AMIGA software library.
  37493. Below is a listing of the significant directories and their contents.
  37494.  
  37495.  
  37496. EmacsStarter    A good Emacs starter.  With it you can load files into a
  37497.         running Emacs.  Has an option to use a public screen (requires
  37498.         "ScreenManager"), full WB support, double-click icons into a
  37499.         running Emacs, new icon creating scheme, use different icons
  37500.         depending on what type of file you are editing, sticky flag,
  37501.         the script doesn't terminate until the requested buffers are
  37502.         terminated.  Release 1, includes ARexx and C source.
  37503.         Author:  Anders Lindgren, Bo Liljegren
  37504.  
  37505. IFFConvert    A program to convert the different compression methods of IFF
  37506.         ILBM files.  It supports the normal compression, a new comp-
  37507.         ression method that compresses column by column instead of
  37508.         row by row, and uncompressed files.  Version 1.12, an update
  37509.         to version 1.11 on disk number 699, includes source.
  37510.         Author: Matthias Meixner
  37511.  
  37512. MineRunner    A freeware game like Lode Runner, but with more features.
  37513.         Supports the 4 player adapter for the parallel port, uses
  37514.         soft stereo where possible, doesn't stop multitasking and
  37515.         saves highscores to disk.  Version 1.0, binary only.
  37516.         Author:  Matthias Bock
  37517.  
  37518. Orm        An improved version of PD "Snake" game on disk number 810 by
  37519.         Michael Warner.  You control an "orm" (Danish for worm or
  37520.         snake), living in a small window on the default public screen,
  37521.         which grows by eating "frogs" and avoiding obstacles.  This
  37522.         version tries to be smart about its window borders and the
  37523.         screen mode (Interlace, Superhires, etc.).  Supports locale
  37524.         library if present.  English, German, Italian, and Swedish
  37525.         catalogs are supplied.  Default language is Danish.  Includes
  37526.         the catalog description file and full DICE and SAS/C (Lattice)
  37527.         compatible source.  Version 1.4,  Public Domain.  Requires
  37528.         AmigaDOS 2.04 or higher.
  37529.         Author:  Torsten Poulin
  37530.  
  37531. PrtSc        Have you ever noticed that there is a PrtSc-key on the numeric
  37532.         keypad?  This program makes it work!  By pressing the PrtSc
  37533.         key on your keypad, you get a screen dump to your printer.
  37534.         Version 1.52, an update to version 1.08 on disk number 897.
  37535.         Freeware, includes source.
  37536.         Author:  Jan Hagqvist
  37537.  
  37538. Reminder    A utility to remind you about events.  It consists of an event
  37539.         editor and a small program that is put in your WBStartup (or
  37540.         run from S:user-startup).  Every time you boot your machine,
  37541.         this program checks the event database and puts up a requester
  37542.         (and optionally calls an ARexx script) if there are events
  37543.         that you need to be reminded about.  Version 1.20, freeware,
  37544.         C source included for DICE and SAS6.x.
  37545.         Author:  Matti Rintala
  37546.  
  37547. ==========================  Contents of Disk 946  ==========================
  37548.  
  37549. This is disk 946 of the freely distributable AMIGA software library.
  37550. Below is a listing of the significant directories and their contents.
  37551.  
  37552.  
  37553. AmiQWK        QWKMail format offline message system.  Allows reading of
  37554.         QWKMail format offline message packets popular with many
  37555.         bulletin board systems (BBSes).  Replies can be edited using
  37556.         any text editor and packed for transfer at a later time.
  37557.         AmiQWK has been tested with many QWKMail systems for IBM and
  37558.         Amiga based BBSes.  Requires Workbench 2.04 or higher. 
  37559.         Release 2 version 2.2, an update to Release 2 version 1.0
  37560.         on disk number 907. Binary only, shareware.
  37561.         Author:  Jim Dawson
  37562.  
  37563. DMon        DMon is a multi-purpouse utility written for the author's
  37564.         personal use during program development.  It is a Monitor,
  37565.         Dissassembler, Debugger and development system.  You may
  37566.         find similarities to Amiga Monitor by Timo Rossi, but DMon
  37567.         is different, it can dissassemble and debug 68xxx software
  37568.         in User and Supervisor Mode.  If you do not know what that
  37569.         means, then do not use DMon!  Version 1.86, binary only.
  37570.         Author:  Andreas Smigielski
  37571.  
  37572. fd2pragma    A small utility to create prototypes for the Aztec C compiler
  37573.         or the Aztec Assembler from FD files as they are distributed
  37574.         from Commodore with the Include files.  Includes C-source.
  37575.         Author:  Jochen Wiedmann
  37576.  
  37577. PriMan         A configurable, Style Guide compliant task priority manager.
  37578.         Along the same lines as TaskX, PriMan is font-sensitive,
  37579.         resizeable,  uses a slider gadget to change the priority of
  37580.         any task, and has buttons for sending a Ctrl-C signal to a
  37581.         task, or removing it from memory.  Version 1.1, an update to
  37582.         version 1.0 on disk number 928.  FreeWare, includes C source.
  37583.         Author:  Barry McConnell
  37584.  
  37585. TrashIcon    A WorkBench 2.x application icon to delete files.  Puts an
  37586.         icon at a user defined position on the WorkBench screen,
  37587.         then deletes all files that are dragged onto it.  Version
  37588.         2.3, an update to version 1.4 on disk number 871.  Binary
  37589.         only.
  37590.         Author:  Mark McPherson
  37591.  
  37592. Yass        Yet Another Screen Selector, a commodity with several nice
  37593.         features such as: Completely controllable via keyboard (of
  37594.         course you can use your mouse, if you really want to);
  37595.         Shows Screens and Windows (option); Shows PublicScreenname
  37596.         or ScreenTitle (option); Ability to change the default Public
  37597.         screen; Opens window even on non-public screens (option).
  37598.         Font-sensitive; Resizeable window.  Version 1.1, binary only.
  37599.         Author:  Albert Schweizer
  37600.  
  37601. ==========================  Contents of Disk 947  ==========================
  37602.  
  37603. This is disk 947 of the freely distributable AMIGA software library.
  37604. Below is a listing of the significant directories and their contents.
  37605.  
  37606.  
  37607. Mand2000D    Demo version of a revolutionary fractal program that makes
  37608.         it far easier to explore the Mandelbrot set.  Mand2000 is
  37609.         compatible with all Amigas.  It has separate calc routines
  37610.         that have been optimized for the 68000, 68020, 68030, 68040
  37611.         and 68881 processors respectively.  It automatically detects
  37612.         these to ensure maximum performance.  Mand2000 also makes
  37613.         full use of AGA graphics when available.  A number of
  37614.         enhancements since the original demo version.  Version
  37615.         1.102, binary only.  Requires OS 2.04.
  37616.         Author:  Cygnus Software
  37617.  
  37618. NewTool        A program that will quickly replace the default tool in
  37619.         project icons.  You can specify the tool to use, use a file
  37620.         requester to pick the tool, or allow NewTool to automatic-
  37621.         ally choose the proper tool depending on the file type.
  37622.         Version 37.195.  WB 2.0+ required.  Binary only.
  37623.         Author:  Michael J Barsoom.
  37624.  
  37625. ScreenSelect    A commodity to change screen order by selecting a screen name
  37626.         from a listview.  Also allows binding of hotkeys to any screen
  37627.         with a proper name.  Supports automatic activation of windows
  37628.         (remembers last activations) when changing to new screen, is
  37629.         configurable with Preferences program, has a full intuition
  37630.         interface and is font sensitive (including proportional fonts).
  37631.         Documentation in AmigaGuide, ASCII and DVI formats.  Requires
  37632.         AmigaOS 2.04 or later.  Version 2.1, an update to version 2.0
  37633.         on disk number 915.  Binary only, freeware.
  37634.         Author:  Markus Aalto
  37635.  
  37636. SMaus        A highly configurable "SUN-mouse" utility, implemented as a
  37637.         commodity with a graphical user interface.  It activates the
  37638.         window under the mouse pointer if you move or after you have
  37639.         moved the mouse or if you press a key.  You can specify titles
  37640.         of windows which shall not be deactivated using wildcards.
  37641.         Requires at least AmigaOS 2.04, uses locale.library if avail-
  37642.         able.  Includes english and german docs, german and swedish
  37643.         catalog file (english language built in).  Version 1.24, an
  37644.         update to V1.17 on disk 868.  Shareware, binary only.
  37645.         Author:  Stefan Sticht
  37646.  
  37647. SteamyWindows    A small yet very useful commodity that increases the priority
  37648.         of the owner task of the active window, and restores the task's
  37649.         priority when the window becomes inactive unless someone else
  37650.         modified the task's priority meanwhile.  This is version 1.0,
  37651.         includes source in Oberon-2.
  37652.         Author:  Franz Schwarz
  37653.  
  37654. ==========================  Contents of Disk 948  ==========================
  37655.  
  37656. This is disk 948 of the freely distributable AMIGA software library.
  37657. Below is a listing of the significant directories and their contents.
  37658.  
  37659.  
  37660. ADis        A 68000+ disassembler which can automatically recognize data
  37661.         and strings put into the code segment.  It also generates only
  37662.         those labels that are really referenced.  The generated file
  37663.         will often be reassemblable.  In V1.1, ADis is capable of
  37664.         recognizing all 68020 and 68881 instructions even with the
  37665.         68020's extended addressing modes.  ADis  will also try to
  37666.         resolve addressing relative to a4, which many C compilers use
  37667.         in a small memory model.  Version 1.1, binary only.
  37668.         Author:  Martin Apel
  37669.  
  37670. Snoopy        Enables you to monitor library function calls - of any library
  37671.         you wish.  The idea of course came from SnoopDos by Eddy
  37672.         Carroll, but Snoopy is different in approach and purpose.
  37673.         Snoopy has no specific patches for specific functions - it
  37674.         is an all-purpose tool to monitor *ANY* library call in
  37675.         *ANY* system library.  Version 1.4, includes assembly source.
  37676.         Author:  Gerson Kurz, FH Muenchen
  37677.  
  37678. VirusZII    Release II of this popular virus detector that recognizes
  37679.         many boot and file viruses.  The filechecker can also decrunch
  37680.         files for testing.  The memory checker removes all known
  37681.         viruses from memory without 'Guru Meditation' and checks memory
  37682.         for viruses regularly.  VirusZ has easy to use intuitionized
  37683.         menus including keycuts for both beginners and experienced
  37684.         users.  Release II versions of VirusZ require OS2.O+.
  37685.         This is Release II Version 1.00, an upgrade to Release I
  37686.         version 3.07 on disk number 902.  Binary only, shareware.
  37687.         Author:  Georg H÷rmann
  37688.  
  37689. ==========================  Contents of Disk 949  ==========================
  37690.  
  37691. This is disk 949 of the freely distributable AMIGA software library.
  37692. Below is a listing of the significant directories and their contents.
  37693.  
  37694.  
  37695. BBBBS        Baud Bandit Bulletin Board System.  Written entirely in
  37696.         ARexx using the commercial terminal program "BaudBandit".
  37697.         Features include up to 99 file libraries with extended
  37698.         filenotes, up to 99 fully threaded message conferences,
  37699.         number of users, files, messages, etc. are only limited
  37700.         by storage space, controlled file library and message con-
  37701.         ference access for users and sysops, interface to extra
  37702.         devices like CD-ROM and others, all treated as read only,
  37703.         complete Email with binary mail and multiple forwarding,
  37704.         user statistics including messages written, files uploaded
  37705.         or downloaded, time, etc, plus much more.  Now includes a
  37706.         complete offline reader/answer called bbsQUICK.rexx, and
  37707.         Call Back Verification for local callers.  Version 6.5, an
  37708.         update to version 5.9 on disk 883.  Includes complete ARexx
  37709.         source.
  37710.         Author:  Richard Lee Stockton
  37711.  
  37712. TitleClock    A little commodity (about 3k) that throws up a clock in the
  37713.         top right corner of a screen's titlebar.  It may be set up
  37714.         to display itself on one or more screens without running 
  37715.         multiple copies of the program.  It may also be set to follow
  37716.         your default public screen and also to always display on the
  37717.         frontmost screen.  Version 2.7, binary only.
  37718.         Author:  Anders Hammarquist
  37719. ==========================  Contents of Disk 950  ==========================
  37720.  
  37721. This is disk 950 of the freely distributable AMIGA software library.
  37722. Below is a listing of the significant directories and their contents.
  37723.  
  37724.  
  37725. BBDoors        A collection of rexxDoors adjusted to work with BBBBS 6.5.
  37726.         Includes complete ARexx source.
  37727.         Author:  Richard Lee Stockton and various others.
  37728.  
  37729. bbsQUICK    An offline read/reply/upload/download module for BBBBS.
  37730.         Complete GUI with support for multiple BBBBS systems.
  37731.         Version 6.4 and update to version 5.9 on disk number 883.
  37732.         Includes complete ARexx source.
  37733.         Author:  Richard Lee Stockton
  37734.  
  37735. BusyPointers    A collection of busy pointers for use with 'NickPrefs'.
  37736.         (NickPrefs can be found on disk number 780).
  37737.         Author:  Dan Elgaard
  37738.  
  37739. ClockTool    A simple CLI utility do perform operations on the battery-
  37740.         backed-up and/or system clock, e.g. display either/both,
  37741.         set one from the other, increment, and log. Most of these
  37742.         features, particularly those accessing the battery-backed-
  37743.         up clock, are not available using current AmigaDos commands.  
  37744.         Version 1.0, includes source.
  37745.         Author:  Gary Duncan
  37746.  
  37747. Enforcer    A tool to monitor illegal memory access for 68020/68851, 68030,
  37748.         and 68040 CPUs.  This is a completely new Enforcer from the
  37749.         original idea by Bryce Nesbitt.  It contains many new and
  37750.         wonderful features and options and no longer contains any
  37751.         exceptions for specific software.  Enforcer can now also be
  37752.         used with CPU or SetCPU FASTROM or most any other MMU-Kick-
  37753.         start-Mapping tool.  Major new output options such as local 
  37754.         output, stdout, and parallel port.  Highly optimized to be as
  37755.         fast as possible.  Version 37.55, an update to version 37.52
  37756.         on disk number 912.  Requires V37 of the OS or better and an
  37757.         MMU.  Binary only. 
  37758.         Author: Michael Sinz
  37759.  
  37760. PayAdvice    Easy-to-use pay analysis program which is easily configured to
  37761.         deal with the way deductions are made from your salary.  Useful
  37762.         for investigating just how large a slice of your hard earned
  37763.         cash ends up in the hands of the tax man, or to make sure that
  37764.         your employer isn't deducting more from your wages than he
  37765.         should.  Version 3.00, binary only, shareware.
  37766.         Authors:  Richard Smedley, Andy Eskelson, Robert Hart
  37767.  
  37768. Sushi        A tool to intercept the raw serial output of Enforcer 2.8b,
  37769.         Enforcer.megastack 26.f, Mungwall, and all other tool and 
  37770.         application debugging output that uses kprintf.  This makes
  37771.         it possible to use serial debugging on a single Amiga, without 
  37772.         interfering with attached serial hardware such as modems and 
  37773.         serial printers.  Sushi also provides optional signalling and 
  37774.         buffer access to an external display/watcher program.  Version 
  37775.         37.10, an update to version 37.7 on disk number 733.  Binary
  37776.         only.
  37777.         Author:  Carolyn Scheppner
  37778.  
  37779. ==========================  Contents of Disk 951  ==========================
  37780.  
  37781. This is disk 951 of the freely distributable AMIGA software library.
  37782. Below is a listing of the significant directories and their contents.
  37783.  
  37784.  
  37785. IconMiser    Intercepts attempts by programs to create icons and substi-
  37786.         tutes images or icons you prefer in their place.  Easy to
  37787.         configure, works with 1.2 or above.  Supports icon drag-n-
  37788.         drop with 2.0 or above.  Version 2.0, binary only.
  37789.         Author:  Todd M. Lewis
  37790.  
  37791. MaxonMAGIC    Demoversion of the commercial program MaxonMAGIC, an anim-
  37792.         ated screenblanker and crazy soundprogram.  The complete
  37793.         version includes 15 different blankers and two disks full
  37794.         of samples.  The demo is almost completely operational.
  37795.         Settings can't be saved and it will also remind the user
  37796.         that it is a demo every now and then.
  37797.         Author:  Klaus-Dieter Sommer, distributed by MAXON Computer
  37798.  
  37799. ==========================  Contents of Disk 952  ==========================
  37800.  
  37801. This is disk 952 of the freely distributable AMIGA software library.
  37802. Below is a listing of the significant directories and their contents.
  37803.  
  37804.  
  37805. MachV        Release 5.0, version 37.5 of the hotkey/macro/multipurpose
  37806.         utility.  You can record keystrokes and mouse events,
  37807.         manipulate screens and windows, popup a shell, view the
  37808.         clipboard, blank the screen and much more.  This release
  37809.         has a complete ARexx interface, so you can execute ARexx
  37810.         programs and functions from hotkeys and store results in
  37811.         environment variables.  The optional title bar clock is an
  37812.         AppWindow.  You can drop an icon in the clock and its name
  37813.         is set in a variable for use in macros.  The documentation
  37814.         has been rewritten and includes two indices.  This is the
  37815.         freely distributable release of 5.0.  It is the same as the
  37816.         registered version except this version has a "welcome"
  37817.         window and has a limit of 25 macros.  It has been localized
  37818.         for deutsch and francais.  Requires OS2.04+.  This is an
  37819.         update to MachIV on disk number 624.  Binary only, share-
  37820.         ware.
  37821.         Author:  Brian Moats, PolyGlot Software
  37822.  
  37823. UUArc        UUArc is an archiving system designed to enable easy trans-
  37824.         mission of binary files/archives over communcation links
  37825.         only capable of using ASCII, such as Electronic Mail.  It
  37826.         encodes binary files into files containing only printable
  37827.         standard ASCII characters.  Written primarily for use with
  37828.         GuiArc to add UUEncoding/UUDecoding facilities to it, it
  37829.         takes similar command line options to other commonly used
  37830.         archiving programs.  This is version 1.3, an update to
  37831.         version 1.1 on disk 912.  Public domain, includes source.
  37832.         Author:  Julie Brandon
  37833.  
  37834. ==========================  Contents of Disk 953  ==========================
  37835.  
  37836. This is disk 953 of the freely distributable AMIGA software library.
  37837. Below is a listing of the significant directories and their contents.
  37838.  
  37839.  
  37840. AmigaToNTSC    AmigaToNTSC patches graphics.library so it will think you
  37841.         have an NTSC Amiga.  AmigaToPAL will patch it to think you
  37842.         have a PAL Amiga.  Custom screens will open in the mode
  37843.         selected.  Version 1.2, an update to version 1.0 on disk
  37844.         number 575.  Binary only.
  37845.         Author:  Nico Francois
  37846.  
  37847. AppCon        Declares the actual CON:-window as an AppWindow and lets you
  37848.         drop your icons in this window.  Then, the name and path of
  37849.         the icon are inserted into the current command line exactly
  37850.         as if you typed them with your keyboard, but slightly
  37851.         faster!  Version 37.177, includes source.
  37852.         Author:  Stephan Fuhrmann
  37853.  
  37854. ByteFilter    Lets you to filter out specified bytes from any file, so you
  37855.         are able to extract the texts from a binary file, for ex-
  37856.         ample.  This is version 1.20 and it uses jhextras.library,
  37857.         which is included in the libs drawer.  Freeware, includes
  37858.         source.
  37859.         Author:  Jan Hagqvist
  37860.  
  37861. EasyCatalog    An IFF-CTLG catalog file editor.  From now on, you can just
  37862.         enter the text for the catalog and save it.  Existing cata-
  37863.         logs can be loaded and changed.  Requires Kickstart 2.x or
  37864.         higher.  English and Dutch (Nederlands) catalogs supplied.
  37865.         Version 0.8▀, binary only.
  37866.         Author:  Jeroen Smits
  37867.  
  37868. ISAM        A Server/Library.  Even novice programmers can store and/or
  37869.         retrieve database records.  Powerful, multi-"user", almost
  37870.         unlimited number & size of records/files.  Different users
  37871.         may access same file, file and record locking (exclusive or
  37872.         shared), multiple keys/file.  Keys may: ascend/descend,
  37873.         have unique/repeatable values, be up to 499 bytes.  Many
  37874.         record retrieval methods.  Recover Index file if lost or
  37875.         corrupt.  Deleted record space reclaimed.  Small: server
  37876.         is less than 51K; Resident Library less than 9K.  Usable
  37877.         from C/Asm./ARexx/etc.  AmigaDOS V1.2 and up.  Shareware,
  37878.         binary only, examples w/source.  Version 1.03, an update
  37879.         to version 1.01 on disk number 766.
  37880.         Author:  Scott C. Jacobs, RedShift Software
  37881.  
  37882. LHA_DOpus    An ARexx script for Directory Opus 4.11 that lists the
  37883.         contents of lha-archives in a DOpus window.  Allows extract,
  37884.         delete and add operations on specific files of the archive.
  37885.         Version 1.0, freeware.
  37886.         Author:  Michiel Pelt
  37887.  
  37888. ==========================  Contents of Disk 954  ==========================
  37889.  
  37890. This is disk 954 of the freely distributable AMIGA software library.
  37891. Below is a listing of the significant directories and their contents.
  37892.  
  37893.  
  37894. MFT        Multi-Function Tool.  A little assembly program (just over
  37895.         1K) that can perform all of the following DOS commands:
  37896.         RENAME, DELETE, MAKEDIR, WAIT, FILENOTE.  Useful for disks
  37897.         where every byte counts and you don't want a bunch of bigger
  37898.         utilities taking up room.  Current version does not support
  37899.         pattern matching.  Version 1.03, includes source in assem-
  37900.         bler.
  37901.         Author:  Thorsten Stocksmeier
  37902.  
  37903. SCAN8800    A specialized database program to store frequencies and
  37904.         station names for shortwave transmitters.  It can also
  37905.         control a receiver for scanning frequency ranges.  Version
  37906.         2.38, an update to version 2.33 on disk number 864.  Binary
  37907.         only.
  37908.         Author:  Rainer Redweik
  37909.  
  37910. ==========================  Contents of Disk 955  ==========================
  37911.  
  37912. This is disk 955 of the freely distributable AMIGA software library.
  37913. Below is a listing of the significant directories and their contents.
  37914.  
  37915.  
  37916. DlxGalaga    A shoot'em up game.  Deluxe version of an old classic.
  37917.         Version 1.0, binary only, shareware.
  37918.         Author:  Edgar M. Vigdal
  37919.  
  37920. MuroloUtil    Several CLI or script based utilities.  Included are:
  37921.         Button - A little utility that opens a requester with
  37922.         custom text.  Useful for batch and scripts; C64Saver -
  37923.         A utility that reads C64 basic programs, decodes and
  37924.         saves them in a readable file; Calendar - A utility
  37925.         which prints a monthly calendar and some information
  37926.         about the days; CarLost - A utility that causes DTR
  37927.         to drop on the serial port; CDPlayer -  A utility to
  37928.         play a musical CD on CDTV or A570; FMBadFmt - Intuition
  37929.         based utility which formats BAD floppies and makes them
  37930.         useable; KickMaker - A utility to create a new KickStart
  37931.         disk with the last version of kickstart on it...  For
  37932.         A3000 owners only; SerTest - A utility that opens a
  37933.         window and shows the status of serial port signals
  37934.         Switch - A utility that opens a little centered window,
  37935.         that has custom text and two buttons for choice.
  37936.         Most programs require OS2.04+, some source included.
  37937.         Author:  Felice Murolo
  37938.  
  37939. PFS        A filesystem for the Amiga.  Offers higher performance on
  37940.         all operations and full compatibility with AmigaDos.
  37941.         Requires Kickstart 2.0 or higher.  Shareware release 1.0,
  37942.         version 6.11.  Binary only.
  37943.         Author:  Michiel Pelt
  37944.  
  37945. ==========================  Contents of Disk 956  ==========================
  37946.  
  37947. This is disk 956 of the freely distributable AMIGA software library.
  37948. Below is a listing of the significant directories and their contents.
  37949.  
  37950.  
  37951. DDBase        A simple database program.  Features:  Up to 1500 records,
  37952.         up to 20 fields/record;  Draw up to 10 Bevel/FlipBoxes,
  37953.         Box, Circles;  Import/Export data as ASCII or Superbase;
  37954.         Uses external fields {ASCII/IFF}.  Installation utility
  37955.         provided.  Version 3.00, requires OS2.x or greater.
  37956.         Binary only, freeware.
  37957.         Author:  Peter Hughes
  37958.  
  37959. FMsynth        A program to create sounds with FM synthesis.  It has six
  37960.         operators, a realtime LFO and a free editable algorithm.
  37961.         The sound can be played on the Amiga keyboard or on a MIDI
  37962.         keyboard which is connected to the Amiga.  The sounds can
  37963.         be saved in IFF-8SVX (one or five octave) or raw format.
  37964.         FMsynth has an AREXX port now.  Included are 230 FM sounds.
  37965.         Version 3.3, an update to version 1.1 on disk number 895.
  37966.         Shareware.
  37967.         Author:  Christian Stiens
  37968.  
  37969. SetDefMon    A small utility to set the system's default monitor during
  37970.         WBStartup or to zap the default monitor on the fly.  Possi-
  37971.         ble default monitors include Pal, Ntsc, Euro36, Super72,
  37972.         DblNtsc and DblPal.  Version 1.2, includes source in C.
  37973.         Author:  Franz Schwarz
  37974.  
  37975. ==========================  Contents of Disk 957  ==========================
  37976.  
  37977. This is disk 957 of the freely distributable AMIGA software library.
  37978. Below is a listing of the significant directories and their contents.
  37979.  
  37980.  
  37981. PARex        PARex is a program which allows you to process files, mostly
  37982.         textfiles, whereby strings can be replaced by another, text
  37983.         between two strings can be stripped, strings put in lower or
  37984.         upper case.  PARex supports normal text searching, wildcard
  37985.         searching, context remembering and word-only searching.
  37986.         Using data scripts enables the use of an unlimited number of
  37987.         such replace commands.  Each replace command can be indivi-
  37988.         dually controlled.  All ASCII codes can be used in the
  37989.         search and replace strings, even entire files, dates, times,
  37990.         can be inserted in such strings.  Custom formatted hexadeci-
  37991.         mal output is also supported.  Over twenty ready to use
  37992.         program scripts are included to perform simple tasks as:
  37993.         converting files between different computer systems, strip-
  37994.         ping comments from source files, finding strings in files,
  37995.         converting AmigaGuide files to normal text files,... even
  37996.         automatic version updating of source files.  By the way,
  37997.         v3.00 is about two to more than twenty times faster than
  37998.         the previous versions, and is supplied in english, german,
  37999.         french, and dutch.  This is version 3.00, an update to
  38000.         version 2.12 on disk number 859.  Binary only (but the
  38001.         source is available), shareware.
  38002.         Author:  Chris P. Vandierendonck
  38003.  
  38004. VChess        Fully functional shareware chess game completely written in
  38005.         Amiga Oberon.  Features: selectable screen type (can run
  38006.         right on the workbench screen); sizeable board; Two-human,
  38007.         Computer-Human and Computer-Computer play modes; Load, save
  38008.         games; Load/save/print movelist;  Use/save openings;  Time
  38009.         limits; Solve for mate; Selectable fonts;  Setup board;
  38010.         Rotate board; Show movelist; Show thinking; ... and more.
  38011.         Requires OS2.0+, and should run even on low memory (512K)
  38012.         machines if the opening library is not used.  Version 2.0,
  38013.         binary only, shareware.
  38014.         Author:  Stefan Salewski
  38015.  
  38016. ==========================  Contents of Disk 958  ==========================
  38017.  
  38018. This is disk 958 of the freely distributable AMIGA software library.
  38019. Below is a listing of the significant directories and their contents.
  38020.  
  38021.  
  38022. Alert        A small command to display texts in a recovery-alert.  Works
  38023.         on all machines with Kickstart V33 or higher.  Version 1.1,
  38024.         includes source.
  38025.         Author:  Ketil Hunn
  38026.  
  38027. Fed-CASE    A graphical environment to design flowcharts.  The source
  38028.         code generator generates directly compilable C source.
  38029.         The generated code can be compiled on other computer
  38030.         systems.  I.E. you can generate source code for a C com-
  38031.         piler on a UNIX operating system or a PC operating system.
  38032.         Version 1.0 (demo version), binary only.
  38033.         Author:  Christian Joosen, Ron Heijmans
  38034.  
  38035. TestMaker    NOT just a test creator for teachers.  Ten years in develop-
  38036.         ing, this one makes up tests, review sheets, quizzes, etc.,
  38037.         in a variety of formats, and helps the teacher maintain a
  38038.         question database for use in most subjects.  Version  3.12,
  38039.         binary only (Compiled HiSoft Basic), shareware.
  38040.         Author:  Bill Lunquist,  Bob Black
  38041.  
  38042. ==========================  Contents of Disk 959  ==========================
  38043.  
  38044. This is disk 959 of the freely distributable AMIGA software library.
  38045. Below is a listing of the significant directories and their contents.
  38046.  
  38047.  
  38048. AmigaDiary    AmigaDiary is a handy workbench tool of the type that
  38049.         currently abound office PC's.  It is a mouse driven diary
  38050.         capable of storing all personal events and is the perfect
  38051.         solution to all those forgotten birthdays, missed appoint-
  38052.         ments etc.  Version 1.13, binary only.
  38053.         Author:  Andrew K. Pearson
  38054.  
  38055. HQMM        Hero Quest MapMaker.  With HQMM, you can create your own
  38056.         missions for Hero Quest, the board game.  You can place
  38057.         all objects that are in the Hero Quest set (doors, traps,
  38058.         furniture, monsters etc.) on the map and you can write
  38059.         your own story to go with it.  All this will be printed
  38060.         out in the same style as the original Hero Quest missions.
  38061.         Version 1.11, requires OS2.0+.  Binary only, freeware.
  38062.         Author:  Camiel Rouweler
  38063.  
  38064. IntuiMake    A tool for developers, created with the intention of
  38065.         building complex projects, with an easy to use graphics
  38066.         user interface.  No further knowledge about conventional
  38067.         makes is needed, because Intuimake does not deal with
  38068.         script files or things like that.  Requires OS2.0+.
  38069.         Version 1.2, binary only.
  38070.         Author:  Bj÷rn E. Trost and Dirk O. Remmelt
  38071. ==========================  Contents of Disk 960  ==========================
  38072.  
  38073. This is disk 960 of the freely distributable AMIGA software library.
  38074. Below is a listing of the significant directories and their contents.
  38075.  
  38076.  
  38077. Imperial    An oriental game in which you have to remove tiles from a
  38078.         layout (like Shanghai or Taipei).  Every game has a solution
  38079.         and there's a layout editor.  English NTSC version and
  38080.         French PAL version supplied.  Some other versions available
  38081.         from the author.  Version 2.0, binary only, shareware.
  38082.         Author:  Jean-Marc BOURSOT
  38083.  
  38084. Minesweeper    Yet another minesweeper game.  This one forgives the
  38085.         player, when he hits a mine, if no useful inferences
  38086.         could be made from the exposed information.  The element
  38087.         of luck is sharply reduced.  First version, binary only.
  38088.         Author:  Donald Reble
  38089.  
  38090. PowerPlayer    A very powerful, user friendly and system friendly module
  38091.         player.  It can handle nearly all module-formats,
  38092.         can read powerpacked & xpk-packed modules and comes along
  38093.         with its own powerful cruncher that uses the lh.library.
  38094.         Has a simple to use userinterface and an ARexx port,
  38095.         has locale-support and a nice installer script for CBM's
  38096.         installer utility.  Version 4.0, update to version 3.9 on
  38097.         disk number 863.  Binary only, shareware.
  38098.         Author:  Stephan Fuhrmann
  38099.  
  38100. ==========================  Contents of Disk 961  ==========================
  38101.  
  38102. This is disk 961 of the freely distributable AMIGA software library.
  38103. Below is a listing of the significant directories and their contents.
  38104.  
  38105.  
  38106. FIVE-STAR    Demo version of a powerful prediction tool for LOTTO,
  38107.         POOLS, SWEEP, DIGIT (eg 4d) and HORSE (races) systems
  38108.         available worldwide.  The program uses an identical
  38109.         framework for all five systems but they are run com-
  38110.         pletely individually so that any number of them can
  38111.         be used simultaneously.  All records, updates, pre-
  38112.         dictions, bets and results are stored separately and
  38113.         can be saved to disk or sent to the printer at any time.
  38114.         This demo version is supplied with a very basic manual
  38115.         and is completely functional except for data input.
  38116.         Version 1.0, binary only.
  38117.         Author:  Joe Taylor
  38118.  
  38119. MPMaster    A useful MIDI program that enables to transmit/receive
  38120.         samples via MIDI between the Amiga and any MIDI device
  38121.         that supports the MIDI Sample Dump Standard format (such
  38122.         as the Yamaha SY85 synthesizer).  It has a WorkBench
  38123.         interface, can play samples and all settings of the sample
  38124.         can be modified before transmission.  Includes a circuit
  38125.         to build a very small MIDI interface.  Distributed in two
  38126.         languages: English and Spanish.  Requires WorkBench 2.04
  38127.         or higher.  Version 1.2, binary only, freeware.
  38128.         Author:  Antonio J. Pomar Rossell≤
  38129.  
  38130. ==========================  Contents of Disk 962  ==========================
  38131.  
  38132. This is disk 962 of the freely distributable AMIGA software library.
  38133. Below is a listing of the significant directories and their contents.
  38134.  
  38135.  
  38136. EnvTool        A tool for a project icon, born out of a severe need to
  38137.         allow users to use their own tools for reading doc files,
  38138.         viewing pictures, editing files, etc.  EnvTool will send
  38139.         the associated file to either the tool specified by an
  38140.         environment variable, or a selected default tool if the
  38141.         environment variable is not set.  Version 0.1, includes
  38142.         source in C.
  38143.         Author:  Dan Fish
  38144.  
  38145. EZAsm        Combines 68000 assembly language with parts of C.
  38146.         Produces highly optimized code.  Uses C-like function calls
  38147.         ( supports all 3.0 functions ), taglists, braces, "else",
  38148.         ".fd" support, and much more.  Comes bundled with A68k
  38149.         and Blink, for a complete programming environment.
  38150.         This is version 1.8, an update to version 1.7 on disk 699.
  38151.         Includes example source and executable files.  Binary only.
  38152.         Author:  Joe Siebenmann
  38153.  
  38154. MuchMore    Another program like "more", "less", "pg", etc.  This one
  38155.         uses its own screen or a public screen to show the text
  38156.         using a slow scroll.  Includes built-in help, commands to
  38157.         search for text, and commands to print the text.  Supports
  38158.         4 color text in bold, italic, underlined, or inverse fonts.
  38159.         Can load xpk crunched files.  Has a display mode requester.
  38160.         Is localized with German, Italian, French, and Swedish cat-
  38161.         alog files.  Supports pipes.  Requires KickStart 2.04 or
  38162.         later.  This is version 4.2, an update to version 3.6 on
  38163.         disk number 935.  Includes source in Oberon-2.
  38164.         Author:  Fridtjof Siebert, Christian Stiens
  38165.  
  38166. ToolAlias    Provides  a  mechanism  for rerouting specific programs
  38167.         to other programs.  For example, with ToolAlias, you could
  38168.         reroute all references to ':c/muchmore'  to use 'sys:util-
  38169.         ities/ppmore' instead, so that when browsing documents on
  38170.         a Fish disk, you get to use your favourite text viewer,
  38171.         rather than loading the one specified in the document's
  38172.         ToolTypes.  Requires OS2.0+.  Version 1.02, Includes source.
  38173.         Author:  Martin W. Scott
  38174.  
  38175. Touch        Another Amiga version of the Unix utility with the same
  38176.         name.  Touch changes the date and time stamp of all speci-
  38177.         fied files to the current date and time.  This version will
  38178.         also create an empty file (like the Unix version) if the
  38179.         specified file does not exist.  Version 1.2, an update to
  38180.         version 1.0 on disk 919.  Public domain, includes source.
  38181.         Author:  Kai Iske
  38182.  
  38183. ==========================  Contents of Disk 963  ==========================
  38184.  
  38185. This is disk 963 of the freely distributable AMIGA software library.
  38186. Below is a listing of the significant directories and their contents.
  38187.  
  38188.  
  38189. BootPic        BootPic shows nearly any IFF picture that you like while
  38190.         your system is initialized after a reset.  Additionally,
  38191.         it may play a MED-Module.  Requires OS 2.0 or higher.
  38192.         Version 3.1, a major update to version 2.1b on disk number
  38193.         718.  Binary only.
  38194.         Author:  Andreas Ackermann
  38195.  
  38196. Codecracker    Another MasterMind clone.  Difficulty level may be set by
  38197.         selecting the number of color columns and the number of
  38198.         different colors to choose from.  Documentation contained
  38199.         within the program.  Version 2.23,  binary only.
  38200.         Author:  Michael Reineke
  38201.  
  38202. SIOD        An interpreter for the algorithmic language Scheme, a dia-
  38203.         lect of LISP developed at MIT.  Siod is a C implementation
  38204.         that covers a large part of the standard and can be run
  38205.         with a small amount of memory (also runs on old A500 NOT
  38206.         expanded).  It is the ideal tool to learn the language or
  38207.         for experimenting with functional languages.  Version 2.6,
  38208.         includes source and examples.  Based on the original code
  38209.         from Paradigm Inc.  An update to version 2.4 on disk number
  38210.         525.
  38211.         Author:  Scaglione Ermanno
  38212.  
  38213. Split!        A high-speed file splitter.  Splits a large file into
  38214.         several smaller files (size is user-definable).  Due
  38215.         to the use of a 32k buffer, Split! is up to 14 times
  38216.         faster than the competition.  CLI interface.  Originally
  38217.         created for transporting large documents.  Version 1.0,
  38218.         binary only.
  38219.         Author:  Dan Fraser.
  38220.  
  38221. ==========================  Contents of Disk 964  ==========================
  38222.  
  38223. This is disk 964 of the freely distributable AMIGA software library.
  38224. Below is a listing of the significant directories and their contents.
  38225.  
  38226.  
  38227. Angie        ANother Great Intuition Enhancer commodity that can be
  38228.         used to assign AngieSequences that can consist of dozens
  38229.         of Intuition related actions, arbitrary dos commands
  38230.         and input event data to an unlimited number of hotkeys.
  38231.         Furthermore, these AngieSequences can be executed via
  38232.         ARexx.  Angie's capabilities include auto window hunting,
  38233.         auto ActiveWinTask priority increment, 'TWA' window
  38234.         remembering, auto DefPubScreen definition, etc.  Angie
  38235.         comes with a comfortable Intuition user interface and
  38236.         is completely localized.  Includes English and German
  38237.         documentation and German catalog.  Version 3.6, an update
  38238.         to version 1.6 on disk number 938.  Binary only, giftware.
  38239.         Author:  Franz Schwarz
  38240.  
  38241. NewDate        A replacement for the AmigaDOS command 'Date'.  Besides
  38242.         the usual date options, NewDate enables date output in your
  38243.         own defined format.  NewDate currently supports 18 lang-
  38244.         uages: English, German, French, Dutch, Italian, Spanish,
  38245.         Portugese, Danish, Finnish, Swedish, Norwegian, Icelandic,
  38246.         Polish, Hungarian, Czech, Romanian, Turkish and Indonesian.
  38247.         Version 1.20, an update to version 1.10 on disk number 859.
  38248.         Binary only, freeware,
  38249.         Author:  Chris Vandierendonck
  38250.  
  38251. RIVer        This program searches an embedded version ID in a file.
  38252.         Like the 'Version' command you can check the version and
  38253.         revision number of a file.  You can also add this embedded
  38254.         version ID as a filenote, or print it in a table where each
  38255.         field of the ID is clearly stated.  You can also construct
  38256.         your own version comment using embedded version ID fields.
  38257.         Version 2.30, an update to version 2.00 on disk number 787.
  38258.         Binary only, freeware.
  38259.         Author:  Chris P. Vandierendonck
  38260.  
  38261. Stocks        Demo version of a stocks analysis program.  Provides
  38262.         powerful technical analysis using numerous studies
  38263.         including Candlesticks, traditional bar charts, 3
  38264.         moving averages, MACD, Stochastics, Gann, TrendLines,
  38265.         %R, Average Volume and more.  It generates buy/sell
  38266.         signals based on customizable trading rules and
  38267.         graphs daily, weekly, and monthly charts using a
  38268.         simple ASCII data file format compatable with Compu-
  38269.         Serve historical data.  Displays on Workbench or Custom
  38270.         Public Screen.  Includes on-line AmigaGuide help text.
  38271.         Requires OS2.0+.  Version 3.02a, binary only.
  38272.         Author:  James Philippou, Bug-Free Development
  38273.  
  38274. ==========================  Contents of Disk 965  ==========================
  38275.  
  38276. This is disk 965 of the freely distributable AMIGA software library.
  38277. Below is a listing of the significant directories and their contents.
  38278.  
  38279.  
  38280. CDPlay        A small CD Player designed for the Xetec CDx Software.
  38281.         The program uses a small window that opens on the
  38282.         Workbench screen.  Smaller with many more functions
  38283.         than those on the player that is supplied with the
  38284.         Xetec Software.  Version 2.01, binary only.
  38285.         Author:  Nic Wilson
  38286.  
  38287. UChess        A powerful version of the program GnuChess version 4 for the
  38288.         Amiga.  Plays a very strong game of chess.  Code has been
  38289.         rewritten and data structures reorganized for optimal effi-
  38290.         ciency on 32 bit 68020 and better Amiga systems.  Fully
  38291.         multitasking, automatically detects and supports 640X480X256
  38292.         color AGA mode machines, and does not at any time BUSY wait.
  38293.         Requires a 68020/030/040 based Amiga computer system with
  38294.         AmigaOS 2.04 or later and 4 Meg of ram minimum.  Special "L"
  38295.         version optimized for 68040 and requires 10 Meg of ram mini-
  38296.         mum.  Supports a variety of standard features such as load,
  38297.         save, edit board, autoplay, swap sides, force move, undo,
  38298.         time limits, hints, show thinking, and a supervisor mode
  38299.         that will allow two humans to play with the computer acting
  38300.         as a "supervisor".  Version 2.69.  Source for this version 
  38301.         may be found on AmigaLibDisk966. 
  38302.         Author:  FSF, Amiga Port by Roger Uzun
  38303.  
  38304. ==========================  Contents of Disk 966  ==========================
  38305.  
  38306. This is disk 966 of the freely distributable AMIGA software library.
  38307. Below is a listing of the significant directories and their contents.
  38308.  
  38309.  
  38310. CDTV-Player    A utility for all those people, who'd like to play Audio
  38311.         CD's while multitasking on WorkBench.  It's an emulation of
  38312.         CDTV's remote control, but is a little more sophisticated.
  38313.         Allows access to the archive even without a CDROM drive
  38314.         (i.e. AMIGA 500-4000), although you can't play a CD.  Pro-
  38315.         gram and KARAOKE (live on-screen) included.  Recognizes CDs
  38316.         automatically.  Works on all CDTVs, AMIGA CD 32 and all CD
  38317.         ROM emulating the cdtv.device or cd.device.  Version 2.31,
  38318.         an update to version 2.05 on disk 894.  Freeware, binary
  38319.         only.
  38320.         Author:  Daniel Amor
  38321.  
  38322. FHSpread    A Spreadsheet program that uses its own custom screen.  Can
  38323.         be switched between hires, laced and PAL, NTSC.  Should work
  38324.         on any amiga with at least 1MB.  Version 2.01, an update to
  38325.         version 1.71 on disk number 887.  Binary only.
  38326.         Author:  Frank Hartog
  38327.  
  38328. UChessSrc    Lha archive of all the sources necessary to build UChess 
  38329.         version 2.69 as contained on disk number 965.
  38330.         Author:  FSF, Amiga Port by Roger Uzun
  38331.  
  38332. ==========================  Contents of Disk 967  ==========================
  38333.  
  38334. This is disk 967 of the freely distributable AMIGA software library.
  38335. Below is a listing of the significant directories and their contents.
  38336.  
  38337.  
  38338. IconTrace    Use this program to find out which tooltypes a program
  38339.         supports and which icons it looks for.  KickStart 2.0 or
  38340.         higher required.  This is version 2.02, binary only.
  38341.         Author:  Peter Stuer
  38342.  
  38343. MUI_usr        An object oriented system to create and maintain graphical
  38344.         user interfaces.  From a programmer's point of view, using
  38345.         MUI saves a lot of time and makes life much easier.  Think-
  38346.         ing about complicated terms like window resizing or font
  38347.         sensitivity is simply not neccesary.  On the other hand,
  38348.         users of MUI based applications have the ability to custom-
  38349.         ize nearly every pixel of a program's interface according
  38350.         to their personal taste.  Version 1.4, this is part 1 of a
  38351.         2 part distribution and contains the user system.  The 
  38352.         developers support package can be found on disk number 968.
  38353.         Shareware.
  38354.         Author:  Stefan Stuntz
  38355.  
  38356. ==========================  Contents of Disk 968  ==========================
  38357.  
  38358. This is disk 968 of the freely distributable AMIGA software library.
  38359. Below is a listing of the significant directories and their contents.
  38360.  
  38361.  
  38362. DiskInfo    A replacement for the AmigaDOS 'Info' command, but can
  38363.         additionally give more extensive information on the disk
  38364.         (volume) and/or on the device in which the disk is inserted.
  38365.         Version 2.00, an update to version 1.00 on disk number 783.
  38366.         Binary only, freeware.
  38367.         Author:  Chris P. Vandierendonck
  38368.  
  38369. JustLook    A collection of routines for controlling the mouse and key-
  38370.         board thru generation of 'Input Events'.  Implemented as
  38371.         object code to be linked with your programs.  This is for
  38372.         application writers who like to include HowToDo programs
  38373.         with their applications.  Users can actually see how to do
  38374.         things, rather than describing them in document files. This
  38375.         is not a recorder, mouse and keyboard events are generated
  38376.         in real time and so the software adapts itself to changes
  38377.         at a particular execution.  Includes example programs and
  38378.         source in C and assembly.
  38379.         Author:  Kamran Karimi
  38380.  
  38381. MUI_dev        An object oriented system to create and maintain graphical
  38382.         user interfaces.  From a programmer's point of view, using
  38383.         MUI saves a lot of time and makes life much easier.  Think-
  38384.         ing about complicated terms like window resizing or font
  38385.         sensitivity is simply not neccesary.  On the other hand,
  38386.         users of MUI based applications have the ability to custom-
  38387.         ize nearly every pixel of a program's interface according
  38388.         to their personal taste.  Version 1.4, this is part 2 of a
  38389.         2 part distribution and contains the developer support 
  38390.         package.  The user system can be found on disk number 967.
  38391.         Shareware.
  38392.         Author:  Stefan Stuntz
  38393.  
  38394. PowerSnap    A utility that allows you to use the mouse to mark charac-
  38395.         ters anywhere on the screen, and then paste them somewhere
  38396.         else, such as in another CLI or in a string gadget.  Checks
  38397.         what font is used in the window you snap from and will look
  38398.         for the position of the characters automatically.  Recog-
  38399.         nizes all non-proportional fonts of up to 24 pixels wide
  38400.         and of any height.  Works with AmigaDOS 2.0 in both shell
  38401.         and WorkBench environments.  This is version 2.2, an up-
  38402.         date to version 2.1b on disk 781.  Binary only.
  38403.         Author:  Nico Francois
  38404.  
  38405. ==========================  Contents of Disk 969  ==========================
  38406.  
  38407. This is disk 969 of the freely distributable AMIGA software library.
  38408. Below is a listing of the significant directories and their contents.
  38409.  
  38410.  
  38411. ACE        ACE is a FreeWare Amiga BASIC compiler which, in conjunc-
  38412.         tion with A68K and Blink, produces standalone executables.
  38413.         The language defines a large subset of AmigaBASIC but also
  38414.         has many features not found in the latter.  A simple graph-
  38415.         ical front-end (Integrated Development Environment) is
  38416.         also provided.  This is written in ACE.  Version 2.0,
  38417.         freeware, binary only.
  38418.         Author:  David Benn
  38419.  
  38420. DOSTrace    SnoopDOS clone with a lot more whistles and bells: session
  38421.         history, commodity, and can trace a lot more functions than
  38422.         SnoopDOS.  KickStart 2.04 or higher required.  This is
  38423.         version 2.13, binary only.
  38424.         Author:  Peter Stuer
  38425.  
  38426. LazyBench    A little utility for lazy people with a hard disk crammed
  38427.         full of goodies which are too difficult to reach because
  38428.         they are buried away in drawers inside drawers inside
  38429.         drawers inside drawers...  LazyBench installs itself as a
  38430.         commodity, adds an item under the Workbench "Tools" menu
  38431.         and waits in the background.  Use its hot key combination
  38432.         to pop up its window and select an item from the list
  38433.         displayed, thus launching your favourite application
  38434.         without messing around with windows and drawers.  Font
  38435.         sensitive, Style Guide compliant and fully configurable.
  38436.         Requires AmigaDOS 2.xx or later.  Version 1.14, an update
  38437.         to version 1.12 on disk 935.  Binary only.
  38438.         Author:  Werther 'Mircko' Pirani
  38439.  
  38440. SysInfo        A brand new release of this popular program.  It reports
  38441.         interesting information about the configuration of your
  38442.         Amiga, including some speed comparisons with other config-
  38443.         urations, versions of the OS software, and much more.
  38444.         Version 3.23, an update to version 3.18 on disk number 860.
  38445.         Binary only.
  38446.         Author:  Nic Wilson
  38447. ==========================  Contents of Disk 970  ==========================
  38448.  
  38449. This is disk 970 of the freely distributable AMIGA software library.
  38450. Below is a listing of the significant directories and their contents.
  38451.  
  38452.  
  38453. ADM        A comfortable and flexible address database with font sensi-
  38454.         tive windows, commodity support, application window support,
  38455.         an ARexx-port, public screen support, and totally control-
  38456.         lable from the keyboard.  It includes user flags (grouping),
  38457.         email support, and freely configurable label printing.  It
  38458.         can fill out letter forms and call your word processor,
  38459.         print remittance orders, dial numbers, and has online help.
  38460.         Requires AmigaDOS version 2.04 or later.  Version 1.20, an
  38461.         update to version 1.01 on disk 847. German version only.
  38462.         Shareware, binary only.
  38463.         Author:  Jan Geissler
  38464.  
  38465. NoNTSC        Converts NTSC-Screens to PAL-Screens.  It links into the
  38466.         OpenScreen-Routine and looks at the height of every screen
  38467.         opened.  If it has NTSC-Height (200 Pixels), it is converted
  38468.         to PAL-Height (256 Pixel).
  38469.         Author:  Thorsten Stocksmeier
  38470.  
  38471. UUCode        Optimized uuencode/uudecode programs.  Designed to be 
  38472.         reliable and fast.  Also includes 68030 based versions.
  38473.         V36.6, includes source.
  38474.         Author:  Ralph Seichter
  38475.  
  38476. ==========================  Contents of Disk 971  ==========================
  38477.  
  38478. This is disk 971 of the freely distributable AMIGA software library.
  38479. Below is a listing of the significant directories and their contents.
  38480.  
  38481.  
  38482. DiskInfo    A replacement for the AmigaDOS 'Info' command, but can
  38483.         additionally give more extensive information on the disk
  38484.         (volume) and/or on the device in which the disk is inserted.
  38485.         Version 2.00, an update to version 1.00 on disk number 783.
  38486.         Binary only, freeware.
  38487.         Author:  Chris P. Vandierendonck
  38488.  
  38489. QDisk        A WorkBench utility that will monitor the space usage of
  38490.         any mounted AMIGA DOS volume, like your hard drive or your
  38491.         floppy drive.  QDisk  will also notify you if a volume
  38492.         becomes too full.  Comes  with a preference editor to
  38493.         customize QDisk to your needs.  Version 2.01, an update
  38494.         to version 1.1 on disk 903.  Freeware, binary only.
  38495.         Author:  Norman Baccari
  38496.  
  38497. Yak        Yet Another Kommodity.  Features a sunmouse that only acti-
  38498.         vates when the mouse stops, KeyActivate windows, click win-
  38499.         dows to front or back, cycle screens with mouse, mouse and
  38500.         screen blanking, close/zip/shrink/enlarge windows with pro-
  38501.         grammable hotkeys and a lot of other configurable hotkeys.
  38502.         Fully localized English language builtin and provided cata-
  38503.         logs for Dutch, French, German, Italian and Swedish.  Docu-
  38504.         mentation in English, French, German and Italian.  Includes
  38505.         installer scripts and C source.  Version 1.57, an update to
  38506.         version 1.52 on disk number 912.
  38507.         Author:  Gael Marziou & Martin W. Scott
  38508.  
  38509. ==========================  Contents of Disk 972  ==========================
  38510.  
  38511. This is disk 972 of the freely distributable AMIGA software library.
  38512. Below is a listing of the significant directories and their contents.
  38513.  
  38514.  
  38515. Icons        A bunch of 4-Color Icons from which you may find something
  38516.         suitable for your particular WorkBench environment.
  38517.         Author:  Magnus Enarsson
  38518.  
  38519. IntelInside    A cute little play on the marketing motto of that "other"
  38520.         family of microprocessors  ...a WorkBench TrashCan Icon.
  38521.         Author:  Unknown... (Unconfessed??)
  38522.  
  38523. MoreIcons    Another bunch of Icons (8-Color this time) from which you
  38524.         may find something suitable for your particular WorkBench
  38525.         environment.
  38526.         Author:  Dan Elgaard
  38527.  
  38528. QuickFile    QuickFile is a flexible, easy to use flat file database.
  38529.         Files can be larger than available ram, but as much of the
  38530.         file as possible is kept in ram for fast access.  Features
  38531.         include: multiple indexes that are automatically maintained;
  38532.         character, date, integer and floating point data types; up
  38533.         to 250 characters per field and 250 fields per record; form
  38534.         and list style displays and reports;  unlimited number of
  38535.         views for each file; fast sorting with multiple sort keys;
  38536.         improved search function;  fields can be added, changed, or
  38537.         deleted at any time; flexible ascii export/import; flexible
  38538.         multi-column label printing.  Runs on WB1.3 or later and
  38539.         should be OK with 512K ram.  Version 2.02, an update to
  38540.         version 1.3.3 on Disk 919.  Shareware, binary only.
  38541.         Author:  Alan Wigginton
  38542.  
  38543. RCON        A replacement for the CON:-Handler of Amiga-OS 2.x / 3.x.
  38544.         Has many new features including scrolling back text which
  38545.         has disappeared, enhanced copy & paste support, window
  38546.         iconification, output logging, print window contents, and
  38547.         much more.  This is a demo distribution of a shareware
  38548.         product.  Version 1.4, an update to version 1.0 on disk
  38549.         930.  Binary only.
  38550.         Author:  Gerhard Radatz
  38551.  
  38552. ==========================  Contents of Disk 973  ==========================
  38553.  
  38554. This is disk 973 of the freely distributable AMIGA software library.
  38555. Below is a listing of the significant directories and their contents.
  38556.  
  38557.  
  38558. TextPlus    A TeX frontend word processor.  TPP provides facilities
  38559.         for tables, lists, mailmerge, footnotes, inclusion of
  38560.         iff-graphics, an ARexx-Port (122 commands), printing
  38561.         via the printer.device (no TeX needed for this), and
  38562.         full OS2.xx/3.xx compatibility.  Makes use of PasTeX,
  38563.         Georg Hessmann's Amiga implementation of TeX, or
  38564.         AmigaTeX of Radical Eye Software, which is supported
  38565.         from now on.  New features: user definable menus,
  38566.         keymap, and macros; completely localized (available
  38567.         languages: english, deutsch); clipboard support;
  38568.         AppWindow, AppIcon; 11 new ARexx commands.  This is
  38569.         version 5.01, an update to version 4.10 on disk
  38570.         845/846.  Shareware, binary only.
  38571.         Author:  Martin Steppler
  38572.  
  38573. ==========================  Contents of Disk 974  ==========================
  38574.  
  38575. This is disk 974 of the freely distributable AMIGA software library.
  38576. Below is a listing of the significant directories and their contents.
  38577.  
  38578.  
  38579. DDLI        The Duniho and Duniho Life Pattern Indicator (DDLI) is a
  38580.         program that asks you questions in order to determine your
  38581.         Life Pattern.  The Life Patterns correspond to the sixteen
  38582.         psychological types measured by the Myers-Briggs Type
  38583.         Indicator (MBTI), and they are represented by the same
  38584.         abbreviations.  By using knowledge that Terence Duniho has
  38585.         added to the study of Type, this program also checks itself
  38586.         by asking supplementary questions about other preferences
  38587.         that correlate with a person's type.
  38588.         Author:  Fergus Duniho
  38589.  
  38590. KingCON        A console-handler that optionally replaces the standard
  38591.         'CON:' and 'RAW:' devices.  It is 100% compatible, but adds
  38592.         some VERY useful features, such as: Filename-completion
  38593.         (TAB-expansion); A review-buffer; Intuition menus; Jump
  38594.         scroll (FAAST output!).  Cursor-positioning using the mouse;
  38595.         MC68020-optimized version; And more... Version 1.1,
  38596.         requires OS2.x, binary only.
  38597.         Author:  David Larsson
  38598.  
  38599. MathPlot    A function plotter with lin/log plot, a complete KS 2.0
  38600.         interface, and ARexx support.  Needs Kickstart/WorkBench 2.0
  38601.         and mtool.library (included).  Version 2.20, an update to
  38602.         version 2.07 on disk number 916.  This is a Demo version
  38603.         with some options disabled, requires a key file for full
  38604.         functionality.  Shareware, source available from author.
  38605.         Author:  Rⁿdiger Dreier
  38606.  
  38607. ==========================  Contents of Disk 975  ==========================
  38608.  
  38609. This is disk 975 of the freely distributable AMIGA software library.
  38610. Below is a listing of the significant directories and their contents.
  38611.  
  38612.  
  38613. CLIExchange    A 592 byte CLI replacement for the standard CBM Exchange
  38614.         utility.  The only difference is that Exchange has a graph-
  38615.         ical user interface while CLIExchange has been designed to
  38616.         be called from CLI so it can be used within scripts, menus,
  38617.         docks or hotkeys.  You need at least 2.04 system release.
  38618.         C source included.
  38619.         Author:  Gaδl Marziou
  38620.  
  38621. DieserZug    A nicely done WorkBench "Worms" type game, where the object
  38622.         is to gobble up pieces making yourself longer and longer,
  38623.         while avoiding running into the walls or your "tail".
  38624.         Features 3 different speeds, high score list, pause and
  38625.         help keys.  Version 1.2a, binary only.
  38626.         Author:  Juha VehvilΣinen
  38627.  
  38628. ITF        Amiga port of ITF4.01.  ITF stands for "Infocom Task Force".
  38629.         There have been several ports of Infocom interpreters to the
  38630.         Amiga, but none of this program.  The interpreter supports
  38631.         v1, v2, v3 (Zork1 to Stationfall), v4 (Trinity, Bureaucracy,
  38632.         etc.) and v5 (Sherlock, Beyond Zork etc.) games.  This is
  38633.         more than any other freely distributable interpreter.  With
  38634.         this interpreter you can play ALL the games in the LTOI2
  38635.         package for the IBM PC, by copying the datafiles with Cross-
  38636.         DOS or similar, then just running this interpreter.  Re-
  38637.         quires OS 2.0+.  Binary only.
  38638.         Author:  InfoTaskForce, amiga port by David Kinder
  38639.  
  38640. PCal        Creates a very nice looking postscript calendar.  By
  38641.         default, PCal simply prints an empty calendar.  Its
  38642.         real power is in its ability to place ``events'' in
  38643.         appropriate days on the calendar, thus allowing the
  38644.         user to create personalized calendars.  This is achieved
  38645.         through the use of a "calendar.dat" file that has
  38646.         extraordinary flexibility.
  38647.         Author:  Patrick Wood, Joe Brownlee, Andy Fyfe, et al.
  38648.