home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / fish / ff001-500.list next >
Text File  |  2014-05-19  |  859KB  |  18,432 lines

  1. CONTENTS OF DISK 1
  2. ------------------
  3.  
  4. amigademo       Graphical benchmark for comparing amigas.
  5.                 Author: Charlie Heath (MicroSmiths)
  6.  
  7. amigaterm       Terminal emulation program with xmodem upload/download
  8.                 capability.
  9.                 Author: Michael Mounier
  10.  
  11. balls           Simulation of the "kinetic thingy" with balls on strings
  12.                 where only the end balls move (quick, can YOU come up
  13.                 with a better description?).  Anyway, cute.
  14.                 Author: Perry Kivolowitz
  15.  
  16. colorful        Shows off use of hold-and-modify mode.
  17.                 Posted to usenet by Robert Pariseau.
  18.  
  19. dhrystone       Dhrystone benchmark program.
  20.                 Author: Reinhold Weicker (Ada version)
  21.                         Rick Richardson (C version)
  22.  
  23. dotty           Source to the "dotty window" demo on the Workbench disk.
  24.                 Posted to usenet by Dale Luck.
  25.  
  26. freedraw        A small "paint" type program.  Free drawing, boxes,
  27.                 filled boxes, etc.
  28.                 Author: Rick Ross
  29.  
  30. gad             "Fun with Gadgets".  Demonstration program for use
  31.                 of gadgets.
  32.                 Author: John Draper (Aka "crunch")
  33.  
  34. gfxmem          Graphical memory usage display program.  Watch your
  35.                 machine's memory usage!  Cute and useful.
  36.                 Author: Louis Mamakos
  37.  
  38. halfbrite       Sample program that demonstrates "Extra-Half-Brite"
  39.                 mode on latter AMIGA's with new VLSI chip.  Allows
  40.                 64 colors in low-res mode, rather than 32.
  41.                 Posted to usenet by Robert Pariseau.
  42.  
  43. hello           Demonstrates creation of a simple window, "hello world".
  44.                 Posted to usenet by Eric Lavitsky.
  45.  
  46. latffp          Shows how to access the Motorola Fast Floating Point
  47.                 library from Lattice C.  Also demonstrates the tremendous
  48.                 speedup obtained.
  49.                 Author: Larry Hildenbrand
  50.  
  51. palette         Sample program for designing color palettes.
  52.                 Author: Charlie Heath
  53.  
  54. trackdisk       Demonstrates use of the trackdisk driver.  Useful example
  55.                 of "raw" disk read/write.
  56.                 Author: Rob Peck
  57.  
  58. requesters      Sample program and documentation for building and
  59.                 using requesters.  John worked REAL hard to dig out
  60.                 all the information in this one!
  61.                 Author: John Draper (aka "crunch")
  62.  
  63. speech          Sample speech demo program.  Stripped down version of
  64.                 "speechtoy".
  65.                 Author: Rob Peck
  66.  
  67. speechtoy       Another speech demo program.  Cute.  You have to see this
  68.                 one.  Be sure to click gadget that pops up the face.
  69.                 Author: David Lucas
  70. CONTENTS OF DISK 2
  71. ------------------
  72.  
  73. alib            Object module librarian.
  74.                 Author: Mike Schwartz
  75.  
  76. cc              Unix-like frontend for Lattice C compiler.
  77.                 Author: Fred Fish
  78.  
  79. dbug            Macro based C debugging package.  Machine independent.
  80.                 Provides function trace, selective printing of internal
  81.                 state information, and more.
  82.                 Author: Fred Fish
  83.  
  84. make            Subset of "unix" make command.  Useful, but does not have
  85.                 many of the features of the full make, much less the newer
  86.                 "augmented make".
  87.                 Author: Landon Dyer
  88.  
  89. make2           Another make subset command.
  90.                 Author: Marc Mengel
  91.  
  92. microemacs      Small, relatively portable version of emacs.  Has
  93.                 keyboard macros.  No extension language.
  94.                 Author: Dave Conroy
  95.  
  96. portar          Portable archiver.  Used to bundle text file up into a
  97.                 single file for transmission as a unit, or otherwise
  98.                 handling as a single file.  "Portable" because the code
  99.                 itself is portable and because the archive format is
  100.                 very simple (uses ascii headers to separate files).
  101.                 From Decus C distribution.
  102.                 Author:  Martin Minow
  103.  
  104. xrf             C cross reference utility.  Originally from Decus C
  105.                 distribution.
  106.                 Author: Bob Denny
  107. CONTENTS OF DISK 3
  108. ------------------
  109.  
  110. gothic          Gothic banner printer.  Prints DOWN the page, rather
  111.                 than across, so arbitrarily long banners can be
  112.                 created.  Send EOF (CTRL-\e) to end input.
  113.                 From a Decus C distribution several years ago.
  114.                 Author: unknown
  115.  
  116. roff            A "roff" type text formatter, roughly following
  117.                 "Software Tools" version.  Somewhat upwardly compatible
  118.                 with unix "nroff" command.
  119.                 Author Ken Yap
  120.  
  121. ff              A very fast text formatter, controlled exclusively by
  122.                 command line arguments.
  123.                 Author: Gary Perlman & hordes of students
  124.  
  125. cforth          A highly portable forth implementation.  Lots of goodies.
  126.                 Author: Allan Pratt
  127.  
  128. xlisp           A nice little lisp implementation.  Compiles and links
  129.                 ok, but something in the Lattice C setjmp/longjmp
  130.                 code prevents it from currently running.  Might be
  131.                 easily fixed.  Version 1.4
  132.                 Author: David Betz
  133. CONTENTS OF DISK 4
  134. ------------------
  135.  
  136. banner          Prints horizontal banner (across screen).  From Decus
  137.                 C distribution of several years ago.
  138.                 Author: Unknown
  139.  
  140. bgrep           Another grep like utility, also using the Boyer-Moore
  141.                 algorithm.
  142.                 Author: Roy Mongiovi and Arnold Robbins
  143.  
  144. bison           A replacement for unix "yacc" command.  This is from
  145.                 the GNU (GNU is Not Unix) effort, and was obtained
  146.                 from the Free Software Foundation.  Compiles and
  147.                 links (with some effort) but currently crashes the
  148.                 machine.  Needs work, but will probably be worth it.
  149.                 Author: Bob Corbett and Richard Stallman
  150.  
  151. bm              A grep like utility using the Boyer-Moore algorithm.
  152.                 Author: Peter Bain
  153.  
  154. grep            Decus grep (Get Regular Expression and Print).  Useful
  155.                 for finding strings in files.
  156.                 Author: Unknown
  157.  
  158. kermit          This is an absolutely ancient kermit, who's only
  159.                 saving grace is that it is small and quite portable.
  160.                 On the AMIGA, there is no connect mode, only send and
  161.                 receive.  You must log into the remote machine via
  162.                 one of it's local terminals and point it's kermit at the
  163.                 appropriate serial line connected to the AMIGA.
  164.                 Author: Unknown, but it is so hacked up it doesn't matter
  165.                 by now.
  166.  
  167. MyCLI           Another CLI for the AMIGA.
  168.                 Author: Mike Schwartz
  169.  
  170. mandel          A Mandelbrot set program.
  171.                 Author: Robert French, with additions by RJ Mical
  172. CONTENTS OF DISK 5
  173. ------------------
  174.  
  175. cons            Console device demo program with supporting macro routines.
  176.                 Author: Rob Peck  12/1/85
  177.  
  178. freemap         Creates a visual diagram of free memory.  Comes with
  179.                 custom icon so can be run from workbench screen.
  180.                 Author: Robert J. Mical
  181.  
  182. input.dev       In combination with hander.interface.asm (supplied),
  183.                 lets a user trap keyboard or mouse events before they
  184.                 get to Intuition and if desired, install new (phony/
  185.                 generated/other-devices-mouse-simulations) into the
  186.                 input stream.  Handler.interface.asm is needed to convert
  187.                 the calling sequence performed by the input.task for
  188.                 the input stream management into something that a
  189.                 C program can understand.
  190.                 Author: Rob Peck  12/1/85
  191.  
  192. joystick        Shows how to set up the gameport device as a joystick.
  193.                 Reports parameters received from joystick hooked to
  194.                 right port.
  195.                 Author: Rob Peck  12/1/85
  196.  
  197. keyboard        Sample program to demonstrate direct communications with
  198.                 the keyboard.
  199.                 Author: Rob Peck  12/1/85
  200.  
  201. layers          Shows use of the layers library, used by Intuition to
  202.                 create windows (layers handles all overlapping drawing
  203.                 areas and keeps things straight, sending to the back,
  204.                 bringing to the front, making larger/smaller, etc.)
  205.                 Author: Rob Peck  12/1/85
  206.  
  207. mandelbrot      Latest and greatest mandelbrot program.  New features
  208.                 include the ability to save images in "iff" format,
  209.                 for reading into Deluxe Paint or other programs that
  210.                 use iff.  Also includes code from GraphiCraft to handle
  211.                 color palette and change colors at will.  Many additions
  212.                 by RJ Mical.
  213.                 Author: Robert French
  214.  
  215. mouse           Shows how to set up the gameport device as a mouse so
  216.                 that hooking up the mouse to the right port gives access
  217.                 to mouse information.
  218.                 Author: Rob Peck  12/1/85
  219.  
  220. one.window      Produces a window with a console attached.  Does graphics
  221.                 in the top half and limits the console activity to the
  222.                 lower half.
  223.                 Author: Rob Peck  12/18/85
  224.  
  225. parallel        Demonstrates access to the parallel port.
  226.                 Author: Tom Pohorsky  12/1/85
  227.  
  228. printer         Shows how to open and use a printer, does a screen dump
  229.                 of the workbench screen if there is a graphics-capable
  230.                 printer attached.
  231.                 Author: Rob Peck  12/1/85
  232.  
  233. print.support   Printer support routines.  Currently won't compile,
  234.                 missing a header file "local.h".
  235.                 Author: unknown
  236.  
  237. proctest        Sample code to create a process, set up message ports,
  238.                 pass messages, etc.
  239.                 Author: Rob Peck  1/4/86
  240.  
  241. region          Demonstrates how a drawing area can be split into linked
  242.                 rectangular regions.  Draws a rectangle in a single
  243.                 playfield display, then draws "Behind a Fence" several
  244.                 times behind an apparent fence in the rectangle.
  245.                 Only works under Lattice Ver3.03.
  246.                 Author: Rob Peck  12/1/85
  247.  
  248. samplefont      A sample font that produces clubs, hearts, spaces, and
  249.                 diamonds as its four characters.  Shows precisely what
  250.                 is contained in an Amiga font.
  251.                 Author: Unknown
  252.  
  253. serial          Demonstrates access to the serial port.  Requires an
  254.                 external terminal connected to the serial port.
  255.                 Author: Unknown
  256.  
  257. singlePlayfield Creates and displays a 320 by 200 by 2 bit plane
  258.                 single playfield display.  Completely covers Intuition's
  259.                 display, but gives the system back at exit.
  260.                 Author: Rob Peck  12/1/85
  261.  
  262. speechtoy       Latest and greatest version of Dave's cute speech demo
  263.                 program.  Comes with custom icon so can be run from
  264.                 a workbench screen.
  265.                 Author: Dave Lucas
  266.  
  267. speech.demo     A much simplified version of speechtoy.  Also includes
  268.                 exec support functions for extended IO requests,
  269.                 CreateExtIO() to allocate and initialize a new IO request
  270.                 block and DeleteExtIO() to free an extended IO request
  271.                 block.
  272.                 Author: Rob Peck  12/1/85
  273.  
  274. text.demo       Sample program that asks AvailFonts() to make a list of
  275.                 the fonts that are available, then opens a window and
  276.                 then prints a description of the various attributes that
  277.                 can be applied to the fonts, in the font itself.
  278.                 Previous versions were released as "whichfont".
  279.                 Author: Rob Peck  12/1/85
  280.  
  281. timer           Simple timer example program.  Includes dynamic
  282.                 allocation of data structures needed to communicate
  283.                 with the timer device, as well as the actual device
  284.                 IO.
  285.                 Author: Rob Peck  12/1/85
  286.  
  287. trackdisk       Demonstrates use of trackdisk driver.  Useful example of
  288.                 "raw" disk read/write.
  289.                 Author Rob Peck  12/1/85
  290. CONTENTS OF DISK 6
  291. ------------------
  292.  
  293. compress        Compress reduces the size of the named files using
  294.                 adaptive Lempel-Ziv coding.  The amount of compression
  295.                 obtained depends on the size of the input, the number of
  296.                 bits per code, and the distribution of common substrings.
  297.                 Typically, text such as source code or English is reduced
  298.                 by 50-60%.  Compression is generally much better then that
  299.                 achieved by Huffman coding (as used in "pack") or
  300.                 adaptive Huffman coding (as used in "compact"), and takes
  301.                 less time to compute.  Great for saving disk space, or
  302.                 reducing transmission time over phone lines!  Also includes
  303.                 "btoa" and "atob" for converting binary files to ascii, and
  304.                 then back to binary (for transmission over links that do
  305.                 not support 8 bits).
  306.                 Author: Thomas Spencer, with improvements by others
  307.  
  308. dadc            A digital computer impersonating an analog clock
  309.                 impersonating a digital clock.
  310.                 Author: Perry S. Kivolowitz
  311.  
  312. microemacs      An upgraded version of microemacs originally distributed
  313.                 on disk number 2.  I don't have an exact list of changes
  314.                 but the new executable is about 25% larger, so there must
  315.                 be something in there!  One enhancement is that some
  316.                 functions are now also bound to function keys.
  317.                 Author: Dave Conroy, with enhancements by Jack Roose.
  318.  
  319. mult            Mult reads the input comparing adjacent lines.  In the
  320.                 normal case, the second and succeeding copies of repeated
  321.                 lines are output, and the remainder of the lines are
  322.                 removed.  Repeated lines must be adjacent in order to be
  323.                 found.  Options are present to output the first of multiple
  324.                 lines, for comparing adjacent lines by field only, and for
  325.                 specifying the field separator character.  Kind of the
  326.                 opposite of the Unix "uniq" program.
  327.                 Author: Dennis Bednar
  328.  
  329. scales          Demonstrates use of the Audio functions in the ROM to
  330.                 produce four voice sound.  It uses a simple waveform
  331.                 (sawtooth) with no amplitude control (ie, envelope)
  332.                 or frequency variation (ie, vibrato), but these can be
  333.                 easily implemented.  Also includes considerable
  334.                 documentation on audio device.
  335.                 Author: Steven A. Bennett
  336.  
  337. setparallel     Allows the CLI user to dynamically change any particular
  338.                 parallel port parameter.
  339.                 Author: Keith Stobie and Tom Pohorsky
  340.  
  341. setserial       Allows the CLI user to dynamically change any particular
  342.                 serial port parameter.
  343.                 Author: Keith Stobie and Tom Pohorsky
  344.  
  345. sortc           A quicksort based sort program, using separate driver
  346.                 and sort modules.  Originally from a DECUS C distribution.
  347.                 Claims to be fast, but when operating entirely out of ram
  348.                 takes 93 seconds to sort its input file, sort.c, while
  349.                 AmigaDos's sort takes only 43 seconds under the same
  350.                 conditions.
  351.                 Author: Dave Conroy, Martin Minow, and Ray Van Tassle
  352.  
  353. stripc          Strips comments and extraneous whitespace from C source
  354.                 files.  Useful for compacting the C header files to
  355.                 increase usable disk space.
  356.                 Author: Chris Metcalf
  357. CONTENTS OF DISK 7
  358. ------------------
  359.  
  360.         The "Hack" games disk, derived from sources on disk 8.
  361.         Version 1.0.1.  This also contains some icons and other files
  362.         that are not reproducable from the contents of the source
  363.         disk (number 8), so number 7 and number 8 should really be
  364.         ordered as a set.  Both disks are almost full.  It's huge!
  365.         Courtesy of John Toebes, 120 H Northington Pl, Cary NC. 27511.
  366. CONTENTS OF DISK 8
  367. ------------------
  368.  
  369.         Contains the source to "Hack", a popular UNIX game ported
  370.         to the AMIGA by John Toebes.  Please read all the associated
  371.         README files before redistributing with changes.  Also, if you
  372.         appreciate John's work, help support it by sending a small
  373.         contribution.
  374.         Courtesy of John Toebes, 120 H Northington Pl, Cary NC. 27511.
  375. CONTENTS OF DISK 9
  376. ------------------
  377.  
  378. moire           Draws moire patterns in black and white in a borderless
  379.                 backdrop window.  Currently only runs with Lattice C
  380.                 version 3.02, when compiled with 3.03 crashes the system.
  381.                 Author: Scott Ballantyne
  382.  
  383. MVP-FORTH       Mountain View Press Forth, version 1.00.03A.
  384.                 A shareware version of forth from Fantasia Systems.
  385.                 Runable from the workbench, comes with icons and
  386.                 such.  If you use this, you should send a contribution
  387.                 to Fantasia Systems / Mountain View Press.
  388.  
  389. proff           Another text formatting program.  This one is significantly
  390.                 more powerful than any of the others previously distributed
  391.                 on these disks.
  392.  
  393. setlace         Program to toggle interlace mode on and off.
  394.                 When used with a black background, and amber or green
  395.                 characters, produces a nice CLI environment.
  396.                 Author: Bob Pariseau,  Nov 85
  397.  
  398. skewb           Not quite sure what this is supposed to be, it was
  399.                 downloaded from a bbs with no documentation.  C'mon
  400.                 folks, at least put a three line description at the
  401.                 start of your programs!
  402.                 Author: Raymond S. Brand
  403.  
  404. sparks          Graphics demo that draws a "moving pathway", adding
  405.                 to the front and removing from the tail (sure is
  406.                 hard to come up with verbal descriptions of these
  407.                 things!).
  408.                 Author: Scott Ballantyne
  409. CONTENTS OF DISK 10
  410. -------------------
  411.  
  412. conquest        You control an interstellar empire, decide which star
  413.                 systems to explore, which planets to colonize, etc.
  414.                 The computer will also be building its own empire and
  415.                 competing with you for resources.  The one with the
  416.                 greatest population at the end wins.  Executable only,
  417.                 no source.  Downloaded from Denver BBS.
  418.                 Author: Unknown, ported to Amiga by Rob Shimbo
  419.  
  420. dehex           Simple little program to convert hex format file into
  421.                 a binary file.  Reads lines of hex characters on stdin
  422.                 and writes 8 bit dehex'd bytes to stdout.
  423.                 Author: Fred Fish
  424.  
  425. filezap         Patch program for any type of file.  Executable only,
  426.                 no source available.
  427.                 Author: John Hodgson
  428.  
  429. fixobj          Strip extraneous garbage off end of object files
  430.                 transfered with xmodem.  Does not require preknowledge
  431.                 of actual file length, uses knowledge of Amiga file
  432.                 structure.
  433.                 Author: John Hodgson
  434.  
  435. iff             Routines to read and write iff format files.  Includes
  436.                 program to display iff files made by DPaint.  Also
  437.                 see the DPSlide program on disk 11.
  438.                 Author: Jerry Morrison, Steve Shaw, and Steve Hayes
  439.  
  440. ld              I presume this stands for "list directory".  Lists
  441.                 contents of specified diretory or disk, using inverse
  442.                 video and colors to group objects by type.
  443.                 Author: Dave Haynie
  444.  
  445. ls              Minimal implementation of UNIX ls.  Demonstrates
  446.                 use of UNIX style filename pattern matching code.
  447.                 Author: Rick Schaeffer
  448.  
  449. sq.usq          Squeeze and unsqueeze, from the CPM world.  Works, but
  450.                 "compress" from disk 6 runs almost twice as fast and
  451.                 produces even smaller files.
  452.                 Author: R. Greenlaw, Amiga port by Rick Schaeffer
  453.  
  454. trek73          A Star Trek game.  This one is just crying out to
  455.                 be Amiga'ized by some ambitious hacker.
  456.                 Authors:  Many, see comment in main.c
  457.  
  458. yachtc          Dice game.
  459.                 Author: Sheldon Leemon
  460. CONTENTS OF DISK 11
  461. -------------------
  462.  
  463. dpslide         A slide show program for displaying graphic images
  464.                 which are in the iff format, such as output from the
  465.                 Electronic Arts Deluxe Paint program.  Allows the user
  466.                 to select the display time for each slide and the method
  467.                 of bringing the slide up to the screen, and then removing
  468.                 it.  Double buffers images to improve smoothness of
  469.                 display.  Executable only, no source available.
  470.                 Author: Paul Biondo
  471.  
  472. pictures        Miscellaneous DPaint and digitized pictures, in iff
  473.                 format.  CAUTION: Some are rated R.
  474. CONTENTS OF DISK 12
  475. -------------------
  476.  
  477. Note that this disk contains a number of programs apparently available
  478. only in executable form.  I am not real happy with this trend, but
  479. had no way of getting in contact with the authors who posted these
  480. programs to various BBS's to request source.  I have no reason to
  481. believe that any of these executable only postings contain any
  482. deliberate "misfeatures", but you should always use such programs
  483. cautiously.
  484.  
  485. amiga3d         Shows a rotating 3 dimensional solid "Amiga sign".
  486.                 No source available, executable only (downloaded from
  487.                 a Denver BBS)
  488.                 Author: Barry (bart) Whitebook of C-A
  489.  
  490. ArgoTerm        Yet another terminal emulator program.  However, this
  491.                 one is written in macro assembler, so should be of
  492.                 interest to anyone doing serious assembly language
  493.                 development.  Version 0.20
  494.                 Author: Jez San
  495.  
  496. arrow3d         Shows a rotating 3 dimensional wire frame arrow.
  497.                 No source available, executable only (downloaded from
  498.                 a Denver BBS)
  499.                 Author: Steve Beats of C-A
  500.  
  501. ld4             Another directory listing program using some graphics
  502.                 style output.  Executable only, no source available.
  503.                 (Downloaded from a Denver BBS)
  504.                 Author: unknown
  505.  
  506. IconExec        Tools which allow execution of a program from an
  507.                 icon without having to recompile the program.
  508.                 Author: John Toebes VIII
  509.  
  510. images          Miscellaneous DPaint and digitized pictures, in iff
  511.                 format.  Some are rated R.
  512.  
  513. SetAlternate    Merge the images from two icons to produce one icon with
  514.                 a primary image, and a possibly completely different image
  515.                 to display when selected.
  516.                 Author: John Toebes VIII
  517.  
  518. StarTerm        Another terminal emulator program.  ASCII and XMODEM
  519.                 support, telephone dialer, function keys, load file
  520.                 stripping, text file conversion, full/half duplex,
  521.                 Author: Jim Nangano and Steve Plegge
  522. CONTENTS OF DISK 13
  523. -------------------
  524.  
  525. This disk is a grab bag of basic programs, mostly untested.
  526. Some are for AbasiC and some are for Microsoft Basic.
  527. No speekee basic so if these don't work, call someone else.
  528. CONTENTS OF DISK 14
  529. -------------------
  530.  
  531. This disk contains the first ever public release of two new pieces of
  532. code, "dex" and "termcap".  Also, this is the first disk in the library
  533. that includes executables produced with both the Manx and Lattice C
  534. compilers, whenever possible.  This greatly helps to isolate bugs.
  535.  
  536. amiga3d         Shows a rotating 3 dimensional solid "AMIGA" sign.
  537.                 This is an updated version of the program released
  538.                 on disk number 12, and now includes full source.
  539.                 Author: Barry Whitebook @ Commodore-Amiga
  540.  
  541. beep            Source for a function that generates a beep sound, like
  542.                 CTRL-G on a VT100 terminal.
  543.                 Author: Samuel Dicker @ Commodore-Amiga
  544.  
  545. dex             Program to extract documentation in a human readable
  546.                 format inside source files, and produce nroff style
  547.                 output for manuals and other such external documents.
  548.                 First ever public release.
  549.                 Author: Fred Fish
  550.  
  551. dimensions      Programs to demonstrate three and four dimensional graphics.
  552.                 Not quite sure how else to describe them!
  553.                 Author: Anselm Hook
  554.  
  555. filezap         An updated version of the file zap utility first released
  556.                 on disk number 10.  Can be used to patch any type of
  557.                 file.  Nice, and VERY useful.
  558.                 Author: John Hodgson
  559.  
  560. gfxmem          An updated version of the graphical memory display
  561.                 program first released on disk number 1.  Watch your
  562.                 machine's memory usage change dynamically under use!
  563.                 Author: Louis Mamakos
  564.  
  565. gi              Converts DPaint brush files to C source files "necessary
  566.                 to create an Image structure, including height, width,
  567.                 depth, and color information, as well as the array of
  568.                 data which represents the bit planes of the image".
  569.                 Author: Mike Farren
  570.  
  571. pdterm          A simple terminal emulator that does ANSI or DEC VT-100
  572.                 emulation in 80 cols by 25 lines.  Version 1.21.
  573.                 Author: Michael McInerny
  574.  
  575. shell           A simple csh style shell with history and some other
  576.                 goodies.  Still needs some polishing and enhancement,
  577.                 but is quite nice as it.  Thanks Matt!!!  We've really
  578.                 needed something like this for a long time.  Now if you
  579.                 would just do a ksh version instead...
  580.                 Author: Matt Dillon
  581.  
  582. termcap         A (mostly) unix compatible implementation of a termcap
  583.                 library.  First ever public release.
  584.                 Author: Fred Fish
  585. CONTENTS OF DISK 15
  586. -------------------
  587.  
  588. Blobs           A simple graphics program, reminiscent of the unix "worms"
  589.                 program, but in color of course.
  590.                 Author: Peter Engelbrite
  591.  
  592. Clock           A simple digital clock program designed to be small and to
  593.                 live completely in the screen title bar, where it is out
  594.                 of the way.
  595.                 Author: Mike Meyer
  596.  
  597. Dazzle          An eight-fold symmetry dazzler program.  Really pretty!
  598.                 Author: Peter Engelbrite
  599.  
  600. Fish            "A demo program which runs an AnimOb in a double buffered
  601.                 screen with sequence cycled animation".  (Basically
  602.                 shows a fish "swimming" across the top of the screen).
  603.                 Author: Catherine Wagner (posted by Barry Whitebook)
  604.  
  605. Monopoly        A really nice monopoly game written in AbasiC.
  606.                 Follow the directions in the file "InstallationGuide"
  607.                 to produce a bootable games disk.
  608.                 Author: David Addison
  609.  
  610. OkidataDump     Okidata ML92 driver and WorkBench screen dump program.
  611.                 Does both alpha and graphics.  Untested (I don't have the
  612.                 printer).
  613.                 Author: Raimund Gluecker
  614.  
  615. Polydraw        A drawing program written in AbasiC.
  616.                 Author: David Addison
  617.  
  618. Polyfractals    A fractal program written in AbasiC.
  619.                 Author: David Addison
  620. CONTENTS OF DISK 16
  621. -------------------
  622.  
  623. This is a copy of the Amiga Developer's IFF disk, received directly from
  624. Commodore-Amiga sources, with permission to place in the library and
  625. redistribute.  It is unchanged except for:
  626.  
  627.         1)      The volume name has been changed to AmigaLibDisk16.
  628.         2)      This file (README.list16) has been added.
  629.         3)      The standard library README file README.dist
  630.                 has been added.
  631. CONTENTS OF DISK 17
  632. -------------------
  633.  
  634. This is a copy of a H.A.M. (Hold And Modify) graphics demo disk received
  635. from a vendor that is producing hardware to capture such images, and
  636. software to process them.  It is unchanged except for:
  637.  
  638.         1)      The volume name has been changed to AmigaLibDisk17.
  639.         2)      This file (README.list17) has been added.
  640.         3)      The standard library README file README.dist
  641.                 has been added.
  642.         4)      The 'showilbm' program has been added to allow viewing
  643.                 of the two monochrome pictures (dozer.hires and robert.lores)
  644.                 without requiring Deluxe Paint.
  645.         5)      The supplied 'readme' file has been augmented with
  646.                 information received on hardcopy along with the disk, and
  647.                 a note has been added about how to use the showilbm
  648.                 program.
  649. CONTENTS OF DISK 18
  650. -------------------
  651.  
  652. AmigaDisplay    Yet another variation of a terminal emulator program.
  653.                 This is a modified AmigaTerm that can emulate a dumb
  654.                 terminal (interesting paradox here somewhere...), translate
  655.                 line termination sequences, optionally capture or discard
  656.                 control characters in the captured file, use audible bell,
  657.                 use another font, etc.
  658.                 Author: Don Woods (Original code by Michael Mounier)
  659.  
  660. Ash             Prerelease version of a C-shell like shell program.
  661.                 Has history, command substitution, loops, etc.
  662.                 Author: Thorn Smith
  663.  
  664. Browser         A program that lets you wander around a file tree and
  665.                 peek into files, all with the mouse.
  666.                 Author: Mike (I'll be mellow when I'm dead) Meyer
  667.  
  668. MC68010         Complete information package for upgrading an Amiga
  669.                 to use an MC68010 in place of the MC68000.  Includes
  670.                 a software fix that makes this transparent to user
  671.                 programs that use instructions that are priviledged
  672.                 on the 68010.
  673.                 Author: Thad Floryan
  674.  
  675. Multidim        Lets you rotate a 2 to 6 dimensional "cube" on the
  676.                 screen using the joystick.
  677.                 Author: Robert French
  678.  
  679. PigLatin        Tired of the "say" command?  This one will translate
  680.                 and speak your input in pig latin!
  681.                 Author: Thomas Clement
  682.  
  683. Scrimper        Short for "SCReen IMage PrintER".  A screen dump utility
  684.                 which can be run from the workbench or the CLI.
  685.                 Author: Perry Kivolowitz
  686.  
  687. Xlisp1.6        A very nice little lisp for those that want to study the
  688.                 internals of a real, working lisp interpreter.
  689.                 Author: Dave Betz
  690. CONTENTS OF DISK 19
  691. -------------------
  692.  
  693. BlackJack       A line oriented (no graphics) blackjack game.
  694.                 Author: Unknown
  695.  
  696. JayMinerSlides  These are the Amiga slides produced/used by Jay Miner
  697.                 (the designer of Amiga's custom graphics chips) in his
  698.                 talks about the Amiga.  They are all hi-res (640 x 400)
  699.                 and are best displayed on a long-persistence color
  700.                 monitor.
  701.  
  702. Keymap_Test     A program to test the keymapping routines and find
  703.                 possible bugs.  Useful as an example of keymapping.
  704.                 Author: Pushpa Kumar
  705.  
  706. LockMon         Find file locks.  Useful for discovering if programs
  707.                 properly clean up after themselves.
  708.                 Author: Dewi Williams
  709. CONTENTS OF DISK 20
  710. -------------------
  711.  
  712. AmigaToAtari    Source code for an Amiga to Atari ST object code format
  713.                 converter.  Takes Amiga objects as input and produces
  714.                 Atari objects as output.  This allows the Amiga to be
  715.                 used as a cross development machine providing the
  716.                 proper libraries are available.  (Currently does not
  717.                 work, but I don't have an ST to try it with anyway...)
  718.                 Author: Landon Dyer at Atari Corp.
  719.  
  720. DiskSalv        Program to recover files from a trashed AmigaDOS disk.
  721.                 Can also "undelete" files deleted by mistake, so long
  722.                 as they have not overwritten by further disk activity.
  723.                 Requires two disk drives.  VERY useful...
  724.                 Author: Dave Haynie
  725.  
  726. Hash            Small example program that computes the AmigaDOS directory
  727.                 hash function.
  728.                 Author: Neil Katin at Commodore-Amiga
  729.  
  730. Hd              Hex dump utility using some ideas from Mike Higgin's
  731.                 article in Computer Language magazine, Apr 86.
  732.                 Formats the dump based on the natural byte ordering
  733.                 of the machine on which it runs.
  734.                 Author: David Elins at NEC Information Systems
  735.  
  736. MandelBrots     Some mandelbrot images submitted for the "mandelbrot
  737.                 images contest" some months ago.  Only three people
  738.                 submitted mandelbrots and these were among the most
  739.                 interesting.
  740.  
  741. MultiTasking    Tutorial and example program for multitasking at the Exec
  742.                 level.
  743.                 Author: Leo L. Schwab
  744.  
  745. Pack            Program to strip extraneous whitespace from C programs
  746.                 or header files.  Can be used to condense the C compiler
  747.                 header files to free up disk space.
  748.                 Author: Jeff Dickson
  749.  
  750. PortHandler
  751.                 Author: A sample Port-Handler program that performs
  752.                 the functions of the standard Port-Handler.  Shows what
  753.                 the BCPL environment looks like from the handler point of
  754.                 view.
  755.                 Author: John Toebus VIII
  756.  
  757. Random          Random number generator in assembly.  Much faster than
  758.                 versions using floating point.  Can be used by either
  759.                 assembly or C programs.
  760.                 Author: Steve Beats at Commodore-Amiga
  761.  
  762. SetMouse2       Program to set the mouse port to either the left port or
  763.                 right port.
  764.                 Author: Robert Burns at Commodore-Amiga
  765.  
  766. SpeechTerm      Terminal emulator that can speak the received text.
  767.                 Also has XMODEM file transfer.
  768.                 Author: Leftheris Koutsofios
  769.  
  770. Ted             Demo version of an editor that has since been
  771.                 renamed as TxEd (I believe).
  772.                 Author: Charles Heath at MicroSmiths
  773. CONTENTS OF DISK 21
  774. -------------------
  775.  
  776. This is a copy of Thomas Wilcox's Mandelbrot Set Explorer disk.
  777.  
  778.         It is unchanged except for:
  779.  
  780.                 1)      The volume name has been changed to AmigaLibDisk21.
  781.                 2)      This file (README.list21) has been added.
  782.                 3)      The standard library README file README.dist
  783.                         has been added.
  784.  
  785.         To run from CLI:
  786.  
  787.                 1)      cd dfX:  (where X is drive containing disk)
  788.                 2)      mse
  789.  
  790.         To run from Workbench:
  791.  
  792.                 1)      Click on MSD icon.
  793.  
  794.         It contains extensive on-line help information, unlike other
  795.         Mandelbrot programs distributed in this library.  It also is
  796.         capable of displaying some very pretty hi-res pictures in
  797.         interlace mode.
  798. CONTENTS OF DISK 22
  799. -------------------
  800.  
  801. This disk contains two new "strains" of microemacs, both derived from
  802. early releases of Dave Conroy's microemacs.  There is currently an
  803. attempt on usenet, lead by Dave Brower, to coordinate an effort to
  804. merge features from the different versions into a single supported
  805. microemacs.  In the meantime, perhaps you can find a feature you need
  806. in one of these...
  807.  
  808. Lemacs          Microemacs version 3.6 as enhanced and supported
  809.                 by Daniel Lawrence.  This version works and has been
  810.                 tested on Unix V7, BSD 4.2, Amiga, MS-DOS, and VMS.
  811.                 Enhancements include overwrite mode, support for Amiga
  812.                 function keys, reverse video status line, numeric
  813.                 arguments using <ESC><number>, replace, buffer specific
  814.                 editing modes, word wrap mode, goto-line, buffer rename,
  815.                 insert-file, execute named command, describe bindings,
  816.                 startup files, and more.
  817.                 Author: Dave Conroy, enhancements by Daniel Lawrence
  818.  
  819. Pemacs          Microemacs as enhanced by Andy Poggio.  New features
  820.                 include use of <ALT> keys as Meta keys, default buffers
  821.                 on buffer switch, mouse support, higher priority to
  822.                 improve interactive response, creation of backup files,
  823.                 paragraph fill, word wrap, query replace, and support for
  824.                 function keys.
  825.                 Author: Dave Conroy, enhancements by Daniel Lawrence
  826. CONTENTS OF DISK 23
  827. -------------------
  828.  
  829. This disk contains a significantly enhanced version of microemacs based
  830. on the version 30 release posted to usenet's mod.sources newsgroup.
  831.  
  832. Previous versions of microemacs released on these disks derived from
  833. a very old version of microemacs.  Since that old release, the author
  834. has cleaned up lots of loose ends and restructured major parts of the code.
  835. Other people have already added support for termcap, ports to other machines
  836. and operating systems, and a limited GNU emacs compatibility option.
  837.  
  838. Because recipients of this disk might wish to run this new microemacs
  839. on other machines in addition to the Amiga, I have encluded all sources
  840. that were available to me at the time of release.  The subdirectories
  841. which give alternate implementations are:
  842.  
  843.         Sys/Vms         System modules for VAX VMS
  844.         Sys/Atari       System modules for Atari ST
  845.         Sys/Msdos       System modules for MSDOS
  846.         Sys/Cpm86       System modules for Cpm
  847.         Sys/Amiga       System modules for Amiga
  848.         Sys/Ultrix      System modules for Ultrix/BSD4.2
  849.         Sys/SysV        System modules for Unix System V
  850.         Tty/Atari       Terminal driver for Atari ST
  851.         Tty/7300        Terminal driver for AT&T Unix PC (7300)
  852.         Tty/Intuition   Terminal driver for Amiga using Intuition
  853.         Tty/Termcap     Terminal driver using termcap for Unix
  854.         Tty/Ansi        Terminal driver using Ansi codes
  855.         Tty/Amigados    Terminal driver for Amiga using just Amigados
  856.         Tty/Heath       Terminal driver for a Heath terminal
  857.  
  858. There currently is a major effort underway on usenet, led by Dave
  859. Brower, to standardize microemacs and bring the many variations under
  860. one common implementation.  Please send any enhancements to rtech!daveb,
  861. or send them to me and I will see that he gets them.
  862. CONTENTS OF DISK 24
  863. -------------------
  864.  
  865. Conquest        You control an interstellar empire, decide which star
  866.                 systems to explore, which planets to colonize, etc.
  867.                 The computer will also be building its own empire
  868.                 and competing with you for resources.  The one with
  869.                 the greatest population at the end wins.  First
  870.                 distributed in executable form only on disk number
  871.                 10.  This distribution includes source.
  872.                 Author:  Unknown, ported to Amiga by Rob Shimbo
  873.  
  874. Csh             Second release of a csh-like alternative to the
  875.                 CLI, first released on disk number 14.  Has alias,
  876.                 builtin functions like "dir" for speed, history,
  877.                 named variables, command re-execution with
  878.                 substitution, etc.
  879.                 Author: Matt Dillon
  880.  
  881. Modula-2        A pre-release version of the single pass Modula-2
  882.                 compiler originally developed for MacIntosh at ETHZ.
  883.                 This code was transmitted to the AMIGA and is executed
  884.                 on the AMIGA using a special loader.  Binary only.
  885. CONTENTS OF DISK 25
  886. -------------------
  887.  
  888. This disk contains a port (executables only) of the popular UNIX game
  889. "Hack", courtesy of John Toebes, 120 H Northington Pl, Cary NC. 27511.
  890. This is Version 1.0.1E., with graphics enhancements for the Amiga.
  891. CONTENTS OF DISK 26
  892. -------------------
  893.  
  894. UnHunk          Tool to process the Amiga "hunk" loadfile format.
  895.                 Collects code, data, and bss hunks together, allows
  896.                 individual specification of code, data, and bss origins,
  897.                 and generates binary file with format reminiscent of Unix
  898.                 "a.out" format.  The output file can be easily processed
  899.                 by a separate program to produce Motorola "S-records"
  900.                 suitable for downloading to PROM programmer.
  901.                 Author:  Eric Black
  902.  
  903. C-kermit        Port of the popular "kermit" program, a flexible
  904.                 virtual terminal and file transfer program from
  905.                 Columbia University.
  906.                 Author:  Unknown, ported to Amiga by Davide Cervone
  907.  
  908. Ps              A program to display process priorities and another
  909.                 program to set a process's priority to any arbitrary
  910.                 valid value.  Very useful to provide finer control
  911.                 over your multitasking environment.
  912.                 Author:  Dewi Williams
  913.  
  914. Archx           Yet more programs for bundling up text files and
  915.                 mailing or posting them as a single file unit.
  916.                 Author: Martin Minow
  917. CONTENTS OF DISK 27
  918. -------------------
  919.  
  920. ABdemos         Amiga Basic demos.  NewConvertFD creates .bmaps from
  921.                 fd files.  BitPlanes finds addresses of and writes to
  922.                 bitplanes of the screen's bitmap.  AboutBmaps is a
  923.                 tutorial on creation and use of bmaps.  LoadILBM loads
  924.                 and displays IFF ILBM pics.  LoadACBM loads and displays
  925.                 ACBM pics.  ScreenPrint creates a demo screen and dumps
  926.                 it to a graphic printer.
  927.                 Author:  Carolyn Scheppner, Commodore-Amiga
  928.  
  929. Disassem        A simple 68000 disassembler.  Reads standard Amiga
  930.                 object files and disassembles the code sections.
  931.                 Data sections are dumped in hex.  The actual disassember
  932.                 routines are set up to be callable from a user program
  933.                 so instructions in memory can be disassembled dynamically.
  934.                 Author:  Bill Rogers, Univ of WAIKATO (New Zealand)
  935.  
  936. DvorakKeymap    Example of a keymap structure for the Dvorak keyboard
  937.                 layout.  Untested but included because assembly examples
  938.                 are few and far between.
  939.                 Author: Robert Burns @ Commodore-Amiga
  940.  
  941. Hypocycloids    An electronic Spirograph inspired by an article in
  942.                 Feb '84 Byte.
  943.                 Author: Terry Gintz
  944.  
  945. LinesDemo       A demo program which illustrates the use of proportional
  946.                 gadgets to scroll around in a superbitmap window.
  947.                 Posted to usenet by Barry Whitebook @ Commodore-Amiga
  948.  
  949. MemExpansion    Schematics and directions for building your own homebrew
  950.                 1 Mb memory expansion.
  951.                 Author: Michael Fellinger
  952.  
  953. SafeMalloc      Ever have a program that corrupts it's own memory?  Well,
  954.                 this little gem can help you find the problem in a hurry.
  955.                 Acts as an interface between your program and the real
  956.                 malloc, checking for overrun, underrun, and duplicate
  957.                 freeing of malloc'd space.
  958.                 Author: Bjorn Benson, modifications by Fred Fish
  959.  
  960. ScienceDemos    Some science demos.  Sidereal is a tutorial program which
  961.                 introduces the user to the relationships between Julian
  962.                 and calendar dates and solar and sidereal times.  J2000
  963.                 is a utility program which converts stellar positions,
  964.                 proper motion, parallax and radial velocity from the
  965.                 standard epoch B1950 (FK4) to epoch J2000 (FK5).  Galilean
  966.                 is a tutorial program which determines the position of
  967.                 the Galilean satellites relative to Jupiter.
  968.                 Programs courtesy of David Eagle at Science Software.
  969. CONTENTS OF DISK 28
  970. -------------------
  971.  
  972. Backgammon      Another game in AbasiC by the author of Monopoly.
  973.                 Author:  David Addison
  974.  
  975. Cpp             This is a copy of the Decus cpp, ported to the Amiga.
  976.                 This cpp is more powerful and complete than either of
  977.                 the built in cpp's in Manx or Lattice C.  Also included
  978.                 is a modified version of the Unix like cc frontend, for
  979.                 Manx C, that knows about the cpp.
  980.                 Author:  cpp by Martin Minow;  cc by Fred Fish
  981.  
  982. Cribbage        Another game in AbasiC by the author of Monopoly.
  983.                 Author:  David Addison
  984.  
  985. MileStone       Another game in AbasiC by the author of Monopoly.
  986.                 Author:  David Addison
  987.  
  988. Othello         Another game in AbasiC by the author of Monopoly.
  989.                 Author:  David Addison
  990.  
  991. Shar            A program which can pack and unpack archives compatible
  992.                 with the Unix "shar" (shell archiver) program.
  993.                 Author:  Dave Wecker
  994.  
  995. SuperBitMap     An example program that shows how to use ScrollLayer,
  996.                 how to sync the SuperBitMap prior to printing, and how
  997.                 to create a dummy rastport for dumping the SuperBitMap.
  998.                 Works under 1.2 and up.
  999.                 Author:  Carolyn Scheppner and Phil Lindsay
  1000. CONTENTS OF DISK 29
  1001. -------------------
  1002.  
  1003. AegisDrawDemo   Demo disk of the Aegis Draw program.  This is the
  1004.                 actual production program with only the "save" feature
  1005.                 disabled and without documentation (intentionally).
  1006.                 Very impressive program!  Received directly from
  1007.                 Aegis Development.
  1008.  
  1009. Cc              Version of the Unix like C compiler frontend program,
  1010.                 for Manx C.  Previous released version was for Lattice C.
  1011.                 Author:  Fred Fish
  1012.  
  1013. Enough          A new CLI execute file command that tests for various
  1014.                 system resources such as available memory or existance
  1015.                 of specific files, directories, or devices.
  1016.                 Author:  Bruce Barrett @ Commodore-Amiga
  1017.  
  1018. Player          Animation player for Aegis Animator.  Received directly
  1019.                 from Aegis Development.
  1020.  
  1021. Rubik           An animated Rubik's cube program based on Barry Whitebook's
  1022.                 "amiga3d" program and Raymond Brand's "skewb" program.
  1023.                 Author:  Bill Kinnersley
  1024.  
  1025. StringLib       A public domain reimplementation of the Unix string
  1026.                 library functions.
  1027.                 Author:  Henry Spencer @ U of Toronto
  1028.  
  1029. Vt100           A vt100 emulator program with Kermit and Xmodem file
  1030.                 transfer protocols (based on AmigaTerm).
  1031.                 Author:  Dave Wecker
  1032. CONTENTS OF DISK 30
  1033. -------------------
  1034.  
  1035. Note that the programs on this disk are all shareware/freeware.
  1036. This means that if you find them useful, you are morally obligated
  1037. to send a small donation to the author to help support his efforts and
  1038. fund further development.  I hope that by including them in this
  1039. library I have furthered the author's goals of widest possible
  1040. distribution and thus maximum return.  Also note (for those that
  1041. like to split hairs) that I am distributing this disk as a "freebee".
  1042. To receive a copy, just request it when ordering any other disks from
  1043. the library.
  1044.  
  1045. Bbs             A BBS for the Amiga (BBS-Amiga Version 1.1).
  1046.                 Author:  Ewan Grantham
  1047.                 Author's suggested shareware donation:  $25
  1048.  
  1049. FineArt         This is a collection of works from some of the best
  1050.                 of current Amiga artists.  Many thanks to Jim Sachs,
  1051.                 Sheryl Knowles, Jack Haeger, and Aegis Development
  1052.                 for submissions.
  1053.  
  1054. FontEditor      Does what the name implies, edits font's.
  1055.                 Author:  Tim Robinson
  1056.                 Author's suggested shareware donation: $5
  1057.  
  1058. MenuEditor      Create and edit menus, saving the result as either
  1059.                 a binary file for further editing or as C source for
  1060.                 inclusion in a program.
  1061.                 Author:  David Pehrson
  1062.                 Author's suggested shareware donation: $15
  1063.  
  1064. StarTerm        Starterm version 3.0.  Very nice telecommunications
  1065.                 program.
  1066.                 Author:  Jim Nangano
  1067.                 Author's suggested shareware donation: $20
  1068. CONTENTS OF DISK 31
  1069. -------------------
  1070.  
  1071. Life            Executes the cellular automata game of LIFE in the
  1072.                 blitter chip.  Uses a 318 by 188 display and runs at
  1073.                 19.8 generations per second.
  1074.                 Author: Tomas Rokicki
  1075.  
  1076. Mandelbrot      Latest version of Robert French's mandelbrot program,
  1077.                 version 3.00.
  1078.                 Author: Robert French
  1079.  
  1080. MxExample       Example of mutual exclusion gadget handling.
  1081.                 Author: Davide Cervone
  1082.  
  1083. RamSpeed        Program to measure raw memory speed, comparing internal
  1084.                 memory to the external memory.
  1085.                 Author: Perry Kivolowitz
  1086.  
  1087. Set             Replacement for the Manx "set" command (to set or
  1088.                 change environment variables) with several
  1089.                 improvements.
  1090.                 Author: Tomas Rokicki
  1091.  
  1092. Tree            Draws a recursive tree (green leafy type, not files).
  1093.                 Author: Robert French (original version by W. Balthrop)
  1094.  
  1095. TxEd            Latest demo version of Microsmith's text editor, TxEd.
  1096.                 This is the full production version except that files are
  1097.                 limited to 10K bytes in length and the search/replace
  1098.                 functions are disabled.  Also, demo is based on an older
  1099.                 version of TxEd, new release has additional features.
  1100.                 Author: Charlie Heath
  1101.  
  1102. VDraw           Drawing program, based on freedraw, but now transformed
  1103.                 and enhanced beyond recognition.  Draws hollow boxes,
  1104.                 filled boxes, freehand sketches, lines, circles, and arcs.
  1105.                 Also has area fill, text insertion, 16 different line
  1106.                 patterns, predefined area fill patterns, a magnify mode,
  1107.                 cut and paste, color inversion, erase, grid pattern, and
  1108.                 more.  This is version 1.08.
  1109.                 Author:  Stephen Vermeulen
  1110.  
  1111. Xicon           Contains two programs; Xicon which lets you use icons to
  1112.                 call up scripts containing CLI commands, and Ticon, which
  1113.                 is a simple program to display text files from icons.
  1114.                 Author: Pete Goodeve
  1115. CONTENTS OF DISK 32
  1116. -------------------
  1117.  
  1118. Address         Extended address book written in AmigaBasic.
  1119.                 Author: Mark Hurst
  1120.  
  1121. Calendar        Calendar/diary program written in AmigaBasic.
  1122.                 Author: Mark Hurst
  1123.  
  1124. DosPlus1        First volume of CLI oriented tools for developers.
  1125.                 Executables only.
  1126.                 Author: Bill Beogelein
  1127.  
  1128. DosPlus2        Second volume of CLI oriented tools for developers.
  1129.                 Executables only.
  1130.                 Author: Bill Beogelein
  1131.  
  1132. MacView         Allows viewing of a standard MacPaint picture file in
  1133.                 either Amiga low resolution (320 x 200) or high
  1134.                 resolution (640 x 400).  Executable only.
  1135.                 Author: Scott Evernden
  1136.  
  1137. Puzzle          Simulation of puzzle with moving square tiles.
  1138.                 Executable only.
  1139.                 Author: Bill Beogelein
  1140.  
  1141. ShowHAM         Program to display HAM (Hold And Modify) mode images
  1142.                 from the CLI environment.  Executable only.
  1143.                 Author: Unknown
  1144.  
  1145. Solitaire       Two new ABasiC games, Canfield and Klondike.
  1146.                 Author: David Addison
  1147.  
  1148. Spin3           Simple program that creates spinning cubes and transforms
  1149.                 them into op-art.  Example of how to create a double
  1150.                 buffered display with color tables that can be changed.
  1151.                 Author: Ronald Peterson
  1152.  
  1153. Sword           Sword of Fallen Angel.  Text adventure game written
  1154.                 in AmigaBasic.
  1155.                 Author: Andry Rachmat
  1156.  
  1157. Trails          Cute little program that leaves a trail behind the
  1158.                 pointer when the mouse is moved.  The trail has
  1159.                 programmable symmetry, thickness, and length.
  1160.                 The other interesting thing about this program is
  1161.                 that it is written in Modula-2 (source provided).
  1162.                 Author: Richie Bielak
  1163. CONTENTS OF DISK 33
  1164. -------------------
  1165.  
  1166. 3dstars         3d version of Leo's "stars" program (also on this disk).
  1167.                 Author: Leo Schwab
  1168.  
  1169. Bigmap          Program which demonstrates how to use the low-level
  1170.                 graphics calls, ScrollVPort especially.  Demonstrates
  1171.                 scrolling around inside a very big bitmap.
  1172.                 Author: Leo Schwab
  1173.  
  1174. Dbuf.gels       Sample program that demonstrates the animation routines
  1175.                 for Bobs and VSprites.  Uses double buffering to smooth
  1176.                 the display motion.
  1177.                 Author: David Lucas
  1178.  
  1179. DiskMapper      Displays sector allocation of floppy disks.
  1180.                 Author: Leo Schwab
  1181.  
  1182. MemView         Program which sets up a direct window into RAM, thus
  1183.                 dynamically displaying the contents of memory.
  1184.                 Author: Leo Schwab
  1185.  
  1186. Oing            Displays a window full of little bouncing balls.
  1187.                 Author: Leo Schwab
  1188.  
  1189. ScreenDump      Dumps rastport of highest screen/window to printer.
  1190.                 Author: Carolyn Scheppner
  1191.  
  1192. Sdb             Simple database program, originally released on a
  1193.                 DECUS VAX SIG tape.
  1194.                 Author: Unknown, Amiga port by Mic Kaczmarczik
  1195.  
  1196. Sproing         Same as Oing but includes sounds of balls colliding with
  1197.                 boundries.
  1198.                 Author: Leo Schwab
  1199.  
  1200. Stars           Displays a screen full of stars, reminiscent of a view
  1201.                 from the starship Enterprise's flight deck.
  1202.                 Author: Leo Schwab
  1203.  
  1204. TermPlus        Yet another variant of Michael Mournier's AmigaTerm
  1205.                 program.  This one includes improved ascii capture,
  1206.                 CRC and checksum xmodem protocol transfers, CompuServe
  1207.                 B-protocol transfers, a phone library, function key
  1208.                 support, and limited AmigaDOS functions.
  1209.                 Author:  Enhancements by Bob Rakosky
  1210.  
  1211. Vt100           Release 2.0 of Dave's version of AmigaTerm.
  1212.                 Includes support for function keys and script files.
  1213.                 Author: Enhancements by Dave Wecker and Steve Drew.
  1214. CONTENTS OF DISK 34
  1215. -------------------
  1216.  
  1217. Alint           Support files for Gimpel lint to make it useful on the
  1218.                 Amiga.
  1219.                 Author: Thomas Althoff
  1220.  
  1221. Blink           A linker written as a replacement for Alink.  Fully
  1222.                 Alink compatible and supports many additional options
  1223.                 not found in Alink.  Also is much faster than Alink and
  1224.                 generates smaller executable files.  Version 5.7
  1225.                 Author: Combined efforts of the Software Distillery
  1226.  
  1227. Browser         Updated version of the browser program released on disk
  1228.                 number 18.  This one has been "manxified", has scroll
  1229.                 bars, and several bugs fixed.
  1230.                 Author: Mike Meyer, enhancements and fixes by Bob Leivian
  1231.  
  1232. Btree           Routines to implement a B-tree algorithm and several
  1233.                 accompanying tests, apparently derived from the single
  1234.                 file version also included on this disk under "Btree2".
  1235.                 Still buggy, but looks useful with a little work.
  1236.                 Author: Richard Hellier, posted to usenet by Steve Jefferson
  1237.  
  1238. Btree2          Previous (original) version of btree routines.
  1239.                 Author: Richard Hellier
  1240.  
  1241. Calendar        Appointment calendar that lets you visually add and
  1242.                 update appointments.  Can also run in background and
  1243.                 remind you 15 minutes before any scheduled event.
  1244.                 Author: Unknown, Amiga port by Bob Leivian
  1245.  
  1246. Less            Like Unix "more", only better, with forward and
  1247.                 backward scrolling, searching and positioning by
  1248.                 percent of file and line number, etc.  Very useful!
  1249.                 Author: Mark Nudelman, Amiga port by Bob Leivian
  1250.  
  1251. NewFonts        Set of 28 new Amiga fonts.
  1252.                 Author: Bill Fischer
  1253.  
  1254. Pr              A background print utility with several options for
  1255.                 letter quality compressed mode and line numbers.  Also
  1256.                 takes multiple files and wildcards.
  1257.                 Author: Bob Leivian
  1258.  
  1259. Requester       A file name requester that looks like the one used in
  1260.                 Deluxe Paint, and a sample program for using the
  1261.                 requester.
  1262.                 Author: Kevin Clague
  1263. CONTENTS OF DISK 35
  1264. -------------------
  1265. ASendPacket     Example program for sending multiple packets asynchronously
  1266.                 to a dos handler, for those interested in implementing
  1267.                 programs with asynchronous AmigaDos file I/O.
  1268.                 Author: Phillip Lindsay
  1269.  
  1270. ConsoleWindow   Example program for finding the intuition pointer to an
  1271.                 AmigaDos CON: or RAW: window, so you can do WindowToFront,
  1272.                 graphics, and other interesting things.
  1273.                 (Requires AmigaDos 1.2)
  1274.                 Author: Andy Finkel and Robert Burns
  1275.  
  1276. DirUtil         Nice little program to wander around directory tree
  1277.                 using a windowing interface and performing various
  1278.                 operations on files.
  1279.                 Author: Chris Nicotra, enhancements by Dave Jobusch
  1280.  
  1281. DirUtil2        Another variant of dirutil.
  1282.                 Author: Chris Nicotra, enhancements by Ed Alford
  1283.  
  1284. FileRequester   A very nice file requester module for lattice C programs,
  1285.                 along with a demo driver program.
  1286.                 Author: Charlie Heath
  1287.  
  1288. MacView         Allows viewing of standard MacPaint picture files in
  1289.                 either Amiga low resolution (320 x 200) or high
  1290.                 resolution (640 x 400).  Executable, sample pictures,
  1291.                 and icons (version on disk 32 did not include pictures).
  1292.                 Author: Scott Evernden
  1293.  
  1294. Plop            Short, simple, no-frills IFF reader program, and
  1295.                 a sample picture made using a ray tracing algorithm.
  1296.                 Author: Jim Kent
  1297.  
  1298. PopCLI          Provides a simple way of starting another CLI at any
  1299.                 time without having to load workbench or exit whatever
  1300.                 program you may be using.  Also has a builtin screen
  1301.                 saver mode that automatically blanks the Amiga console
  1302.                 screen when there has been no input for a specified
  1303.                 period of time.
  1304.                 Author: John Toebes
  1305.  
  1306. QuickCopy       Three versions of quickcopy, a nice little full disk
  1307.                 copier.  Two of the versions are capable of making
  1308.                 backup copies of "protected" Electronic Art's disks.
  1309.                 Author: Dave Devenport
  1310.  
  1311. ScrollPf        Creates and displays a 400 by 300 by 2 bit plane
  1312.                 playfield on top of a 320 by 200, 2 plane deep
  1313.                 playfield, as a demo of dual playfield display.
  1314.                 Author: Carolyn Scheppner
  1315.  
  1316. SendPacket      General purpose subroutine to send AmigaDos packets.
  1317.                 Author: Phillip Lindsay
  1318.  
  1319. SpriteMaker     Program which lets you paint sprites and then converts
  1320.                 the image into a C data structure to be used in programs.
  1321.                 Allows interactive testing of the sprite as a pointer.
  1322.                 Suggested shareware donation of $15 for source code and
  1323.                 updates.
  1324.                 Author: Ray Larson
  1325.  
  1326. Tracker         Program which converts a boot-load disk (I.E. a kickstart
  1327.                 disk) into a group of files for electronic transmission
  1328.                 and reassembly.  Completely preserves the original disk
  1329.                 structure so the target disk will be an exact duplicate
  1330.                 of the original.
  1331.                 Author: Brad (Lord Bradford) Wilson
  1332.  
  1333. TriClops        Very nice graphics oriented 3-D space invasion game.
  1334.                 This was previously a commercial product which is
  1335.                 being released into the public domain for promotional
  1336.                 purposes (they are working on a multiuser, multimachine
  1337.                 version).
  1338.                 Author: Unknown, published by Geodesic Publications
  1339.  
  1340. Tsize           A simple utility to print directory tree sizes.  Displays
  1341.                 the total size of all files and subdirectories within a
  1342.                 given directory.
  1343.                 Author: Edmund Burnette
  1344.  
  1345. UnIfdef         Useful program for removing ifdef'ed sections from a file
  1346.                 while otherwise leaving the file alone.  Allows one source
  1347.                 to be used as a porting base for many machines, without
  1348.                 shipping the entire source to every source customer.
  1349.                 (Preprocess for their machine and send them only the
  1350.                 source for their specific machine).
  1351.                 Author: Dave Yost
  1352.  
  1353. Vttest          Program to test compatibility of vt100-compatible
  1354.                 terminals and terminal emulators.  Requires the
  1355.                 resources of a Unix system to test an Amiga hosted
  1356.                 vt100 emulator.  (I haven't yet found one that even
  1357.                 comes close to passing this test!).
  1358.                 Author: Per Lindberg
  1359.  
  1360. CONTENTS OF DISK 36
  1361. -------------------
  1362.  
  1363. Acp             A copy program with filename expansion and argument
  1364.                 interpretation like the unix cp.
  1365.                 Author: Fred Cassirer
  1366.  
  1367. Clock           Updated version of the clock program released on disk
  1368.                 number 15.  Adds seconds display, free memory display,
  1369.                 and faster updates.
  1370.                 Author: Mike Meyer
  1371.  
  1372. Csh             Csh like alternative to the CLI, with changes to
  1373.                 compile under Manx with 16-bit ints.  Has alias,
  1374.                 builtin functions like "dir" for speed, history,
  1375.                 named variables, command re-execution with substitution,
  1376.                 etc.  Version 2.01A.
  1377.                 Author: Matt Dillon
  1378.  
  1379. DietAid         Diet planning aid to allow the user to compile lists
  1380.                 of ingredients (recipes) and automatically compute
  1381.                 calorie totals, etc.  This is a shareware program
  1382.                 ($10 suggested) that was submitted by the author
  1383.                 for inclusion in the library.
  1384.                 Author: Terry Gintz
  1385.  
  1386. Echo            An improved echo command with options to control
  1387.                 color, screen placement of text, etc.
  1388.                 Author: Larry Phillips
  1389.  
  1390. FixHunk         A program to modify executable files to allow them to
  1391.                 run in external memory.  It forces all DATA and BSS hunks
  1392.                 in the file to be loaded into CHIP memory.  CODE hunks will
  1393.                 still load into FAST ram if available.  Version 1.2a.
  1394.                 Author: D.J. James
  1395.  
  1396. Fm              File mapper program.  Uses trackdisk device to grab
  1397.                 sectors and traverse the filesystem to find out what
  1398.                 sectors a particular file occupies.
  1399.                 Author: Leo Schwab
  1400.  
  1401. KickBench       Instructions and programs for creating and using a
  1402.                 combined KickStart and WorkBench disk, so only one
  1403.                 disk is need to reboot.  Allows the system to reboot
  1404.                 unattended after a power failure.  Requires disked from
  1405.                 developer's disk.
  1406.                 Author: Alonzo Gariepy
  1407.  
  1408. Lex             A program (not to be confused with the Unix lex program
  1409.                 which is a lexical analyzer generator) which computes
  1410.                 various readability metrics for text files.  Computes
  1411.                 Gunning-Fog, Flesh, and Kincaid indices.
  1412.                 Author: Jeff Sullivan
  1413.  
  1414. TunnelVision    Another fine ABasiC game from David Addison.  This is
  1415.                 a maze game with a 3-D perspective view from inside the
  1416.                 maze.
  1417.                 Author: David Addison
  1418.  
  1419. Vc              Visicalc-like spreadsheet calculator program.
  1420.                 Author:  James Gosling, Amiga port by Peter Hardie
  1421.  
  1422. Vt100           Version 2.2 of Dave's vt100 emulator program including
  1423.                 Xmodem and Kermit file transfer protocols.
  1424.                 Author: Dave Wecker
  1425.  
  1426. YaBoing         A game program demonstrating hardware sprite usage,
  1427.                 including collision detection.
  1428.                 Author: Ali Ozer, based on original by Leo Schwab
  1429. CONTENTS OF DISK 37
  1430. -------------------
  1431.  
  1432. It is port of Timothy Budd's Little Smalltalk system, done by Bill
  1433. Kinnersley at Washington State University.
  1434.  
  1435. The disk is unchanged except for the following:
  1436.  
  1437.         (1)     I have added this file, README.list37.
  1438.  
  1439.         (2)     I have added the standard distribution info file,
  1440.                 README.dist.
  1441.  
  1442.         (3)     In order to make room for the above two files (the
  1443.                 disk only had 2 free blocks) I filtered all the text
  1444.                 files in the sources, docs, and examples directories
  1445.                 through a program to remove extraneous CR (^M) characters
  1446.                 from the end of each line.  This also makes the files
  1447.                 conform to standard Amiga and Unix line delimiter
  1448.                 conventions.  I hope this didn't break anything else
  1449.                 in the process...
  1450.  
  1451.         (4)     I have added the file sources/Makefile to help people
  1452.                 who want to recompile the sources.  It uses my cc
  1453.                 frontend.  I was able to compile and link an executable
  1454.                 that was almost the same size as the one Bill provided
  1455.                 (100 bytes smaller) using Manx 3.20B in 16-bit int mode,
  1456.                 but it aborted immediately with an error message, so
  1457.                 beware.
  1458. CONTENTS OF DISK 38
  1459. -------------------
  1460.  
  1461. CSquared        Implementation of Circle Squared algorthm from Sept '86
  1462.                 Scientific American "Computer Recreations" column.
  1463.                 Produces wildly colorful but mathematically precise
  1464.                 patterns.
  1465.                 Author:  Bill DuPree
  1466.  
  1467. FixObj          Strip extraneous garbage off the end of object files
  1468.                 transfered with xmodem.  Does not require preknowledge
  1469.                 of actual file length, uses knowledge of Amiga file
  1470.                 structure.  Version 1.1 (update to copy on disk #10).
  1471.                 Author:  John Hodgson
  1472.  
  1473. Handler         An example that implements an AmigaDos Handler (device)
  1474.                 in non-BCPL format.
  1475.                 Author:  Phillip Lindsay
  1476.  
  1477. Hp-10c          Program that mimics an HP-10c (Hewlett Packard calculator),
  1478.                 written in TDI Modula2.
  1479.                 Author:  Duncan Prindle
  1480.  
  1481. IffDump         Two programs for manipulating IFF files.  IFFENCODE grabs
  1482.                 an active screen and writes it to a file in IFF format.
  1483.                 IFFDUMP decodes information in arbitrary IFF files and
  1484.                 prints it in a human readable form.
  1485.                 Author:  Matt Dillon
  1486.  
  1487. Jsh             A simple command line interpreter drawing on features from
  1488.                 the BSD C shell.
  1489.                 Author:  Jim Kent
  1490.  
  1491. NewStat         Replacement program for the AmigaDOS STATUS command.  Prints
  1492.                 task number, priority, address of process, command line
  1493.                 being executed, current directory, etc.
  1494.                 Author:  James Synge
  1495.  
  1496. Reversi         Program to play reversi game.  Version 6.1.
  1497.                 Author:  Manuel Almudevar
  1498.  
  1499. UUdecode        Programs to encode/decode binary files for transmittal
  1500.                 via mail, or other text-only methods.  Binary file is
  1501.                 expanded by approximately 35% for transmittal.
  1502.                 Author:  Mark Horton
  1503.  
  1504. Vdraw           Drawing program, based on freedraw, but now transformed
  1505.                 and enhanced beyond recognition.  This is version 1.14.
  1506.                 This shareware program (suggested $15 donation) was
  1507.                 submitted by the author for inclusion in the library.
  1508.                 Author:  Stephen Vermeulen
  1509.  
  1510. VoiceFiler      Voice filer program for Yamaha DX series synthesizers.
  1511.                 Voices are transfered to and from the Amiga over MIDI.
  1512.                 Author:  Jack Deckard
  1513.  
  1514. Window          Sample program which shows how to create a DOS window
  1515.                 in a custom screen.
  1516.                 Author:  Andy Finkel
  1517. CONTENTS OF DISK 39
  1518. -------------------
  1519.  
  1520. AnsiEcho        Some commands written in assembler.  Includes an
  1521.                 echo command, touch, list, cls (clear screen), and ask
  1522.                 (wait for user input).
  1523.                 Author:  Dewi Williams
  1524.  
  1525. Display         Graphics display program to display HAM images from a
  1526.                 ray tracing program.  Includes some really spectacular
  1527.                 pictures.
  1528.                 Author:  Dave Wecker
  1529.  
  1530. Driver          Demo device driver in source.  Functions as a RAM disk
  1531.                 for demonstration purposes.
  1532.                 Author:  Lee Erickson
  1533.  
  1534. Xlisp           Small lisp type interpreter, binary only (source to
  1535.                 older version was on disk #18).  Version 1.7.
  1536.                 Author:  Dave Betz
  1537. CONTENTS OF DISK 40
  1538. -------------------
  1539.  
  1540. Note that many of the programs on this disk are shareware/freeware.
  1541. This means that if you find them useful, you are morally obligated
  1542. to send a small donation to the author to help support his efforts and
  1543. fund further development.  I hope that by including them in this
  1544. library I have furthered the author's goals of widest possible
  1545. distribution and thus maximum return.  Also note (for those that
  1546. like to split hairs) that I am distributing this disk as a "freebee".
  1547. To receive a copy, just request it when ordering any other disks from
  1548. the library.
  1549.  
  1550. Ahost           Amiga terminal emulator featuring ANSI terminal emulation,
  1551.                 file transfer with CompuServe's B-Protocol, Kermit, and
  1552.                 Xmodem, user definable function keys, script language,
  1553.                 RLE graphics and a special conference mode for use
  1554.                 with CIS.   Version 0.9.
  1555.                 Author:  Steve Wilhite & George Jones
  1556.  
  1557. AmigaMonitor    Dynamically display the state of the machine, including
  1558.                 open files, active tasks, resources, device states,
  1559.                 interrupts, libraries, ports, etc.  Display window into
  1560.                 memory.  Version 0.21.  Suggested $15 donation.
  1561.                 Author:  Jim Voris
  1562.  
  1563. Arc             The ubiquitous compressing archiver program that
  1564.                 has become the de facto standard for distributing
  1565.                 binaries and multi-file postings on most BBS's.
  1566.                 This is Amiga version 0.16, a port of arc version v5.0.
  1567.                 Suggested $35-$50 donation.
  1568.                 Author:  System Enhancement Associates
  1569.                          Amiga version by Raymond Brand
  1570.  
  1571. AreaCode        Program which decodes area codes into state and locality.
  1572.                 Version 1.5.
  1573.                 Author:  Bill Beogelein
  1574.  
  1575. Blink           A linker written as a replacement for Alink.  Fully
  1576.                 Alink compatible and supports many additional options
  1577.                 not found in Alink.  Also is much faster than Alink
  1578.                 and produces smaller executable files.  Version 6.5.
  1579.                 Author:  Combined efforts of the Software Distillery
  1580.  
  1581. Cosmo           An "asteriods" clone.  Suggested $6 donation.
  1582.                 Author:  John Harris
  1583.  
  1584. Dg210           Data General D-210 Terminal emulator.  Suggested $12
  1585.                 donation.
  1586.                 Author:  Steve Lenz
  1587.  
  1588. DirUtil         Nice little program to wander around directory tree using
  1589.                 a windowing interface and performing various operations
  1590.                 on files.  Version 1.4.
  1591.                 Author:  Chris Nicotra, enhancements by Dave Jobusch
  1592.  
  1593. DOSHelper       Windowing program to print help information about various
  1594.                 dos commands.  Version 1.60.  Suggested $10 donation.
  1595.                 Author:  John Youells
  1596.  
  1597. PagePrint       Prints text files with date/time header, page breaks, and
  1598.                 line numbers.  Suggested $10 donation.
  1599.                 Author:  Phil Mercurio
  1600.  
  1601. PopCLI          Provides a simple way of starting another CLI at any
  1602.                 time without having to load workbench or exit whatever
  1603.                 program you may be using.  Also has a builtin screen
  1604.                 saver mode that automatically blanks the Amiga console
  1605.                 screen when there has been no input for a specified
  1606.                 period of time.  Version II, which now includes source.
  1607.                 Author: John Toebes
  1608.  
  1609. SpriteEd        Lets you simultaneously edit two sprite pairs to form
  1610.                 a double wide sprite image.  Suggested $10 donation.
  1611.                 Author:  Scott Lamb
  1612.  
  1613. X-Spell         A spelling checker to proofread text files and then allow
  1614.                 you to move through the document, deciding what to do with
  1615.                 the misspelled words.  Suggested $15 donation.
  1616.                 Author:  Hayes Haugen
  1617. CONTENTS OF DISK 41
  1618. -------------------
  1619.  
  1620. AmigaVenture    A program which allows you to write your own Infocom-style
  1621.                 adventure programs in AmigaBasic.  It is a full-featured
  1622.                 adventure parser, including direct and indirect objects,
  1623.                 multiple object processing, adjectives, automatic
  1624.                 ambiguity resolution, and subordinate clauses.  The
  1625.                 parser includes support for one, two, or three-word verbs,
  1626.                 and a full set of object-manipulation primitives.
  1627.                 Author:  Mitsuharu Hadeishi
  1628.  
  1629. Csh             Version 2.03 of Matt's Csh-like shell.  Executable only.
  1630.                 Author:  Matt Dillon
  1631.  
  1632. Dbug            Macro based C debugging package.  Machine independent.
  1633.                 Provides function trace, selective printing of internal
  1634.                 state information, and more.  First released on disk #2.
  1635.                 This version includes some bug fixes and enhancements.
  1636.                 Author:  Fred Fish
  1637.  
  1638. DualPlayField   An example of using a dual-playfield screen, using a
  1639.                 method contrary to documentation in the Intuition
  1640.                 Manual.
  1641.                 Author:  Jim Mackraz
  1642.  
  1643. GetFile         A very nice file name requester.  Unlike the earlier
  1644.                 version on disk #35, this version includes source code.
  1645.                 Author:  Charlie Heath
  1646.  
  1647. LatticeXref     A cross reference listing of all symbols defined in the
  1648.                 Lattice 3.10 header files.  Sorted alphabetically by
  1649.                 symbol string, includes file name and line number of all
  1650.                 references and/or definitions.
  1651.                 Author:  Fred Fish
  1652.  
  1653. Lines           A line drawing demo program, reminiscent of the "sparks"
  1654.                 program on disk #9.
  1655.                 Author:  Paul Jatkowski
  1656.  
  1657. SetFont         A program to change the font used in a workbench screen.
  1658.                 Includes several sample fonts of various sizes.
  1659.                 Author:  Michael McInerny
  1660.  
  1661. Vt100           Version 2.3 of the ever popular vt100 terminal program.
  1662.                 Includes xmodem and kermit file transfer protocols.
  1663.                 Author:  Dave Wecker
  1664. CONTENTS OF DISK 42
  1665. -------------------
  1666.  
  1667. To quote the "Read Me First" file:
  1668.  
  1669.         This diskette contains the Amiga version of MicroGNUEmacs (MG),
  1670.         a small but powerful text editor that runs on many other computer
  1671.         systems besides the Amiga.  One of MG's major goals is to be
  1672.         compatible with its cousin GNU Emacs, so certain features you
  1673.         may have seen in other versions of MicroEmacs may work differently
  1674.         here, or not exist.  Hopefully, you'll find the added features MG
  1675.         provides to be worth the trouble it takes to make the switch.
  1676.  
  1677. From the "Read Me Second" file:
  1678.  
  1679.         This is the fourth Beta distribution of MicroGnuEmacs.  Beyond the
  1680.         work of Dave Conroy, author of the original public domain v30, this
  1681.         contains the efforts of:
  1682.  
  1683.         mwm@ucbopal.berkeley.edu        Mike Meyer
  1684.         mic@ngp.utexas.edu              Mic Kaczmarczik
  1685.         blarson@usc-oberon.arpa         Bob Larson
  1686.         rtech!daveb@sun.com             Dave Brower
  1687.  
  1688. A very nice job guys!  Congratulations.
  1689.  
  1690. This disk is essentially unchanged except that I have added the usual
  1691. README.dist and README.list files, along with changing the volume name
  1692. to AmigaLibDisk42.  The original volume name was "MG 1a".
  1693. CONTENTS OF DISK 43
  1694. -------------------
  1695.  
  1696. BasicBoing      An AmigaBasic program which shows animation by page
  1697.                 flipping.  Precalculates all views of a rotating 3
  1698.                 dimensional cube and then cycles through them rapidly
  1699.                 for animation.
  1700.                 Author:  Arthur Blume
  1701.  
  1702. Bbm             Demo copy of B.E.S.T. Software's Business Management
  1703.                 System.  It is a full implementation with file sizes
  1704.                 reduced for demo purposes.
  1705.                 Author:  Business Electronics Software & Technology Inc.
  1706.  
  1707. BbsList         A list of Bulletin Board Systems which support the
  1708.                 Amiga.  The list was compiled from a list on Delphi,
  1709.                 Compuserve, bathroom walls, etc.
  1710.                 Author:  Dick Sheffold
  1711.  
  1712. Cc              C compiler frontends for Manx and Lattice C, developed
  1713.                 independently by Jay Ts.  These automatically filter off
  1714.                 the annoying banner messages from various passes of
  1715.                 the compilers.
  1716.                 Author:  Jay Ts
  1717.  
  1718. Copper          A copper list disassembler.  Dumps the contents of a
  1719.                 hardware copper instruction list.
  1720.                 Author:  Scott Evernden
  1721.  
  1722. InstIFF         A program which converts sampled sound files from the
  1723.                 Instruments dealer demo disks to IFF sampled sound files
  1724.                 in a FORM 8SVX.
  1725.                 Author:  Bobby Deen
  1726.  
  1727. PopColours      Lets you change the Red/Green/Blue components of any
  1728.                 color register, on any screen currently in the system.
  1729.                 Uses a movable window with slider gadgets.  Very well
  1730.                 done.  Version 1.0, November 1986.
  1731.                 Author:  Chris Zamara and Nick Sullivan
  1732.  
  1733. SpriteClock     A very simple clock that uses a sprite as it's display
  1734.                 medium, thus allowing it to be displayed on top of all
  1735.                 other screens.  Includes source in assembly language.
  1736.                 Author:  Darrel Schneider
  1737.  
  1738. STEmulator      Turns your Amiga into an Atari ST (sort of).  Be sure
  1739.                 to read the README file for the true story...
  1740.                 Author:  David Addison
  1741.  
  1742. WBrun           A program designed to allow any program to be invoked from
  1743.                 CLI yet behave as if it were invoked from Workbench.
  1744.                 Workbench need not be loaded, thus saving the memory that
  1745.                 Workbench would normally use.
  1746.                 Author:  John Toebes
  1747.  
  1748. Wild            Two versions of Unix shell style wildcard matching routines.
  1749.                 Author:  Rich Salz and Fred Fish
  1750. CONTENTS OF DISK 44
  1751. -------------------
  1752.  
  1753. Icons           Some miscellaneous icons for your viewing pleasure.
  1754.                 Author:  Unknown
  1755.  
  1756. NewIFF          Some new iff material dealing with sampled voice
  1757.                 and music iff files.
  1758.                 Author:  Posted to usenet by Carolyn Scheppner
  1759.  
  1760. RayTracePics    Ray tracing pictures, some of which appeared on disk
  1761.                 number 39, but now in IFF HAM format for MUCH faster
  1762.                 loading and compatibility with existing IFF tools.
  1763.                 Author:  Dave Wecker
  1764.  
  1765. ViewILBM        Reads an ILBM file and displays as a screen/window
  1766.                 until closed.  Handles normal and HAM ILBM's.
  1767.                 Author:  Based on ShowILBM, enhanced by Carolyn Scheppner
  1768. CONTENTS OF DISK 45
  1769. -------------------
  1770.  
  1771. Clue            Clue board game.  Nice.
  1772.                 Author:  Greg Pryor
  1773.  
  1774. Make            Another version of make that seems to be more complete
  1775.                 than many other PD makes.
  1776.                 Author:  Unknown, downloaded from the Software Distillery
  1777.  
  1778. Pictures        Miscellaneous pictures selected from dozens of pictures
  1779.                 that have come my way since the last full art disk.
  1780.                 Author:  Rich Payne, Grace Rohlfs, and others.
  1781.  
  1782. Update          Used to update an older working disk with files from a
  1783.                 newly released disk.  Files on the older disk that are
  1784.                 out of date will be upgraded with files from the new disk.
  1785.                 Author:  Unknown, downloaded from Software Distillery
  1786.  
  1787. WhereIs         Program which searches a disk for the first or multiple
  1788.                 occurances of a file with a given name.
  1789.                 Author:  Steve Poling
  1790. CONTENTS OF DISK 46
  1791. -------------------
  1792.  
  1793. Asm             A shareware macro assembler, submitted by the author.
  1794.                 Asm is a 68010 macro assembler that is compatible with
  1795.                 the assembler described in the AmigaDOS manual.
  1796.                 Author:  Douglas Leavitt
  1797.  
  1798. CheckModem      A program which provides for executing other programs
  1799.                 from your startup file, if and only if there is actually
  1800.                 a modem connected to the serial port.
  1801.                 Author:  Matt Dillon
  1802.  
  1803. Egad            A gadget editor from the Programmers Network.  Very
  1804.                 nicely done and very useful.
  1805.                 Author:  John Draper, Ray Larson, Brent Southard, and
  1806.                          Dave Milligan
  1807.  
  1808. Jive            A filter program which transforms its standard input
  1809.                 to "jive" on its standard output.
  1810.                 Author:  Unknown
  1811.  
  1812. My.lib          A binary only copy of Matt's alternate runtime library.
  1813.                 Author:  Matt Dillon
  1814.  
  1815. ProffMacros     Subset implementations of the Berkeley "ms" and System V
  1816.                 "mm" macro packages, for the proff program.
  1817.                 Author:  Tony Andrews and George Walker
  1818.  
  1819. ValSpeak        A filter program which transforms its standard input
  1820.                 to "valspeak" on its standard output.
  1821.                 Author:  Unknown
  1822. DISK NUMBER 47
  1823. --------------
  1824.  
  1825. 3D-Arm          The first stage of a larger project to study goal
  1826.                 directed animation of articulated objects (objects
  1827.                 which can move with various degrees of freedom but are
  1828.                 constrained by attachment to other links within the
  1829.                 object).  This program demonstrates goal directed
  1830.                 animation with a simulated 3-dimensional robot arm.
  1831.                 Includes source.
  1832.                 Author:  Bob Laughlin
  1833.  
  1834. Juggler         Stunning animation of a robot juggler with ray
  1835.                 traced reflective spheres.  Uses HAM mode display
  1836.                 and sound effects to boot!
  1837.                 Author:  Eric Graham
  1838.  
  1839. Vt100           Version 2.4 of Dave's vt100 terminal emulator.
  1840.                 Includes xmodem and kermit file transfer protocols.
  1841.                 Author:  Dave Wecker
  1842. DISK NUMBER 48
  1843. --------------
  1844.  
  1845. Bru             Alpha 1 version of a hard disk and/or file archiver
  1846.                 written for Unix.  This is a vanilla port, with very
  1847.                 little Amiga smarts, but it is usable.  This is also
  1848.                 the last freely redistributable version.
  1849.                 Author:  Fred Fish
  1850.  
  1851. Comm            A vt100 like terminal emulator with built in support
  1852.                 for key functions and a phone number database.
  1853.                 Version 1.30.
  1854.                 Author:  DJ James
  1855.  
  1856. Csh2.04         Version 2.04 of Matt's csh-like shell.  Includes source.
  1857.                 Author:  Matt Dillon
  1858.  
  1859. Csh2.04M        Version 2.04 of Matt's csh-like shell, heavily modified
  1860.                 for Manx C.  Includes source.
  1861.                 Author:  Matt Dillon, Manx version by Steve Drew
  1862.  
  1863. Diskperf        A disk benchmark program which runs on both Unix and the
  1864.                 Amiga.
  1865.                 Author:  Rick Spanbauer
  1866.  
  1867. Du              Computes disk usage of a file or directory (including
  1868.                 subdirectories).  Very handy.
  1869.                 Author:  Joe Mueller
  1870.  
  1871. MemWatch        Memwatch is a program intended to sit in the background
  1872.                 and watch for random trashing of low memory by an
  1873.                 application under development.  If it detects a write
  1874.                 to low memory, it repairs it to what used to be there,
  1875.                 then puts up a requester indicating what damage had been
  1876.                 done.  Very useful!
  1877.                 Author:  John Toebes
  1878.  
  1879. Profiler        A realtime execution profiler for Manx 3.30E.  Using this
  1880.                 you can identify what sections of your program are using
  1881.                 the most time, or being executed the most, and optimize
  1882.                 as appropriate.  I was able to double the speed of some
  1883.                 programs by using this tool.  Includes source.
  1884.                 Author:  Tomas Rokicki
  1885. DISK NUMBER 49
  1886. --------------
  1887.  
  1888. Cycloids        An updated version of the hypocycloids (electronic
  1889.                 spirograph) program first released on disk number 27.
  1890.                 Author:  Terry Gintz
  1891.  
  1892. DirUtil         An enhanced version of the dirutil from disk number 35.
  1893.                 Dirutil is a program to wander around a directory tree
  1894.                 and perform various operations on files.  See README file
  1895.                 for list of new features.
  1896.                 Author:  Chris Nicotra, enhancements by Johan Widen
  1897.  
  1898. Multidef        A program to scan a collection of object and library
  1899.                 files and identify multiply defined symbols.  This is
  1900.                 useful to locate subtle problems where user defined
  1901.                 symbols override library symbols.
  1902.                 Author: Paul Jatkowski
  1903.  
  1904. MyUpdate        A disk update utility that also provides support for
  1905.                 automatically stripping comments from C header files
  1906.                 and for interactive verification on a per file basis.
  1907.                 Author:  Joe Mueller
  1908.  
  1909. Plot            Program to compute and plot 3 dimensional functions.
  1910.                 Includes hi-res interlace mode for maximum detail.
  1911.                 Author:  Unknown; Amiga version by Terry Gintz
  1912.  
  1913. Polygon         A moire type pattern generator but with color cycling.
  1914.                 Author:  Terry Gintz
  1915.  
  1916. QMouse          A program to query the status of the left mouse button
  1917.                 and return a status code.  The return code can be used
  1918.                 as a WARN condition in a CLI execute file to alter
  1919.                 execution.  Also includes a separate program to toggle
  1920.                 interlace on and off.  Both are written in assembler and
  1921.                 are very small.
  1922.                 Author:  Robert Rethemeyer
  1923.  
  1924. Touch           A simple command to set the date of a file to the
  1925.                 current date.  Uses new supported method of setting
  1926.                 a file datestamp (rather than reading and writing
  1927.                 back a byte).
  1928.                 Author:  Phil Lindsay and Andy Finkel
  1929.  
  1930. Trees           Another "tree growing" program, similar to the one
  1931.                 on disk number 31, but more extensive.
  1932.                 Author:  Unknown; Amiga version by Terry Gintz
  1933. DISK NUMBER 50
  1934. --------------
  1935.  
  1936. Note that many of the programs on this disk are shareware/freeware.
  1937. This means that if you find them useful, you are morally obligated
  1938. to send a small donation to the author to help support his efforts and
  1939. fund further development.  I hope that by including them in this
  1940. library I have furthered the author's goals of widest possible
  1941. distribution and thus maximum return.  Also note (for those that
  1942. like to split hairs) that I am distributing this disk as a "freebee".
  1943. To receive a copy, just request it when ordering any other disks from
  1944. the library.
  1945.  
  1946. Asm             A shareware macro assembler, submitted by the author.
  1947.                 Asm is a 68010 macro assembler that is compatible with
  1948.                 the assembler described in the AmigaDOS manual.  This is
  1949.                 version 1.1, an update to the version on disk number 46,
  1950.                 and includes bug fixes, additional standard Motorola
  1951.                 mnemonics and a simple startup code module.
  1952.                 Author:  Douglas Leavitt
  1953.  
  1954. BreakOut        A 3-D game.  Requires 3-D glasses.
  1955.                 Author:  Tim Kemp
  1956.  
  1957. DiskZap         Program to "edit" a disk, sector by sector.  Version 1.1.
  1958.                 Author:  Paris Bingham Jr.
  1959.  
  1960. FirstSiliCon    A smart input line interpreter that provides a separate
  1961.                 command window with full editing and recall of previous
  1962.                 commands.  Actual name is "Sili(Con:)".
  1963.                 Author:  Pete Goodeve
  1964.  
  1965. Missile         A nice "missile defense" game.  Written 100% in
  1966.                 assembler (source available from author) and is very fast!
  1967.                 Author:  Glen Merriman
  1968.  
  1969. PerfectSound    PerfectSound demo, with a sound editor and sample sound
  1970.                 files.  Looks very nice.
  1971.                 Author:  Anthony Wood
  1972.  
  1973. Sizzlers        Graphics demo programs.
  1974.                 Author:  Greg Epley
  1975.  
  1976. UnixArc         A version of arc suitable for Unix System V.
  1977.                 Author:  System Enhancement Associates
  1978.  
  1979. Wombat          Yet another terminal emulation program.  Version 3.01.
  1980.                 Has user settable cursor, programmable function keys,
  1981.                 vt-102 emulation, auto-dialing, loadable settings files,
  1982.                 and more.
  1983.                 Author:  Dave Warker
  1984. DISK NUMBER 51
  1985. --------------
  1986.  
  1987. Bison           A replacement for unix "yacc" command.  This is from
  1988.                 the GNU (GNU is Not Unix) effort, and was obtained
  1989.                 from the Free Software Foundation.  This is a working
  1990.                 update to the version on disk number 4, provided by
  1991.                 Johan Widen.
  1992.                 Author: Bob Corbett and Richard Stallman
  1993.  
  1994. Compress        This is an update to the compress version released
  1995.                 on disk number 6.  It is tested and seems to work
  1996.                 well except for a couple glitches noticed at the
  1997.                 last minute (see the README file). Compress reduces the
  1998.                 size of the named files using adaptive Lempel-Ziv coding.
  1999.                 The amount of compression obtained depends on the size of
  2000.                 the input, the number of bits per code, and the distribution
  2001.                 of common substrings.  Typically, text such as source code
  2002.                 or English is reduced by 50-60%.  Compression is generally
  2003.                 much better then that achieved by Huffman coding
  2004.                 (as used in "pack") or adaptive Huffman coding
  2005.                 (as used in "compact"), and takes less time to compute.
  2006.                 Author: Thomas Spencer, with improvements by others
  2007.  
  2008. Cos             A "Wheel Of Fortune" style game in AmigaBasic.
  2009.                 Author:  Steve Michel
  2010.  
  2011. DifSsed         Dif produces a difference file which lists the
  2012.                 line by line differences between any two text files.
  2013.                 These differences can be fed to ssed (a stream type
  2014.                 editor), along with the original text file, to remotely
  2015.                 reproduce the other (new) file.  Binary only.
  2016.                 Author:  Chuck Forsberg, Amiga port by Rich Schaeffer
  2017.  
  2018. Sq.Usq          Portable versions of the CPM sq and usq utilities.
  2019.                 Author:  R. Greenlaw, many changes by Bill Swan
  2020. DISK NUMBER 52
  2021. --------------
  2022.  
  2023. Assign          Replacement for AmigaDOS assign command, written in C.
  2024.                 Author:  Charles McManis
  2025.  
  2026. Fractal         A fractal program which produces a random square
  2027.                 fractal terrain.
  2028.                 Author:  John Olsen
  2029.  
  2030. HAMpoly         A polygon drawing demo which uses HAM mode to produce
  2031.                 polygons of any of the possible 4096 colors.
  2032.                 Author:  John Olsen
  2033.  
  2034. MxGads          Demonstrates how to make mutual exclusion of boolean
  2035.                 gadgets work, even if they contain GadgetText.
  2036.                 Author:  Willy Langeveld
  2037.  
  2038. Poly            A polygon drawing demo using the AreaMove, AreaDraw, and
  2039.                 AreaEnd functions.
  2040.                 Author:  John Olsen
  2041.  
  2042. Tek4010         A Tek 4010 emulator.
  2043.                 Author:  Terry Whelan, with changes by Steve Poling
  2044.  
  2045. Vdraw1.16       Shareware drawing program submitted by the author.
  2046.                 This version uses menus but includes some items not
  2047.                 in version 1.19, also on this disk.
  2048.                 Author:  Stephen Vermeulen
  2049.  
  2050. Vdraw1.19       Latest version of Vdraw, with a completely new iconic
  2051.                 user interface, and some other new features including
  2052.                 a color palette mixer and DPaint style brushes, extended
  2053.                 cutting features, area locking, and a flexible printing
  2054.                 interface.
  2055.                 Author:  Stephen Vermeulen
  2056. DISK NUMBER 53
  2057. --------------
  2058.  
  2059. Animations      Some animations made with Aegis Animator.  Includes
  2060.                 a player program.
  2061.                 Author:  Aegis Development
  2062.  
  2063. ARCre           Creates rename scripts so that files with long names can
  2064.                 be easily archived and dearchived correctly by "arc".
  2065.                 Author:  John Hoffman
  2066.  
  2067. Arp             Some preliminary programs from a program started on BIX
  2068.                 by Charlie Heath to replace all the BCPL AmigaDOS programs
  2069.                 with assembly equivalents.  Includes "break", "cd", "chmod",
  2070.                 "echo", "filenote", and "makedir".
  2071.                 Author:  Charlie Heath and Scott Ballantyne
  2072.  
  2073. Compiler        An optimizing C compiler for the 68000.  Has successfully
  2074.                 compiled itself on a 68000 based Unix system V machine,
  2075.                 but has yet to be fully ported to the Amiga.  It will
  2076.                 currently produce assembly output for simple C routines
  2077.                 on the Amiga, but needs lots of work to be really useful
  2078.                 as anything other than a learning tool for budding compiler
  2079.                 guru's.
  2080.                 Author:  Matthew Brandt
  2081.  
  2082. SpreadSheet     A simple "Visicalc-like" spread sheet calculator.  Also
  2083.                 known as "vc" but there is currently a debate about whether
  2084.                 or not that name is a registered trademark.  The version
  2085.                 on disk number 36 was based on an earlier version of the
  2086.                 same source.  This release also includes source code.
  2087.                 Author: James Gosling, Mark Weiser, and Bob Bond
  2088.                         Amiga port by Dave Wecker
  2089.  
  2090. TarSplit        A port of the OS/9 program that extracts files from
  2091.                 Unix tar archives.
  2092.                 Author:  James Jones.  Amiga version by Mike Meyer.
  2093.  
  2094. UUencode        Programs to encode/decode binary files for transmittal
  2095.                 via mail or other text-only methods.  The binary file
  2096.                 is expanded by approximately 35% for transmittal.  This
  2097.                 release is an update to the version on disk number 38,
  2098.                 and includes a simple line-by-line checksum technique that
  2099.                 can read and write files compatible with the older
  2100.                 uuencode/uudecode.
  2101.                 Author:  Mark Horton with mods by Alan Rosenthal
  2102. CONTENTS OF DISK 54
  2103. -------------------
  2104.  
  2105. Hanoi           Classical demo program for recursion.  Solves the
  2106.                 towers of hanoi problem in a workbench window of
  2107.                 its own.
  2108.                 Author:  Ali Ozer
  2109.  
  2110. ISpell          A quick and dirty port of a Unix version of a freely
  2111.                 distributable screen oriented, interactive, spelling checker.
  2112.                 I use the Unix version daily and it is very nice.
  2113.                 You will need expansion ram to run this with the
  2114.                 supplied dictionary, as it loads the entire 300K
  2115.                 hashed dictionary into memory.  A hard disk is
  2116.                 also recommended.
  2117.                 Author:  Pace Willisson
  2118.  
  2119. Ing             The next step in the "boing wars".  Turns a nice screen
  2120.                 full of little windows into a screen of lots of bouncing
  2121.                 little windows.  Cute!
  2122.                 Author:  Leo 'Bols Ewhac' Schwab
  2123.  
  2124. Lav             A "title bar type" program that displays the number of
  2125.                 tasks in the Amiga's run queue, averaged over the
  2126.                 last minute, 5 minutes, and 15 minutes.  Presumably
  2127.                 inspired by, and named after, the BSD "load average"
  2128.                 program.
  2129.                 Author:  William Rucklidge
  2130.  
  2131. MidiTools       Simple programs to play and record through the MIDI I/F.
  2132.                 Untested (I have no MIDI hardware).
  2133.                 Author:  Fred Cassirer
  2134.  
  2135. MoreRows        A program to make the workbench screen larger than normal.
  2136.                 The number of additional rows and columns are set via command
  2137.                 line arguments.
  2138.                 Author:  Neil Katin and Jim Mackraz
  2139.  
  2140. Tilt            Another of Leo's cute little toys.  This one
  2141.                 makes your Amiga look like it didn't pass Commodore's
  2142.                 vibration testing.
  2143.                 Author:  Leo 'Bols Ewhac' Schwab
  2144. CONTENTS OF DISK 55
  2145. -------------------
  2146.  
  2147. Csh             Version 2.05 of Matt Dillon's csh like shell, modified
  2148.                 for Manx C.
  2149.                 Author:  Matt Dillon, Manx'ified by Steve Drew
  2150.  
  2151. NewStartups     A couple of new C startup modules. AStartup.asm is
  2152.                 the source to AStartup.obj, with 1.2 fixes and better
  2153.                 quote handling.  TWStartup.asm is like AStartup.asm but
  2154.                 opens a stdio window, using a user supplied window
  2155.                 specification, when executed from workbench.
  2156.                 Author:  Commodore, posted to BIX by Carolyn Scheppner
  2157.  
  2158. Palette         A tool which allows you to change another program's
  2159.                 custom screen colors.  Based on Charlie Heath's
  2160.                 palette program from disk number 1.
  2161.                 Author:  Carolyn Scheppner
  2162.  
  2163. PipeDevice      A working 'pipe:' device, which allows the standard output
  2164.                 of one process to be fed to the standard input of another
  2165.                 process, with both processes running concurrently.
  2166.                 Author:  Matt Dillon
  2167.  
  2168. ScreenSave      A program to save a normal or HAM mode screen as an
  2169.                 IFF file.  Also creates an icon for the saved file.
  2170.                 Author:  Carolyn Scheppner
  2171.  
  2172. ShanghaiDemo    Demo version of the Activision game "Shanghai".
  2173.                 Submitted directly by Activision for inclusion in
  2174.                 the library.
  2175.  
  2176. SoundExample    A double buffered sound example for Manx C using 16-bit
  2177.                 ints, small code, and small data.
  2178.                 Author:  Jim Goodnow
  2179.  
  2180. Vsprites        A working vsprite example.
  2181.                 Author:  Eric Cotton
  2182.  
  2183. Vt100           Version 2.6 of Dave's vt100 terminal emulator with
  2184.                 kermit and xmodem file transfer.  It just keeps getting
  2185.                 better and better...
  2186.                 Author:  Dave Wecker
  2187. CONTENTS OF DISK 56
  2188. -------------------
  2189.  
  2190. ClipBoard       Clipboard device interface routines to provide a standard
  2191.                 interface, such as Open, Close, Post, Read, Write, etc.
  2192.                 Author:  Andy Finkel
  2193.  
  2194. ConPackets      Demos the use of DOS packets, finding the Window pointer
  2195.                 and ConUnit pointer of the CLI window, toggling Raw mode,
  2196.                 getting cursor position and limits from the ConUnit, and
  2197.                 ESC-sequence cursor positioning.
  2198.                 Author:  Carolyn Scheppner
  2199.  
  2200. GetDisks        Sample program to find all available disk device names and
  2201.                 return them as a simple exec list.  The list is made of named
  2202.                 nodes, with the name being the device name.
  2203.                 Author:  Phillip Lindsay
  2204.  
  2205. GetVolume       Sample program to get the volume name of the volume that
  2206.                 a given file resides on.  Works on any device, even the
  2207.                 RAM: device.
  2208.                 Author:  Chuck McManis
  2209.  
  2210. Icon2C          Reads an icon file and writes out a fragment of C code
  2211.                 with the icon data structures, for inclusion in a
  2212.                 larger program.
  2213.                 Author:  Carolyn Scheppner
  2214.  
  2215. MergeMem        Program which attempts to merge the MemList entries
  2216.                 of sequentially configured ram boards.  When successful,
  2217.                 allows allocating a section of memory which spans
  2218.                 board boundries.
  2219.                 Author:  Carolyn Scheppner
  2220.  
  2221. mCAD            An object-oriented drawing program, version 1.1.
  2222.                 Uses a small set of graphics primitives (like "line",
  2223.                 "box", and "text") and a small set of editing functions
  2224.                 (like "move", "size", and "rotate").  While drawing and
  2225.                 editing, the user can call on other functions to
  2226.                 modify the display; to zoom in, slide around, superimpose
  2227.                 a grid, etc.  This shareware program was submitted by
  2228.                 the author.
  2229.                 Author:  Tim Mooney
  2230. CONTENTS OF DISK 57
  2231. -------------------
  2232.  
  2233. CutAndPaste     Public domain implementations of the Unix cut and paste
  2234.                 commands.  Includes source.
  2235.                 Author:  John Weald
  2236.  
  2237. GraphIt         A program to plot most simple functions in 2 or 3
  2238.                 dimensions, as well as 2d parametric equations in
  2239.                 term of t.  Includes source.
  2240.                 Author:  Flynn Fishman
  2241.  
  2242. Juggler         Stunning animation of a robot juggler with ray traced
  2243.                 reflective spheres.  Uses HAM mode display and sound
  2244.                 effects to boot!  This is version 1.2 and apparently
  2245.                 fixes some bugs in the original version released on
  2246.                 disk number 47.  Binary only.
  2247.                 Author:  Eric Graham
  2248.  
  2249. MouseReader     Shareware program, submitted by the author, to read
  2250.                 text files and view iff files using only the mouse.
  2251.                 Binary only.
  2252.                 Author:  William Betz
  2253.  
  2254. Ogre            A game of tactical ground combat in the year 2086.
  2255.                 Ogres are giat cybernetic tanks, each prodigiously
  2256.                 armed and possessing a limited self-awareness, allowing
  2257.                 them to do their own tactical planning.  Your goal is
  2258.                 to neutralize the ogre.  Includes source.
  2259.                 Author:  Michael Caplinger; Amiga port by Hobie Orris
  2260.  
  2261. Splines         Program to demonstrate various curve fitting and
  2262.                 rendering techniques.  Also includes something unique
  2263.                 for the Amiga world, pop-up menus.  Includes source.
  2264.                 Author:  Helene (Lee) Taran
  2265. CONTENTS OF DISK 58
  2266. -------------------
  2267.  
  2268. ASDG-rrd        Extremely useful shareware recoverable ram disk.
  2269.                 This AmigaDOS device driver implements a completely
  2270.                 DOS compatible disk device in memory that survives
  2271.                 resets, guru's, and crashes.  An absolute must for
  2272.                 those with lots of ram.  Binary only.
  2273.                 Author:  Perry Kivolowitz, ASDG Inc.
  2274.  
  2275. BigView         Displays any IFF picture, independent of the physical
  2276.                 display size, using hardware scroll.  Default display
  2277.                 size is 320 by 200 in lo-res; HIRES or LACE attributes
  2278.                 added if user width/height exceeds low resolution
  2279.                 boundaries.  Includes source.
  2280.                 Author:  John Hodgson
  2281.  
  2282. EGraph          Egraph reads pairs of x and y values from a list of files
  2283.                 and draws a formatted graph.  Supports four unique curve
  2284.                 fonts; solid curves, dashed curves, dotted curves, and long
  2285.                 dashed curves.  The maximum number of data points is
  2286.                 unlimited.  Has globs of options.  Binary only.
  2287.                 Author:  Laurence Turner
  2288.  
  2289. HyperBase       Nice little shareware database management system.
  2290.                 Version 1.5.  Binary only, source available from authors.
  2291.                 Author:  Michael MacKenzie, Marc Mengel, and Craig Norborg
  2292.  
  2293. MemClear        Walks through the free memory lists, zeroing free memory
  2294.                 along the way, and coalescing memchunks that have contiguous
  2295.                 address spaces.  Includes source.
  2296.                 Author:  John Hodgson
  2297.  
  2298. NewZAP          A third-generation multi-purpose file sector editing utility,
  2299.                 from the author of FileZAP.  Displays and edits full 512-byte
  2300.                 sectors via a 106 character wide internal font.  Includes
  2301.                 a search feature to find specific strings or hex digits,
  2302.                 forwards or backwards.  Version 3.0, includes source.
  2303.                 Author:  John Hodgson
  2304.  
  2305. RainBow         Marauder-style rainbow generator.  Installs a user copper
  2306.                 list such that the background color is changed every few
  2307.                 scan lines.  Includes source.
  2308.                 Author:  John Hodgson
  2309.  
  2310. SmusPlayers     Two SMUS players, to play SMUS IFF music formatted files.
  2311.                 Executables only.
  2312.                 Author:  John Hodgson
  2313.  
  2314. View            A tiny ILBM viewer, for use with either the CLI or WorkBench.
  2315.                 Includes source.
  2316.                 Author:  John Hodgson
  2317.  
  2318. WBdump          JX-80 optimized workbench printer that does not use DumpRPort.
  2319.                 Much more efficient than the Amiga JX-80 driver for full
  2320.                 screen dumps.  Includes source.
  2321.                 Author:  John Hodgson
  2322. CONTENTS OF DISK 59
  2323. -------------------
  2324.  
  2325. Browser         Another version of the browser program released on
  2326.                 disks number 18 and number 34.  Includes some bug
  2327.                 fixes and enhancements.  Includes source.
  2328.                 Author:  Mike Meyer, enhancements by Mark Schretlen
  2329.  
  2330. Browser2        This browser type program is apparently not based on
  2331.                 the original Mike Meyer version.  Binary only.
  2332.                 Author:  Dan Green
  2333.  
  2334. Clock           Another clock program, comes in several flavors
  2335.                 depending upon features desired, which include
  2336.                 using alternate fonts, using alternate colors, setting
  2337.                 the time, etc.  Binary only.
  2338.                 Author:  Mark Waggoner
  2339.  
  2340. Dme             Version 1.22 of Matt's text editor.  Dme is a simple WYSIWYG
  2341.                 editor designed for programmers.  It is not a WYSIWYG
  2342.                 word processor in the traditional sense.  Features include
  2343.                 arbitrary key mapping, fast scrolling, title-line statistics
  2344.                 multiple windows, and ability to iconify windows.
  2345.                 Author:  Matt Dillon
  2346.  
  2347. DropCloth       Dropcloth replaces the standard blank WorkBench backdrop
  2348.                 with a pattern, of setable intensity.  Binary only.
  2349.                 Author:  Eric Lavitsky and Perry Kivolowitz
  2350.  
  2351. DropShadow      A program that makes your WorkBench windows have
  2352.                 dropshadows.  Neat.  Binary only.
  2353.                 Author:  Jim Mackraz
  2354.  
  2355. FixWB           A program similar to "DropCloth" (also on this disk),
  2356.                 but not fully working yet.  At least this one is provided
  2357.                 in source, so you get your choice of a working one in
  2358.                 binary or a nonworking one in source.  Sigh.
  2359.                 Author:  Leo Schwab
  2360.  
  2361. mCAD            An object-oriented drawing program, version 1.2.2.
  2362.                 Uses a small set of graphics primitives (like "line",
  2363.                 "box", and "text") and a small set of editing functions
  2364.                 (like "move", "size", and "rotate").  While drawing and
  2365.                 editing, the user can call on other functions to
  2366.                 modify the display; to zoom in, slide around, superimpose
  2367.                 a grid, etc.  This shareware program was submitted by
  2368.                 the author.  Many improvements over the version
  2369.                 released on disk number 56.  Binary only.
  2370.                 Author:  Tim Mooney
  2371.  
  2372. Robotroff       Another of Leo's cute little display hacks.  This one
  2373.                 has a definite attraction to pointers (don't want to
  2374.                 spoil the surprise).
  2375.                 Author:  Leo Schwab
  2376.  
  2377. Supermort       A general compounding/amortization routine, using the
  2378.                 intuition environment, which can be used for mortgage/loan
  2379.                 computations.  Binary only.
  2380.                 Author:  Mark Schretlen
  2381. CONTENTS OF DISK 60
  2382. -------------------
  2383.  
  2384. Note that many of the programs on this disk are shareware/freeware.
  2385. This means that if you find them useful, you are morally obligated
  2386. to send a small donation to the author to help support his efforts and
  2387. fund further development.  I hope that by including them in this
  2388. library I have furthered the author's goals of widest possible
  2389. distribution and thus maximum return.  Also note (for those that
  2390. like to split hairs) that I am distributing this disk as a "freebee".
  2391. To receive a copy, just request it when ordering any other disks from
  2392. the library.
  2393.  
  2394. Blitz           Blitz is a small program that is designed to be loaded
  2395.                 into memory and that sits in the background until activated
  2396.                 by its hotkey.  It allows you to view a text file, much
  2397.                 like a TYPE command, only that it lets you move forwards
  2398.                 and backwards through the file.  Its screen updates are
  2399.                 blitz'n.  Binary only.
  2400.                 Author:  Hayes Haugen
  2401.  
  2402. BlitzFonts      Blitzfonts makes text output up to 6 times faster,
  2403.                 transparently to well behaved programs.  It is also
  2404.                 very small and written 100% in assembly for maximum
  2405.                 speed.  Binary only.
  2406.                 Author:  Hayes Haugen
  2407.  
  2408. HandShake       Handshake is a full featured VT52/VT100/VT102 terminal
  2409.                 emulator.  The author has taken great pains to support
  2410.                 the full VT102 spec.  This is version 1.20a, binary only.
  2411.                 Author:  Eric Haberfellner
  2412.  
  2413. Med             Yet another Amiga text editor.  This one lets you edit up
  2414.                 to 36 files simultaneously and makes extensive use of
  2415.                 the mouse.  This is version 2.1, binary only.
  2416.                 Author:  Francois Rouaix
  2417.  
  2418. PrtDrvGen       Program to automatically generate custom printer drivers.
  2419.                 Version 1.1, binary only, source available from author.
  2420.                 Author:  Joergen Thomsen
  2421.  
  2422. Show            A nice, very small slideshow type program, version 2.1,
  2423.                 binary only.
  2424.                 Author:  Andry Rachmat
  2425.  
  2426. Uedit           Version 2.0 of this nice shareware editor.  Has learn
  2427.                 mode, a command language, menu customization, and other
  2428.                 user configurability and customizability features.
  2429.                 Binary only.
  2430.                 Author:  Rick Stiles
  2431.  
  2432. Ueturbo         Example of extensive customization of Uedit to set up
  2433.                 a nice development environment.  Includes source.
  2434.                 Author:  Tom Althoff
  2435. CONTENTS OF DISK 61
  2436. -------------------
  2437.  
  2438. ATPatch         A program which reportedly will patch the Amiga Transformer
  2439.                 for operation under Workbench 1.2 (I don't have one so
  2440.                 couldn't test it).  Includes source.
  2441.                 Author:  Philip Staub
  2442.  
  2443. FillDisk        Disksalv has been known to find some rather interesting
  2444.                 things in the free blocks of some production disks
  2445.                 from companies that should know better.  This little
  2446.                 hack makes sure you don't get caught in the same trap,
  2447.                 by scribbling the disk's free blocks in a totally safe
  2448.                 manner.  Includes source (all 20 lines of it).
  2449.                 Author:  Fred Fish
  2450.  
  2451. LPatch          Patch for programs, such as 'Atom', with bad 1.0 Lstartup
  2452.                 code, which abort during startup under 1.2 with 00038007
  2453.                 alert (can't open dos library).  Includes source.
  2454.                 Author:  Carolyn Scheppner
  2455.  
  2456. MicroEmacs      Version 3.8b of Daniel Lawrence's variant of Dave
  2457.                 Conroy's microemacs.  This version is greatly enhanced
  2458.                 over the last version, distributed on disk number 22.
  2459.                 For example, there is now a full extension language and
  2460.                 support for a larger number of 68000 machines.  Includes
  2461.                 source.
  2462.                 Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  2463.  
  2464. PearlFont       A font similar to Topaz, but with smoothed out edges
  2465.                 and more rounded characters.
  2466.                 Author:  Michael Portuesi
  2467.  
  2468. Terrain         Program which demonstrates generation of good looking
  2469.                 pseudo-random scenery.  Includes source in Draco.
  2470.                 Author:  Chris Gray
  2471.  
  2472. VSprites        Vsprite example from Rob's book "Programmers' Guide To
  2473.                 The Amiga".  Produces 28 VSprites onscreen simultaneously,
  2474.                 using only three distinct sets of colors.  Includes source.
  2475.                 Author:  Rob Peck
  2476. CONTENTS OF DISK 62
  2477. -------------------
  2478.  
  2479. This disk contains a port of the popular UNIX game "Hack", done by
  2480. John Toebes and the crew at the Software Distillery.  This is version
  2481. 1.0.3D.  The disk is unchanged except for the following:
  2482.  
  2483.         (1)     I have added this file, README.list62.
  2484.  
  2485.         (2)     I have added the standard distribution info file,
  2486.                 README.dist.
  2487.  
  2488.         (3)     I have copied all the files to a freshly formatted
  2489.                 disk, to create the master distribution disk, using
  2490.                 a command of the form "copy df0: to df1: all".  This
  2491.                 insures that disk fragmentation is kept to a minimum,
  2492.                 but also has the unfortunate side-effect that all
  2493.                 the file dates are changed.
  2494.  
  2495. Note that this disk must be named "Hack_Game".  I have elected to keep
  2496. that name, rather than using the usual "AmigaLibDiskXX" convention for
  2497. disks in my library, to avoid requiring users to rename the disk before
  2498. using it.
  2499. CONTENTS OF DISK 63
  2500. -------------------
  2501.  
  2502. This disk contains a port of the popular UNIX game "Larn", done by
  2503. Edmund Burnette and the crew at the Software Distillery.  This is version
  2504. 12.0B.  The disk is unchanged except for the following:
  2505.  
  2506.         (1)     I have added this file, README.list63.
  2507.  
  2508.         (2)     I have added the standard distribution info file,
  2509.                 README.dist.
  2510.  
  2511.         (3)     I have copied all the files to a freshly formatted
  2512.                 disk, to create the master distribution disk, using
  2513.                 a command of the form "copy df0: to df1: all".  This
  2514.                 insures that disk fragmentation is kept to a minimum,
  2515.                 but also has the unfortunate side-effect that all
  2516.                 the file dates are changed.
  2517.  
  2518. Note that this disk must be named "Larn".  I have elected to keep
  2519. that name, rather than using the usual "AmigaLibDiskXX" convention for
  2520. disks in my library, to avoid requiring users to rename the disk before
  2521. using it.
  2522.  
  2523. Also note that, as distributed, this disk is only about 40% full.  Normally
  2524. I try to fill my library disks to about 90-95% full, but these "packaged"
  2525. disks are special.
  2526. CONTENTS OF DISK 64
  2527. -------------------
  2528.  
  2529. This is a copy of the Amiga Developer's IFF disk, received directly from
  2530. Commodore-Amiga sources, with permission to place in the library and
  2531. redistribute.  It is an update to disk number 16, and is unchanged except
  2532. for:
  2533.  
  2534.         1)      The volume name has been changed to AmigaLibDisk64.
  2535.         2)      This file (README.list64) has been added.
  2536.  
  2537. I didn't have room for my standard README.dist file.  There were only
  2538. 4 free blocks on the disk when I got it!
  2539. CONTENTS OF DISK 65
  2540. -------------------
  2541.  
  2542. Bawk            Text processor inspired by the Unix awk utility.  Bawk
  2543.                 searches files for specific patterns and performs
  2544.                 actions for every occurrence of these patterns.  The
  2545.                 patterns can be regular expressions.  The actions are
  2546.                 expressed using a subset of the C language.  Unfortunately
  2547.                 this version always gets a stack overflow no matter what
  2548.                 the stack is set to, I haven't had a chance to find the
  2549.                 bug.  Includes source, so you can hunt for it.  Looks
  2550.                 like it could be a very useful utility for the Amiga.
  2551.                 Author:  Bob Brodt
  2552.  
  2553. CloseWB         Simple program for use with MWB (also on this disk)
  2554.                 to close a current WorkBench screen, and let you
  2555.                 open WorkBench on a custom screen.
  2556.                 Author:  Matt Dillon
  2557.  
  2558. Cookie          Fortune cookie program.  Includes source.
  2559.                 Author:  Richard Stevens
  2560.  
  2561. JTime           Detailed instructions, including schematics in IFF
  2562.                 format, for building and installing a battery backed
  2563.                 up real-time clock.  The clock goes on the joystick
  2564.                 port (aka mouse port 2).
  2565.                 Author:  Michael Keryan
  2566.  
  2567. MenuBuilder     A program which automates the process of building
  2568.                 menus.  It takes a simple text file and generates
  2569.                 a C source file with all the needed structures for
  2570.                 linking with the rest of your program.  This is
  2571.                 version 1.0, and includes source.
  2572.                 Author:  A. Preston
  2573.  
  2574. MWB             A program which will create a new 'WorkBench' screen
  2575.                 and route by request OpenWindow calls meant for the
  2576.                 WorkBench to these new screens.  This allows you to run
  2577.                 programs which normally open windows on the WorkBench
  2578.                 screen to use a custom screen instead.  Version 1.01,
  2579.                 includes source.
  2580.                 Author:  Matt Dillon
  2581.  
  2582. NewPackets      Tutorial downloaded from BIX C-A support section, which
  2583.                 describes some new packets and structures in 1.2 AmigaDos.
  2584.                 Author:  Carolyn Scheppner
  2585.  
  2586. PascalToC       A Pascal to C translator program which is supposed to
  2587.                 correctly handle function, procedure, and most type
  2588.                 declarations.  However, this quick and dirty port didn't
  2589.                 fare too well on even a simple little Pascal fragment from
  2590.                 Software Tools in Pascal.  I don't know if the problem is
  2591.                 machine dependencies in the code or bugs.  Looks like it
  2592.                 could be useful with a little more work than I have time
  2593.                 to put into it now.  Includes source.
  2594.                 Author:  James Mullens, enhancements by Dan Kegel
  2595.  
  2596. Prep            Version 2.1 of a Fortran preprocessor called 'prep', an
  2597.                 alternative to ratfor.  Prep has better macro facilities,
  2598.                 a concise shorthand for array and vector statements, all the
  2599.                 standard flow control constructs of forth, and is written
  2600.                 in generic, portable C (I made no source changes).
  2601.                 Includes source.
  2602.                 Author:  Roger Ove
  2603.  
  2604. RunBack         A program that allows you to start another program which
  2605.                 is independent of the CLI window.  This is useful to start
  2606.                 programs from your Startup-Sequence, load WorkBench, and
  2607.                 then close the initial CLI (which could not be closed
  2608.                 otherwise).
  2609.                 Author:  Charlie Heath, Microsmiths
  2610.  
  2611. SunMouse        Makes your mouse behave like the Sun Microsystem
  2612.                 Sunwindows mouse.  You no longer have to 'click' in
  2613.                 a window to make it active.  Just move the mouse pointer
  2614.                 into the window and start typing.  Version 1.0, binary only.
  2615.                 Author:  Scott Evernden
  2616. CONTENTS OF DISK 66
  2617. -------------------
  2618.  
  2619. AmScsi          Preliminary documentation for a hardware project to
  2620.                 build a SCSI controller board.  The design does not
  2621.                 support DMA or AUTOCONFIG'ing.
  2622.                 Author:  Rich Frantz
  2623.  
  2624. Asm68k          Full featured macro assembler, version 1.0.1, binary
  2625.                 only.  Well documented.
  2626.                 Author:  W. Wesley Howe
  2627.  
  2628. Assigned        Same code showing how to find out whether or not a
  2629.                 name has been assigned (via the dos ASSIGN command)
  2630.                 before using it, thus avoiding the DOS Insert-Disk
  2631.                 requester.  Includes source.
  2632.                 Author:  Dan Green
  2633.  
  2634. Dk              A little display hack, inspired by Leo's gems.  Written
  2635.                 in Modula-2, includes source.
  2636.                 Author:  Thomas Handel
  2637.  
  2638. Flip            Seems like Leo's gems have inspired lots of people.  This
  2639.                 one is quite cute also.  Written in assembler, includes
  2640.                 source.
  2641.                 Author:  Mike Berro
  2642.  
  2643. Foogol          Just what you've been waiting for, a foogol cross
  2644.                 compiler for your Amiga that generates VAX assembly
  2645.                 code.  Now you can port all those Amiga foogol programs
  2646.                 to your VAX!  Seriously, foogol-IV is a tiny Algol like
  2647.                 language and this is a compiler for it.  Includes source.
  2648.                 Author:  Per Lindberg
  2649.  
  2650. Free            Free returns the available free bytes on any storage
  2651.                 device that AmigaDos sees as a drive.  A list of up to
  2652.                 six drives is kept by the program and may be cleared or
  2653.                 added to at any time by the user.  Includes source.
  2654.                 Author:  Tom Smythe
  2655.  
  2656. MallocTest      A malloc/free test program that allocates and frees
  2657.                 randomly sized pieces of memory with random lifetimes,
  2658.                 and fills them with patterns that can be checked for
  2659.                 corruption.  Useful for beating on your vendor supplied
  2660.                 memory management routines, or possibly as a poorman's
  2661.                 memory test program.  Includes source.
  2662.                 Author:  Neil Webber
  2663.  
  2664. Melt            Another display hack from the master himself...
  2665.                 Includes source.
  2666.                 Author:  Leo Schwab
  2667.  
  2668. Nart            Another display hack from the master himself...
  2669.                 Includes source.
  2670.                 Author:  Leo Schwab
  2671.  
  2672. Purty           Provides an easy way to change some common printer
  2673.                 settings via a small window with several gadgets.
  2674.                 Binary only.
  2675.                 Author:  Charles Tyson
  2676.  
  2677. RayTracer       A simple ray tracing program.  It is capable of depicting
  2678.                 up to 150 balls and a plane that is covered with a tiling
  2679.                 of any bitmapped picture.  Binary only and sparse
  2680.                 documentation.
  2681.                 Author:  Friedrich Knauss, Steve Williams, Jim Horn and
  2682.                          Mark Reichert
  2683.  
  2684. SendPackets     Updated versions of the ASendPacket and SendPacket
  2685.                 examples from disk number 35.  ASendPacket is an example
  2686.                 program for sending multiple packets asynchronously
  2687.                 to a dos handler, for those interested in implementing
  2688.                 programs with asynchronous AmigaDos file I/O.
  2689.                 SendPacket is a general purpose subroutine to send
  2690.                 AmigaDos packets.  Includes source.
  2691.                 Author: Phillip Lindsay
  2692.  
  2693. SnapShot        A small utility for dumping screens.  This one works
  2694.                 like POPCLI and stays dormant until you press Ctrl-Esc.
  2695.                 Binary only.
  2696.                 Author:  Francois Rouaix
  2697.  
  2698. TagBBS          Version 1.02 of a shareware BBS system.  Suggested
  2699.                 shareware donation is $25.  Binary only.
  2700.                 Author:  Patrick Hughes
  2701. CONTENTS OF DISK 67
  2702. -------------------
  2703.  
  2704. AmCat           Shareware disk cataloging program.  Suggested donation
  2705.                 of $20.  Binary only.
  2706.                 Author:  Brian Conrad
  2707.  
  2708. AmigaSpell      Very nice intuition oriented shareware spelling checker,
  2709.                 version 2.0, binary only.
  2710.                 Author:  Mike Berro
  2711.  
  2712. Bouncer         A 3-D simulation of a bouncing ball written in
  2713.                 Creative Solutions' Multi-Forth, with source included.
  2714.                 Author:  Jon Bryan
  2715.  
  2716. Comm            Another nice terminal program.  Version 1.33, binary only.
  2717.                 Author:  DJ James
  2718.  
  2719. Dux5            Latest version of directory utility which is a descendant
  2720.                 of the original dirutil program by Chris Nicotra.  Includes
  2721.                 source.
  2722.                 Author:  Enhancements and fixes by lots of people
  2723.  
  2724. HexCalc         Nice little hex/oct/dec/bin calculator and converter.
  2725.                 Binary only.
  2726.                 Author:  Scott Ross
  2727.  
  2728. Icons           A collection of some icons for general purpose programs
  2729.                 and some particular programs.  The "documentation"
  2730.                 icon is particularly cute.
  2731.                 Author:  Jeff White
  2732.  
  2733. Mandala         A mandala graphic program with sound, sort of Eastern
  2734.                 music.  Binary only.
  2735.                 Author:  Unknown
  2736.  
  2737. PersMait        Demo version of shareware personal/personnel file manager.
  2738.                 Includes list processing, capability to run mailing labels,
  2739.                 mail merge output feature, and more.  Demo version is
  2740.                 binary only and limited to input mode.  Suggested donation
  2741.                 of $24 for the "real" version.
  2742.                 Author:  Breen and Associates
  2743.  
  2744. RSLClock        Yet another nice little clock utility that can sit
  2745.                 around in your title bar.  Lots of options.  Version 1.3,
  2746.                 binary only.
  2747.                 Author:  Roy Laufer
  2748.  
  2749. RTCubes         A little graphics demo that shows 16 3D cubes in a 3D
  2750.                 space, all being translated, rotated, and drawn on the
  2751.                 screen in real time.  Binary only, takes over the machine,
  2752.                 reboot to recover.
  2753.                 Author:  Ralph Russell
  2754.  
  2755. Wheel           Nice little "Wheel of Fortune" type game, written in
  2756.                 AmigaBasic.
  2757.                 Author:  Hari Wiguna
  2758. CONTENTS OF DISK 68
  2759. -------------------
  2760.  
  2761. This is disk 68 of the freely distributable AMIGA software library.
  2762. To quote the "Read Me" file:
  2763.  
  2764.         This diskette contains the latest Amiga version of MicroGNUEmacs
  2765.         (MG 1b), a small but powerful text editor that also runs on many
  2766.         other computer systems besides the Amiga.
  2767.  
  2768.         One of MG's major goals is to be compatible with its "cousin"
  2769.         GNU Emacs, so certain features you may have seen in other
  2770.         versions of MicroEmacs may work differently here, or not exist.
  2771.         Hopefully, you'll find the added features MG provides to be
  2772.         worth the trouble it takes to make the switch.
  2773.  
  2774.         As well as the commands available on *all* systems MG supports,
  2775.         Amiga MG has many Amiga-specific features: the Amiga mouse (with
  2776.         24 different functions!), Intuition pull-down menus, the Browser
  2777.         (a very nice way to select files), Amiga function keys, a
  2778.         full-screen editing window, and support for using a different
  2779.         text font in the editing window.
  2780.  
  2781.  
  2782. MicroGNUEmacs is based on the original work of Dave Conroy, author of the
  2783. public domain v30 version.  It has been greatly enhanced through the
  2784. efforts of the following people:
  2785.  
  2786.         mwm@ucbopal.berkeley.edu        Mike Meyer
  2787.         mic@ngp.utexas.edu              Mic Kaczmarczik
  2788.         blarson@usc-eclb.arpa           Bob Larson
  2789.         rtech!daveb@sun.com             Dave Brower     (previous version)
  2790.  
  2791. The current version is known to run on the following systems:
  2792.  
  2793.         4.2 & 4.3 BSD Unix, Sun 3.2
  2794.         Ultrix-32 (BSD Unix)
  2795.         OS9/68k
  2796.         VMS
  2797.         Amiga
  2798.         System V
  2799.         Eunice
  2800.         Primos
  2801.         Cpm/68k
  2802.         Atari ST
  2803.  
  2804. A very nice job guys!  Congratulations.
  2805.  
  2806. This disk is essentially unchanged except that I have added the usual
  2807. README.dist and README.list files, along with changing the volume name
  2808. to AmigaLibDisk68.  The original volume name was "MG1b".
  2809. CONTENTS OF DISK 69
  2810. -------------------
  2811.  
  2812. Asm68k          Full featured macro assembler, version 1.0.3, binary
  2813.                 only.  Well documented.
  2814.                 Author:  W. Wesley Howe
  2815.  
  2816. BlitLab         Blitlab is a program which lets you experiment with
  2817.                 the blitter, to your hearts content, in relative safety.
  2818.                 It opens a workbench window with gadgets for all the
  2819.                 registers of the blitter, and allows you to manipulate
  2820.                 individual registers and perform blits on a magnified
  2821.                 bitmap.  Includes source.
  2822.                 Author:  Tomas Rokicki
  2823.  
  2824. Conman          A replacement console handler that provides line editing
  2825.                 and command line history.  Is completely transparent to
  2826.                 any application program that uses CON: windows.  Programs
  2827.                 that use RAW: input are not affected.  VERY useful.
  2828.                 Shareware version 0.9, binary only (source to be available
  2829.                 from author).
  2830.                 Author:  William Hawes
  2831.  
  2832. Console         Console is a try at a new set of routines to get around some
  2833.                 of the problems with the standard system routines, and
  2834.                 includes some simple graphics routines.  Includes source.
  2835.                 Author:  Jim Cooper
  2836.  
  2837. Dk              A little display hack, inspired by Leo's gems.  Written
  2838.                 in Modula-2, includes source.  Slightly newer than version
  2839.                 on disk number 66.
  2840.                 Author:  Thomas Handel
  2841.  
  2842. Frags           Reports the number of free blocks of size 2^(n-1) to
  2843.                 (2^n)-1 for n up to 24 (blocks of max size 16Mb-1).
  2844.                 Translation:  Gives you some idea of how fragmented
  2845.                 your free memory is.  Includes source.
  2846.                 Author:  Mike Meyer
  2847.  
  2848. IconType        Change the type of an icon after editing with IconEd.
  2849.                 Types are Disk, Drawer, Tool, Project, Garbage, and Device.
  2850.                 Includes source.
  2851.                 Author:  Larry Phillips
  2852.  
  2853. Make            Public domain make from mod.sources, Volume 7, number 91.
  2854.                 It has been cleaned up, Manx'ified, and some new features
  2855.                 added, by Steve Walton.  Includes source.
  2856.                 Author:  "caret@fairlight.OZ"
  2857.  
  2858. MonProc         A simple program to allow you to monitor any process for
  2859.                 packet activity.  Includes source.
  2860.                 Author:  Phillip Lindsay
  2861.  
  2862. MouseClock      Turns your mouse pointer into a digital clock with
  2863.                 updates once per minute.  Includes source.
  2864.                 Author:  John Hoffman
  2865.  
  2866. Sb              Structure browser, that displays system structures
  2867.                 via pointers found in other structures.  You start
  2868.                 from IntuitionBase and go from there.  Version 1.0,
  2869.                 includes source.
  2870.                 Author:  Nick Sullivan and Chris Zamara
  2871.  
  2872. Spew            Program which generates amusing 'National Enquirer'
  2873.                 type headlines.  Works from a 'rules file' which
  2874.                 describes how the headlines are to be constructed.
  2875.                 Includes source.
  2876.                 Author:  Gregory Smith (original by "mark@pixar")
  2877.  
  2878. Spool           The SPOOL system consists of 3 programs: A queue manager,
  2879.                 a printer driver, and a SPOOL request program.  The SPOOL
  2880.                 system demonstrates the power of the Amiga's mutitasking
  2881.                 abilities in a very practical way.  It makes extensive use
  2882.                 of Amiga Exec's message passing facilities and list-handling
  2883.                 primitives.  Version 1.2, includes source.
  2884.                 Author:  Tim Holloway
  2885.  
  2886. Wc              A "word count" program, ala Unix's wc, that is faster
  2887.                 because it doesn't count what you don't ask for, plus
  2888.                 some other improvements.  Includes source.
  2889.                 Author:  Steve Summit
  2890. CONTENTS OF DISK 70
  2891. -------------------
  2892.  
  2893. Note that many of the programs on this disk are shareware/freeware.
  2894. This means that if you find them useful, you are morally obligated
  2895. to send a small donation to the author to help support his efforts and
  2896. fund further development.  I hope that by including them in this
  2897. library I have furthered the author's goals of widest possible
  2898. distribution and thus maximum return.  Also note (for those that
  2899. like to split hairs) that I am distributing this disk as a "freebee".
  2900. To receive a copy, just request it when ordering any other disks from
  2901. the library.
  2902.  
  2903. AmigaMonitor    Dynamically display the state of the machine, including
  2904.                 open files, active tasks, resources, device states,
  2905.                 interrupts, libraries, ports, etc.  Display window into
  2906.                 memory.  Version 1.13, binary only (source available
  2907.                 from author).  Author suggests $15 donation.
  2908.                 Author:  Jim Voris
  2909.  
  2910. Arc             The ubiquitous compressing archiver program that
  2911.                 has become the de facto standard for distributing
  2912.                 binaries and multi-file postings on most BBS's.
  2913.                 This is Amiga version 0.23, a port of arc version v5.0,
  2914.                 binary only.  Author suggests $35-$50 donation.
  2915.                 Author:  System Enhancement Associates
  2916.                          Amiga version by Raymond Brand
  2917.  
  2918. BlackBook       Keeps track of those important phone numbers and addresses.
  2919.                 Shareware, author suggests $30 donation.
  2920.                 Author:  Craig Nelson
  2921.  
  2922. DoTil           Lists, in alphabetical order, all files on any two directories,
  2923.                 showing file size, creation date/time, and amount of free
  2924.                 disk space.  Also copies, renames, or deletes files and/or
  2925.                 directories, and moves files from one directory to another.
  2926.                 Version 2.0, shareware, author suggests $15 donation.
  2927.                 Author:  Dan Franki
  2928.  
  2929. GravityWars     The object of this game is for one player to hit the
  2930.                 other player's ship with a missle, before being hit
  2931.                 yourself.  The ships and planets don't move, but
  2932.                 aiming the missle in the presence of gravity fields
  2933.                 and black holes makes hitting your target difficult.
  2934.                 Version 1.03, shareware, author suggests $5 donation.
  2935.                 Author:  Ed Bartz
  2936.  
  2937. Jobs            A alternate user interface to WorkBench or CLI.  Version
  2938.                 2.1, binary only.
  2939.                 Author:  John Sawaya
  2940.  
  2941. Lens            This program magnifies a small area surrounding the pointer
  2942.                 and displays it in a separate window.  Version 1.0, binary
  2943.                 only.
  2944.                 Author:  Ned Konz
  2945.  
  2946. Life-3d         A 3d version of the classic cellular-automaton game.
  2947.                 Shareware, author suggests $20 donation.  Version 1.2,
  2948.                 binary only.
  2949.                 Author:  Bob Benedict
  2950.  
  2951. Logo            A logo interpreter, with user interface like the Apple II
  2952.                 logo.  Shareware, author suggests $5 donation.
  2953.                 Author:  Gerald Owens
  2954.  
  2955. SetKey          Keymap editor, version 1.0 demo.   Version without save
  2956.                 function disabled is $25.  Binary only.
  2957.                 Author:  Charles Carter (CodeWorks)
  2958.  
  2959. Vpg             Video Pattern Generator.  Creates displays useful for
  2960.                 adjusting monitors and setting up live shots with
  2961.                 center crosshair, frame, dots, H lines, V lines and
  2962.                 an adjustable rectangle.  Version 1.0.
  2963.                 Author:  Mike Berro
  2964. CONTENTS OF DISK 71
  2965. -------------------
  2966.  
  2967. AirFoil         Airfoil generator utilizing the Joukowski transformation.
  2968.                 Generates airfoil models as well as their corresponding
  2969.                 streamline and pressure distributions.  Includes source.
  2970.                 Author:  Russell Leighton
  2971.  
  2972. AmiBas          Some miscellaneous AmigaBASIC programs, including
  2973.                 a 3D plot program, a caleidoscope, a C-A logo drawing
  2974.                 program, a file comparison utility, a string search
  2975.                 program, etc.  Includes source.
  2976.                 Author:  Peter Kittel
  2977.  
  2978. Blocks          A variation of "lines", but with variable color blocks.
  2979.                 Binary only.
  2980.                 Author:  Gary Walker
  2981.  
  2982. Comm            Another nice terminal program.  Version 1.34, binary only.
  2983.                 Author:  DJ James
  2984.  
  2985. DiskX           A handy utility for poking around in the guts of an
  2986.                 AmigaDOS file system.  Binary only, but source available
  2987.                 from author.
  2988.                 Author:  Steve Tibbett
  2989.  
  2990. Fpic            Fpic is an image processing program, designed specifically
  2991.                 to be used in conjunction with digitized (Digi-View) lo-res
  2992.                 black & white IFF picture files.  Provides several filters,
  2993.                 including average, binary (threshold), clipblit, cross,
  2994.                 Sobel, Roberts, pixelize, sharpen, and a user defined
  2995.                 matrix.  Also supports merging of two images, histogram,
  2996.                 image compare, and remapping.  Binary only.
  2997.                 Author:  Bob Bush
  2998.  
  2999. IconMk          Iconmaker builds icons for files that were created without
  3000.                 them.  Version 1.2a, binary only.
  3001.                 Author:  Eric Levy
  3002.  
  3003. Icons           Various new Icons from several sources.
  3004.                 Author:  Several
  3005.  
  3006. NewFonts        Two new fonts; shalt18, an electronic ciruit element
  3007.                 font, and ibm5, a PC like font, different from that
  3008.                 for Sidecar.
  3009.                 Author:  Peter Kittel
  3010.  
  3011. PetCLI          An AmigaBASIC program that allows editing in CLI command
  3012.                 lines (similar to the PET and MYCLI).  Includes source.
  3013.                 Author:  Peter Kittel
  3014.  
  3015. PWDemo          Demo version 1.2 of the commercial product PowerWindows.
  3016.                 PowerWindows aids in creation of custom windows, menus,
  3017.                 and gadgets.  It will write C or assembly source implementing
  3018.                 these, for linking with your programs.  Binary only.
  3019.                 Author:  Inovatronics Inc.
  3020.  
  3021. Rot             Program which generates and displays 3D objects.  Consists
  3022.                 of two pieces, an object editor and an action editor.
  3023.                 The object editor creates 3D objects and the action
  3024.                 editor defines up to 24 3D views of an object (which
  3025.                 can be quickly cycled to get an animation effect).
  3026.                 Version 0.5, binary only.
  3027.                 Author:  C. French
  3028.  
  3029. TimeSet         Handy little utility to set the system time from the
  3030.                 workbench environment, without resorting to preferences.
  3031.                 Binary only.
  3032.                 Author:  Unknown  (DEH?)
  3033. CONTENTS OF DISK 72
  3034. -------------------
  3035.  
  3036. It's been quite a while since the last disk with any pictures, so
  3037. this one is just chock full of them.  There are HAM pictures, high
  3038. resolution B&W digitized pictures, and some interesting freehand
  3039. drawings.  Has a little of everything...
  3040. CONTENTS OF DISK 73
  3041. -------------------
  3042.  
  3043. Add             Lets you create keyboard shortcuts for selection of menu
  3044.                 items in programs where the author did not make provisions
  3045.                 for such shortcuts, or chose ones that disagree with you.
  3046.                 Also includes "until" which waits for a specific named
  3047.                 window to be created.  Shareware, includes source.
  3048.                 Author:  John Russell
  3049.  
  3050. AutoIconOpen    Example code to fool WorkBench into thinking it is receiving
  3051.                 mouse inputs that select and open icons.  Includes source.
  3052.                 Author:  Tony Wills
  3053.  
  3054. Dio             A module which makes it very easy to use EXEC devices,
  3055.                 such as the 'serial.device'.  It's generic and can be
  3056.                 used with any EXEC device.  It allows you to easily open
  3057.                 libraries, get multiple IO channels for a device,
  3058.                 read, write, do asyncronous operations, etc.  Includes
  3059.                 source.
  3060.                 Author:  Matt Dillon
  3061.  
  3062. Dissolve        A program like ViewILBM, but the image slowly coalesces
  3063.                 as pixels are added in random patterns.  Inspired by an
  3064.                 article in Nov 86 issue of Doctor Dobb's Journal by
  3065.                 Mike Morton.  Includes source.
  3066.                 Author:  Lee Robertson
  3067.  
  3068. DTerm           Small, flexible, terminal program with intelligent data
  3069.                 mapping, intelligent keyboard mapping, dynamic menus,
  3070.                 intelligent command language, asyncronous IO, duplex
  3071.                 control, and a state machine structure allowing you
  3072.                 to build any automatic control structure you wish
  3073.                 (from auto-redial, sequence dialing, to auto-logon).
  3074.                 Version 1.10, binary only.
  3075.                 Author:  Matt Dillon
  3076.  
  3077. Expose          Program which will automatically cause all screen
  3078.                 drag bars and screen depth-arrangers to become exposed.
  3079.                 Sends a message to windows which obscure the screen drag
  3080.                 bars, asking them to move down a pixel, and also
  3081.                 to become smaller if necessary.  Includes source.
  3082.                 Author:  John Russell
  3083.  
  3084. Lit             Lit filters a file to stdout, showing all characters
  3085.                 in an unambiguous format.  Printable characters are
  3086.                 printed as is, non-printable characters are printed
  3087.                 in any of three representation formats.  Version 2.0,
  3088.                 includes source.
  3089.                 Author:  Donald Irving
  3090.  
  3091. Lmv             This shareware program, submitted by the author, is
  3092.                 called "Long Movie".  It loads up to 100 IFF graphics
  3093.                 files and displays them in forward or reverse order,
  3094.                 at up to 19 frames per second, to create computer
  3095.                 animations for VCR recording.  Binary only, source
  3096.                 available from author.
  3097.                 Author:  Jim Webster
  3098.  
  3099. MouseOff        Mouseoff will cause the mouse pointer to disappear and
  3100.                 then reappear if mouse movement is detected.  It will
  3101.                 disappear again after 10 seconds of no mousing around.
  3102.                 Includes source.
  3103.                 Author:  Denny Jenkins
  3104.  
  3105. ParOut          An example that uses the parallel port resources
  3106.                 (ciaa.resource and misc.resource) to access the parallel
  3107.                 port directly.  Compiled, but untested, since I have
  3108.                 nothing hooked to mine.  Includes source.
  3109.                 Author:  Phillip Lindsay
  3110.  
  3111. PenPalFont      A font which will make your six year old feel right
  3112.                 at home in a CLI window.  Cute.
  3113.                 Author:  Burton Ogden
  3114.  
  3115. RunBackGround   Ancient history, but when I went looking for it on
  3116.                 my disks, it was apparently something I missed.  This
  3117.                 program performs a function similar to that performed
  3118.                 by RunBack on disk number 66, but this one is in
  3119.                 C rather than assembler.  Includes source.
  3120.                 Author:  Rob Peck
  3121.  
  3122. SnapShot        A small utility for dumping screens.  This one works
  3123.                 like POPCLI and stays dormant until you press Ctrl-Esc.
  3124.                 Previous release on disk number 66 did not with with
  3125.                 expansion ram, this one does.  Binary only.
  3126.                 Author:  Francois Rouaix
  3127.  
  3128. TypeAndTell     Example program that demonstrates installation of
  3129.                 an input device handler before the Intuition one.
  3130.                 This example traps all keys typed by the user and
  3131.                 pronounces them in real time.  To quit press CNTL
  3132.                 LEFT-SHIFT LEFT-ALT RIGHT-AMIGA simultaneously.
  3133.                 Includes source.
  3134.                 Author:  Giorgio Galeotti
  3135.  
  3136. Xplor           A program that scans all the system lists that start in
  3137.                 ExecBase and prints out their names and addresses at
  3138.                 which they start.  Includes assembly source.
  3139.                 Author:  Larry Phillips
  3140. CONTENTS OF DISK 74
  3141. -------------------
  3142.  
  3143. Cled            A simple command line editor which allows you to edit
  3144.                 your commands before and after they are processed.
  3145.                 Uses the arrow keys and simple control sequence keystrokes
  3146.                 for cursor positioning and editing tasks.  Version 1.3,
  3147.                 binary only.
  3148.                 Author:  Pat Empleo
  3149.  
  3150. Control         Program which provides finer control over the printer
  3151.                 device.  When it sees a DUMPRPORT, it fires up a requestor
  3152.                 and lets you play with the values being passed in the
  3153.                 IORequest block.  Includes source.
  3154.                 Author:  Andy Finkel
  3155.  
  3156. Dme             Version 1.25 of Matt's text editor.  Dme is a simple WYSIWYG
  3157.                 editor designed for programmers.  It is not a WYSIWYG
  3158.                 word processor in the traditional sense.  Features include
  3159.                 arbitrary key mapping, fast scrolling, title-line statistics
  3160.                 multiple windows, and ability to iconify windows.  Update
  3161.                 to version on disk number 59.  Binary only.
  3162.                 Author:  Matt Dillon
  3163.  
  3164. DropShadow      A program that makes your WorkBench windows have
  3165.                 dropshadows.  Update to version on disk number 59, this
  3166.                 one has slider gadgets to adjust the 3-dimensional
  3167.                 distance between window planes and the shadow darkness.
  3168.                 Neat, version 2.0, binary only.
  3169.                 Author:  Jim Mackraz
  3170.  
  3171. Funds           AmigaBASIC program to track the prices of mutual funds or
  3172.                 stocks.  Includes source.
  3173.                 Author:  Bill Strack
  3174.  
  3175. Less            Like Unix "more", only better, with forward and
  3176.                 backward scrolling, searching and positioning by
  3177.                 percent of file and line number, etc.  Very useful!
  3178.                 This is Amiga version 1.1, an update to the version
  3179.                 on disk number 34.  Includes source.
  3180.                 Author: Mark Nudelman, Amiga port by Bob Leivian
  3181.  
  3182. Makemake        Reads C source files and constructs a vanilla makefile
  3183.                 in the current directory.  Includes source.
  3184.                 Author:  Tim McGrath
  3185.  
  3186. mCAD            An object-oriented drawing program, version 1.2.4.
  3187.                 Uses a small set of graphics primitives (like "line",
  3188.                 "box", and "text") and a small set of editing functions
  3189.                 (like "move", "size", and "rotate").  While drawing and
  3190.                 editing, the user can call on other functions to modify
  3191.                 the display; to zoom in, slide around, superimpose a grid,
  3192.                 etc.  Update to version on disk number 59.
  3193.                 Shareware, binary only.
  3194.                 Author:  Tim Mooney
  3195.  
  3196. Random          Simple random number generator in C.  Includes source.
  3197.                 Author:  Gene Toole (?)
  3198.  
  3199. TDebug          Monitor a device by intercepting the EXEC SendIO and DoIO
  3200.                 vectors.  This will give you most of the IO request
  3201.                 information for any device.  Version 1.00, includes source.
  3202.                 Author:  Matt Dillon
  3203.  
  3204. Units           Units conversion program, including a chart option which
  3205.                 allows you to create charts of conversions.  Nifty.
  3206.                 Includes source.
  3207.                 Author:  Gregory Simpson
  3208.  
  3209. XCopy           A replacement for the AmigaDOS copy command.  Preserves
  3210.                 the file date, provides an "update only" option, and
  3211.                 uses Unix type wildcards.  Binary only.
  3212.                 Author:  Lee Robertson
  3213. CONTENTS OF DISK 75
  3214. -------------------
  3215.  
  3216. Bezier          Simple programs to allow you to fool around with Bezier
  3217.                 curves, using the mouse to move the points that define
  3218.                 the curve and a prop gadget to change the granularity of
  3219.                 the curve generation loop.  Includes source.
  3220.                 Author:  Matt Dillon
  3221.  
  3222. BSplines        Simple program to fool around with B-SPLINES, ala the
  3223.                 Bezier programs described above.  Includes source.
  3224.                 Author:  Matt Dillon
  3225.  
  3226. Comm            Source release for comm version 1.34.  Last release
  3227.                 on disk number 71 was binary only.
  3228.  
  3229. Copy            A replacement for the AmigaDOS copy program that
  3230.                 is upwardly compatible, plus includes some new
  3231.                 features like date preservation.  Version 1.0,
  3232.                 includes source.
  3233.                 Author:  Jeff Lydiatt
  3234.  
  3235. Diff            A simple version of diff.  Includes source.
  3236.                 Author:  Erik Baalbergen
  3237.  
  3238. DuM2            A version of the ever popular directory utility (dirutil)
  3239.                 but this one is written in Modula 2 and includes source.
  3240.                 Dirutil is a program to wander around a directory tree
  3241.                 and perform various operations on files.  Version 1.5.
  3242.                 Author:  Greg Browne
  3243.  
  3244. Eless           A faster directory lister, that also sorts entries
  3245.                 and displays directories in the current cursor color
  3246.                 (ala the Manx "ls" program).  Includes source.
  3247.                 Author:  Leo Schwab
  3248.  
  3249. Fd              A modified version of Leo's "eless" that processes
  3250.                 an entire track at a time, to minimize rereading of
  3251.                 blocks.  Includes source.
  3252.                 Author:  Leo Schwab, enhancements by Stephen Vermeulen
  3253.  
  3254. HardCopy        A neat little program that creates a hardcopy transcript
  3255.                 of any CLI session (like the unix "script" program).
  3256.                 Includes source.
  3257.                 Author:  Davide Cervone
  3258.  
  3259. MouseOff        Enhanced and smaller version of MouseOff released on
  3260.                 disk number 73.  MouseOff will cause the mouse pointer
  3261.                 to disappear and then reappear if mouse movement is
  3262.                 detected.  Includes source.
  3263.                 Author:  Denny Jenkins, reworked by Tom Smythe
  3264.  
  3265. SetFont         Program to change the font used by a workbench screen.
  3266.                 Version 2.0, source included.
  3267.                 Author:  Dave Haynie
  3268.  
  3269. SpeedDir        Another faster directory lister type program.  This
  3270.                 one uses the standard dir utility format for displaying
  3271.                 directories.  Written in assembler, includes source.
  3272.                 Author:  Bryce Nesbitt
  3273. CONTENTS OF DISK 76
  3274. -------------------
  3275.  
  3276. This is disk 1 of 2 of Chris Gray's Draco distribution for the Amiga.
  3277. The disk is unchanged except for the following:
  3278.  
  3279.         (1)     I have added this file, README.list76.
  3280.  
  3281.         (2)     I have added the standard distribution info file,
  3282.                 README.dist.
  3283.  
  3284. Note that this disk was named "Draco SYS".  I have elected to keep
  3285. that name, rather than using the usual "AmigaLibDiskXX" convention for
  3286. disks in my library, to avoid requiring users to rename the disk before
  3287. using it.
  3288.  
  3289. Also note that, as distributed, this disk is only about 65% full.  Normally
  3290. I try to fill my library disks to about 90-95% full, but these "packaged"
  3291. disks are special.
  3292. CONTENTS OF DISK 77
  3293. -------------------
  3294.  
  3295. This is disk 2 of 2 of Chris Gray's Draco distribution for the Amiga.
  3296. The disk is unchanged except for the following:
  3297.  
  3298.         (1)     I have added this file, README.list77.
  3299.  
  3300.         (2)     I have added the standard distribution info file,
  3301.                 README.dist.
  3302.  
  3303. Note that this disk was named "Draco Other".  I have elected to keep
  3304. that name, rather than using the usual "AmigaLibDiskXX" convention for
  3305. disks in my library, to avoid requiring users to rename the disk before
  3306. using it.
  3307.  
  3308. Also note that, as distributed, this disk is only about 80% full.  Normally
  3309. I try to fill my library disks to about 90-95% full, but these "packaged"
  3310. disks are special.
  3311. CONTENTS OF DISK 78
  3312. -------------------
  3313.  
  3314. Cycles          A simple but enjoyable game apparently inspired by the
  3315.                 cycle game in the movie "Tron".  Version 1.0, binary only.
  3316.                 Author:  John G. Gilmore
  3317.  
  3318. EOMS            Experts Only Mercenary Simulator.  A neat (and tough!)
  3319.                 PD game that was originally developed for eventual
  3320.                 commercial release but for various reasons the author
  3321.                 decided to release as PD instead.  So far my son has
  3322.                 beat every other Amiga game I've got, both PD and
  3323.                 commercial, but he gave up on this one.  For serious
  3324.                 game players.  Binary only.
  3325.                 Author:  Daniel Cardenas
  3326.  
  3327. MandelVroom     A new Mandelbrot picture generator with some neat
  3328.                 features, including use of contour map making techniques
  3329.                 that allow you direct control over coloration and
  3330.                 recoloration in seconds, selectable fixed point or floating
  3331.                 point computations, contour palette, picture presets, etc.
  3332.                 Version 1.50, includes source.
  3333.                 Author:  Kevin Clague
  3334. CONTENTS OF DISK 79
  3335. -------------------
  3336.  
  3337. AsmTools        Some CLI type tools, written in assembler (echo,
  3338.                 loadit, mounted, setlace, why).  Includes source.
  3339.                 Author:  Bryce Nesbitt
  3340.  
  3341. AssignDev       Assigns multiple names to a given device.  For example,
  3342.                 allows the names "df0:" and "df3:" to refer to the
  3343.                 same physical device.  Includes source.
  3344.                 Author:  Phillip Lindsay
  3345.  
  3346. AuxHandler      Example of a dos handler that allows use of a CLI via
  3347.                 the serial port.  Includes source.
  3348.                 Author:  Steve Drew
  3349.  
  3350. Cmd             Cmd redirects the serial.device or parallel.device output
  3351.                 to a file.  Useful for capturing print jobs for debugging
  3352.                 or "offline" printing.  Includes source.
  3353.                 Author:  Carolyn Scheppner
  3354.  
  3355. Info            Replacement for the AmigaDOS info command.  Includes source.
  3356.                 Author:  Chuck McManis
  3357.  
  3358. Kill            Removes a task and as much of its resources as possible.
  3359.                 Can close windows, unload process code, etc.  Includes
  3360.                 source.
  3361.                 Author:  George Musser
  3362.  
  3363. M2Error         M2error can be used to display compile errors produced by
  3364.                 the TDI Modula-2 compiler, like the m2error supplied
  3365.                 by TDI.  Includes source.
  3366.                 Author:  Richie Bielak
  3367.  
  3368. MonProc         An enhanced version of the process packet monitoring
  3369.                 program from disk number 69.  Includes source.
  3370.                 Author:  Phillip Lindsay, enhancements by Davide Cervone
  3371.  
  3372. Mounted         A little program to run from CLI scripts to find out if
  3373.                 a disk is mounted or not.  Includes source.
  3374.                 Author:  Peter DaSilva
  3375.  
  3376. Nro             Another roff style text formatter.  Includes source.
  3377.                 Author:  Unknown, posted to usenet by Alan Vymetalik
  3378.  
  3379. ParTask         Example program for finding the parent task of your current
  3380.                 task.  Includes source.
  3381.                 Author:  Andry Rachmat
  3382.  
  3383. QueryAny        Simple program for use in CLI scripts to query for yes/no
  3384.                 decisions.  Includes assembler source.
  3385.                 Author:  Mark Smith
  3386.  
  3387. ScnSizer        Sets the preferences data for increasing the window bounds,
  3388.                 and takes effect immediately.  Includes source.
  3389.                 Author:  Thad Floryan
  3390.  
  3391. SharedLib       Working example of how to build a shared library.  Includes
  3392.                 source.
  3393.                 Author:  James Synge
  3394.  
  3395. Task            Simple example of how to use CreateTask.  Includes source.
  3396.                 Author:  Carolyn Scheppner
  3397.  
  3398. Uw              Unix Windows client for the Amiga.  Version 1.00, includes
  3399.                 source.
  3400.                 Author:  Michael McInerny
  3401.  
  3402. Who             Lists tasks on the ready and wait queues.  Includes source.
  3403.                 Author:  George Musser
  3404. CONTENTS OF DISK 80
  3405. -------------------
  3406.  
  3407. Note that many of the programs on this disk are shareware/freeware.
  3408. This means that if you find them useful, you are morally obligated
  3409. to send a small donation to the author to help support his efforts and
  3410. fund further development.  I hope that by including them in this
  3411. library I have furthered the author's goals of widest possible
  3412. distribution and thus maximum return.  Also note (for those that
  3413. like to split hairs) that I am distributing this disk as a "freebee".
  3414. To receive a copy, just request it when ordering any other disks from
  3415. the library.
  3416.  
  3417. AmiGazer        Compute a view of the night sky, using a database of
  3418.                 1573 stars, for any date, time of day, and latitude.
  3419.                 Click on stars for info about them. Binary only.
  3420.                 Author:  Richard Horne
  3421.  
  3422. CardFile        Study aid card file program written in AmigaBasic.
  3423.                 Useful for organizing small blocks of data, such as
  3424.                 can be done with a 3X5 card file system.  Binary only.
  3425.                 Author:  James Parks
  3426.  
  3427. Conman          Extremely useful replacement for the standard console
  3428.                 handler, that provides line editing and command line
  3429.                 histories completely transparent to any application program
  3430.                 that uses CON: windows.  Version 0.98B, binary only.
  3431.                 Author:  William Hawes
  3432.  
  3433. IMandelVroom    A slightly modified version of Kevin Clague's mandelbrot
  3434.                 program (on disk number 78) that uses his "ring detector"
  3435.                 to draw an approximation of the interior strange attractor
  3436.                 contours.  Binary only (with patches for original source).
  3437.                 Author:  Kevin Clague, enhancements by Howard Hull
  3438.  
  3439. NewDemos        Some new demos, including replacements for the standard
  3440.                 "lines" and "boxes" demos, that use only a few percent
  3441.                 of the CPU time, so it is reasonable to have lots of them
  3442.                 running simultaneously to demo multitasking.  Binary only.
  3443.                 Author:  Steve Koren
  3444.  
  3445. Othello         Othello game, binary only.
  3446.                 Author:  Matthew Bellew
  3447.  
  3448. PrinText        Program to display ASCII text files on the screen with
  3449.                 scrollbar, arrow gadgets, automatic word-wrap, a search
  3450.                 function, speech, IFF picture loading, and online help.
  3451.                 Version 1.2, binary only.
  3452.                 Author:  Opher Kahane
  3453.  
  3454. PrtDrvGen       Program to automatically generate custom printer drivers.
  3455.                 Version 2.2b, binary only, source available from author.
  3456.                 Author:  Joergen Thomsen
  3457.  
  3458. RainBench       Simple program which cycles the hardware color register to
  3459.                 get an interesting effect on your workbench screen.
  3460.                 Binary only.
  3461.                 Author:  Brendan Keliher
  3462.  
  3463. ShortCut        A utility that collects keystroke sequences and allows
  3464.                 you to replace them with a single key stroke.  Binary
  3465.                 only.
  3466.                 Author:  Opher Kahane
  3467.  
  3468. ShowPrint       A full-feature IFF picture file screen dump utility.
  3469.                 Can display and print all sizes of pictures including
  3470.                 those larger than the screen.  Allows adjustment of printer
  3471.                 output in three modes: ASPECT, FULL, and CUSTOM output.
  3472.                 Print vertically or horizonatally, in B&W, grey scale, or
  3473.                 color, etc.  Binary only.
  3474.                 Author:  Brian Conrad
  3475.  
  3476. Sizzlers        A series of graphics demo programs.  Version 1.7.0,
  3477.                 binary only.
  3478.                 Author:  Greg Epley
  3479.  
  3480. Timer           Creates a small window containing a timer.  Version 1.5,
  3481.                 binary only.
  3482.                 Author:  Bill Beogelein
  3483.  
  3484. Tools           Some miscellaneous tools, including a memory editor,
  3485.                 memory disassembler, ascii chart, and calculator.
  3486.                 Binary only.
  3487.                 Author:  Inovatronics
  3488.  
  3489.  
  3490. CONTENTS OF DISK 81
  3491. -------------------
  3492.  
  3493. Asm68k          Full featured macro assembler, version 1.1.0, binary
  3494.                 only.  Well documented.
  3495.                 Author:  W. Wesley Howe
  3496.  
  3497. AutoFacc        Autofacc automatically shrinks the ASDG FACC window and
  3498.                 moves it to the back.  Also allows the number of buffers
  3499.                 to be increased or decreased.  Most useful from the
  3500.                 Startup-Sequence file while booting.  Binary only.
  3501.                 Author:  Andry Rachmat
  3502.  
  3503. Brushes         Contains 53 custom brushes for use in DPaint while drawing
  3504.                 schematics.  Includes things like resistors, capacitors,
  3505.                 gates, transistors, IC pacs, etc.
  3506.                 Author:  Jim Lee
  3507.  
  3508. CheckIFF        Program to check the structure of IFF files and report
  3509.                 any problems.  Binary only.
  3510.                 Author:  Unknown
  3511.  
  3512. Cled            A simple command line editor which allows you to edit
  3513.                 your commands before and after they are processed.
  3514.                 Uses the arrow keys and simple control sequence keystrokes
  3515.                 for cursor positioning and editing tasks.  Update to version
  3516.                 on disk number 74, this is version 1.4, binary only.
  3517.                 Author:  Pat Empleo
  3518.  
  3519. Conman          Extremely useful replacement for the standard console
  3520.                 handler, that provides line editing and command line
  3521.                 histories completely transparent to any application program
  3522.                 that uses CON: windows.  This program is shareware, and well
  3523.                 worth a donation to the author.  Version 0.99B, binary only.
  3524.                 Author:  William Hawes
  3525.  
  3526. Fonts           Several miscellaneous new fonts for your enjoyment.
  3527.                 Author:  (Several)
  3528.  
  3529. Icon            Version 6.0 of the public domain implementation of Icon
  3530.                 from the University of Arizona.  Binary only.
  3531.                 Author:  Ralph Griswold, Cary Coutant, Steve Wampler, et al.
  3532.                          Amiga port by Scott Ballantyne
  3533.  
  3534. KeyLock         Freezes the keyboard and mouse until the correct password
  3535.                 is typed.  Protection against inquisitive kids, cats, and
  3536.                 other lifeforms.  Binary only.
  3537.                 Author:  Andry Rachmat
  3538.  
  3539. Scat            Another display hack, created from Leo Schwab's "Ing"
  3540.                 display hack.  Binary only.
  3541.                 Author:  Stephen Pietrowicz
  3542.  
  3543. Smush           Another display hack, feed it an iff file and see what
  3544.                 happens.  Binary only.
  3545.                 Author:  Hobie Orris
  3546.  
  3547. Target          A little program which takes over the mouse pointer and
  3548.                 turns it into a gunsight.  Pressing the mouse button
  3549.                 flashes the pointer and gives a gunshot.  Version 1.23,
  3550.                 binary only.
  3551.                 Author:  Matt Fruin and Michael McCarty
  3552. CONTENTS OF DISK 82
  3553. -------------------
  3554.  
  3555. Adventure       A port of the classic Adventure game originally
  3556.                 written by Will Crowther and Don Woods.  Has been
  3557.                 extended to a 550 point version.  Also speaks as it
  3558.                 prints (though I found this feature annoying).
  3559.                 Minimum 512K recommended.  Binary only.
  3560.                 Author:  David Platt, Ken Wellsch, Dave Haynie
  3561.  
  3562. AmicTerm        A new terminal/communications program based on
  3563.                 Dan James' "comm" program, but greatly enhanced.
  3564.                 Includes a script language, auto redialing, choice of
  3565.                 display beep or audible beep, enhanced file requester,
  3566.                 and more.  Version .50 (beta), binary only.
  3567.                 Author:  David Salas and Albert Kirk
  3568.  
  3569. D2D-Demo        Demo version of Disk-2-Disk from Central Coast Software
  3570.                 (submitted by George Chamberlin).  Binary only.
  3571.                 Author:  Central Coast Software
  3572.  
  3573. DX-Synth        Voice filer program for Yamaha DX series synthesizers.
  3574.                 Voices are transfered to and from the Amiga over MIDI.
  3575.                 Update to "VoiceFiler" released on disk number 38.
  3576.                 Binary only.
  3577.                 Author:  Jack Deckard
  3578.  
  3579. DiskMan         Another "disk browser and/or dirutil" type program.
  3580.                 Version 1.0, binary only.
  3581.                 Author:  Greg Cunningham
  3582.  
  3583. Icons           Miscellaneous new disk, directory, and file icons,
  3584.                 including John Olsen's great "fishdisk" icon (thanks
  3585.                 John!).  Binary only.
  3586.                 Author:  Several
  3587.  
  3588. Panl            A universal midi patch panel that allows midi parameter info
  3589.                 to be sent from the Amiga to any midi device that can accept
  3590.                 param info.  Version 1.2, binary only.
  3591.                 Author:  David Weinbach
  3592.  
  3593. Rocket          Another interesting Workbench display hack.  This one
  3594.                 is really a game in disguise.  Binary only.
  3595.                 Author:  Peter da Silva
  3596.  
  3597. Sand            This program has "magnetic grains of sand" that follow the
  3598.                 pointer wherever it goes.  Cute.  Binary only.
  3599.                 Author:  Eric Vaughan
  3600. CONTENTS OF DISK 83
  3601. -------------------
  3602.  
  3603.         This disk contains a demo version of TeX, ported to the Amiga by
  3604.         Tomas Rokicki.  The disk is unchanged except for the following:
  3605.  
  3606.         (1)     I have added this file, README.list83, the standard
  3607.                 distribution info file, README.dist, and associated
  3608.                 icon files, plus "less" to read the text files.
  3609.  
  3610.         (2)     I have copied all the files to a freshly formatted
  3611.                 disk, to create the master distribution disk, using
  3612.                 xcopy, which preserves the file dates.  This insures
  3613.                 that disk fragmentation is kept to a minimum.
  3614.  
  3615.         (3)     In order to make room for the files I have added, I
  3616.                 have compressed the file TeX/inputs/amigatex.tex using
  3617.                 a version of compress (compress.b13) that should run on
  3618.                 any standard 512K amiga.  This version of compress is
  3619.                 found in c/compress.b13.  To recover the original file,
  3620.                 execute the commands:
  3621.  
  3622.                 cd AmigaLibDisk83:TeX/inputs
  3623.                 :c/compress.b13 <amigatex.tex.Z >ram:amigatex.tex -d
  3624.  
  3625.  
  3626.         Since this is a demo version of Tom's commercial product, it has
  3627.         several limitations that let you get the flavor of the real thing
  3628.         but encourage you to buy the commercial version.  These limitations
  3629.         include TeX being limited to processing only small files, the
  3630.         previewer being limited to displaying ten pages or less, and only a
  3631.         small number of fonts being provided.  The full version of AmigaTeX
  3632.         comes on eight floppies and will handle larger documents than most
  3633.         mainframe versions of TeX.  See the tex/README file for further info.
  3634. CONTENTS OF DISK 84
  3635. -------------------
  3636.  
  3637. AudioTools      Demo programs from Rob Peck's article in the July/August
  3638.                 issue of Amiga World on accessing the audio device.
  3639.                 Includes source.
  3640.                 Author:  Rob Peck
  3641.  
  3642. BlitLab         Blitlab is a program which lets you experiment with
  3643.                 the blitter, to your hearts content, in relative safety.
  3644.                 It opens a workbench window with gadgets for all the
  3645.                 registers of the blitter, and allows you to manipulate
  3646.                 individual registers and perform blits on a magnified
  3647.                 bitmap.  This is version 1.2, an update to the version
  3648.                 released on disk number 69.  Includes source.
  3649.                 Author:  Tomas Rokicki
  3650.  
  3651. Ed              An editor based on the editor described in the original
  3652.                 Software Tools book.  It is very similar to the Unix
  3653.                 "ed" editor, but not identical.  Includes source.
  3654.                 Author:  Brian Beattie
  3655.  
  3656. GravityWars     The object of this game is for one player to hit the
  3657.                 other player's ship with a missle, before being hit
  3658.                 yourself.  The ships and planets don't move, but
  3659.                 aiming the missle in the presence of gravity fields
  3660.                 and black holes makes hitting your target difficult.
  3661.                 Version 1.04, shareware, author suggests $5 donation.
  3662.                 This is an update to the version on disk number 70, and
  3663.                 includes source in Modula-2.
  3664.                 Author:  Ed Bartz
  3665.  
  3666. HunkPad         Two programs to help reduce problems with padding
  3667.                 added by xmodem transmission.
  3668.                 Author:  J. Hamilton and Aaron Avery
  3669.  
  3670. PipeHandler     An AmigaDOS pipe device which supports OPEN, CLOSE, READ,
  3671.                 WRITE, LOCK, EXAMINE, and EXNEXT.  Thus you can have
  3672.                 "named pipes".  It also supports "taps" on a pipe, to
  3673.                 capture all data flowing through the pipe. Version 1.2,
  3674.                 includes source.
  3675.                 Author:  Ed Puckett
  3676.  
  3677. PopCLI          Provides a simple way of starting another CLI at any
  3678.                 time without having to load workbench or exit whatever
  3679.                 program you may be using.  Also has a builtin screen
  3680.                 saver mode that automatically blanks the Amiga console
  3681.                 screen when there has been no input for a specified
  3682.                 period of time.  Version III, an update to the version
  3683.                 on disk number 40.  Includes source.
  3684.                 Author: John Toebes
  3685.  
  3686. Requester       A file name requester that looks like the one used in
  3687.                 Deluxe Paint, and a sample program for using the
  3688.                 requester.  This is an update to the version released
  3689.                 on disk number 34.  Includes source.
  3690.                 Author: Kevin Clague, enhancements by Randy Finch
  3691.  
  3692. ScottDevice     A mountable MicroForge SCSI driver.  Supports one SCSI buss
  3693.                 device with two hard disk units attached to it.  Version
  3694.                 33.1, includes source.
  3695.                 Author:  Scott Turner
  3696.  
  3697. Viacom          Another of Leo's amusing little hacks.  Sort of a political
  3698.                 statement regarding the quality of service of a certain
  3699.                 San Francisco area cable TV service.  Includes source.
  3700.                 Author:  Leo Schwab
  3701. CONTENTS OF DISK 85
  3702. -------------------
  3703.  
  3704. Csh             Version 2.06 of Matt Dillon's csh like shell, modified
  3705.                 for Manx C.  Includes source.
  3706.                 Author:  Matt Dillon, Manx'ified by Steve Drew
  3707.  
  3708. FileReq         Another file requester, but this one also has a fast
  3709.                 pattern matching capability.  Includes source.
  3710.                 Author:  Peter da Silva
  3711.  
  3712. Hide            A small utility to allow you to run old or ill-written
  3713.                 applications on systems with expansion ram.  When hide
  3714.                 is running, all memory allocations take place in chip
  3715.                 memory.  Somehow, something like this missed making it
  3716.                 onto my earlier disks.  Binary only.
  3717.                 Author:  Francois Rouaix
  3718.  
  3719. ImageTools      A set of shareware tools, submitted by the author, to
  3720.                 do various manipulations on IFF images, including comparison
  3721.                 of the color palettes of a pair of IFF images, filtering
  3722.                 an IFF image in various ways, producing a color usage
  3723.                 frequency chart for an IFF image, reducing the size of
  3724.                 an IFF image to produce a miniature to use as an icon,
  3725.                 converting an icon to an IFF image, and recoloring an IFF
  3726.                 image using the palette of a second image, in a least
  3727.                 squared error fashion.  Shareware, binary only.
  3728.                 Author:  Stephen Vermeulen
  3729.  
  3730. LowMem          Another fine freely redistributable product from ASDG.
  3731.                 This one is a low memory server, which is a compact shared
  3732.                 library which allows arbitrary processes to register their
  3733.                 desire to be notified of impending memory shortages.  This
  3734.                 allows good citizen programs to free up memory that they
  3735.                 may not need, so other programs can use it.  Binary only.
  3736.                 Author:  Perry Kivolowitz
  3737.  
  3738. Plot6           A star plotting program.  Short on documentation and
  3739.                 user friendliness, but interesting nevertheless.
  3740.                 Also includes source.
  3741.                 Author:  Darrin West
  3742.  
  3743. RawIO           Example of how to set your standard input to what is
  3744.                 commonly known as "raw" and/or "CBREAK" mode on Unix
  3745.                 systems.  Includes source.
  3746.                 Author:  Chuck McManis
  3747.  
  3748. Rocket          Another interesting Workbench display hack.  This one
  3749.                 is really a game in disguise.  It is the same as the
  3750.                 one on disk number 82, but also includes source.
  3751.                 Author:  Peter da Silva
  3752.  
  3753. VMore           A shareware program, submitted by the author, that
  3754.                 is a "more" like text file viewing utility that can
  3755.                 be run on multiple files from either the WorkBench or
  3756.                 the CLI.  Version 1.00, includes source.
  3757.                 Author:  Stephen Vermeulen
  3758.  
  3759. Vnews           A simple news file reader, that will read all the news
  3760.                 files in a specified directory, optionally starting with
  3761.                 a specified file.  Includes source.
  3762.                 Author:  Stephen Vermeulen
  3763. CONTENTS OF DISK 86
  3764. -------------------
  3765.  
  3766. AutoPoint       Autopoint serves two functions:  it automatically
  3767.                 selects the window underneath the mouse pointer and
  3768.                 it provides a very nice screen saver facility.
  3769.                 Binary only.
  3770.                 Author:  Jude Katsch
  3771.  
  3772. ClickToFront    ClickToFront extends the user-interface so that
  3773.                 a double-click into a window brings it to the front.
  3774.                 Now as long as you can see any part of a window you can
  3775.                 bring it to the front without having to hunt for the page
  3776.                 gadgets.  Version 1.1, includes source.
  3777.                 Author:  Bryce Nesbitt
  3778.  
  3779. Cmd             Cmd redirects the serial.device or parallel.device output
  3780.                 to a file.  Useful for capturing print jobs for debugging
  3781.                 or "offline" printing.  Version 3, includes source.
  3782.                 Author:  Carolyn Scheppner
  3783.  
  3784. FileIISG-Demo   A demo version of Softwood File IIsg, a database manager
  3785.                 with sound and graphics.  Also includes a database of
  3786.                 of previously released disks in this library, courtesy
  3787.                 of Stan Spence.  Binary only.
  3788.                 Author:  Woody Williams and Donald Brady
  3789. CONTENTS OF DISK 87
  3790. -------------------
  3791.  
  3792. AdvSys          An adventure writing system, as described in the May 1987
  3793.                 issue of Byte magazine.  Advsys is a special purpose
  3794.                 programming language that was specifically designed to
  3795.                 be used to write computer text adventure games.
  3796.                 Version 1.2, binary only.
  3797.                 Author:  David Betz
  3798.  
  3799. AutoIconOpen    Example code to fool WorkBench into thinking it is receiving
  3800.                 mouse inputs that select and open icons.  This is version
  3801.                 1.2, an update to the version on disk number 73.  Includes
  3802.                 source.
  3803.                 Author:  Tony Wills
  3804.  
  3805. Claz            Converts IFF picture files to POSTSCRIPT.  Works with
  3806.                 Amiga HAM pictures, as well as "normal" pictures.  Also
  3807.                 includes scaling.  Version 2.0, includes source.
  3808.                 Author:  Steve Ludtke
  3809.  
  3810. Commodities     Commodities Exchange, an Amiga exec library which can be
  3811.                 opened and used by application programs to gain access to
  3812.                 input in a very flexible way.  This is a "minimal, binary
  3813.                 only" copy.  Source may be available on a future disk.
  3814.                 Version 0.4.
  3815.                 Author:  Jim Mackraz
  3816.  
  3817. Diff            A simple version of diff.  Update to version on disk
  3818.                 number 75, includes source.
  3819.                 Author:  Erik Baalbergen
  3820.  
  3821. Dme             Version 1.27 of Matt's text editor.  Dme is a simple WYSIWYG
  3822.                 editor designed for programmers.  It is not a WYSIWYG
  3823.                 word processor in the traditional sense.  Features include
  3824.                 arbitrary key mapping, fast scrolling, title-line statistics
  3825.                 multiple windows, and ability to iconify windows.  Update
  3826.                 to version on disk number 74.  Binary only.
  3827.                 Author:  Matt Dillon
  3828.  
  3829. DropShadow      A program that makes your WorkBench windows have
  3830.                 dropshadows.  This is version 2.0, the same as on disk
  3831.                 number 74, but also includes source.
  3832.                 Author:  Jim Mackraz
  3833.  
  3834. Elib            Example of building a shared library using small model
  3835.                 Manx C.  Includes source.
  3836.                 Author:  Jim Mackraz
  3837.  
  3838. ID-Handler      An AmigaDOS device handler, that generates unique
  3839.                 identifiers.  Generates a new unique 16 digit decimal
  3840.                 number each time it is opened by an application.
  3841.                 Version 1.0, includes source.
  3842.                 Author:  Ed Puckett
  3843.  
  3844. Install         Two possible replacement versions of the standard
  3845.                 install program (to make a disk bootable).  Includes
  3846.                 source.
  3847.                 Author:  Bryce Nesbitt and Scott Turner
  3848.  
  3849. MemWatch        Memwatch is a program intended to sit in the background
  3850.                 and watch for random trashing of low memory by an
  3851.                 application under development.  If it detects a write
  3852.                 to low memory, it repairs it to what used to be there,
  3853.                 then puts up a requester indicating what damage had been
  3854.                 done.  Very useful!  Version II, includes source.
  3855.                 Author:  John Toebes
  3856.  
  3857. MovePointer     Moves the pointer to any specified location on the screen,
  3858.                 specified by X-Y coordinates.  Includes source.
  3859.                 Author:  "Cewy"
  3860.  
  3861. MoveWindow      Move a named window to any arbitrary X-Y coordinate and
  3862.                 possibly resize it at the same time.  Includes source.
  3863.                 Author:  "Cewy"
  3864.  
  3865. MunchingSq      Leo's "Munching Squares" hack, now upgraded to take a
  3866.                 single argument for a seed value.  Includes source.
  3867.                 Author:  Leo Schwab
  3868.  
  3869. PalTest         Example code of how to determine dynamically whether
  3870.                 or not you are running on a PAL machine.  Includes source.
  3871.                 Author:  Christof Bonnkirch
  3872.  
  3873. Sc              Program which demonstrates generation of good looking
  3874.                 pseudo-random scenery.  Includes source in C (translated
  3875.                 from Draco version on disk number 61).
  3876.                 Author:  Chris Gray
  3877.  
  3878. Tek4695         A Tek4695 printer driver.  Binary only.
  3879.                 Author:  Philip Staub
  3880.  
  3881. WBDualPF        An example of using a dual-playfield screen, using
  3882.                 a method contrary to documentation in the Intuition
  3883.                 Manual.  Fixed version of copy released on disk
  3884.                 number 41.  Includes source.
  3885.                 Author:  Jim Mackraz
  3886.  
  3887. WarpText        Fast text rendering routines, to be linked with application
  3888.                 programs.  Reported to be able to display text as fast,
  3889.                 or faster than, "blitz".  Includes source.
  3890.                 Author:  Bill Kelly
  3891.  
  3892. Yaiffr          Yet Another IFF Reader.  Handles HAM, HIRES, and overscan,
  3893.                 includes source.
  3894.                 Author:  Leo Schwab
  3895.  
  3896. Zoo             A file archiver, much like "arc" in concept, but different
  3897.                 in implementation and user interface details.  Includes
  3898.                 some nice features that "arc" lacks (such as file/path
  3899.                 names up to 255 characters in length).  Version 1.42A,
  3900.                 binary only.
  3901.                 Author:  Rahul Dhesi, Amiga port by Brian Waters
  3902. CONTENTS OF DISK 88
  3903. -------------------
  3904.  
  3905. DirMaster       A very nicely done shareware disk cataloger, submitted
  3906.                 by the author for inclusion in the library.  Includes
  3907.                 sample database of some disk libraries.  Version 1.0a,
  3908.                 binary only.
  3909.                 Author:  Greg Peters
  3910.  
  3911. FuncKey         A shareware function key editor, submitted by the author
  3912.                 for inclusion in the library.  Version 1.01, binary only
  3913.                 (source available from author).
  3914.                 Author:  Anson Mah
  3915.  
  3916. MFF-Demo        Demo copy of the MicroFiche Filer program from Software
  3917.                 Visions Inc.  The MicroFiche File is a full-powered
  3918.                 database program for manipulation of text, numbers, and
  3919.                 pictures.  It uses the microfiche metaphor for dealing
  3920.                 with your data graphically.  This is a full production
  3921.                 version except that the save option has been disabled.
  3922.                 Includes a sample database of my disk library.  Binary
  3923.                 only.
  3924.                 Author:  Gary Samad
  3925.  
  3926. ScreenShift     Screenshift is a small program that allows you to adjust
  3927.                 the position of the screen on your display, just like the
  3928.                 preferences function.  Works from CLI or WorkBench.
  3929.                 Includes source.
  3930.                 Author:  Anson Mah
  3931.  
  3932. Snake           A variant on the old "bouncing lines" program, this
  3933.                 on uses multiple vertices and Bezier splines.  Includes
  3934.                 source.
  3935.                 Author:  KABjorke
  3936.  
  3937. Snap            Snap takes a picture of the current front screen and
  3938.                 reduces it to produce an icon.  Can produce icons of
  3939.                 a user specified size.  Binary only.
  3940.                 Author:  Nick Frabotta
  3941. CONTENTS OF DISK 89
  3942. -------------------
  3943.  
  3944. This disk replaces disk number 88, which was pulled from circulation
  3945. due to the redistribution status of files in the directory "snap".
  3946. If you encounter a disk number 88 in circulation, please advise all
  3947. parties concerned that the disk should be erased immediately.
  3948.  
  3949. AutoEnquirer    An example of a screen contraption that is like a
  3950.                 requester except that it's not quite as demanding,
  3951.                 goes where you want to put it, and remembers where
  3952.                 it was put.  Includes source and Manx'ified version
  3953.                 of Chris Gray's fractalish terrain generator as a demo.
  3954.                 Author:  Howard Hull
  3955.  
  3956. DEMOlition      Another neat little display hack.  In the spirit of
  3957.                 these things, ya gotta run it to find out what it
  3958.                 does.  Includes source.
  3959.                 Author:  Kriton Kyrimis
  3960.  
  3961. DirMaster       A very nicely done shareware disk cataloger, submitted
  3962.                 by the author for inclusion in the library.  Includes
  3963.                 sample database of some disk libraries.  Version 1.0a,
  3964.                 binary only.
  3965.                 Author:  Greg Peters
  3966.  
  3967. FuncKey         A shareware function key editor, submitted by the author
  3968.                 for inclusion in the library.  Version 1.01, binary only
  3969.                 (source available from author).
  3970.                 Author:  Anson Mah
  3971.  
  3972. MFF-Demo        Demo copy of the MicroFiche Filer program from Software
  3973.                 Visions Inc.  The MicroFiche File is a full-powered
  3974.                 database program for manipulation of text, numbers, and
  3975.                 pictures.  It uses the microfiche metaphor for dealing
  3976.                 with your data graphically.  This is a full production
  3977.                 version except that the save option has been disabled.
  3978.                 Includes a sample database of my disk library.  Binary
  3979.                 only.
  3980.                 Author:  Gary Samad
  3981.  
  3982. Screenshift     Screenshift is a small program that allows you to adjust
  3983.                 the position of the screen on your display, just like the
  3984.                 preferences function.  Works from CLI or WorkBench.
  3985.                 Includes source.
  3986.                 Author:  Anson Mah
  3987.  
  3988. Snake           A variant on the old "bouncing lines" program, this
  3989.                 on uses multiple vertices and Bezier splines.  Includes
  3990.                 source.
  3991.                 Author:  KABjorke
  3992. CONTENTS OF DISK 90
  3993. -------------------
  3994.  
  3995. Note that many of the programs on this disk are shareware/freeware.
  3996. This means that if you find them useful, you are morally obligated
  3997. to send a small donation to the author to help support his efforts and
  3998. fund further development.  I hope that by including them in this
  3999. library I have furthered the author's goals of widest possible
  4000. distribution and thus maximum return.  Also note (for those that
  4001. like to split hairs) that I am distributing this disk as a "freebee".
  4002. To receive a copy, just request it when ordering any other disks from
  4003. the library.
  4004.  
  4005. This disk replaces disk number 80, which was pulled from circulation
  4006. due to the redistribution status of files in the directory "tools".
  4007. If you encounter a disk number 80 in circulation, please advise all
  4008. parties concerned that the disk should be erased immediately.
  4009.  
  4010.  
  4011. AmiGazer        Compute a view of the night sky, using a database of
  4012.                 1573 stars, for any date, time of day, and latitude.
  4013.                 Click on stars for info about them. Binary only.
  4014.                 Author:  Richard Horne
  4015.  
  4016. CardFile        Study aid card file program written in AmigaBasic.
  4017.                 Useful for organizing small blocks of data, such as
  4018.                 can be done with a 3X5 card file system.  Binary only.
  4019.                 Author:  James Parks
  4020.  
  4021. Conman          Extremely useful replacement for the standard console
  4022.                 handler, that provides line editing and command line
  4023.                 histories completely transparent to any application program
  4024.                 that uses CON: windows.  Version 0.98B, binary only.
  4025.                 Author:  William Hawes
  4026.  
  4027. IMandelVroom    A slightly modified version of Kevin Clague's mandelbrot
  4028.                 program (on disk number 78) that uses his "ring detector"
  4029.                 to draw an approximation of the interior strange attractor
  4030.                 contours.  Binary only (with patches for original source).
  4031.                 Author:  Kevin Clague, enhancements by Howard Hull
  4032.  
  4033. NewDemos        Some new demos, including replacements for the standard
  4034.                 "lines" and "boxes" demos, that use only a few percent
  4035.                 of the CPU time, so it is reasonable to have lots of them
  4036.                 running simultaneously to demo multitasking.  Binary only.
  4037.                 Author:  Steve Koren
  4038.  
  4039. Othello         Othello game, binary only.
  4040.                 Author:  Matthew Bellew
  4041.  
  4042. PrinText        Program to display ASCII text files on the screen with
  4043.                 scrollbar, arrow gadgets, automatic word-wrap, a search
  4044.                 function, speech, IFF picture loading, and online help.
  4045.                 Version 1.2, binary only.
  4046.                 Author:  Opher Kahane
  4047.  
  4048. PrtDrvGen       Program to automatically generate custom printer drivers.
  4049.                 Version 2.2b, binary only, source available from author.
  4050.                 Author:  Joergen Thomsen
  4051.  
  4052. RainBench       Simple program which cycles the hardware color register to
  4053.                 get an interesting effect on your workbench screen.
  4054.                 Binary only.
  4055.                 Author:  Brendan Keliher
  4056.  
  4057. ShortCut        A utility that collects keystroke sequences and allows
  4058.                 you to replace them with a single key stroke.  Binary
  4059.                 only.
  4060.                 Author:  Opher Kahane
  4061.  
  4062. ShowPrint       A full-feature IFF picture file screen dump utility.
  4063.                 Can display and print all sizes of pictures including
  4064.                 those larger than the screen.  Allows adjustment of printer
  4065.                 output in three modes: ASPECT, FULL, and CUSTOM output.
  4066.                 Print vertically or horizonatally, in B&W, grey scale, or
  4067.                 color, etc.  Binary only.
  4068.                 Author:  Brian Conrad
  4069.  
  4070. Sizzlers        A series of graphics demo programs.  Version 1.7.0,
  4071.                 binary only.
  4072.                 Author:  Greg Epley
  4073.  
  4074. SpaceAceDemo    Shareware shoot-em-up spaceship game.  Binary only.
  4075.                 Author:  Stephen McLeod
  4076.  
  4077. Timer           Creates a small window containing a timer.  Version 1.5,
  4078.                 binary only.
  4079.                 Author:  Bill Beogelein
  4080. CONTENTS OF DISK 91
  4081. -------------------
  4082.  
  4083. This disk contains a distribution of ADL (Adventure Definition Language).
  4084. ADL is a superset of an older language named DDL, by Michael Urban,
  4085. Chris Kostanick, Michael Stein, Bruce Adler, and Warren Usui.  ADL
  4086. enhancements were made by Ross Cunniff, who submitted this material
  4087. for inclusion in the library.  The disk is essentially unchanged except
  4088. that:
  4089.  
  4090.         (1)     Many icon files have been added to help workbench only
  4091.                 users get at least some information about this disk
  4092.                 and about ADL (which is only usable from the CLI
  4093.                 environment).
  4094.  
  4095.         (2)     The disk name has been changed to AmigaLibDisk91.
  4096.  
  4097.         (3)     The standard library files "GeneralInfo", "Contents",
  4098.                 and "Distribution", along with their associated icons,
  4099.                 have been added to the disk.
  4100.  
  4101.         (4)     The directory 'c' has been added, along with a very
  4102.                 nice text reader program called "less", which is the
  4103.                 default tool for reading all the text files for which
  4104.                 there are icons.
  4105.  
  4106. Included here are the sources to the ADL compiler, interpreter, and
  4107. debugger.  The binaries were compiled by Ross with the Lattice 3.03
  4108. compiler.  Ross noted in his letter that currently ADL is a
  4109. CLI environment program only, but that he hopes to offer a more
  4110. Amiga'ized version in the future.  Also, the stack size should be
  4111. set to at least 10000 before attempting to run ADL.
  4112. CONTENTS OF DISK 92
  4113. -------------------
  4114.  
  4115. As6502          Contains a portable 6502 assembler, including source
  4116.                 in C.
  4117.                 Author:  J. Van Ornum; Amiga port by Joel Swank
  4118.  
  4119. Bawk            Text processor inspired by the Unix awk utility.
  4120.                 This is an update to the copy released on disk 65.
  4121.                 Bawk searches files for specific patterns and performs
  4122.                 actions for every occurance of these patterns.  The
  4123.                 patterns can be regular expressions.  The actions are
  4124.                 expressed using a subset of the C language.  Includes
  4125.                 source in C.
  4126.                 Author:  Bob Brodt; Amiga port by Johan Widen
  4127.  
  4128. HunkPad         HunkPad pads an object file out to where it is exactly
  4129.                 a multiple of 128 bytes, thus making it immune to having
  4130.                 garbage appended on to the end of it by xmodem type
  4131.                 file transfer protocols.  Version 2, includes source.
  4132.                 Update to version released on disk 84.
  4133.                 Author:  J. Hamilton
  4134.  
  4135. Less            Like Unix "more", only better, with forward and
  4136.                 backward scrolling, searching and positioning by
  4137.                 percent of file and line number, etc.  Very useful!
  4138.                 This is Amiga version 1.2, an update to the version
  4139.                 on disk number 74.  Includes source.
  4140.                 Author:  Mark Nudelman, Amiga port by Bob Leivian
  4141.  
  4142. Ndir            Library that implements the 4BSD unix directory access
  4143.                 routines (opendir, closedir, readdir, etc).  Includes
  4144.                 source in C.
  4145.                 Author:  Mike Meyer
  4146.  
  4147. Parse           A recursive descent expression parser that parses
  4148.                 expressions, computes the expression value, and prints
  4149.                 it.  Includes support for some built in transcendental
  4150.                 functions.  Includes source in C.
  4151.                 Author:  John Olsen
  4152.  
  4153. Shar            Two programs to pack and unpack shell archives on the
  4154.                 Amiga.  Shell archives are the traditional Usenet
  4155.                 method of bundling multiple text files for posting
  4156.                 as a unit or for sending via electronic mail.  Includes
  4157.                 source in C.
  4158.                 Author:  Fabbian G. Dufoe
  4159.  
  4160. SmallLib        A replacement for amiga.lib that is about 8 times smaller.
  4161.                 Binary only.
  4162.                 Author:  Bryce Nesbitt
  4163.  
  4164. UUencode        Programs to encode/decode binary files for transmittal
  4165.                 via mail or other text-only methods.  The binary file
  4166.                 is expanded by approximately 35% for transmittal.  This
  4167.                 release is an update to the version on disk number 53,
  4168.                 and includes a simple line-by-line checksum technique that
  4169.                 can read and write files compatible with the older
  4170.                 uuencode/uudecode, plus a file size test modification that
  4171.                 is transparent to older uudecodes.
  4172.                 Author:  Mark Horton with mods by Alan Rosenthal and
  4173.                          Bryce Nesbitt
  4174. CONTENTS OF DISK 93
  4175. -------------------
  4176.  
  4177. Dme             Version 1.27 of Matt's text editor.  Dme is a simple WYSIWYG
  4178.                 editor designed for programmers.  It is not a WYSIWYG
  4179.                 word processor in the traditional sense.  Features include
  4180.                 arbitrary key mapping, fast scrolling, title-line statistics
  4181.                 multiple windows, and ability to iconify windows.  Update
  4182.                 to version on disk number 87 (which was binary only).  This
  4183.                 release also includes source.
  4184.                 Author:  Matt Dillon
  4185.  
  4186. MicroEmacs      Version 3.8i of Daniel Lawrence's variant of Dave
  4187.                 Conroy's microemacs.  This is an update to the version
  4188.                 released on disk 61.  Includes source.
  4189.                 Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  4190. CONTENTS OF DISK 94
  4191. -------------------
  4192.  
  4193. AudioTools      Demo programs from Rob Peck's article in the July/August
  4194.                 issue of Amiga World on accessing the audio device.
  4195.                 This is version 2, an update to the release on disk
  4196.                 number 84.  Includes source.
  4197.                 Author:  Rob Peck
  4198.  
  4199. ClickUpFront    ClickUpFront is another program, similar in function to
  4200.                 the ClickToFront program from disk 86, that allows you
  4201.                 to bring any window to the front simply by double-clicking
  4202.                 in any part of it.  Version 1.0, includes source.
  4203.                 Author:  Davide Cervone
  4204.  
  4205. HeliosMouse     Another "sunmouse" type program.  Automatically activates
  4206.                 a window simply by moving the mouse pointer into the window.
  4207.                 Version 1.0, includes source.
  4208.                 Author:  Davide Cervone
  4209.  
  4210. Iff2Ps          A program to convert any IFF file to postscript for
  4211.                 printing or viewing on a postscript compatible device.
  4212.                 Version 1.2, binary only.
  4213.                 Author:  William Mason and Sam Paolucci
  4214.  
  4215. ModulaTools     Various useful routines for those programming in Modula
  4216.                 on the Amiga.  Binary only.
  4217.                 Author:  Jerry Mack
  4218.  
  4219. Terrain3d       Program which demonstrates generation of good looking
  4220.                 pseudo-random scenery.  This version is a derivative of
  4221.                 "sc" distributed on disk 87, but now displays terrain
  4222.                 in 3d relief.  Includes source.
  4223.                 Author:  Chris Gray; 3d version by Howard Hull
  4224. CONTENTS OF DISK 95
  4225. -------------------
  4226.  
  4227. Cmd             Cmd redirects the serial.device or parallel.device output
  4228.                 to a file.  Useful for capturing print jobs for debugging
  4229.                 or "offline" printing.  Version 4, includes source.
  4230.                 Author:  Carolyn Scheppner
  4231.  
  4232. CygnusEdDemo    Demo version of CygnusEd, an editor from CygnusSoft
  4233.                 Software.  CygnusEd supports simultaneous editing of
  4234.                 multiple files, multiple views of the same file,
  4235.                 very fast display, margins, word-wrap, status-lines,
  4236.                 insert/overstike mode, online help, soft scroll
  4237.                 borders, screen overscan, adjustable tab size, macros,
  4238.                 text formatting options, block/line/word cut/copy,
  4239.                 and more.  Also includes demo 3.0 version of MandFXP.
  4240.                 Binary only.
  4241.                 Author:  CygnusSoft Software
  4242.  
  4243. Gomf            Gomf stands for "Get Outa My Face", a phrase many a
  4244.                 programmer has mumbled when a Guru alert appears
  4245.                 unexpectedly.  This interesting little program can
  4246.                 generally make the Guru go away and allow you to
  4247.                 clean up and shutdown more cleanly.  Version 1.0,
  4248.                 binary only.
  4249.                 Author:  Christian Johnsen
  4250.  
  4251. Journal         Journal is a program that records a sequence of mouse and
  4252.                 keyboard events as they occur and stores them in a file.
  4253.                 The file can be played back with another program, also
  4254.                 supplied, which causes the same sequence of events to
  4255.                 occur again.  Very useful for creating demonstrations
  4256.                 of programs or documenting repeatable bugs.  Version 1.0,
  4257.                 binary only.
  4258.                 Author:  Davide Cervone
  4259.  
  4260. MergeMem        Program which attempts to merge the MemList entries
  4261.                 of sequentially configured ram boards.  When successful,
  4262.                 allows allocating a section of memory which spans
  4263.                 board boundries.  This is version 2, an update to the
  4264.                 version released on disk 56.  Includes source.
  4265.                 Author:  Carolyn Scheppner
  4266.  
  4267. PrinterStealer  A program similar in function to "Cmd" that allows
  4268.                 diversion of output destined for the printer to
  4269.                 a file for future output or debugging purposes.
  4270.                 Binary only, source available from authors.
  4271.                 Author:  Alex Livshits and J-M. Forgeas
  4272.  
  4273. Record-Replay   A program, similar in function to "Journal", that
  4274.                 records and plays back mouse and keyboard events.
  4275.                 Binary only, source available from authors.
  4276.                 Author:  Alex Livshits and J-M. Forgeas
  4277. CONTENTS OF DISK 96
  4278. -------------------
  4279.  
  4280. AnimPlayer      An animation reader and displayer that is the result
  4281.                 of a consortium of animation software developers, which
  4282.                 includes the authors of Videoscape, Sculpt3D, Silver,
  4283.                 Forms-In-Flight, and Animator:Apprentice.  Includes
  4284.                 source.
  4285.                 Author:  Martin Hash et al.
  4286.  
  4287. Chess           A port of a chess game posted to Usenet.  Still uses
  4288.                 a "curses" type interface, so needs to be Amiga'ized.
  4289.                 According to Bob, plays a better game than some of the
  4290.                 commercial Amiga chess games.  Version 1.0, includes source.
  4291.                 Author:  John Stanback; ported to Amiga by Bob Leivian
  4292.  
  4293. HackBench       HackBench provides the source for a WorkBench-like program,
  4294.                 for experimentation and validation of new interface ideas.
  4295.                 It is not intended to be an actual WorkBench replacement.
  4296.                 Author:  Bill Kinnersley
  4297.  
  4298. Label           Simple program to print labels with arbitrary text.
  4299.                 Version 1.3, binary only, but source available from author.
  4300.                 Author:  Mike Hansen
  4301.  
  4302. LineDrawer      Makes a line drawing based on drawing commands stored
  4303.                 in a text file.  Includes a demo that draws an outline
  4304.                 map of the USA and state borders.  Version 1.0, includes
  4305.                 source.
  4306.                 Author:  John Olsen
  4307.  
  4308. PopUpMenu       Example code implementing pop-up menus that are reasonably
  4309.                 compatible with Intuition menus.  Includes source.
  4310.                 Author:  Derek Zahn
  4311.  
  4312. Tek4695         A Tektronix 4695/4696 printer driver.  Includes source.
  4313.                 Author:  Philip Staub
  4314.  
  4315. TimeRam         A program to test the access speeds of Fast and Chip ram.
  4316.                 Binary only.
  4317.                 Author:  Bruce Takahashi
  4318.  
  4319. WarpText        Fast text rendering routines, to be linked with application
  4320.                 programs.  Reported to be able to display text as fast,
  4321.                 or faster than, "blitz".  This is an update to the version
  4322.                 released on disk 87.  Version 2.0, includes source.
  4323.                 Author:  Bill Kelly
  4324. CONTENTS OF DISK 97
  4325. -------------------
  4326.  
  4327. This disk replaces disk number 57, which was pulled from circulation
  4328. because of questions about the redistribution status of material in
  4329. the "Ogre" subdirectory (replaced with "shm").  If you encounter a disk
  4330. number 57 in circulation, please advise all parties concerned that the
  4331. disk should be erased immediately.
  4332.  
  4333. CutAndPaste     Public domain implementations of the Unix cut and paste
  4334.                 commands.  Includes source.
  4335.                 Author:  John Weald
  4336.  
  4337. GraphIt         A program to plot most simple functions in 2 or 3
  4338.                 dimensions, as well as 2d parametric equations in
  4339.                 term of t.  Includes source.
  4340.                 Author:  Flynn Fishman
  4341.  
  4342. Juggler         Stunning animation of a robot juggler with ray traced
  4343.                 reflective spheres.  Uses HAM mode display and sound
  4344.                 effects to boot!  This is version 1.2 and apparently
  4345.                 fixes some bugs in the original version released on
  4346.                 disk number 47.  Binary only.
  4347.                 Author:  Eric Graham
  4348.  
  4349. MouseReader     Shareware program, submitted by the author, to read
  4350.                 text files and view iff files using only the mouse.
  4351.                 Binary only.
  4352.                 Author:  William Betz
  4353.  
  4354. Shm             A simple graphics demo which approximately simulates the
  4355.                 motion of two interacting pendulums.  Includes source.
  4356.                 Author:  Chris Ediss
  4357.  
  4358. Splines         Program to demonstrate various curve fitting and
  4359.                 rendering techniques.  Also includes something unique
  4360.                 for the Amiga world, pop-up menus.  Includes source.
  4361.                 Author:  Helene (Lee) Taran
  4362. CONTENTS OF DISK 98
  4363. -------------------
  4364.  
  4365. Access          A 16 color terminal program based on Comm version 1.34.
  4366.                 Includes new macro window, custom gadgets, colorized
  4367.                 menus, etc.  Version Beta 0.18, binary only.
  4368.                 Author:  Keith Young (based on comm by D.J.James)
  4369.  
  4370. Backup          A simple backup program that writes normal AmigaDOS
  4371.                 disks as the backup destination.  To recover files, you
  4372.                 just copy from the backup disk.  Requires manual
  4373.                 decisions about what subdirectories to backup to
  4374.                 what disks to make everything fit.  Includes source.
  4375.                 Author:  Alan Kent
  4376.  
  4377. DCDemo          A demo version of DiskCat 2.3, a disk catalog program.
  4378.                 Demo is limited to cataloging 100 files at a time.
  4379.                 Binary only.
  4380.                 Author:  Ed Alford, MicroAce Software
  4381.  
  4382. HdDriver        A complete driver for a WD-1002-05 hard disk controller
  4383.                 card.  This card can handle 3 hard disks and 4 floppies,
  4384.                 but the driver currently only handles one hard disk.
  4385.                 Includes source.
  4386.                 Author:  Alan Kent
  4387.  
  4388. QBase           Quick-Base is a "MailBase Management utility", that lets
  4389.                 you define and maintain records of your family, friends,
  4390.                 and other associates.  Currently a maximum of 200
  4391.                 records per file.  Binary only.
  4392.                 Author:  Kevin Harris
  4393.  
  4394. Thai            A simple Thai quiz program developed by the author while
  4395.                 he was learning the Thai language.  It loads complete
  4396.                 Thai sentences and words from a supplied file.  If you
  4397.                 click on the sentence or word gadget the program will
  4398.                 pick a random sentence/word.  You then click on the
  4399.                 Thai/Speak/Phonetic/English gadget to display that
  4400.                 version (or speak it).  Includes source.
  4401.                 Author:  Alan Kent
  4402. CONTENTS OF DISK 99
  4403. -------------------
  4404.  
  4405. This disk contains a distribution of Brian Reed's shareware ray tracing
  4406. package called A-Render, version v.3, binary only.  This looks like a very
  4407. nice package, though I haven't had much time to play with it.  It was
  4408. submitted directly by the author for inclusion in the library.
  4409. CONTENTS OF DISK 100
  4410. --------------------
  4411.  
  4412. Berserk         This animation, unveiled at the September 87 meeting
  4413.                 of the First Amiga Users Group, got Leo a standing ovation.
  4414.                 It is a "must see" for every Amiga user, and ranks up
  4415.                 there with "Juggler" as a premier demo for the Amiga.
  4416.                 Author:  Leo Schwab
  4417.  
  4418. Conman          Extremely useful replacement for the standard console
  4419.                 handler, that provides line editing and command line
  4420.                 histories completely transparent to any application program
  4421.                 that uses CON: windows.  This program is shareware, and well
  4422.                 worth a donation to the author.  Version 1.0, binary only.
  4423.                 Author:  William Hawes
  4424.  
  4425. WBLander        Another interesting Workbench display hack.  This one
  4426.                 is really a game in disguise.  Previously released
  4427.                 on disk number 85 as "Rocket", this one has been
  4428.                 upgraded to have sound effects.  Binary only.
  4429.                 Author:  Peter da Silva
  4430. CONTENTS OF DISK 101
  4431. --------------------
  4432.  
  4433. CirPlane        A circular plane generator for VideoScape 3D.  Generates
  4434.                 a clockwise circular polygon with the specified number
  4435.                 of vertices.  Used, for example, to cap a cylinder or to
  4436.                 generate surface detail.  Version 1.0, includes source.
  4437.                 Author:  Thad Floryan
  4438.  
  4439. IconAssembler   This program loads existing WorkBench icon files and
  4440.                 allows you to change either the primary or alternate
  4441.                 images to another image loaded from an IFF-brush file.
  4442.                 Binary only.
  4443.                 Author:  Stefan Lindahl
  4444.  
  4445. MicroSPELL      MicroSPELL is a standalone spelling checker which scans
  4446.                 text files and reports on misspelled words.  It has a 1000
  4447.                 word "common word" list, a 43,000 word main dictionary, and
  4448.                 supports multiple user dictionaries.  Also interfaces quite
  4449.                 nicely with MicroEMACS 3.9, with an emacs macro to step
  4450.                 through the source file, stopping at each suspect word and
  4451.                 allowing the user to dispose of it in different ways.
  4452.                 Version 1.0, includes source.
  4453.                 Author: Daniel Lawrence
  4454.  
  4455. Midi            A midi library and utilities set.  This looks like a
  4456.                 very complete package, though I have no way of testing
  4457.                 anything since I have no midi hardware.  The midi utilities
  4458.                 include a midi monitor to display incoming midi messages
  4459.                 to the console, a routing utility, a midi library status
  4460.                 utility, and more.  Also includes source.
  4461.                 Author:  Bill Barton
  4462.  
  4463. PsIntrp         A postscript interpreter that reads postscript files and
  4464.                 previews them on an Amiga screen.  Interactive input and
  4465.                 output takes place in a small window.  The page to be
  4466.                 show is composed behind the window in an interlaced screen
  4467.                 with 16 colors.  Can also take input from a file.  Includes
  4468.                 source in assembler.
  4469.                 Author:  Greg Lee
  4470.  
  4471. StartUps        Three replacements for the standard C startup files,
  4472.                 Astartup.obj and LStartup.obj.  The options include
  4473.                 (1) BothStartup.obj, for WorkBench programs or CLI
  4474.                 programs with or without command line parameters,
  4475.                 (2) WBStartup.obj, for WorkBench programs or CLI
  4476.                 programs that require no command line parameters, and
  4477.                 (3) CLIStartup.obj, for CLI programs that require command
  4478.                 line parameters but do not need to be able to be runnable
  4479.                 from WorkBench.  Includes source.
  4480.                 Author:  Bryce Nesbitt
  4481. CONTENTS OF DISK 102
  4482. --------------------
  4483.  
  4484. Dbug            Machine independent macro based C debugging package.
  4485.                 Provides function trace, selective printing of internal
  4486.                 state information, and more.  This is an update to the
  4487.                 version released on disk 41, and now includes a machine
  4488.                 independent profiling mechanism.  Includes source.
  4489.                 Author:  Fred Fish; profiling support by Binayak Banerjee
  4490.  
  4491. Match_stuff     Heavy duty text pattern matching stuff.  The pattern
  4492.                 syntax is an extension of standard AmigaDOS filename
  4493.                 matching.  Also includes some simply matched text
  4494.                 replacement capability.  Includes source.
  4495.                 Author:  Pete Goodeve
  4496.  
  4497. Sectorama       A program designed to help Amiga users recover lost or
  4498.                 damaged data from floppy or hard drives, or to repair
  4499.                 a damaged volume.  The author wrote this out of
  4500.                 frustration with existing tools when he had multiple
  4501.                 hard disk drive failures over the course of several
  4502.                 months.  Binary only.
  4503.                 Author:  David Joiner
  4504.  
  4505. SiliCon         A smart input line interpreter that provides a separate
  4506.                 command window with full editing and recall of previous
  4507.                 commands.  Actual name is "Sili(Con:)".  This is an
  4508.                 update to the version first released on disk number 50.
  4509.                 Binary only.
  4510.                 Author:  Pete Goodeve
  4511.  
  4512. Xicon           Xicon lets you use icons to call up scripts containing CLI
  4513.                 commands.  This is version 2.00, an update to the version
  4514.                 first released on disk 31, and includes close gadgets, window
  4515.                 size specification, text display capability, plus more.
  4516.                 Binary only.
  4517.                 Author: Pete Goodeve
  4518. CONTENTS OF DISK 103
  4519. --------------------
  4520.  
  4521. AvlTrees        Library and test program that implement routines for
  4522.                 creating and using balanced binary trees (AVL trees)
  4523.                 held entirely in memory.  Includes source.
  4524.                 Author:  Paul Vixie
  4525.  
  4526. Calc            A programmable calculator program with similarities to a
  4527.                 hand-held RPN calculator.  Can run either interactively
  4528.                 or in "script" mode by reading programs from a file.
  4529.                 Version 1.0, shareware, binary only.
  4530.                 Author:  Bob Brooks
  4531.  
  4532. Cref            A C cross referencer program.  Includes source.
  4533.                 Author:  Mike Edmonds; Amiga port by Joel Swank
  4534.  
  4535. DosKwik         A pair of programs which allow you to save files, or
  4536.                 a group of files, to one or more floppies for quick
  4537.                 loading (loading up a ram disk for example).  Does not
  4538.                 store files in DOS format, which is why it is faster.
  4539.                 Binary only, shareware.
  4540.                 Author:  Gary Kemper
  4541.  
  4542. IntuiDOS        IntuiDOS is a program to give improved control over,
  4543.                 and handling of, the material on all diskettes in the
  4544.                 'CLI-area' by employing a multi-disk, scrollable
  4545.                 directory and using Intuition techniques to issue
  4546.                 DOS commands.  Written in assembler.  Binary only.
  4547.                 Author:  Lennart Sandin
  4548.  
  4549. MFF-Update      A text import utility for MicroFiche Filer (demo version
  4550.                 released on disk 89) and updates to some PD disk library
  4551.                 databases.  Binary only.
  4552.                 Author:  Gary Samad
  4553.  
  4554. Pack-It         Pack-it will take all the files and directories on a disk
  4555.                 and pack them into a single file for electronic transmission
  4556.                 via modem.  Binary only, shareware.
  4557.                 Author:  Gary Kemper
  4558.  
  4559. Sol             Amiga version of solitaire game posted to usenet some
  4560.                 time ago and modified to use Amiga console control codes
  4561.                 in place of curses calls.  Includes source.
  4562.                 Author:  David Goodenough; Amiga port by Joel Swank
  4563.  
  4564. CONTENTS OF DISK 104
  4565. --------------------
  4566.  
  4567. This is disk 104 of the freely distributable AMIGA software library.
  4568. This disk contains a copy of Glenn Everhart's large and powerful
  4569. spreadsheet program called AnalytiCalc, submitted to me directly by
  4570. Glenn for inclusion in the library.  The remainder of this file
  4571. is Glenn's "Abstract.txt" file that describes AnalytiCalc.
  4572. Source and documentation is included on the disk in arc'd form because
  4573. it otherwise would not all fit on the disk.
  4574.  
  4575.         AnalytiCalc Abstract:
  4576.  
  4577.         AnalytiCalc is a large and powerful spreadsheet program with
  4578. sufficient extra features to have some pretentions of acting as an
  4579. "integrated system". It is a virtual memory system supporting up to
  4580. 18000 columns and 18000 rows, multiple equations per cell, an outlining
  4581. system, built-in cell annotation, and datafile access from any cell(s)
  4582. of the sheet, plus an array of functions not present in most commercial
  4583. spreadsheets. This disk represents the initial Amiga port of AnalytiCalc,
  4584. and as such the console interface is somewhat crude and in addition requires
  4585. use of a custom keymap (one such is supplied) for sensible operation. This
  4586. will be improved upon, but meanwhile the program is released with complete
  4587. sources, documents, and executables. The graphics program and the DIF
  4588. file access program are not yet ported; these will be released when
  4589. they are ready. AnalytiCalc for the Amiga uses files compatible with those
  4590. for AnalytiCalc on MS-DOS, VMS, or RSX-11M or IAS. An example project
  4591. planner spreadsheet is included in the distribution to show off some of
  4592. the things you can do. More example sheets will be forthcoming in the
  4593. future. AnalytiCalc also supports matrix math, FFTs, infinite windowing,
  4594. linear regression, date arithmetic, internal and external macros, LOTS
  4595. of cell addressing modes, goal seeking in up to 8 dimensions, and more.
  4596.  
  4597. [lots more stuff deleted for this posting  -- Fred]
  4598. CONTENTS OF DISK 105
  4599. --------------------
  4600.  
  4601. AsmProgs        Some misc assembly tools, programs, etc.  "AsmFilter"
  4602.                 (actually in AmigaBASIC) turns the output of the Metacomco
  4603.                 disassembler into a file that can be re-assembled.
  4604.                 "AddKickMem" adds the KickStart memory to your free memory
  4605.                 on an Amiga 1000 with Kickstart in ROM.  "Clear" fills
  4606.                 unused areas of memory with a specific byte pattern.
  4607.                 "L" is a replacement for the BCPL "list" program, but
  4608.                 with some graphics enhancements.  "SharpFont" is an
  4609.                 8 pixel non-proportional font.  "Stack" is a replacement
  4610.                 for the BCPL stack program.  Includes some source.
  4611.                 Author:  Glen McDiarmid and Kirk Davies
  4612.  
  4613. BasicProgs      Some more AmigaBASIC programs.  LeastSquare solves
  4614.                 least squares problems and graphs the results.  Curves
  4615.                 is a demo of one use for LeastSquare (find curves to
  4616.                 fit a set of points).  Freud is a Freudian analysis
  4617.                 program.  Includes source, needs AmigaBASIC from Extras.
  4618.                 Author:  George Trepal
  4619.  
  4620. Bison           A replacement for unix "yacc" command.  This is from
  4621.                 the GNU (GNU is Not Unix) effort, and was obtained
  4622.                 from the Free Software Foundation.  This is an update
  4623.                 to the version on disk 51, with some more bug fixes
  4624.                 provided by Fred Walter.  Includes source.
  4625.                 Author: Bob Corbett and Richard Stallman.  Bug fixes
  4626.                         by Johan Widen, Doug Leavitt, & Fred Walter
  4627.  
  4628. DrunkenMouse    Another cute program in the tradition of "display hacks".
  4629.                 Includes source.
  4630.                 Author:  Alex Livshits
  4631.  
  4632. FlamKey         Installs a little key on the WorkBench screen title
  4633.                 bar, and then waits in background until somebody clicks
  4634.                 on the key.  When activated, allows the keyboard and mouse
  4635.                 inputs to be locked out until a password is entered.
  4636.                 Shareware, binary only.
  4637.                 Author:  Alex Livshits
  4638.  
  4639. GravityWars     The object of this game is for one player to hit the
  4640.                 other player's ship with a missle, before being hit
  4641.                 yourself.  The ships and planets don't move, but
  4642.                 aiming the missle in the presence of gravity fields
  4643.                 and black holes makes hitting your target difficult.
  4644.                 Version 2.0, shareware, binary only.  This is an update
  4645.                 to the version on disk number 84.
  4646.                 Author:  Ed Bartz
  4647.  
  4648. IPo2C           A utility to write a C-language definition of the current
  4649.                 intuition pointer to a file, which can then be used
  4650.                 in a program via SetPointer to mimic the intuition pointer.
  4651.                 Includes source.
  4652.                 Author:  Alex Livshits
  4653.  
  4654. Pere-et-Fils    Example of creating and using reentrant processes.
  4655.                 Includes source.
  4656.                 Author: Jean-Michel Forgeas
  4657.  
  4658. Record-Replay   A program that records a sequence of mouse and keyboard
  4659.                 events as they occur and stores them in a file.  The file
  4660.                 can be played back to cause the same sequence of events to
  4661.                 occur again.  Very useful for creating demonstrations
  4662.                 of programs or documenting repeatable bugs.  This is
  4663.                 version 2.0, an update to the version on disk 95.
  4664.                 Shareware, binary only.
  4665.                 Author:  Alex Livshits and J-M. Forgeas
  4666. CONTENTS OF DISK 106
  4667. --------------------
  4668.  
  4669. FuncKey         A shareware function key editor, submitted by the author
  4670.                 for inclusion in the library.  This is version 1.1, an
  4671.                 update to the version on disk 89. Binary only (source
  4672.                 available from author).
  4673.                 Author:  Anson Mah
  4674.  
  4675. MoreArt         A small selection of some additional Amiga artwork
  4676.                 submitted to me since the last "art" disk.
  4677.                 Authors:  Dana Dominiak and Larry Zasitko
  4678.  
  4679. QuickFlix       An IFF slideshow and cel animation program that takes
  4680.                 full advantage of the Amiga's multitasking operating
  4681.                 system, supports all the graphics modes, can run with
  4682.                 internal timing or be triggered by an external source,
  4683.                 caches images in memory to achieve rapid frame rate,
  4684.                 etc.  Version 0.13, binary only, shareware.
  4685.                 Author:  Jeff Kunzelman, Rodney Iwashina, Takeshi Suganuma
  4686.  
  4687. RistiNolla      A Finnish game.  The name means something like CrossZero,
  4688.                 and is also called Go-Moku.  Version 1.0, shareware, binary
  4689.                 only.
  4690.                 Author:  Mika Pihlajamaki
  4691. CONTENTS OF DISK 107
  4692. --------------------
  4693.  
  4694. 3DPlot          A plotting program which draws a surface removing
  4695.                 hidden lines. Converted to FORTRAN-77 from an AmigaBasic
  4696.                 version from Disk 71. Version 1.1, includes source.
  4697.                 Author:  Original Author Unknown,
  4698.                 FORTRAN Conversion by James R. White
  4699.  
  4700. AmigaPlot       An x-y plotting package for scientest or engineers.
  4701.                 Plots up to 30 curves, each of which may contain up to 1000
  4702.                 data points using options stored in a data file. This program
  4703.                 is shareware. Version 1.20, source available from author.
  4704.                 Author:  James R. White
  4705.  
  4706. Convert         Converts a file containing rows and columns of numbers
  4707.                 to a Lattice Unicalc spreadsheet file. This program is
  4708.                 shareware, and includes source.
  4709.                 Author:  James R. White
  4710.  
  4711. Drill           A program to drill children in addition, subtraction,
  4712.                 and multiplication. Written in FORTRAN-77. This program is
  4713.                 shareware and includes source.
  4714.                 Author:  James R. White
  4715.  
  4716. SlowCopy        A program to slowly copy a file to the printer to avoid
  4717.                 filling the printer buffer. Written in FORTRAN-77. Version
  4718.                 1.11, includes source. This program is shareware.
  4719.                 Author:  James R. White
  4720.  
  4721. StopWatch       A CLI utility program to print out the elapsed
  4722.                 time between keypresses. Useful for timing benchmark
  4723.                 Written in FORTRAN-77, includes source.
  4724.                 This program is shareware.
  4725.                 Author:  James R. White
  4726.  
  4727. Text Files      Two text files describing how to build a batch
  4728.                 file using public domain programs to do an incremental
  4729.                 hard disk backup in less than five minutes, and how to
  4730.                 avoid interlace flicker.
  4731.                 Author: James R. White
  4732. CONTENTS OF DISK 108
  4733. --------------------
  4734.  
  4735. AList           A directory listing program based on Dave Haynie's LD4
  4736.                 program, with extensions and enhancements.  Includes source.
  4737.                 Author:  Ed Kivi (original by Dave Haynie)
  4738.  
  4739. MonIDCMP        MonIDCMP lets you monitor the IntuiMessages that pass through
  4740.                 an IDCMP window.  It prints the message class, mouse
  4741.                 coordinates, qualifier values, and other useful information
  4742.                 when appropriate.  Great for debugging applications and
  4743.                 for snooping around in the inner workings of other programs.
  4744.                 Includes source.
  4745.                 Author:  Davide Cervone
  4746.  
  4747. Steam           A program to calculate the thermodynamic, heat
  4748.                 transport and critical flow properties of water, both for
  4749.                 single and two-phase mixtures. Version 1.10, FORTRAN-77
  4750.                 source available from author. This program is shareware.
  4751.                 Author:  James R. White
  4752.  
  4753. Tek             An enhanced version of Dave Wecker's vt100 (v2.6) which
  4754.                 includes emulation for a Tektronix 4010/4014 graphics
  4755.                 terminal.  This is a much improved version of the Tek4010
  4756.                 program from disk number 52.  Includes source.
  4757.                 Author:  Enhancements by Nick Giordano and Terry Whelan
  4758. CONTENTS OF DISK 109
  4759. --------------------
  4760.  
  4761. Machine         A neat new animation from Allen Hastings.
  4762.                 Author:  Allen Hastings
  4763.  
  4764. SimCPM          A CP/M simulator for the Amiga.  Simulates an 8080
  4765.                 along with H19 terminal emulation.  Includes source.
  4766.                 Author:  Jim Cathey; Amiga port by Charlie Gibbs
  4767.  
  4768. UUpc            Version 1.0 of a suite of programs that will allow you
  4769.                 hook up your Amiga as a usenet node.  Includes source.
  4770.                 Author:  Richard Lamb, Stuart Lynne, Jeff Lydiatt
  4771. CONTENTS OF DISK 110
  4772. --------------------
  4773.  
  4774. A68k            A 68000 assembler originally written in Modula-2 in
  4775.                 1985 and converted to C by Charlie Gibb in 1987.  Has
  4776.                 been converted to accept metacomco-compatible assembler
  4777.                 source code and to generate Amiga objects.  Includes source.
  4778.                 Author:  Brian Anderson; C translation and Amiga work
  4779.                          done by Charlie Gibb
  4780.  
  4781.  
  4782. Pdc             An optimizing C compiler for the 68000 processor.  This
  4783.                 is an update to the version first released on disk 53,
  4784.                 though apparently not based on the code from that disk.
  4785.                 Major porting work was done by Jeff Lydiatt to get it to
  4786.                 the point where it would compile and execute simple programs
  4787.                 on the Amiga.  This version now generates metacomco-
  4788.                 compatible assembler source code, which can be assembled by
  4789.                 the assembler also provided on this disk and then linked by
  4790.                 the freely redistributable linker "blink" (also provided).
  4791.                 Includes all compiler source and some library and startup
  4792.                 source code.  Requires amiga.lib from developers kit to
  4793.                 generate complete running example executables.
  4794.                 Author:  Matthew Brandt; major porting work by Jeff Lydiatt
  4795. CONTENTS OF DISK 111
  4796. --------------------
  4797.  
  4798. AmyLoad         A graphical monitor of cpu, blitter, and memory use.
  4799.                 Includes two components; load.device, which monitors
  4800.                 system parameters, and amyload, which is the user
  4801.                 interface and display program.  Includes source.
  4802.                 Author:  Jeff Kelley
  4803.  
  4804. AssignDev       Assigns multiple names to a given device.  For example,
  4805.                 allows the names "df0:" and "df3:" to refer to the
  4806.                 same physical device.  This is a modified version of
  4807.                 the original released on disk number 79.  Includes source.
  4808.                 Author:  Phillip Lindsay, mods by Olaf Seibert
  4809.  
  4810. Gauge           Continuously displays memory usage in a vertical bar
  4811.                 graph, similar to the workbench "fuel gauge" type
  4812.                 display for disk space.  Binary only.
  4813.                 Author:  Peter da Silva
  4814.  
  4815. HeliosMouse     Another "sunmouse" type program.  Automatically activates
  4816.                 a window simply by moving the mouse pointer into the window.
  4817.                 Version 1.1, an update to the version released on disk 94.
  4818.                 Includes source.
  4819.                 Author:  Davide Cervone
  4820.  
  4821. Labels          Alphabetic and numeric ordered cross reference lists
  4822.                 of defined system constants.  Recommended for debugging
  4823.                 purposes only, use the symbolic values in programs!
  4824.                 Author:  Olaf Seibert
  4825.  
  4826. Mandel          Another mandelbrot generator program, with bits and pieces
  4827.                 of code from C. Heath and R.J. Mical.  Includes source.
  4828.                 Author:  Olaf Seibert
  4829.  
  4830. PopLife         A PopCLI type thingie that instead plays life all over your
  4831.                 screen.  Lots of bits and pieces from Tomas Rokicki's blitlab
  4832.                 and John Toebes' PopCLI.  Includes source.
  4833.                 Author:  Olaf Seibert
  4834. CONTENTS OF DISK 112
  4835. --------------------
  4836.  
  4837. BeachBirds      Jerrold Tunnell's entry to the Badge Killer Demo
  4838.                 Contest.  Uses sprites and sound to portray a beach
  4839.                 scene.  Runs on a 512K machine.  Binary only.
  4840.                 Author:  Jerrold Tunnell
  4841.  
  4842. Bully           Mike Meyer's entry for the Badge Killer Demo Contest.
  4843.                 Pushes all open screens around (thus the name "bully").
  4844.                 Designed for showing off more than one demo at a time
  4845.                 Includes source.
  4846.                 Author:  Mike Meyer
  4847.  
  4848. DropShadow      Dropshadow version 2, rev 0, for use with Bryce
  4849.                 Nesbitt's Wavebench demo.  Binary only.
  4850.                 Author:  Jim Mackraz
  4851.  
  4852. HagenDemos      Joel Hagen's Badge Killer Demo contest entries, "RGB"
  4853.                 and "Focus".  RGB was the overall winner of the contest.
  4854.                 It requires a one meg Amiga to run.  Binary only.
  4855.                 Author:  Joel Hagen
  4856.  
  4857. Viacom          Latest version of viacom for use in conjunction with
  4858.                 the WaveBench demo.  Binary only.
  4859.                 Author:  Leo Schwab and Bryce Nesbitt
  4860.  
  4861. WaveBench       This is Bryce Nesbitt's Badge Killer Demo Contest entry.
  4862.                 It is a neat screen hack, and runs on 512K machines.
  4863.                 For more laughs, try in conjunction with Viacom or
  4864.                 Ds (Dropshadow).  Includes source.
  4865.                 Author:  Bryce Nesbitt
  4866. CONTENTS OF DISK 113
  4867. --------------------
  4868.  
  4869. AmiCron         A simple Unix "cron" type program, which is a background
  4870.                 task that uses a disk-resident table to automatically
  4871.                 run certain tasks on a regular basis, at specific times.
  4872.                 Version 2.3, includes source.
  4873.                 Author:  Steve Sampson, Amiga port by Rick Schaeffer
  4874.  
  4875. Dme             Version 1.28f of Matt's text editor.  Dme is a simple
  4876.                 WYSIWYG editor designed for programmers.  It is not a
  4877.                 WYSIWYG word processor in the traditional sense.  Features
  4878.                 include arbitrary key mapping, fast scrolling, title-line
  4879.                 statistics multiple windows, and ability to iconify windows.
  4880.                 Update to version on disk number 93, includes source.
  4881.                 Author:  Matt Dillon
  4882.  
  4883. DosDev          Example DOS device driver in Manx C.  Version 1.10,
  4884.                 includes source.
  4885.                 Author:  Matt Dillon
  4886.  
  4887. M2Amiga         Demo version of the final product M2Amiga. A fast single
  4888.                 pass Modula-2 compiler with editor, linker, a small set of
  4889.                 interface and standard libraries. Compiles only small demo
  4890.                 programs by limiting codesize and imports.  Further
  4891.                 development of the ETHZ compiler on Disk 24. Binary only.
  4892.                 Demos with source.
  4893.                 Authors: R. Degen, C. Nieder, M. Schaub, J. Straube (AMSoft)
  4894.  
  4895. NoIconPos       This program clears the position info of any of your icons
  4896.                 to allow WorkBench to pick a reasonable place for the icon
  4897.                 again. Useful for disk and drawer icons where Snapshot
  4898.                 rewrites the icon and the window information. Written in
  4899.                 Modula-2, another demo for M2Amiga, showing the simplicity
  4900.                 of programming with this Modula-2 compiler.
  4901.                 Author: Markus. Schaub
  4902. CONTENTS OF DISK 114
  4903. --------------------
  4904.  
  4905. CDecl           English to C (and vice versa) translator for C
  4906.                 declarations.  This little gem will translate english
  4907.                 such as "declare foo as pointer to function returning
  4908.                 pointer to array 10 of pointer to long" into
  4909.                 "long *(*(*foo)())[10]", and vice versa.  An absolute
  4910.                 must for anyone except possibly the most hardcore C guru.
  4911.                 Includes source.
  4912.                 Author:  Graham Ross
  4913.  
  4914. Vt100           Version 2.7 of Dave's vt100 terminal emulator with
  4915.                 kermit and xmodem file transfer.  Includes a few bug
  4916.                 fixes posted to Usenet shortly after the posting of
  4917.                 version 2.7.  This is an update to the version released
  4918.                 on disk 55.  Includes source.
  4919.                 Author:  Dave Wecker
  4920.  
  4921. WBLander        This entry from the Badge Killer Demo Contest is
  4922.                 a special version of the WBLander program from
  4923.                 disk 100.  The ending is unique.  Also uses sound
  4924.                 effectively.  Includes source.
  4925.                 Authors:  Peter da Silva and Karl Lehenbauer
  4926. CONTENTS OF DISK 115
  4927. --------------------
  4928.  
  4929. Killer          Killer is an incredible demo written by Robert Wilt.
  4930.                 It won fourth place in the Badge Killer Demo Contest.
  4931.                 Requires at least one meg of memory to run.  Sound is
  4932.                 also an important part of the demo so be sure to turn
  4933.                 it up.  Binary only.
  4934.                 Author:  Robert Wilt
  4935.  
  4936. Marketroid      Marketroid is Leo's entry for the Badge Killer Demo
  4937.                 Contest.  It is another devious sprite oriented demo
  4938.                 with lots of "in" jokes.  Runs on a 512K machine.
  4939.                 Includes source.
  4940.                 Author:  Leo Schwab
  4941. CONTENTS OF DISK 116
  4942. --------------------
  4943.  
  4944. Movies          A ram animation system with three different example
  4945.                 animations; Kahnankas, Rocker, and F-15.  Kahnankas won
  4946.                 a close second in the Badge Killer Demo Contest.  Both
  4947.                 Kahnankas and Rocker run on a 512K Amiga and show off
  4948.                 overscan HAM mode.  Includes a animation player program
  4949.                 (movie), animation builder programs (dilbm, pilbm), and
  4950.                 a text/graphics display program (vilbm).
  4951.                 Authors:  Eric Graham, Ken Offer,
  4952. CONTENTS OF DISK 117
  4953. --------------------
  4954.  
  4955. AMUC_Demo       A really neat horizontal scrolling demo that is a
  4956.                 2400 x 200 pixel 32 color IFF picture composed of
  4957.                 digiview snapshots of members of the AMiga Users
  4958.                 of Calgary, superimposed on a very wide picture of the
  4959.                 Calgary Skyline.  Binary only.
  4960.                 Author:  Stephen Vermeulen and Stephen Jeans
  4961.  
  4962. ExP_Demo        Demo version of Express Paint 1.1.  This is the program
  4963.                 that was used to create the huge scrolling demo picture
  4964.                 in the AMUC_Demo drawer on this same disk.  Binary only.
  4965.                 Author:  Stephen Vermeulen
  4966. CONTENTS OF DISK 118
  4967. --------------------
  4968.  
  4969. Empire          This is a complete rewrite, from the ground up, in
  4970.                 Draco, of Peter Langston's Empire game.  Empire is
  4971.                 a multiplayer game of exploration, economics, war,
  4972.                 etc, which can last a couple of months.  Can be
  4973.                 played either on the local keyboard or remotely
  4974.                 through a modem.  This is version 1.0, shareware,
  4975.                 and includes source code.
  4976.                 Author:  Chris Gray, original game by Peter Langston
  4977.  
  4978. HAMmmm          This is Phil's entry for the Badge Killer Demo Contest.
  4979.                 HAMmmm displays lines whose end points are bouncing around
  4980.                 the screen, which is a double buffered HAM screen.
  4981.                 The Y positions of the points are continuously copied
  4982.                 into an audio waveform that is played on all four
  4983.                 channels, and the pitch of a just intoned chord is
  4984.                 derived from the average X position of these points.
  4985.                 Includes source in JForth.
  4986.                 Author:  Phil Burk
  4987.  
  4988. Stars           Hobie's entry for the Badge Killer Demo Contest.
  4989.                 Based on original code by Leo Schwab, has credits
  4990.                 longer than the actual demo.  Runs on 512K Amiga.
  4991.                 Binary only.
  4992.                 Author:  Hobie Orris
  4993.  
  4994. WireDemo        Matt's entry for the Badge Killer Demo Contest.
  4995.                 Demonstrates the Amiga's line drawing speed.
  4996.                 Runs on a 512K Amiga.  Includes source.
  4997.                 Author:  Matt Dillon
  4998. CONTENTS OF DISK 119
  4999. --------------------
  5000.  
  5001. MicroEMACS      Version 3.9e of Daniel Lawrence's variant of Dave
  5002.                 Conroy's microemacs.  This is an update to the version
  5003.                 released on disk 93.  Also included, for the first time,
  5004.                 is extensive documentation in machine readable form.
  5005.                 Includes source.
  5006.                 Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  5007. CONTENTS OF DISK 120
  5008. --------------------
  5009.  
  5010. Amoeba          This clone of Space Invaders is one of the best freely
  5011.                 redistributable games for the Amiga to date.  Unlike
  5012.                 many commercial games, it even works correctly in a
  5013.                 multitasking environment (by not requiring you to
  5014.                 reboot just to play a game).  Highly recommended!
  5015.                 Binary only.
  5016.                 Author:  LateNight Developments
  5017.  
  5018. BackGammon      A graphical Backgammon game done as an undergraduate
  5019.                 A.I. course project.  Version 1.0, includes source.
  5020.                 Author:  Robert Pfister
  5021.  
  5022. Bankn           A complete checkbook system offered by the author as
  5023.                 shareware.  Version 1.3, binary only.
  5024.                 Author:  Hal Carter
  5025.  
  5026. EgyptianRun     Cute little "road race + hazards" type game.  Version
  5027.                 1.1, binary only, shareware, source available from author.
  5028.                 Author:  Chris Hames
  5029.  
  5030. IconImage       Program to replace an old icon image with a new image,
  5031.                 without affecting icontype, drawer data, etc.
  5032.                 Includes source.
  5033.                 Author:  Denis Green
  5034. CONTENTS OF DISK 121
  5035. --------------------
  5036.  
  5037. BasicStrip      An AmigaBASIC program that helps to convert programs
  5038.                 written in other forms of Basic to AmigaBASIC.
  5039.                 Author:  George Trepal
  5040.  
  5041. DataPlot        A shareware plotting program written in AmigaBASIC.
  5042.                 Also includes a least squares curve fit program.
  5043.                 Author:  Dale Holt
  5044.  
  5045. Plot            A shareware 3-D graphing program written in AmigaBASIC,
  5046.                 with some sample output plots.  Source available from
  5047.                 author.
  5048.                 Author:  George Trepal
  5049.  
  5050. Stairs          This AmigaBASIC program demonstrates a musical
  5051.                 illusion based upon perceptual circularity of widely
  5052.                 spaced tones whose volumes are defined as a
  5053.                 sinusoidal relationship to their frequency.
  5054.                 Author:  Gary Cuba
  5055.  
  5056. Uedit           Version 2.3 of this nice shareware editor.  Has learn
  5057.                 mode, a command language, menu customization, and other
  5058.                 user configurability and customizability features.
  5059.                 Binary only, shareware, update to version on disk 60.
  5060.                 Author:  Rick Stiles
  5061.  
  5062. WBColors        A simple little program to change the Workbench colors
  5063.                 to a predetermined color set, for programs that expect
  5064.                 to be booted off their distribution disk but instead
  5065.                 are run from a hard disk.  Includes source.
  5066.                 Author:  Stefan Lindahl
  5067. CONTENTS OF DISK 122
  5068. --------------------
  5069.  
  5070. Asteriods       Nicely done "blast the asteriods" type game.  Unique
  5071.                 feature is that all the images and sounds are replaceable
  5072.                 by the end user.  So instead of ships and rocks, you can
  5073.                 have an Amiga against a horde of IBMPC's if you wish.
  5074.                 Author:  Rico Mariani
  5075.  
  5076. Iff2Pcs         An interactive puzzle program that takes any IFF file
  5077.                 containing up to 16 colors, and breaks it up into squares
  5078.                 to make a puzzle which the user can then piece back
  5079.                 together again.  Version 1.0, includes source.
  5080.                 Author:  Ali Ozer
  5081.  
  5082. Names           A shareware program to create and manage mailing lists.
  5083.                 Binary only.
  5084.                 Author:  Ernie Nelson
  5085.  
  5086. Pr              A little utility to print listings in different formats.
  5087.                 Similar to the Unix "pr" program.  Includes source.
  5088.                 Author:  Samuel Paolucci
  5089.  
  5090. PushOver        A neat little board strategy game, in AmigaBASIC.  Push
  5091.                 your pieces onto the board until you get five in a row
  5092.                 in any direction.  Includes source.
  5093.                 Author:  Russ Yost
  5094.  
  5095. PuzzlePro       Create a puzzle from an IFF picture, which the user can
  5096.                 then piece back together again.  Written in AmigaBASIC.
  5097.                 Version 1.0, binary only, shareware, source available
  5098.                 from author.
  5099.                 Author:  Syd Bolton
  5100. CONTENTS OF DISK 123
  5101. --------------------
  5102.  
  5103. Arp             ARP stands for "AmigaDOS Replacement Project".  Arp
  5104.                 is an effort led by Charlie Heath of Microsmiths Inc.,
  5105.                 to replace the current DOS in a compatible fashion, so
  5106.                 that current programs will continue to work.  Arp also
  5107.                 makes whatever improvements are possible, so that current
  5108.                 and future programs will work better.
  5109.                 Author:  Various authors contributed work
  5110.  
  5111. Car             This animation is one of Allen's entries to the Badge
  5112.                 Killer Demo Contest.  It apparently is an inside joke
  5113.                 relating to a well known Amigan's experience with
  5114.                 a certain highend graphics hardware manufacturer.
  5115.                 Author:  Allen Hastings
  5116. CONTENTS OF DISK 124
  5117. --------------------
  5118.  
  5119. Icons           Some sample animated icons.  You might find just the
  5120.                 icon for that refugee CLI program you've been meaning
  5121.                 to make runable from the WorkBench environment.
  5122.                 Author:  L. Pfost
  5123.  
  5124. Tarot           An AmigaBASIC program written by the author as an exercise
  5125.                 for learning BASIC.  Contains some nice graphic renditions
  5126.                 of tarot cards.
  5127.                 Author:  L.Pfost
  5128. CONTENTS OF DISK 125
  5129. --------------------
  5130.  
  5131. ElGato          This animation is Kevin's entry to the Badge Killer
  5132.                 Demo Contest.  It also has a background music
  5133.                 arrangement, that requires Sonix to use.
  5134.                 Author:  Kevin Sullivan
  5135. CONTENTS OF DISK 126
  5136. --------------------
  5137.  
  5138. Colour          A program to manipulate the colors of specific named
  5139.                 screens, saving their current color sets to data files,
  5140.                 loading new color sets from data files, or interactively
  5141.                 changing the colors.  Includes source.
  5142.                 Author:  John Russell
  5143.  
  5144. Dance           These two programs, "dancing polygons", are John's
  5145.                 entry to the Badge Killer Demo Contest.  They are
  5146.                 variations of one another, but demonstrate the range
  5147.                 of colors available on the Amiga.  Includes source.
  5148.                 Author:  John Olsen
  5149.  
  5150. HBHill          This animation is one of Kevin's entries to the Badge
  5151.                 Killer Demo Contest.  It is the first known animation
  5152.                 that makes use of the Amiga's "Extra Half Brite" mode.
  5153.                 Author:  Kevin Sullivan
  5154.  
  5155. Iconify         A subroutine that creates an icon on the Amiga screen
  5156.                 that can be subsequently dragged around, and double-
  5157.                 clicked on.  You can use this to have your programs
  5158.                 "iconify" themselves to temporarily get out of the user's
  5159.                 way.  Includes source and demo program.
  5160.                 Author:  Leo Schwab
  5161.  
  5162. OnlyAmiga       This animation is Iqbal's entry to the Badge Killer
  5163.                 Demo Contest.  It consists of tree balls being
  5164.                 juggled by pyramids rotating on their tops.
  5165.                 Author:  Iqbal Singh Hans
  5166.  
  5167. Suplib          The support library needed to rebuild various programs
  5168.                 of Matt's from the source, including DME, DTERM, etc.
  5169.                 Includes source.
  5170.                 Author:  Matt Dillon
  5171.  
  5172. VCheck          Version 1.2 of the virus detection program from
  5173.                 Commodore Amiga Technical Support.  This version
  5174.                 will test for the presence of a virus in memory,
  5175.                 or on specific disks.  Binary only.
  5176.                 Author:  Bill Koester.
  5177. CONTENTS OF DISK 127
  5178. --------------------
  5179.  
  5180. Bounce          This program is Steve and Tom's entry for the Badge
  5181.                 Killer Demo Contest.  It creates little dots that
  5182.                 bounce around and multiply.  Includes source.
  5183.                 Author:  Steve Hansel and Tom Hansel
  5184.  
  5185. Nemesis         This demo is Mark's entry to the Badge Killer Demo
  5186.                 Contest.  It is quite small for what it does, and
  5187.                 won fifth place in the contest.  Binary only.
  5188.                 Author:  Mark Riley
  5189.  
  5190. Ripples         This animation is one of Allen Hastings' entries to
  5191.                 the Badge Killer Demo Contest.  Unlike most other
  5192.                 animations, it shows a fixed object from a moving
  5193.                 point of view, rather than a moving object from a
  5194.                 fixed point of view.
  5195.                 Author:  Allen Hastings
  5196. CONTENTS OF DISK 128
  5197. --------------------
  5198.  
  5199. Dis             A 68000 disassembler, written in 68000 assembler.
  5200.                 Includes source.
  5201.                 Author:  Greg Lee
  5202.  
  5203. DropCloth       DropCloth lets you place a pattern, a 2 bitplane IFF
  5204.                 image or a combination of a pattern and image, into
  5205.                 the WorkBench backdrop.  Version 2.2, shareware,
  5206.                 binary only.
  5207.                 Author:  Eric Lavitsky
  5208.  
  5209. LedClock        An extremely simple clock program, for interlaced
  5210.                 screens only.  Includes source.
  5211.                 Author:  Ali Ozer
  5212.  
  5213. MRBackUp        A hard disk backup utility, that does a file by file
  5214.                 copy to standard AmigaDOS floppy disks.  Includes an
  5215.                 intuition interface and file compression.  Version 1.3,
  5216.                 includes source.
  5217.                 Author:  Mark Rinfret
  5218.  
  5219. Paint           A simple screen painting program, written in web.
  5220.                 Requires web preprocessing program to rebuild from
  5221.                 source.  Includes source in web.
  5222.                 Author:  Greg Lee
  5223.  
  5224. PrtDriver       A printer driver for the Toshiba "3 in one" printer in
  5225.                 its Qume (best) mode.  Includes source in C and
  5226.                 assembler.
  5227.                 Author:  Rico Mariani
  5228.  
  5229. SDBackUp        A hard disk backup utility.  CLI interface only.
  5230.                 Does file compression.  Version 1.1, binary only.
  5231.                 Author:  Steve Drew
  5232.  
  5233. Sed             A clone of the Unix sed (Stream EDitor) program.
  5234.                 Includes source.
  5235.                 Author:  Eric Raymond
  5236.  
  5237. wKeys           A "hot-keys" program that binds keyboard function
  5238.                 keys to window manipulation functions (window activation,
  5239.                 front to back, moving screens, etc).  Includes source.
  5240.                 Author:  Davide Cervone
  5241.  
  5242. DISK 129
  5243. --------
  5244.  
  5245. DosKwik         A pair of programs which allow you to save files, or
  5246.                 a group of files, to one or more floppies for quick
  5247.                 loading (loading up a ram disk for example).  Does not
  5248.                 store files in DOS format, which is why it is faster.
  5249.                 Version 2.0, update to version on disk 103.  Binary
  5250.                 only, shareware.
  5251.                 Author:  Gary Kemper
  5252.  
  5253. MRBackUp        A hard disk backup utility, that does a file by file
  5254.                 copy to standard AmigaDOS floppy disks.  Includes an
  5255.                 intuition interface and file compression.  Versions
  5256.                 2.0 (with sources) and 2.1 (binary only, source available
  5257.                 from author).  This is an update to version on disk 128.
  5258.                 Author:  Mark Rinfret
  5259.  
  5260. PaintJet        An "official" Hewlett Packard PaintJet printer driver
  5261.                 received directly from HP sources.  Don't settle for
  5262.                 a bogus one, or pay the $50 some vendors are apparently
  5263.                 asking for one.
  5264.                 Author:  Unknown
  5265.  
  5266. Patch           Two independent ports of the very useful Unix utility
  5267.                 "patch", which applies context diffs to text files
  5268.                 to automatically update them.  Patch version 1.3 was
  5269.                 ported to the Amiga by Rick Coupland and patch version
  5270.                 2.0 was ported by Johan Widen.  Includes source.
  5271.                 Author:  Larry Wall
  5272. DISK 130
  5273. --------
  5274.  
  5275. DirMaster       A very nicely done shareware disk cataloger, submitted
  5276.                 by the author for inclusion in the library.  This is version
  5277.                 1.1, an update to the version released on disk 108.  Lots
  5278.                 of neat new features and enhancements.  Binary only.
  5279.                 Author:  Greg Peters
  5280.  
  5281. Evo             A human evolution toy/tutorial.  Includes source.
  5282.                 Author:  Steve Bonner
  5283.  
  5284. Hp              A nice RPN calculator program that supports calculations
  5285.                 with binary, octal, decimal, hex, float, and complex
  5286.                 numbers.  Other features include 32 registers for storing
  5287.                 data and transcendental functions.  Version 1.0, includes
  5288.                 source.
  5289.                 Author:  Steve Bonner
  5290.  
  5291. Mach            A "mouse accelerator" program that also includes hotkeys,
  5292.                 the features of sun mouse, clicktofront, and popcli, a
  5293.                 title bar clock with a bbs online charge accumulator, and
  5294.                 more.  Version 1.6a, includes source.
  5295.                 Author:  Brian Moats
  5296.  
  5297. PatEdit         A pattern editor for creating patterns to input to
  5298.                 the Amiga SetAfPt macro call.  This call sets the
  5299.                 area fill pattern for the area filling graphics calls
  5300.                 such as RectFill, AreaDraw, etc.  Includes source.
  5301.                 Author:  Don Hyde
  5302.  
  5303. QMan            Mandelbrot generator written partially in assembly for
  5304.                 speed.  Includes source.
  5305.                 Author:  Steve Bonner
  5306. DISK 131
  5307. --------
  5308.  
  5309. Dfc             Copies disks like Maurader, but multitasks.  Replaces both
  5310.                 diskcopy and format but is smaller than either.  It even has
  5311.                 a nice little Intuition interface.  Includes source.
  5312.                 Author:  Tomas Rokicki
  5313.  
  5314. HyperBase       Nice little shareware database management system.
  5315.                 Version 1.6, binary only, source available from authors.
  5316.                 Update to version on disk number 58.
  5317.                 Author:  Michael MacKenzie, Marc Mengel, and Craig Norborg
  5318.  
  5319. Life            A new version of Tomas's ancient Life game, but with a new
  5320.                 macro language for setting up patterns, some good examples,
  5321.                 and some more good stuff.  Includes source.
  5322.                 Author:  Tomas Rokicki
  5323.  
  5324. Mackie          A Popcli replacement that draws pretty lines on the screen
  5325.                 in blanking mode.  Includes source.
  5326.                 Author:  Software Distillery; enhancements by Tomas Rokicki
  5327.  
  5328. Mg1b            A version of Mg1b with an ARexx port and other improvements
  5329.                 by Tomas Rokicki.  Finally you can define macros and bind
  5330.                 them to function keys in your startup file!  Includes
  5331.                 source.
  5332.                 Author:  Various; enhancements by Tomas Rokicki
  5333.  
  5334. WFrags          Another version of Frags, but this one pops up a nice little
  5335.                 window that updates occasionally.  Necessary for developers
  5336.                 who wonder what their program is doing to memory, or wonder
  5337.                 why they can't load that program.  Includes source.
  5338.                 Author:  Tomas Rokicki
  5339. DISK 132
  5340. --------
  5341.  
  5342. Berserk         This animation, unveiled at the September 87 meeting
  5343.                 of the First Amiga Users Group, got Leo a standing ovation.
  5344.                 It is a "must see" for every Amiga user, and ranks up
  5345.                 there with "Juggler" as a premier demo for the Amiga.
  5346.  
  5347.                 The difference between this distribution, and the one
  5348.                 on disk 100, is that this one includes "source".  I.E.
  5349.                 it contains all the object descriptions necessary to
  5350.                 recreate the animation.  Thus you can, if you like,
  5351.                 try modifying various objects to create slightly
  5352.                 different animations, or use it as an example for
  5353.                 creating your own animations.
  5354.  
  5355.                 Seldom does a disk get devoted to a single program,
  5356.                 however animation is one of the Amiga's greatest
  5357.                 strengths, and I felt it was appropriate to have at
  5358.                 least one animation that was available at the
  5359.                 "source code" level.
  5360.  
  5361.                 Author:  Leo Schwab
  5362. DISK 133
  5363. --------
  5364.  
  5365. Conman          Extremely useful replacement for the standard console
  5366.                 handler, that provides line editing and command line
  5367.                 histories completely transparent to any application program
  5368.                 that uses CON: windows.  This program is shareware, and well
  5369.                 worth a donation to the author.  Version 1.1, binary only,
  5370.                 update to version on disk 100.  New features include
  5371.                 additional editing keys, fast search keys, undo key, clear
  5372.                 history command, and more.
  5373.                 Author:  William Hawes
  5374.  
  5375. Crc             Two programs that are very useful for generating
  5376.                 16-bit CRC listings of the contents of disks, and
  5377.                 verifying that a given disk's files still compute
  5378.                 to the same CRC's as listed.  Version 1.0, binary
  5379.                 only.
  5380.                 Author:  Don Kindred
  5381.  
  5382. CrcLists        Complete CRC check files for disks 1-128 of the
  5383.                 library, using the Crc program also included on
  5384.                 this disk.  These were made directly from my master
  5385.                 disks.
  5386.                 Author:  Fred Fish
  5387.  
  5388. Overscan        Patches the Intuition library so that sizable windows
  5389.                 with MaxHeight of 200 (400 in interlace) and screens with
  5390.                 Height of 200 (400 in interlace) will take advantage of
  5391.                 the PAL overscan capability of Intuition V1.2.  This
  5392.                 seems to be useful only for European users that wish
  5393.                 to run software written for the American market, without
  5394.                 modifying the applications, but still using the additional
  5395.                 space.  Includes source.
  5396.                 Author:  Ari Freund
  5397. DISK 134
  5398. --------
  5399.  
  5400. BoingThrows     A 50 frame HAM animation done with Sculpt-3D, and
  5401.                 minor touchups with DigiPaint.  The animation took
  5402.                 about 325 hours of runtime to generate.
  5403.                 Author:  Marvin Landis
  5404.  
  5405. Browser         A workbench tool, using text-only windows, that makes
  5406.                 all files in the system accessible for executing,
  5407.                 copying, moving, renaming, deleting, etc.  Billed
  5408.                 as a "programmers workbench".  Version 1.2, binary
  5409.                 only.
  5410.                 Author:  Peter da Silva
  5411.  
  5412. Dme             Version 1.29 of Matt's text editor.  Dme is a simple
  5413.                 WYSIWYG editor designed for programmers.  It is not a
  5414.                 WYSIWYG word processor in the traditional sense.  Features
  5415.                 include arbitrary key mapping, fast scrolling, title-line
  5416.                 statistics multiple windows, and ability to iconify windows.
  5417.                 Update to version on disk number 113, includes source.
  5418.                 Author:  Matt Dillon
  5419.  
  5420. Find            Find is a utility which searches for files that satisfy
  5421.                 a given boolean expression of attributes, starting from
  5422.                 a root pathname and searching recursively down through
  5423.                 the hierarchy of the file system.  Very much like the
  5424.                 Unix find program.  Version 1.0, includes source.
  5425.                 Author:  Rodney Lewis
  5426.  
  5427. Library         Demo version of a shareware program that stores textual
  5428.                 information without regard to structure or content, and
  5429.                 allows complicated searching for specific patterns.
  5430.                 Written in assembler for speed, binary only.
  5431.                 Author:  Bill Brownson
  5432.  
  5433. SmartIcon       This shareware program, submitted by the author,
  5434.                 is an Intuition objects iconifier.  Version 1.0
  5435.                 is limited to iconifying windows, which is still
  5436.                 very handy.  It adds a new "iconify gadget" to
  5437.                 each window, that when clicked on, iconifies the
  5438.                 window into an icon in the ram: disk.  Binary only,
  5439.                 source available from author.
  5440.                 Author:  Gauthier Groult
  5441. DISK 135
  5442. --------
  5443.  
  5444. TeXF            A selection of 78 TeX fonts, with a conversion
  5445.                 program to convert them to Amiga fonts.  There
  5446.                 are 22 different fonts at various sizes, ranging
  5447.                 from 15 pixels high to more than 150 pixels.
  5448.                 The conversion program can also be used with
  5449.                 the fonts distributed with AmigaTeX, yielding
  5450.                 an additional 1000 or so more fonts for use
  5451.                 with other Amiga programs.  Version 2.5,
  5452.                 binary only.
  5453.                 Author:  Ali Ozer
  5454. DISK 136
  5455. --------
  5456.  
  5457. AsmToolBox      An assembler "toolbox" created to make interfacing
  5458.                 between assembler programs and AmigaDOS easy.  Includes
  5459.                 source.
  5460.                 Author:  Warren Ring
  5461.  
  5462. Bison           A replacement for unix "yacc" command.  This is from
  5463.                 the GNU (GNU is Not Unix) effort.  It is a port of
  5464.                 the latest GNU version, done by William Loftus, with
  5465.                 the goal of preserving all of bison's current features.
  5466.                 Includes source and testing program "calc".
  5467.                 Author: Bob Corbett and Richard Stallman.
  5468.  
  5469. Iff2Pcs         An interactive puzzle program that takes any IFF file
  5470.                 containing up to 16 colors, and breaks it up into squares
  5471.                 to make a puzzle which the user can then piece back
  5472.                 together again.  Version 1.1, an update to the version
  5473.                 on disk 122, includes source.
  5474.                 Author:  Ali Ozer
  5475.  
  5476. Paste           A version of the Unix paste utility.  Paste concatenates
  5477.                 corresponding lines of the specified files into
  5478.                 a single output line (horizontal or parallel merging)
  5479.                 or concatenates them into alternate lines (vertical or
  5480.                 serial merging).  Includes source.
  5481.                 Author:  David Ihnat
  5482.  
  5483. YaBoingII       A game program demonstrating hardware sprite usage,
  5484.                 including collision detection.  This is an update
  5485.                 to the version on disk 36.  Includes source.
  5486.                 Author: Ali Ozer, based on original by Leo Schwab
  5487.  
  5488. Zoo             A file archiver, much like "arc" in concept, but different
  5489.                 in implementation and user interface details.  Includes
  5490.                 some nice features that "arc" lacks (such as file/path
  5491.                 names up to 255 characters in length).  This is version
  5492.                 1.71, an update to the version released on disk 108.
  5493.                 Binary only.
  5494.                 Author:  Rahul Dhesi, Amiga port by Brian Waters
  5495. DISK 137
  5496. --------
  5497.  
  5498. Ct              An Amiga program to display images from a CT scanner,
  5499.                 along with several interesting sample images of scans
  5500.                 of real people, including a skull, brain, heart, and
  5501.                 spine.  Each image is 256 by 256 pixels in 2048 gray
  5502.                 scale.  The display software, though it has a primitive
  5503.                 user interface, is quite powerful, including functions
  5504.                 like convolutions, averaging, laplacians, unsharp
  5505.                 masking, edge detection, gradients, etc.  Binary only.
  5506.                 Author:  Jonathan Harman
  5507.  
  5508. JeansIcons      Miscellaneous cute icons created for AMUC's monthly
  5509.                 newsletter disk.  Submitted by Stephen Vermeulen.
  5510.                 Author:  Steve Jeans
  5511.  
  5512. Muncho          A cute little program which plays a digitized sound
  5513.                 sample when you insert or remove a disk from your
  5514.                 drive.  If you don't like the sounds, you can replace
  5515.                 them with your own.  Binary only.
  5516.                 Author:  Andrew Werth
  5517.  
  5518. Sit             An update to the Set Icon Type program from disk 107.
  5519.                 Version 1.10, includes source.
  5520.                 Author:  Stephen Vermeulen
  5521.  
  5522. VGad            A new gadget editor that takes two pictures of the window
  5523.                 and its gadgets, one being the normal gadget state and
  5524.                 the other being the fully selected state, and then
  5525.                 merges the data and converts to C source code.  Version
  5526.                 1.0, binary only.
  5527.                 Author:  Stephen Vermeulen
  5528.  
  5529. VirusX          A boot sector virus check program that runs in the
  5530.                 background and automatically checks all inserted
  5531.                 disks for a nonstandard boot sector.  Such disks can
  5532.                 optionally have their boot sector rewritten to remove
  5533.                 the virus.  Includes source.
  5534.                 Author:  Steve Tibbett
  5535.  
  5536. VLabel          A program to print fancy customized disk labels.  It will
  5537.                 combine an IFF picture and up to 50 lines of text (which
  5538.                 may be placed arbitrarily in any font or point size) and
  5539.                 then print the result.  The IFF picture can be virtually
  5540.                 any size (up to 1008 by 1000).  It will also print labels
  5541.                 from a batch file produced by SuperBase.  Version 1.20,
  5542.                 binary only.
  5543.                 Author:  Stephen Vermeulen
  5544. DISK 138
  5545. --------
  5546.  
  5547. AmigaLine       A series of various technical notes for Amiga programmers.
  5548.                 Author:  Byrce Nesbitt
  5549.  
  5550. Diff            A program that uses the same algorithm as the Unix
  5551.                 diff program and also produces context diffs, suitable
  5552.                 for use with patch.  Source WAS available but got
  5553.                 eaten by my Amiga when it crashed, so binary only.
  5554.                 Author:  Unknown (Decus C diff?)
  5555.  
  5556. Foreach         A simple but useful program that expands a wild
  5557.                 card file specification and then invokes the
  5558.                 specified command once per expanded filename,
  5559.                 with the expanded filename as the command
  5560.                 argument.  Includes source.
  5561.                 Author:  Jonas Flygare
  5562.  
  5563. MacFont         A conversion tool to convert Mac fonts to
  5564.                 Amiga fonts.  Binary only.
  5565.                 Author:  John O'Neill and Rico Mariani
  5566.  
  5567. ModulaTools     Various useful routines for those programming in Modula
  5568.                 on the Amiga.  Update to version on disk 94, includes
  5569.                 source.
  5570.                 Author:  Jerry Mack
  5571.  
  5572. Vt100           Two new versions of Dave's vt100 terminal emulator.
  5573.                 One version, based on vt100 2.6, has been enhanced
  5574.                 by John Barshinger to include an iconify feature,
  5575.                 add full 132 column support using overscan, and other
  5576.                 miscellaneous features.  This version is available in
  5577.                 binary only.  The second version is release 2.8
  5578.                 of the mainstream version of vt100, as enhanced and
  5579.                 supported by Tony Sumrall.  This one include source.
  5580.                 Author:  Dave Wecker
  5581. CONTENTS OF DISK 139
  5582. --------------------
  5583.  
  5584. AmiCron         An enhanced and debugged version of AmiCron 2.3
  5585.                 from disk number 113.  Includes source.
  5586.                 Author:  Steve Sampson, Rich Schaeffer, Christian Balzer
  5587.  
  5588. ListScanner     A nice little utility to display all the Exec lists.
  5589.                 Somewhat like the Xplor utility from disk 73.
  5590.                 Includes source in assembler.
  5591.                 Author:  Heiko Rath
  5592.  
  5593. ProCalc         A program that simulates an HP-11C programmable calculator.
  5594.                 Includes both an English version and a German version.
  5595.                 Shareware, binary only.
  5596.                 Author:  Gotz Muller
  5597.  
  5598. RemLib          Removes a specified library (if currently unused)
  5599.                 or displays some information about all available
  5600.                 libraries.  Includes source in assembler.
  5601.                 Author:  Heiko Rath
  5602.  
  5603. TurboBackup     A fast mass floppy disk duplicator with enforced verify
  5604.                 mode to prevent generation of incorrect copies.  Version
  5605.                 1.00, binary only.
  5606.                 Author:  Steffen Stempel and Martin Kopp
  5607.  
  5608. WArranger       Sends a window, identified by its name, to the front
  5609.                 or to the back, without selecting it.  Useful in
  5610.                 conjunction with AmiCron.  Works on all screens.
  5611.                 Includes source in assembler.
  5612.                 Author:  Heiko Rath
  5613.  
  5614. WheelChairSim   A wheelchair simulator developed as a project for the
  5615.                 Technical Resource Centre and the Albert Children's
  5616.                 Hospital, to allow the matching of a wheelchair joystick
  5617.                 to a child's handicap and all the child to practice using
  5618.                 the chair in a safe (simulated) environment.  Binary only.
  5619.                 Author:  Unknown, submitted by Dr. Mike Smith
  5620. CONTENTS OF DISK 140
  5621. --------------------
  5622.  
  5623. SBProlog        Volume 1 of the 2 volume Stony Brook Prolog (SBP)
  5624.                 distribution, version 2.3.2.  This volume contains the
  5625.                 executables and libraries.  Volume 2, on disk 141,
  5626.                 contains the C and Prolog source code.
  5627.  
  5628.                 From the SB-Prolog System, Version 2.2 User Manual:
  5629.  
  5630.                 "SB-Prolog is a public-domain Prolog system for Unix(tm)
  5631.                 based systems originally developed at SUNY, Stony Brook.
  5632.                 The core of the system is an emulator, written in C for
  5633.                 portability, of a Prolog virtual machine that is an extension
  5634.                 of the Warren Abstract Machine.  The remainder of the system,
  5635.                 including the translator from Prolog to the virtual machine
  5636.                 instructions, is written in Prolog."
  5637.  
  5638.                 In addition to providing a compiler, SB-Prolog also offers
  5639.                 advanced features such as dynamic loading, mixing of compiled
  5640.                 and interpreted code, macros, extension tables, a debugging
  5641.                 facility offering two levels of tracing, profiling tools, and
  5642.                 other utilities.
  5643.  
  5644.                 Authors:  Logic Programming Group at SUNY, Stony Brook
  5645.                           Amiga port by David Roch and Scott Evernden
  5646.  
  5647. CONTENTS OF DISK 141
  5648. --------------------
  5649.  
  5650. SBProlog        Volume 2 of the 2 volume Stony Brook Prolog (SBP)
  5651.                 distribution, version 2.3.2.  This volume contains the
  5652.                 C and Prolog source code.  Volume 1, on disk 140,
  5653.                 contains the executables and libraries.
  5654.  
  5655.                 From the SB-Prolog System, Version 2.2 User Manual:
  5656.  
  5657.                 "SB-Prolog is a public-domain Prolog system for Unix(tm)
  5658.                 based systems originally developed at SUNY, Stony Brook.
  5659.                 The core of the system is an emulator, written in C for
  5660.                 portability, of a Prolog virtual machine that is an extension
  5661.                 of the Warren Abstract Machine.  The remainder of the system,
  5662.                 including the translator from Prolog to the virtual machine
  5663.                 instructions, is written in Prolog."
  5664.  
  5665.                 In addition to providing a compiler, SB-Prolog also offers
  5666.                 advanced features such as dynamic loading, mixing of compiled
  5667.                 and interpreted code, macros, extension tables, a debugging
  5668.                 facility offering two levels of tracing, profiling tools, and
  5669.                 other utilities.
  5670.  
  5671.                 Authors:  Logic Programming Group at SUNY, Stony Brook
  5672.                           Amiga port by David Roch and Scott Evernden
  5673.  
  5674.  
  5675. SmallC          An Amiga port of the Small-C compiler, written by Ron
  5676.                 Cain and published in Dr. Dobb's Journal, in about 1980.
  5677.                 Small-C is a rather small subset of the full 'C' language.
  5678.                 However, it is capable of compiling itself, and other
  5679.                 small, useful programs.  Requires an assembler and linker
  5680.                 to complete the package and produce working executables.
  5681.                 Includes source and binary.
  5682.                 Author:  Ron Cain.  Amiga port by Willi Kusche.
  5683. CONTENTS OF DISK 142
  5684. --------------------
  5685.  
  5686. Diff            A program that uses the same algorithm as the Unix
  5687.                 diff program and also produces context diffs, suitable
  5688.                 for use with patch.  This is the same version that was
  5689.                 distributed on disk 138, but now includes the missing
  5690.                 files (including source code).
  5691.                 Author:  Unknown (Decus C diff)
  5692.  
  5693. FracGen         A fractal generator program that generates fractal
  5694.                 pictures from "seeds" that you create.  This is
  5695.                 unlike any of the other "fractal generators" I've
  5696.                 seen.  It can be used to load and display previously
  5697.                 created fractal pictures, modify existing fractals,
  5698.                 or create your own fractals.  Version 1.1, binary
  5699.                 only.
  5700.                 Author:  Doug Houck
  5701.  
  5702. SciSubr         The Scientific Subroutine Package from DECUS, ported to
  5703.                 the Amiga to run with Absoft Fortran.  This is a valuable
  5704.                 resource of mathematical and statistical source code
  5705.                 for those doing Fortran work on the Amiga.
  5706.                 Author:  Unknown; ported to the Amiga by Glenn Everhart
  5707. CONTENTS OF DISK 143
  5708. --------------------
  5709.  
  5710. Rim             RIM-5 (Relational Information Manager) is a full
  5711.                 relational DBMS that is suitable for VERY large
  5712.                 databases using B-Tree data storage.  It has a
  5713.                 crude (by today's standards) user interface, but
  5714.                 since full source code is provided, this can be
  5715.                 fixed.  Versions of RIM run on a wide variety of
  5716.                 systems, small and large, and produce compatible
  5717.                 databases.  Also includes a built in HELP database
  5718.                 and a programming language.  Full Fortran source
  5719.                 code and documentation included.
  5720.                 Author: Various, Amiga port by Glenn Everhart
  5721. CONTENTS OF DISK 144
  5722. --------------------
  5723.  
  5724. AnalytiCalc     This disk contains a copy of Glenn Everhart's large
  5725.                 and powerful spreadsheet program called AnalytiCalc,
  5726.                 submitted to me directly by Glenn for inclusion in the
  5727.                 library as an update to the version released on disk 104.
  5728.                 Source and documentation is included on the disk in arc'd
  5729.                 form because it otherwise would not all fit on the disk.
  5730. CONTENTS OF DISK 145
  5731. --------------------
  5732.  
  5733. Csh             This is a version of Matt's csh like shell which
  5734.                 has been modified to provide file name completion
  5735.                 and argument execution (via the grave accents
  5736.                 mechanism).  Requires ARP 1.1 to run.  Binary
  5737.                 only, but includes diffs for the reference 2.07
  5738.                 source base.
  5739.                 Author:  Matt Dillon; enhancements by Johan Widen
  5740.  
  5741. DMouse          Matt's done it again, another very useful program!
  5742.                 This is a versatile screen blanker, mouse blanker,
  5743.                 auto window activator, mouse accelerator, popcli
  5744.                 style programmable command key, pop window to front,
  5745.                 push window to back, etc, widget.  Version 1.06,
  5746.                 includes source.
  5747.                 Author:  Matt Dillon
  5748.  
  5749. DNet            A link protocol that provides essentially an unlimited
  5750.                 number of reliable connections between processes on
  5751.                 two machines, where each end of the link can be
  5752.                 either an Amiga or a Unix (BSD4.3) machine.  Works
  5753.                 on the Amiga with any EXEC device that looks like the
  5754.                 serial.device.  Works on UNIX with tty and socket
  5755.                 devices.  Achieves better than 95% average throughput
  5756.                 on file transfers.  Version 1.20, includes sources
  5757.                 for both the Amiga and Unix versions.
  5758.                 Author:  Matt Dillon
  5759.  
  5760. Tab             A tablature writing program for the Amiga, with
  5761.                 intruments for a banjo and a string guitar.
  5762.                 Binary only.
  5763.                 Author:  Jeff deRienzo
  5764.  
  5765. TinyProlog      VT-PROLOG is a simple prolog interpreter provided with
  5766.                 full source code to encourage experimentation with
  5767.                 the PROLOG language and implementations.  Version 1.1,
  5768.                 includes source.
  5769.                 Author:  Bill and Bev Thompson
  5770. CONTENTS OF DISK 146
  5771. --------------------
  5772.  
  5773. Blanker2        A screen blanking program that turns the screen black
  5774.                 after 90 seconds of keyboard and mouse inactivity.
  5775.                 Implemented as a very tiny event handler to the input
  5776.                 handler event stream.  Version 1.27.88, includes source.
  5777.                 Author:  Joe Hitchens
  5778.  
  5779. C-Light         A demonstration copy of a commercial ray tracing program,
  5780.                 which is identical to the commercial version except that
  5781.                 it has been limited to ten objects per scene.  Binary
  5782.                 only.
  5783.                 Author:  Ronald Peterson
  5784.  
  5785. CrcLists        Complete CRC check files for disks 129-141 and disks
  5786.                 143-145 of the library, using the crc program from
  5787.                 disk 133.  These were made directly from my master
  5788.                 disks.  Disk 142 is omitted because of a problem
  5789.                 with the crc program.
  5790.                 Author:  Fred Fish
  5791.  
  5792. DmeMacros       A set of DME macros which utilize templates to turn
  5793.                 DME into a language-sensitive editor for C, Pascal,
  5794.                 Modula-2, and Fortran.
  5795.                 Author:  Jerry Mack
  5796.  
  5797. MemoPad         A shareware intuition-based memo reminder program.
  5798.                 Nicely done.  Version 1.1, binary only.
  5799.                 Author:  Michael Griebling
  5800. CONTENTS OF DISK 147
  5801. --------------------
  5802.  
  5803. This is disk 147 of the freely distributable AMIGA software library.
  5804. This disk contains the latest version of MicroGNUEmacs (MG 2b).  Many
  5805. additions and enhancements since the original works by Dave Conroy.  A
  5806. large amount of credit should go to the vast number of contributors and
  5807. Beta testers.
  5808.  
  5809. *Note: In order to fit all of the files on one disk and preserve the
  5810.        Workbench environment, the machine specific source code files
  5811.        and the document files have been archived.  An executable copy
  5812.        of the public domain archive program "Zoo" has been placed in
  5813.        the "c" directory for the convenience of those who may not
  5814.        already have it.
  5815. CONTENTS OF DISK 148
  5816. --------------------
  5817.  
  5818. This is disk 148 of the freely distributable AMIGA software library.
  5819. Below is a listing of the significant directories and their contents.
  5820.  
  5821.  
  5822. EFJ             "Escape from Jovi"  A machine-code game featuring
  5823.                 hi-res scrolling, large playfield, disk-based Hi-Score
  5824.                 list, stereo sound, and multiple levels. Use a joystick
  5825.                 in port 2 to control the ship.  Binary only, shareware ($8).
  5826.                 Author:  Oliver Wagner
  5827.  
  5828. Fme             Nicely done map editor for the Fire-Power (tm) game.
  5829.                 Features interlaced hi-res with intuition interface.  See
  5830.                 the "Readme.fnf" file for information on making a
  5831.                 bootable disk.  Includes source.
  5832.                 Author: Gregory MacKay
  5833.  
  5834. HandyIcons      Adds a menustrip to the WorkBench window that allows
  5835.                 you to run selected Workbench Tools by menu selection.
  5836.                 Can be set up to provide custom environments.  Current
  5837.                 version supports only WorkBench Tools and not Projects.
  5838.                 Binary only.
  5839.                 Author:  Alan Rubright
  5840.  
  5841. Scrambler       A simple program that will encode/decode a text file
  5842.                 into illegible gibberish, which resembles executable code,
  5843.                 to evade prying eyes.  Version 0.01, Binary only.
  5844.                 Author:  Foster Hall
  5845. CONTENTS OF DISK 149
  5846. --------------------
  5847.  
  5848. This is disk 149 of the freely distributable AMIGA software library.
  5849. Below is a listing of the significant directories and their contents.
  5850.  
  5851.  
  5852. AnimalSounds    A sample of digitized animal sounds along with a simple
  5853.                 sound player.
  5854.                 Authors:  The Trumor Company, Inc.
  5855.                           Sound Player by Don Pitts
  5856.  
  5857.  
  5858. DX-VoiceSorter  Written to be used with Jack Deckard's VoiceFiler program.
  5859.                 (Disk 82).  It allows for the sorting of a number of
  5860.                 voicefiles stored using that program into a new voicefile
  5861.                 of voices made up from various files.  Includes source.
  5862.                 Author:  David Bouckley
  5863.  
  5864. Keep            A nice little utility program with an intuition interface
  5865.                 for BBS and network junkies who download messages in one
  5866.                 large file and then read them off-line.  Using only the
  5867.                 mouse, you can drive through such files a message at a
  5868.                 time, examine each at your leisure and tag those you wish
  5869.                 to keep.  Version 1.2, binary only, but source available
  5870.                 with donation to author.
  5871.                 Author:  Tim Grantham
  5872.  
  5873. Less            Like Unix "more", only better, with forward and
  5874.                 backward scrolling, searching and positioning by
  5875.                 percent of file and line number, etc.  Now lets you
  5876.                 also print the current file.  Very useful!
  5877.                 This is Amiga version 1.3, an update to the version
  5878.                 on disk number 92.  Includes source.
  5879.                 Author:  Mark Nudelman, Amiga port by Bob Leivian
  5880.  
  5881. Scheme          To quote the ReadMe file:
  5882.                 "Scheme is a statically scoped and properly tail-recursive
  5883.                 dialect of the Lisp programming language invented by
  5884.                 Guy Lewis Steele Jr. and Gerald Jay Sussman."
  5885.                 Binary only.
  5886.                 Amiga port by Ed Puckett
  5887. CONTENTS OF DISK 150
  5888. --------------------
  5889.  
  5890. This is disk 150 of the freely distributable AMIGA software library.
  5891. Below is a listing of the significant directories and their contents.
  5892.  
  5893.  
  5894. AirFoil         An update to the Airfoil generator on disk #71.
  5895.                 Generates airfoil models as well as their corresponding
  5896.                 streamline and pressure distributions.  Includes source.
  5897.                 Authors:  Russell Leighton
  5898.                           Addendum by David Foster
  5899.  
  5900. DC10            An AmigaBasic DC-10 instrument flight simulator.  Appears
  5901.                 to be quite in-depth with flight-planning and take-off
  5902.                 options along with an extensive documentation file.  Requires
  5903.                 rebuilding on a separate disk and was successfully done so
  5904.                 by following the author's instructions in the ReadMe_First
  5905.                 file.
  5906.                 Author: Jan Arkesteijn
  5907.  
  5908. ExecLib         A working example of how to build and use user-defined
  5909.                 disk-resident libraries.  Of special interest to developers
  5910.                 working with Lattice C.
  5911.                 Author:  Alex Livshits
  5912.  
  5913. Iconizer        A utility program that saves your current mouse pointer
  5914.                 to a small icon.  You can restore the pointer just by
  5915.                 double-clicking on its icon.  Allows for building a whole
  5916.                 library of pointers and to use them whenever you want.
  5917.                 Binary only.
  5918.                 Author:  Alex Livshits
  5919.  
  5920. Pilot           An implementation of the PILOT language for the Amiga,
  5921.                 including a demo done for the National Park Service.
  5922.                 PILOT is a limited use language for use in educational and
  5923.                 computer based instruction programs.  Binary only with Beta
  5924.                 test kit available from authors.
  5925.                 Author:  Terry LaGrone
  5926.  
  5927. StealMemBoot    A small utility designed to be a direct replacement for
  5928.                 NoFastMem kind of programs.  It modifies the boot block of
  5929.                 a disk, so when you boot with it, all memory allocations
  5930.                 will return only CHIP memory.
  5931.                 Author:  Alex Livshits
  5932. CONTENTS OF DISK 151
  5933. --------------------
  5934.  
  5935. This is disk 151 of the freely distributable AMIGA software library.
  5936. Below is a listing of the significant directories and their contents.
  5937.  
  5938.  
  5939. GlobeDemo       A graphics demo which displays very smooth transitions of
  5940.                 the rotating earth.  Features a pop-up menu.  Includes
  5941.                 source.
  5942.                 Author:  Bob Corwin
  5943.  
  5944. Icons           Yet another potpourri of interesting icons to choose
  5945.                 from if you need one for your own program.
  5946.                 Author:  Dave Turnock
  5947.  
  5948. Pcopy           A small intuition-based disk copier similiar to
  5949.                 the resident "DiskCopy" except with write-verify
  5950.                 and other user-selectable options.  Useful for making
  5951.                 multiple copies with reliable data.  Requires two disk
  5952.                 drives.  Includes source.
  5953.                 Author:  Dirk Reisig
  5954.  
  5955. SCT             A CLI-based utility (SetColorTable) for displaying and/or
  5956.                 setting a screen's colors.  You can save the colors
  5957.                 of a screen to be restored later, or copy one screen's
  5958.                 colors to another.  Includes source.
  5959.                 Author:  aklevin
  5960.  
  5961. SlideShow       Very nicely done slide-show program written in assembly
  5962.                 language.  Features forward/backward presentation and
  5963.                 creative screen wipes.  Currently works only with IFF
  5964.                 lo-res pictures.  Executable only along with some new
  5965.                 IFF pictures to have come my way.  Shareware ($16).
  5966.                 Authors:  Mike McKittrick and Sheldon Templeton
  5967.  
  5968. Surveyor        A little utility that opens a window on the current
  5969.                 screen and displays information about the pointer.
  5970.                 Allows for absolute or relative measurement between
  5971.                 two points on the screen.  Very handy for precise
  5972.                 positioning of icons and such.  Includes source.
  5973.                 Author:  Dirk Reisig
  5974. CONTENTS OF DISK 152
  5975. --------------------
  5976.  
  5977. This is disk 152 of the freely distributable AMIGA software library.
  5978. Below is a listing of the significant directories and their contents.
  5979.  
  5980.  
  5981. Blk             A requester making tool employing various recursive
  5982.                 algorithms including a recursive parser.  It takes input
  5983.                 text files and converts them to C-source for including as
  5984.                 requester declarations.  Includes source.
  5985.                 Author: Stuart Ferguson
  5986.  
  5987. RunBack         A variant of Rob Peck's RunBackGround program from disk
  5988.                 number 73.  Allows you to start a new CLI program and run
  5989.                 it in the background, then closes the new CLI.  This version
  5990.                 automatically searches the command-search-path to find the
  5991.                 program. Includes source.
  5992.                 Author:  Daniel Barrett
  5993.  
  5994. UUCP            This is a version of uucp (Unix to Unix Copy Program)
  5995.                 for the Amiga, along with some miscellaneous support
  5996.                 utilities like cron, mail, and compress.  Includes source.
  5997.                 Author:  Various, submitted by William Loftus
  5998. CONTENTS OF DISK 153
  5999. --------------------
  6000.  
  6001. This is disk 153 of the freely distributable AMIGA software library.
  6002. Below is a listing of the significant directories and their contents.
  6003.  
  6004.  
  6005. Dme             Version 1.30 of Matt's text editor.  Dme is a simple
  6006.                 WYSIWYG editor designed for programmers.  It is not a
  6007.                 WYSIWYG word processor in the traditional sense.  Features
  6008.                 include arbitrary key mapping, fast scrolling, title-line
  6009.                 statistics multiple windows, and ability to iconify windows.
  6010.                 Update to version on disk number 134, includes source.
  6011.                 Author:  Matt Dillon
  6012.  
  6013. HP11            Emulates an HP11C calculator including the program mode.
  6014.                 Features an ON/OFF button that turns the calculator into
  6015.                 an icon that will sit and wait until you need it again.
  6016.                 Documentation on the features is scarce, perhaps some
  6017.                 industrious HP owner could write a small tutorial for the
  6018.                 benefit of those that don't own an HP calculator.
  6019.                 Binary only.
  6020.                 Author:  David Gay
  6021.  
  6022. HPMam           A program to manipulate settings and fonts on HP LaserJet+
  6023.                 printers and compatibles. Includes an Intuition interface
  6024.                 and some sample picture files.  Version 1.0, binary only,
  6025.                 shareware.
  6026.                 Author:  Steve Robb
  6027.  
  6028. Synthemania     An interesting, very small (and very persistent!) musical
  6029.                 piece. If you plan on stopping it without using three
  6030.                 fingers, you better read the document file first!
  6031.                 Binary only.
  6032.                 Author:  Holger Lubitz
  6033. CONTENTS OF DISK 154
  6034. --------------------
  6035.  
  6036. This is disk 154 of the freely distributable AMIGA software library.
  6037. Below is a listing of the significant directories and their contents.
  6038.  
  6039.  
  6040. Ada             An Ada Syntax checker for the amiga.  Includes lex and
  6041.                 yacc source.
  6042.                 Author:  Herman Fischer; updates by William Loftus
  6043.  
  6044. AssemblyDemos   A interesting group of assembly language demos for your
  6045.                 visual and aural pleasure.  Binary only.
  6046.                 Author:  Foster Hall
  6047.  
  6048. DiskLib         Two utilities for those people who like to split up PD
  6049.                 disks into disks of different categories.  Includes source.
  6050.                 Author:  Wilson Snyder
  6051.  
  6052. Guardian        Another virus diagnosing and vaccination program.
  6053.                 Recognizes any non-standard bootblock.  Includes a
  6054.                 small utility program to permanently place the program
  6055.                 on a copy of your kickstart disk in place of the seldom
  6056.                 (if ever!) used Debug() function.  Binary only.
  6057.                 Author:  Leonardo Fei
  6058.  
  6059. PrintSpool      A print-spooling program.  Very useful for printing files
  6060.                 in the background.  Many command-line options.  Version
  6061.                 1.0.0, Includes source.
  6062.                 Author:  Frangois Gagnon
  6063.  
  6064. Utilities       A group of four little utility programs, Cal, Undelete
  6065.                 DClock and WhereIs.  Binary only, see the ReadMe file for a
  6066.                 description of each.
  6067.                 Author:  Dan Schein
  6068.  
  6069. VirusX          An update to the virus-detecting program of the same
  6070.                 name on disk number 137.  This version also checks for
  6071.                 the Byte-Bandit strain.  Version 1.21, Includes source.
  6072.                 Author:  Steve Tibbett
  6073.  
  6074. Virus_Alert!    Yet another anti-virus program with a twist.  Once
  6075.                 installed a message is displayed just after a warm or
  6076.                 cold boot notifying the the user  that the disk and
  6077.                 memory are virus-free, and forcing a mouse-button press
  6078.                 before continuing.  Anything writing to the bootblock
  6079.                 thereafter will destroy the message and a normal virus-
  6080.                 infected boot (???) will take-place.  Versions 1.01 and
  6081.                 2.01, Binary only.
  6082.                 Author:  Foster Hall
  6083.  
  6084. Wicon           A "Window Iconifier".  Allows you to turn your windows
  6085.                 into small icons which can be later recalled.   Currently
  6086.                 installed with MacWin to give your windows a "rubber-
  6087.                 banding" effect.  Version 1.14, Includes source.
  6088.                 Author:  Steven Sweeting
  6089. CONTENTS OF DISK 155
  6090. --------------------
  6091.  
  6092. AsmExamples     A couple of assembly code examples.  Executables are
  6093.                 not extremely useful but the code might be of
  6094.                 considerable benefit to beginning assembly language
  6095.                 programmers.
  6096.                 Author:  Henrik Clausen
  6097.  
  6098. Bison           A replacement for unix "yacc" command.  This is from
  6099.                 the GNU (GNU is Not Unix) effort.  Contains updates
  6100.                 to the version on disk number 136, submitted by two
  6101.                 separate sources.  Includes source.
  6102.                 Author:  Bob Corbett and Richard Stallman, updates
  6103.                          by William Loftus and Scott Henry
  6104.  
  6105. NoSmoking       Sample program showing the use of a recoverable alert
  6106.                 while displaying a personal health message.  Includes
  6107.                 source.
  6108.                 Author:  Theo Kermanidis
  6109.  
  6110. Scenery         A very nice assembly language random scenery generator.
  6111.                 Generates very realistic looking landscapes.  Includes
  6112.                 intuition interface and lots of menu options.  Version
  6113.                 1.0, binary only.
  6114.                 Author:  Brett Casebolt
  6115. CONTENTS OF DISK 156
  6116. --------------------
  6117.  
  6118. Blocks2         Amusing and colorful display of a moving trail of
  6119.                 "blocks".  Update to version on disk number 71, however
  6120.                 this version also includes source.
  6121.                 Author:  Gary Walker
  6122.  
  6123. Flex            Flex is a replacement for the UNIX "lex" (lexical
  6124.                 analyzer generator) program that is faster than
  6125.                 lex, and freely redistributable.  Includes source.
  6126.                 Authors:  Jef Poskanzer, Vern Paxson, et. al.
  6127.                           Submissions by William Loftus and Scott Henry
  6128.  
  6129. Go64            Another screen hack aimed at an earlier Commodore product
  6130.                 (Not to be confused with the commercial product Go-64! from
  6131.                 Software Insight Systems).  Includes source.
  6132.                 Author:  Joerg Anslik
  6133.  
  6134. Grammars        A group of lexical grammar files for Ada, C and Pascal for
  6135.                 use in conjunction with the flex program on this disk and
  6136.                 the bison program on disk #155
  6137.                 Authors:  Various, submitted by William Loftus
  6138.  
  6139. OOPS!           Tired of the monochrome background color of your Workbench
  6140.                 or CLI?  Then try this colorful screen hack to brighten
  6141.                 things up!  Includes source.
  6142.                 Author:  Joerg Anslik
  6143. CONTENTS OF DISK 157
  6144. --------------------
  6145.  
  6146. 60or80          A small utility to toggle the 60/80 column text modes
  6147.                 without having to go through preferences.  Works from
  6148.                 either the CLI or the Workbench.  Includes source.
  6149.                 Author:  Mark Schretlen
  6150.  
  6151. AmicForm        Creates a phonebook containing only those areacodes and
  6152.                 exchanges reachable through PC-Pursuit. Input any of Chet
  6153.                 Solace's Finalist BBS lists and it creates the phonebook
  6154.                 in a form usable by AmicTerm and a number of other popular
  6155.                 terminal programs.  Version 1.3, Binary only.
  6156.                 Author:  John Motsinger
  6157.  
  6158. AnimBalls       A nifty little animation program that allows you to
  6159.                 create a collection of balls in three-space and then
  6160.                 interactively rotate them in real time using the mouse.
  6161.                 Includes source.
  6162.                 Author:  Jim Guilford
  6163.  
  6164. BootBack        A handy little utility to copy and save the boot block
  6165.                 from a disk, then later restore it should the disk
  6166.                 get stomped on by some ugly virus.  Includes source.
  6167.                 Author:  David Joiner
  6168.  
  6169. ECPM            A CP/M emulator for the Amiga.  Emulates an 8080
  6170.                 along with H19 terminal emulation. Update from version
  6171.                 on disk number 109.  Includes source.
  6172.                 Author:  Jim Cathey; Amiga port by Charlie Gibbs;
  6173.                          Significant improvements by Willi Kusche
  6174.  
  6175. KeyFiler        A BBS message file sorter that allows sorting by keyword.
  6176.                 Includes a textreader, Soundex matching, and limited
  6177.                 wildcard capabilities.  Version 1.0, Binary only.
  6178.                 Author:  John Motsinger
  6179.  
  6180. ScreenZap       A little utility to clean away screens that are left
  6181.                 by ill-behaving programs.  It will kill every screen
  6182.                 behind the WorkBench, noting how many it gets. The
  6183.                 screens in front of WB are not affected.  Includes
  6184.                 source.
  6185.                 Author:  Lars Clausen
  6186.  
  6187. SetPrefs        Allows you to build a whole library of preference settings
  6188.                 and instantly switch back and forth between them.  Affects
  6189.                 all preference settings not just the colors.  Very useful
  6190.                 for machines with multiple users or multiple external
  6191.                 devices.  Includes Amiga's default and various sample
  6192.                 preference settings.  Binary only.
  6193.                 Author:  Martin Hippele
  6194.  
  6195. Xicon           Xicon lets you use icons to call up scripts containing CLI
  6196.                 commands.  This is version 2.01, an update to the version
  6197.                 on disk 102.  Includes source.
  6198.                 Author:  Pete Goodeve
  6199. CONTENTS OF DISK 158
  6200. --------------------
  6201.  
  6202. DiskX           Nicely done Sector-based disk editor.  Binary only
  6203.                 Author:  Steve Tibbett
  6204.  
  6205. MemBoardTest    Originally designed for production testing of A1000 memory
  6206.                 boards. Very nice intuition interface.  Version 2.4,
  6207.                 Includes source in Modula.
  6208.                 Author:  George Vokalek
  6209.  
  6210. MSDOS           A program to list files written in standard MS-Dos or
  6211.                 Atari ST format.  The files can then be copied to Ram and
  6212.                 rewritten to disk in Amiga-Dos format.  Binary only,
  6213.                 Shareware, Version 0.1.
  6214.                 Author:  Frank W|bbeling
  6215.  
  6216. PCBTool         An early version of a shareware PC Board layout program
  6217.                 Lots of options including variable size pads and traces,
  6218.                 grids, grid snap, layers, zoom, selectable centering,
  6219.                 text and more.  This version does not support printer/
  6220.                 plotter dumps or libraries.  Version 2.6, binary only.
  6221.                 Author:  George Vokalek
  6222.  
  6223. ScreenX         A handy little background utility that provides a small
  6224.                 clock/memory counter in its inactive mode and a versatile
  6225.                 screen manipulator when called upon.  Binary only with
  6226.                 source available from author, Version 2.1.
  6227.                 Author:  Steve Tibbett
  6228.  
  6229. TaskX           A "real-time" task editor.  Lets you list and set the
  6230.                 priorities of all the currently running tasks.  Binary
  6231.                 only, Version 2.0.
  6232.                 Author:  Steve Tibbett
  6233.  
  6234. VirusX          Update to the version on disk number 154, checks for
  6235.                 a couple of additional new strains.  Includes source,
  6236.                 Version 1.6.
  6237.                 Author:  Steve Tibbett
  6238.  
  6239. YachtC3         Update to the Yachtc program on disk #10, contains some fixes
  6240.                 and incorporates a simple sound process.  Version 3, includes
  6241.                 source.
  6242.                 Author:  Sheldon Leemon, with enhancements by Mark Schretlen
  6243. CONTENTS OF DISK 159
  6244. --------------------
  6245.  
  6246. Free            A little command to put in your c directory that returns
  6247.                 memory status and number of tasks currently served by EXEC.
  6248.                 Includes source.
  6249.                 Author:  Joerg Anslik
  6250.  
  6251. MidiTools       A group of several different utility programs for those
  6252.                 who run a Midi system.  Binary only.
  6253.                 Author:  Jack Deckard
  6254.  
  6255. StarChart       Nicely done intuition based program to display and identify
  6256.                 about 600 stars, galaxies and nebulae visible in the Northern
  6257.                 hemisphere.  Version 1.2, includes source.
  6258.                 Author:  Ray R. Larson
  6259.  
  6260. TaskControl     Nicely done task-handling program allowing you to put to
  6261.                 sleep, kill or change priorities of the all the currently
  6262.                 loaded tasks.  Also potentially GURU-producing, so be careful
  6263.                 what tasks you kill, change priorities of, etc.  Handy window
  6264.                 sizer will reduce it almost to an icon to hang around until
  6265.                 you want to use it.  Binary only.
  6266.                 Author:  J. Martin Hippele
  6267.  
  6268. TUC             "The Ultimate Clock".  Another window title clock/memory
  6269.                 minder.  This one is in 132 columns!  Also gives the free
  6270.                 memory on drives DF0, DF1 & DF2.  Includes source.
  6271.                 Author:  Joerg Anslik
  6272. CONTENTS OF DISK 160
  6273. --------------------
  6274.  
  6275. Calls           A little utility to help analyze the flow of a C-program by
  6276.                 laying out the functions called in a hierarchical manner.
  6277.                 Author:  Originally from Usenet with major revisions by
  6278.                          Kevin Braunsdorf, Amiga port by George MacDonald
  6279.  
  6280. Check           A useful little utility for finding structural errors
  6281.                 in C-source code.  Many command-line options.  Version
  6282.                 1.03, binary only.
  6283.                 Author:  Keith Elbertson
  6284.  
  6285. Dis             A 68000 disassembler, written in assembly, this is an update
  6286.                 to the version on disk #128.  Includes source.
  6287.                 Author:  Greg Lee with enhancements by Willi Kusche
  6288.  
  6289. DMouse          A versatile screen & mouse blanker, auto window activator,
  6290.                 mouse accelerator, popcli, pop window to front, push
  6291.                 window to back, etc, widget.  Version 1.09, includes source.
  6292.                 Update to version on disk number 145.
  6293.                 Author:  Matt Dillon
  6294.  
  6295. DWIP            "Daisy Wheel IFF Printer".  A graphics printing utility
  6296.                 that allows the printing of IFF pictures on a daisy wheel
  6297.                 printer.  Includes source.
  6298.                 Author:  Ken Van Camp
  6299.  
  6300. M4              A UNIX M4 look-alike macro processor intended as a
  6301.                 front end for Ratfor, Pascal, and other languages that do
  6302.                 not have a built-in macro processing capability.  Pd M4
  6303.                 reads standard input, the processed text is written on the
  6304.                 standard output.
  6305.                 Author:  Ozan S. Yigit (oz)
  6306.  
  6307. MemoPad         A shareware intuition-based memo reminder program.
  6308.                 Nicely done.  Update to version on disk #146, version
  6309.                 1.2, binary only.
  6310.                 Author:  Michael Griebling
  6311.  
  6312. NeuralNets      A neural network example using the generalized back-
  6313.                 propagation delta rule for learning, specifically applied
  6314.                 to the tabula rasa Little Red Riding Hood instance.
  6315.                 Author:  Josiah C. Hoskins
  6316. CONTENTS OF DISK 161
  6317. --------------------
  6318.  
  6319. Friends         Cute little screen hack with command-line options to keep
  6320.                 your mouse pointer company when you step away.  Includes
  6321.                 source.
  6322.                 Author:  Michael Warner
  6323.  
  6324. Getsprite       A simple little program to convert Dpaint brushes into
  6325.                 C-source.  Binary only.
  6326.                 Author:  Michael Warner
  6327.  
  6328. IncRev          A handy little program that will automatically increment
  6329.                 the revision number of a program every time it is recompiled.
  6330.                 Binary only.
  6331.                 Author:  Bryan Ford
  6332.  
  6333. LGZ             A Map generator/editor for the LGZ game.  Not extremely
  6334.                 useful if you don't happen to play that game, but good
  6335.                 source example of intuition interfacing.  Vesion 0.1.
  6336.                 Authors:  Lars and Henrik Clausen
  6337.  
  6338. Mackie          A versatile cli/macro-key initiator based on POPCLI with
  6339.                 a unique method of "screen-blanking".  I won't say more,
  6340.                 just try it!  Version 1.1, includes source.
  6341.                 Author:  Thomas Rokicki
  6342.  
  6343. Nag             A shareware appointment calendar with it's own editor and a
  6344.                 unique 'nagging' feature utilizing the Amiga's voice and
  6345.                 audio devices.  Version 1.6, binary only.
  6346.                 Author:  Richard Lee Stockton
  6347.  
  6348. Perl            Practical Extraction and Report Language, an interpreted
  6349.                 language optimized for scanning arbitrary text files,
  6350.                 extracting information from those text files, and printing
  6351.                 reports based on that information.
  6352.                 Author:  Larry Wall
  6353.  
  6354. VRTest          Another anti-virus utility that allows visual inspection
  6355.                 of ram starting a $7E7FE, ram cleaning, bootblock
  6356.                 inspection and vector monitoring/reseting.  Written
  6357.                 entirely in assembly language.  Version 3.2, binary only.
  6358.                 Author:  Babar Khan
  6359.  
  6360. XBoot           A very simple utility to convert a boot block into an
  6361.                 executable file so you can use your favorite debugger
  6362.                 (Wack, Dis, etc.) to study it.  Includes source.
  6363.                 Author:  Francois Rouaix
  6364. CONTENTS OF DISK 162
  6365. --------------------
  6366.  
  6367. Avi             A workalike version of the UNIX vi editor for the amiga.
  6368.                 Though not especially recommended for beginners, designed
  6369.                 for those of you who may have the vi commands permanently
  6370.                 hard-coded into your fingertips!  Version 1.0, binary only.
  6371.                 Author:  Peter Nestor
  6372.  
  6373. CLI_Utilities   This directory contains several subdirectories with
  6374.                 small utilities, collected from various sources,
  6375.                 that are only usable from the CLI.  See the Readme
  6376.                 file for further information.  Some include source.
  6377.                 Author:  Various
  6378.  
  6379. Dark            A small graphics and animation demo.  Includes source.
  6380.                 Author:  Phil Robertson
  6381.  
  6382. Flow2Troff      A little utility to convert from New Horizons Software
  6383.                 "FLOW" files to UNIX "troff" files, suitable for printing
  6384.                 on any troff-compatible laser printer.  Version 1.0,
  6385.                 includes source and a sample "FLOW" file.
  6386.                 Author:  Daniel Barrett
  6387.  
  6388. LabyrinthII     A shareware role-playing text adventure game similar in
  6389.                 operation to the Infocom text adventures.  Includes source.
  6390.                 Author:  Russell Wallace
  6391.  
  6392. Iffar           Maintains archives of Interchange File Format (IFF) FORM,
  6393.                 CAT and LIST  files in a manner  that complies with the
  6394.                 IFF CAT specification.  Version 1.2, includes source.
  6395.                 Author:  Karl Lehenbauer
  6396.  
  6397. SetPALorNTSC    A couple of utility programs for testing the suitability
  6398.                 of a developed program in either the PAL or NTSC
  6399.                 environments.  Includes source and a sample program.
  6400.                 Author:  Peter Kittel
  6401.  
  6402. TES             "The Electronic Slave" adds a gadget strip to the top of
  6403.                 the cli window to perform such functions as device
  6404.                 directories, info, run ED, and time.  Currently, assignments
  6405.                 are hardcoded but not difficult to change if you own a
  6406.                 compiler.  Version 1.1, includes source.
  6407.                 Author:  Joerg Anslik
  6408.  
  6409. UnknownGirl     Another small musical piece similar in execution to
  6410.                 "Synthemania" on disk number 153.  Binary only.
  6411.                 Author:  Holger Lubitz
  6412.  
  6413. CONTENTS OF DISK 163
  6414. --------------------
  6415.  
  6416. Bankn           A complete checkbook system offered by the author as
  6417.                 shareware.   Update to version on disk number 120.
  6418.                 Version 1.5, binary only.
  6419.                 Author:  Hal Carter
  6420.  
  6421. FiveInLine      A board-playing game similiar to Go-Moku, Ristinolla, etc.
  6422.                 Fast-paced and quickly addictive!  Includes source.
  6423.                 Author:  Njel Fisketjxn
  6424.  
  6425. MachII          A "mouse accelerator" program that also includes hotkeys,
  6426.                 the features of sun mouse, clicktofront, popcli, title bar
  6427.                 clock with a bbs online charge accumulator, and more.
  6428.                 Update to version on disk number 130.  Version 2.4c, binary
  6429.                 only.
  6430.                 Author:  Brian Moats
  6431.  
  6432. MemTrace        Routines to help debug memory allocation and freeing during
  6433.                 program development.   Will complain if you try to free
  6434.                 memory you didn't allocate and will report on memory not
  6435.                 freed when your program finishes.
  6436.                 Author:  Jojo Wesener
  6437.  
  6438. PcPatch         Patches for PCCopy and PCFormat from the 'EXTRAS 1.2' disk,
  6439.                 to allow reading/writing/formatting 3.5 inch 360k (2 sides/
  6440.                 40 Tracks/9 sectors) MS-DOS disks.
  6441.                 Author:  Werner Guenther
  6442.  
  6443. ReadmeMaster    A nifty little database for finding those programs that
  6444.                 you know exist somewhere (???) in the AmigaLibDisk library.
  6445.                 Maintains a key-word dictionary of the Contents descriptions
  6446.                 that allows searching by disk number, program title, author's
  6447.                 name, or some other descriptive word.  Currently supports
  6448.                 disks 1-154 with planned updates from the author.  Binary
  6449.                 only.
  6450.                 Author:  Harold Morash
  6451.  
  6452. View            A mouse-oriented text file reader.  Sample operation is
  6453.                 demonstrated in reading the View.doc file, instead of using
  6454.                 the usual "Less" text file reader.
  6455.                 Author:  Bryan Ford
  6456.  
  6457.  
  6458. CONTENTS OF DISK 164
  6459. --------------------
  6460.  
  6461. C-Functions     A group of four little C-functions to add to your library to
  6462.                 make your programming life a little easier.  Includes source
  6463.                 and a small demo program showing some of the results.
  6464.                 Author:  Lars Thuring
  6465.  
  6466. DiskSalv        Very useful program to recover files from a trashed AmigaDOS
  6467.                 disk.  Can also "undelete" files deleted by mistake, so long
  6468.                 as they have not overwritten by further disk activity.
  6469.                 Requires two disk drives.  Many enhancements since the
  6470.                 original version on disk #20.  Version 1.3, Binary only
  6471.                 Author:  Dave Haynie
  6472.  
  6473. Hed             A handy little editor that is more user-friendly than
  6474.                 "Ed", yet doesn't require the memorization of complicated
  6475.                 keystrokes of some of the larger, more powerful, editors.
  6476.                 Binary only.
  6477.                 Author:  Hal Carter
  6478.  
  6479. Newton          Uses the "Newtons Method" algorithm to estimate both real
  6480.                 and imaginary roots of a polynomial of degree 20 or less.
  6481.                 Version 1.0, includes source.
  6482.                 Author:  Daniel Barrett
  6483.  
  6484. NewZAP          A third-generation multi-purpose file sector editing utility,
  6485.                 from the author of FileZAP.  Displays and edits full 512-byte
  6486.                 sectors via a 106 character wide internal font.  Includes
  6487.                 a search feature to find specific strings or hex digits,
  6488.                 forwards or backwards.  Update to version on disk #58.
  6489.                 Version 3.18, Binary only.
  6490.                 Author:  John Hodgson
  6491.  
  6492. PcView          Provides the PC community with the opportunity to display
  6493.                 IFF pictures to the best of EGA's ability.  Displays Amiga
  6494.                 pics, IBM-PC Deluxe Paint Pics, Apple II-GS Deluxe Paint
  6495.                 Pics, and others in the IFF standard format.  Includes
  6496.                 source.
  6497.                 Author:  John Hodgson
  6498.  
  6499. PolyRoot        Another Polynomial root-finder using the Newtonian algorithm.
  6500.                 Nicely done in AmigaBasic with good documentation file.
  6501.                 Version 2.00.
  6502.                 Author:  Jon Giorgini
  6503.  
  6504. PrtDrivers      A couple of new Printer Drivers.  One for Digital Equipment's
  6505.                 LN03+ laser printer, and one for Mannesmann Tally's MT420d
  6506.                 dot matrix.
  6507.                 Authors:  DEC LN03 -- Bernie Mentink
  6508.                           MT420d -- Sascha Wildner
  6509.  
  6510. Zoo             A file archiver, much like "arc" in concept, but different
  6511.                 in implementation and user interface details.  Includes
  6512.                 some nice features that "arc" lacks (such as file/path
  6513.                 names up to 255 characters in length).  This is version
  6514.                 2.00, an update to the version released on disk 136.
  6515.                 Binary only.
  6516.                 Author:  Rahul Dhesi, Amiga port by Brian Waters
  6517.  
  6518.  
  6519. CONTENTS OF DISK 165
  6520. --------------------
  6521.  
  6522. Conman          Extremely useful replacement for the standard console
  6523.                 handler, provides line editing and command line histories.
  6524.                 Completely transparent to any application program
  6525.                 that uses CON: windows.  This program is shareware, and well
  6526.                 worth a donation to the author.  Version 1.3, binary only,
  6527.                 update to version on disk 133.
  6528.                 Author:  William Hawes
  6529.  
  6530. CPM             Another CP/M emulator independently authored from the version
  6531.                 that appeared on disk #157.  Emulates a CPM computer with a
  6532.                 Z80 processor connected to an ADM3A terminal.  Assembly
  6533.                 source included.
  6534.                 Author:  Ulf Nordquist
  6535.  
  6536. Parsnag         A program to aid in performing color separations on Epson
  6537.                 JX-80 printers.  Includes source.
  6538.                 Author:  John Hodgson
  6539.  
  6540. PlotView        A couple of programs, Plotview and Plot2Am, for viewing
  6541.                 UNIX plot files.  Also included are two sub-directories:
  6542.                 Plot -- a device independent plotting package for the Amiga,
  6543.                 compatible with the UNIX plot subroutine package and
  6544.                 Plot2Tek -- converts UNIX plot format files to Tektronix
  6545.                 410x terminal graphic commands.  Source included.
  6546.                 Author:  Joel Swank
  6547.  
  6548. RamCopy         A copy program designed for machines with 1 meg or more
  6549.                 of Ram and only one disk drive.  Allows you to copy a
  6550.                 complete disk in only one pass.
  6551.                 Author:  Stephen Gunn
  6552.  
  6553. SPUDclock       A simple program that uses the narrator device to speak the
  6554.                 time at certain user specified intervals.  Lots of command
  6555.                 line options.  Version 1.2, includes source.
  6556.                 Authors:  Robert E. Beaty and H. Bret Young
  6557.  
  6558.  
  6559. CONTENTS OF DISK 166
  6560. --------------------
  6561.  
  6562. AutoGraf        Collects and graphically displays information on auto
  6563.                 mileage.  Features such as miles per gallon, cost per
  6564.                 mile, miles driven, highs, lows, averages, etc.  Includes
  6565.                 sample data file, a couple utility programs and source.
  6566.                 Version 1.0
  6567.                 Author:  Joel Swank
  6568.  
  6569. Cref            A C cross referencer program.  Prints out your code with
  6570.                 line-numbers and complete key-word cross-referencing.
  6571.                 Update from version on disk #103 which had a serious
  6572.                 bug.  Includes source.
  6573.                 Author:  Mike Edmonds; Amiga port by Joel Swank
  6574.  
  6575. MultiCalc       Yet another RPN type graphic calculator.  This one
  6576.                 generates answers with extreme precision (if 3000 digits
  6577.                 is enough!)  Features a 48-digit scrollable display, mouse
  6578.                 driven with lots of keyboard shortcuts, and iconification
  6579.                 during non-use.  Binary only.
  6580.                 Author:  Kenneth Johnson
  6581.  
  6582. Stevie          A public domain clone of the UNIX 'vi' editor.  Supports
  6583.                 window-sizing, arrow keys, and the help key.  Version 3.10a,
  6584.                 includes source.
  6585.                 Author: Various, Amiga port by Tony Andrews
  6586.  
  6587.  
  6588.  
  6589. CONTENTS OF DISK 167
  6590. --------------------
  6591.  
  6592. CDecl           English to C (and vice versa) translator for C
  6593.                 declarations.  This little gem will translate english
  6594.                 such as "declare foo as pointer to function returning
  6595.                 pointer to array 10 of pointer to long" into
  6596.                 "long *(*(*foo)())[10]", and vice versa.  Update from
  6597.                 version on disk number 114. Includes source.
  6598.                 Author:  Graham Ross with enhancements by David Wolverton,
  6599.                          Tony Hansen, Merlyn LeRoy, Udi Finkelstein and
  6600.                          probably others!
  6601.  
  6602. CLIcon          Allows you to run cli programs from the workbench, similar
  6603.                 in operation to IconExec, but more versatile.
  6604.                 Author:  Bryan Ford
  6605.  
  6606. CloseMe         Another ingenious perversion in the screen hack category.
  6607.                 Don't miss this one...surely destined to become a classic!
  6608.                 Includes source.
  6609.                 Author:  Charlie Gibbs
  6610.  
  6611. DSM             (Dynamic Sound Machine) Demo version with "Save" disabled
  6612.                 of a program that will take any IFF sound or raw data and
  6613.                 save it as a totally self-contained, runable program.
  6614.                 Author:  Foster Hall
  6615.  
  6616. MRPrint         A cli-based text file printing utility with lots of nice
  6617.                 features, including tab-to-space expansion, page headers,
  6618.                 line numbers, margin control with line-splitting and
  6619.                 pagination correction, ARP wildcard support, and auto-
  6620.                 rejection of files containing binary characters.
  6621.                 Version 3.1, Includes source.
  6622.                 Author:  Mark Rinfret
  6623.  
  6624. Smus3.6a        An enhanced version of the smus player that last appeared
  6625.                 on disk number 58.
  6626.                 Author:  John Hodgson
  6627.  
  6628. Sounddemos      Some very nice demos for showing off the incredible audio
  6629.                 power of the Amiga!.  100% assembly language, make sure
  6630.                 you have the stereo connected for these!
  6631.                 Author:  Foster Hall
  6632.  
  6633.  
  6634. CONTENTS OF DISK 168 & 169
  6635. --------------------------
  6636.  
  6637. These two disks are a "Matt Dillion special", containing binaries and
  6638. sources to the latest versions of a great deal of Matt's many programs.
  6639. For a complete listing of the programs on these two disks, see the file
  6640. called "README".  Because of the nature of Matt's programs and the need
  6641. for his support libraries to recreate many of his programs, I opted to
  6642. keep these disks pretty much as Matt sent them to me, rather than follow
  6643. the usual AmigaLibDisk format of binaries and sources in one directory.
  6644. This would have undoubtedly increased this to a three disk set.  Please
  6645. note that if you plan on recreating any of these programs, then it is
  6646. quite possible that you will need information from both disks.
  6647.  
  6648. Matt's README included below:
  6649.  
  6650.                                  README
  6651.  
  6652.                               Matthew Dillon
  6653.                               891 Regal Rd.
  6654.                               Berkeley, Ca. 94708
  6655.                               USA
  6656.  
  6657.                            dillon@ucbvax.berkeley.edu   INTERNET
  6658.                              ....!ucbvax!dillon         USENET
  6659.  
  6660.                                FISH RELEASE
  6661.                               16 August 1988
  6662.  
  6663.         (c)Copyright 1988 Matthew Dillon, All Rights reserved.  All software
  6664.         on these disks which is mine may be distributed for non-profit
  6665.         only.  This software is 'freeware', NOT public domain since I hold
  6666.         the copyright on it. Terms are:
  6667.  
  6668.         -You may redistribute any of the programs and/or source files
  6669.          but you may not distribute modified versions of said to the
  6670.          general public (i.e. BBS's, USENET, etc....).  Redistribution is
  6671.          for non-profit only.
  6672.  
  6673.         -You may extract and use any part of the source without strings
  6674.          attached as long as the programs you write with it are not an
  6675.          attempt to create an enhanced version of the program you extracted
  6676.          the source from.
  6677.  
  6678.         -I am NOT requesting $$ (this is not ShareWare), but then again,
  6679.          I am not so foolish as to not include my address in case anybody
  6680.          feels the urge.
  6681.  
  6682.  
  6683.     These two disks contain binaries and sources to the latest release of
  6684.     quite a bunch of my programs.  Many are updates to older versions and
  6685.     some are new.  The two major additions that are noteworthy are
  6686.     DRES.LIBRARY and BACKUP.
  6687.  
  6688.     Note that to compile various programs you must have a working SUP32.LIB,
  6689.     DRES.LIB, and DRES.LIBRARY.  Also a new include subdirectory, local,
  6690.     must be installed. Only DRES.LIBRARY is independant while the other two
  6691.     (binaries) require Aztec C V3.6 ... you have to recompile for other
  6692.     versions of Aztec C.  With a bit of hacking a good programmer would be
  6693.     able to set up an enviroment for Lattice C.  Of particular attention to
  6694.     somebody trying to do this is the modification of the LIBREF program to
  6695.     generate Lattice compatible assembly (in the DRES source section).
  6696.  
  6697.     Noted programs which are missing:   DNET, and DTERM are not ready for
  6698.     re-release yet.
  6699.  
  6700.  
  6701.     CONFIG  V1.00       Used to configure friendly programs like DME for
  6702.                         the initial window placement (configures the
  6703.                         executable)
  6704.  
  6705.     Clock   V1.00       Simple clock, configurable with config.
  6706.  
  6707.     DME     V1.31       My programming oriented editor
  6708.  
  6709.     DMouse  V1.10       mouse enhancer .. acceleration, blanking, etc...
  6710.                         (now handles requesters better w/ auto-activate)
  6711.  
  6712.     Backup  V2.01       HD backup/restore (same program just renamed)
  6713.  
  6714.     SUPLIB              Support (link time) library required to compile
  6715.                         my programs.
  6716.  
  6717.     LIBREF              Utility for generating run-time library link library
  6718.                         assembly files, lvo.asm, and the run-time library's
  6719.                         vector list.  See the DRES source for usage.
  6720.                         Currently very Aztec in terms of what it generates.
  6721.  
  6722.     DRES    V1          Support (run time) library w/ lots of functions
  6723.                         including a generic parser and IPC.
  6724.  
  6725.     DASM    V2.11       Small-systems assembler.  Handles 6502 and some of
  6726.                         the Motorola single chip microcomputers.  Generates
  6727.                         code (not object module oriented).
  6728.  
  6729.     FTOHEX              Part of DASM used to convert a DASM executable into
  6730.                         an intel-hex formatted ascii file.
  6731.  
  6732.     FILES   V1.2        My disk catalog program.  Haven't enhanced it much
  6733.                         but did fix some bugs.
  6734.  
  6735.     SHELL   V2.10       Added enviroment variable support and some other
  6736.                         junk.  Use ConMan if you want command line editing,
  6737.                         I do (it should not be a function of the shell and
  6738.                         it isn't in mine).
  6739.  
  6740.     FINDIT  V1.00       Search for a filename (wildcard)
  6741.  
  6742.     LIBS    V1.00       list libraries/devices in ram or attempt to remove
  6743.                         libraries.
  6744.  
  6745.     SCAT    V1.00       Utility to 'cat' binaries without blowing up the
  6746.                         display
  6747.  
  6748.     ADDCR   V1.00       Utility to add CR's before LF's in files
  6749.  
  6750.     REMCR   V1.00       Utility to remove CR's in files
  6751.  
  6752.     CMP     V1.00       Utility to compare two files
  6753.  
  6754.  
  6755.  
  6756.  
  6757.  
  6758.                     BINARIES                SOURCES             DOCS
  6759.  
  6760.     INCLUDES            --                  Disk1:include/local
  6761.  
  6762.     Config          Disk1:c/config          Disk1:src/deemu     Disk1:doc/
  6763.     Clock           Disk1:c/clock           Disk1:src/deemu     Disk1:doc/
  6764.     DME             Disk1:c/dme             Disk2:src/dme       Disk1:doc/
  6765.     DMouse          Disk1:c/dmouse          Disk1:src/dmouse    Disk1:doc/
  6766.                     Disk1:l/dmouse-handler
  6767.     Suplib          Disk2:clib/sup32.lib    Disk2:src/suplib    Disk1:doc/suplib/
  6768.     LibRef          Disk1:c/libref          (in DRES srcs)      (none, see dres sources)
  6769.     DRes library    Disk2:clib/dres.lib     Disk2:src/dres      Disk1:doc/dres/
  6770.                     Disk1:libs/dres.library
  6771.     Dasm            Disk1:c/dasm            Disk1:src/dasm/     Disk1:doc/
  6772.     FToHex          Disk1:c/ftohex          (in Dasm srcs)
  6773.     Files           Disk1:c/files           Disk1:src/files/    Disk1:doc/
  6774.     Shell           Disk1:c/shell           Disk2:src/shell/    Disk1:doc/
  6775.  
  6776.     Backup/Restore  Disk1:c/backup          Disk1:src/com/      Disk1:doc/backup.doc
  6777.     Findit          Disk1:c/findit          Disk1:src/com/      Disk1:doc/com.doc
  6778.     Libs            Disk1:c/libs            Disk1:src/com/      Disk1:doc/com.doc
  6779.     Scat            Disk1:c/scat            Disk1:src/com/      Disk1:doc/com.doc
  6780.     AddCR           Disk1:c/addcr           Disk1:src/com/      Disk1:doc/com.doc
  6781.     RemCR           Disk1:c/remcr           Disk1:src/com/      Disk1:doc/com.doc
  6782.     Cmp             Disk1:c/cmp             Disk1:src/com/      Disk1:doc/com.doc
  6783.  
  6784.  
  6785.  
  6786. CONTENTS OF DISK 170
  6787. --------------------
  6788.  
  6789. Aftterm         Commmunications program utilizing IBM 3278 terminal
  6790.                 emulation.  Binary only.
  6791.                 Author:  Don Brereton
  6792.  
  6793. Dis6502         A ported 6502 disassembler with support added for C64
  6794.                 binary files.  Includes source.
  6795.                 Author:  Robert Bond, Amiga port by Udi Finkelstein
  6796.  
  6797. FastText        Blitter based fast text rendering routines written in
  6798.                 assembly.  Unique in the fact that they speed up rendering
  6799.                 of non-proportional fonts of any height, and from 4-16
  6800.                 pixels in width.  Source and test program included.
  6801.                 Author:  Darren M. Greenwald
  6802.  
  6803. MRBackUp        A hard disk backup utility that does a file by file
  6804.                 copy to standard AmigaDOS floppy disks.  Includes an
  6805.                 intuition interface and file compression.  Version 2.4,
  6806.                 Update to version on disk 129.  Binary only
  6807.                 Author:  Mark Rinfret
  6808.  
  6809. PtrAnim         Nifty pointer animation program, includes lots of samples,
  6810.                 a utility program and instructions on creating your own
  6811.                 animations.  Be sure to also read the "Disclaimer" in the
  6812.                 author's ReadMeFirst file.  Binary only, shareware
  6813.                 Author:  Tim Kemp
  6814.  
  6815. Surf            Generates bezier surfaces of revolution.  Will produce some
  6816.                 amazing pictures of wineglasses, doorknobs, or other objects
  6817.                 one could turn on a lathe.  Includes the capacity to map IFF
  6818.                 image files onto any surface that it can draw.  Source
  6819.                 included
  6820.                 Author:  Eric Davies
  6821.  
  6822. Turbo           Opens a small window with a gadget that when selected,
  6823.                 turns off bitplane, sprite, copper and audio DMA, presumably
  6824.                 to increase system speed.  Includes source.
  6825.                 Author:  Oliver Wagner
  6826.  
  6827.  
  6828. CONTENTS OF DISK 171
  6829. --------------------
  6830.  
  6831. AZComm          Modified version of Comm 1.34 that contains Zmodem send,
  6832.                 receive, and resume receive.  Version 1.00, Binary only.
  6833.                 Author:  SS. Patel, based on Comm 1.34 by DJ James
  6834.  
  6835. Maze            A couple of very nice demos for the creation and use of
  6836.                 single-solution mazes, one of which is practically a
  6837.                 stand-alone game.  Includes source.
  6838.                 Author:  Werner Gunther
  6839.  
  6840. Sozobon-C       Atari ST version of what appears to be a full K&R freeware
  6841.                 C-compiler, assembler and linker.  The compiler main pass
  6842.                 and the assembler were compiled and tested on an Amiga A2000
  6843.                 with only minimal changes, and they appear to work (to the
  6844.                 extent that they believe they are running on an Atari-ST),
  6845.                 so an Amiga port should be relatively easy.
  6846.                 Author:  Sozobon, Limited.
  6847.  
  6848. Xoper           Very comprehensive program to monitor and control system
  6849.                 activity.  Monitor cpu, memory usage, ports, interrupts,
  6850.                 devices.  Close windows, screens, show loaded fonts or last
  6851.                 Guru code number.  Clean up memory, flush unused libraries,
  6852.                 devices, fonts. etc. and a whole bunch more!  Spawns its own
  6853.                 process.  A very handy background task to have loaded.
  6854.                 Assembly source included.
  6855.                 Author:  Werner Gunther
  6856.  
  6857.  
  6858. CONTENTS OF DISK 172
  6859. --------------------
  6860.  
  6861. DataToObj       A utility to convert raw data files (sprites, image data,
  6862.                 text, etc.) directly into object code which can then be
  6863.                 linked to the main program without the need to go through
  6864.                 the compiling process.  Includes source.
  6865.                 Author:  Werner Gunther
  6866.  
  6867. Handshake       A full featured VT52/VT100/VT102/VT220 terminal emulator.
  6868.                 The author has taken great pains to support the full VT102
  6869.                 spec.  Now supports ANSI colors, screen capture and more.
  6870.                 Update to version on disk number 60.  Version 2.12a,
  6871.                 binary only, shareware.
  6872.                 Author:  Eric Haberfellner
  6873.  
  6874. MFix            A small program to insert in the startup-sequence of the
  6875.                 commercial program, Marauder II, from Discovery Software,
  6876.                 International.  Whenever the copy process is started, the
  6877.                 rainbow screen is covered by a bare screen until the copy
  6878.                 is finished.  The author claims a 25% decrease in copy time
  6879.                 is achieved.  Version 1.0, binary only.
  6880.                 Author:  Stephen Gunn
  6881.  
  6882. PopInfo         A "shrinkable" workbench utility to show you some info
  6883.                 that Workbench doesn't, such as free memory on external
  6884.                 devices, chip, fast, and total ram usage and more.  Version
  6885.                 2.0, Includes source.
  6886.                 Author:  Jonathan Potter
  6887.  
  6888. ProCalc         A program that simulates an HP-11C programmable calculator.
  6889.                 Lots of enhancements and bug fixes since the original version
  6890.                 on disk number 139.  Version 1.2, binary only, shareware
  6891.                 Author:  Gotz Muller
  6892.  
  6893. Spiff           Make controlled approximations between two files.  Similar
  6894.                 to "diff" but more versatile.  Allows for the handling of
  6895.                 numerals as string literals or numeric values with
  6896.                 adjustable tolerances.  Provides for embedded commands,
  6897.                 scriptfiles, and many other command-line parameters.
  6898.                 Potentially very useful, but needs some Amiga-specific work.
  6899.                 Source and some example files included.
  6900.                 Author:  Dan Nachbar, Bell Communications Research (BELLCORE)
  6901.  
  6902.  
  6903. CONTENTS OF DISK 173
  6904. --------------------
  6905.  
  6906. CrcLists        Complete CRC check files for disks 146-172 using the
  6907.                 crc program from disk 133.  These were made directly
  6908.                 from my master disks.
  6909.                 Author:  Fred Fish
  6910.  
  6911. FileSelect      A FileIO selector, written 100% in assembly.  Version
  6912.                 1.0, includes source.
  6913.                 Author:   Fabrice Lienhardt
  6914.  
  6915. IffLib          A ready-to-use library to perform various manipulations
  6916.                 on IFF files.  Includes a sample IFF viewer and a utility
  6917.                 to save the front screen as an IFF file.
  6918.                 Author:  Christian A. Weber
  6919.  
  6920. ILBM2C          Very useful utility for C-programmers.  Reads in a
  6921.                 standard IFF ILBM file and outputs a file that can then
  6922.                 be included in your program.  Includes source and a sample
  6923.                 program.
  6924.                 Author:  Tim Kemp
  6925.  
  6926. Tetrix          A addictive game of speed, skill and luck.  Based on a game
  6927.                 originally called Tetris.  The object is to fit together
  6928.                 oddly grouped falling blocks to create a solid wall, which
  6929.                 is then cleared from the bottom up.  Sounds simple enough
  6930.                 right?  Sure ...!  Shareware, Version 1.1, Binary only.
  6931.                 Author:  David Corbin
  6932.  
  6933. Uedit           Version 2.4g of this nice shareware editor.  Has learn
  6934.                 mode, a command language, menu customization, and other
  6935.                 user configurability and customizability features.
  6936.                 Binary only, shareware, update to version on disk 121.
  6937.                 Author:  Rick Stiles
  6938.  
  6939. CONTENTS OF DISK 174
  6940. --------------------
  6941.  
  6942. Castle          A simple graphics adventure game suitable for beginners.
  6943.                 Binary only, but source available with a small donation to
  6944.                 the author.
  6945.                 Author:  H. James Fox
  6946.  
  6947. Iff2Sun         A small utility for those of you who may have access to a
  6948.                 Sun workstation.  Takes an Amiga IFF file and converts it to
  6949.                 a Sun rasterfile format.  Source only, as the program needs
  6950.                 to be re-compiled and run from a Sun.
  6951.                 Authors:  Steve Berry, Mark Thompson
  6952.  
  6953. Print1.2        Another CLI-based printing utility with several nice
  6954.                 features including the ability to print in ASCII or HEX,
  6955.                 with or without line numbers and a CTRL-C Trap.  Includes
  6956.                 source.
  6957.                 Author:  John F. Zacharias
  6958.  
  6959. Sh              Another version of the 'Sh' utility to unshar shell archives.
  6960.                 Apparently corrects some problems encountered by similar
  6961.                 programs.  Until we can get everybody using some sort of
  6962.                 "standard", perhaps if we collect enough of these utilities,
  6963.                 we will eventually find one that works with the particular
  6964.                 archive we're trying to unshar!  Includes source.
  6965.                 Author:  Jim Guilford
  6966.  
  6967. Strings         A simple utility with command-line options for locating
  6968.                 strings in a binary file.  Version 1.0, includes source.
  6969.                 Author:  Joel Swank
  6970.  
  6971. TitlePage       Prints banner-type title pages for identifying listings.
  6972.                 Lots of command-line options for specifying various fonts,
  6973.                 pitches, typestyles, selectable centering, etc.  Includes
  6974.                 source.
  6975.                 Author:  Joel Swank
  6976.  
  6977. Tunnel          An interesting graphics demo written in TDI-Modula 2.
  6978.                 I suggest you don't stare at this too long!  Includes
  6979.                 source.
  6980.                 Author:  Garth Thornton
  6981.  
  6982. CONTENTS OF DISK 175
  6983. --------------------
  6984.  
  6985. Elements        Very nice interactive display of the the Periodic Table
  6986.                 of Elements.  Can display a large amount of pertinent
  6987.                 data about a selected element along with a good deal of
  6988.                 general and miscellaneous info.
  6989.                 Author:  Paul Thomas Miller
  6990.  
  6991. Furnish         For those of you who may have ever used the "scale size cut
  6992.                 and place" method of determining your next living-room
  6993.                 arrangement, this Amiga-ized version may be just what you
  6994.                 need.  Binary only, shareware.
  6995.                 Author:  Terry Gintz
  6996.  
  6997. Plot            Program to compute and plot 3 dimensional functions.
  6998.                 Major revision to PD version on disk number 49 by the
  6999.                 same author.  Version 4.1, binary only, shareware.
  7000.                 Author:  Terry Gintz
  7001.  
  7002. SafeBoot        Very handy intuition-based program to read and save
  7003.                 custom bootblocks.  The bootblock can then be later
  7004.                 restored should the disk become virus-infected.
  7005.                 Version 2.2, binary only.
  7006.                 Author:  Mark Lanoux
  7007.  
  7008. SendMorse       Brush up on your morse code with this simple program
  7009.                 that will read an input textfile and output the characters
  7010.                 at an adjustable rate.
  7011.                 Author:  Joe Larson
  7012.  
  7013. VirusX          Version 3.10 of the popular virus detection/vaccination
  7014.                 program.  Features a test for the new IRQ virus, among
  7015.                 others, and a new "Kill Virus" utility.  Includes source.
  7016.                 Author:  Steve Tibbett
  7017.  
  7018. WBDepth         CLI program that allows you to change the number of bitplanes
  7019.                 for the WB screen on the fly.  Very useful for A500 and A2000
  7020.                 users with kickstart in ROM.  Binary only.
  7021.                 Author:  Andry Rachmat
  7022.  
  7023. Zippy           A "Graphical Shell".  Opens a medium-size window and
  7024.                 attaches a menu-strip for performing all sort of disk/data
  7025.                 manipulations.  Features script files allowing you to attach
  7026.                 custom menu selections as you move between directories.
  7027.                 Also included is an intuition based utility for altering
  7028.                 FileInfo data.  (filename, filenote, RWED attributes, etc.)
  7029.                 Version 2.5, binary only.
  7030.                 Author:  Michael Weiblen
  7031.  
  7032.  
  7033. CONTENTS OF DISK 176
  7034. --------------------
  7035.  
  7036.         This is disk 176 of the freely distributable AMIGA software library.
  7037.         This disk contains version V23-2A of Glenn Everhart's large and powerful
  7038.         spreadsheet program called AnalytiCalc, submitted to me directly by
  7039.         Glenn for inclusion in the library as an update to the version released
  7040.         on disk 144. AnalytiCalc is presented in entirely ZOOed form because it
  7041.         could not otherwise fit on a single disk. Because the auxiliary
  7042.         utilities were presented on disk 144, they are not repeated here.
  7043.  
  7044.         The ZOO utility is used due to the lack of controversy over the
  7045.         format. The public domain BOOZ program is provided to extract the
  7046.         contents of the ZOO archives provided.
  7047.  
  7048.         With this release, AnalytiCalc has become "Freeware" rather than
  7049.         "Shareware".  Thus the only restrictions on AnalytiCalc code are
  7050.         that derivative programs remain freely distributable.
  7051.  
  7052.         HyperNet
  7053.         --------
  7054.  
  7055.         HyperNet is a small hypertext shell program for Amiga, presented
  7056.         with sources and brief documents. It was also submitted by Glenn
  7057.         Everhart, the author.
  7058.  
  7059.         HyperNet allows a "master" AmigaDos process to control a series of
  7060.         connected processes, where the connections are randomly ordered directed
  7061.         graphs. Permissible "child" processes available at any stage are
  7062.         governed by the links of the graph. The implementation is mainly
  7063.         instructive, but can be used for tutorials or demonstrations and
  7064.         illustrates the simplicity of hypertext concepts on a multi-tasking
  7065.         system.
  7066.  
  7067. CONTENTS OF DISK 177
  7068. --------------------
  7069.  
  7070. ASpice          A version of the SPICE 2G.6 circuit analysis program
  7071.                 which has been modified to run in the Amiga environment.
  7072.                 The program arrays are adjusted to require one forth the
  7073.                 memory of the DEC VAX version.  Although this does not
  7074.                 usually put much of a constraint on circuit analysis,
  7075.                 some users who are used to the full mainframe environment
  7076.                 may have to be more aware of the memory demands of their
  7077.                 analysis.  Requires a minimum  of 1.5 MB memory.  This
  7078.                 version neither supports nor requires the 68020 processor
  7079.                 or 68881 coprocessor.  Binary only.
  7080.                 Authors:  Many, see Documentation
  7081.  
  7082. DiskSalv        Version 1.32 of the popular "undelete" and file recovery
  7083.                 program.  Fixes a few bugs apparently found on the version
  7084.                 1.3 release on disk number 164.
  7085.                 Author:  Dave Haynie
  7086.  
  7087. Jask            An intuition-based replacement for the ASK command.  Will
  7088.                 bring up a requester with a message and boolean yes/no
  7089.                 type gadgets.  Version 1.0, includes source.
  7090.                 Author:  John Barshinger
  7091.  
  7092. Marge           A simple CLI utility to add a specified number of spaces or
  7093.                 tabs to the left side of every line in a file.  Includes
  7094.                 source.
  7095.                 Author:  Joel Swank
  7096.  
  7097. Path            An interesting concept in path-searching.  This program
  7098.                 contains a path-handler that allows you to selectively
  7099.                 control or assign your system's search path using script
  7100.                 files.  Includes source.
  7101.                 Author:  Rico Mariani
  7102.  
  7103. CONTENTS OF DISK 178
  7104. --------------------
  7105.  
  7106. AmicForm        Creates a phonebook containing only those areacodes and
  7107.                 exchanges reachable through PC-Pursuit.  Update to the
  7108.                 version on disk number 157.  Works with the new Finalist
  7109.                 BBS format.  Version 1.4, Binary only.
  7110.                 Author:  John Motsinger
  7111.  
  7112. BlackBox        The black box is an 8x8 grid in which several "atoms" are
  7113.                 hidden.  Your job is to find the atoms.  You have at your
  7114.                 disposal a ray projector which you can use to send rays
  7115.                 into the box from any of the 32 spots around the box.
  7116.                 Binary only.
  7117.                 Author:  Tim Kemp
  7118.  
  7119. CIATimer        Two versions of ciatimer routines to provide precise
  7120.                 timing for applications requiring a high-accuracy
  7121.                 real-time clock.  Includes source and a sample
  7122.                 executable.
  7123.                 Author:  Karl Lehenbauer, based on the original
  7124.                          version by Paul Higginbottom
  7125.  
  7126. Cosmic          An interstellar multiplayer game of War and Peace.  From
  7127.                 the looks of the documentation file, it appears fairly
  7128.                 extensive!  Version 1.01, includes source.
  7129.                 Author:  Carl Edman
  7130.  
  7131. Ls              Version 2.0 of the popular UNIX style directory lister.
  7132.                 Revised for Lattice 5.0 and made 1.3 compatible.
  7133.                 Includes source.
  7134.                 Author:  Justin V. McCormick.
  7135.  
  7136. RemLib          Removes a specified library (if currently unused)
  7137.                 or displays some information about all available
  7138.                 libraries.  Update to version on disk number 139.
  7139.                 Version 1.11, includes source in assembler.
  7140.                 Author:  Heiko Rath
  7141.  
  7142. RexxArpLib      Version 2.0 of the rexxarplib.library, which has grown
  7143.                 considerably, with substantial intuition interface
  7144.                 support.  Also included is a large number of ARexx macros.
  7145.                 Author:  W.G.J. Langeveld
  7146.  
  7147.  
  7148. CONTENTS OF DISK 179
  7149. --------------------
  7150.  
  7151. DietAid         Diet planning aid to allow the user to compile lists
  7152.                 of ingredients (recipes) and automatically compute
  7153.                 calorie totals, etc.  Update to version on disk number
  7154.                 36.  Version 3.1, binary only.
  7155.                 Author:  Terry Gintz
  7156.  
  7157. Dmake           Beta release of Matt's version of the UNIX make utility.
  7158.                 Features multiple dependancies, wildcard support, and more.
  7159.                 Includes source.
  7160.                 Author:  Matt Dillion
  7161.  
  7162. Excption        Exception is a set of error handling routines that provide
  7163.                 a programmer with the ability to easily handle often
  7164.                 difficult to implement routines.  Routines such as no more
  7165.                 memory, file not open, read/write error....etc.  Version
  7166.                 0.6, includes source.
  7167.                 Author:  Gerald T Hewes
  7168.  
  7169. KickFont        For A-1000 owners, will permanently replace the topaz font
  7170.                 on the kickstart disk with a font called "look".  Includes
  7171.                 a sample in the form of an IFF picture.  Version 3.0, binary
  7172.                 only.  Also included is Benjamin Fuller's freely
  7173.                 redistributable 'SumKick' program.
  7174.                 Author:  Greg Browne
  7175.  
  7176. Launch          Sample program showing how you can load and execute a
  7177.                 program in the workbench environment, then return to the
  7178.                 CLI.  Includes source.
  7179.                 Author:  Peter da Silva
  7180.  
  7181. Regexp          A nearly-public-domain reimplementation of the V8 regexp(3)
  7182.                 package. Gives C programs the ability to use egrep-style
  7183.                 regular expressions, and does it in a much cleaner fashion
  7184.                 than the analogous routines in SysV.  Includes source.
  7185.                 Author:  Henry Spencer
  7186.  
  7187. TSnip           Very nice "cut and paste" type utility with lots of uses
  7188.                 and functions.  Features a pop-up intuition control panel,
  7189.                 multiple font and color recognition, clipboard and pipe
  7190.                 support and a couple of utility programs. Version 1.4a,
  7191.                 source for support programs only.
  7192.                 Author:  John Russell
  7193.  
  7194. UnixUtil        A few CLI utilities, including some functionally similiar
  7195.                 to the UNIX utilities of the same names.  Included are:
  7196.                 Wc, Head, Tail, Tee, Detab, Entab, and Trunc.  Descriptions
  7197.                 are given in the included '.doc' files.
  7198.                 Author:  Gary Brant
  7199.  
  7200.  
  7201. CONTENTS OF DISK 180
  7202. --------------------
  7203.  
  7204. Browser         A programmer's "Workbench".  Allows you to easily and
  7205.                 conveniently move, copy, rename, and delete files &
  7206.                 directories from a CLI environment.  Also provides a
  7207.                 method to execute either Workbench or CLI programs.
  7208.                 Version 1.6, update to version on disk number 134,
  7209.                 binary only.
  7210.                 Author:  Peter da Silva
  7211.  
  7212. GeoTime         A couple of interesting "clock" type programs based on the
  7213.                 "Geochron".  Observe the earth's shadow scroll across
  7214.                 a map or globe in real-time, based on the system clock.
  7215.                 Version 1.0, binary only, shareware.
  7216.                 Author:  Mike Smithwick
  7217.  
  7218. GPrint          A black & white graphics print utility for Epson compatible
  7219.                 printers. (The author's letter to me was quite impressive!)
  7220.                 Command-line options allow several different print qualities
  7221.                 and densities.  Includes a couple of sample IFF files for
  7222.                 printing.  Version 2.03, binary only, shareware.
  7223.                 Author:  Peter Cherna
  7224.  
  7225. Jed             A nicely done, intuition-based editor that is quite
  7226.                 user-friendly.  Features word-wrap, auto-indent, newcli,
  7227.                 alt buffer, split-window, keyboard macro, help, printing,
  7228.                 and more.  Version 1.0, binary only, shareware.
  7229.                 Author:  Dan Burris
  7230.  
  7231. NoVirus         Another Anti-Virus utility.  This one features known and
  7232.                 new virus detection, view boot block, save and restore
  7233.                 bootblocks, several "Install" options and more.  Written
  7234.                 in assembly.  Version 1.56, binary only.
  7235.                 Author:  Nic Wilson
  7236.  
  7237. RepString       Nice little CLI utility to replace any type of string in
  7238.                 any type of file with another string of any type.
  7239.                 Version 1.0, binary only, shareware.
  7240.                 Author:  Luciano Bertato
  7241.  
  7242. TrekTrivia      Very nice mouse-driven trivia type program for Star Trek
  7243.                 fans.  Contains 100 questions with additional trivia disks
  7244.                 available from the author.  Binary only, shareware.
  7245.                 Author:  George Broussard
  7246.  
  7247.  
  7248. CONTENTS OF DISK 181
  7249. --------------------
  7250.  
  7251. AMXLISP         Amiga-ized version of the XLisp interpreter originally
  7252.                 by David Betz.  Version 2.00, includes source.
  7253.                 Author:  David Betz; Amiga work by Francois Rouaix
  7254.  
  7255. Bally           Amiga port of the former arcade game named Click.  This
  7256.                 version completely lacks sound effects, which shall
  7257.                 come in later updates.  Version 0.1, binary only,
  7258.                 shareware.
  7259.                 Author:  Oliver Wagner
  7260.  
  7261. Tracker         Useful debugging routines similar in function but more
  7262.                 versatile to those of "MemTrace" on disk number 163.
  7263.                 Will track and report on calls to AllocMem(), FreeMem()
  7264.                 [or lack thereof!] among others.  Version 0.0a (Alpha
  7265.                 release).
  7266.                 Author:  Karl Lehenbauer
  7267.  
  7268.  
  7269. CONTENTS OF DISK 182
  7270. --------------------
  7271.  
  7272. AMC             "Amiga Message Center".  Scrolls a message from a text
  7273.                 file across the screen on a colorful background.
  7274.                 Similar to the "greetings" programs developed by
  7275.                 European Amiga enthusiasts.  Version 1.0, binary only.
  7276.                 Author:  Foster Hall
  7277.  
  7278. Edimap          A keymap editor.  Allows you to read in an existing
  7279.                 keymap file, modify it to suit your needs, and save
  7280.                 it as a ready-to-use keymap.  Version 1.0, includes
  7281.                 source.
  7282.                 Author:  Gilles Gamesh
  7283.  
  7284. HR136           An IFF file containing a chart showing every possible
  7285.                 mixture of the sixteen basic palette colors.  Also
  7286.                 included are optimized and monochrome palettes along
  7287.                 with several tips and techniques for using them with
  7288.                 various paint programs.
  7289.                 Author:  Dick Bourne
  7290.  
  7291. Iconmerger      Intuition-based program to take any two brush files
  7292.                 and merge them into an alternate-image type icon.
  7293.                 Version 2.0, binary only.
  7294.                 Author:  Terry Gintz
  7295.  
  7296. Sam             Another IFF sound player with several command-line
  7297.                 options.  Includes several samples.  Version 1.0,
  7298.                 binary only.
  7299.                 Author:  Nic Wilson
  7300.  
  7301. SetFont         Allows you to change the system font with various
  7302.                 command-line options.  Cleans up all known bugs in
  7303.                 V2.0 released on disk number 75.  Version 2.5,
  7304.                 includes source in C++.
  7305.                 Author:  Dave Haynie
  7306.  
  7307.  
  7308. CONTENTS OF DISK 183
  7309. --------------------
  7310.  
  7311. FixFd           A utility for Amiga assembly programmers.  FixFd will
  7312.                 read a '.FD' file and output a file that can be
  7313.                 'INCLUDE'ed rather than having to link with the
  7314.                 colossal 'Amiga.Lib'.  Version 1.0, includes source in
  7315.                 assembly.
  7316.                 Author:  Peter Wyspianski
  7317.  
  7318. Mklib           Another example of building a shared library that
  7319.                 evolved from "Elib" on disk number 87.  Also included
  7320.                 is a library, Edlib, which contains several functions
  7321.                 not included in the Manx standard libraries.  Includes
  7322.                 source.
  7323.                 Author:  Edwin Hoogerbeets with C-functions from several
  7324.                          different authors
  7325.  
  7326. PCQ             A subset implementation of a freely-redistributable
  7327.                 Pascal compiler.  Supports include files, external
  7328.                 references, records, enumerated types, pointers, arrays,
  7329.                 strings and more.  Presently does not support range
  7330.                 types, the 'with' statement or sets.  Version 1.0,
  7331.                 includes source and sample programs.
  7332.                 Author:  Patrick Quaid
  7333.  
  7334.  
  7335. CONTENTS OF DISK 184
  7336. --------------------
  7337.  
  7338. BI              A small brush to to C-code image converter, intended to
  7339.                 be used from CLI.  Version 1.0, binary only.
  7340.                 Author:  Terry Gintz
  7341.  
  7342. CardMaker       A programmer's aid for creating card image data that can
  7343.                 be used in any card game that uses the standard 52 card
  7344.                 deck.  Version 1.0, binary only.
  7345.                 Author:  Terry Gintz
  7346.  
  7347. DPS             Demo version of a program that will allow you to take
  7348.                 any IFF file and save it as a totally self-contained
  7349.                 executable file, without the need for any IFF-viewers.
  7350.                 Version 1.0, binary only.
  7351.                 Author:  Foster Hall
  7352.  
  7353. MouseUtil       Intuition based program to allow you to change your mouse
  7354.                 speed without having to go through preferences.  Version
  7355.                 1.1, includes assembly source.
  7356.                 Author:  Luciano Bertato
  7357.  
  7358. Print           Small print utility designed to replace the "copy
  7359.                 <filename> to prt:" command.  Opens a window displaying
  7360.                 the filename being printed, length, and a status bar
  7361.                 showing percent completed.  Also includes an abort
  7362.                 gadget.  Version 1.0, binary only.
  7363.                 Author:  Luciano Bertato
  7364.  
  7365. VacBench        This amusing little screen hack will "clean up" your
  7366.                 WorkBench screen for you when it gets too cluttered!
  7367.                 Binary only.
  7368.                 Author:  Randy Jouett
  7369.  
  7370. World           A text adventure game similar to the Infocom adventures
  7371.                 of Planetfall and Starcross.  Quite large with a
  7372.                 tremendous variety of responses.  Version 1.02,
  7373.                 includes source.
  7374.                 Author:  Doug Mcdonald, Amiga port by Eric Kennedy
  7375.  
  7376.  
  7377. CONTENTS OF DISK 185
  7378. --------------------
  7379.  
  7380. This is a copy of the official November 1988 Commodore IFF disk, sent
  7381. to me directly by Commodore for inclusion in the library.  The only
  7382. changes I made were:
  7383.  
  7384.         (1)     Placed all the files in the "documents" directory
  7385.                 into a zoo file "documents.zoo" to free up enough
  7386.                 space to add my normal distribution files and icons.
  7387.                 Some of the files on the disk were already in zoo
  7388.                 format anyway, so this seems like a minor alteration.
  7389.  
  7390.         (2)     Changed the file "AboutThisRelease" to reflect the
  7391.                 zoo'ing of the documents.
  7392.  
  7393.         (3)     Rearranged the icons to make room for my additional
  7394.                 icons.
  7395.  
  7396. -Fred
  7397.  
  7398.  
  7399. CONTENTS OF DISK 186
  7400. --------------------
  7401.  
  7402. A68k            A 68000 assembler originally written in Modula-2 in
  7403.                 1985 and converted to C by Charlie Gibb in 1987.  Has
  7404.                 been converted to accept metacomco-compatible assembler
  7405.                 source code and to generate Amiga objects.  Includes source.
  7406.                 This is version 2.42, an update to the version on disk 110.
  7407.                 Author:  Brian Anderson; C translation and Amiga work
  7408.                          done by Charlie Gibb
  7409.  
  7410. Cards'O'Rama    A simple game that let's you push your memory.  It is played
  7411.                 with a deck of 32 cards, grouped in 16 pairs.  The cards are
  7412.                 shuffled and then displayed at the beginning of each game.
  7413.                 Your goal is to pick up as many pairs as you can, until
  7414.                 there are no cards left on the screen.  Version 1.0,
  7415.                 includes source.
  7416.                 Author:  Werther Pirani
  7417.  
  7418. Qt2             A cute program that gives the time the way many people
  7419.                 actually do, I.E. "it's nearly ten to five".  Includes
  7420.                 source in assembly.
  7421.                 Author:  Charlie Gibb
  7422.  
  7423. SimCPM          A CP/M simulator for the Amiga.  Simulates an 8080
  7424.                 along with H19 terminal emulation.  Includes source.
  7425.                 This is version 2.3, an update to version on disk 109.
  7426.                 Author:  Jim Cathey; Amiga port by Charlie Gibbs and
  7427.                          Willi Kusche
  7428.  
  7429.  
  7430. CONTENTS OF DISK 187
  7431. --------------------
  7432.  
  7433. Diskperf        A disk benchmark program which runs on both Unix and the
  7434.                 Amiga.  This is an update to the version on disk 48, with
  7435.                 bug fixes and more reliable measurements of the faster
  7436.                 read and write speeds available under the new Fast
  7437.                 File System.
  7438.                 Author:  Rick Spanbauer, enhancements by Joanne Dow
  7439.  
  7440. HackLite        This is the latest version the Amiga port of Hack,
  7441.                 with lots of Amiga specific enhancements and neat
  7442.                 graphics.  Now includes an easy to use installation
  7443.                 program.  This is HackLite version 1.0.0, binary only.
  7444.                 Author:  Software Distillery
  7445.  
  7446. Mackie          A versatile cli/macro-key initiator based on POPCLI with
  7447.                 a unique method of "screen-blanking".  I won't say more,
  7448.                 just try it!  Version 1.13, includes source.  This is
  7449.                 an update to version 1.1 from disk 161.
  7450.                 Author:  Tomas Rokicki
  7451.  
  7452. SetCPU          A program designed to allow the user to detect and modify
  7453.                 various parameters related to 32 bit CPUs.  Includes
  7454.                 commands to enable or disable the text/data caches,
  7455.                 switch on or off the '030 burst cache line fill request,
  7456.                 use the MMU to run a ROM image from 32-bit memory, and
  7457.                 to report various parameters when called from a script.
  7458.                 This is version 1.4, includes source.
  7459.                 Author:  Dave Haynie
  7460.  
  7461.  
  7462. CONTENTS OF DISK 188
  7463. --------------------
  7464.  
  7465. BootIntro       This program creates a small intro on the bootblock of any
  7466.                 disk, which will appear after you insert the disk for
  7467.                 booting.  The headline can be up to 20 characters.  The
  7468.                 scrolling text portion can be up to 225 characters.
  7469.                 Version 1.0, binary only.
  7470.                 Author:  Roger Fischlin
  7471.  
  7472. DiffDir         Diffdir compares the contents of two directories, reporting
  7473.                 on differences such as files present in only one directory,
  7474.                 different modification dates, file flags, sizes, comments,
  7475.                 etc.  Version 1.0, includes source.
  7476.                 Author:  Mark Rinfret
  7477.  
  7478. ExecDis         A disassembler comment generator program for the 1.2
  7479.                 Kickstart ROM exec library image.  Generates a commented
  7480.                 disassembly of the exec library.  Version 1.0, binary only.
  7481.                 Author:  Markus Wandel
  7482.  
  7483. FastGro         A fractal program, simulating Diffusion-Limited Aggregation
  7484.                 (DLA) as described in the December 1988 Scientific American
  7485.                 in the Computer Recreations column.  This program is about
  7486.                 an order of magnitude faster than the "SLO GRO" program
  7487.                 described in Scientific American.  Version 1.0, includes
  7488.                 source.
  7489.                 Author:  Doug Houck
  7490.  
  7491. FracGen         A fractal generator program that generates fractal
  7492.                 pictures from "seeds" that you create.  This is
  7493.                 unlike any of the other "fractal generators" I've
  7494.                 seen.  It can be used to load and display previously
  7495.                 created fractal pictures, modify existing fractals,
  7496.                 or create your own fractals.  Version 1.23, binary
  7497.                 only, update to version on disk 142.
  7498.                 Author:  Doug Houck
  7499.  
  7500. MemoryClock     A clock program that shows the amount of free fast ram,
  7501.                 free chip ram, as well as the time and date.  Includes
  7502.                 source in assembly code.
  7503.                 Author:  Roger Fischlin
  7504.  
  7505. MinRexx         A simple ARexx interface which can be easily patched into
  7506.                 almost any program.  Includes as an example the freedraw
  7507.                 program from disk number 1.  Includes source.
  7508.                 Author:  Tomas Rokicki
  7509.  
  7510. Null            A new dos device that behaves like "NIL:" but unlike
  7511.                 "NIL:", it is a real handler.  This makes it useful
  7512.                 in lots of situations where "NIL:" cannot be used.
  7513.                 Version 0.0, includes source.
  7514.                 Author:  Gunnar Nordmark
  7515.  
  7516. TextDisplay     A text display program, like "more" or "less", but about
  7517.                 half the size and handles all screen formats (pal/ntsc,
  7518.                 interlace/non-interlace, etc).  Version 1.1, binary only.
  7519.                 Author:  Roger Fischlin
  7520.  
  7521.  
  7522. CONTENTS OF DISK 189
  7523. --------------------
  7524.  
  7525. Mackie          A versatile cli/macro-key initiator based on POPCLI with
  7526.                 a unique method of "screen-blanking".  I won't say more,
  7527.                 just try it!  Version 1.20, includes source.  This is
  7528.                 an update to version 1.13 from disk 187.
  7529.                 Author:  Tomas Rokicki
  7530.  
  7531. NetHack         This is part 1 of a two part distribution of NetHack,
  7532.                 which was too large to fit on a single disk, even when
  7533.                 zoo'd.  Part 2 is on disk 190.  Both parts, along with
  7534.                 zoo to unpack them, are required to use or rebuild
  7535.                 NetHack.  This is version 2.3, and includes source.
  7536.                 Author:  Various; Amiga work by Olaf Seibert
  7537.  
  7538. Uedit           Version 2.4g of this nice shareware editor.  Has learn
  7539.                 mode, a command language, menu customization, and other
  7540.                 user configurability and customizability features.
  7541.                 Binary only, shareware, replaces beta 2.4g version
  7542.                 on disk 173.
  7543.                 Author:  Rick Stiles
  7544.  
  7545.  
  7546. CONTENTS OF DISK 190
  7547. --------------------
  7548.  
  7549. GaryIcons       A collection of more interesting and useful icons.
  7550.                 Author:  Gary Roseman
  7551.  
  7552. ILBM2Image      Takes an IFF picture and generates a C source module
  7553.                 which can be compiled and linked with your program to
  7554.                 display the picture with the intuition DrawImage
  7555.                 function.  Binary only.
  7556.                 Author:  Denis Green
  7557.  
  7558. NetHack         This is part 2 of a two part distribution of NetHack,
  7559.                 which was too large to fit on a single disk, even when
  7560.                 zoo'd.  Part 1 is on disk 189.  Both parts, along with
  7561.                 zoo to unpack them, are required to use or rebuild
  7562.                 NetHack.  This is version 2.3, and includes source.
  7563.                 Author:  Various; Amiga work by Olaf Seibert
  7564.  
  7565. CONTENTS OF DISK 191
  7566. --------------------
  7567.  
  7568. BlitLab         Blitlab is a program which lets you experiment with
  7569.                 the blitter, to your hearts content, in relative safety.
  7570.                 It opens a workbench window with gadgets for all the
  7571.                 registers of the blitter, and allows you to manipulate
  7572.                 individual registers and perform blits on a magnified
  7573.                 bitmap.  This is version 1.4, an update to the version
  7574.                 released on disk number 84.  Includes source.
  7575.                 Author:  Tomas Rokicki
  7576.  
  7577. Blk             A requester making tool employing various recursive
  7578.                 algorithms including a recursive parser.  It takes input
  7579.                 text files and converts them to C-source for including as
  7580.                 requester declarations.  This is an update to the version
  7581.                 released on disk 152, with many enhancements.  Includes
  7582.                 source.
  7583.                 Author: Stuart Ferguson
  7584.  
  7585. FileBootBlock   This simple little program reads blocks 0 and 1 of a
  7586.                 bootable disk and saves them as a program file that can
  7587.                 be run (heaven forbid) or disassembled by programs like
  7588.                 DIS or DSM.  Includes source in assembly code.
  7589.                 Author:  John Veldthuis
  7590.  
  7591. ISpell          A port of a Unix version of a freely distributable
  7592.                 screen oriented, interactive, spelling checker.
  7593.                 This is an update to the version released on disk 54,
  7594.                 with enhancements by Tomas Rokicki.  Version 2.0.02,
  7595.                 includes source.
  7596.                 Author:  Pace Willisson; enhancements by Tomas Rokicki
  7597.  
  7598. Pz15            Computer version of those cheap plastic puzzles with
  7599.                 15 white tiles numbered 1 through 15 and an empty square
  7600.                 in a 4 by 4 arrangement.  This one is more challenging
  7601.                 since you can't solve it by just prying out the pieces.
  7602.                 Includes source.
  7603.                 Author:  Mike Hall
  7604.  
  7605.  
  7606. CONTENTS OF DISK 192
  7607. --------------------
  7608.  
  7609. Eval            This package allows you to manipulate expressions.
  7610.                 Currently its two main functions are evaluation and
  7611.                 differentiation.  It also does some basic simplifica-
  7612.                 tions (based on pattern matching) to make the result
  7613.                 of a differentiation more presentable.  Includes source.
  7614.                 Author:  David Gay
  7615.  
  7616. PacMan87        This is a nice little "pacman like" game with some new
  7617.                 features like fire pits, stabbing knives, electric arcs
  7618.                 and flame throwers, that must be avoided.  Has three levels
  7619.                 of difficulty, easy, medium, and hard.  Sounds can be
  7620.                 toggled on or off.  Keeps a record of the top ten scores.
  7621.                 Shareware, binary only.
  7622.                 Author:  Steve Jacobs and Jim Boyd
  7623.  
  7624. ReSourceDemo    A demo version of ReSource, an interactive disassembler
  7625.                 for the Amiga.  This is a complete version except that
  7626.                 the "save" features have been disabled.  Version 0.36,
  7627.                 binary only.
  7628.                 Author:  Glen McDiarmid
  7629.  
  7630.  
  7631. CONTENTS OF DISK 193
  7632. --------------------
  7633.  
  7634. KeyMapEd        Allows you to change the KeyMaps used with SetMap.
  7635.                 This is a full featured editor providing support for
  7636.                 normal, string and dead keys.  The keyboard represented
  7637.                 is from an A2000/A500 but it is fully compatible with
  7638.                 A1000 keyboards.  Version 1.02, includes source.
  7639.                 Author:  Tim Friest
  7640.  
  7641. Zc              This is a modified version of the Sozobon C compiler
  7642.                 from disk 171.  It has been modified to generate code
  7643.                 compatible with the A68k assembler from disk 186 and
  7644.                 a new frontend control program makes it easy to use
  7645.                 like the UNIX "cc" frontend.  Version 1.01, includes
  7646.                 source.
  7647.                 Author:  Johann Ruegg; Amiga work by Joe Montgomery
  7648.  
  7649.  
  7650. CONTENTS OF DISK 194
  7651. --------------------
  7652.  
  7653. Moria           A single player dungeon simulation.  The object of the
  7654.                 game is to defeat the Balrog, which lurks in the deepest
  7655.                 levels of the dungeon.  You begin at the town level above
  7656.                 the dungeon, where you may acquire supplies, weapons, armor,
  7657.                 and magical devices by bartering with various shop owners,
  7658.                 before descending into the dungeon to do battle.  Amiga
  7659.                 enhancements include pull down menus, graphics mode, pickup
  7660.                 mode, a continuous move mode, a real time mode, a message
  7661.                 wait time mode, as well as other modifications to improve
  7662.                 overall playability and to take advantage of the unique
  7663.                 features of the Amiga.  Version 3.0, binary only, requires
  7664.                 at least 1Mb of memory.
  7665.                 Author:  Robert Alan Koeneke and others.  Amiga version
  7666.                          by Richard Henderson and others.
  7667.  
  7668.  
  7669. CONTENTS OF DISK 195
  7670. --------------------
  7671.  
  7672. MicroEMACS      Version 3.10 of Daniel Lawrence's variant of Dave
  7673.                 Conroy's microemacs.  This is an update to the version
  7674.                 released on disk 119.  New features include multiple
  7675.                 marks, more function key support, a better crypt algorithm,
  7676.                 and end-of-word command, a command line switch for setting
  7677.                 environment variables, new hooks for macros, a command
  7678.                 to strip trailing whitespace, internationalization
  7679.                 features like foreign language message support, horizontal
  7680.                 window scrolling, much faster search algorithm, Amiga
  7681.                 intuition support, and more.  Includes source and extensive
  7682.                 online documentation.
  7683.                 Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  7684.  
  7685. CONTENTS OF DISK 196
  7686. --------------------
  7687.  
  7688. HamPics         These are some of the most stunning digitized pictures
  7689.                 yet for the Amiga.  They were scanned at a resolution
  7690.                 of 4096 by 2800 pixels, 36-bits per pixel, on an
  7691.                 Eikonix 1435 slide scanner, cropped, gamma corrected,
  7692.                 scaled, and converted to Amiga IFF HAM files.  They are
  7693.                 displayed with a special ILBM loader that handles
  7694.                 overscan HAM images.  Includes source for the display
  7695.                 program.
  7696.                 Author:  Jonathan Hue
  7697.  
  7698. CONTENTS OF DISK 197
  7699. --------------------
  7700.  
  7701. CTags           Create a tags file from the specified C, Pascal, Fortran,
  7702.                 YACC, lex, or lisp sources.  A tags file can be used
  7703.                 by a cooperating editor to quickly locate specified
  7704.                 objects in a program's source code.  Berkeley version
  7705.                 4.7, includes source.
  7706.                 Author:  Ken Arnold, Jim Kleckner, and Bill Joy
  7707.                          Ported to Amiga by G. R. (Fred) Walter
  7708.  
  7709. Find            Find is a utility which searches for files that satisfy
  7710.                 a given boolean expression of attributes, starting from
  7711.                 a root pathname and searching recursively down through
  7712.                 the hierarchy of the file system.  Very much like the
  7713.                 Unix find program.  Version 1.2, includes source.
  7714.                 This is an update to version 1.0 on disk 134.
  7715.                 Author:  Rodney Lewis
  7716.  
  7717. FixHunk         A program to modify executable files to allow them to
  7718.                 run in external memory.  It forces all DATA and BSS hunks
  7719.                 in the file to be loaded into CHIP memory.  CODE hunks will
  7720.                 still load into FAST ram if available.  New features
  7721.                 include an interactive mode to select where each DATA or
  7722.                 BSS hunk will load into memory, support for overlays,
  7723.                 support for AC BASIC compiled programs, and support for
  7724.                 new hunk types as used by "blink".  Version 2.1, binary
  7725.                 only.  This is an update to version 1.2a on disk 36.
  7726.                 Author: D.J. James
  7727.  
  7728. Nro             Another roff style text formatter.  This is version 1.5,
  7729.                 an update to the version released on disk 79.  New features
  7730.                 include generation of ANSI/ISO codes for bold, italics, and
  7731.                 underline, more than one formatting command on a line,
  7732.                 longer macro names, and many more formatting commands.
  7733.                 Includes source.
  7734.                 Author:  Unknown, posted to usenet by Alan Vymetalik
  7735.                          Many enhancements by Olaf Seibert
  7736.  
  7737. Stevie          A public domain clone of the UNIX 'vi' editor.  Supports
  7738.                 window-sizing, arrow keys, and the help key.  Version
  7739.                 3.35a, includes source. This is an update to version
  7740.                 3.10a on disk 166.
  7741.                 Author: Various, Amiga work by G. R. (Fred) Walter
  7742.  
  7743. CONTENTS OF DISK 198
  7744. --------------------
  7745.  
  7746. Charon          Charon is Bradley's entry for the First Annual Badge
  7747.                 Killer Demo Contest.  The text of the demo was written
  7748.                 by Lord Dunsany (long before the Amiga).   Bradley
  7749.                 created the illustrations and animation.  The sound
  7750.                 track is a traditional Scottish tune "The Arran Boat".
  7751.                 Author:  Lord Dunsany (1915), Bradley Schenck (1988)
  7752.  
  7753. CONTENTS OF DISK 199
  7754. --------------------
  7755.  
  7756. ASimplex        An implementation of the Simplex algorithm for solving
  7757.                 linear programs.  It uses the standardized MPSX-format
  7758.                 for input data files.  Version 1.2, includes source.
  7759.                 Author:  Stefan Forster
  7760.  
  7761. Csh             Version 3.02a of a csh like shell derived from Matt
  7762.                 Dillon's shell, version 2.07.  Includes many new or
  7763.                 improved commands, some bug fixes, etc.  Includes source.
  7764.                 Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  7765.  
  7766. MIDIsoft        A program to transfer sound samples between the Amiga
  7767.                 and a Roland S-220.  Version 1.0, binary only.
  7768.                 Author:  Dieter Bruns
  7769.  
  7770. Pyro            A screen blanking program that goes beyond the normal
  7771.                 blanking process.  When there are no input events, pyro
  7772.                 takes over and starts a little fireworks display in
  7773.                 color.  Version 1.1, binary only.
  7774.                 Author:  Steve Jacobs and Jim Boyd
  7775.  
  7776. SnipDemo        Demo version 1.23 of signal processing program sold
  7777.                 by Digital Dynamics.  Binary only.
  7778.                 Author:  John Hodgson
  7779.  
  7780. Viewer          A very small program for displaying IFF pictures
  7781.                 of any resolution.  This one is written in assembly
  7782.                 code and is only 988 bytes long.  Binary only.
  7783.                 Author:  Mike McKittrick
  7784.  
  7785. CONTENTS OF DISK 200
  7786. --------------------
  7787.  
  7788. NotBoingAgain   This is Dr. Gandalf's entry for the First Annual
  7789.                 Badge Killer Demo Contest.  It is an interlaced
  7790.                 HAM animation with nicely integrated sound effects.
  7791.                 It is a great visual pun on the original Boing
  7792.                 demo, but to say anymore would ruin the effect.
  7793.                 Binary only, requires 1 Mb of memory.
  7794.                 Author:  Dr. Gandalf (Eric J. Fleischer, MD)
  7795.  
  7796. Tank            This is Vincent's entry for the First Annual Badge
  7797.                 Killer Demo Contest.  It is an animation of a
  7798.                 "fishtank simulator", with sound effects and a cute
  7799.                 twist.  Binary only.
  7800.                 Author:  Vincent H. Lee
  7801.  
  7802. CONTENTS OF DISK 201
  7803. --------------------
  7804.  
  7805. Draco           Update to Chris Gray's Draco distribution for the Amiga.
  7806.                 Enhancements include support for floating point, register
  7807.                 variables, more optimization, improved call/return
  7808.                 standard, etc.  This is version 1.2, an update to the
  7809.                 version on disk 76.  Requires documentation from disk 77
  7810.                 to complete the distribution kit.  Binary only.
  7811.                 Author:  Chris Gray
  7812.  
  7813. DropCloth       DropCloth lets you place a pattern, a 2 bitplane IFF
  7814.                 image or a combination of a pattern and image, into
  7815.                 the WorkBench backdrop.  This is version 2.4, an update
  7816.                 to version 2.2 on disk 128.  Shareware, binary only.
  7817.                 Author:  Eric Lavitsky
  7818.  
  7819. CONTENTS OF DISK 202
  7820. --------------------
  7821.  
  7822. SlavicFonts     A whole bunch of new fonts from Robin LaPasha.  Version 1.0.
  7823.                 Author:  Robin LaPasha
  7824.  
  7825. Vlt             VLT is both a VT100 emulator and a Tektronix (4014 plus
  7826.                 subset of 4105) emulator, currently in use at SLAC
  7827.                 (Stanford Linear Accelerator Center).  Although the VT100
  7828.                 part was originally based on Dave Wecker et al.'s VT100,
  7829.                 many enhancements were made. The program requires ARP, and
  7830.                 it has an ARexx port.  XMODEM 1K/CRC and Kermit protocol
  7831.                 support also included.  Version 3.656, binary only.
  7832.                 Author:  Willy Langeveld
  7833.  
  7834. CONTENTS OF DISK 203
  7835. --------------------
  7836.  
  7837. Examples        Assembly and C code examples, including some old
  7838.                 favorites (like speechtoy and yachtc3) downcoded to
  7839.                 assembly language.  Includes a replacement for the
  7840.                 official audio device, an example of creating a
  7841.                 subtask, a rewrite in assembly of R. J. Mical's
  7842.                 file requester, an example of installing a custom
  7843.                 input handler ahead of intuition, and more.
  7844.                 Author:  Jim Fiore and Jeff Glatt
  7845.  
  7846. GurusGuide      The source files for all examples published in the
  7847.                 "Guru's Guide, Meditation #1: Interrupts" by Carl
  7848.                 Sassenrath, the architect of the Amiga's low-level
  7849.                 multitasking operating system and designer of Exec.
  7850.                 Author:  Carl Sassenrath
  7851.  
  7852. Isam            A library of routines to access relational data base
  7853.                 systems using the Index Sequential Access Method (ISAM).
  7854.                 This is beta version 0.9, binary only.
  7855.                 Author:  Kai Oliver Ploog
  7856.  
  7857. CONTENTS OF DISK 204
  7858. --------------------
  7859.  
  7860. FileReq         A simple file requestor, written as an exercise by the
  7861.                 author to see how easy it would be (it wasn't).  Includes
  7862.                 source.
  7863.                 Author:  Jonathan Potter
  7864.  
  7865. GnuGrep         The grep program from the GNU project.  Replaces grep
  7866.                 fgrep, egrep, and bmgrep.  Currently does not expand
  7867.                 Amiga style wildcards, so if you wish to scan multiple
  7868.                 files you will need to use it with a shell that does this
  7869.                 for you.  Version 1.3, includes source.
  7870.                 Author:  Mike Haertel, James Woods, Arthur Olson, Richard
  7871.                          Stallman, Doug Gwyn, Scott Anderson, Henry Spencer
  7872.  
  7873. HAMCu           Installs a custom copper list for the current active view
  7874.                 (usually workbench) that contains all the colours from 0x000
  7875.                 to 0xfff.  A neat effect and an easy way to show off the
  7876.                 color capabilities of the Amiga.  Includes source.
  7877.                 Author:  Jonathan Potter
  7878.  
  7879. Image-Ed        An shareware icon editor submitted by the author for
  7880.                 inclusion in the library.  Suggested shareware donation
  7881.                 of $20.  Version 1.8, binary only.
  7882.                 Author:  Jonathan Potter
  7883.  
  7884. JPClock         A short clock program that is just packed with features.
  7885.                 Includes source.
  7886.                 Author:  Jonathan Potter
  7887.  
  7888. MouseBounce     A short hack/game that makes your mouse pointer bounce
  7889.                 around the screen.  The object is to close the MouseBounce
  7890.                 window and exit the game.  Each time you click the mouse
  7891.                 button, the pointer speeds up.  Includes source.
  7892.                 Author:  Jonathan Potter
  7893.  
  7894. PopDir          A small utility which "pops open" to help you look at the
  7895.                 contents of a particular directory on demand.  Version 1.4,
  7896.                 includes source.
  7897.                 Author:  Jonathan Potter
  7898.  
  7899. PopInfo         A small utility which "pops open" to give you information
  7900.                 about the status of your devices and memory.  Version 2.9,
  7901.                 includes source.
  7902.                 Author:  Jonathan Potter
  7903.  
  7904. Teacher         Teacher is a short, simple hack.  I won't spoil the fun
  7905.                 by telling you what it does.  Includes source.
  7906.                 Author:  Jonathan Potter
  7907.  
  7908. CONTENTS OF DISK 205
  7909. --------------------
  7910.  
  7911. Bally           Amiga port of the former arcade game named Click.  This
  7912.                 version now has sound effects.  Version II, an update to
  7913.                 the version released on disk 181.  Binary only, shareware.
  7914.                 Author:  Oliver Wagner
  7915.  
  7916. BattleForce     A nicely done shareware game, submitted by the author,
  7917.                 that simulates combat between two or more giant, robot-like
  7918.                 machines.  Binary only, version 3.01.
  7919.                 Author:  Ralph Reed
  7920.  
  7921. Chess           A port of a chess game posted to Usenet.  This is an update
  7922.                 to the version first included on disk 96.  It has been
  7923.                 upgraded to use an Amiga Intuition interface.  Version 2.0,
  7924.                 binary only.
  7925.                 Author:  John Stanback; ported to Amiga by Bob Leivian
  7926.                          Version 2.0 upgrades by Alfred Kaufmann
  7927.  
  7928. CONTENTS OF DISK 206
  7929. --------------------
  7930.  
  7931. All of this material is from the 1988 Badge Killer Demo Contest.
  7932.  
  7933. Brownian        A demo based on both fractal theory and brownian motion.
  7934.                 Includes source.
  7935.                 Author:  John M. Olsen
  7936.  
  7937. Hawk            A stereo image of a hawk.  Requires red/green stereo
  7938.                 glasses to view.
  7939.                 Author:  Unknown (no documentation included)
  7940.  
  7941. MemFlick        Treats all the memory in your Amiga like it was part of
  7942.                 a bitplane inside a graphics display.  Provides sort of a
  7943.                 graphical picture of your memory usage.  Binary only.
  7944.                 Author:  Jim Webster
  7945.  
  7946. PeX             A demo of the various graphics capabilities of the Amiga.
  7947.                 Author:  Unknown (no documentation included)
  7948.  
  7949. PictureGarden   Another demo, apparently in compiled basic.
  7950.                 Author:  Unknown (no documentation included)
  7951.  
  7952. StereoDemo      A demo of stereoscopic graphics, written in assembly
  7953.                 language.  Requires red/green stereo glasses to view.
  7954.                 Includes sources.
  7955.                 Author:  David M. McKinstry
  7956.  
  7957. Triple          Three demos of some of the Amiga's graphics and sound
  7958.                 capabilities.  Binary only.
  7959.                 Author:  Tomas Rokicki
  7960.  
  7961. CONTENTS OF DISK 207
  7962. --------------------
  7963.  
  7964. Coyote          Gene's entry to the 1988 Badge Killer Demo contest.
  7965.                 A very cute (and large) animation.  Requires about
  7966.                 1900 blocks of disk space, so it is distributed in
  7967.                 "arc format".
  7968.                 Author:  Gene Brawn
  7969.  
  7970. CONTENTS OF DISK 208
  7971. --------------------
  7972.  
  7973. AsteroidField   This is Michael's entry for the 1988 Badge Killer Demo
  7974.                 Contest.  It is a large animation of a spacecraft flying
  7975.                 madly through an asteroid field (chased by unseen foes)
  7976.                 that includes a couple of near misses.
  7977.                 Author:  Michael Powell
  7978.  
  7979. CONTENTS OF DISK 209
  7980. --------------------
  7981.  
  7982. Bowl            This is Vern's entry for the 1988 Badge Killer Demo
  7983.                 Contest.  It is a Sculpt-Animate animation that shows
  7984.                 three colored balls flying in circles above a mirrored
  7985.                 bowl.  Rendering the animation took about 2 weeks.
  7986.                 Distributed in zoo format because of its size (zoo
  7987.                 program included for easy unpacking).
  7988.                 Author:  Vern Staats
  7989.  
  7990. Dps             A program designed to work with the PrintScript program,
  7991.                 a commercial PostScript interpreter for the Amiga, to
  7992.                 provide a page previewer.  This is version 1.1 and includes
  7993.                 source.
  7994.                 Author:  Allen Norskog
  7995.  
  7996. CONTENTS OF DISK 210
  7997. --------------------
  7998.  
  7999. Calc            A very nicely done scientific/programmer/plotter calculator.
  8000.                 The scientific portion has most of the operations found on
  8001.                 the more popular handhelds. The programmer portion has all
  8002.                 the special hex/binary/decimal conversions as well as
  8003.                 register operations like ASL, ROL, LSL, AND, OR, XOR, etc.
  8004.                 The plotter portion will plot equations.  Other features
  8005.                 include 26 memories, full mouse or keyboard operation,
  8006.                 pull-down menus, and iconization.  Version 3.0, binary only.
  8007.                 Author:  Jimmy Yang
  8008.  
  8009. LabelPrint      A program that allows you to easily print labels for
  8010.                 your disks.  Version 1.9, shareware, binary only (source
  8011.                 available from author).
  8012.                 Author:  Andreas Krebs
  8013.  
  8014. NuHand          An animation of a hand with fingernails scrapeing on a
  8015.                 desktop, including sound effects.  This is Bryan's entry
  8016.                 for the 1988 Badge Killer Demo Contest.  Binary only.
  8017.                 Author:  Bryan Carey Gallivan
  8018.  
  8019. CONTENTS OF DISK 211
  8020. --------------------
  8021.  
  8022. AmigaWave       This is Allen's entry to the 1988 Badge Killer Demo
  8023.                 Contest.  It is an animation with sound effects.
  8024.                 Author:  Allen Hastings
  8025.  
  8026. Esperanto       A keymap modification to usa1 which, in conjunction with
  8027.                 the supplied slate.font, will allow one to type in Esperanto
  8028.                 and Welsh, in any program that will use keymaps and fonts.
  8029.                 Author:  Glyn Gowing
  8030.  
  8031. Image-Ed        An shareware icon editor submitted by the author for
  8032.                 inclusion in the library.  Suggested shareware donation
  8033.                 of $20.  Version 1.9, binary only.  Fixes a serious bug
  8034.                 in the 1.8 version on disk 204.
  8035.                 Author:  Jonathan Potter
  8036.  
  8037. SignFont        A keymap and font that will allow the user to be able
  8038.                 to type in American Sign Language, provided that one
  8039.                 knows the font.
  8040.                 Author:  Glyn Gowing
  8041.  
  8042. VirusControl    A new virus detection and control program that checks
  8043.                 disks during insertion, protects from link viruses,
  8044.                 shows bootblock on a screen, periodically checks system
  8045.                 vectors, controls access to files with a requester, etc.
  8046.                 Version 1.3, includes full assembly language source code.
  8047.                 Author:  Pius Nippgen
  8048.  
  8049.  
  8050. CONTENTS OF DISK 212
  8051. --------------------
  8052.  
  8053. Alice           This animation is Carey's entry to the 1988 Badge
  8054.                 Killer Demo Contest.
  8055.                 Author:  Carey T. Pelto
  8056.  
  8057. DiskSalv        A disk recovery program for all Amiga file system devices
  8058.                 that use either the Amiga Standard File System or the
  8059.                 Amiga Fast File System.  Disksalv creates a new filesystem
  8060.                 structure on another device, with as much data salvaged from
  8061.                 the original device as possible.  This is an update to the
  8062.                 version released on disk 177.  Binary only.
  8063.                 Author:  Dave Haynie
  8064.  
  8065. DogsWorld       This animation is Charles' entry to the 1988 Badge
  8066.                 Killer Demo Contest.
  8067.                 Author:  Charles Voner
  8068.  
  8069.  
  8070. CONTENTS OF DISK 213
  8071. --------------------
  8072.  
  8073. Cucug           This animation of the Champaign-Urbana Commodore Users
  8074.                 Group logo was submitted to the 1988 Badge Killer Demo
  8075.                 Contest by Ed Serbe.
  8076.                 Author:  Ed Serbe
  8077.  
  8078. Icons           Almost 300 icons in eight (!) colors.  Uses a special
  8079.                 program to get an eight color workbench to display these
  8080.                 icons, which were made with DPaintII and IconGen.  Most
  8081.                 icons are miniatures of the main screen of their
  8082.                 corresponding programs, or the picture they show, made
  8083.                 with "iconize" and "recolor" from disk 85.
  8084.                 Author:  Wolf-Peter Dehnick
  8085.  
  8086.  
  8087. CONTENTS OF DISK 214
  8088. --------------------
  8089.  
  8090. ArcPrep         ArcPrep prepares files and/or directories for archival
  8091.                 with arc or any other program that can't scan through
  8092.                 different directories and/or handle long filenames.
  8093.                 Version 2.1, includes source.
  8094.                 Author:  Garry Glendown
  8095.  
  8096. MandelVroom     A Mandelbrot/Julia-curve generating program that features
  8097.                 five numerical generators (integer, ffp, ieee, 020, and
  8098.                 020/881) in hand-crafted assembly for maximum speed, online
  8099.                 mouse selectable help for all functions, generation of
  8100.                 multiple pictures simultaneously, a sophisticated user
  8101.                 interface with shaded gadgets, etc.  Some of the other
  8102.                 features include zoom, magnify, color-cycling, contouring,
  8103.                 auto-contouring, histogram, statistics, presets, extra-
  8104.                 halfbrite support, overscan, orbits, pan mode, and more.
  8105.                 Requires 1Mb or more of memory.  This is the source to
  8106.                 version 2.0, an update to the version on disk 78.  A
  8107.                 compiled binary, along with help files and example
  8108.                 images, can be found on disk 215.
  8109.                 Author:  Kevin Clague
  8110.  
  8111. MemDiag         A memory diagnostic program to identify addresses which
  8112.                 produce memory errors, and a memory quarantine program
  8113.                 which removes such defective addresses from the system's
  8114.                 free memory list, until such time as the hardware errors
  8115.                 can be corrected.  Version 1.1, includes source.
  8116.                 Author:  Fabbian Dufoe
  8117.  
  8118. RunBack         Another step in the evolution of Rob Peck's RunBackGround
  8119.                 program, from disks 73 and 152.  Allows you to start a new
  8120.                 CLI program and run it in the background, then closes the
  8121.                 new CLI.  This version has been enhanced to use the NULL:
  8122.                 device by Gunnar Nordmark (included), which is a "real"
  8123.                 device, so it solves problems with previous versions of
  8124.                 RunBack which used the Nil: "fake" device, causing many
  8125.                 crashes.  Includes source.
  8126.                 Author:  Rob Peck, Daniel Barrett, Tim Maffett
  8127.  
  8128. SmartIcon       This shareware program, submitted by the author,
  8129.                 is an Intuition objects iconifier.  Version 1.0
  8130.                 is limited to iconifying windows, which is still
  8131.                 very handy.  It adds a new "iconify gadget" to
  8132.                 each window, that when clicked on, iconifies the
  8133.                 window into an icon in the ram: disk.  This is the
  8134.                 same version as released on disk 134, but now includes
  8135.                 the source code.
  8136.                 Author:  Gauthier Groult
  8137.  
  8138.  
  8139. CONTENTS OF DISK 215
  8140. --------------------
  8141.  
  8142. MandelVroom     A Mandelbrot/Julia-curve generating program that features
  8143.                 five numerical generators (integer, ffp, ieee, 020, and
  8144.                 020/881) in hand-crafted assembly for maximum speed, online
  8145.                 mouse selectable help for all functions, generation of
  8146.                 multiple pictures simultaneously, a sophisticated user
  8147.                 interface with shaded gadgets, etc.  Some of the other
  8148.                 features include zoom, magnify, color-cycling, contouring,
  8149.                 auto-contouring, histogram, statistics, presets, extra-
  8150.                 halfbrite support, overscan, orbits, pan mode, and more.
  8151.                 Requires 1Mb or more of memory.  This is version 2.0,
  8152.                 an update to the version on disk 78.  Source is available
  8153.                 on disk 214.
  8154.                 Author:  Kevin Clague
  8155.  
  8156.  
  8157. CONTENTS OF DISK 216
  8158. --------------------
  8159.  
  8160. BackDrop        Backdrop allows you to define a pattern which will then
  8161.                 be displayed on the workbench screen in the normally
  8162.                 empty area behind all the windows.  Similar in concept
  8163.                 to DropCloth, but this one does not require workbench
  8164.                 to be loaded (and does not cohabit very well with
  8165.                 workbench).  Includes source.
  8166.                 Author:  Eddy Carroll
  8167.  
  8168. C64Emul         An April Fools spoof that turns your Amiga into a C64,
  8169.                 or at least makes it look that way.  Includes source.
  8170.                 Author:  Eddy Carroll
  8171.  
  8172. Cloud           A program that generates and displays fractal surfaces
  8173.                 that look remarkably like clouds.  Based on ideas from
  8174.                 the book "Fractals" by Jens Feder.  Binary only.
  8175.                 Author:  Mike Hall
  8176.  
  8177. PrtSpool        A DOS handler, a print program, and a control program
  8178.                 that implement a print spooling system.  Like PRT:, the
  8179.                 DOS handler waits for stuff to be sent to it to be
  8180.                 printed.  The print program does line numbering and
  8181.                 page headers.  The control program handles administrative
  8182.                 functions.  Binary only.
  8183.                 Author:  Daniel Barrens
  8184.  
  8185. VirusX          Version 3.20 of the popular virus detection/vaccination
  8186.                 program.  Features a test for 8 new viruses since the
  8187.                 3.10 version on disk 175.  Includes source.
  8188.                 Author:  Steve Tibbett
  8189.  
  8190. Wanderer        A neat little game with graphics and sound, ported
  8191.                 from the Unix version, originally written on a Sun
  8192.                 workstation.  The idea for Wanderer came from games
  8193.                 such as Boulderdash, Xor, and the Repton games from
  8194.                 Superior Software.  Includes a builtin editor for
  8195.                 extending the game by adding additional screens.
  8196.                 Version 2.2, includes source.
  8197.                 Author:  Steven Shipway and others.  Amiga port by
  8198.                          Alan Bland
  8199.  
  8200.  
  8201. CONTENTS OF DISK 217
  8202. --------------------
  8203.  
  8204. AntiCBS         An animation cooked up by Leo in protest of CBS's coverage
  8205.                 of the Hacker's Conference in Oct 88.  After reading the
  8206.                 transcript I was angered enough to feel this needed
  8207.                 widespread distribution, even though it is quite old.
  8208.                 Author:  Leo 'Bols Ewhac' Schwab
  8209.  
  8210. Echo            A small replacement for the AmigaDOS echo that will do
  8211.                 some special functions, such as clear the screen, delete
  8212.                 to bottom of screen, scroll the screen, place the cursor
  8213.                 at a particular location, and set the text style and/or
  8214.                 color.  Includes source.
  8215.                 Author:  Garry Glendown
  8216.  
  8217. InstallBeep     This program replaces the DisplayBeep function so that an
  8218.                 IFF 8SVX sound is played instead of the screen flashing.
  8219.                 The PlayBeep function runs as a task in the background and
  8220.                 runs asynchronously so the length of the sound does not
  8221.                 slow anything down.  Includes a couple of sample sound
  8222.                 files.  Version 1.1, binary only.
  8223.                 Author:  Tim Friest and Don Withey
  8224.  
  8225. SnipIt          An input handler wedge which allows you to clip text from
  8226.                 any window and then paste that text anywhere, as though
  8227.                 you had typed it on the keyboard.  You mark the text you
  8228.                 want to "snip" using the mouse, and then use the mouse to
  8229.                 "paste" the last snipped text into the active window,
  8230.                 requester, or anywhere.  Version 1.2, includes source.
  8231.                 Author:  Scott Evernden
  8232.  
  8233. SonixPeek       A utility to let you list all the instruments used by one
  8234.                 or more Aegis Sonix score files.  It can scan individual
  8235.                 files, or search one or more directories, checking all
  8236.                 score files in each directory.  The output is a list of
  8237.                 all the instruments you need to have present in order to
  8238.                 be able to play the indicated score files.  Includes source.
  8239.                 Author:  Eddy Carroll
  8240.  
  8241. Stevie          A public domain clone of the UNIX 'vi' editor.  Supports
  8242.                 window-sizing, arrow keys, and the help key.  Version
  8243.                 3.6, includes source. This is an update to version
  8244.                 3.35a on disk 197.
  8245.                 Author: Various, Amiga work by G. R. (Fred) Walter
  8246.  
  8247.  
  8248. CONTENTS OF DISK 218
  8249. --------------------
  8250.  
  8251. EdLib           A library of additional functions for Manx.  This is
  8252.                 version 1.1, an update to version 1.0 from disk 183.
  8253.                 Includes source.
  8254.                 Author:  Edwin Hoogerbeets with C-functions from several
  8255.                          different authors
  8256.  
  8257. Mandel          Another mandelbrot generator program, with bits and pieces
  8258.                 of code from C. Heath and R.J. Mical.  This is version 1.3,
  8259.                 an update to the version on disk 111.  New features and
  8260.                 improvements include an ARexx interface, coordinates in
  8261.                 sight, more state info saved with a picture, batch files,
  8262.                 programmable functions, and more plotting options.
  8263.                 Includes source.
  8264.                 Author:  Olaf Seibert
  8265.  
  8266. Maze            A program that lets you build mazes and then solve them.
  8267.                 Mazes can be trivial one level mazes to very difficult
  8268.                 three level mazes.  Version 1.2, includes source.
  8269.                 Author:  Todd Lewis
  8270.  
  8271. PcPatch         Patches for PCCopy and PCFormat from the EXTRAS disk,
  8272.                 to allow reading, writing, and formatting of any kind of
  8273.                 MS-Dos style disks, including 720K 3.5" diskettes.  Binary
  8274.                 only. This is an update to the version on disk 163.
  8275.                 Author:  Werner Guenther
  8276.  
  8277. Scanner         Scanner makes commented C code of all intuition structures
  8278.                 in memory.  The structures will receive correct pointers
  8279.                 towards each other.  Scanner starts looking at
  8280.                 IntuitionBase, and follows all pointers, storing them in
  8281.                 memory.  When finished, it writes all the structures to
  8282.                 the standard output.  Version 1.0, includes source.
  8283.                 Author:  Stefan Parmark
  8284.  
  8285. Worm            An Amiga implementation of the classic "worms" program,
  8286.                 based on an article in the Dec 1987 issue of Scientific
  8287.                 American.  You can specify the size and length of the
  8288.                 worms, and the number of worms.  Includes source.
  8289.                 Author:  Brad Taylor, Amiga port by Chuck McManis
  8290.  
  8291.  
  8292. CONTENTS OF DISK 219
  8293. --------------------
  8294.  
  8295. DeepSky         A database containing information on 10,368 non-stellar
  8296.                 objects, 600 color contrasting easily resolved double
  8297.                 stars, 70 stars for setting circles, and misc white
  8298.                 dwarfs, red stars, binaries, etc.  The database is
  8299.                 distributed in zoo format, and is about 1.2 Mb after
  8300.                 extraction.  Version 5.0.
  8301.                 Author:  Saguaro Astronomy Club
  8302.  
  8303. Mv              A Unix style mv/cp/rm program that moves, copies, or
  8304.                 removes files.  Includes interactive mode, recursive mode,
  8305.                 and force quiet mode.  Copies file permissions, dates,
  8306.                 and comments, supports arp style wildcards, supports moves
  8307.                 across volumes, honors the delete bit.  Version 1.1,
  8308.                 includes source.
  8309.                 Author:  Edwin Hoogerbeets
  8310.  
  8311.  
  8312. CONTENTS OF DISK 220
  8313. --------------------
  8314.  
  8315. DNet            A link protocol that provides essentially an unlimited
  8316.                 number of reliable connections between processes on
  8317.                 two machines, where each end of the link can be
  8318.                 either an Amiga or a Unix (BSD4.3) machine.  Works
  8319.                 on the Amiga with any EXEC device that looks like the
  8320.                 serial.device.  Works on UNIX with tty and socket
  8321.                 devices.  Achieves better than 95% average throughput
  8322.                 on file transfers.  This is version 2.0, an update to
  8323.                 version 1.20 released on disk 145.  Includes sources
  8324.                 for both the Amiga and Unix versions.
  8325.                 Author:  Matt Dillon
  8326.  
  8327.  
  8328. CONTENTS OF DISK 221
  8329. --------------------
  8330.  
  8331. AllocMaster     Allocmaster is a program inspired by Nick Sullivan's
  8332.                 "Reserve" article in Amiga Transactor, for controlling
  8333.                 the amount of both Chip and Fast memory available to
  8334.                 the rest of the system.  It is very useful for testing
  8335.                 applications in low-memory situations.  It also has
  8336.                 a snapshot feature to report differences in available
  8337.                 memory before and after running an application.  Version
  8338.                 1.17, binary only.
  8339.                 Author:  John Gerlach Jr.
  8340.  
  8341. ANSIEd          Demo version of an ANSI screen file editor.  It allows you
  8342.                 to easily create and modify a screen of ANSI-style
  8343.                 text/graphics on the Amiga.  The standard ANSI color set
  8344.                 (red, green, yellow, blue, magenta, cyan, white) and text
  8345.                 styles (plain, boldface, underlined, italic) are provided,
  8346.                 along with some simple editing and drawing functions.  This
  8347.                 demo version has the save features disabled. Version 1.2.0aD,
  8348.                 binary only.
  8349.                 Author:  Gregory Epley
  8350.  
  8351. BallyII         Amiga port of the former arcade game named Click.  This
  8352.                 version adds a "cheat" mode and fixes some minor bugs.
  8353.                 Version II+, an update to the version released on disk
  8354.                 205.  Binary only, shareware.
  8355.                 Author:  Oliver Wagner
  8356.  
  8357. DFrame          A utility that helps you to create animated bobs.  It
  8358.                 installs itself in DPaint II, after which you can draw
  8359.                 each bob in DPaint II within its own frame and check the
  8360.                 animation by calling DFrame from within DPaint.  Version
  8361.                 1.02, binary only.
  8362.                 Author:  Jan Buitenhuis
  8363.  
  8364. IFFM2           Demo version of an IFF support module for Interface
  8365.                 Technologies M2Amiga Modula-2 system.  Includes a version
  8366.                 of ViewILBM (with source) that uses the IFF support routines.
  8367.                 Version 1.0.0D, binary only.
  8368.                 Author:  Gregory Epley
  8369.  
  8370. Steinschlag     A tetris like game (Steinschlag means "Falling Rock")
  8371.                 submitted by the author.  Version 1.5, binary only.
  8372.                 Author:  Peter Handel
  8373.  
  8374.  
  8375. CONTENTS OF DISK 222
  8376. --------------------
  8377.  
  8378. MemGauge        A tool to display the current memory usage, very much
  8379.                 like the usage bar Workbench displays in root directories.
  8380.                 Version 1.4, includes source.
  8381.                 Author:  Olaf 'Olsen' Barthel
  8382.  
  8383. Mischief        This little program is in the long tradition of "display
  8384.                 hacks".  It uses the input.device to perform various acts
  8385.                 of mischief.  Includes source.
  8386.                 Author:  Olaf 'Olsen' Barthel
  8387.  
  8388. Plplot          A library of C functions useful for scientific plotting
  8389.                 on the Amiga.  The library is Lattice C compatible.
  8390.                 Contour plotting, three dimensional plotting, axis
  8391.                 redefinition, log-log plotting and multiple subpages are
  8392.                 a few of Plplot's features.  The plots can be displayed
  8393.                 on a monitor or sent to a graphics file for subsequent
  8394.                 printing.  Version 1.00, includes source.
  8395.                 Author:  Tony Richardson
  8396.  
  8397.  
  8398. CONTENTS OF DISK 223
  8399. --------------------
  8400.  
  8401. Csh             Version 3.03a of a csh like shell derived from Matt
  8402.                 Dillon's shell, version 2.07.  This is an update to the
  8403.                 version on disk 199.  Includes a couple of new filter
  8404.                 commands, new dir option, new editing options, sourcing
  8405.                 of a standard startup file, and some bug fixes.  Includes
  8406.                 source.
  8407.                 Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  8408.  
  8409. FixDisk         A program to recover as much as possible from a defective
  8410.                 disk.  It can sometimes recover damaged (unreadable)
  8411.                 tracks, check file integrity, check the directory
  8412.                 structure, undelete files, copy or show files, fix
  8413.                 corrupted directory pointers, etc.  Full intuition
  8414.                 interface.  Version 1.0, binary only.
  8415.                 Author:  Werner Guenther
  8416.  
  8417. GravSim         A program to animate up to 6 planetary masses, all of
  8418.                 which exert a mutual gravitational force on each other.
  8419.                 The planetary masses can be placed anywhere on the screen,
  8420.                 and their mass and initial velocity can be determined by
  8421.                 the user.  The program then steps the animation through
  8422.                 time, plotting and displaying the new position in the
  8423.                 trajectory of each mass.  Version 1.50, includes source.
  8424.                 Author:  Richard Frost
  8425.  
  8426. Iff2Sun         A small utility for those of you who may have access to a
  8427.                 Sun workstation.  Takes an Amiga IFF file and converts it to
  8428.                 a Sun rasterfile format.  This version is an update to the
  8429.                 version released on disk 174, with better parsing, support
  8430.                 for HAM mode, and some bug fixes.  Source only, as the
  8431.                 program needs to be re-compiled and run from a Sun.
  8432.                 Authors:  Steve Berry, Mark Thompson
  8433.  
  8434. IFFtoSUN        This program takes a standard IFF format image and trans-
  8435.                 lates it into a SUN rasterfile format, like the Iff2Sun
  8436.                 program also on this disk.  However, this one runs on the
  8437.                 Amiga.  Version 1.31, includes source.
  8438.                 Author:  Richard Frost
  8439.  
  8440. Paccer          A pacman clone with sound and a game screen editor. This
  8441.                 is version 1.0, shareware, binary only.
  8442.                 Author:  Dirk Hoffman
  8443.  
  8444. PopInfo         A small utility which "pops open" to give you information
  8445.                 about the status of your devices and memory.  This is
  8446.                 version 3.0, an update to the version on disk 204.
  8447.                 Includes source.
  8448.                 Author:  Jonathan Potter
  8449.  
  8450. SetCPU          A program designed to allow the user to detect and modify
  8451.                 various parameters related to 32 bit CPUs.  Includes
  8452.                 commands to enable or disable the text/data caches,
  8453.                 switch on or off the '030 burst cache line fill request,
  8454.                 use the MMU to run a ROM image from 32-bit memory, and
  8455.                 to report various parameters when called from a script.
  8456.                 This is version 1.5, an update to version 1.4 on disk 187.
  8457.                 Includes source.
  8458.                 Author:  Dave Haynie
  8459.  
  8460.  
  8461. CONTENTS OF DISK 224
  8462. --------------------
  8463.  
  8464. CLImax          For all those people who wish that their CLI windows had
  8465.                 25 lines of 80 characters just like an old fashioned non-
  8466.                 windowing computer, the answer is here.  CLImax creates a
  8467.                 borderless backdrop CLI window on a custom screen.  Also
  8468.                 thrown in is MoveSys, which reassigns SYS:, C:, S:, L:,
  8469.                 DEVS:, LIBS:, and FONTS: to a new volume with one simple
  8470.                 "pure" command.  Includes source.
  8471.                 Author:  Paul Kienitz
  8472.  
  8473. KickMem         A program for A1000 hardware hackers that have done the
  8474.                 Amazing Computing 512K upgrade.  KickMem will patch your
  8475.                 1.2 or 1.3 kickstart disk to perform addmem during
  8476.                 kickstart.  This allows warm boot surviveability of ram
  8477.                 disk devices and eliminates addmem commands from your
  8478.                 startup sequence.  Version 2.0, includes source.
  8479.                 Author:  Dave Williams
  8480.  
  8481. MoreIsBetter    These two hacks make MORE more useful.  One is called V;
  8482.                 it's a small "pure" CLI command that acts as a front end
  8483.                 for More, causing it to create its own window.  Make V and
  8484.                 More both resident!  The other is Fenestrate, which
  8485.                 surgically alters the CON: window spec inside More enabling
  8486.                 it to, for instance, use ConMan features to create a
  8487.                 borderless window on the topmost screen (very useful with
  8488.                 CLImax).  Includes source.
  8489.                 Author:  Paul Kienitz
  8490.  
  8491. PetersQuest     This cute game has you, the intrepid Peter, following
  8492.                 a trail of hearts through a world of 20 levels, riddled
  8493.                 with porcupines and other hazards, to rescue Daphne, the
  8494.                 love of your life that has been kidnapped by the evil
  8495.                 Brutus.  Version 1.0, binary only.
  8496.                 Author:  David Meny
  8497.  
  8498. Who             This is a rewrite of "who", from disk 79, which gives
  8499.                 substantially more elaborate information about the tasks
  8500.                 currently running (or waiting) on your Amiga.  Includes
  8501.                 source.
  8502.                 Author:  George Musser, rewrite by Paul Kienitz
  8503.  
  8504. Xebec           A couple of hacks to make life easier for those who have
  8505.                 Xebec hard disks.  One makes it more possible to Mount a
  8506.                 Xebec hard disk with the Fast File System, the other is a
  8507.                 compact head parking program.  Includes source.
  8508.                 Author:  Paul Kienitz
  8509.  
  8510.  
  8511. CONTENTS OF DISK 225
  8512. --------------------
  8513.  
  8514. AmigaTCP        This is the KA9Q Internet Software Package.  The package
  8515.                 supports IP, ICMP, TCP, UDP, and ARP as basic services, and
  8516.                 implements the FTP, Telnet, and SMTP protocols as
  8517.                 applications.  It runs on IBM PC and clones, the Apple
  8518.                 Macintosh, and the Amiga.  Includes source.
  8519.                 Author:  Bdale Garbee, Phil Karn, Brian Lloyd
  8520.  
  8521. MyMenu          This program allows you to add your own menus to the
  8522.                 WorkBench menu strip, to run commonly used commands.
  8523.                 MyMenu will allow you to execute both CLI and WorkBench
  8524.                 programs, and is configured with a normal text file.
  8525.                 Includes source.
  8526.                 Author:  Darin Johnson
  8527.  
  8528.  
  8529. CONTENTS OF DISK 226
  8530. --------------------
  8531.  
  8532. Vlt             VLT is both a VT100 emulator and a Tektronix (4014 plus
  8533.                 subset of 4105) emulator, currently in use at SLAC
  8534.                 (Stanford Linear Accelerator Center).  Although the VT100
  8535.                 part was originally based on Dave Wecker et al.'s VT100,
  8536.                 many enhancements were made. The program requires ARP, and
  8537.                 it has an ARexx port.  XMODEM 1K/CRC and Kermit protocol
  8538.                 support also included.  This is version 4.036, with many
  8539.                 enhancements over the previous version, 3.656, included
  8540.                 on disk 202.  New features include support for other serial
  8541.                 ports, external file transfer protocols, and "chat" mode.
  8542.                 Improved behavior on the Workbench.  Tektronix emulation
  8543.                 now allows saving IFF files, PostScript files, and
  8544.                 printing bitmaps to the printer.  Many other enhancements
  8545.                 and bug fixes.  Binary only.
  8546.                 Author:  Willy Langeveld
  8547.  
  8548.  
  8549. CONTENTS OF DISK 227
  8550. --------------------
  8551.  
  8552. MidiLib         A disk based library that permits sharing of the serial
  8553.                 port by MIDI applications through a MIDI message routing
  8554.                 and processing system.  The midi utilities include a midi
  8555.                 monitor to display incoming midi messages to the console,
  8556.                 a routing utility, a midi library status utility, and more.
  8557.                 This is version 2.0, an update to the version released on
  8558.                 disk 101, and includes significant speed enhancements, new
  8559.                 utilities to play with MIDI files, and updated utilities,
  8560.                 documentation and examples.  Binary only (source for
  8561.                 examples and bindings however).
  8562.                 Author:  Bill Barton
  8563.  
  8564. PickPacket      PickPacket gives you a visual display of the DosPacket
  8565.                 structures that are sent to handlers, and lets you see
  8566.                 the results.  You can actually perform handler operations
  8567.                 such as open files, read or write data, Examine or ExNext
  8568.                 locks, and so forth, all by talking directly to the file
  8569.                 system handler involved using PickPacket.  Version 1.0,
  8570.                 includes source.
  8571.                 Author:  John Toebes and Doug Walker
  8572.  
  8573. RexxArpLib      A library which originally was supposed to be an ARexx
  8574.                 interface to the ARP library.  However, it has also become
  8575.                 an interface to various Intuition functions, containing over
  8576.                 50 functions including a file requester, string/boolean
  8577.                 requester, environment variable functions, simple message
  8578.                 window, wildcard expander, etc.  This is version 2.3, an
  8579.                 update to version 2.0 on disk 178.  Binary only.
  8580.                 Author:  W.G.J. Langeveld
  8581.  
  8582. RexxMathLib     A library which makes various high level math functions
  8583.                 such as sin, tangent, log, etc, available in ARexx.
  8584.                 Version 1.2 and 1.3, binary only.
  8585.                 Author:  W.G.J. Langeveld
  8586.  
  8587.  
  8588. CONTENTS OF DISK 228
  8589. --------------------
  8590.  
  8591. Az              A nice little text editor that is fast, simple to use,
  8592.                 and very Amiga'ized.  Version 1.40, binary only.
  8593.                 Author:  Jean-Michel Forgeas
  8594.  
  8595. Glib            A text screen oriented librarian and editor for synths.
  8596.                 Supports the TX81Z, DX100, DEP5, DW8000, and K-5.
  8597.                 Includes source.
  8598.                 Author:  Tim Thompson, Steve Falco, and Alan Bland
  8599.  
  8600. JazzBench       A drop-in multitasking replacement for WorkBench.  It
  8601.                 has more features that WorkBench and is fully multitasking
  8602.                 (no more waiting for ZZZ clouds).  It allows you to extend
  8603.                 it, add your own menus, key shortcuts, etc.  This is alpha
  8604.                 version 0.8, binary only.
  8605.                 Author:  David Navas
  8606.  
  8607. Xoper           Very comprehensive program to monitor and control system
  8608.                 activity.  Monitor cpu, memory usage, ports, interrupts,
  8609.                 devices.  Close windows, screens, show loaded fonts or last
  8610.                 Guru code number.  Clean up memory, flush unused libraries,
  8611.                 devices, fonts. etc. and a whole bunch more!  Spawns its own
  8612.                 process.  A very handy background task to have loaded.
  8613.                 This is version 1.3, an update to version 1.2 on disk 171.
  8614.                 Assembly source included.
  8615.                 Author:  Werner Gunther
  8616.  
  8617. CONTENTS OF DISK 229
  8618. --------------------
  8619.  
  8620. AlarmingClock   A simple alarm clock program with a very alarming
  8621.                 "ring", particularly if you hook it up to your
  8622.                 stereo and turn up the volume.  Includes source.
  8623.                 Author:  Brian Neal
  8624.  
  8625. DrawMap         A program for drawing representations of the Earth's
  8626.                 surface.  Can generate flat maps, mercator maps,
  8627.                 a globe view, or an orbital view.  Includes source.
  8628.                 Author:  Bryan Brown
  8629.  
  8630. Emporos         You are living on the island of Emporos, where several
  8631.                 countries exist.  Your goal is to make one of these
  8632.                 countries your own.  There is only one way to do this,
  8633.                 and you have to find it out.  Binary only.
  8634.                 Author:  Roland Richter
  8635.  
  8636. esuoM           A little screen hack that causes the mouse pointer to
  8637.                 move in the opposite direction of the mouse.  Includes
  8638.                 source.
  8639.                 Author:  Rob Eisenhuth
  8640.  
  8641. LeftyMouse      Swaps the functions of the left and right mouse buttons
  8642.                 so that Lefties can use the mouse with their left hands.
  8643.                 Includes source.
  8644.                 Author:  Rob Eisenhuth
  8645.  
  8646. Shuffle         A basic screen shuffler.  Re-defines the key combination
  8647.                 Left-Amiga-M to push the FRONT screen to the back, instead
  8648.                 of pushing the Workbench screen to the back.  Includes
  8649.                 source.
  8650.                 Author:  Rob Eisenhuth
  8651.  
  8652. Sim             A simulator for register-transfer nets, which are used to
  8653.                 describe hardware systems.  This version also provides
  8654.                 a compiler to define new devices in addition to Sim's
  8655.                 internal devices.  Version 4.0, binary only.
  8656.                 Author:  Gotz Muller
  8657.  
  8658.  
  8659. CONTENTS OF DISK 230
  8660. --------------------
  8661.  
  8662. AskTask         Allows you to examine various bits of the task structures
  8663.                 of all tasks in the system, from the lists attached to
  8664.                 ExecBase.  Diskplays priority, state, flags, stack,
  8665.                 signals, etc.  You can also remove tasks, change the
  8666.                 priority of a task, or send arbitrary signals to a
  8667.                 task.  Version 2/4/89, includes source.
  8668.                 Author:  J. Bickers
  8669.  
  8670. Fedup           A random access, byte oriented file-editor that gives
  8671.                 you the option of viewing and editing any file (binary
  8672.                 or ASCII) using either ASCII or hexadecimal notation.
  8673.                 Version 2.1, binary only.
  8674.                 Author:  Martin Lindemann
  8675.  
  8676. FileIt          A simple database program, written in DRACO.  It is
  8677.                 meant to be portable, thus it does not use any of
  8678.                 Intuition's facilities.  Version 1.0, includes source.
  8679.                 Author:  John Davis
  8680.  
  8681. NComm           A communications program based on Comm version 1.34, by
  8682.                 DJ James, with lots of very nice enhancements.  Also
  8683.                 includes several auxiliary programs such as AddCall,
  8684.                 CallInfo, IbmIso, PbConvert, and ReadMail.  This is
  8685.                 version 1.8, binary only.
  8686.                 Author:  DJ James, Daniel Bloch, Torkel Lodberg, et al.
  8687.  
  8688. PrivHndlr       A privilege violation handler for the 68010 cpu.  Like
  8689.                 Decigel, but survives a reboot so you can use it with
  8690.                 copy protected programs that run from boot.  Version 3,
  8691.                 includes source in assembly code.
  8692.                 Author:  John Veldthuis
  8693.  
  8694. Quattro         Another Tetris like program.  Has three levels of
  8695.                 play difficulty, sound effects, a 43-color background,
  8696.                 next stone preview, and joystick or numberpad control.
  8697.                 Version 1.0, binary only, source available from author.
  8698.                 Author:  Karl-Erik Jenss
  8699.  
  8700.  
  8701. CONTENTS OF DISK 231
  8702. --------------------
  8703.  
  8704. Diff            Yet another diff program.  This one implements the
  8705.                 algorithm from Communications of the ACM, April 78.
  8706.                 It produces output which might be considered to be
  8707.                 a little more user friendly than the standard Unix
  8708.                 style diff programs.  Includes source.
  8709.                 Author:  Donald C. Lindsay
  8710.  
  8711. File            A program that recognizes various types of files and
  8712.                 prints what that type is.  Recognizes font files,
  8713.                 icon files, executable files, standard object files,
  8714.                 compressed files, command scripts, C source, directories,
  8715.                 iff files, LaTeX source, modula II source, arc files,
  8716.                 shell commands and scripts, TeX source, dvi files,
  8717.                 uuencoded files, yacc files, zoo archives, etc.
  8718.                 Version 1.0, includes source.
  8719.                 Author:  Edwin Hoogerbeets
  8720.  
  8721. NoClick2        A program which silences the clicking of empty drives
  8722.                 on the B2000 under AmigaDOS 1.3.  It should also work
  8723.                 on an A500.  Binary only, source available from author.
  8724.                 Author:  Norman Iscove
  8725.  
  8726. Plot            A package for making 2D and 3D plots conveniently.
  8727.                 AG Baxter wrote the intuition interface program (Plot)
  8728.                 and Tim Mooney wrote the MultiPlot and ThreeDPlot
  8729.                 programs, which are called from Plot.  This is version
  8730.                 1.2 and includes source to Plot.
  8731.                 Author:  AG Baxter, Tim Mooney
  8732.  
  8733. Sed             This is the GNU sed (stream editor) program, ported to
  8734.                 the Amiga.  Sed copies the named files, or the standard
  8735.                 input, to its standard output, while performing certain
  8736.                 editing operations specified in the command line script
  8737.                 or in a scriptfile.  Version 1.02, includes source.
  8738.                 Author:  Unknown, ported to Amiga by Edwin Hoogerbeets
  8739.  
  8740.  
  8741. CONTENTS OF DISK 232
  8742. --------------------
  8743.  
  8744. BallyIII        Amiga port of the former arcade game named Click.  This
  8745.                 version fixes some minor bugs and is faster than the
  8746.                 previous versions.  This is version III, an update to
  8747.                 the version released on disk 221.  Binary only, shareware.
  8748.                 Author:  Oliver Wagner
  8749.  
  8750. Dbug            Machine independent macro based C debugging package.
  8751.                 Provides function trace, selective printing of internal
  8752.                 state information, and more.  This is an update to the
  8753.                 version released on disk 102, and now includes a machine
  8754.                 independent stack use accounting mechanism.  Includes
  8755.                 source.
  8756.                 Author:  Fred Fish; profiling support by Binayak Banerjee
  8757.  
  8758. ReSourceDemo    A demo version of ReSource, an interactive disassembler
  8759.                 for the Amiga.  This is a complete version except that
  8760.                 the "save" features have been disabled.  This is version
  8761.                 3.06, an update to version 0.36 from disk 192.  Binary
  8762.                 only.
  8763.                 Author:  Glen McDiarmid
  8764.  
  8765.  
  8766. CONTENTS OF DISK 233
  8767. --------------------
  8768.  
  8769. Brik            A general purpose program that calculates both text and
  8770.                 binary cyclic redundancy codes (CRCs).  Text mode CRCs
  8771.                 calculated by brik are portable across systems for files
  8772.                 that are in the usual text format on each system.  Binary
  8773.                 mode CRCs are portable for files that are moved from
  8774.                 system to system without any change.  Brik can be used
  8775.                 to verify and update an embedded checksum header in files.
  8776.                 It runs under MS-DOS, UNIX system V, BSD UNIX, VAX/VMS,
  8777.                 and AmigaDOS.  This is version 2.0 and includes source.
  8778.                 Author:  Rahul Dhesi
  8779.  
  8780. CacheCard       An accessory to SetCPU for use with A2620 cards or
  8781.                 68030 systems.  It modifies the MMU table set up by SetCPU
  8782.                 to selectively control caching for each expansion card.
  8783.                 It's also an example of how an accessory program can
  8784.                 track down and modify the SetCPU MMU table without having
  8785.                 to read all kinds of MMU registers and figure it out for
  8786.                 yourself.  Version 1.00, includes source.
  8787.                 Author:  Dave Haynie
  8788.  
  8789. CrcLists        Complete CRC check files for disks 001-231 using the brik
  8790.                 program also on this disk.  These were made directly from
  8791.                 my master disks.  I have switched to brik, from the crc
  8792.                 program used to make the lists on disks 133, 146, and 173,
  8793.                 because it has more features and because source is
  8794.                 available.
  8795.                 Author:  Fred Fish
  8796.  
  8797.  
  8798. CONTENTS OF DISK 234
  8799. --------------------
  8800.  
  8801. KwikBackUp      A harddisk backup program that writes data track by track
  8802.                 onto multiple floppy disks.  Uses the archive bit, saves
  8803.                 and restores comments and protection flags, and skips
  8804.                 over bad spots during restore.  Version 1.0, includes
  8805.                 source in Modula-II.
  8806.                 Author:  Fridtjof Siebert
  8807.  
  8808. MuchMore        Another program like "more", "less", "pg", etc.  This one
  8809.                 uses its own screen to show the text using a slow scroll.
  8810.                 Includes built-in help, commands to search for text, and
  8811.                 commands to print the text.  Works with PAL or NTSC, in
  8812.                 normal or overscan modes.  Supports 4 color text in bold,
  8813.                 italic, underlined, or inverse fonts.  Version 1.8,
  8814.                 includes source in Modula-II and assembly code.
  8815.                 Author:  Fridtjof Siebert
  8816.  
  8817. NetWork         Another program in the long tradition of "screen hacks"
  8818.                 for the Amiga.  Won't spoil the surprise by saying what
  8819.                 it does.  Version 1.0, includes source in Modula-II.
  8820.                 Author:  Fridtjof Siebert
  8821.  
  8822. PrintIt         A program to print IFF pictures on Epson compatible 9-pin
  8823.                 printers.  Prints in many resolutions, with many ways
  8824.                 to convert color pics to black and white.  Version 1.0,
  8825.                 includes source in Modula-II.
  8826.                 Author:  Fridtjof Siebert
  8827.  
  8828. WBPic           Replaces Workbench's color 0 with an IFF hires non-
  8829.                 interlaced picture, in 2 or 4 colors.  Version 1.0,
  8830.                 includes source in Modula-II.
  8831.                 Author:  Fridtjof Siebert
  8832.  
  8833. XHair           Replaces the mouse pointer with a screen wide crosshair,
  8834.                 which is useful for positioning things vertically or
  8835.                 horizontally.  Version 1.0, includes source in Modula-II.
  8836.                 Author:  Fridtjof Siebert
  8837.  
  8838.  
  8839. CONTENTS OF DISK 235
  8840. --------------------
  8841.  
  8842. CalcKey         A basic four function, memory resident, pop-up calculator
  8843.                 which uses only about 24K of memory and can automatically
  8844.                 type the answer to any calculation into the program you
  8845.                 were using when it was popped up.  Version 1.0, binary
  8846.                 only, shareware.
  8847.                 Author:  Craig Fisher
  8848.  
  8849. Ct              An Amiga program to display images from a CT scanner,
  8850.                 along with several new interesting sample images of scans
  8851.                 of real people.  The display software, though it has a
  8852.                 primitive user interface, is quite powerful, including
  8853.                 functions like convolutions, averaging, laplacians, unsharp
  8854.                 masking, edge detection, gradients, etc.  This is version
  8855.                 2.2, an update to the version on disk 137.  Binary only.
  8856.                 Additional image disks available from author.
  8857.                 Author:  Jonathan Harman
  8858.  
  8859. MirrorWars      A new game featuring sound, title music, and two
  8860.                 player mode.  You fight your opponent via laser rays,
  8861.                 but beware of the mirrors reflecting your shots.
  8862.                 Binary only.
  8863.                 Author:  Oliver Wagner
  8864.  
  8865.  
  8866. CONTENTS OF DISK 236
  8867. --------------------
  8868.  
  8869. AmigaBench      Optimized Amiga assembly versions of the Dhrystone
  8870.                 benchmark.  Includes 68000 and 68020 versions.
  8871.                 Author:  Al Aburto
  8872.  
  8873. DiskHandler     A sample implementation of a file system that reads and
  8874.                 writes 1.2 format diskettes.  Includes source.
  8875.                 Author:  Software Distillery
  8876.  
  8877. Heart3D         A program to find left ventricle outlines in the output
  8878.                 of an Imatron CT scanner, and display wireframe animations
  8879.                 of the beating heart.  Includes several sample CT scan
  8880.                 outputs.  Binary only.
  8881.                 Author:  Jonathan Harman
  8882.  
  8883. Ls              Version 3.1 of the popular UNIX style directory lister.
  8884.                 This is an update to version 2.0 from disk 178, and
  8885.                 includes some bug fixes, support for multiple wildcard
  8886.                 pathnames, quicker sorting, a best-fit output, new
  8887.                 output width and height options, and some other
  8888.                 new features.  Includes source.
  8889.                 Author:  Justin V. McCormick.
  8890.  
  8891. Proc            Example program of how to create a full-fledged DOS
  8892.                 process without needing to call LoadSeg first.  Based
  8893.                 on an idea presented at BADGE.  Includes source.
  8894.                 Author:  Leo Schwab
  8895.  
  8896. XprZmodem       An Amiga shared library which provides ZModem file
  8897.                 transfer capability to any XPR-compatible communications
  8898.                 program.  Version 1.0, includes source.
  8899.                 Author:  Rick Huebner
  8900.  
  8901. CONTENTS OF DISK 237
  8902. --------------------
  8903.  
  8904. CLIPrint        An example of printing to the CLI from assembly code.
  8905.                 Includes source (of course).
  8906.                 Author:  Jeff Glatt
  8907.  
  8908. CType           Another text file reader, but this one is small, reasonably
  8909.                 fast, and includes bi-directional scrolling, search, go to
  8910.                 a given percentage, and printing capabilities.  Version 1.0,
  8911.                 includes source in assembly.
  8912.                 Author:  Bill Nelson
  8913.  
  8914. DPlot           A simple display program for experimental data, with the
  8915.                 goals of supporting paging through lots of data and
  8916.                 providing comfortable scaling and presentation.  Version
  8917.                 1.0, source available from author.
  8918.                 Author:  A. A. Walma
  8919.  
  8920. ILBMLib         A shared library (ilbm.library) to read/write IFF files,
  8921.                 derived from the EA IFF code, along with various
  8922.                 enhancements.  Includes examples of using the library
  8923.                 from C code, assembly code, or BASIC, along with source
  8924.                 for examples and interface code.
  8925.                 Author:  Jeff Glatt
  8926.  
  8927. ParOut          Shows how to allocate and communicate directly with the
  8928.                 parallel port hardware from an assembly language program.
  8929.                 Includes source.
  8930.                 Author:  Jeff Glatt (original C code by Phillip Lindsay)
  8931.  
  8932. Speed           A performance benchmark useful for comparing Amiga
  8933.                 processing speeds.  Performs 10000 iterations of some
  8934.                 selected groups of 68000 instructions while using the
  8935.                 DateStamp time function to record how many ticks it takes
  8936.                 to complete.  This timed duration is then compared against
  8937.                 two known prestored times, one for a stock A2000 Amiga and
  8938.                 one for an A2620 enhanced A2000.   A relative comparison
  8939.                 is calculated and displayed.  Version 1.0, includes source
  8940.                 in assembly language.
  8941.                 Author:  Jez San
  8942.  
  8943. CONTENTS OF DISK 238
  8944. --------------------
  8945.  
  8946. CWDemo          Demo version of a pop-up utility to control the color
  8947.                 register assignments of Intuition custom screens.
  8948.                 Version 3.1, binary only.
  8949.                 Author:  Kimbersoft
  8950.  
  8951. DMouse          A versatile screen & mouse blanker, auto window activator,
  8952.                 mouse accelerator, popcli, pop window to front, push
  8953.                 window to back, etc, widget.  Includes DLineArt, a screen
  8954.                 blanker replacement program for use with DMouse.  This is
  8955.                 DMouse version 1.20, an update to version 1.10 on disk
  8956.                 168/169.  Includes source.
  8957.                 Author:  Matt Dillon
  8958.  
  8959. LabelPrint      A program that allows you to easily print labels for
  8960.                 your disks.  This is version 2.5, an update to version
  8961.                 1.9 from disk 210.  Shareware, binary only (source
  8962.                 available from author).
  8963.                 Author:  Andreas Krebs
  8964.  
  8965. NGC             Yet another virus check program.  Checks the bootblock on
  8966.                 all inserted floppy disks and reports nonstandard ones.
  8967.                 Checks the jump tables of all resident libraries and devices
  8968.                 and reports suspicious entries.  Version 1, includes source
  8969.                 in assembly.
  8970.                 Author:  Ulf Nordquist
  8971.  
  8972. Pyth            A program to draw the Tree of Pythagoras.  Version 1.1,
  8973.                 includes source.
  8974.                 Author:  Andreas Krebs
  8975.  
  8976. Steinschlag     A tetris like game (Steinschlag means "Falling Rock")
  8977.                 submitted by the author.  This is version 1.8, an update
  8978.                 to version 1.5 from disk 221.  Binary only.
  8979.                 Author:  Peter Handel
  8980.  
  8981. CONTENTS OF DISK 239
  8982. --------------------
  8983.  
  8984. This is disk 239 of the freely distributable AMIGA software library.
  8985. It contains Forth programs from the JGoodies #1 disk, from Delta Research
  8986. (the makers of JForth Professional 2.0).  All of the material has been
  8987. placed into a subdirectory (JGoodies).  Below is a listing of
  8988. subdirectories under JGoodies, and their contents.
  8989.  
  8990. Brunjes         Various tools submitted together by the author.  StringPkg
  8991.                 is string package for both Forth style and NUL terminated
  8992.                 strings.  Date&Time are handy tools for getting and printing
  8993.                 formatted date and time.  Utils are utilities used by the
  8994.                 other files.  CursorControl is an example of moving the text
  8995.                 cursor.  SpaceOrEscape is a handy word for pausing or
  8996.                 stopping program output.  Includes source code.
  8997.                 Author:  Roy Brunjes
  8998.  
  8999. Evolution       This program graphically simulates the evolution of a
  9000.                 species of "bugs", the insect kind.  Bugs, represented by
  9001.                 moving blobs, eat bacteria represented by single pixels.
  9002.                 They mutate, compete for food, reproduce and pass their
  9003.                 mutations to their offspring.  Fascinating example of
  9004.                 graphics and software simulation.  Standalone image and
  9005.                 source code.
  9006.                 Author:  Russel Yost
  9007.  
  9008. FFT             Highly optimized Fast Fourier Transform tools for digital
  9009.                 signal processing.  The FFT can be used to compute the
  9010.                 frequency spectrum of a complex signal.  It is useful in
  9011.                 a variety of different applications.  Floating point and
  9012.                 integer versions.  Mixture of high level and assembly
  9013.                 language code.  Includes source (requires JForth).
  9014.                 Author:  Jerry Kallaus
  9015.  
  9016. Guru            Handy "guru" number interpreter (well, handy after reboot
  9017.                 anyway!).  Tells you what "81000009" means, for example.
  9018.                 CLI usage only.  Standalone image with readme file. Source
  9019.                 code included.
  9020.                 Author:  Mike Haas
  9021.  
  9022. H2J             Converts 'C' style '.h' include files to JForth style '.j'
  9023.                 files.  Useful when developing interfaces to new Amiga
  9024.                 libraries like ARP, etc.  Standalone image and source code.
  9025.                 Author:  Phil Burk
  9026.  
  9027. HAMmmm2         Graphics hack that displays moving lines in a HAM screen
  9028.                 for a hypnotic effect.  Uses sound tools from HMSL if
  9029.                 available, for a drone sound that corresponds to the
  9030.                 graphics image.  Standalone image and source code.
  9031.                 Author:  Phil Burk
  9032.  
  9033. HeadClean       This program, combined with a fibre cleaning disk, can be
  9034.                 used to clean the heads on your disk drives.  Source code
  9035.                 examples of accessing the Trackdisk device, and using
  9036.                 gadgets are included.  Standalone image with source code.
  9037.                 Shareware.  Version 2.0.
  9038.                 Author:  Phil Burk
  9039.  
  9040. JustBeeps       Simple example of using Audio and Timer devices.  Plays a
  9041.                 series of beeps whose pitches are based on a just intoned
  9042.                 tuning system.  Standalone image with source code.
  9043.                 Author:  Phil Burk
  9044.  
  9045. Mandelbrot      A fast Mandelbrot rendering program that uses some of the
  9046.                 mathematical properties of the Mandelbrot set to greatly
  9047.                 reduce the drawing time.  Demonstrates graphics programming,
  9048.                 assembly language, menus and IFF file I/O.  Standalone image
  9049.                 with source code.
  9050.                 Author:  Nick Didkovsky
  9051.  
  9052. NeuralNet       Example of Neural Net programming converted to JForth.
  9053.                 Demonstrates a programming technique that many say is the
  9054.                 wave of the future for software.  This is a simple demo that
  9055.                 shows neural propagation.  Standalone image with source code.
  9056.                 Author:  Robert E. La Quey, ported by Jack Woehr
  9057.  
  9058. Textra          This easy-to-use text editor allows multiple windows,
  9059.                 and provides a simple mouse driven interface.  Those
  9060.                 familiar with the "Macintosh style" editors will be
  9061.                 comfortable with Textra's Cut, Copy and Paste commands.
  9062.                 Standalone image. Documentation included. No source code.
  9063.                 Author:  Mike Haas
  9064.  
  9065. CONTENTS OF DISK 240
  9066. --------------------
  9067.  
  9068. CrossDOS        A "tryware" version of a mountable MS-DOS file system
  9069.                 for the Amiga.  This is a software product that allows
  9070.                 you to read and write MS-DOS/PC-DOS and Atari ST
  9071.                 formatted disks (Version 2.0 or higher) directly from
  9072.                 AmigaDOS.  This tryware version is a "readonly" version,
  9073.                 which does not allow any writes to the disk.  A fully
  9074.                 functional version is available for a very reasonable
  9075.                 price from CONSULTRON.  Version 3.02, binary only.
  9076.                 Author:  CONSULTRON, Leonard Poma
  9077.  
  9078. Dis             An AmigaDOS shareable library which implements a symbolic
  9079.                 single-instruction disassembler for the MC68000 family and
  9080.                 a program which uses the library to disassemble/dump
  9081.                 AmigaDOS object files, making full use of symbolic and
  9082.                 relocation information.  Includes source code in Draco.
  9083.                 Author:  Chris Gray
  9084.  
  9085. DM-Maps         IFF maps to the Dungeon Master game.  All 14 levels are
  9086.                 included.
  9087.                 Author:  Unknown
  9088.  
  9089. MemLib          A link library of routines to aid in debugging memory
  9090.                 problems.  Works with Lattice C 5.0 and possibly with
  9091.                 earlier versions.  It's features include trashing all
  9092.                 allocated memory, trashing all freed memory, keeping
  9093.                 track of freed memory with notification if it is
  9094.                 written to, notification of memory freed twice or
  9095.                 not at all, notification of overrunning or underrunning
  9096.                 allocated memory, generation of low memory conditions
  9097.                 for testing purposes, and identification of violations
  9098.                 of memory use by filename and line number of the
  9099.                 allocating routine.  Includes source.
  9100.                 Author:  John Toebes and Doug Walker
  9101.  
  9102. RunBack         This is version 6, an update to the version on disk 152
  9103.                 (the version on disk 214 appears to be on a different
  9104.                 evolutionary path).  This version compiles under Lattice
  9105.                 with many optimizations enabled, and can be made resident.
  9106.                 Includes source.
  9107.                 Author:  Rob Peck, Daniel Barrett, Greg Searle, Doug Keller
  9108.  
  9109. XprLib          External file transfer protocol library.  Document and
  9110.                 code example for implementing external file transfer
  9111.                 protocols using Amiga shared libraries.  This is an
  9112.                 update to the version included with the vlt program on
  9113.                 disk 226.
  9114.                 Author:  Willy Langeveld
  9115.  
  9116. CONTENTS OF DISK 241
  9117. --------------------
  9118.  
  9119. ASDG-rrd        Extremely useful shareware recoverable ram disk.  This
  9120.                 AmigaDOS device driver implements a completely DOS
  9121.                 compatible disk device in memory that survives resets,
  9122.                 guru's, and crashes.  An absolute must for those with
  9123.                 lots of ram.  This is an update to the version released
  9124.                 on disk 58.  It now works with up to 8Mb of memory.  It
  9125.                 was rewritten in assembly and is now faster and much
  9126.                 smaller.  Binary only.
  9127.                 Author:  Perry Kivolowitz, ASDG Inc.
  9128.  
  9129. CBBS            The W0RLI BBS system for use in amateur radio.  Originally
  9130.                 written for IBM-PC compatibles, it was ported to the Amiga
  9131.                 by Pete Hardie.  This is version 6.1c with source code.
  9132.                 Author:  Hank Oredson, the CBBS group, Pete Hardie
  9133.  
  9134. Fix68010        A program which patches executables that fail to run
  9135.                 on machines equipped with an M68010, so that they no
  9136.                 longer use the prohibited priviledged instructions.
  9137.                 Binary only.
  9138.                 Author:  Gregor Brandt
  9139.  
  9140. Man             A program similar to the UNIX "man" program.  Displays
  9141.                 information about a topic from manual pages.  Does not
  9142.                 include any database of topics, you have to supply your
  9143.                 own.  Version 1.2, includes source.
  9144.                 Author:  Garry Glendown
  9145.  
  9146. NoClick         A program which silences the clicking of empty drives
  9147.                 on the B2000 under AmigaDOS 1.3.  It should also work
  9148.                 on an A500.  This is version 3.4, an update to the
  9149.                 version on disk 231.  Includes assembly source code.
  9150.                 Author:  Norman Iscove
  9151.  
  9152. Tiles           A basic tile game like Shanghai or GunShy.  A board is
  9153.                 covered with a set of 144 tiles, 36 different sets of
  9154.                 4 identical tiles, each with a picture on it.  The
  9155.                 object is to remove all the tiles, 2 at a time, by
  9156.                 matching identical tiles.  Version 2.1, includes source
  9157.                 in Modula II.
  9158.                 Author:  Todd Lewis
  9159.  
  9160. CONTENTS OF DISK 242
  9161. --------------------
  9162.  
  9163. BootBlocks      Detailed documentation on what a bootblock is and
  9164.                 how it works, along with some sample bootblocks and
  9165.                 a program to install a custom bootblock.  Includes
  9166.                 source for the sample bootblocks and the install
  9167.                 program.
  9168.                 Author:  Jonathan Potter
  9169.  
  9170. Check4Mem       Allows you to check for a specified amount of memory,
  9171.                 with certain attributes, from a batch file.  If the
  9172.                 requirements are not met, a WARN returncode is generated.
  9173.                 Version 2, includes source.
  9174.                 Author:  Jonathan Potter
  9175.  
  9176. CustReq         A glorified ASK command for your startup-sequence.  It
  9177.                 generates a requester with the specified title, text,
  9178.                 positive and negative gadgets (either of which can
  9179.                 be the default), and an optional timeout value.
  9180.                 Version 2, includes source.
  9181.                 Author:  Jonathan Potter
  9182.  
  9183. FileReq         This is Jonathan's second version of a file requester,
  9184.                 and is much more powerful than the one included on disk
  9185.                 204.  Shareware, includes source.
  9186.                 Author:  Jonathan Potter
  9187.  
  9188. FullView        A text viewer that uses gadgets at the bottom of the screen
  9189.                 (thus can display text 80 columns wide), opens up to the
  9190.                 full height of the workbench screen, has fast scrolling,
  9191.                 and can work with compressed files (file compression
  9192.                 program included).  Shareware, binary only, source available
  9193.                 from author.
  9194.                 Author:  Jonathan Potter
  9195.  
  9196. Image-Ed        An icon editor that allows you to draw and edit images up to
  9197.                 150 by 90, in up to 16 colors.  Allows freehand drawing,
  9198.                 empty or filled rectangles, ellipses, and triangles, lines
  9199.                 curves, and polygons, copy, flip about x or y axis,
  9200.                 stretching and condensing, flood fill and complement,
  9201.                 text with selection and loading of font style, undo,
  9202.                 magnified and normal sized images, and two active drawing
  9203.                 screens at once.  This is version 2.2, an update to version
  9204.                 1.9 on disk 211.  Binary only, source available from author.
  9205.                 Author:  Jonathan Potter
  9206.  
  9207. JAR             A shareware game (Jump And Run) using 3-D graphics.  Your
  9208.                 task is to collect the blue pills lying on the floors and
  9209.                 steps, not to fall down or off the steps, and to avoid
  9210.                 several monsters wandering about.  You can collect various
  9211.                 sorts of weapons to use against the monsters.  Version 1.0,
  9212.                 binary only, source available from author.
  9213.                 Author:  Andreas Ehrentraut
  9214.  
  9215. JPClock         A short clock program that is just packed with features.
  9216.                 This is version 1.2, an update to version on disk 204.
  9217.                 Includes source.
  9218.                 Author:  Jonathan Potter
  9219.  
  9220. PPrefs          Preferable Preferences is a program designed to replace
  9221.                 the standard preferences, that is shorter, more efficient,
  9222.                 and easier to use.  Binary only.
  9223.                 Author:  Jonathan Potter
  9224.  
  9225. PaletteReq      An easy way to set the palette of any screen from your
  9226.                 program.  Includes source.
  9227.                 Author:  Jonathan Potter
  9228.  
  9229. PopInfo         A small utility which "pops open" to give you information
  9230.                 about the status of your devices and memory.  This is
  9231.                 version 3.1, an update to version 3.0 on disk 223.
  9232.                 Includes source.
  9233.                 Author:  Jonathan Potter
  9234.  
  9235. ZeroVirus       A fully integrated virus checker and killer, with bootblock
  9236.                 save and restore features.  Finds both bootblock and file
  9237.                 based viruses.  This is version 1.3, binary only.
  9238.                 Author:  Jonathan Potter
  9239.  
  9240. CONTENTS OF DISK 243
  9241. --------------------
  9242.  
  9243. FragIt          A dynamic memory thrasher for the Amiga.  FragIt randomly
  9244.                 allocates and deallocates psuedo-random size values of
  9245.                 memory, ranging from 16 bytes to 50000 bytes by default.
  9246.                 The result is an allocation nightmare, thousands of memory
  9247.                 fragments are being created and destroyed continuously.
  9248.                 This puts stress on the memory allocation routines of an
  9249.                 application undergoing testing by simulating a very busy,
  9250.                 highly fragmented memory environment. This is version 2.0,
  9251.                 featuring many bug fixes, a full intuition interface,
  9252.                 configuration settings via the icon, and more.  Includes
  9253.                 source.
  9254.                 Author:  Justin V. McCormick
  9255.  
  9256. ImageLab        A program which performs image processing on IFF pictures.
  9257.                 Includes standard image processing functions such as
  9258.                 convolution, averaging, smoothing, enhancement, histograms,
  9259.                 FFT's, etc.  Also includes file conversion functions,
  9260.                 a clipboard, and other useful functions.  Version 2.2,
  9261.                 binary only.
  9262.                 Author:  Gary Milliorn
  9263.  
  9264. LPE             LaTeX Picture Editor is a graphical editor for producing
  9265.                 "pictures" for the LaTeX system, which may be imported by
  9266.                 LaTeX.  You can draw boxes, dashed boxes, lines, vectors,
  9267.                 circles, boxes with centered text, and plain text.  This
  9268.                 is version 1.0, binary only.
  9269.                 Author:  Joerg Geissler
  9270.  
  9271. NoClick         A program which silences the clicking of empty drives
  9272.                 on the B2000 under AmigaDOS 1.3.  It should also work
  9273.                 on an A500.  This is version 3.5, a last minute update
  9274.                 to version 3.4 on disk 241.  Includes assembly source code.
  9275.                 Author:  Norman Iscove
  9276.  
  9277. Password        A program which enhances your computers security by making
  9278.                 it complicated enough that users without your password
  9279.                 will get discouraged trying to boot and use your system.
  9280.                 This should keep out most casual or nontechnical users.
  9281.                 Version 1.21p, binary only.
  9282.                 Author:  George Kerber
  9283.  
  9284. Pcopy           An intuition based disk copier similiar to the resident
  9285.                 "DiskCopy".  This is version 2.0, a highly upgraded
  9286.                 rewrite of the version on disk 151.  It features high speed
  9287.                 diskcopy with write-verify and data recovery from damaged
  9288.                 tracks.  A lot of effort has gone into making this copier
  9289.                 friendly in its usage, as well in its multitasking
  9290.                 properties.  Binary only.
  9291.                 Author:  Dirk Reisig
  9292.  
  9293. SimGen          This program will add a 2 or 4 color picture to your
  9294.                 WorkBench screen.  If the picture is digitized, it will
  9295.                 look much like a genlock, hence the name SimGen (Simulated
  9296.                 Genlock).  Binary only.
  9297.                 Author:  Gregg Tavares
  9298.  
  9299. SuperLines      A new lines demo with a realtime control panel that you
  9300.                 can use to change various aspects of the action.  Has 10
  9301.                 builtin color palettes, support for things like color
  9302.                 "smudge", color cycling, color "bounce", multiple resolu-
  9303.                 tions, and can display either lines or boxes.  This is
  9304.                 version 1.0, binary only.
  9305.                 Author:  Chris Bailey
  9306.  
  9307. WarpUtil        Warp (version 1.11), UnWarp (version 1.0), and WarpSplit
  9308.                 (version 1.1).  Warp reads raw filesystems and archives
  9309.                 them into a compressed version in a normal file.  UnWarp
  9310.                 turns them back into filesystems.  WarpSplit splits them
  9311.                 up into smaller pieces on a track by track basis.
  9312.                 Binary only.
  9313.                 Author:  SDS Software
  9314.  
  9315. CONTENTS OF DISK 244
  9316. --------------------
  9317.  
  9318. BBChampion      This is BootBlockChampionIII, a very nicely done program
  9319.                 that allows you to load, save, and analyze any bootblock.
  9320.                 This is version 3.1, binary only.
  9321.                 Author:  Roger Fischlin
  9322.  
  9323. BootIntro       This program creates a small intro on the bootblock of any
  9324.                 disk, which will appear after you insert the disk for
  9325.                 booting.  The headline can be up to 44 characters.  The
  9326.                 scrolling text portion can be up to 300 characters.  This
  9327.                 is version 1.2, an update to version 1.0 on disk 188.
  9328.                 Binary only.
  9329.                 Author:  Roger Fischlin
  9330.  
  9331. FMC             An alternative to the NoFastMem program.  Uses a cute little
  9332.                 switch gadget to turn fast memory on or off.  Version 1.2,
  9333.                 includes source in assembly code.
  9334.                 Author:  Roger Fischlin
  9335.  
  9336. SizeChecker     Size checker uses a list of possible sizes of a file to
  9337.                 check for unexpected changes in the size of those files.
  9338.                 For example, it can be used to spot a link virus or to
  9339.                 point out changes in the configuration of your system.
  9340.                 With the appropriate comments added to your size list,
  9341.                 you can check to see what version of the files you are
  9342.                 using (1.2, 1.3, 1.4, ARP, etc).  Version 1.0, binary only.
  9343.                 Author:  Roger Fischlin
  9344.  
  9345. TextDisplay     A text display program, like "more" or "less", but about
  9346.                 half the size and handles all screen formats (pal/ntsc,
  9347.                 interlace/non-interlace, etc).  This is version 1.52, an
  9348.                 update to version 1.1 on disk 188.  Binary only.
  9349.                 Author:  Roger Fischlin
  9350.  
  9351. XColor          A program designed to change the colors of any screen.
  9352.                 You can also add and subtract bitplanes in the screen,
  9353.                 or convert the screen to black and white (grayscale).
  9354.                 Handles HAM and EHB screens.  Version 1.2, includes
  9355.                 source in assembly code.
  9356.                 Author:  Roger Fischlin
  9357.  
  9358. CONTENTS OF DISK 245
  9359. --------------------
  9360.  
  9361. ATOF            A small utility that allows you to use the fonts of another
  9362.                 disk without using the CLI.  Version 1.0, binary only.
  9363.                 Author:  Roger Fischlin
  9364.  
  9365. BootIntro       This program creates a small intro on the bootblock of
  9366.                 any disk, which will appear after you insert the disk for
  9367.                 booting.  This is the "next generation" BootIntro, a
  9368.                 more colorful version than the one on disk 244, but
  9369.                 the text must be shorter.  The first line can be up to
  9370.                 24 characters.  The second and third lines can be up to
  9371.                 22 characters.  The scrolling text can be up to 98
  9372.                 characters.  This is "next generation version 1.1".
  9373.                 Binary only.
  9374.                 Author:  Roger Fischlin
  9375.  
  9376. Fenster         A program which can operate on windows owned by another
  9377.                 program, to close them, change their size, refresh gadgets,
  9378.                 move the window to the background, etc.  Version 1.0,
  9379.                 includes source.
  9380.                 Author:  Roger Fischlin
  9381.  
  9382. PathMaster      A file requester with lots of features.  Can be easily
  9383.                 configured by the programmer to suit a variety of
  9384.                 applications.  Includes source.
  9385.                 Author:  Justin McCormick
  9386.  
  9387. Reversi         Plays the classical reversi game on an 8 x 8 square field.
  9388.                 Version 1.2, includes source in assembly code.
  9389.                 Author:  Marc Fischlin
  9390.  
  9391. Vlt             This is a binary update to the vlt program on disk 226,
  9392.                 and fixes a problem with external protocol support.
  9393.                 You still need the rest of the files from disk 226.
  9394.                 Version 4.065, binary only.
  9395.                 Author:  Willy Langeveld
  9396.  
  9397. CONTENTS OF DISK 246
  9398. --------------------
  9399.  
  9400. Dmake           Release version 1.0 of Matt's version of the UNIX make
  9401.                 utility.  Update to beta version released on disk 179.
  9402.                 Features multiple dependancies, wildcard support, and
  9403.                 more.  Binary only.
  9404.                 Author:  Matt Dillion
  9405.  
  9406. LabelPrint      A program that allows you to easily print labels for
  9407.                 your disks.  This is version 2.5b, an update to version
  9408.                 2.5 from disk 238.  Shareware, binary only (source
  9409.                 available from author).
  9410.                 Author:  Andreas Krebs
  9411.  
  9412. NComm           A terminal program for the Amiga based on comm version 1.34.
  9413.                 Has hot keys for most program functions (including dialing
  9414.                 up to 10 phone numbers), PAL and NTSC support for normal
  9415.                 or interlaced screens, screen I/O greater than 2400
  9416.                 baud, ANSI/VT100 terminal emulation with full 8 color
  9417.                 text support, IBM graphics, optional translation styles,
  9418.                 split screen mode, full user control of color palette, full
  9419.                 support for all European languages, full serial port control
  9420.                 with baud rates up to 19200, script language, phonebook,
  9421.                 keyboard macros, and more.  Version 1.8, binary only.
  9422.                 Author:  DJ James, Daniel Bloch, et. al.
  9423.  
  9424. NoClick         A program which silences the clicking of empty drives
  9425.                 on the B2000 under AmigaDOS 1.3.  It should also work
  9426.                 on an A500.  This is version 3.6, an update to version
  9427.                 to version 3.5 on disk 243.  Includes assembly source
  9428.                 code.
  9429.                 Author:  Norman Iscove
  9430.  
  9431. ScreenShare     A library and support programs that enable applications
  9432.                 to open up windows on other applications' custom screens.
  9433.                 For example, your editor may want to open a window on
  9434.                 your terminal emulator's screen so you can compose a
  9435.                 message while still being able to see the contents of
  9436.                 the terminal's screen.  Both applications must cooperate
  9437.                 for the screen sharing to work.  Version 1.2, includes
  9438.                 source for interface portions.
  9439.                 Author:  Willy Langeveld
  9440.  
  9441. Ty              A text display program based on Amiga "less" version 1.0.
  9442.                 Has both keyboard and mouse control of all functions,
  9443.                 an intuition interface, and uses the Amiga specific
  9444.                 keys (such as the Help key) correctly.  Version 1.3,
  9445.                 includes source.
  9446.                 Author:  Mark Nudelman, Bob Leivian, Tony Wills
  9447.  
  9448.  
  9449. CONTENTS OF DISK 247
  9450. --------------------
  9451.  
  9452. AnalogJoystick  Software support for use of analog joysticks on the Amiga.
  9453.                 Includes a driver, a header file for code that calls the
  9454.                 driver, and an example program that uses the driver.
  9455.                 Includes source.
  9456.                 Author:  Dave Kinzer
  9457.  
  9458. AssemTools      A collection of files which should be of great interest
  9459.                 to Amiga assembly language programmers.  The collection
  9460.                 includes 140 macro routines which make assembly language
  9461.                 programming a lot easier.  There is also a library of
  9462.                 routines containing buffered C-like file handling
  9463.                 functions (fopen, fclose, fgets, fputs, etc) and a file
  9464.                 name requester.  All routines are re-entrant.  Includes
  9465.                 source for example programs using the macros and library,
  9466.                 and a 65c02 cross macro assembler.
  9467.                 Author:  Jukka Marin
  9468.  
  9469. RemoteLogin     A couple of programs which make possible remote access to
  9470.                 your Amiga.  One program checks the serial port for an
  9471.                 incoming call, and starts a program when it is detected.
  9472.                 The other is a password protection program which allows
  9473.                 starting various programs based upon login id, thus
  9474.                 providing some minimal security for your computer.
  9475.                 Includes source.
  9476.                 Author:  Dave Kinzer
  9477.  
  9478. XprLib          External file transfer protocol library.  Document and
  9479.                 code example for implementing external file transfer
  9480.                 protocols using Amiga shared libraries.  This is version
  9481.                 2.0, an update to the version on disk 240, with many
  9482.                 extensions and enhancements.  Includes sample XPR library
  9483.                 and source.
  9484.                 Author:  Willy Langeveld
  9485.  
  9486.  
  9487. CONTENTS OF DISK 248
  9488. --------------------
  9489.  
  9490. AmiGantt        A project definition and management tool designed to
  9491.                 create a simple, interactive method of outlining the
  9492.                 task required to complete a particular project, using
  9493.                 the GANTT chart as the input format.  AmiGantt displays
  9494.                 the project in a multi-window mode with separate windows
  9495.                 for the GANTT chart, task information input, resource
  9496.                 histogram display, and Pert chart display.  Up to 500
  9497.                 tasks may be defined for any project, and a project may
  9498.                 contain other projects as tasks.  Version 3.0.0, shareware,
  9499.                 binary only.
  9500.                 Author:  Donald Tolson
  9501.  
  9502. CLI-Colors      A simple little program to change the colors of the border
  9503.                 around a CLI window.  Includes source in assembly code.
  9504.                 Author:  Michael Sinz
  9505.  
  9506. Flipper         A small, fast, Othello program.  Does not use any look-
  9507.                 ahead methods.  Binary only.
  9508.                 Author:  Michael Sinz
  9509.  
  9510. Maze            An example of a fully re-entrant maze generation program
  9511.                 written in assembly language using Manx's assembler.
  9512.                 Includes source.
  9513.                 Author:  Michael Sinz
  9514.  
  9515. NetHandler      The Software Distillery's network file system handler
  9516.                 (NET:), using Matt Dillon's DNET to mount one Amiga's
  9517.                 devices on another Amiga.  It also serves as an example
  9518.                 file system written entirely in Lattice C.  Version 1.0,
  9519.                 includes source.
  9520.                 Author:  Software Distillery
  9521.  
  9522. Regex           An Amiga shared library version of the GNU regular
  9523.                 expression package from the Free Software Foundation.
  9524.                 A regular expression is a concise method of describing
  9525.                 a pattern of characters in a string. By use of special
  9526.                 wildcards, almost any pattern can be described. A regular
  9527.                 expression pattern can be used for searching strings in
  9528.                 such programs as editors or other string handling programs.
  9529.                 Version 1.0, includes source.
  9530.                 Author:  Edwin Hoogerbeets, FSF, Jim Mackraz
  9531.  
  9532.  
  9533. CONTENTS OF DISK 249
  9534. --------------------
  9535.  
  9536. Automata        Four cellular automata programs.  AutomaTron is a one
  9537.                 dimensional cellular automation, Crud is a automation
  9538.                 based on a sum index rule, Demon is a cyclic space
  9539.                 automation described in the Aug 89 Scientific American,
  9540.                 and Life is one of the oldest and best known of all
  9541.                 cellular automata.  Includes source.
  9542.                 Author:  Gary Teachout
  9543.  
  9544. Slicer          Slicer computes and displays images of the Mandelbrot
  9545.                 and Julia sets.  Unlike many Mandelbrot programs that
  9546.                 generate pictures directly, Slicer computes and stores
  9547.                 an array of raw data which it may then render into
  9548.                 pictures in a number of ways.  Version 1.0, binary only.
  9549.                 Author:  Gary Teachout
  9550.  
  9551. TurMite         A two dimensional turing machine simulator.  Imagine a
  9552.                 small bug crawling around on your computer display moving
  9553.                 one pixel at a time. At each step it uses its internal
  9554.                 state number and the color of the pixel it's on as indexes
  9555.                 into a set of tables to decide what color to change the
  9556.                 pixel to, what direction to move, and what its new internal
  9557.                 state should be.  Includes source.
  9558.                 Author:  Gary Teachout
  9559.  
  9560.  
  9561. CONTENTS OF DISK 250
  9562. --------------------
  9563.  
  9564. ASimplex        An implementation of the Simplex algorithm for solving
  9565.                 linear programs.  It uses the standardized MPSX-format
  9566.                 for input data files.  This is version 1.5, an update
  9567.                 to version 1.2 on disk 199.  Changes include bug fixes,
  9568.                 the ability to run from CLI, it's own window for I/O,
  9569.                 and some new and improved commands.  Includes source.
  9570.                 Author:  Stefan Forster
  9571.  
  9572. Gravity-Well    A celestial motion simulator that simulates the motion
  9573.                 of up to twenty bodies in a Newtonian universe.  The
  9574.                 view of the simulation may be scaled, rotated in three
  9575.                 dimensions or repositioned.  Includes source.
  9576.                 Author:  Gary Teachout
  9577.  
  9578. Paranoids       An asylum escape game.  Paranoids is a traditional board
  9579.                 game played by drawing cards, rolling dice, and moving
  9580.                 pieces around the board.  Each player has six pieces,
  9581.                 four patients and two doctors.  The object of the game is
  9582.                 to get all of your patients out of the asylum.  This is
  9583.                 version 1.0, binary only.
  9584.                 Author:  Richard Anderson and Gary Teachout
  9585.  
  9586. RPSC            A reverse polish scientific calculator.  RPSC is a
  9587.                 programmable RPN calculator in the Hewlett-Packard
  9588.                 tradition.  It supports operations with real numbers,
  9589.                 complex numbers, matrices, and 3-D vectors, as well as
  9590.                 storage and recall of labeled variables.  Data and
  9591.                 programs may be saved, loaded, or written as ASCII text,
  9592.                 to AmigaDOS files.  This is version 1.1, binary only.
  9593.                 Author:  Gary Teachout
  9594.  
  9595. CONTENTS OF DISK 251
  9596. --------------------
  9597.  
  9598. Debug           A symbolic debugger for the Amiga.  Features include
  9599.                 symbolic disassembly, simple expression parsing,
  9600.                 multiple breakpoints, memory fill, memory dump,
  9601.                 single step in trace mode, skip over subroutines, etc.
  9602.                 Version 2.10, binary only.
  9603.                 Author:  Jim Thibodeau and Larry LaPlume
  9604.  
  9605. DiskSalv        A disk recovery program for all Amiga file system devices
  9606.                 that use either the Amiga Standard File System or the
  9607.                 Amiga Fast File System.  Disksalv creates a new filesystem
  9608.                 structure on another device, with as much data salvaged from
  9609.                 the original device as possible.  This is version 1.42, an
  9610.                 update to the version released on disk 212.  Binary only.
  9611.                 Author:  Dave Haynie
  9612.  
  9613. DiskSpeed       A disk speed testing program specifically designed to give
  9614.                 the most accurate results of the true disk performance of
  9615.                 the disk under test.  Automatically updates and maintains
  9616.                 an ASCII database of disk results for tested disks.  This
  9617.                 is version 1.0, includes source in C.
  9618.                 Author:  Michael Sinz
  9619.  
  9620. Linstrom        Some miscellaneous small programs from the Linstrom family.
  9621.                 Includes some basic games, some programs based on algorithms
  9622.                 from the Computer Recreations column in Scientific American
  9623.                 (demon, turmites, mountain), and a fish tank simulator.
  9624.                 Includes source.
  9625.                 Author:  Lloyd Linstrom and family
  9626.  
  9627. Monopoly        A simulation of the Parker Brother's board game MONOPOLY.
  9628.                 Binary only, source available from author.
  9629.                 Author:  Ed Musgrove
  9630.  
  9631. RoadRoute       A trip planner that takes a list of cities and a list
  9632.                 of known routes between cities, and generates the distance
  9633.                 and time required to reach your destination.  Version 1.0,
  9634.                 includes source.
  9635.                 Author:  Jim Butterfield
  9636.  
  9637. CONTENTS OF DISK 252
  9638. --------------------
  9639.  
  9640. CrossDOS        A "tryware" version of a mountable MS-DOS file system
  9641.                 for the Amiga.  This is a software product that allows
  9642.                 you to read and write MS-DOS/PC-DOS and Atari ST
  9643.                 formatted disks (Version 2.0 or higher) directly from
  9644.                 AmigaDOS.  This tryware version is a "readonly" version,
  9645.                 which does not allow any writes to the disk.  A fully
  9646.                 functional version is available for a very reasonable
  9647.                 price from CONSULTRON.  This is version 3.05b, an update
  9648.                 to version 3.02 on disk 240.  Binary only.
  9649.                 Author:  CONSULTRON, Leonard Poma
  9650.  
  9651. TrekTrivia      Very nice mouse-driven trivia type program for Star Trek
  9652.                 fans.  Contains 100 questions with additional trivia disks
  9653.                 available from the author.  This is version 2.0, an update
  9654.                 to the version on disk 180, and includes selectable skill
  9655.                 levels, a cheat mode, and 250K of digitized music.  Binary
  9656.                 only, shareware.
  9657.                 Author:  George Broussard
  9658.  
  9659. Zerg            An Ultima clone that takes your character through a simple
  9660.                 but deadly fantasy world where you get to slaughter monsters,
  9661.                 talk with the inhabitants of fully populated towns, embark
  9662.                 on royal quests, purchase a plethora of weapons, cast spells,
  9663.                 and otherwise occupy yourself while your computer is engaged
  9664.                 in more important business.  Version 1.0, binary only.
  9665.                 Author:  Mike Shapiro
  9666.  
  9667. CONTENTS OF DISK 253
  9668. --------------------
  9669.  
  9670. DumpDiff        A small utility that prints the hexdumps of 2 files,
  9671.                 with all differences between these two files highlighted.
  9672.                 Version 1.0, includes source in Modula-II.
  9673.                 Author:  Fridtjof Siebert
  9674.  
  9675. Elements        Very nice interactive display of the the Periodic Table
  9676.                 of Elements.  Can display a large amount of pertinent
  9677.                 data about a selected element along with a good deal of
  9678.                 general and miscellaneous info.  This is version 1.2a,
  9679.                 an update to the version on disk 175.  It loads faster,
  9680.                 takes up less disk space, fixes a minor bug, and adds
  9681.                 a couple of enhancements.  Includes source in C.
  9682.                 Author:  Paul Thomas Miller
  9683.  
  9684. KeyMac          A keyboard macro processor that allows you to record
  9685.                 keystrokes and then play them back.  Version 0.1,
  9686.                 includes source in Modula-II.
  9687.                 Author:  Fridtjof Siebert
  9688.  
  9689. MegaWB          A program that makes it possible to make your WorkBench
  9690.                 screen as large as you like.  Version 1.2, includes source
  9691.                 in Modula-II.
  9692.                 Author:  Fridtjof Siebert
  9693.  
  9694. MuchMore        Another program like "more", "less", "pg", etc.  This one
  9695.                 uses its own screen to show the text using a slow scroll.
  9696.                 Includes built-in help, commands to search for text, and
  9697.                 commands to print the text.  Works with PAL or NTSC, in
  9698.                 normal or overscan modes.  Supports 4 color text in bold,
  9699.                 italic, underlined, or inverse fonts.  Version 2.5, this
  9700.                 is an update to version 1.8 from disk 234.  Includes source
  9701.                 in Modula-II and assembly code.
  9702.                 Author:  Fridtjof Siebert
  9703.  
  9704. MultiSelect     A small program that makes it possible to select several
  9705.                 icons on the workbench without having to press the Shift
  9706.                 key.  This is version 1.0, includes source in Modula-II.
  9707.                 Author:  Fridtjof Siebert
  9708.  
  9709. PowerPacker     A shareware command and data cruncher, with a full intuition
  9710.                 user interface.  Executable files which are crunched are
  9711.                 automatically decrunched upon execution, thus saving precious
  9712.                 disk space on systems without hard disks.  Version 2.3b,
  9713.                 binary only.
  9714.                 Author:  Nico Francois
  9715.  
  9716. WBShadow        A small program that creates a shadow for everything
  9717.                 that's displayed on your WorkBench (Windows, Icons, Gadgets,
  9718.                 Menus, Texts, etc).  This is version 1.0, includes source
  9719.                 in Modula-II.
  9720.                 Author:  Fridtjof Siebert
  9721.  
  9722. With            A CLI command that allows you to start any other CLI command
  9723.                 several times and give it all the files that match a file
  9724.                 pattern as an argument, one at a time.  This is version 1.0,
  9725.                 includes source in Modula-II.
  9726.                 Author:  Fridtjof Siebert
  9727.  
  9728. CONTENTS OF DISK 254
  9729. --------------------
  9730.  
  9731. Etale           Another "more" or "less" type file reader, which differs
  9732.                 from the others in that it supports superscripts and
  9733.                 subscripts at very low memory cost, and supports a
  9734.                 complete Greek alphabet.  Includes source.
  9735.                 Author:  William Hammond
  9736.  
  9737. MachII          A "mouse accelerator" program that also includes hotkeys,
  9738.                 the features of sun mouse, clicktofront, popcli, title bar
  9739.                 clock with a bbs online charge accumulator, and more.
  9740.                 This is version 2.6, an update to version 2.4c on disk
  9741.                 163.  Binary only.
  9742.                 Author:  Brian Moats
  9743.  
  9744. PatternLib      A sharable library which implements AmigaDOS pattern
  9745.                 matching, and a program that compiles "fd" files into
  9746.                 library headers and interface stubs.  Includes source
  9747.                 in Draco.
  9748.                 Author:  Chris Gray (?), posted on BIX by Jeff White
  9749.  
  9750. SlotCars        A fast action one or two player game of "dueling" slotcars.
  9751.                 Shoot rockets at your opponent and avoid his.  Binary only.
  9752.                 Author:  Brian Moats
  9753.  
  9754. Uedit           Version 2.5b of this nice shareware editor.  Has learn
  9755.                 mode, a command language, menu customization, hyper text,
  9756.                 and other user configurability and customizability
  9757.                 features.  Binary only, shareware, replaces version 2.4g
  9758.                 on disk 189.
  9759.                 Author:  Rick Stiles
  9760.  
  9761. CONTENTS OF DISK 255
  9762. --------------------
  9763.  
  9764. CyclicSpace     A Griffeathian cyclic space generator program.  Implements
  9765.                 a cellular automaton as described in the August 89 issue
  9766.                 of Scientific American.  Version 1.42, includes source in
  9767.                 assembly code.
  9768.                 Author:  A. J. Brouwer
  9769.  
  9770. MakeIcon        This program will make an icon (.info file) using image
  9771.                 data from either another icon, or an IFF picture file.
  9772.                 The image data is drawn on the screen so you can see
  9773.                 exactly what your icon will look like.  You can also
  9774.                 go the other way, and make IFF files from icons, which
  9775.                 can then be loaded into a standard IFF graphics editor.
  9776.                 Version 1.1, binary only, source available from author.
  9777.                 Author:  Paul Blum
  9778.  
  9779. MED             A music editor much like SoundTracker.  A song consists
  9780.                 of up to 50 blocks of music, which can be played in any
  9781.                 order.  Editing features include cut/paste/copy tracks
  9782.                 or blocks, changing the vibrato, tempo, crescendo, and
  9783.                 note volume.  Other features include switching of the
  9784.                 low-pass-filter on or off on a per song basis, and a cute
  9785.                 little animated pointer of a guy doing "jumping jacks" in
  9786.                 time to the music!  This is version 1.12, binary only.
  9787.                 Source for a player program included.
  9788.                 Author:  Teijo Kinnunen
  9789.  
  9790. RolandD110      A program to transfer sound samples between the Amiga
  9791.                 and a Roland D-110.  Version 1.0, binary only.
  9792.                 Author:  Dieter Bruns
  9793.  
  9794. RolandS220      A program to transfer sound samples between the Amiga
  9795.                 and a Roland S-220.  This is version 2.0, an update to
  9796.                 MIDIsoft version 1.0 on disk 199.  Includes several
  9797.                 enhancements.  Binary only.
  9798.                 Author:  Dieter Bruns
  9799.  
  9800. SunMaze         The 3d maze demo from disk 171, now expanded with shadows
  9801.                 in the corridors to give more sense of direction.  Includes
  9802.                 source.
  9803.                 Author:  Werner Gunther,  Shadows by Dirk Reisig
  9804.  
  9805. CONTENTS OF DISK 256
  9806. --------------------
  9807.  
  9808. BlitDemons      This program implements the Demons cellular automaton as
  9809.                 described in the August, 1989, issue of Scientific American.
  9810.                 Using extremely simple rules it exhibits rather complex
  9811.                 behaviour.  Uses the blitter to perform over 350,000 cell-
  9812.                 generations per second.  Version 1.0, includes source.
  9813.                 Author:  Walter Strickler
  9814.  
  9815. NameGame        A game based on a popular type of word skill puzzle contest
  9816.                 generally sponsored by newspapers.  Binary only.
  9817.                 Author:  Mike Savin, Gladstone Productions
  9818.  
  9819. Stevie          A public domain clone of the UNIX 'vi' editor.  Supports
  9820.                 window-sizing, arrow keys, and the help key.  This is
  9821.                 version 3.7a, an update to version 3.6 on disk 217.
  9822.                 Changes include the addition of ARP wildcard expansion
  9823.                 for file names, support for the "!cmd" feature of vi,
  9824.                 other small enhancements, and some bug fixes.  Includes
  9825.                 source.
  9826.                 Author: Various, Amiga work by G. R. (Fred) Walter
  9827.  
  9828. CONTENTS OF DISK 257
  9829. --------------------
  9830.  
  9831. ColorReq        A color palette library callable from any program. Used
  9832.                 to adjust the colors of any screen. Automatically adjusts
  9833.                 to screen size, number of colors.  Has many features
  9834.                 including SPREAD, COPY, UNDO, RGB, HSV, as well as
  9835.                 customizable gadgets.  Binary only.
  9836.                 Author:  Jeff Glatt and Jim Fiore
  9837.  
  9838. FileIO          An update to the file requester library that appeared on
  9839.                 disk #203.  This one has new features, include files, docs,
  9840.                 and examples in C, assembly, and Basic.  Binary only
  9841.                 Author:  Jeff Glatt and Jim Fiore
  9842.                          based on original C by R.J. Mical
  9843.  
  9844. Vlt             VLT is both a VT100 emulator and a Tektronix (4014 plus
  9845.                 subset of 4105) emulator, currently in use at SLAC
  9846.                 (Stanford Linear Accelerator Center).  Although the VT100
  9847.                 part was originally based on Dave Wecker et al.'s VT100,
  9848.                 many enhancements were made. The program requires ARP,
  9849.                 and it has an ARexx port.  XMODEM 1K/CRC and Kermit protocol
  9850.                 support also included.  Other features include support for
  9851.                 additional serial ports, external file transfer protocols,
  9852.                 and "chat" mode.  The Tektronix emulation allows saving
  9853.                 IFF files, PostScript files, and printing bitmaps to the
  9854.                 printer.  This is version 4.226, an update to version 4.065
  9855.                 on disk 245 and version 4.036 on disk 226.  It comes in two
  9856.                 versions, one with Tektronix emulation, and one without.
  9857.                 Other changes include full XPR version 2.0 support, and a
  9858.                 scrollback/review/history buffer.  Binary only.
  9859.                 Author:  Willy Langeveld
  9860.  
  9861. CONTENTS OF DISK 258
  9862. --------------------
  9863.  
  9864. Backup          Backup and Restore allow you to backup any directory
  9865.                 tree with optional compression, and later extract all
  9866.                 or part of the tree.  The protection, date, and file
  9867.                 comment are saved with each file.  This is version 2.04,
  9868.                 an update to version 2.01 on disk 168.  Binary only.
  9869.                 Author:  Matt Dillon
  9870.  
  9871. DMouse          A versatile screen & mouse blanker, auto window activator,
  9872.                 mouse accelerator, popcli, pop window to front, push
  9873.                 window to back, etc, widget.  Includes DLineArt, a screen
  9874.                 blanker replacement program for use with DMouse.  This is
  9875.                 DMouse version 1.20, an update to the version on disk
  9876.                 238 (also called version 1.20).  Includes source.
  9877.                 Author:  Matt Dillon
  9878.  
  9879. STReplay        A shared library which allows loading and playing of
  9880.                 SoundTracker modules, even from high level languages like
  9881.                 Basic or C, without any special effort.  Includes source.
  9882.                 Author:  Oliver Wagner
  9883.  
  9884. Suplib          The support library needed to rebuild various programs
  9885.                 of Matt's from the source, including Dme, DMouse, etc.
  9886.                 Update to version on disk 169.  Includes source.
  9887.                 Author:  Matt Dillon
  9888.  
  9889. CONTENTS OF DISK 259
  9890. --------------------
  9891.  
  9892. EFJ             A fast action machine-code game (Escape From Jovi)
  9893.                 featuring hi-res scrolling, large playfield, disk based
  9894.                 high score list, stereo sound, multiple levels, a cheat
  9895.                 mode, realistic inertia and gravitational effects, an
  9896.                 animated sprite, and more.  Use a joystick in port 2 to
  9897.                 control the ship.  This is version III, an update to the
  9898.                 version on disk 148.  Includes source in assembly code.
  9899.                 Author:  Oliver Wagner
  9900.  
  9901. CONTENTS OF DISK 260
  9902. --------------------
  9903.  
  9904. Accordion       Demo version of a solitaire type card game.  The object
  9905.                 of the game is to condense all the cards into one pile.
  9906.                 The cards are dealt face up from left to right, one at
  9907.                 a time.  Piles are built by moving a card or pile from
  9908.                 the left onto a card or pile to the right.  Version 1.0.1,
  9909.                 binary only.
  9910.                 Author:  Steve Francis
  9911.  
  9912. Calculation     Demo version of a solitaire type card game.  The object
  9913.                 of the game is to stack the cards into four ordered stacks,
  9914.                 one that counts by one, another that counts by two, another
  9915.                 that counts by three and another that counts by four.
  9916.                 Version 1.0.2, binary only.
  9917.                 Author:  Steve Francis
  9918.  
  9919. CCLib           An implementation of the standard C library, that is done
  9920.                 as an Amiga shared library, containing over 140 functions.
  9921.                 Version 1.3, binary only.
  9922.                 Author:  Robert Albrecht
  9923.  
  9924. SeaHaven        Demo version of a solitaire type card game.  The object
  9925.                 of the game is to separate the deck into its four suits,
  9926.                 each in an ordered stack from ace to king.  Version 1.1,
  9927.                 binary only.
  9928.                 Author:  Steve Francis
  9929.  
  9930.  
  9931. CONTENTS OF DISK 261
  9932. --------------------
  9933.  
  9934. CopDis          A copper list disassembler that can be run from the
  9935.                 CLI or linked with and run directly from an application
  9936.                 program.  This is version 0.0a and includes source.
  9937.                 Author:  Karl Lehenbauer
  9938.  
  9939. ShowBiz         A fun animation with mice, a dancing alligator,
  9940.                 a sheep on a trampoline, and more.  Includes
  9941.                 source in "director format".
  9942.                 Author:  Robert Corns
  9943.  
  9944. XprZmodem       An Amiga shared library which provides ZModem file
  9945.                 transfer capability to any XPR-compatible communications
  9946.                 program.  This is version 2.0, an update to version 1.0
  9947.                 on disk 236.  It adds support for XPR spec version 2.0
  9948.                 capabilities, including automatic download activation,
  9949.                 better user interface for setting options, improved
  9950.                 transmission speed, and other minor enhancements.
  9951.                 Includes source.
  9952.                 Author:  Rick Huebner
  9953.  
  9954.  
  9955. CONTENTS OF DISK 262
  9956. --------------------
  9957.  
  9958. Indent          This is version 1.1 of GNU Indent, a C source code
  9959.                 formatter/indenter.  Especially useful for cleaning
  9960.                 up inconsistently indented code.  Includes source.
  9961.                 Authors:  Developed by the University of California,
  9962.                 Berkeley, the University of Illinois, Urbana, and Sun
  9963.                 Microsystems, Inc.  GNU version by Jim Kingdon, Amiga
  9964.                 port by Dan Riley.
  9965.  
  9966. Jumble          A quick "brute force" program for solving for anagrams.
  9967.                 Not very elegant, but gets the job done.  Includes source.
  9968.                 Author:  Mike Groshart
  9969.  
  9970. Lotto           Lotto is designed to replace your user group's old shoebox
  9971.                 full of membership numbers and names and add some pizzaz to
  9972.                 the process of drawing for doorprizes at club meetings.
  9973.                 Includes source.
  9974.                 Author:  Mike Groshart
  9975.  
  9976. QMouse          A very small mouse accelerator (4K) written in assembly
  9977.                 language, but with most of the features of its larger
  9978.                 cousins.  Not related to QMouse on disk 49.  This is
  9979.                 version 1.6, shareware, binary only.
  9980.                 Author:  Lyman Epp
  9981.  
  9982. QView           A very small file view program (only 3K) written in assembly
  9983.                 language, but with most of the features of its larger
  9984.                 cousins.  Version 1.1, shareware, binary only.
  9985.                 Author:  Lyman Epp
  9986.  
  9987. WorldDataBank   A project using geographical data, declassified and made
  9988.                 available by the CIA under the Freedom of Information Act,
  9989.                 to draw a Mercator projection of any area of the Earth
  9990.                 that you would like to inspect, in various degrees of
  9991.                 magnification.  Also includes a program that displays a
  9992.                 "satellite view" of any region.  Version 2.0, includes
  9993.                 source.
  9994.                 Author:  The CIA, Mike Groshart, Bob Dufford
  9995.  
  9996.  
  9997. CONTENTS OF DISK 263
  9998. --------------------
  9999.  
  10000. Sentinel        A large ray-traced animation created with Turbo Silver
  10001.                 SV, Deluxe Photolab, Deluxe Paint III, and the Director.
  10002.                 It consists of approximately 60 to 70 frames of animation,
  10003.                 rendered during a period of about three and a half weeks.
  10004.                 This is Bradley Schenck's entry to the 1989 BADGE Killer
  10005.                 Demo contest, and won first place in the contest.  Because
  10006.                 of its size, it has been split across two disks.  The rest
  10007.                 of the files are on disk 264.  Requires 3Mb or more of
  10008.                 memory to run.
  10009.                 Author:  Bradley Schenck
  10010.  
  10011.  
  10012. CONTENTS OF DISK 264
  10013. --------------------
  10014.  
  10015. Sentinel        A large ray-traced animation.  This is Bradley Schenck's
  10016.                 entry to the 1989 BADGE Killer Demo contest, and won first
  10017.                 place in the contest.  Because of its size, it has been
  10018.                 split across two disks.  The rest of the files are on disk
  10019.                 263.
  10020.                 Author:  Bradley Schenck
  10021.  
  10022.  
  10023. CONTENTS OF DISK 265
  10024. --------------------
  10025.  
  10026. VAUX-Killer     A very funny animation which won 2nd place in the 1989
  10027.                 BADGE Killer Demo Contest.  Because of its size, the
  10028.                 demo is split across two disks.  The other files are
  10029.                 on disk 266.  Two floppy drives, or a hard disk, are
  10030.                 strongly recommended.  Binary only.
  10031.                 Author:  Roger Curren
  10032.  
  10033.  
  10034. CONTENTS OF DISK 266
  10035. --------------------
  10036.  
  10037. VAUX-Killer     A very funny animation which won 2nd place in the 1989
  10038.                 BADGE Killer Demo Contest.  Because of its size, the
  10039.                 demo is split across two disks.  The other files are
  10040.                 on disk 265.  Two floppy drives, or a hard disk, are
  10041.                 strongly recommended.  Binary only.
  10042.                 Author:  Roger Curren
  10043.  
  10044.  
  10045. CONTENTS OF DISK 267
  10046. --------------------
  10047.  
  10048. Diglib          An Amiga device independent graphics library for fortran
  10049.                 applications.  This is an enhanced and debugged version
  10050.                 of a public domain library, the development of which was
  10051.                 sponsored by the US Government.  This library is required
  10052.                 for part of the Matlab package, also included on this disk.
  10053.                 Includes source in FORTRAN.
  10054.                 Author:  Hal Brand, Craig Wuest, James Locker
  10055.  
  10056. Mackie          A versatile cli/macro-key initiator based on POPCLI with
  10057.                 a unique method of "screen-blanking".  I won't say more,
  10058.                 just try it!  This is version 1.3, an update to version
  10059.                 1.2 from disk 189.  Now includes automatic generation of
  10060.                 different patterns and some bug fixes.  Includes source.
  10061.                 Author:  Tomas Rokicki
  10062.  
  10063. Matlab          A FORTRAN package (MATrix LABoratory) developed by Argonne
  10064.                 National Laboratories for in house use.  It provides
  10065.                 comprehensive vector and tensor operations in a package
  10066.                 which may be programmed either through a macro language
  10067.                 or through execution of script files.  Supported functions
  10068.                 include sin, cos, tan, arcfunctions, upper triangular,
  10069.                 lower triangular, determinants, matrix multiplication,
  10070.                 identity, hilbert matrices, eigenvalues, eigenvectors,
  10071.                 matrix roots, matrix products, inversion, and more.
  10072.                 Amiga specific features include workbench startup, polar
  10073.                 plots, contour plots, enhanced plot buffer control, and
  10074.                 algorithmic plot display generation.  Includes source in
  10075.                 FORTRAN.
  10076.                 Author:  Cleve Moler, Jim Locker
  10077.  
  10078.  
  10079. CONTENTS OF DISK 268
  10080. --------------------
  10081.  
  10082. Doctor_A        This animation of Amiguy on the basketball court is
  10083.                 Marvin's entry to the 1989 BADGE Killer Demo Contest.
  10084.                 The animation source (for SculptAnimate-4D) is available
  10085.                 from the author.
  10086.                 Author:  Marvin Landis
  10087.  
  10088. Klide           This line art demo is Jerry's entry to the 1989 BADGE
  10089.                 Killer Demo Contest, where it won 4th place.  Klide uses
  10090.                 line mode blitter code which is capable of rendering short
  10091.                 vectors at a rate up to 15,000 lines/second.  Binary only.
  10092.                 Author:  Jerry Kallaus
  10093.  
  10094. OnlyAmiga       This demo is Rob's entry to the 1989 BADGE Killer Demo
  10095.                 Contest, where it won 9th place.  It demonstrates sound,
  10096.                 multitasking, HAM color, the blitter, and more.  Binary
  10097.                 only.
  10098.                 Author:  Rob Peck
  10099.  
  10100.  
  10101. CONTENTS OF DISK 269
  10102. --------------------
  10103.  
  10104. Calendar        A program that generates calendars in any one of 10
  10105.                 standard formats for any year after 1900.  Binary only.
  10106.                 Author:  Pierre A du Parte
  10107.  
  10108. ChessTutor      Chess tutor is a program designed to introduce novice
  10109.                 chess players to the basics of the game.  Shareware,
  10110.                 written in AmigaBASIC.
  10111.                 Author:  William Jordan
  10112.  
  10113. PropGadget      Example code for using proportional gadgets, written
  10114.                 in assembly code and C, that can be called from your
  10115.                 own application.  Includes source.
  10116.                 Author:  Jerry Trantow
  10117.  
  10118. RadBoogie       This demo, which won 7th place in the 1989 BADGE Killer
  10119.                 Demo Contest, uses almost all features of the Amiga
  10120.                 extensively, including the copper, blitter, sprite
  10121.                 hardware, 68000 machine language, and preemptive
  10122.                 prioritized multitasking.  Includes source.
  10123.                 Author:  Dave Quick, Mark Riley, Tomas Rokicki
  10124.  
  10125. ShowDisk        A useful program that graphically shows the map of
  10126.                 sectors used on floppy drives by one or more files.
  10127.                 The mapping is color coded so you can identify what
  10128.                 sectors are used by the various directories and files.
  10129.                 Includes source in assembly language.
  10130.                 Author:  Bernhard Meisner
  10131.  
  10132. SpinPointer     While going through some musty archives I found this
  10133.                 little gem that got overlooked before.  It is a short
  10134.                 source module that provides a "busy" indicator replacement
  10135.                 for the standard mouse pointer.  Includes source.
  10136.                 Author:  Mark Rinfret
  10137.  
  10138.  
  10139. CONTENTS OF DISK 270
  10140. --------------------
  10141.  
  10142. ColumnSet       A text filter program that takes as input a file with
  10143.                 one word per line and produces a file with these words
  10144.                 laid out in the same order in even columns, as many as
  10145.                 will fit across the output screen or page with at least
  10146.                 one space between columns.  Includes source in Modula-2.
  10147.                 Author:  Kent Paul Dolan
  10148.  
  10149. MRBackUp        A hard disk backup utility that does a file by file
  10150.                 copy to standard AmigaDOS floppy disks.  Includes an
  10151.                 intuition interface and file compression.  This is
  10152.                 version 3.3d, an update to version 2.4 on disk 170.
  10153.                 Binary only.
  10154.                 Author:  Mark Rinfret
  10155.  
  10156. TooMuch3D       This animation is Jim's entry to the 1989 BADGE Killer
  10157.                 Demo Contest, where it won 10th place.  It is a warning
  10158.                 to those of you who spend too much time in front of your
  10159.                 computer monitors.  Binary only.
  10160.                 Author:  Jim Robinson
  10161.  
  10162.  
  10163. CONTENTS OF DISK 271
  10164. --------------------
  10165.  
  10166. CPUStandoff     This cute "computer wars" animation is Bob's entry to
  10167.                 the 1989 BADGE Killer Demo Contest.  Lots of visual
  10168.                 jokes in this one.  Binary only.
  10169.                 Author:  Bob Janousek
  10170.  
  10171. LaserBoing      This ray-traced animation with sound is Mike's entry to
  10172.                 the 1989 BADGE Killer Demo Contest.  This "Amiga Boing"
  10173.                 ball is just loaded with energy!  Binary only.
  10174.                 Author:  Mike van der Sommen
  10175.  
  10176. CONTENTS OF DISK 272
  10177. --------------------
  10178.  
  10179. AmigaPunt       A program designed to predict the performance of horses
  10180.                 in a race.  The premise is that the factors affecting
  10181.                 a horse's performance, and ultimately the result of the
  10182.                 race, can be given a value.  Binary only.
  10183.                 Author:  Pierre A du Parte
  10184.  
  10185. Balloon         This animation with sound effects is Dave's entry to the
  10186.                 1989 BADGE Killer Demo Contest.  Binary only.
  10187.                 Author:  Dave Schreiber
  10188.  
  10189. Spigot          This ray-traced animation, using overscan HAM and sound
  10190.                 effects, is Eric's entry to the 1989 BADGE Killer Demo
  10191.                 Contest, where it won 6th place.  Binary only.
  10192.                 Author:  Eric J. Fleischer (Dr Gandalf)
  10193.  
  10194. CONTENTS OF DISK 273
  10195. --------------------
  10196.  
  10197. BattleForce     A nicely done shareware game, submitted by the author,
  10198.                 that simulates combat between two or more giant, robot-like
  10199.                 machines.  This is version 3.61, an update to version 3.01
  10200.                 on disk 205.  Binary only.
  10201.                 Author:  Ralph Reed
  10202.  
  10203. PennyWise       An easy to use, flexible cashbook program using an Amiga
  10204.                 Intuition interface.  It can be used to keep track of the
  10205.                 financial transactions of a cheque, bank, business, or
  10206.                 similar account.  Shareware, binary only.
  10207.                 Author:  Pierre A du Parte
  10208.  
  10209. CONTENTS OF DISK 274
  10210. --------------------
  10211.  
  10212. HP11            Emulates an HP11C calculator including the program mode.
  10213.                 Features an ON/OFF button that turns the calculator into
  10214.                 an icon that will sit and wait until you need it again.
  10215.                 This is version 1.1, an update to the version on disk 153,
  10216.                 and includes a few bug fixes and minor changes.  Binary
  10217.                 only.
  10218.                 Author:  David Gay
  10219.  
  10220. KeyBiz          This little hack will make you think you have mice
  10221.                 scurrying around in the back of your computer.  Includes
  10222.                 source.
  10223.                 Author:  Mark Schretlen
  10224.  
  10225. LookFor         A general "find that file" utility which is handy for
  10226.                 hard drives, multiple drives, and multilayered paths.
  10227.                 Includes source.
  10228.                 Author:  Mark Schretlen
  10229.  
  10230. SlideMaster     A slideshow program that can show any IFF ILBM picture,
  10231.                 including HAM, extra half bright, hires, interlace, and
  10232.                 overscan, using several different wipes.  Also has an
  10233.                 ARexx port and is fairly small.  Version 0.1, binary only.
  10234.                 Author:  Aric Caley
  10235.  
  10236. Snap            A tool for clipping text or graphics from the screen, using
  10237.                 the clipboard device.  Snap finds out character coordinates
  10238.                 automatically, handles different fonts, keymaps, accented
  10239.                 characters, and more.  Version 1.3, includes source.
  10240.                 Author:  Mikael Karlsson
  10241.  
  10242. Xoper           Very comprehensive program to monitor and control system
  10243.                 activity.  Monitor cpu, memory usage, ports, interrupts,
  10244.                 devices.  Close windows, screens, show loaded fonts or last
  10245.                 Guru code number.  Clean up memory, flush unused libraries,
  10246.                 devices, fonts. etc. and a whole bunch more!  Spawns its own
  10247.                 process.  A very handy background task to have loaded.
  10248.                 This is version 2.0, an update to version 1.3 on disk 228,
  10249.                 and has a completely rewritten interface and an iconify
  10250.                 feature.  Assembly source included.
  10251.                 Author:  Werner Gunther
  10252.  
  10253. CONTENTS OF DISK 275
  10254. --------------------
  10255.  
  10256. Vt100           Version 2.9 of the original Amiga vt100 emulator with
  10257.                 kermit and xmodem file transfer.  This version adds an
  10258.                 AREXX port, new script and AREXX commands, some bug
  10259.                 fixes, the ability to use custom external protocol
  10260.                 modules (not XPR), and support for zmodem.  Update to
  10261.                 version 2.8 on disk 138.  Includes source.
  10262.                 Author:  Dave Wecker, Tony Sumrall, Frank Anthes,
  10263.                          and Chuck Forsberg
  10264.  
  10265. CONTENTS OF DISK 276
  10266. --------------------
  10267.  
  10268. Blit            This animation is Richard's entry to the 1989 BADGE
  10269.                 Killer Demo Contest.  An interesting feature of this
  10270.                 animation is that it uses the Copper to show the lower
  10271.                 right corner of the screen in Hi-Res, while leaving
  10272.                 the rest of the screen in Lo-Res.  Binary only.
  10273.                 Author:  Richard Addison
  10274.  
  10275. ClickDOS        A "directory utility" type program which is reasonably
  10276.                 small, uses a single window on the Workbench screen
  10277.                 (which can also be iconified), does not rely on other
  10278.                 programs for most of its functions, and is very memory
  10279.                 efficient.  This is version 1.10, binary only.
  10280.                 Author:  Gary Scott Yates
  10281.  
  10282. DateRequester   A module that provides Intuition based support for
  10283.                 soliciting a date value from the user.  It supports both
  10284.                 point-and-click selection of date values and direct
  10285.                 entry of the individual components.  It also includes
  10286.                 a standalone ARexx driven date requester program which
  10287.                 can be called from ARexx macro files.  Includes source.
  10288.                 Author:  Mark Rinfret
  10289.  
  10290. CONTENTS OF DISK 277
  10291. --------------------
  10292.  
  10293. ARTM            ARTM (Amiga Real Time Monitor) displays and controls
  10294.                 system activity such as tasks, windows, libraries, devices,
  10295.                 resources, ports, residents, interrupts, and vectors.
  10296.                 Version 0.9, binary only.
  10297.                 Author:  Dietmar Jansen and F. J. Mertens
  10298.  
  10299. Icon            A high-level programming language with extensive facilities
  10300.                 for processing strings and lists. Icon has several novel
  10301.                 features, including expressions that may produce sequences
  10302.                 of results, goal-directed evaluation that automatically
  10303.                 searches for a successful result, and string scanning that
  10304.                 allows operations on strings to be formulated at a high
  10305.                 conceptual level.  Icon resembles SNOBOL4 in its emphasis on
  10306.                 high-level string processing and a design philosophy that
  10307.                 allows ease of programming and short, concise programs.
  10308.                 This is version 7.5 of the public domain implementation of
  10309.                 Icon from the University of Arizona.  It is an update to
  10310.                 version 6.0 from disk 81.  Binary only.
  10311.                 Author:  Ralph Griswold, Clinton Jeffery, et. al.
  10312.  
  10313. LabelPrint      A program that allows you to easily print labels for
  10314.                 your disks.  This is version 3.0, an update to version
  10315.                 2.5 from disk 238.  Shareware, binary only (source
  10316.                 available from author).
  10317.                 Author:  Andreas Krebs
  10318.  
  10319. LPE             LaTeX Picture Editor is a graphical editor for producing
  10320.                 "pictures" for the LaTeX system, which may be imported by
  10321.                 LaTeX.  You can draw boxes, dashed boxes, lines, vectors,
  10322.                 circles, boxes with centered text, and plain text.  This
  10323.                 is version 1.1, an update to version 1.0 on disk 243, and
  10324.                 includes some new drawing tools, enhanced user interface
  10325.                 features, optimized code, and some bug fixes.  Binary only.
  10326.                 Author:  Joerg Geissler
  10327.  
  10328. WBAssign        A small WorkBench program that creates AmigaDOS assignments
  10329.                 without having to open a CLI.  Assignments may be made by
  10330.                 specifying a complete path (as supported by the CLI command),
  10331.                 or by specifying a path relative to the current directory.
  10332.                 This allows a program and its assigns to be moved easily.
  10333.                 In addition, WBAssign can create assigns specified in the
  10334.                 icon files of other programs located anywhere in the system.
  10335.                 This is version 1.20, binary only.
  10336.                 Author:  John Gerlach Jr.
  10337.  
  10338. WBRes           A program that allows WorkBench users to have resident
  10339.                 programs, as in the resident capability of WShell, the
  10340.                 ARP shell, and the WB1.3 Shell.  Version 1.2b, shareware,
  10341.                 binary only.
  10342.                 Author:  John Bickers
  10343.  
  10344. CONTENTS OF DISK 278
  10345. --------------------
  10346.  
  10347. AmigaTrek       Three stories which are a parody of the Star Trek series,
  10348.                 with an Amiga flavor.
  10349.                 Author:  Mike Smithwick
  10350.  
  10351. ASpice          A version of the SPICE 2G.6 circuit analysis program
  10352.                 which has been modified to run in the Amiga environment.
  10353.                 The program arrays are adjusted to require one tenth the
  10354.                 memory of the DEC VAX version.  Although this does not
  10355.                 usually put much of a constraint on circuit analysis,
  10356.                 some users who are used to the full mainframe environment
  10357.                 may have to be more aware of the memory demands of their
  10358.                 analysis.  Requires a minimum  of 1 MB memory.  This
  10359.                 version neither supports nor requires the 68020 processor
  10360.                 or 68881 coprocessor.  This is Amiga version 5.1, an update
  10361.                 to version 2.3 on disk 177.  Binary only.
  10362.                 Authors:  Many, see Documentation.  Amiga port by Dan Warns.
  10363.  
  10364. Frag            Two CLI utilities that show disk and file fragmentation on
  10365.                 AmigaDOS floppies.  Includes source.
  10366.                 Author:  David Gay
  10367.  
  10368. CONTENTS OF DISK 279
  10369. --------------------
  10370.  
  10371. Ash             A ksh-like shell for the Amiga.  Some of its features
  10372.                 include command substitution, shell functions with
  10373.                 parameters, aliases, local variables, local functions,
  10374.                 local aliases, powerful control structures and tests,
  10375.                 emacs style line editing and history functions, I/O
  10376.                 redirection, pipes, large variety of built-in commands,
  10377.                 Unix style wildcards, Unix style filename conventions,
  10378.                 filename completion, and coexistence with scripts from
  10379.                 other shells.  Very well documented.  Version 1.0,
  10380.                 binary only.
  10381.                 Author:  Steve Koren
  10382.  
  10383. MouseClock      A clock and free memory display utility that generates
  10384.                 a small display tied to your mouse, using two hardware
  10385.                 sprites as the display area.  Version 1.2, includes
  10386.                 source.
  10387.                 Author:  Olaf Barthel
  10388.  
  10389. MRBackUp        A hard disk backup utility that does a file by file
  10390.                 copy to standard AmigaDOS floppy disks.  Includes an
  10391.                 intuition interface and file compression.  This is
  10392.                 version 3.3e, an update to version 3.3d on disk 270,
  10393.                 to fix a serious bug in that version.  Binary only.
  10394.                 Author:  Mark Rinfret
  10395.  
  10396. MRPrint         A detabbing print utility that sends text files to
  10397.                 either the printer device or the standard output.
  10398.                 Besides expanding tabs, it will also generate page
  10399.                 headers, line numbers, and new margins.  Version 3.4,
  10400.                 includes source.
  10401.                 Author:  Mark Rinfret
  10402.  
  10403. CONTENTS OF DISK 280
  10404. --------------------
  10405.  
  10406. Berserker       A virus detection program that can detect various forms
  10407.                 of the common bootblock and link type viruses.  Rather
  10408.                 than checking for a specific virus, it looks for conditions
  10409.                 that indicate a possible virus infection, thus it can
  10410.                 detect new strains of similar viruses.  Version 3.0+,
  10411.                 includes source in assembly.
  10412.                 Author:  Ralf Thanner
  10413.  
  10414. CM              A celestial mechanics simulator with an Intuition
  10415.                 interface.  You construct a layout of celestial bodies
  10416.                 and specify various parameters for the bodies and the
  10417.                 simulation.  CM then animates the bodies according to
  10418.                 the laws of gravitational attraction.  Setups may be
  10419.                 saved to disk to later reinact interesting scenarios.
  10420.                 Version 1.0, includes source.
  10421.                 Author:  W. John Guineau
  10422.  
  10423. Graph           A program that draws mathematical functions on a plane.
  10424.                 Text and axes may be added, and the result saved to
  10425.                 disk or printed.  Uses a full Intuition interface with
  10426.                 multiple windows (one per graph), requesters, etc.
  10427.                 Version 1.0, includes source.
  10428.                 Author:  David Gay
  10429.  
  10430. CONTENTS OF DISK 281
  10431. --------------------
  10432.  
  10433. Diff            GNU diff and diff3 utilities, version 1.10.  This
  10434.                 version provides all the features of BSD's diff plus
  10435.                 options to diff non-ASCII files, to ignore changes
  10436.                 that just insert or delete blank lines, to specify
  10437.                 the amount of context for context diffs, plus more.
  10438.                 This version of GNU diff is part of the RCS package
  10439.                 found on disk 282.  Includes source.
  10440.                 Author:  Mike Haertel, David Hayes, Richard Stallman
  10441.                          & Len Tower.  Amiga port by Raymond Brand and
  10442.                          Rick Schaeffer.
  10443.  
  10444. DiffDir         Compares the contents of two directories, generating
  10445.                 a list of differences to the standard output.  Detects
  10446.                 files or directories present in one hierarchy but not
  10447.                 the other, file attributes that are different (dates,
  10448.                 flags, comments, etc), and differences in file size.
  10449.                 Version 1.1, an update to version 1.0 on disk 188.
  10450.                 Includes source.
  10451.                 Author:  Mark Rinfret
  10452.  
  10453. FarPrint        Debugging functions for programs which don't have any links
  10454.                 to their environment.  FarPrint consists of two major parts;
  10455.                 a harbour process open to receive and distribute messages
  10456.                 and requests, and a set of C functions to be linked into
  10457.                 any program wishing to communicate with the FarPrint main
  10458.                 process.  Version 1.3, includes source.
  10459.                 Author:  Olaf Barthel
  10460.  
  10461. LoadImage       An IFF ILBM reader that accepts overscanned pictures,
  10462.                 allows you to scroll around in the bitmap if the picture
  10463.                 is larger than the current display, works on both PAL and
  10464.                 NTSC machines, supports color cycling using interrupt code,
  10465.                 and supports printing of image portions.  Version 1.9,
  10466.                 includes source.
  10467.                 Author:  Olaf Barthel
  10468.  
  10469. MRARPFile       Extended ARP file support package that adds an orthogonal
  10470.                 set of routines which support generalized I/O with resource
  10471.                 tracking while using the ARP library.  Includes source.
  10472.                 Author:  Mark Rinfret
  10473.  
  10474. MRMan           A package which contains an Amiga document reading system
  10475.                 similar to the "man" command on UNIX systems.  It offers
  10476.                 a high degree of flexibility in the naming and placement
  10477.                 of document files on your system.  This is version 1.0 and
  10478.                 includes source.
  10479.                 Author:  Mark Rinfret
  10480.  
  10481. CONTENTS OF DISK 282
  10482. --------------------
  10483.  
  10484. PrintHandler    A custom PRT: driver which offers easy single sheet support
  10485.                 as well as limited data spooling.  Version 1.1, includes
  10486.                 source.
  10487.                 Author:  Olaf Barthel
  10488.  
  10489. RCS             The Revision Control System (RCS) manages multiple
  10490.                 revisions of text files. RCS automates the storing,
  10491.                 retrieval, logging, identification, and merging of
  10492.                 revisions. RCS is useful for text that is revised
  10493.                 frequently, for example programs, documentation,
  10494.                 graphics, papers, form letters, etc.  This is RCS
  10495.                 version 1.2, and includes source (the source to the
  10496.                 GNU diff program used with this distribution of RCS
  10497.                 can be found on disk 281).
  10498.                 Author:  Walter Tichy.  Amiga port by Raymond Brand
  10499.                          and Rick Schaeffer.
  10500.  
  10501.  
  10502. CONTENTS OF DISK 283
  10503. --------------------
  10504.  
  10505. Bref            A cross reference program for AmigaBASIC code.  Generates
  10506.                 a list of the BASIC code with lines sequentially numbered,
  10507.                 plus a table showing all variables and labels used in the
  10508.                 code, and the line numbers where they were used.  Created
  10509.                 from the CREF program on disk 166, which was written by
  10510.                 Mike Edmonds and Joel Swank.  Version 1.01, includes source.
  10511.                 Author:  Dick Taylor
  10512.  
  10513. CWDemo          Demo version of a pop-up utility to control the color
  10514.                 register assignments of Intuition custom screens.  This is
  10515.                 version 3.2, an update to version 3.1 on disk 238.  Binary
  10516.                 only.
  10517.                 Author:  Kimbersoft
  10518.  
  10519. FullReset       A program to get rid of all viruses, vector modifying
  10520.                 programs, and residents, by forcing a specific reset.
  10521.                 Binary only.
  10522.                 Author:  Jurgen Klein
  10523.  
  10524. MarbleSlide     The aim of this game is to build a slide on a 10 x 11
  10525.                 board of pieces that move around, allowing the marble
  10526.                 to reach the goal piece.  You play against time.  Also
  10527.                 includes a board editor so you can build custom boards.
  10528.                 Binary only.
  10529.                 Author:  Peter Handel
  10530.  
  10531. SensoPro        You try to remember and mimic the sound/color sequence
  10532.                 played by the computer.  Each time you get it right,
  10533.                 another sound/color is added to the sequence.  Great
  10534.                 practice in case you ever find yourself in a "Close
  10535.                 Encounters of the Third Kind" experience.  Binary
  10536.                 only.
  10537.                 Author:  Peter Handel
  10538.  
  10539. WatchMan        A little screen hack inspired by "EyeCon" on Sun systems.
  10540.                 Includes source.
  10541.                 Author:  Jonas Petersson
  10542.  
  10543. CONTENTS OF DISK 284
  10544. --------------------
  10545.  
  10546. ARPTools        A group of small utility programs requiring ARP, that have
  10547.                 been created to address some deficiencies of the ARP CLI
  10548.                 environment, especially to exploit the potential offered
  10549.                 by non-named pipes in the ARP shell.  Version 1.0, includes
  10550.                 source.
  10551.                 Author:  Fabio Rossetti
  10552.  
  10553. Back            Two programs to assist users of Matt Dillon's Backup/Restore
  10554.                 program in making error-free VERIFIED backups onto floppy
  10555.                 disks.  Also useful as a trackdisk device example.  Includes
  10556.                 source.
  10557.                 Author:  Stephen Vermeulen
  10558.  
  10559. Dme             Version 1.38 of Matt's text editor.  Dme is a simple
  10560.                 WYSIWYG editor designed for programmers.  It is not a
  10561.                 WYSIWYG word processor in the traditional sense.  Features
  10562.                 include arbitrary key mapping, fast scrolling, title-line
  10563.                 statistics multiple windows, and ability to iconify windows.
  10564.                 Update to version 1.31 on disk number 169, includes source.
  10565.                 Author:  Matt Dillon
  10566.  
  10567. FileTest        This routine is used to recursively descend the file system
  10568.                 tree from a specified directory location, reading the files
  10569.                 into memory (if they will fit) as it goes.  Useful as a
  10570.                 complete test of file system integrity.  Includes source.
  10571.                 Author:  Stephen Vermeulen
  10572.  
  10573. IconTools       Here are some tools for icon tricks.  Note that these tools
  10574.                 are really hacks because they exploit some areas of the
  10575.                 .info files that the current version of WorkBench does not
  10576.                 clear or reset upon loading the icon.  There are three
  10577.                 programs here which allow WorkBench drawer windows to appear
  10578.                 in non-standard colors and allow you to move the position
  10579.                 of the file name text to anywhere in the icon's graphic.
  10580.                 Released to the public in the hope that 1.4 will allow more
  10581.                 flexible user customization of the WorkBench appearance.
  10582.                 Includes source.
  10583.                 Author:  Stephen Vermeulen
  10584.  
  10585. RecurDir        A recursive directory program that is useful as an aid in
  10586.                 ZOOing files in nested directories.  Allows one to easily
  10587.                 ZOO the complete contents of a disk.  Includes source.
  10588.                 Author:  Stephen Vermeulen
  10589.  
  10590. CONTENTS OF DISK 285
  10591. --------------------
  10592.  
  10593. AvailMem        A small free memory counter that continuously displays the
  10594.                 amount of free chip and fast memory in bytes (as opposed
  10595.                 to K).  Version 1.03.  Includes source.
  10596.                 Author:  Dave Schreiber
  10597.  
  10598. DynaShow        A program and example image using a dynamic HiRes technique
  10599.                 to display up to 4096 colors in high res with overscan.
  10600.                 Dynamic HiRes uses a different 16 color palette on each
  10601.                 scan line.  Version 1.1, binary only.
  10602.                 Author:  NewTek
  10603.  
  10604. 'Liner          'Liner is a freely distributable outliner.  It can be used
  10605.                 to create outlines of any length, in a number of different
  10606.                 formats, and can save the outlines as straight text for
  10607.                 export to other programs.  Version 1.32.  Includes source.
  10608.                 Author:  Dave Schreiber
  10609.  
  10610. MSizer          A program that allows you to resize a window from any corner
  10611.                 when holding down the left mouse button and the left Amiga
  10612.                 key.  Includes source.
  10613.                 Author:  Khaled Mardam-Bey
  10614.  
  10615. Plasma          A plasma cloud generator program that uses the extra
  10616.                 halfbrite mode.  Plasma clouds are a special form of
  10617.                 fractal which show very smooth color gradations.
  10618.                 Version 1.f, includes source.
  10619.                 Author:  Roger Uzun
  10620.  
  10621. Rubik           Translation to C of a Rubiks Cube solver program originally
  10622.                 written in Basic by John Murphy.  Includes versions to do
  10623.                 an "unwrapped" 2D solution, and a more visual 3D solution.
  10624.                 Version 0.0, includes source.
  10625.                 Author:  Roger Uzun
  10626.  
  10627. CONTENTS OF DISK 286
  10628. --------------------
  10629.  
  10630. CCutils         Eight small CLI utilities that use the cclib.library
  10631.                 shared library.  Includes a program to display disk
  10632.                 usage on your menu bar, a program to check the integrity
  10633.                 of IFF files, a program to remove shared libraries from
  10634.                 memory if they are not being used, and more.  Binary
  10635.                 only.
  10636.                 Author:  Robert Albrecht
  10637.  
  10638. EW              Patch for Intuition OpenWindow() and CloseWindow(), creating
  10639.                 a Mac-style frame whenever a window is opened or closed.
  10640.                 Very short, includes source in assembler.
  10641.                 Author:  Oliver Wagner
  10642.  
  10643. FastDisk        A disk optimizer providing two ways of optimizing.
  10644.                 Originally written by Thorsten Stolpmann. This is version
  10645.                 II, now featuring an Intuition interface, ARP support,
  10646.                 bug hunting, and Lattice C compatibility, done by Oliver
  10647.                 Wagner. Includes source in C.
  10648.                 Author:  Thorsten Stolpmann and Oliver Wagner
  10649.  
  10650. S220to8SVX      Converts sound samples from a Roland S-220/S-10/MKS-100
  10651.                 to 8SVX IFF 8-bit samples.  Version 1.0, binary only.
  10652.                 Author:  Dieter Bruns
  10653.  
  10654. Txt2Exe         This program takes a text file, creating a runnable command
  10655.                 which will output the text.  Allows various operations to be
  10656.                 done on the text.  Binary only.
  10657.                 Author:  Oliver Wagner
  10658.  
  10659. Uedit           Version 2.5d of this nice shareware editor.  Has learn
  10660.                 mode, a command language, menu customization, hyper text,
  10661.                 and other user configurability and customizability
  10662.                 features.  Binary only, shareware, update to version 2.5b
  10663.                 on disk 254.
  10664.                 Author:  Rick Stiles
  10665.  
  10666. CONTENTS OF DISK 287
  10667. --------------------
  10668.  
  10669. DAsm            A multipass, symbolic, macro assembler for multiple target
  10670.                 machines, including 6502, 68705, 6803, and 6811.  Supports
  10671.                 conditional assembly, addressing mode overrides, arbitrary
  10672.                 number of named segments, pseudo-ops for repeat loops, data
  10673.                 generation, etc.  Version 2.12, includes source.
  10674.                 Author:  Matt Dillon
  10675.  
  10676. FullView        A text viewer that uses gadgets at the bottom of the screen
  10677.                 (thus can display text 80 columns wide), opens up to the
  10678.                 full height of the Workbench screen, has fast scrolling,
  10679.                 and can work with compressed files (file compression
  10680.                 program included).  Shareware, binary only, source available
  10681.                 from author.  This is version 1.1, an update to the version
  10682.                 on disk 242.
  10683.                 Author:  Jonathan Potter
  10684.  
  10685. JPDirUtil       A directory-utilities type program with many built-in
  10686.                 commands, and 16 customisable gadgets.  User configurable in
  10687.                 many ways.  Can be iconified to Workbench screen.  This is
  10688.                 version 1.11, binary only.
  10689.                 Author:  Jonathan Potter
  10690.  
  10691. MouseCoords     A small assembly utility which shows you the current
  10692.                 position of the mouse pointer.  Can be "jumped" to operate
  10693.                 on any screen.  Includes source in assembly.
  10694.                 Author:  Jonathan Potter
  10695.  
  10696. OSK             A software keyboard, which allows you to type using the
  10697.                 mouse.  Can be made to send keystrokes to any window, and
  10698.                 can be iconified.  Includes source.
  10699.                 Author:  Jonathan Potter
  10700.  
  10701. PopDir          A small utility which "pops open" to help you look at the
  10702.                 contents of a particular directory on demand.  Version 1.6,
  10703.                 an update to version 1.4 on disk 204.  Includes source.
  10704.                 Author:  Jonathan Potter
  10705.  
  10706. Unshar          This program extracts files from Unix shar archives.  It
  10707.                 scores over similar programs by being small and fast,
  10708.                 handling extraction of subdirectories, and recognising a
  10709.                 wide variety of `sed' and `cat' shar formats.  Version 1.1,
  10710.                 includes C source.
  10711.                 Author:  Eddy Carroll
  10712.  
  10713. VirusX          Version 4.0 of a popular virus detection/vaccination
  10714.                 program.  This is an update to version 3.20 from disk 216.
  10715.                 Includes a check for the new Xeno virus.
  10716.                 Author:  Steve Tibbett, Dan James, Jim Meyer
  10717.  
  10718. ZeroVirus       A fully integrated virus checker and killer, with bootblock
  10719.                 save and restore features.  Finds both bootblock and file
  10720.                 based viruses.  Uses Brainfiles to recognise viruses, and has
  10721.                 "on-line" Brainfile editing facilities.  Can be iconified to
  10722.                 Workbench screen.  This is version 2.01, an update to version
  10723.                 1.3 on disk 242.  Binary only.
  10724.                 Author:  Jonathan Potter
  10725.  
  10726. CONTENTS OF DISK 288
  10727. --------------------
  10728.  
  10729. DiskSpeed       A disk speed testing program specifically designed to give
  10730.                 the most accurate results of the true disk performance of
  10731.                 the disk under test.  Automatically updates and maintains
  10732.                 an ASCII database of disk results for tested disks.  This
  10733.                 is version 2.0, an update to version 1.0 on disk 251, with
  10734.                 a few new features and a cleaner user interface.  Includes
  10735.                 source in C.
  10736.                 Author:  Michael Sinz
  10737.  
  10738. PlotData2D      Plots data onto a custom user defined screen and window,
  10739.                 reading the plot and screen/window definitions, along with
  10740.                 the X and Y data pairs, from a disk file.  Supports linear,
  10741.                 log-log, and semi-log axis plots.  The data can be plotted
  10742.                 with lines, symbols, or both.  Includes numerous example
  10743.                 plots.  Version 1.0, includes source in Fortran.
  10744.                 Author:  Robert C. Singleterry Jr.
  10745.  
  10746. Scripit         A script language that allows you to automate actions you
  10747.                 would normally have to do manually.  Scripit can do anything
  10748.                 that you do manually, by either the mouse or keyboard, by
  10749.                 using a set of commands that instruct Scripit to simulate
  10750.                 specific mouse or keyboard actions.  Also has an ARexx port,
  10751.                 so it can be driven by ARexx allowing ARexx control over
  10752.                 programs that do not have ARexx ports.  Includes both a
  10753.                 recorder to generate scripts and a player to execute them.
  10754.                 This is version 1.20, binary only.
  10755.                 Author:  Khalid Aldoseri
  10756.  
  10757. CONTENTS OF DISK 289
  10758. --------------------
  10759.  
  10760. AmiGo           A Go board and player for the Amiga.  You can play against
  10761.                 another human, against the Amiga, or have the Amiga play
  10762.                 itself.  Version 1.0, includes source.
  10763.                 Author:  Todd Johnson, Stoney Ballard
  10764.  
  10765. Atree           A disk utility which imitates similar utilities widely
  10766.                 available on IBM compatibles (PC Tools, Xtree, QuickDos,
  10767.                 etc).  The intent is to allow the user a graphic
  10768.                 representation of the entire directory structure on a
  10769.                 disk device, including the files in each directory, and
  10770.                 the capability of moving quickly through the tree to a
  10771.                 directory to access its files.  Version 1.7, binary only.
  10772.                 Author:  Don Schmidt
  10773.  
  10774. LHArc           An archive program like Arc and Zoo, with a heavy emphasis
  10775.                 maximum compression for minimum archive size, using LZHUF
  10776.                 compression.  This is Amiga version 1.0 (compatible with
  10777.                 MSDOS version 1.13).  Binary only.
  10778.                 Author:  Paolo Zibetti
  10779.  
  10780. Orbit           Plots the ground trace of satellites on a map of the earth,
  10781.                 using the orbital elements for some 130 satellites, from a
  10782.                 list which is updated every two weeks on Compuserve.
  10783.                 Version 1.2, binary only.
  10784.                 Author:  Timothy Middendorf
  10785.  
  10786. TreeWalk        A command for visiting all the files of a subtree of an
  10787.                 Amiga file system, testing every file in the specified
  10788.                 subtree against a supplied "filter" expression, and if
  10789.                 the file passes through the filter, to issue the specified
  10790.                 command with that file as one of the arguments.  It is
  10791.                 designed to be reasonably fast, robust, and not use a
  10792.                 lot of stack space or any other critical resources.
  10793.                 Includes source.
  10794.                 Author:  Mike Meyer
  10795.  
  10796. CONTENTS OF DISK 290
  10797. --------------------
  10798.  
  10799. DPlot           A simple display program for experimental data, with the
  10800.                 goals of supporting paging through lots of data and
  10801.                 providing comfortable scaling and presentation.  This is
  10802.                 version 2.0, an update to version 1.0 on disk 237, and
  10803.                 incorporates several significant enhancements.  Binary
  10804.                 only.
  10805.                 Author:  A. A. Walma
  10806.  
  10807. IPC             An IPC (Inter-Process Communication) package, with the
  10808.                 goal of creating a standard for IPC on the Amiga that
  10809.                 is flexible enough to handle the widest possible range
  10810.                 of applications.  The protocol used addresses different
  10811.                 problem areas than ARexx, and emphasizes different aspects
  10812.                 of the communication process, such as fast communication
  10813.                 and preservation of data structure.  Includes source.
  10814.                 Author:  Pete Goodeve and Peter da Silva
  10815.  
  10816. KillReq         A small program which disables Intuition's AutoRequest
  10817.                 function.  In particular, this prevents AmigaDOS from
  10818.                 putting up system requesters, which is useful if you are
  10819.                 operating your Amiga remotely and can't use the mouse to
  10820.                 click CANCEL.  Unlike similar utilities which affect only
  10821.                 a single CLI, KillReq disables ALL requesters.  This is
  10822.                 version 1.0 and includes C source.
  10823.                 Author:  Eddy Carroll
  10824.  
  10825. Xicon           Xicon lets you use icons to call up scripts containing CLI
  10826.                 commands.  This is version 2.5, an update to version 2.01
  10827.                 on disk 157.  New features include automatic selection of
  10828.                 the correct execution directory, the option to have
  10829.                 keyboard interaction, and the use of IF, ELSE, etc DOS
  10830.                 commands.  Binary only.
  10831.                 Author:  Pete Goodeve
  10832.  
  10833. CONTENTS OF DISK 291
  10834. --------------------
  10835.  
  10836. GMC             A console handler with command line editing and function
  10837.                 key support.  GMC provides extended command line editing,
  10838.                 function key assignment in four levels, extended command
  10839.                 line history, online help for functions in the handler,
  10840.                 and an iconify function.  Version 4.0, binary only.
  10841.                 Author:  Gotz Muller
  10842.  
  10843. Keyboard        Functions to translate RAWKEY Intuition messages into
  10844.                 usable keycodes.  Includes source.
  10845.                 Author:  Fabbian Dufoe
  10846.  
  10847. Sim             A simulator for register-transfer nets, which are used to
  10848.                 describe hardware systems.  This version also provides
  10849.                 a compiler to define new devices in addition to Sim's
  10850.                 internal devices.  This is version 4.2, an update to
  10851.                 version 4.0 on disk  229.  Binary only.
  10852.                 Author:  Gotz Muller
  10853.  
  10854. SKsh            A ksh-like shell for the Amiga.  Some of its features
  10855.                 include command substitution, shell functions with
  10856.                 parameters, aliases, local variables, local functions,
  10857.                 local aliases, powerful control structures and tests,
  10858.                 emacs style line editing and history functions, I/O
  10859.                 redirection, pipes, large variety of built-in commands,
  10860.                 Unix style wildcards, Unix style filename conventions,
  10861.                 filename completion, and coexistence with scripts from
  10862.                 other shells.  Very well documented.  Version 1.2, an
  10863.                 update to version 1.0 on disk 279, where it was called
  10864.                 ash.  Binary only.
  10865.                 Author:  Steve Koren
  10866.  
  10867. CONTENTS OF DISK 292
  10868. --------------------
  10869.  
  10870. Devstat         Assembly code example of locating and listing information
  10871.                 about all mounted devices.  Includes source.
  10872.                 Author:  Fabrice Lienhardt
  10873.  
  10874. FileRequest     Assembly code example of a file requester.  This is
  10875.                 version 2.0, an update to version 1.0 on disk 173, where
  10876.                 it was called FileSelect.  New features include 3 speed
  10877.                 scrolling of filenames and ghosting of unavailable
  10878.                 devices.  Includes source.
  10879.                 Author:  Fabrice Lienhardt
  10880.  
  10881. MultiPlot       A package for making 2D plots conveniently.  Tim Mooney
  10882.                 wrote the original program, which was then enhanced by
  10883.                 Alan Baxter with a nicer user interface, support for
  10884.                 the PLT: device, and support for file conversions.  Rich
  10885.                 Champeaux and Jim Miller wrote the PLT: handler which
  10886.                 emulates a plotter by accepting HP-GL commands, creating
  10887.                 a raster image, then dumping it to any preferences supported
  10888.                 graphics printer.  This is version XLN and includes source
  10889.                 to MultiPlot.  Update to version 1.2 on disk 231, where it
  10890.                 was called just "Plot".  This version is 2D only.
  10891.                 Author:  Alan Baxter, Tim Mooney, Rich Campeaux, Jim Miller
  10892.  
  10893. CONTENTS OF DISK 293
  10894. --------------------
  10895.  
  10896. ClockDJ         A utility which combines a clock, mouse accelerator,
  10897.                 screen blanker, window manipulator, function keys, and
  10898.                 macros into a single program, written in assembly
  10899.                 language for maximum efficiency.  Includes an ARexx
  10900.                 port.  Version 4.07, binary only.
  10901.                 Author:  David Jenkins
  10902.  
  10903. CrcLists        Complete CRC check files for disks 001-292 using the brik
  10904.                 program.  These were made directly from my master disks.
  10905.                 I have switched to brik, from the crc program used to make
  10906.                 the lists on disks 133, 146, and 173, because it has more
  10907.                 features and because source is available.  This is an
  10908.                 update to the lists on disk 233.
  10909.                 Author:  Fred Fish
  10910.  
  10911. CONTENTS OF DISK 294
  10912. --------------------
  10913.  
  10914. DNet            A link protocol that provides essentially an unlimited
  10915.                 number of reliable connections between processes on
  10916.                 two machines, where each end of the link can be
  10917.                 either an Amiga or a Unix (BSD4.3) machine.  Works
  10918.                 on the Amiga with any EXEC device that looks like the
  10919.                 serial.device.  Works on UNIX with tty and socket
  10920.                 devices.  Achieves better than 95% average throughput
  10921.                 on file transfers.  This is version 2.10.13, an update
  10922.                 to version 2.0 released on disk 220.  Includes sources
  10923.                 for both the Amiga and Unix versions.
  10924.                 Author:  Matt Dillon
  10925.  
  10926. FmsDisk         A file based trackdisk simulator, useful for creating
  10927.                 a floppy-like partition on your hard disk (so you can
  10928.                 diskcopy to a floppy) without actually having to create
  10929.                 a special partition for it.  Also useful for testing
  10930.                 new filesystems and such.  Supports up to 32 units,
  10931.                 with either the old filesystem or the new fast filesystem.
  10932.                 Includes source.
  10933.                 Author:  Matt Dillon
  10934.  
  10935.  
  10936. CONTENTS OF DISK 295
  10937. --------------------
  10938.  
  10939. GnuGrep         The grep program from the GNU project.  Replaces grep
  10940.                 fgrep, egrep, and bmgrep.  Currently does not expand
  10941.                 Amiga style wildcards, so if you wish to scan multiple
  10942.                 files you will need to use it with a shell that does this
  10943.                 for you.  This is version 1.5, an update to version 1.3
  10944.                 on disk 204.  Includes source.
  10945.                 Author:  Many (see README file)
  10946.  
  10947. Lhwarp          A program which will read tracks directly from your floppy
  10948.                 disk, compress them using adaptive huffman encoding, and
  10949.                 output them to a file.  The resulting file can be used by
  10950.                 lhwarp to reconstruct an image of the original disk.  This
  10951.                 is version 1.03 and includes source.
  10952.                 Author:  Jonathan Forbes
  10953.  
  10954. MandelMountains
  10955.                 A program that renders three-dimensional images of
  10956.                 blowups of the Mandelbrot set.  Includes several example
  10957.                 images.  Version 1.1, shareware, binary only.
  10958.                 Author:  Mathias Ortmann
  10959.  
  10960.  
  10961. CONTENTS OF DISK 296
  10962. --------------------
  10963.  
  10964. Comal           Demo of AmigaCOMAL (missing only SAVE), an incremental
  10965.                 p-code compiler from Denmark.  COMAL is a language with
  10966.                 the design goal of combining the modern structured
  10967.                 approach of Pascal with the ease of use and interactivity
  10968.                 of BASIC.  There are versions of COMAL for IBM, VAX, CP/M,
  10969.                 C-64, Amiga and various European operating systems.
  10970.                 Includes a complete turtle graphics package.  Is perfect
  10971.                 for education yet powerful enough for applications
  10972.                 programming.  Version 2.0, binary only.
  10973.                 Author:  Svend Daugaard Pedersen
  10974.                          Freddy Dan Dalgas Kristiansen
  10975.  
  10976. Patch           A port of the very useful UNIX utility which applies context
  10977.                 diffs to text files to automatically update them.  This is a
  10978.                 port of version 2.0.1.6 (patch level 12), which Eric has
  10979.                 dubbed Amiga version 1.0.  It is an update to an earlier
  10980.                 version on disk 129.  Includes source.
  10981.                 Author:  Larry Wall, Amiga port by Eric Green
  10982.  
  10983.  
  10984. CONTENTS OF DISK 297
  10985. --------------------
  10986.  
  10987. Clean           A small program written in assembly code, to be used
  10988.                 in conjunction with a cleaning disk, to clean your
  10989.                 floppy drive heads.  Version 1.0, includes source.
  10990.                 Author:  Dan Burris
  10991.  
  10992. DevKit          A collection of C and ARexx language programs to
  10993.                 facilitate the software development process.  With
  10994.                 DevKit, you can launch your compiler from within your
  10995.                 editor, have the cursor positioned on your errors, look
  10996.                 up the autodoc page for any Amiga function at a single
  10997.                 keystroke, find a system structure within the include
  10998.                 files, or find any function in the code you are writing.
  10999.                 Version 1.2, includes source.
  11000.                 Author:  Peter Cherna
  11001.  
  11002. Elements        Very nice interactive display of the the Periodic Table
  11003.                 of Elements.  Can display a large amount of pertinent
  11004.                 data about a selected element along with a good deal of
  11005.                 general and miscellaneous info.  This is version 1.3,
  11006.                 an update to version 1.2a on disk 253.  It adds a non-
  11007.                 interlace mode and extend selection of two elements.
  11008.                 Binary only, shareware.
  11009.                 Author:  Paul Thomas Miller
  11010.  
  11011. Hypno           A "bouncing polygons" type program like Mackie, LineArt,
  11012.                 and Bezier.  Includes source in C.
  11013.                 Author:  Markus Schmidt
  11014.  
  11015. Jed             A nicely done, intuition-based editor that is quite
  11016.                 user-friendly.  Features word-wrap, auto-indent, newcli,
  11017.                 alt buffer, split-window, keyboard macro, help, printing,
  11018.                 and more.  This is version 1.1, an update to version 1.0
  11019.                 on disk 180.  Shareware, binary only.
  11020.                 Author:  Dan Burris
  11021.  
  11022. SuperMenu       An information display system you can use to quickly and
  11023.                 easily display text files (and sections of text files) with
  11024.                 the press of a button.  Version 1.62, shareware, binary only.
  11025.                 Author:  Paul Thomas Miller
  11026.  
  11027. WriteIcon       Sample code that creates an icon using a compiled-in image,
  11028.                 the source of which can be created with Icon2C on disk 56.
  11029.                 Version 1.0, includes source in C.
  11030.                 Author:  Dan Burris
  11031.  
  11032.  
  11033. CONTENTS OF DISK 298
  11034. --------------------
  11035.  
  11036. BBChampion      This is BootBlockChampionIII, a very nicely done program
  11037.                 that allows you to load, save, and analyze any bootblock.
  11038.                 This is version 3.21, an update to version 3.1 on disk
  11039.                 244.  New features include checks for five different LAMER
  11040.                 viruses and some other enhancements.  Binary only.
  11041.                 Author:  Roger Fischlin
  11042.  
  11043. DClock          A "Dumb Clock" utility that displays the date and time in
  11044.                 the Workbench screen title bar.  Uses only about 2 percent
  11045.                 of the CPU time and about 10Kb of memory.  Also has an
  11046.                 alarm clock feature and audible beep for programs that
  11047.                 call DisplayBeep.  Version 1.5, includes source.
  11048.                 Author:  Olaf Barthel
  11049.  
  11050. Fenster         A program which can operate on windows owned by another
  11051.                 program, to close them, change their size, refresh gadgets,
  11052.                 move the window to the background, etc.  This is version
  11053.                 2.0, an update to version 1.0 on disk 245.  Includes source.
  11054.                 Author:  Roger Fischlin
  11055.  
  11056. FileMaster      A file editor like NewZap or FedUp, which allows you to
  11057.                 manipulate bytes of a file.  You may also change the file
  11058.                 size or execute a patch.  Version 1.11, includes source.
  11059.                 Author:  Roger Fischlin
  11060.  
  11061.  
  11062. CONTENTS OF DISK 299
  11063. --------------------
  11064.  
  11065. Hangman         A simple hangman program similar to one seen on some
  11066.                 UNIX machines.  Currently runs only from CLI.  Includes
  11067.                 source in C.
  11068.                 Author:  Gary Brant
  11069.  
  11070. Rxil            An ARexx interface library that makes it easy for programs
  11071.                 to implement a complete, robust ARexx interface with
  11072.                 minimal effort.  Version 1.0, includes source.
  11073.                 Author:  Don Meyer
  11074.  
  11075. SceneGenDemo    Demo of a program called Scene Generator, that generates
  11076.                 very realistic looking landscapes.  This program is an
  11077.                 enhanced, low cost commercial version, of the Scenery
  11078.                 program included on disk 155.  This is version 2.03,
  11079.                 binary only.
  11080.                 Author:  Brett Casebolt
  11081.  
  11082. Yacc            This is a port of Berkeley Yacc for the Amiga.  This
  11083.                 Yacc has been made as compatible as possible with the
  11084.                 AT&T Yacc, and is completely public domain.  Note that
  11085.                 it is NOT the so-called Decus Yacc, which is/was simply
  11086.                 a repackaging of the proprietary AT&T Yacc.  Amiga
  11087.                 version 1.0a, includes source.
  11088.                 Author:  Bob Corbett, Amiga port by Eric Green
  11089.  
  11090.  
  11091. CONTENTS OF DISK 300
  11092. --------------------
  11093.  
  11094. SuperEcho       A neat program to be used with Perfect Sound-like audio
  11095.                 digitizers that generates LIVE audio effects, including
  11096.                 Echos, Deep Voice, Squeaky Voice, Many People, M-M-Max
  11097.                 Headroom and much more.  Binary only.
  11098.                 Author:  Kevin Kelm
  11099.  
  11100. TACL            An adventure player for games written with The Adventure
  11101.                 Construction Language, a commercial computer language.
  11102.                 Includes two sample games; one is text-only and the other
  11103.                 is text-graphic.  Binary only, plus the TACL source code
  11104.                 that was used to write the graphic adventure.
  11105.                 Author:  Kevin Kelm and Rhett Rodewald
  11106.  
  11107. TitleGen        A simple script language program for generating vertically
  11108.                 crawling title sequences in any font and up to 500 lines
  11109.                 long.  Good for video production.  Version 1.6, binary only.
  11110.                 Author:  Kevin Kelm
  11111.  
  11112. XenoZap         A program that recursively descends into directories,
  11113.                 disabling the Xeno virus in all executable files that it
  11114.                 finds.  Version 1.0, includes source in Modula-2.
  11115.                 Author:  Kevin Kelm
  11116.  
  11117. CONTENTS OF DISK 301
  11118. --------------------
  11119.  
  11120. Aquarium        A program for searching through a special database
  11121.                 containing information about the contents of the
  11122.                 library, in order to find programs that match a
  11123.                 specified list of conditions.  Includes a database
  11124.                 of disks 1-300, and a program to add the contents
  11125.                 of future disks to the database.  Binary only.
  11126.                 Author:  B Lennart Olsson
  11127.  
  11128. IffLib          A ready-to-use library to perform various manipulations
  11129.                 on IFF files.  Includes a sample IFF viewer and a utility
  11130.                 to save the front screen as an IFF file.  This is version
  11131.                 16.1, an update to version 15.3 on disk 173, and includes
  11132.                 a couple of bug fixes and some new features.  Binary only.
  11133.                 Author:  Christian A. Weber
  11134.  
  11135. UeditUpdate     This is a partial update to the 2.5d version of Uedit on
  11136.                 disk 286.  It includes only the UES executable, which has
  11137.                 had patches d1 through d4 applied.  Disk 286 is still needed
  11138.                 for a complete Uedit shareware distribution.  Binary only.
  11139.                 Author:  Rick Stiles
  11140.  
  11141.  
  11142. CONTENTS OF DISK 302
  11143. --------------------
  11144.  
  11145. Chop            A program which uses a hotkey to chop a displayed screen
  11146.                 down to a temporary maximum of 4 planes in lo-res or 2
  11147.                 planes in hi-res, allowing the processor full speed access
  11148.                 to chip memory.  Only the displayed screen is affected, the
  11149.                 program painting the screen continues to work with the full
  11150.                 color palette.  Unchoping the screen puts everything back
  11151.                 to normal.  Version 1.0, binary only.
  11152.                 Author:  Nico Francois
  11153.  
  11154. DiskTalk        A cute little program, like "muncho" on disk 137, which
  11155.                 plays digitized sound samples when you insert or remove a
  11156.                 floppy disk.  Samples are saved as IFF sound files.
  11157.                 Version 1.0, binary only.
  11158.                 Author:  Nico Francois
  11159.  
  11160. MiscUtils       Some small sound and screen hacks.  Includes source in C.
  11161.                 Author:  Jorrit Tyberghein
  11162.  
  11163. PPMore          Another "more" like utility.  This one reads text files
  11164.                 that have been crunched with PowerPacker, thus saving space
  11165.                 at the slight expense of some time to uncrunch the text.
  11166.                 Version 1.3, binary only.
  11167.                 Author:  Nico Francois
  11168.  
  11169. ProgUtils       Some miscellaneous programming utilities and examples.
  11170.                 Includes source in assembly code.
  11171.                 Author:  Jorrit Tyberghein
  11172.  
  11173. QuickHelp       A utility that helps you make and display your own help
  11174.                 files for commands.  Disk space usage is minimized by
  11175.                 using PowerPacker to crunch the help files.  Version 1.2,
  11176.                 binary only.
  11177.                 Author:  Jorrit Tyberghein
  11178.  
  11179. RollOn          A "Soko-Ban" like shareware game, submitted by the author.
  11180.                 Includes both English and German versions, a level editor,
  11181.                 and digitized sounds.  This is version 1.1, binary only.
  11182.                 Author:  Tobias Eckert
  11183.  
  11184. Selector        A program that helps you assemble programs on a boot disk
  11185.                 and start them in a user friendly way.  Version 2.5,
  11186.                 binary only.
  11187.                 Author:  Nico Francois
  11188.  
  11189. TurboMandel     A fast mandelbrot program, written in a mix of C and
  11190.                 assembly language.  You can select between using floating
  11191.                 point or integer calculation.  Other features include a
  11192.                 full intuition interface, cycling capabilities, extensive
  11193.                 color control, a user definable iteration depth, fully
  11194.                 implemented zoom, a 3-D display mode, support for extra
  11195.                 halfbrite as well as interlace and hires, IFF load and
  11196.                 save, accuracy selections, and more.  Version 1.0,
  11197.                 includes source in assembly and C.
  11198.                 Author:  Marivoet Philip
  11199.  
  11200.  
  11201. CONTENTS OF DISK 303
  11202. --------------------
  11203.  
  11204. CPM             A program to compute mandelbrots via the Continous
  11205.                 Potential Method, as described in the book "The Science
  11206.                 of Fractal Images" by H. O. Pietgen and D. Saupe.  It is
  11207.                 used to make 3-dimensional pictures of the mandelbrot
  11208.                 set.  This is a batch mode type program so several images
  11209.                 can be generated, one after the other, without any human
  11210.                 interaction.  Includes source.
  11211.                 Author:  Lars Clausen
  11212.  
  11213. DEM             A program to compute mandelbrots via the Distance Estimator
  11214.                 Method, as described in the book "The Science of Fractal
  11215.                 Images" by H. O. Pietgen and D. Saupe.  It is used to make
  11216.                 high resolution black-and-white images.  This is a batch
  11217.                 mode type program so several images can be generated, one
  11218.                 after the other, without any human interaction.  Includes
  11219.                 source.
  11220.                 Author:  Lars Clausen
  11221.  
  11222. Demon           This program implements the Demons cellular automaton as
  11223.                 described in the August, 1989, issue of Scientific American.
  11224.                 Using extremely simple rules it exhibits rather complex
  11225.                 behaviour.  Includes source.
  11226.                 Author:  Lars Clausen
  11227.  
  11228. FixIcons        A program to scan through all files in a given volume or
  11229.                 directory, looking for project icons and changing their
  11230.                 default tools according to instructions given in a script
  11231.                 file.  Version 1.2, includes source.
  11232.                 Author:  Lars Clausen
  11233.  
  11234. IceFrac         A fractal generator using the Diffusion Limited Aggregation
  11235.                 algorithm, as described in the book "The Beauty of Fractal
  11236.                 Images".  This is version 2.1 and includes source.
  11237.                 Author:  Lars Clausen
  11238.  
  11239. Rocket          Another program in the long tradition of screen hacks.
  11240.                 This one zeroes in on your mouse pointer.  Binary only.
  11241.                 Author:  Lars Clausen
  11242.  
  11243. ScreenZap       A utility that forcibly removes screens and windows from
  11244.                 your system.  Useful to get rid of zombie screens or windows
  11245.                 that have been left around by aborted or buggy programs.
  11246.                 This is version 2.3 and includes source.
  11247.                 Author:  Lars Clausen
  11248.  
  11249. SnowFall        Another program in the long tradition of screen hacks for
  11250.                 the amiga.  Watch the snow fall, get blown around by the
  11251.                 wind, and collect in realistic heaps.  Includes source.
  11252.                 Author:  Lars Clausen
  11253.  
  11254.  
  11255. CONTENTS OF DISK 304
  11256. --------------------
  11257.  
  11258. Circles         A circles pattern generator, reminiscent of one of the
  11259.                 early Amiga demos.  Version 1.1, includes source in C.
  11260.                 Author:  Joel Swank
  11261.  
  11262. DocSplit        A program to split the 1.3 autodoc files into individual
  11263.                 subroutine files.  One file is created for each subroutine,
  11264.                 with the name created by appending ".doc" to the subroutine
  11265.                 name.  Version 1.0, includes source.
  11266.                 Author:  Joel Swank
  11267.  
  11268. Gears           A program to calculate and display the gears of a multispeed
  11269.                 bicycle.  Works for bicycles with 3 to 21 gear combinations.
  11270.                 Version 1.1, includes source.
  11271.                 Author:  Joel Swank
  11272.  
  11273. IRA             Allows easy calculation of future values of investment.
  11274.                 Enter the beginning investment value, annual percentage
  11275.                 rate, annual deposit amount, and number of years, to
  11276.                 compute the future value.  Version 2.0, includes source.
  11277.                 Author:  Joel Swank
  11278.  
  11279. Lines           A color line pattern generator, adapted from Mackie.
  11280.                 Version 1.1, includes source.
  11281.                 Author:  Joel Swank
  11282.  
  11283. Mean18          Two custom golf courses for Mean 18.
  11284.                 Author:  Joel Swank
  11285.  
  11286. Multic          Formats a single column of input into multiple side by
  11287.                 side columns.  Includes source.
  11288.                 Author:  Joel Swank
  11289.  
  11290. PageCnt         Counts and displays the number of form feeds in a file,
  11291.                 along with the length of the longest line.  Version 1.0,
  11292.                 includes source.
  11293.                 Author:  Joel Swank
  11294.  
  11295. Skel            A skeleton workbench application that makes writing
  11296.                 workbench programs easier.  Provides routines for main,
  11297.                 initialization and termination, gadget and menu handling,
  11298.                 argument processing, help window, about requester, etc.
  11299.                 Version 1, includes source.
  11300.                 Author:  Joel Swank
  11301.  
  11302. SuperRetLab     Prints return address labels 3-up on single-wide 3.5 inch
  11303.                 by 7/16/ inch label stock.  Can print up to 5 lines per
  11304.                 label.  Version 1.1, includes source.
  11305.                 Author:  Joel Swank
  11306.  
  11307. Verify          Walks a directory hierarchy reading all files, reporting
  11308.                 any files that can't be entirely read.  Version 1.2,
  11309.                 includes source.
  11310.                 Author:  Joel Swank
  11311.  
  11312.  
  11313. CONTENTS OF DISK 305
  11314. --------------------
  11315.  
  11316. Fenster         A program which can operate on windows owned by another
  11317.                 program, to close them, change their size, refresh gadgets,
  11318.                 move the window to the background, etc.  This is version
  11319.                 2.1, an update to version 2.0 on disk 298.  Includes source.
  11320.                 Author:  Roger Fischlin
  11321.  
  11322. Lhwarp          A program which will read tracks directly from your floppy
  11323.                 disk, compress them using adaptive huffman encoding, and
  11324.                 output them to a file.  The resulting file can be used by
  11325.                 lhwarp to reconstruct an image of the original disk.  This
  11326.                 is version 1.20, an update to version 1.03 on disk 295.
  11327.                 New features include much faster compression/decompression,
  11328.                 a 32-bit CRC, and two additional compression methods.
  11329.                 Binary only.
  11330.                 Author:  Jonathan Forbes
  11331.  
  11332. Mackie          A versatile cli/macro-key initiator based on POPCLI with
  11333.                 a unique method of "screen-blanking".  I won't say more,
  11334.                 just try it!  This is version 1.4, an update to version
  11335.                 1.3 from disk 267.  Includes fixes to work with latest
  11336.                 WShell and the new 'never' keyword.  Includes source.
  11337.                 Author:  Tomas Rokicki
  11338.  
  11339. Obsess          Obsess-O-Matic is a real-time puzzle game like Tetrix
  11340.                 where the object is to fit the falling pieces together
  11341.                 to form complete horizontal rows.  Features such as burning,
  11342.                 exploding, and invisible pieces enhance game play.  Other
  11343.                 features such as a puzzle piece editor are included in the
  11344.                 version available directly from the author.  This is
  11345.                 version 1.0, shareware, binary only.
  11346.                 Author:  Wayne Phillips
  11347.  
  11348. PrFont          Prints a sample of each font from the fonts: directory.
  11349.                 Draws one line of each font on a custom hires screen,
  11350.                 which can be printed.  Version 1.3, includes source.
  11351.                 Author:  Joel Swank
  11352.  
  11353. Reversi         Plays the classical reversi game on an 8 x 8 square field.
  11354.                 Version 2.0, an update to version 1.2 on disk 245.  Includes
  11355.                 source in assembly language.
  11356.                 Author:  Marc Fischlin
  11357.  
  11358. SpaceLog        A database containing data for all of the man related space
  11359.                 missions of the United States and the Soviet Union that were
  11360.                 related to the development of manned space flight, from the
  11361.                 beginning of the space age to the present (368 missions),
  11362.                 listed in chronological order.  Includes an AmigaBASIC
  11363.                 program to manipulate the database.  Version 1.54, binary
  11364.                 only.
  11365.                 Author:  Gene Heitman
  11366.  
  11367.  
  11368. CONTENTS OF DISK 306
  11369. --------------------
  11370.  
  11371. Life            A new version of Tomas's Life game.  This version includes
  11372.                 a new torus option, an option to perform calculations with
  11373.                 the processor rather than the blitter, and a couple of
  11374.                 other minor changes.  This is an update to the version on
  11375.                 disk 131, includes source.
  11376.                 Author:  Tomas Rokicki
  11377.  
  11378. RexxPlPlot      A library of C functions useful for scientific plotting
  11379.                 on the Amiga.  The library is Lattice C compatible.
  11380.                 Contour plotting, three dimensional plotting, axis
  11381.                 redefinition, log-log plotting and multiple subpages are
  11382.                 a few of Plplot's features.  The plots can be displayed
  11383.                 on a monitor or sent to a graphics file for subsequent
  11384.                 printing.  This is RexxPlPlot version 0.3, an update to
  11385.                 Plplot version 1.00 on disk 222.  New features include
  11386.                 an ARexx interface, support for IFF output, support for
  11387.                 PostScript output, support for Preferences, some new
  11388.                 functions, bug fixes, and more.  Includes source.
  11389.                 Author:  Tony Richardson, Samuel Paolucci, Glenn Lewis
  11390.                          and Tomas Rokicki
  11391.  
  11392. Tree            A very simple directory tree traversal program, written
  11393.                 primarily as an aid to creating zoo archives and disk
  11394.                 backups.  Has options to exclude certain directories or
  11395.                 files with specific extensions.  Includes source.
  11396.                 Author:  Tomas Rokicki
  11397.  
  11398.  
  11399. CONTENTS OF DISK 307
  11400. --------------------
  11401.  
  11402. DissiDemos      Demo of Midi Sample Wrench, which provides pro sample
  11403.                 editing features for owners of musical samplers.
  11404.                 Version 1.1, binary only.
  11405.                 Author:  Jeff Glatt
  11406.  
  11407. FileIO          A disk based shared library to make filename selection easy
  11408.                 for load and save routines using an Intuition interface.
  11409.                 This is version 1.5, and update to the version on disk 257.
  11410.                 Now includes the ability to select multiple filenames and
  11411.                 fixes some bugs in the 1.4 version.  Binary only.
  11412.                 Author:  R. J. Mical, Jeff Glatt and Jim Fiore
  11413.  
  11414. Samp            Documentation and interface library for an IFF FORM
  11415.                 "SAMP", 16-bit sampled sound file format.  This format
  11416.                 allows more than one waveform per octave, and the lengths
  11417.                 of different waveforms do not have to be factors of 2.
  11418.                 Includes a utility to convert 8SVX files to SAMP format.
  11419.                 Version 1.0, binary only.
  11420.                 Author:  Jeff Glatt
  11421.  
  11422.  
  11423. CONTENTS OF DISK 308
  11424. --------------------
  11425.  
  11426. FReq            A general purpose file requester, which was designed to be
  11427.                 easy to use and fast, with a built-in ARexx port allowing
  11428.                 you to use it from ARexx scripts or applications with ARexx
  11429.                 ports.  Version 1.0, binary only.
  11430.                 Author:  Jeffrey D. Wahaus
  11431.  
  11432. ScreenShare     A library and support programs that enable applications
  11433.                 to open up windows on other applications' custom screens.
  11434.                 For example, your editor may want to open a window on
  11435.                 your terminal emulator's screen so you can compose a
  11436.                 message while still being able to see the contents of
  11437.                 the terminal's screen.  Both applications must cooperate
  11438.                 for the screen sharing to work.  This is version 1.21,
  11439.                 an update to version 1.2 on disk 246.  Includes source
  11440.                 for interface portions.
  11441.                 Author:  Willy Langeveld
  11442.  
  11443. StarBlanker     A screen blanker that replaces your display with a randomly
  11444.                 chosen animated starfield.  Version 1.00, includes source
  11445.                 in Modula-2.
  11446.                 Author:  Chris Bailey
  11447.  
  11448. Vlt             VLT is both a VT100 emulator and a Tektronix (4014 plus
  11449.                 subset of 4105) emulator, currently in use at SLAC
  11450.                 (Stanford Linear Accelerator Center).  Although the VT100
  11451.                 part was originally based on Dave Wecker et al.'s VT100,
  11452.                 many enhancements were made.  Features include use of ARP,
  11453.                 an ARexx port, XMODEM 1K/CRC and Kermit protocols, support
  11454.                 for additional serial ports, external file transfer protocols
  11455.                 (XPR), a "chat" mode, and scrollback/review/history buffer.
  11456.                 It comes in two versions, one with Tektronix emulation, and
  11457.                 one without.  The Tektronix emulation allows saving IFF files,
  11458.                 PostScript files, and printing bitmaps to the printer.  This
  11459.                 is version 4.428, an update to version 4.226 on disk 257.
  11460.                 The major change for this update is a rewrite of the
  11461.                 Tektronix emulation to support almost all of the Tektronix
  11462.                 4105 escape sequences.  Binary only.
  11463.                 Author:  Willy Langeveld
  11464.  
  11465.  
  11466. CONTENTS OF DISK 309
  11467. --------------------
  11468.  
  11469. Bind            A binding (glue) library builder.  Takes a standard
  11470.                 '.fd' (function definition) file and generates a binding
  11471.                 library for the functions defined in the '.fd' file.
  11472.                 Version 1.2, an update to the version released with
  11473.                 midilib on disk 227.  Binary only.
  11474.                 Author:  Bill Barton
  11475.  
  11476. Csh             Version 4.00a of a csh like shell derived from Matt
  11477.                 Dillon's shell, version 2.07.  This is an update to
  11478.                 version 3.03a on disk 223.  Changes include ARP pattern
  11479.                 matching, improved search command, some new commands
  11480.                 like 'basename', some new options, bug fixes, and an
  11481.                 ARexx port.  Includes source.
  11482.                 Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  11483.  
  11484. SKsh            A ksh-like shell for the Amiga.  Some of its features
  11485.                 include command substitution, shell functions with
  11486.                 parameters, aliases, local variables, local functions,
  11487.                 local aliases, powerful control structures and tests,
  11488.                 emacs style line editing and history functions, I/O
  11489.                 redirection, pipes, large variety of built-in commands,
  11490.                 Unix style wildcards, Unix style filename conventions,
  11491.                 filename completion, and coexistence with scripts from
  11492.                 other shells.  Very well documented.  Version 1.3, an
  11493.                 update to version 1.2 on disk 291.  Binary only.
  11494.                 Author:  Steve Koren
  11495.  
  11496.  
  11497. CONTENTS OF DISK 310
  11498. --------------------
  11499.  
  11500. Mon             A machine code monitor/debugger program for the Amiga
  11501.                 which is re-entrant and can be made resident.  This is
  11502.                 version 1.24, binary only.
  11503.                 Author:  Timo Rossi
  11504.  
  11505. UUCP            An implementation of uucp for the Amiga, including mail
  11506.                 and news.  This is Matt's version 1.00 for the Amiga,
  11507.                 based on William Loftus's Amiga UUCP 0.40 release with
  11508.                 news code from his 0.60 release, and months of work by
  11509.                 Matt Dillon to make fixes and add enhancements.  Includes
  11510.                 source.
  11511.                 Author:  Various, major enhancements by Matt Dillon
  11512.  
  11513. CONTENTS OF DISK 311
  11514. --------------------
  11515.  
  11516. CRobots         A game based on computer programming.  Unlike arcade type
  11517.                 games which require human input controlling some object,
  11518.                 all strategy in CRobots is condensed into a C language
  11519.                 program that you design and write, to control a robot
  11520.                 whose mission is to seek out, track, and destroy other
  11521.                 robots, each running different programs.  All robots are
  11522.                 equally equipped, and up to four may compete at once.
  11523.                 Version 2.1w, binary only, source available from author.
  11524.                 Author:  Tom Poindexter, Amiga version by David Wright
  11525.  
  11526. Echo            Echo is a replacement for the AmigaDOS or ARP echo command.
  11527.                 This version provides easy color setting or positioning for
  11528.                 all echo'ed strings.  Completely compatible with the AmigaDOS
  11529.                 and ARP echo commands, all your old batch files should work
  11530.                 correctly.  Version 1.08c, includes source.
  11531.                 Author:  George Kerber (based on echo by Garry Glendown)
  11532.  
  11533. Etime           Etime will display the elapsed time between events.  This is
  11534.                 useful in scripts to display the elapsed time between the
  11535.                 beginning and ending.  Many options including color and time
  11536.                 displayed as hh:mm:ss or total seconds.  Version 1.05c,
  11537.                 includes source.
  11538.                 Author:  George Kerber
  11539.  
  11540. Fortune         Fortune will ramdomly display a 'fortune' selected from the
  11541.                 fortunes file (supplied).  The 'fortunes' file is easily
  11542.                 modified or added to by the user, using any text editor.
  11543.                 Fortune provides color and speech by user option.
  11544.                 Version 2.04c, includes source.
  11545.                 Author:  George Kerber
  11546.  
  11547. Incr            Incr will easily allow the user to keep a total count of
  11548.                 any event run from a batch file.  Incr will take a number
  11549.                 from a file, increment it by one and display the result.
  11550.                 The new count is written back to the file.  Version 1.04b,
  11551.                 includes source.
  11552.                 Author:  George Kerber
  11553.  
  11554. PKAZip          The PKWare ZIP tool for the Amiga.  Provides functions
  11555.                 to create, examine, extract, test, modify, display, and
  11556.                 print files which are in the ZIP compressed format
  11557.                 Uses a full Intuition interface with no CLI support.
  11558.                 Version 01.00, binary only.
  11559.                 Author:  PKWARE Inc, Amiga version by Dennis Hoffman
  11560.  
  11561. Udate           Udate is a replacement for the AmigaDOS date command,
  11562.                 containing many options similiar to the UNIX date command.
  11563.                 Udate will allow you to set the date and time via prompts
  11564.                 or directly from the command line, will display any part
  11565.                 of the date or time using the options in any color desired,
  11566.                 and will also make an automatic adjustment of your system
  11567.                 clock for Daylight Savings Time so your computer will be
  11568.                 one less clock you will ever have to set twice a year for
  11569.                 DST.  Version 1.15c, includes source.
  11570.                 Author:  George Kerber
  11571.  
  11572. CONTENTS OF DISK 312
  11573. --------------------
  11574.  
  11575. ChinaChallenge  A game similar to Shanghai or Mahjong.  The goal is to
  11576.                 remove all parts of the pile, the so called Dragon, step
  11577.                 by step.  This dragon is composed of 120 different game
  11578.                 pieces.  You can always find four pieces displaying the
  11579.                 same picture or chinese symbols.  Binary only.
  11580.                 Author:  Dirk Hoffmann
  11581.  
  11582. LHArc           An archive program like Arc and Zoo, with a heavy emphasis
  11583.                 maximum compression for minimum archive size, using LZHUF
  11584.                 compression. This is version 1.10, an update to version 1.0
  11585.                 on disk 289.  Changes include 20-50% faster compression,
  11586.                 17% faster decompression, file sorting, more efficient use
  11587.                 of memory, a new progress indicator display, and some bug
  11588.                 fixes.  Binary only.
  11589.                 Author:  Paolo Zibetti
  11590.  
  11591. Moonbase        You must guide a lunar lander to ferry cargo from an
  11592.                 orbiting space station to bases on the surface of the moon.
  11593.                 You get cargo and fuel for the lander by docking with the
  11594.                 space station.  The goal is to complete all the assigned
  11595.                 cargo deliveries, and to destroy as few landers as possible
  11596.                 in doing so.  Binary only.
  11597.                 Author:  Jim Barber
  11598.  
  11599. TrackSalve      A trackdisk patch which removes all known bugs and patches
  11600.                 the trackdisk task to allow various enhancements, such as
  11601.                 reading good sectors from partially bad tracks, write
  11602.                 verification, write protect simulation, and turning off
  11603.                 clicking.  Version 1.0, includes source in C and assembler.
  11604.                 Author:  Dirk Reisig
  11605.  
  11606. CONTENTS OF DISK 313
  11607. --------------------
  11608.  
  11609. UUCP            An implementation of uucp for the Amiga, including mail
  11610.                 and news.  This is Matt's version for the Amiga, based
  11611.                 on William Loftus's Amiga UUCP 0.40 release with news
  11612.                 code from his 0.60 release, and months of work by Matt
  11613.                 to make fixes and add enhancements.  This is version
  11614.                 1.03D, an update to version 1.00 on disk 310.  Includes
  11615.                 source.
  11616.                 Author:  Various, major enhancements by Matt Dillon
  11617.  
  11618. CONTENTS OF DISK 314
  11619. --------------------
  11620.  
  11621. A68k            A 68000 assembler originally written in Modula-2 in
  11622.                 1985 and converted to C by Charlie Gibb in 1987.  Has
  11623.                 been converted to accept metacomco-compatible assembler
  11624.                 source code and to generate Amiga objects.  Includes source.
  11625.                 This is version 2.61, an update to the version on disk 186.
  11626.                 Author:  Brian Anderson; C translation and Amiga work
  11627.                          done by Charlie Gibb
  11628.  
  11629. Zc              A full K&R C compiler based on a port of the Atari ST
  11630.                 version of the Sozobon-C compiler.  Includes the C compiler
  11631.                 main pass written by Johann Ruegg with fixes and enhancements
  11632.                 by Joe Montgomery and Jeff Lydiatt, a cc front end written
  11633.                 by Fred Fish with enhancements by Jeff Lydiatt and Ralph
  11634.                 Babel, an optimizer written by Tony Andrews, an assembler
  11635.                 written by Brian Anderson and Charlie Gibb, a linker written
  11636.                 by the Software Distillery, generic include files, and a C
  11637.                 runtime library written by Dale Schumacher and ported by
  11638.                 Jeff Lydiatt.  This is version 1.01, an update to disks 171
  11639.                 and 193.
  11640.                 Author:  Various, see documentation.
  11641.  
  11642. CONTENTS OF DISK 315
  11643. --------------------
  11644.  
  11645. AmigaFox        A text processor with graphics capabilities.  Version
  11646.                 1.00, binary only.
  11647.                 Author:  Michael Wust
  11648.  
  11649. Drawmap         A program for drawing representations of the Earth's
  11650.                 surface.  Can generate flat maps, mercator maps, globe
  11651.                 views and orbital views.  This is version 2.0, an update
  11652.                 to version 1.0 on disk 229.  Enhancements include
  11653.                 dropshadows, user text entry and placement, improved
  11654.                 event processing and better looking mouse pointers.
  11655.                 Includes source.
  11656.                 Author:  Bryan Brown
  11657.  
  11658. Surf            Generates bezier surfaces of revolution.  Will produce some
  11659.                 amazing pictures of wineglasses, doorknobs, or other objects
  11660.                 one could turn on a lathe.  Includes the capacity to map IFF
  11661.                 image files onto any surface that it can draw.  This is
  11662.                 version 2.0, an update to version 1.0 on disk 170.  Changes
  11663.                 include support for data file formats that can be translated
  11664.                 to input files for various 3D modeling programs, an increase
  11665.                 in the number of grey shades available, and the capability of
  11666.                 modifying the endpoints of segments.  Source included.
  11667.                 Author:  Eric Davies
  11668.  
  11669. CONTENTS OF DISK 316
  11670. --------------------
  11671.  
  11672. Formulae        An implementation of basic propositional formulae
  11673.                 manipulation routines in Scheme (Scheme is available on
  11674.                 disk 149).  Uses only essential procedures so it should
  11675.                 run under any Scheme.  Includes source in Scheme.
  11676.                 Author:  Gauthier Groult and Bertrand Lecun
  11677.  
  11678. Iff2C           Yet another IFF ILBM to C converter.  Two unique features
  11679.                 are the ability to generate comments representing the
  11680.                 actual image, and the planepick computation.  This is
  11681.                 version 0.30 and includes source.
  11682.                 Author:  Gauthier Groult and Jean Michel Forgeas
  11683.  
  11684. IntuiSup        A shared library which implements extensions to the Amiga
  11685.                 operating system and graphical environment.  Includes
  11686.                 several example programs that make use of the library,
  11687.                 including building a nifty file requester from the
  11688.                 library's user interface routines.  Version 1.15, binary
  11689.                 only.  Source available from author.
  11690.                 Author:  Gauthier Groult
  11691.  
  11692. Life            Another version of Tomas's Life game.  Includes a torus
  11693.                 option, an option to perform calculations with the processor
  11694.                 rather than the blitter, and more.  This is version 5.0, an
  11695.                 update to the version on disk 306, and is about 15% faster.
  11696.                 Includes source.
  11697.                 Author:  Tomas Rokicki
  11698.  
  11699. SmartIcon       This shareware program, submitted by the author, is an
  11700.                 Intuition objects iconifier.  Version 2.0 is still limited
  11701.                 to iconifying windows, which is still very handy.  It adds
  11702.                 a new "iconify gadget" to each window, that when clicked
  11703.                 on, iconifies the window into an icon in the ram: disk.
  11704.                 This is version 2.0, an update to version 1.0 on disk 214.
  11705.                 Includes source.
  11706.                 Author:  Gauthier Groult
  11707.  
  11708. Vectors         A simple program to test how fast the Amiga can draw lines.
  11709.                 Includes two versions, 1.0 and 1.1, each of which performs
  11710.                 tests slightly differently.  Includes source.
  11711.                 Author:  Gauthier Groult and Jean Michel Forgeas
  11712.  
  11713. CONTENTS OF DISK 317
  11714. --------------------
  11715.  
  11716. StillStore      A program designed for freelance, corporate, and broadcast
  11717.                 television.  It loads and displays IFF images of any
  11718.                 resolution interchangeably from a list file or as inputted
  11719.                 directly (I.E. random access).  The user may easily skip
  11720.                 forward or backward one or more pictures in the list.  A
  11721.                 "generic" display is always just a few seconds away.  The
  11722.                 program can be used "on air" with no concern that a pull
  11723.                 down menu will suddenly appear in the viewable area.  It
  11724.                 also provides for a precise cue for changing windows or
  11725.                 screens.  While the main purpose is to load "news windows"
  11726.                 of 1/4 screen size, StillStore can also handle full-sized
  11727.                 and overscanned images.  Also includes slide show modes and
  11728.                 a screen positioning feature.  Stillstore is written in the
  11729.                 Director language from the Right Answers Group. Version 1.2,
  11730.                 binary only, source available from authors.
  11731.                 Author:  R. J. (Dick) Bourne and Richard Murray
  11732.  
  11733. Uniq            A text processor which compacts repeated adjacent lines.
  11734.                 Intended to be used with a sorted file to print unique
  11735.                 lines, or repeated lines.  Behaviour and options like UNIX
  11736.                 version.  Version 1.1, includes source.
  11737.                 Author:  John Woods, Amiga port by Gary Duncan
  11738.  
  11739. CONTENTS OF DISK 318
  11740. --------------------
  11741.  
  11742. CNewsBin        This is part 1 of a C News distribution for the Amiga.
  11743.                 This part includes all the binary and text files necessary
  11744.                 to set up and run C News.  Part 2 is available on disk 319
  11745.                 and contains the source.
  11746.                 Author:  Various, Amiga port by Frank Edwards
  11747.  
  11748. Lhwarp          A program which will read tracks directly from your floppy
  11749.                 disk, compress them using adaptive huffman encoding, and
  11750.                 output them to a file.  The resulting file can be used by
  11751.                 lhwarp to reconstruct an image of the original disk.  This
  11752.                 is version 1.21, an update to version 1.20 on disk 305.
  11753.                 Binary only.
  11754.                 Author:  Jonathan Forbes
  11755.  
  11756. PKAZip          The PKWare ZIP tool for the Amiga.  Provides functions
  11757.                 to create, examine, extract, test, modify, display, and
  11758.                 print files which are in the ZIP compressed format
  11759.                 Uses a full Intuition interface with no CLI support.
  11760.                 This is version 1.01, an update to version 1.00 on
  11761.                 disk 311.  Binary only.
  11762.                 Author:  PKWARE Inc, Amiga version by Dennis Hoffman
  11763.  
  11764. WaveMaker       WaveMaker is intended to give beginning music and physics
  11765.                 students a "hands on" feel for how complex waves are made
  11766.                 by adding a harmonic series of sine waves.  A fundamental
  11767.                 and up to seven harmonics are available.  The resulting
  11768.                 waveform can be displayed on the screen or played on the
  11769.                 audio device using the keyboard like a piano.  A game mode
  11770.                 is also provided.  Version 1.1, includes source.
  11771.                 Author:  Thomas Meyer
  11772.  
  11773. Xoper           Very comprehensive program to monitor and control system
  11774.                 activity.  Monitor cpu, memory usage, ports, interrupts,
  11775.                 devices.  Close windows, screens, show loaded fonts or last
  11776.                 Guru code number.  Clean up memory, flush unused libraries,
  11777.                 devices, fonts. etc. and a whole bunch more!  Spawns its own
  11778.                 process.  A very handy background task to have loaded.
  11779.                 This is version 2.2, an update to version 2.0 on disk 274.
  11780.                 Changes include mostly bug fixes and some minor enhancements.
  11781.                 Assembly source included.
  11782.                 Author:  Werner Gunther
  11783.  
  11784. CONTENTS OF DISK 319
  11785. --------------------
  11786.  
  11787. AHDM            Amiga Hard Disk Menu.  When placed in your startup sequence,
  11788.                 AHDM offers a ten page menu, each page having up to ten
  11789.                 possible actions.  By double clicking on an action, that
  11790.                 action will execute any legal AmigaDOS command, program,
  11791.                 or script file.  This allows you to interactively select
  11792.                 which programs you wish to start or packages to install
  11793.                 at boot time.  Version 1.1a, binary only, demo version
  11794.                 that only supports 2 pages of actions.
  11795.                 Author:  Scott Meek
  11796.  
  11797. CNewsSrc        This is part 2 of a C News distribution for the Amiga.
  11798.                 This part includes all the source for C News and the UUPC
  11799.                 package that it uses.  Part 1 is available on disk 318
  11800.                 and includes all the binary and text files necessary to
  11801.                 set up and run C News on the Amiga.
  11802.                 Author:  Various, Amiga port by Frank Edwards
  11803.  
  11804. Mathtrans       A very small library which replaces the mathtrans.library
  11805.                 distributed by Commodore-Amiga, for those who own an
  11806.                 MC68881/82 floating point unit.  Calculation speed of
  11807.                 some functions is increased up to 15 times.  Version 1.1,
  11808.                 includes source.
  11809.                 Author:  Heiner Huckstadt
  11810.  
  11811. CONTENTS OF DISK 320
  11812. --------------------
  11813.  
  11814. AmigaTrek       A continuation of Mike's Amiga Trek stories, which are
  11815.                 parodies of the Star Trek series, with an Amiga flavor.
  11816.                 Earlier stories are on disk 278.
  11817.                 Author:  Mike Smithwick
  11818.  
  11819. AmiOmega        Amiga port of the Omega game.  Omega is similar to hack
  11820.                 or rogue, but is much more complex.  There is a city,
  11821.                 several towns, a wilderness, lots of dungeons, a multitude
  11822.                 of monsters, lots of spells, magic items, etc.  There are
  11823.                 several quests to complete.  All in all, it is an excellent
  11824.                 game.  Requires 1Mb or more of memory.  Amiga version 1.0,
  11825.                 binary only.
  11826.                 Author:  Laurence Brothers, Amiga port by Rick Golembiewski
  11827.  
  11828. CONTENTS OF DISK 321
  11829. --------------------
  11830.  
  11831. DezHexBin       An intuition based programmers tool to convert integers
  11832.                 between decimal, hexadecimal, and binary.  Very small.
  11833.                 Version 1.1, includes source in assembly code.
  11834.                 Author:  Michael Djavidan
  11835.  
  11836. IconJ           IconJ significantly enhances the IconX program, and is
  11837.                 100% compatible.  It allows scripts to be executed by
  11838.                 double-clicking the script's icon.  Abilities include
  11839.                 joining the script with the icon file itself, or calling
  11840.                 it from any directory or disk, executing either AmigaDOS
  11841.                 or ARexx scripts, outputing to any file or device, running
  11842.                 interactive scripts and scripts that contain conditionals,
  11843.                 and creating relative console windows.  Includes a utility
  11844.                 called AtatJ which attaches or detaches a script to/from
  11845.                 an icon file.  Version 1.0, includes source in JForth.
  11846.                 Author:  Rich Franzen
  11847.  
  11848. Ifs             An Iterated Function System viewer which graphically
  11849.                 displays iterated function systems and allows the user
  11850.                 to interactively create the affine functions that define
  11851.                 such systems.  An IFS can represent complex pictures very
  11852.                 compactly.  Simple IFSs can describe an infinite number of
  11853.                 different and interesting fractal displays.  Includes a
  11854.                 number of displays that the author and others have
  11855.                 discovered.  Version 1.5, includes source in C.
  11856.                 Author:  Glen Fullmer
  11857.  
  11858. Planets         Some routines ported to the Amiga by Bob Leivian, that
  11859.                 compute the location of the planets (as viewed from a
  11860.                 specific point on the earth) and the phase of the moon,
  11861.                 for an arbitrary date and time.  Includes source.
  11862.                 Author:  Keith Brandt VIII, Jim Cobb, F. T. Mendenhall,
  11863.                          Alan Paeth, Petri Launiainen, Bob Leivian
  11864.  
  11865. Turtle          A shared library of "turtle" functions for drawing in a
  11866.                 RastPort.  Includes source in assembly and C.
  11867.                 Author:  Thomas Albers
  11868.  
  11869. UnixDirs        A program which intercepts calls to dos.library to add
  11870.                 the UNIX style '.' and '..' syntax for current and parent
  11871.                 directories, respectively, to file and path names.  I.E.,
  11872.                 you can refer to files in the current directory as './foo'
  11873.                 and files in the parent directory as '../foo', or any
  11874.                 combination of the two.  Includes source in assembly.
  11875.                 Author:  Murray Bennett and Mark Cyster
  11876.  
  11877. Whereis         Another "find-that-file" utility.  Whereis searches on your
  11878.                 (hard-)disk for a file(name) and displays the path to that
  11879.                 file.  Some features are case independent search, wildcards,
  11880.                 interactive mode (cd implemented), can display size and date
  11881.                 of files, always abortable, can archive filenames for "ZOO"
  11882.                 (like fnams/recurdir), and no recursive procedures. Includes
  11883.                 source in C.  Version 1.18 (2-15-90).
  11884.                 Author: Roland Bless
  11885.  
  11886. CONTENTS OF DISK 322
  11887. --------------------
  11888.  
  11889. Gwin            This is version 1.0 of GWIN.  GWIN or Graphics WINdow is
  11890.                 an integrated collection of graphics routines callable
  11891.                 from C.  These routines make it easy to create sophisticated
  11892.                 graphics programs in the C environment.  One-line calls give
  11893.                 you a custom screen (ten types available), menu items,
  11894.                 requestors, text, circles, polygons, etc.  GWIN is a
  11895.                 two-dimensional floating point graphics system with
  11896.                 conversion between world and screen coordinates.  GWIN
  11897.                 includes built-in clipping that may be turned off for
  11898.                 speed.  Use of color and XOR operations are greatly
  11899.                 simplified.  Many examples of the use of GWIN are
  11900.                 included in an examples directory.  Examples include
  11901.                 line/bar graph program, geographic mapping program,
  11902.                 SPICE 2G.6 graphics post-processor, and others.  Extensive
  11903.                 documentation is included.
  11904.                 Author:  Howard C. Anderson.
  11905.  
  11906.  
  11907. CONTENTS OF DISK 323
  11908. --------------------
  11909.  
  11910. ColorTools      Three tools that manipulate the colors of your screen.
  11911.                 Binary only.
  11912.                 Author:  Dieter Bruns
  11913.  
  11914. CZEd            A complete midi package for use with all Casio CZ
  11915.                 synthesizers.  Contains a full fledged sound editor, a
  11916.                 split simulator for CZ-101/1000/230S, a bank loader and
  11917.                 a memory dump for CZ-1.  This is a formerly commercial
  11918.                 package now released as shareware.  Binary only.
  11919.                 Author:  Oliver Wagner
  11920.  
  11921. LinkSound       Two examples of functions that you can link with your
  11922.                 own code to produce a short musical "beep" or a sound
  11923.                 that is similar to striking a drum.  Includes source.
  11924.                 Author:  Dieter Bruns
  11925.  
  11926. Show            A very versatile program to display IFF ILBM files.
  11927.                 Features realtime unpacking scroll, smart analysis of any
  11928.                 IFF file, total control over display modes, simple
  11929.                 slideshow processing, pattern matching, and a dozen other
  11930.                 options.  Only 9K.  Version 2.0, binary only.
  11931.                 Author:  Sebastiano Vigna
  11932.  
  11933. CONTENTS OF DISK 324
  11934. --------------------
  11935.  
  11936. ANSIEd          Demo version of an ANSI screen file editor.  It allows
  11937.                 you to easily create and modify a screen of ANSI-style
  11938.                 text/graphics on the Amiga.  The standard ANSI color set
  11939.                 (red, green, yellow, blue, magenta, cyan, white) and text
  11940.                 styles (plain, boldface, underlined, italic) are provided,
  11941.                 along with some simple editing and drawing functions.
  11942.                 This demo version has the save features disabled. This is
  11943.                 version 1.3.0, an update to version 1.2.0aD on disk 221.
  11944.                 Binary only.
  11945.                 Author:  Greg Epley
  11946.  
  11947. DiskFree        An small iconifiable intuition program that shows the
  11948.                 amount of free space available on all mounted disk
  11949.                 devices, both numerically and graphically.  Version 1.0,
  11950.                 shareware, binary only.
  11951.                 Author:  Dieter Kuntz
  11952.  
  11953. DPFFT           An enhanced version of DPlot from disk 290.  DPlot is
  11954.                 a simple display program for experimental data, with the
  11955.                 goals of supporting paging through lots of data and
  11956.                 providing comfortable scaling and presentation.  The
  11957.                 enhancements for DPFFT include addition of a Fast Fourier
  11958.                 Transform (FFT), display of a customized amplitude and
  11959.                 phase spectrum, a prewhitening capability, and a Welch
  11960.                 window for spectral smoothing.  This is version 2.1,
  11961.                 binary only.
  11962.                 Author:  A. A. Walma
  11963.  
  11964. Mailchk         A mail client for Dnet, which will inform you of any new
  11965.                 mail and will give the choice of viewing, deleting, or
  11966.                 printing a message.  Version 2.01, includes source.
  11967.                 Author:  Stephane Laroche
  11968.  
  11969. Tetris          A PD clone of the popular Tetris type games.  Written
  11970.                 completely in assembly code.  Very fast and responsive.
  11971.                 Includes full source.
  11972.                 Author:  Andy Hook
  11973.  
  11974. CONTENTS OF DISK 325
  11975. --------------------
  11976.  
  11977. Batchman        A program that allows the user to execute CLI programs
  11978.                 and batch files simply by clicking on a gadget.  It can
  11979.                 be used as the center of a turnkey system, where the
  11980.                 user simply clicks on gadgets to launch applications.
  11981.                 Version 1.1, includes source in Modula-II.
  11982.                 Author:  Michal Todorovic
  11983.  
  11984. DClock          A "Dumb Clock" utility that displays the date and time
  11985.                 in the Workbench screen title bar.  Uses only about 2
  11986.                 percent of the CPU time and about 10Kb of memory.  Also
  11987.                 has an alarm clock feature and audible beep for programs
  11988.                 that call DisplayBeep.  This is version 1.12, an update
  11989.                 to version 1.5 on disk 298, with many enhancements and a
  11990.                 few bug fixes.  Includes source.
  11991.                 Author:  Olaf Barthel
  11992.  
  11993. DoRevision      This program implements easy creation of source code
  11994.                 revision headers (very similar to the log headers to
  11995.                 be found at the top of the Amiga 'C' include files).
  11996.                 Version 1.0, includes source.
  11997.                 Author:  Olaf Barthel
  11998.  
  11999. FAM             A File Access Manager for the Amiga that allows multiple
  12000.                 ARexx programs to access a buffered version of a directory
  12001.                 in a consistent and serialized manner.  It buffers all the
  12002.                 names, dates, sizes and so on, for quick access.  This is
  12003.                 version 1.1 and includes source.
  12004.                 Author:  Darren New
  12005.  
  12006. FarPrint        Debugging functions for programs which don't have any
  12007.                 links to their environment.  FarPrint consists of two
  12008.                 major parts; a harbour process open to receive and
  12009.                 distribute messages and requests, and a set of C functions
  12010.                 to be linked into any program wishing to communicate with
  12011.                 the FarPrint main process.  This is version 1.5, an update
  12012.                 to version 1.3 on disk 281, and adds a shared library as
  12013.                 well as linker libraries for both Lattice and Aztec C.
  12014.                 Includes source.
  12015.                 Author:  Olaf Barthel
  12016.  
  12017. KeyMacro        A keyboard macro program, configurable via a text file,
  12018.                 that also supports hotkey program execution.  You can map
  12019.                 up to eight functions to each key, including keys such as
  12020.                 cursor keys, the return key, etc.  Version 1.0, includes
  12021.                 source.
  12022.                 Author:  Olaf Barthel
  12023.  
  12024. LifeCycles      Some sort of biorhythm type program.  No docs included.
  12025.                 Version 2.0, binary only.
  12026.                 Author:  Michal Todorovic
  12027.  
  12028. MemGuard        MemGuard is a MemWatch-like program which has been
  12029.                 rewritten in assembly language for maximum speed and
  12030.                 efficiency. Unlike MemWatch MemGuard does not run as
  12031.                 Task in a dummy loop but rather as a low-level interrupt
  12032.                 routine which is capable of trapping memory thrashing even
  12033.                 before exec might know of it and even while task switching
  12034.                 is forbidden. In fact the low-memory area is checked each
  12035.                 frame. Virtually no processing time is wasted, the
  12036.                 interrupt routine does the check in about half a raster
  12037.                 scan line's time.  This program was contributed by Ralf
  12038.                 Thanner, who spent three weeks programming & debugging it.
  12039.                 In this program Ralf uses some very delicate tricks to
  12040.                 let his interrupt routine work with Intuition alerts.
  12041.                 Version III, binary only.
  12042.                 Author:  Ralf Thanner
  12043.  
  12044. RexxHostLib     This is a shared library package to simplify the ARexx
  12045.                 host creation/management procedure.  Rexx-message parsing
  12046.                 is also included making it possible to control ARexx from
  12047.                 programs such as AmigaBASIC (can you imagine AmigaBASIC
  12048.                 controlling AmigaTeX?).  Includes source.
  12049.                 Author:  Olaf Barthel
  12050.  
  12051. CONTENTS OF DISK 326
  12052. --------------------
  12053.  
  12054. CBDump          This is a CLI utility for those who are working with the
  12055.                 Amiga's clipboard device.  It's sole purpose in life is
  12056.                 to dump the current contents of the clipboard to stdout
  12057.                 or by redirection to a pipe or a file.  Useful for
  12058.                 testing and interfacing with programs that do not support
  12059.                 the clipboard.  Source included.
  12060.                 Author:  Stephen Vermeulen.
  12061.  
  12062. DispMod         One of the series of ROBBS (Rexx Object Building Block
  12063.                 System) modules by Larry Phillips.  DispMod is a display
  12064.                 module that only understands ARexx messages.  It allows,
  12065.                 under program control, the display of text and the
  12066.                 acceptance of keyboard data.  Version 0.11, includes
  12067.                 source.
  12068.                 Author:  Larry Phillips
  12069.  
  12070. Itb             This program converts an icon to an IFF picture (brush)
  12071.                 file.  It handles both single and alternate image (animated)
  12072.                 icons.  This is version 1.10 which adds a colour palette to
  12073.                 the previous version from disk 85.  Version 1.10, binary
  12074.                 only.
  12075.                 Author:  Stephen Vermeulen.
  12076.  
  12077. MicroTerm       A very small, very simple, almost brain-dead terminal
  12078.                 program.  Primarily useful as an example of how to talk to
  12079.                 the console and serial devices.  Version 0.1, includes
  12080.                 source.
  12081.                 Author:  Stephen Vermeulen.
  12082.  
  12083. NeuronalNets    Some programs for playing with Neuronal Nets using
  12084.                 Hopfield and Hamming algorithms.  Binary only.
  12085.                 Author:  Uwe Schaefer
  12086.  
  12087. PopScreen       A small hack to pop a hidden screen to the front from the
  12088.                 CLI.  This was written to allow the author to use VLTjr
  12089.                 with other programs that also use custom screens.  Source
  12090.                 included.
  12091.                 Author:  Stephen Vermeulen.
  12092.  
  12093. Snap            A tool for clipping text or graphics from the screen,
  12094.                 using the clipboard device.  Snap finds out character
  12095.                 coordinates automatically, handles different fonts, keymaps,
  12096.                 accented characters, and more.  Version 1.4, an update
  12097.                 to version 1.3 on disk 274.  Includes source.
  12098.                 Author:  Mikael Karlsson
  12099.  
  12100. VSnap           This is an enhanced version of Snap 1.3, submitted by
  12101.                 Steve Vermeulen, which adds the ability to save clipped
  12102.                 graphics as IFF FORM ILBM's to the clipboard, so they can
  12103.                 be imported to other programs that understand IFF and the
  12104.                 clipboard.  I have dubbed it VSnap, since the official
  12105.                 1.4 Snap is also included on this disk.  Includes source.
  12106.                 Author:  Mikael Karlsson, enhancements by Steve Vermeulen
  12107.  
  12108. CONTENTS OF DISK 327
  12109. --------------------
  12110.  
  12111. ARTM            ARTM (Amiga Real Time Monitor) displays and controls
  12112.                 system activity such as tasks, windows, libraries, devices,
  12113.                 resources, ports, residents, interrupts, vectors, memory,
  12114.                 mounts, assigns, fonts and hardware.  Includes both a PAL
  12115.                 and an NTSC version.  This is version 1.0, an update to
  12116.                 version 0.9 on disk 277.  Binary only.
  12117.                 Author:  Dietmar Jansen and F. J. Mertens
  12118.  
  12119. MM              An implementation of the game Mastermind.  In this game
  12120.                 you must try to guess a color combination which the amiga
  12121.                 sets via a random generator.  There are 6 colors which can
  12122.                 be set in any combination.  Includes source.
  12123.                 Author:  Dietmar Jansen
  12124.  
  12125. MRBackUp        A hard disk backup utility that does a file by file copy
  12126.                 to standard AmigaDOS floppy disks.  Includes an intuition
  12127.                 interface and file compression.  This is version 3.4, an
  12128.                 update to version 3.3e on disk 279.  Binary only.
  12129.                 Author:  Mark Rinfret
  12130.  
  12131. Msh             An Amiga file system handler that handles MSDOS formatted
  12132.                 diskettes.  You can use files on such disks in almost
  12133.                 exactly the same way as you use files on native AmigaDOS
  12134.                 disks.  This is a fully functional, read/write version,
  12135.                 that supports 8, 9, or 10 sector disks of 80 tracks, and
  12136.                 should also work on 40 track drives and hard disks with
  12137.                 12 or 16 bit FAT of any dimension the FAT allows.
  12138.                 Includes source.
  12139.                 Author:  Olaf Seibert
  12140.  
  12141. Softfont        Converts portrait soft fonts for HP LaserJet compatible
  12142.                 laser printers to landscape format.  Includes source.
  12143.                 Author:  Thomas Lynch
  12144.  
  12145. CONTENTS OF DISK 328
  12146. --------------------
  12147.  
  12148. AnalytiCalc     A full featured system for numerical analysis and
  12149.                 reporting.  Includes a spreadsheet, graphics programs,
  12150.                 documents and facilities for performing many commonly
  12151.                 needed functions.  Features include an 18000 by 18000
  12152.                 cell spreadsheet using virtual memory, random access
  12153.                 to other saved spreadsheet formulas or values, easy
  12154.                 save or merge of partial sheets, up to 400 windows on
  12155.                 screen, ability to drive any cell from external macros,
  12156.                 built in matrix algebra, random number generation,
  12157.                 date arithemetic, and much more.  This is version
  12158.                 V24-01a, an update to version V23-2A on disk 176.
  12159.                 Binary only.
  12160.                 Author:  Glenn Everhart
  12161.  
  12162. Hames           Some miscellaneous programs from Chris Hames.  DirWork
  12163.                 V1.01 is a fast, small, simple efficient DirUtility.
  12164.                 FSDirs V1.3 is a floppy accelerator program.  VMK V27
  12165.                 is a small virus detector/killer that knows about 27
  12166.                 different viruses and can detect new ones.  NoInfo V1.0
  12167.                 stops programs from producing ".info" files.  Binaries
  12168.                 only.
  12169.                 Author:  Chris Hames
  12170.  
  12171. RoadRoute       A trip planner that takes a list of cities and a list
  12172.                 of known routes between cities, and generates the distance
  12173.                 and time required to reach your destination.  This is an
  12174.                 update to version 1.0 on disk 251, with an expanded
  12175.                 datebase of cities and roads for New Mexico, Texas,
  12176.                 Oklahoma, Kansas, Nebraska, South Dakota, Louisiana,
  12177.                 Arkansas, Missouri, Colorado and Mississippi, added by
  12178.                 Fred Mayes and Gary Delzer.  Includes source.
  12179.                 Author:  Jim Butterfield, Fred Mayes, Gary Delzer
  12180.  
  12181. CONTENTS OF DISK 329
  12182. --------------------
  12183.  
  12184. CPU             Two programs, one in C and one in assembler, which
  12185.                 check for CPU type.  This version can detect 68000,
  12186.                 68010, 68020, and 68881 processors.  Includes source.
  12187.                 Author:  Ethan Dicks, based on WhatCPU by Dave Haynie
  12188.  
  12189. DiskSpeed       A disk speed testing program specifically designed to
  12190.                 give the most accurate results of the true disk perform-
  12191.                 ance of the disk under test.  Automatically updates and
  12192.                 maintains an ASCII database of disk results for tested
  12193.                 disks.  This is version 3.1, an update to version 2.0 on
  12194.                 disk 288, with some source code cleanups and stress tests
  12195.                 for CPU and DMA.  Includes source in C.
  12196.                 Author:  Michael Sinz
  12197.  
  12198. Empire          This is a complete rewrite, from the ground up, in
  12199.                 Draco, of Peter Langston's Empire game.  Empire is
  12200.                 a multiplayer game of exploration, economics, war,
  12201.                 etc, which can last a couple of months.  Can be
  12202.                 played either on the local keyboard or remotely
  12203.                 through a modem.  This is version 1.33w, an update
  12204.                 to version 1.0 on disk 118, and includes many changes
  12205.                 and enhancements.  Binary only.
  12206.                 Author:  Chris Gray, David Wright, Peter Langston
  12207.  
  12208. FileSystems     Displays AmigaDOS disk devices with information about
  12209.                 the head geometry, BufMemType, and the lower level
  12210.                 exec device.  Includes source.
  12211.                 Author:  Ethan Dicks
  12212.  
  12213. OnePlane        Removes the highest number bitplane from the WorkBench
  12214.                 screen.  Normally used to take Workbench screen from
  12215.                 2 bitplanes to 1 bitplane.  This allows CON: style
  12216.                 devices to scroll text faster.  Includes source.
  12217.                 Author:  Ethan Dicks
  12218.  
  12219. CONTENTS OF DISK 330
  12220. --------------------
  12221.  
  12222. Mostra          A very versatile program to display IFF ILBM files.
  12223.                 Features realtime unpacking scroll, smart analysis of any
  12224.                 IFF file, total control over display modes, simple
  12225.                 slideshow processing, pattern matching, and a dozen other
  12226.                 options.  Only 14K.  This is version 1.0, an upgrade to
  12227.                 the Show program on disk 323, and adds SHAM, double
  12228.                 buffering, faster decompression, color cycling, TeXdocs,
  12229.                 startup files for easy customizing, and complete WorkBench
  12230.                 support through ToolTypes and Style icons.  Binary only.
  12231.                 Author:  Sebastiano Vigna
  12232.  
  12233. Palette         A tool which allows you to change another program's
  12234.                 custom screen colors.  This is version 1.1, an update
  12235.                 to the version on disk 55.  New features include checks
  12236.                 for WorkBench startups, checks for HAM, Half Brite, or
  12237.                 more than five bitplanes, and more graceful exits.
  12238.                 Includes source in assembly.
  12239.                 Author:  Randy Jouett, CJ Fruge, Carolyn Scheppner,
  12240.                          Charlie Heath
  12241.  
  12242. Vt100           A vt100 emulator for the Amiga, which also supports
  12243.                 various file transfer protocols like kermit, xmodem,
  12244.                 ymodem, zmodem, etc, has an Arexx port, can use
  12245.                 custom external protocol modules, and more.  This is
  12246.                 version 2.9a, an update to version 2.9 on disk 275.
  12247.                 Includes source.
  12248.                 Author:  Dave Wecker, Tony Sumrall, Frank Anthes,
  12249.                          and Chuck Forsberg
  12250.  
  12251. XprKermit       An Amiga shared library which provides Kermit file
  12252.                 transfer capability to any XPR-compatible communications
  12253.                 program.  Supports version 2.0 of the XPR Protocol
  12254.                 specification.  Version 1.5, includes source.
  12255.                 Author:  Marco Papa, Stephen Walton
  12256.  
  12257.  
  12258. CONTENTS OF DISK 331
  12259. --------------------
  12260.  
  12261. CRobots         A game based on computer programming.  Unlike arcade type
  12262.                 games which require human input controlling some object,
  12263.                 all strategy in CRobots is condensed into a C language
  12264.                 program that you design and write, to control a robot
  12265.                 whose mission is to seek out, track, and destroy other
  12266.                 robots, each running different programs.  All robots are
  12267.                 equally equipped, and up to four may compete at once.
  12268.                 This is version 2.2w, an update to version 2.1w on disk
  12269.                 311.  Binary only, source available from author.
  12270.                 Author:  Tom Poindexter, Amiga version by David Wright
  12271.  
  12272. Csh             Version 4.01a of a csh like shell derived from Matt
  12273.                 Dillon's shell, version 2.07.  This is an update to
  12274.                 version 4.00a on disk 309.  Changes include mostly bug
  12275.                 fixes and corrections.  Includes source.
  12276.                 Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  12277.  
  12278. Iff2Ex          A program to convert IFF pictures to an executable.  It
  12279.                 can handle NTSC/PAL, interlace and overscan.  Version 1.0,
  12280.                 binary only.
  12281.                 Author:  Pieter van Leuven
  12282.  
  12283. LhArcA          An intuitionized and faster version of lharc for the Amiga.
  12284.                 Requires ARP library.  Version 0.99a, binary only.
  12285.                 Author:  Haruyasu Yoshizaki, Amiga version by Stefan Boberg
  12286.  
  12287. LVR             Link Virus Remover.  A program that recursively searches
  12288.                 directories for link viruses in executable files.  This
  12289.                 is version 1.20, binary only.
  12290.                 Author:  Pieter van Leuven
  12291.  
  12292. NTSC-PAL        Utilities which allow Amigas with the new ECS 1Mb Agnus
  12293.                 to easily switch between PAL and NTSC display modes.
  12294.                 Version 1.0, includes source in assembly.
  12295.                 Author:  Nico Francois
  12296.  
  12297. PatchLoadSeg    This program patches the loadseg routine to automatically
  12298.                 detect link viruses when a program is loaded.  Displays an
  12299.                 alert when a virus is detected in a program being loaded
  12300.                 for execution.  Version 1.20, includes source.
  12301.                 Author:  Pieter van Leuven
  12302.  
  12303. VirusUtils      Two programs to detect viruses on disk and in memory.
  12304.                 Virushunter removes all known viruses in memory.
  12305.                 Viruskiller removes all known viruses in memory and after
  12306.                 removing the viruses the disks can be checked without the
  12307.                 virus copying itself to the disks.  Version 3.60, binary
  12308.                 only.
  12309.                 Author:  Pieter van Leuven
  12310.  
  12311. CONTENTS OF DISK 332
  12312. --------------------
  12313.  
  12314. AniPtrs         Some cute animated pointers.  I have adopted one of them
  12315.                 as my permanent replacement for the boring red arrow.
  12316.                 Binary only.
  12317.                 Author:  Bob McKain
  12318.  
  12319. DevPatch        A program that installs a patch for OpenWindow to check the
  12320.                 NewWindow structure.  If the title matches a specific
  12321.                 string, the height will be forced to 45 pixels.  This helps
  12322.                 to reduce chip memory usage for programs that open overly
  12323.                 large windows and then seldom use them.  Includes source.
  12324.                 Author:  Jorrit Tyberghein, Nico Francois, P. Marivoet
  12325.  
  12326. Helper          A little InputEvent hack, activated via the HELP key.
  12327.                 Originally meant to provide a unique method of giving the
  12328.                 user help (you don't have to put that help stuff into your
  12329.                 own program).  Now also contains a color requester and a
  12330.                 small notepad.  Version 1.01, includes source.
  12331.                 Author:  Michael Balzer
  12332.  
  12333. K1_Editor       An editor for the Kawai K1(m) synthesizer with two
  12334.                 auxiliary programs for managing sound dumps.  This is
  12335.                 version 1.00, shareware, includes source.
  12336.                 Author:  Michael Balzer
  12337.  
  12338. Kryptor         A small, simple and comfortable file encoder/decoder.
  12339.                 Version 1.0, includes source.
  12340.                 Author:  Michael Balzer
  12341.  
  12342. RevBut          Another InputEvent hack, giving you a toggling right mouse
  12343.                 button.  Version 1.0, includes source.
  12344.                 Author:  Michael Balzer
  12345.  
  12346. CONTENTS OF DISK 333
  12347. --------------------
  12348.  
  12349. MultiPlot       A package for making 2D plots conveniently.  Tim Mooney
  12350.                 wrote the original program, which was then enhanced by
  12351.                 Alan Baxter with a nicer user interface, support for
  12352.                 the PLT: device, and support for file conversions.  Rich
  12353.                 Champeaux and Jim Miller wrote the PLT: handler which
  12354.                 emulates a plotter by accepting HP-GL commands, creating
  12355.                 a raster image, then dumping it to any preferences supported
  12356.                 graphics printer.  This is version XLNb, an update to
  12357.                 version XLN on disk 292, and includes many bug fixes, style
  12358.                 changes, and enhancements.  Includes source.
  12359.                 Author:  Alan Baxter, Tim Mooney, Rich Campeaux, Jim Miller
  12360.  
  12361. CONTENTS OF DISK 334
  12362. --------------------
  12363.  
  12364. FBM             An Amiga port of the Fuzzy PixMap image manipulation
  12365.                 library.  This package allows manipulation and conversion
  12366.                 of a variety of color and B&W image formats.  Supported
  12367.                 formats include Sun rasterfiles, GIF, IFF, PCX, PBM
  12368.                 bitmaps, "face" files, and FBM files.  Also has input
  12369.                 converters for raw images, like DigiView files, and
  12370.                 output converters for PostScript and Diablo graphics.
  12371.                 Besides doing format conversion, some of the other image
  12372.                 manipulation operations supported include rectangular
  12373.                 extraction, density and contrast changes, rotation,
  12374.                 quantization, halftone grayscaling, edge sharpening,
  12375.                 and histograms.  Version 0.9, binary only.
  12376.                 Author:  Michael Mauldin; Amiga port by Kenn Barry
  12377.  
  12378. PPMore          A "more" replacement program that reads normal ascii text
  12379.                 files as well as files crunched with PowerPacker.  The
  12380.                 crunched files can result in consider disk space savings.
  12381.                 Version 1.5, binary only.
  12382.                 Author:  Nico Francois
  12383.  
  12384. PPShow          A "show" program for normal IFF ILBM files or ILBM files
  12385.                 crunched with PowerPacker.  The decrunching is done auto-
  12386.                 matically as the file is read.  Version 1.0, binary only.
  12387.                 Author:  Nico Francois
  12388.  
  12389. WhatIs          A neat little utility which not only recognizes a wide
  12390.                 variety of file types (executables, IFF, icons, zoo files,
  12391.                 etc), but prints interesting information about the structure
  12392.                 or contents of the recognized file types.  Version 1.2a,
  12393.                 binary only.
  12394.                 Author:  J. Tyberghein
  12395.  
  12396. CONTENTS OF DISK 335
  12397. --------------------
  12398.  
  12399. BoingDemo       Demo version of a neat game due for release in March 1990.
  12400.                 It is fully functional but the play time is limited to
  12401.                 five minutes per play.  Version 0.30, binary only.
  12402.                 Author:  Kevin Kelm, Alternate Realities
  12403.  
  12404. DTC             A utility providing a simple calendar which can hold
  12405.                 and show appointments.  It may be useful in managing
  12406.                 your time.  Its chief goals were to provide day, week
  12407.                 and month at a glance for any date between 1/1/0001
  12408.                 and 12/31/9999, defaulting to the current date.  It
  12409.                 is menu driven and fairly easy to use.  Includes source
  12410.                 in Fortran.
  12411.                 Author:  Mitch Wyle, Amiga port by Glenn Everhart
  12412.  
  12413. SeeHear         A program to do a spectrogram of a sampled sound file.
  12414.                 This is a graph with time on one axis, frequency on the
  12415.                 other and the sound intensity at each point determining
  12416.                 the pixel color.  With source in C, including FFT routine.
  12417.                 This is version 1.1.
  12418.                 Author:  Daniel T. Johnson
  12419.  
  12420. CONTENTS OF DISK 336
  12421. --------------------
  12422.  
  12423. Car             A two-dimensional full screen scrolling racing game with
  12424.                 realistic four channel stereo sound and overscan, for
  12425.                 either NTSC or PAL Amigas.  The goal is to guide your car
  12426.                 around one of ten selected tracks.  Each track has its
  12427.                 individual high score list.  Version 2.0, binary only.
  12428.                 Author:  Anders Bjerin
  12429.  
  12430.  
  12431. FileWindow      A completely public domain file requester which may be used
  12432.                 in any program, even commercial ones.  It uses dynamically
  12433.                 allocated memory to hold the file names so the only limitation
  12434.                 is the amount of memory available.  Includes a filter option
  12435.                 to limit display of filenames to only ones with a specific
  12436.                 extension.  Names are automatically sorted while they are
  12437.                 being read and displayed.  Version 1.10, includes source.
  12438.                 Author:  Anders Bjerin
  12439.  
  12440. MiniBlast       A shoot'em up game which runs just fine in a multitasking
  12441.                 environment.  At last you can enjoy a satisfying megablast
  12442.                 while you are writing a boring essay.  Shoot anything that
  12443.                 moves, and if it doesn't move, shoot it anyway.  This is
  12444.                 version 1.00, binary only.
  12445.                 Author:  Anders Bjerin
  12446.  
  12447. Sys             A game built on the addictive game PONGO but with several
  12448.                 added features.  You have been assigned the demanding task
  12449.                 of cleaning viruses from your SYSOP's hard disk.  To kill
  12450.                 a virus, you simply kick a disk at it.  There are fifty
  12451.                 different levels, and on each level, the speed will increase
  12452.                 and the viruses will be smarter and start to hunt you.
  12453.                 Version 2.10, binary only.
  12454.                 Author:  Anders Bjerin
  12455.  
  12456. CONTENTS OF DISK 337
  12457. --------------------
  12458.  
  12459. CManual         A complete C manual for the Amiga which describes how
  12460.                 to open and work with screens, windows, graphics, gadgets,
  12461.                 requesters, alerts, menus, IDCMP, sprites, etc.  The
  12462.                 manual consists of more than 200 pages in 11 chapters,
  12463.                 together with more than 70 fully executable examples with
  12464.                 source code.  When unpacked, the manual and examples
  12465.                 nearly fill up three standard Amiga floppies.  This is
  12466.                 version 1.00 and includes source for all examples.
  12467.                 Author:  Anders Bjerin
  12468.  
  12469. CONTENTS OF DISK 338
  12470. --------------------
  12471.  
  12472. Cpp             This is a copy of the Decus cpp, ported to the Amiga.
  12473.                 This cpp is more powerful and complete than either of
  12474.                 the built in cpp's in Manx or Lattice C.  This is an
  12475.                 update to the version on disk 28.  It has had some
  12476.                 ANSI features added.  Includes source.
  12477.                 Author:  Martin Minow, Olaf Seibert
  12478.  
  12479. SASTools        Various submissions from "Sick Amiga Soft".  Includes
  12480.                 some virus tools, some screen hacks, some small games,
  12481.                 and miscellaneous utilities.  Includes source in assembly
  12482.                 and Modula-II.
  12483.                 Author:  Jorg Sixt
  12484.  
  12485. SID             A very comprehensive directory utility for the Amiga
  12486.                 that supports at least a couple of dozen different commands
  12487.                 for operating on files.  Version 1.06, binary only.
  12488.                 Author:  Timm Martin
  12489.  
  12490. CONTENTS OF DISK 339
  12491. --------------------
  12492.  
  12493. PCQ             A freely redistributable, self compiling, Pascal compiler
  12494.                 for the Amiga.  The only major feature of Pascal that
  12495.                 is not implemented is sets.  This is version 1.1c, an
  12496.                 update to version 1.0 on disk 183.  It is much enhanced
  12497.                 and about four times faster.  Includes the compiler source
  12498.                 and example programs.
  12499.                 Author:  Patrick Quaid
  12500.  
  12501. CONTENTS OF DISK 340
  12502. --------------------
  12503.  
  12504. NorthC          A complete freely redistributable C environment for the
  12505.                 Amiga based on the Sozobon Ltd C compiler, Charlie Gibb's
  12506.                 assembler, the Software Distillery's linker, and portions
  12507.                 from other sources.  Steve has pulled everything together
  12508.                 and added some enhancements in the process.  Version 1.0,
  12509.                 partial source only.
  12510.                 Author:  Steve Hawtin, et. al.
  12511.  
  12512. Plplot          A library of C functions useful for scientific plotting
  12513.                 on the Amiga.  The library is Lattice C compatible.
  12514.                 Contour plotting, three dimensional plotting, axis
  12515.                 redefinition, log-log plotting and multiple subpages are
  12516.                 a few of Plplot's features.  The plots can be displayed
  12517.                 on a monitor or sent to a graphics file for subsequent
  12518.                 printing.  This is version 2.6, and update to version
  12519.                 1.00 on disk 222.  This version includes a greatly
  12520.                 improved intuition interface, preferences support for
  12521.                 hardcopy, several new device drivers, and the capability
  12522.                 of adding additional device drivers easily. Includes
  12523.                 source.
  12524.                 Author:  Tony Richardson
  12525.  
  12526. SpeakerSim      Demo version of SpeakerSim 2.0, a loudspeaker CAD program.
  12527.                 Simulates vented (Thiele-Small) and closed box systems.
  12528.                 Also simulates 1st, 2nd, and 3rd order high and low pass
  12529.                 filters.  Binary only.
  12530.                 Author:  Dissidents
  12531.  
  12532.  
  12533. CONTENTS OF DISK 341
  12534. --------------------
  12535.  
  12536. P2C             P2C is a tool for translating Pascal programs into C.
  12537.                 It handles the following Pascal dialects: HP Pascal,
  12538.                 Turbo/UCSD Pascal, DEC VAX Pascal, Oregon Software
  12539.                 Pascal/2, Macintosh Programmer's Workshop Pascal,
  12540.                 Sun/Berkeley Pascal.  Modula-2 syntax is also supported.
  12541.                 Most reasonable Pascal programs are converted into fully
  12542.                 functional C which will compile and run with no further
  12543.                 modifications.  This is version 1.13 and includes source.
  12544.                 Author:  Dave Gillespie, Amiga port by G. R. (Fred) Walter
  12545.  
  12546. CONTENTS OF DISK 342
  12547. --------------------
  12548.  
  12549. IE              This is an icon editor which can create and modify icons
  12550.                 up to 640x200 pixels in size (also dual render).  It can
  12551.                 set stack size, position of icon (also free-floating),
  12552.                 default tool, 10 tool types and control over opened
  12553.                 window.  It can also generate the C source code behind the
  12554.                 icon for program inclusion.  Version 1.0, binary only,
  12555.                 source available from author.
  12556.                 Author:  Peter Kiem
  12557.  
  12558. SKsh            A ksh-like shell for the Amiga.  Some of its features
  12559.                 include command substitution, shell functions with
  12560.                 parameters, aliases, local variables, local functions,
  12561.                 local aliases, powerful control structures and tests,
  12562.                 emacs style line editing and history functions, I/O
  12563.                 redirection, pipes, large variety of built-in commands,
  12564.                 Unix style wildcards, Unix style filename conventions,
  12565.                 filename completion, and coexistence with scripts from
  12566.                 other shells.  Very well documented.  Version 1.4, an
  12567.                 update to version 1.3 on disk 309.  New features include
  12568.                 a "tiny" version, a working case construct, support for
  12569.                 resident commands, smaller and faster external commands,
  12570.                 and more.  Binary only.
  12571.                 Author:  Steve Koren
  12572.  
  12573. Softfont        Converts portrait soft fonts for HP LaserJet compatible
  12574.                 laser printers to landscape format.  This is an update
  12575.                 to the version included on disk 327.  Includes source.
  12576.                 Author:  Thomas Lynch
  12577.  
  12578. CONTENTS OF DISK 343
  12579. --------------------
  12580.  
  12581. SnakePit        A simple, yet addictive game in which you must get the
  12582.                 snake (you) off of the screen.  There are, however, some
  12583.                 rough spots and some obstacles that may need to be
  12584.                 overcome.  An excellent example of a game that is as
  12585.                 system friendly as possible.  Includes source.
  12586.                 Author:  Michael Sinz
  12587.  
  12588. SoftSpan        Soft Span BBS program.  Intuitive, command-line based
  12589.                 menu system with message bases, up/down loads, file
  12590.                 credit system, extensive help system, etc.  This is
  12591.                 shareware version 1.0, binary only, lattice C source
  12592.                 code available from the author.
  12593.                 Author:  Mark Wolfskehl
  12594.  
  12595. StockBroker     A program that helps you follow the recent table of
  12596.                 exchange from one (or more) share(s).  But of course
  12597.                 you must tell the Amiga the recent table of exchange
  12598.                 every day.  Requires AmigaBASIC.  Binary only.
  12599.                 Author:  Michael Hanelt
  12600.  
  12601. CONTENTS OF DISK 344
  12602. --------------------
  12603.  
  12604. Keyboard        Functions to translate RAWKEY Intuition messages into
  12605.                 usable keycodes. Translation into Modula-2 of C source
  12606.                 (by Fabbian G. Dufoe, III) on disk 291. Version 1.0.
  12607.                 Includes source.
  12608.                 Author:  Fabbian G. Dufoe III, Peter Graham Evans
  12609.  
  12610. RKMCompanion    A two disk set of material created by Commodore for use
  12611.                 with the 1.3 revison of the Amiga ROM Kernel Reference
  12612.                 Manual, Libraries and Devices, published by Addison-Wesley.
  12613.                 Almost 300 files, including C source code examples and
  12614.                 executables, have been packed into two lharc archives,
  12615.                 one for each disk of the two disk set.  These examples
  12616.                 are not public domain, but may be used and distributed
  12617.                 under the conditions specified in the copyrights.
  12618.                 Author:  Commodore Business Machines, Inc.
  12619.  
  12620. CONTENTS OF DISK 345
  12621. --------------------
  12622.  
  12623. CRobots         A game based on computer programming.  Unlike arcade type
  12624.                 games which require human input controlling some object,
  12625.                 all strategy in CRobots is condensed into a C language
  12626.                 program that you design and write, to control a robot
  12627.                 whose mission is to seek out, track, and destroy other
  12628.                 robots, each running different programs.  All robots are
  12629.                 equally equipped, and up to four may compete at once.
  12630.                 This is version 2.3w, an update to version 2.2w on disk
  12631.                 331.  Binary only, source available from author.
  12632.                 Author:  Tom Poindexter, Amiga version by David Wright
  12633.  
  12634. Du              Prints number of disc blocks used in selected files or
  12635.                 directories.  Modified from original version on disk 48
  12636.                 to make output more readable, and handle ^C exit.
  12637.                 Includes source.
  12638.                 Author:  Joe Mueller, enhancements by Gary Duncan
  12639.  
  12640. GetImage        An enhanced version of "gi" from disk 14.  It now looks
  12641.                 for the GRAB marker, in the brush file, instead of assuming
  12642.                 that it is at a specific place, sets up the PlanePick
  12643.                 value in the Image structure, and deletes any unused
  12644.                 bitplanes to save memory and disk space.  Includes source.
  12645.                 Author: Mike Farren, enhancements by Chuck Brand
  12646.  
  12647. MemFrag         Displays number of memory chunks/sizes to show memory
  12648.                 fragmentation.  Chunks are displayed as 2**N bytes which is
  12649.                 a rough guide but still useful.  This is an enhanced version
  12650.                 of "Frags" from disk 69.  Includes source.
  12651.                 Author:  Mike Meyer, enhancements by Gary Duncan
  12652.  
  12653. Roses           A program that draws sine roses.  Implements an algorithm
  12654.                 given in the article "A Rose is a Rose ..." by Peter M.
  12655.                 Maurer in American Mathematical Monthly, Vol 94, No. 7,
  12656.                 1987, p 631.  A sine rose is a graph of the polar equation
  12657.                 "r = sin(n*d)" for various values of n and d.
  12658.                 Author:  Carmen Artino
  12659.  
  12660. Unshar          This program extracts files from Unix shar archives.  It
  12661.                 scores over similar programs by being small and fast,
  12662.                 handling extraction of subdirectories, recognising a wide
  12663.                 variety of `sed' and `cat' shar formats, and handling large
  12664.                 files spread across several shar files.  This is version 1.3,
  12665.                 an update to the version on disk 287.  Includes C source.
  12666.                 Author:  Eddy Carroll
  12667.  
  12668. VcEd            A Voice (Tone) Editor for the Yamaha 4 Operator series
  12669.                 synthesizers.  Binary only, source available from author.
  12670.                 Author:  Chuck Brand
  12671.  
  12672. X2X             Cross converts between Motorola/Intel/Tektronix ASCII-hex
  12673.                 files.  These files are typically used for down-line-loading
  12674.                 into EPROMS, or for transmission where binary files cause
  12675.                 chaos.  Handles S1, S2, S3, INTEL (inc USBA records),
  12676.                 Tektronix (inc extended).  Source included.
  12677.                 Author:  Gary Duncan.
  12678.  
  12679. CONTENTS OF DISK 346
  12680. --------------------
  12681.  
  12682. Az              A nice little text editor that is fast, simple to use,
  12683.                 and very Amiga'ized.  This is version 1.50, an update
  12684.                 to version 1.40 on disk 228, with lots of new features,
  12685.                 bug fixes, and other improvements.  Binary only.
  12686.                 Author:  Jean-Michel Forgeas
  12687.  
  12688. CassEti         Cassette tape label printer.  Includes source in GFA
  12689.                 Basic.
  12690.                 Author:  Thorsten Ludwig
  12691.  
  12692. FME             Patch to AllocMem() to allow badly designed programs which
  12693.                 request fast mem without necessity to be run on 512k
  12694.                 machines.  Includes source in assembler.
  12695.                 Author:  Holger Lubitz
  12696.  
  12697. GoWB            Very small (296 bytes) and effective replacement for the
  12698.                 well known "LoadWB" and "EndCLI" command pair.  This release
  12699.                 fixes a severe bug in the first version which used to guru
  12700.                 if run out of a script.  Includes source in C.
  12701.                 Author:  Oliver Wagner
  12702.  
  12703. PacketSupport   A link library, for use with Lattice C, providing a few
  12704.                 functions to handle DOS packet postage.  Includes source.
  12705.                 Author:  Oliver Wagner
  12706.  
  12707. PatchNTSC       OS fix to allow the growing number of PAL display programs
  12708.                 to be run on NTSC machines.  Will patch the Intuition
  12709.                 OpenScreen() function to assure screens with PAL height to
  12710.                 be opened in interlace mode.  Includes source in assembler.
  12711.                 Author:  Oliver Wagner
  12712.  
  12713. TextPaint       Second major release of the Ansi editor.  All major bugs
  12714.                 have been fixed, and a bunch of new options have been added,
  12715.                 e.g. possibility to reload ansi files or CLI modules, 4
  12716.                 color option, optimized keyboard layout, new drawing modes,
  12717.                 right mouse button support (like DeluxePaint) and much more.
  12718.                 Binary only, shareware.
  12719.                 Author:  Oliver Wagner
  12720.  
  12721. Timetest        Working example to show the time() and gmtime() functions of
  12722.                 the Lattice C support library.  Includes source in C.
  12723.                 Author:  Oliver Wagner
  12724.  
  12725. WBD             Possibly the smallest utility to set the workbench screen
  12726.                 to any depth.  Includes source in C.
  12727.                 Author:  Oliver Wagner
  12728.  
  12729. CONTENTS OF DISK 347
  12730. --------------------
  12731.  
  12732. Cursor          A 3-pass BASIC Compiler for BASIC programs written in
  12733.                 AmigaBASIC, does not yet support all of the BASIC
  12734.                 commands but is able to compile itself.  This is
  12735.                 version 1.0, includes source.
  12736.                 Author:  Jurgen Forster
  12737.  
  12738. Drip            Drip is an arcade style game with 15 floors (levels).
  12739.                 You must move along the pipes of each floor and rust
  12740.                 them to advance to the next level. Every 3 floors
  12741.                 completed will entitle you to a bonus round where
  12742.                 extra drips can be won.  An extra drip will also be
  12743.                 awarded for every 10,000 points.  Binary only.
  12744.                 Author:  Art Skiles
  12745.  
  12746. CONTENTS OF DISK 348
  12747. --------------------
  12748.  
  12749. ColorReq        Describes the update to the color.library and has an example
  12750.                 program, with source, that demonstrates its use.
  12751.                 Author:  Dissidents Software
  12752.  
  12753. DisEditor       This is a demo of the dissidents shareware text editor.
  12754.                 Version 1.1, binary only.
  12755.                 Author:  Dissidents Software
  12756.  
  12757. DisSecretary    This program can be used to file information in a
  12758.                 "file cabinet" type environment.  It is well suited for
  12759.                 jobs such as maintaining a disk catalog, or user group
  12760.                 membership, etc.  Included is a data file of the library
  12761.                 catalog, disks 1 to 310.  Version "Wanda", binary only.
  12762.                 Author:  Dissidents Software
  12763.  
  12764. FileIO          Contains updated files for version 1.6 of the dissidents
  12765.                 requester library.  There is a bug fix to the library as
  12766.                 well as a new function.  See disk 257 for the complete
  12767.                 documentation, and examples.
  12768.                 Author:  Dissidents Software
  12769.  
  12770. ILBMLib         Contains updated files for the dissidents ilbm.library
  12771.                 on disk 237, with new lib features and a new library.
  12772.                 Also included is a much improved (better organized) doc
  12773.                 file, and new C examples that show how to use the library
  12774.                 for any kind of IFF file.  See disk 237 for other examples.
  12775.                 Author:  Dissidents Software
  12776.  
  12777. InstallLibs     A program to copy files to the LIBS: dir of a boot disk.
  12778.                 Can be used to create a handy installation program (hard
  12779.                 disks especially) for programs that need disk-based
  12780.                 libraries.  Includes source.
  12781.                 Author:  Dissidents Software
  12782.  
  12783. SAMP            An IFF sampled sound format designed for professional
  12784.                 music use.  It can be used for 16-bit samples, multiple
  12785.                 waveforms, etc.  Includes a SAMP reader/writer shared
  12786.                 library, interface routines, and programming examples.
  12787.                 Also includes a program to convert 8SVX to SAMP.
  12788.                 Author:  Dissidents Software
  12789.  
  12790. CONTENTS OF DISK 349
  12791. --------------------
  12792. This is disk 349 of the freely distributable AMIGA software library.
  12793. Below is a listing of the significant directories and their contents.
  12794.  
  12795.  
  12796. MED             A music editor much like SoundTracker.  A song consists
  12797.                 of up to 50 blocks of music, which can be played in any
  12798.                 order.  Editing features include cut/paste/copy tracks
  12799.                 or blocks, changing the vibrato, tempo, crescendo, and
  12800.                 note volume.  Other features include switching of the
  12801.                 low-pass-filter on or off on a per song basis, and a cute
  12802.                 little animated pointer of a guy doing "jumping jacks" in
  12803.                 time to the music!  This is version 2.00, an update to
  12804.                 version 1.12 on disk 255.  Now includes full source.
  12805.                 Author:  Teijo Kinnunen
  12806.  
  12807. CONTENTS OF DISK 350
  12808. --------------------
  12809.  
  12810. Icons           A large variety of icons for many uses, of practically
  12811.                 every description.  Most are animated.
  12812.                 Author:  Bradley W. Schenck
  12813.  
  12814. MemMometer      A program that opens a narrow window and graphically
  12815.                 displays your memory usage like a gauge.  Based on
  12816.                 WFrags, by Tomas Rokicki.  Version 2.10, includes source.
  12817.                 Author:  Howard Hull
  12818.  
  12819. Stitchery       This shareware program loads in IFF images and creates
  12820.                 charted patterns from them for use in counted cross-stitch
  12821.                 and other forms of needlework.  It requires one megabyte of
  12822.                 memory to run, and works best with a good high-resolution
  12823.                 printer for printing the patterns.  The Stitchery was
  12824.                 written with The Director and the Projector is included.
  12825.                 Version 1.21.
  12826.                 Author:  Bradley W. Schenck
  12827.  
  12828. TrackUtils      Two utilities that deal with disk tracks.  TCopy copies one
  12829.                 or more tracks from one disk to another, and is useful for
  12830.                 copying part of a floppy disk into RAD: during bootup.
  12831.                 TFile creates a dummy file which "marks" a specified range
  12832.                 of tracks, preventing AmigaDOS from using them and allowing
  12833.                 them to be used for raw trackdisk data.  Includes C source.
  12834.                 Author:  Eddy Carroll
  12835.  
  12836.  
  12837. CONTENTS OF DISK 351
  12838. --------------------
  12839.  
  12840. PDC             Publicly Distributable C (PDC) is a complete C compilation
  12841.                 system including a compiler, assembler, linker, librarian,
  12842.                 and numerous utilities, documentation files, libraries, and
  12843.                 header files.  PDC supports many ANSI features including
  12844.                 all ANSI preprocessor directives, function prototyping,
  12845.                 structure passing and assignment.  In addition it supports
  12846.                 Lattice C compatible libcall pragmas, precompiled header
  12847.                 files, builtin functions, and stack checking code. This is
  12848.                 version 3.33 and includes full source.
  12849.                 Author: Lionel Hummel, Paul Petersen, et al.
  12850.  
  12851. CONTENTS OF DISK 352
  12852. --------------------
  12853.  
  12854. MG              Beta version of mg3, including ARexx support. This is
  12855.                 probably the most stable beta for the next year, as many
  12856.                 new features are going in after this. Amiga-only release.
  12857.                 Sources compressed with lharc to fit on the disk. Update
  12858.                 to mg2b on disk 147.
  12859.                 Author:  Mike Meyer, et al.
  12860.  
  12861. PrintHandler    A custom PRT: driver which offers easy single sheet
  12862.                 support as well as limited data spooling.  Version 1.6,
  12863.                 an almost entirely rewritten update to version 1.1 on
  12864.                 disk 282.  Includes source in 'C'.
  12865.                 Author: Olaf Barthel
  12866.  
  12867. TreeWalk        File tree walking subroutine designed to be fast, robust,
  12868.                 and not use a lot of any critical resource. Includes both
  12869.                 a CLI interface to that routine the form of a find-like
  12870.                 utility that uses C expressions instead of Unix-like flags,
  12871.                 and a program to tell you if directory trees will fit
  12872.                 on a given disk, or how many extra blocks you'll need if
  12873.                 they won't. Includes source. Update to version on disk 289.
  12874.                 Author:  Mike Meyer
  12875.  
  12876. CONTENTS OF DISK 353
  12877. --------------------
  12878.  
  12879. AztecArp        An Arp package fixed to work with the 5.0 release of
  12880.                 the Aztec 'C' compiler.  The original Manx support
  12881.                 files were incomplete, contained bugs preventing them
  12882.                 from working properly and had the wrong linker format.
  12883.                 Includes source.
  12884.                 Author: Olaf Barthel
  12885.  
  12886. CompDisk        A disk compression/disk compression package which was
  12887.                 written to be fast and easy to use.  Includes an Arp
  12888.                 and an Intuition interface.  Includes source in 'C'.
  12889.                 Author: Olaf Barthel
  12890.  
  12891. NorthC          A complete freely redistributable C environment for the
  12892.                 Amiga based on the Sozobon Ltd C compiler, Charlie Gibb's
  12893.                 assembler, the Software Distillery's linker, and portions
  12894.                 from other sources.  Steve has pulled everything together
  12895.                 and added some enhancements in the process.  This is
  12896.                 version 1.1, an update to version 1.0 on disk 340.
  12897.                 Partial source only.
  12898.                 Author:  Steve Hawtin, et. al.
  12899.  
  12900. CONTENTS OF DISK 354
  12901. --------------------
  12902.  
  12903. FastBlit        A small tool to speed up blitter operations by up to
  12904.                 60%.  Version 1.0, binary only.
  12905.                 Author: Ralf Thanner
  12906.  
  12907. KeyMacro        A keyboard macro program, configurable via a text file,
  12908.                 that also supports hotkey program execution. You can
  12909.                 map up to eight functions to each key, including keys
  12910.                 such as cursor keys, the return key, etc.  Version 1.4,
  12911.                 an update to version 1.0 on disk 325, which fixes the
  12912.                 bugs in version 1.0.  Includes source in 'C'.
  12913.                 Author: Olaf Barthel
  12914.  
  12915. MandelMountains
  12916.                 A program that renders three-dimensional images of
  12917.                 blowups of the Mandelbrot set.  Includes several example
  12918.                 images.  This is version 2.0, an update to version 1.1
  12919.                 on disk 295.  Shareware, binary only.
  12920.                 Author:  Mathias Ortmann
  12921.  
  12922. MemGuard        MemGuard is a MemWatch like program which has been
  12923.                 rewritten in assembly language for maximum speed and
  12924.                 efficiency.  Unlike MemWatch, MemGuard does not run as
  12925.                 task in a dummy loop but rather as a low-level interrupt
  12926.                 routine which is capable of trapping memory trashing
  12927.                 even before exec might know of it and even while task
  12928.                 switching is forbidden.  Version IIIa, an update to
  12929.                 version III on disk 325, binary only.
  12930.                 Author: Ralf Thanner
  12931.  
  12932. MXMLib          An example Amiga shared library compiled with Aztec
  12933.                 'C' 5.0.  This library contains basic support functions
  12934.                 employed by programs such as KeyMacro or PrintHandler.
  12935.                 In short: mxm.library is the standard MXM system support
  12936.                 library.  Version 34.14, includes source.
  12937.                 Author: Olaf Barthel
  12938.  
  12939. CONTENTS OF DISK 355
  12940. --------------------
  12941.  
  12942. Berserker       A viruskiller which checks for certain conditions
  12943.                 indicating possible virus infection.  Different from
  12944.                 other programs of this kind, Berserker does not rely
  12945.                 on checksums only, it will also check the possible
  12946.                 virus behind the altered checksum.  Therefore even new
  12947.                 viruses with old infection methods can be traced and
  12948.                 resident tools are not touched.  Includes source in
  12949.                 assembly language.
  12950.                 Author:  Ralf Thanner
  12951.  
  12952. ImageEditor     A simple to use graphics editor which allows you to draw
  12953.                 and save images/sprites as assembler or C source code.
  12954.                 Includes IFF support, undo, and an iconify function.
  12955.                 Another feature is the small memory usage so you can use
  12956.                 multitasking even on a 512K machine.  Maximum picture size
  12957.                 is 166*58 pixels.  This is version 2.4 and includes source.
  12958.                 Author:  Robert Junghans
  12959.  
  12960. LoadImage       An IFF ILBM reader that accepts overscanned pictures,
  12961.                 allows you to scroll around in the bitmap if the
  12962.                 picture is larger than the current display, works on
  12963.                 both PAL and NTSC machines, supports color cycling
  12964.                 using interrupt code, and supports printing of image
  12965.                 portions.  Version 1.11, update to version 1.9 on disk
  12966.                 281, includes source.
  12967.                 Author:  Olaf Barthel
  12968.  
  12969. RexxHostLib     This is a shared library package to simplify the ARexx
  12970.                 host creation/management procedure.  Rexx-message
  12971.                 parsing is also included making it possible to control
  12972.                 ARexx from programs such as AmigaBASIC (can you
  12973.                 imagine AmigaBASIC controlling AmigaTeX?).  This is
  12974.                 version 34.12 which has been recompiled and made a lot
  12975.                 shorter using Aztec 'C' 5.0, an update to version 1.6
  12976.                 on disk 325.  Includes source.
  12977.                 Author:  Olaf Barthel
  12978.  
  12979. SoundEditor     An 8SVX stereo sound file editor written in assembly
  12980.                 language for speed and minimum size.  Version V.8,
  12981.                 binary only.
  12982.                 Author:  Howard Dortch, Mike Coriell, Matt Gerald
  12983.  
  12984. TrackSalve      A Trackdisk patch which removes all known bugs, and one
  12985.                 unknown so far, and patches the Trackdisk task to allow
  12986.                 various enhancements, such as reading good sectors from
  12987.                 partially bad tracks, write verification, write protect
  12988.                 simulation, auto motor off, auto update and turning off
  12989.                 clicking.  Other features are MFM-upate and I/O by non-
  12990.                 chip buffers. This is version 1.3, an update of version
  12991.                 1.0 on disk 312.  Includes source in C and assembler.
  12992.                 Author: Dirk Reisig
  12993.  
  12994. Tron            Another game about the lightcycle race sequence in the
  12995.                 science fiction computer film "Tron".  One or two players
  12996.                 and other options.  Written in GFA-BASIC and then com-
  12997.                 piled.  Version 1.1, binary only.
  12998.                 Author:  Dirk Hasse
  12999.  
  13000. CONTENTS OF DISK 356
  13001. --------------------
  13002.  
  13003. AlgoRhythms     An algorithmic composition program that improvises music
  13004.                 over a MIDI interface connected to the serial port.  A
  13005.                 MIDI interface and synthesizer are needed.  The music
  13006.                 does not have a strong pulse, and does not repeat motifs
  13007.                 or melodies, but can be very pretty.  Version 1.0 with
  13008.                 source in C, and sample data files.
  13009.                 Author:  Thomas E. Janzen
  13010.  
  13011. NComm           A communications program based on Comm version 1.34, by
  13012.                 DJ James, with lots of very nice enhancements.  Also
  13013.                 includes several auxiliary programs such as AddCall,
  13014.                 CallInfo, GenList, PbConvert, and ReadMail.  This is
  13015.                 version 1.9, an update to version 1.8 on disk 230.
  13016.                 Binary only.
  13017.                 Author:  DJ James, Daniel Bloch, Torkel Lodberg, et al.
  13018.  
  13019. CONTENTS OF DISK 357
  13020. --------------------
  13021.  
  13022. Empire          Empire is a multiplayer game of exploration, economics,
  13023.                 war, etc, which can last a couple of months.  Can be
  13024.                 played either on the local keyboard or remotely through
  13025.                 a modem.  This is version 2.1w, an update to version
  13026.                 1.33w on disk 329.  Changes include a client-server
  13027.                 system, a chat/CB mode, realtime private player to
  13028.                 player messages, and other enhancements.  Binary only.
  13029.                 Author:  Chris Gray, David Wright, Peter Langston
  13030.  
  13031. CONTENTS OF DISK 358
  13032. --------------------
  13033.  
  13034. Blob            Another screen hack.  Makes red drops of slime flow down
  13035.                 your screen.  Version 1.1, includes source in C.
  13036.                 Author:  Guido Wegener
  13037.  
  13038. OPS5c           OPS5c is a compiler for the expert system language OPS5.
  13039.                 The compiler takes OPS5 source code as input and creates a C
  13040.                 source code file to be compiled to create an executable.
  13041.                 Arbitrary C code may be linked with the executable and
  13042.                 executed as a result of firing rules.  The system's strong
  13043.                 point is its speed and as a result it sometimes has large
  13044.                 executables and large memory requirements.  At least 1 Meg.
  13045.                 of memory is suggested.  Binaries only for compiler and
  13046.                 run-time library.  Version 1.08a.  Requires a C compiler.
  13047.                 Authors: Bernie J. Lofaso, Jr, Dan Miranker and Arun Chandra.
  13048.  
  13049. Pipeline        A game like the commercial game 'Pipe dream' (Pipe mania).
  13050.                 Needs a joystick and PAL display.  High scores are saved
  13051.                 to disk.  Version 1.0, includes source.
  13052.                 Author:  Andre Wichmann.
  13053.  
  13054. ReDate          Scans a disk and dates each directory according to the most
  13055.                 recent item contained within (not including .info files).
  13056.                 Ideal for use after a COPY ALL CLONE, where the directories
  13057.                 are CREATED rather than copied and thus lose their date
  13058.                 information.  Includes source in assembler.
  13059.                 Author:  Jim Butterfield
  13060.  
  13061. RoadRoute       Revision of trip planner program to find "best road route"
  13062.                 between any two points of travel.  The user is encouraged
  13063.                 to customize files CITIES and ROADS to suit travel interests.
  13064.                 This is version 1.5, an update to the original version on
  13065.                 disk 251, and makes provision for very large city menus and
  13066.                 itineraries.  You might like to use files from disk 328
  13067.                 (Mayes/Delzer).  Also includes RoadScan, a checker for
  13068.                 RoadRoute files (CITIES and ROADS).  Very large files may
  13069.                 contain goofs (cities with no roads, the same road entered
  13070.                 twice, etc.), or oddities (direct road not as fast as multi-
  13071.                 point).  These are pointed out, together with areas where
  13072.                 users might wish to make economies in the data base.
  13073.                 Includes source in C.
  13074.                 Author:  Jim Butterfield
  13075.  
  13076. ScanIFF         Scans through an IFF file, identifying the elements.
  13077.                 Faster than standard utility IFFCheck since it uses Seek,
  13078.                 but does not do IFFCheck's detailed format checking.
  13079.                 Intended for use as a "template" from which programmers
  13080.                 can code their specific application.  For example, an
  13081.                 expanded version has been used to extract instrument data
  13082.                 from music files.  Includes source in assembler.
  13083.                 Author:  Jim Butterfield
  13084.  
  13085. ViewDir         A LIST type of utility showing contents of a disk or
  13086.                 directory.  For directories, shows SIZE.  For files, takes
  13087.                 a quick look and identifies TYPE if possible.  Update to
  13088.                 original version on disk 251.  Now works with SPAT for
  13089.                 pattern matching, and has a small style change.  Includes
  13090.                 source in assembler.
  13091.                 Author:  Jim Butterfield
  13092.  
  13093. CONTENTS OF DISK 359
  13094. --------------------
  13095.  
  13096. ABridge         An interim solution to Anim-5 incompatability problems.
  13097.                 Identifies the origin of an Anim-5 file and modifies it to
  13098.                 facilitate easy exchange between AniMagic, Videoscape,
  13099.                 Animation Station, DPaint III, Animation: Editor(v1.11),
  13100.                 The Director, SA4D, Movie2.0, Photon Paint 2.0 and Cel
  13101.                 Animator.  Fully intuitionalized interface, full ARexx
  13102.                 support including a "Find ARexx" option if you start ARexx
  13103.                 after running ABridge.  This is version 1.0, shareware,
  13104.                 binary only.
  13105.                 Author: Ron Tarrant, Mythra-mations Animation and Software
  13106.  
  13107. DICE            Dillon's Integrated C Enviroment.  A C frontend, pre-
  13108.                 processor, C compiler, assembler, linker, and support
  13109.                 libraries.  Also includes the editor, dme.  Features
  13110.                 include ANSI compatibility, many code optimizations,
  13111.                 and autoinit routines (user routines called during
  13112.                 startup before main is called).  This is version 2.02,
  13113.                 shareware, binary only.
  13114.                 Author:  Matthew Dillon
  13115.  
  13116. TextPlus        A word processor for the Amiga, with both German and
  13117.                 English versions.  TextPlus enables you to write letters,
  13118.                 books, programs etc. in a very easy and comfortable way.
  13119.                 Version 2.0, binary only.
  13120.                 Author:  Martin Steppler
  13121.  
  13122. CONTENTS OF DISK 360
  13123. --------------------
  13124.  
  13125. UUCP            An implementation of uucp for the Amiga, including mail
  13126.                 and news.  This is Matt's version for the Amiga, based
  13127.                 on William Loftus's Amiga UUCP 0.40 release with news
  13128.                 code from his 0.60 release, and months of work by Matt to
  13129.                 make fixes and add enhancements.  This is version 1.06D,
  13130.                 an update to version 1.03D on disk 313.  Includes source.
  13131.                 Author:  Various, major enhancements by Matt Dillon
  13132.  
  13133.  
  13134. CONTENTS OF DISK 361
  13135. --------------------
  13136.  
  13137. Brush_4D    Converts IFF images into Sculpt 4D object format.  Works 
  13138.         with any IFF image, including HAM & Extra Halfbrite.
  13139.         Convert brushes in full color, with optional wrap, to 3D 
  13140.         shapes.  Also includes optimization routine.
  13141.         Version 1.00, shareware, binary only.
  13142.         Author:  Bruce Thomson
  13143.  
  13144. FileMaster    A file editor like NewZap or FedUp, which allows you to
  13145.         manipulate bytes of a file.  You may also change the file
  13146.         size or execute a patch.  Version 1.20, update to version 
  13147.         on disk number 298, includes source in assembly.
  13148.         Author:  Roger Fischlin
  13149.  
  13150. TextPaint    Version 0.97 of the Ansi editor.  Several significant 
  13151.         enhancements and bug fixes since the release of version 
  13152.         0.90 on disk number 346.  Binary only.
  13153.         Author:  Oliver Wagner
  13154.  
  13155. Turn        An interesting board game with the simplicity of checkers
  13156.         yet requiring the "move-lookahead" of a good chess player.
  13157.         Binary only.
  13158.         Author:  Peter Handel
  13159.  
  13160. XColor-Lib    Link library with a full-fledged color requestor along with
  13161.         several color functions like copy, spread, exchange, antique
  13162.         black & white, etc. to aid in creating your own custom 
  13163.         color requestors.  Contains several demos along with include
  13164.         files for C, AmigaBasic, DevPac Assember and KickPascal. 
  13165.         Author:  Roger Fischlin
  13166.  
  13167. CONTENTS OF DISK 362
  13168. --------------------
  13169.  
  13170. ArchEdge    Intuition interface for several of the more popular
  13171.         archiving utilities such as ARC, ZOO, LHARC and PAK.
  13172.         Includes an "Auto-Pad" function that will automatically
  13173.         add some morsels for the modem.  Version 1.5, includes
  13174.         assembly source.
  13175.         Author:  Robert Lang
  13176.  
  13177. Fenster        A program which can operate on windows owned by another
  13178.         program, to close them, change their size, refresh gadgets,
  13179.         move the window to the background, etc.  This is version
  13180.         2.2, an update to version 2.1 on disk 305.  Includes
  13181.         source in assembly.
  13182.         Author:  Roger Fischlin
  13183.  
  13184. Imperium_Romanum
  13185.         Strategic, "RISK" style game for up to four players.
  13186.         Based in the ancient times of Rome, Athens, Alexandria
  13187.         and Carthago.  Binary only, shareware ($10), with C source
  13188.         available from the author.  Version 1.50E.
  13189.         Author:  Roland Richter
  13190.  
  13191. KeyMenu        Allows fast, easy access to pull-down menus from the keyboard
  13192.         without having to remember all the special amiga key sequences
  13193.         Version 1.01, binary only.
  13194.         Author:  Rainer Salamon
  13195.  
  13196. MemRoutines    Some "plug-compatible" replacements for the Lattice C 
  13197.         functions memcpy(), memcmp(), and memset().  Unlike the
  13198.         Lattice functions that deal with data one-byte at a time,
  13199.         these versions deal with longword chunks, which can improve 
  13200.         performance of Amigas equipped with a 68020 or 68030.
  13201.         Includes source in assembly.
  13202.         Author:  Robert Broughton
  13203.  
  13204. PUZZ        Very nice implementation of the sliding-block-puzzle concept.
  13205.         Good graphics and the ability to create your own puzzles
  13206.         using an IFF ILBM file and a text file.  Includes source and 
  13207.         several sample puzzles.  Version 1.0.
  13208.         Author:  Martin Round
  13209.  
  13210. Rubik        Another 3D Rubik's cube solver independantly authored from 
  13211.         the version on disk #285.  Version 1.0, includes source.
  13212.         Author:  Martin Round
  13213.  
  13214. sMOVIE        A smooth scrolling text displayer, useful for creating 
  13215.         video titles, slide show intros, etc.  Includes source.
  13216.         Author:  Martin Round
  13217.  
  13218. CONTENTS OF DISK 363
  13219. --------------------
  13220.  
  13221. BootBase    Another bootblock save/restore utility.  Includes
  13222.         an auto-compare function.  Includes source.
  13223.         Author:  Steven Lagerweij
  13224.  
  13225. LabelPrint3.5    A program that allows you to easily print labels for
  13226.         your disks.  This is version 3.5, an update to version
  13227.         3.0 from disk 277.  Shareware, binary only (source
  13228.         available from author).
  13229.         Author:  Andreas Krebs
  13230.  
  13231. MigaMind    A small WorkBench "Master-Mind" type game.  Includes
  13232.         source.
  13233.         Author:  Ekke Verheul
  13234.  
  13235. PLW        Phone-Line-Watcher.  For users of Hayes compatible modems.
  13236.         Monitors the serial port and records all incoming calls. 
  13237.         Current version only allows remote user to receive a 
  13238.         predetermined message, login, and leave a reply.  Possible
  13239.         updates will allow them access to AmigaDos.  Version 1.1,
  13240.         binary only.
  13241.         Author:  Christian Fries
  13242.  
  13243. RandSam        Plays random soundsamples at random times, with random 
  13244.         volume, random cycles, and a bit random period.  It will
  13245.         definitely catch the attention of the unsuspecting Amiga 
  13246.         user (particularly one that has the stereo turned up!) when
  13247.         a lion suddenly roars as they're typing away on their 
  13248.         favorite word processor!  User modifiable start-up 
  13249.         configuration file.  Include source and some sample sounds.
  13250.         Author:  Steven Lagerweij
  13251.  
  13252. SampleScanner    By-passes the Amiga Dos file system and scans a disk directly,
  13253.         block by block, for sound samples.  Allows you to "hear" the 
  13254.         disk as it is being scanned.  If a sample is found, it can
  13255.         be saved to disk for editing, direct use, etc.
  13256.         Author:  Steven Lagerweij
  13257.  
  13258. WO        An intuition-based address book that allows saving of 
  13259.         data in normal or password-encoded form.  Version 1.0,
  13260.         includes partial source, (password encoding routines not
  13261.         included).
  13262.         Author:  Heinzelmann
  13263.  
  13264. CONTENTS OF DISK 364
  13265. --------------------
  13266.  
  13267. Aniptrs2    Some more animated pointers to choose from to "liven"
  13268.         up your display environment.  Binary only.
  13269.         Author:  Bob McKain, pointer animation program by Tim Kemp
  13270.  
  13271. DPFFT        Update to version on disk number 324.  DPFFT includes
  13272.         the ability to plot a Fast Fourier Transform (FFT) of the
  13273.         data, customized amplitude and phase spectrum, prewhitening
  13274.         capability, and a Welch    window for spectral smoothing.
  13275.         Version 2.2, binary only.
  13276.         Author:  A. A. Walma
  13277.  
  13278. Iconaholism    A selection of some very nice looking icons designed for 
  13279.         an 8-color WorkBench.  Includes script files to view the 
  13280.         icons in their intended colors.
  13281.         Author:  R.G.Tambash
  13282.  
  13283. MemLook        Similar to "MemFlick" on disk #206.  For lack of a better
  13284.         explanation, it gives sort of a graphical view of your 
  13285.         machine's entire memory area.  Features memory guage and
  13286.         controllable scrolling speed via the cursor keys.
  13287.         Version 1.1B, binary only, source available from author
  13288.         Author:  Thomas Jansen
  13289.  
  13290. SNAG_Pointers    Results of the Southern Nevada Amiga Groups (SNAG)
  13291.         first animated pointer contest.    
  13292.         Authors:  Various, pointer animation program by Tim Kemp
  13293.  
  13294. CONTENTS OF DISK 365
  13295. --------------------
  13296.  
  13297. Badger        Reminder program for your startup-sequence.  Badger will
  13298.         open a window and display any important events that are 
  13299.         'due'.  Badger will not bother you if there is nothing to
  13300.         report.  Events are entered via menu and prompts.  Binary
  13301.         only, shareware.
  13302.         Author:  George Kerber
  13303.  
  13304. DmeAsm        A utility for those who use Matt Dillon's Dme editor and 
  13305.         HighSoft's DevPac Assembler.  DmeAsm is a CLI command file
  13306.         that takes your source code as a parameter and opens a window 
  13307.         similar to the Assemble window inside Devpac (Genam2) and 
  13308.         gives similar options.  If no parameter is supplied then the
  13309.         window will still open and you can supply your own.  Version
  13310.         1.1, includes source in assembly
  13311.         Author:  Nic Wilson & W Weber
  13312.  
  13313. EasyBackup    A CLI-based hard-disk backup/restore utility.  Features
  13314.         incremental backups by archive bit status, by datestamp,
  13315.         or command-line query.  Incremental backups can be appended
  13316.         to an existing backup set.  Includes source.
  13317.         Author:  Oliver Enseling
  13318.  
  13319. EasyMouse    Another threshhold-mouse-accelerating, screen-to-back,
  13320.         window to-front, mouse-blanking, screen-blanking, auto-
  13321.         window activating, low-memory-warning, auto-window sizing,
  13322.         configuration-saveable clock!  Version 1.0, includes source.
  13323.         Author:  Oliver Enseling
  13324.  
  13325. TrackDos     A program that allows easy transfer of data between DOS,
  13326.         memory and trackdisk.device.  DOS means the data contained
  13327.         within a file, memory means the data contained anywhere
  13328.         within the memory map and trackdisk.device means data
  13329.         stored on a disk not accessable with DOS (eg. bootblocks
  13330.         special loader disks etc.).  The transfer of data between
  13331.         these three areas is not normally easy or convenient.
  13332.         TrackDos was written to overcome this.  Binary only.
  13333.         Author:  Nic Wilson
  13334.  
  13335. Password    A program which enhances your computers security by making
  13336.         it complicated enough that users without your password
  13337.         will get discouraged trying to boot and use your system.
  13338.         This should keep out most casual or nontechnical users.
  13339.         Update to version on disk #243.  Version 1.42p, binary only.
  13340.         Author:  George Kerber
  13341.  
  13342. Udate        Udate is a replacement for the AmigaDOS date command,
  13343.         containing many options similiar to the UNIX date command.
  13344.         Udate will allow you to set the date and time via prompts
  13345.         or directly from the command line, will display any part
  13346.         of the date or time using the options in any color desired,
  13347.         and will also make an automatic adjustment of your system
  13348.         clock for Daylight Savings Time so your computer will be
  13349.         one less clock you will ever have to set twice a year for
  13350.         DST.  Update to version on disk #311, this version is 
  13351.         slightly smaller and works correctly with the 68030.
  13352.         Version 1.14c, binary only.
  13353.         Author:  George Kerber
  13354.  
  13355. View80        Very impressive scrolling text file reader.  Three scrolling
  13356.         modes and controllable via keyboard or mouse.  Opens file
  13357.         requestor if no filename is given.  Automatically configures
  13358.         screen size for PAL or NTSC machine.  Sample operation in 
  13359.         reading the document files.  Version 1.1, includes source.
  13360.         Author:  Federico Giannici
  13361.  
  13362. CONTENTS OF DISK 366
  13363. --------------------
  13364.  
  13365. 3DTicTacToe    A three-dimensional "four-in-a-row" version of TicTacToe,
  13366.         human against computer.  Version 1.2, binary only.
  13367.         Author:  Ron Charlton
  13368.  
  13369. DosError    A small CLI utility that will return a slightly more verbose
  13370.         description of a DOS error code than that returned by the 
  13371.         System.  Can save a trip to the manual for vague or unfamiliar
  13372.         error codes.  Version 2.0, includes source in assembly.
  13373.         Author:  Robert Lang
  13374.  
  13375. IntuiFace    An intuition interface that handles the important functions 
  13376.         of creating, inserting, extracting and listing files for
  13377.         three popular archiving utilities:  ARC, ZOO and LHARC.
  13378.         Version 1.00, binary only, shareware.
  13379.         Author:  Matthias Zepf
  13380.  
  13381. LoanCalc    Entirely keyboard driven mortgage utility.  Although similiar
  13382.         programs exist, this one is unique in that it is designed
  13383.         to track 'Open' mortgages that allow any size payment to be 
  13384.         made at any time as well as providing an amortization table
  13385.         for fixed mortgages with monthly, semi-monthly, bi-weekly and
  13386.         weekly payment schedules.  Version 1.2, binary only.
  13387.         Author:  Robert Bromley
  13388.  
  13389. Makewords    "PhoneWord" takes a full or partial telephone number and 
  13390.         attempts to create a word from the various "alphabedigit"
  13391.         combinations.  "Unjumble" may useful in solving the Sunday
  13392.         morning newspaper "Scramble".  Includes source.
  13393.         Author:  Ron Charlton
  13394.  
  13395. MeMeter        A small utility for monitoring the Amiga's memory usage.
  13396.         Unique snapshot facility allows you to store the current
  13397.         numbers, launch a program, see how much memory it 
  13398.         requires, end the program, and see if it returns all the 
  13399.         memory.  Version 2.1, binary only.
  13400.         Author:  Gaylan Wallis 
  13401.         
  13402. NDebt        Amusing, but saddening, this program opens a small window
  13403.         that displays a continuously updated tally of America's 
  13404.         national debt, based on its historically phenomenal growth
  13405.         rate.  Version 1.1, includes source.
  13406.         Author:  Ron Charlton 
  13407.  
  13408. PrintStudio    Very nice intuition-based general purpose print utility that
  13409.         prints text with a variety of options.  Prints several graphic
  13410.         formats with yet more options.  Print any part of a picture,
  13411.         print screens and windows, save screens and windows as IFF 
  13412.         files, modify color palettes, change printing parameters and 
  13413.         lots more!  Version 1.2, binary only, shareware.
  13414.         Author:  Andreas Krebs
  13415.  
  13416. CONTENTS OF DISK 367
  13417. --------------------
  13418.  
  13419. Enigmas        Nifty graphic simulation of the World War II German
  13420.         Enigma-Machine, a message encoding/decoding device 
  13421.         that produced extremely difficult to crack cryptographic
  13422.         code.  Binary only.
  13423.         Author:  Gaylan Wallis
  13424.  
  13425. GwPrint        An intuition-based text file print utility.  Offers a wide
  13426.         selection of adjustable features for controlling pagination,
  13427.         headers, trailers, margins, date and page-numbering and 
  13428.         various print styles/sizes.  Version 2.0, binary only, 
  13429.         shareware.
  13430.         Author:  Gaylan Wallis
  13431.  
  13432. HyperDialer    Database for names and addresses, full intuition interface.
  13433.         Dynamically allocated, with configurable script startup file.
  13434.         Iconifies to titlebar icon.  Search, sort, insert, delete,
  13435.         full file requesters.  Uses modem to control dialing of 
  13436.         multiple phone numbers.  Binary only, shareware, with source
  13437.         available from author.
  13438.         Author:  David Plummer
  13439.  
  13440. SCM         Screen Color Modifier.  A palette program that allows the 
  13441.         changing/saving/loading of a screen's colors.  Includes a 
  13442.         separate loader program that can be used in batch files to 
  13443.         set a screen's colors to predefined values after a program
  13444.         has been launched.  Version 1.0, binary only.
  13445.         Author:  Jean-Marc Nogier
  13446.  
  13447. SuperView     A shareware file-viewer that displays all types of IFF files
  13448.         with many features like: Workbench support, all display modes,
  13449.         auto overscan, color cycle (CRNG, CCRT), AmigaBasic ACBM 
  13450.         files, first cell in and ANIM file, Type 5 animations and 
  13451.         more.  Written in assembly, pure code for residency under
  13452.         1.3.  Version 3.0, binary only.
  13453.         Author:  David Grothe
  13454.  
  13455. Tricky        Another of Peter's innovative and addictive games.  Sort of 
  13456.         a "video-bowling" concept where the object is to wipe out 
  13457.         groups of "computerized" symbols in such a fashion that the 
  13458.         last item hit becomes the target for the next ball (with 
  13459.         a few tricks of course!).  Lots of levels and the usual 
  13460.         level editor that accompanies most of Peter's games.
  13461.           Binary only.
  13462.         Author:  Peter Handel
  13463.  
  13464. CONTENTS OF DISK 368
  13465. --------------------
  13466.  
  13467. Elements    Very nice interactive display of the the Periodic Table 
  13468.         of Elements.  This is version 2.0, an update to version 
  13469.         1.3a on disk 297.  This version adds general row and column
  13470.         information, plus a test mode where the program asks specific
  13471.         questions about the selected element or row/column.  Binary
  13472.         only, shareware.
  13473.         Author:  Paul Thomas Miller
  13474.  
  13475. GraphicsPak    A set of functions for general graphics operations such as
  13476.         boxes/lines, blitting, and opening/closing the libraries.
  13477.         It is used by both of the PopMenu and ListWindow test 
  13478.         programs.  Includes source.
  13479.         Author:  Paul Thomas Miller
  13480.  
  13481. Lila        A shareware utility that allows you to print listings or
  13482.         other text files on Postscript printers, with header,
  13483.         page numbers, and multicolumn pages.  Can print in portrait
  13484.         or landscape orientation.  Version 8912a, binary only.
  13485.         Author:  Bertrand Gros
  13486.  
  13487. ListWindow    Gives simple initialization, handling, and freeing of 
  13488.         Macintosh-like "list-windows." These are user-sizeable 
  13489.         windows with a scrollable list of text strings, optionally
  13490.         sortable.  The list can be scrolled with a scroll-bar, up 
  13491.         and down arrows, arrow keys, or a SHIFT+key combination 
  13492.         which searches for the first occurance of the specified 
  13493.         key.  Source and a sample program included.
  13494.         Author:  Paul Thomas Miller
  13495.  
  13496. NewEx        An assembly program to replace xicon, IconX and similar
  13497.         utilities.  Unique in the fact that it uses a WorkBench 
  13498.         "Tool" icon instead of a "Project" icon.  This allows 
  13499.         workbench startup of programs that could ordinarily only
  13500.         be started by the CLI.  Version 1.1, includes assembly
  13501.         source.
  13502.         Author:  Kjell Cederfeldt
  13503.  
  13504. PopMenu        A set of functions for the setting up, drawing, and 
  13505.         handling of pop-up menus that are affixed to windows. 
  13506.         Clicking on the menu box area will open up the full menu,
  13507.         with the list of menu items inside.  Source and a sample
  13508.         program included.
  13509.         Author:  Paul Thomas Miller
  13510.  
  13511. SuperMenu    An information display system you can use to quickly and
  13512.         easily display text files (and sections of text files) with
  13513.         the press of a button.  Version 2.0, shareware, binary only.
  13514.         Author:  Paul Thomas Miller
  13515.  
  13516. SysInfo        A program which reports interesting information about the
  13517.         configuration of your machine, including some speed
  13518.         comparisons with other configurations, versions of the
  13519.         OS software, etc.  Version 1.4, binary only.
  13520.         Author:  Nic Wilson
  13521.  
  13522. Today        Amiga implementation of IBM PL/1 history program.  Tells 
  13523.         you important events and birthdays on current or specified
  13524.         day.  Command line options include once-per-day setting for 
  13525.         startup sequences.  Version 0.91, binary only, shareware.
  13526.         Author:  David Plummer, data files originally from an IBM 
  13527.              VM/CMS version by Mike Butler 
  13528.  
  13529. CONTENTS OF DISK 369
  13530. --------------------
  13531.  
  13532. AQData        Information to aid users in updating B. Lennart Olsson's
  13533.         Aquarium Version 1.12 database.  Includes information on
  13534.         disks up to number 360.
  13535.         Author:  Howard Hull
  13536.  
  13537. Flip        Another program in the long tradition of screen hacks.
  13538.         Run it and see what happens.  Binary only.
  13539.         Author:  Andreas Schildbach
  13540.  
  13541. Fortune        Randomly display a 'fortune' selected from a fortunes 
  13542.         file (supplied), by text or voice.  New version will work
  13543.         from the Workbench or CLI.  Version 2.04g, update to version
  13544.         on disk #311, source included.
  13545.         Author:  George Kerber
  13546.  
  13547. Spy        A program that tracks calls to AmigaDOS and Exec functions,
  13548.         reporting them to the screen, along with their calling
  13549.         parameters and the results.  Version 1.0, includes source.
  13550.         Author:  Federico Giannici
  13551.  
  13552. VAXterm        A VT220 terminal emulator that is close to the real VT220 
  13553.         terminal in both supported facilities and user interface. 
  13554.         Designed primarily for connection to VAX/VMS, it should 
  13555.         work with any host computer with VT220 terminal support.
  13556.         Supports file transferring for ASCII files by means of DCL
  13557.         commands.  Version 2.4, includes source.
  13558.         Author:  Tuomo Mickelsson
  13559.  
  13560. XprTransmit    XprTransmit is an Cli-based command that allows you
  13561.         to easily access to any Xpr Library without having to
  13562.         worry about call-back-function et cetera. It is able
  13563.         to access every "serial.device"-like exec-device.
  13564.         Only little documentation.  Version 1.0, binary only.
  13565.         Author: Andreas Schildbach
  13566.  
  13567. CONTENTS OF DISK 370
  13568. --------------------
  13569.  
  13570. SKsh        A ksh-like shell for the Amiga.  Some of its features
  13571.         include command substitution, shell functions with
  13572.         parameters, aliases, local variables, local functions,
  13573.         local aliases, powerful control structures and tests,
  13574.         emacs style line editing and history functions, I/O
  13575.         redirection, pipes, large variety of built-in commands,
  13576.         Unix style wildcards, Unix style filename conventions,
  13577.         filename completion, and coexistence with scripts from
  13578.         other shells.  Very well documented.  Version 1.5, an
  13579.         update to version 1.4 on disk 342.  New features include
  13580.         user definable keymaps, an ARexx port, many new internal
  13581.         and external commands, selective disabling of wildcards,
  13582.         preparsing of script files, bug fixes, and more.
  13583.         Author:  Steve Koren
  13584.  
  13585. CONTENTS OF DISK 371
  13586. --------------------
  13587.  
  13588. This is disk 371 of the freely distributable AMIGA software library.
  13589. Below is a listing of the significant directories and their contents.
  13590.  
  13591.  
  13592. Fractals        A Fractal generator that generates many different types of 
  13593.         fractals based on the iteration of complex-valued formulas.
  13594.         The program can generate the Mandelbrot and Julia sets, as
  13595.         well as the sets of more unusual formulas such as 
  13596.         lambda*COS(Z) and Newton-R.  Version 2.1, includes source 
  13597.         and some sample creations.
  13598.         Author:  Ronnie Johansson.
  13599.  
  13600. LockDevice    A package to protect filing devices from being accidentally
  13601.         formatted.  Can be used with any filing device and file 
  13602.         system.  Version 1.0, includes source.
  13603.         Author:  Olaf Barthel
  13604.  
  13605. Port2        Sample C program showing how to control a mouse connected 
  13606.         to the second mouse/joystick port.  Executable creates a 
  13607.         second mouse pointer that is controlled by a mouse plugged
  13608.         into port 2.  Version 1.0, includes source.
  13609.         Author:  Olaf Barthel
  13610.  
  13611. PPLib        A shared, runtime library to aid in the development of 
  13612.         programs that need to decrunch files crunched with Power-
  13613.         Packer.  Version 34.1 (release 1.1), binary only.
  13614.         Author:  Nico Frangois
  13615.  
  13616. PPMore        A "more" replacement program that reads normal ascii text
  13617.         files as well as files crunched with PowerPacker.  The
  13618.         crunched files can result in considerable disk space
  13619.         savings.  Version 1.7, update to version on disk number
  13620.         334, binary only.
  13621.         Author:  Nico Frangois
  13622.  
  13623. PPShow        A "show" program for normal IFF ILBM files or ILBM files
  13624.         crunched with PowerPacker.  The decrunching is done auto-
  13625.         matically as the file is read.  Version 1.2, update to 
  13626.         version on disk number 334, binary only.
  13627.         Author:  Nico Frangois
  13628.  
  13629. PPType        A "print" program that will print normal ascii files or 
  13630.         files crunched with PowerPacker.  Several nice features
  13631.         such as page headers and numbers, adjustable tab sizes,
  13632.         page info taken from preferences and more.  Version 1.1,
  13633.         binary only.
  13634.         Author:  Nico Frangois
  13635.  
  13636.  
  13637. CONTENTS OF DISK 372
  13638. --------------------
  13639.  
  13640. This is disk 372 of the freely distributable AMIGA software library.
  13641. Below is a listing of the significant directories and their contents.
  13642.  
  13643.  
  13644. Magnetic_Pages    A software package that allows you to create and display
  13645.         a disk-based magazine.  The magazine produced is of a
  13646.         similar format to that of a traditional paper magazine. 
  13647.         You can combine text and graphics on a single page, branch
  13648.         to different sections by clicking on icons and play sound
  13649.         and music.  Features a full intuition driven interface.
  13650.         Version 1.0, shareware, binary only.
  13651.         Author:  Mark Gladding.
  13652.  
  13653. PLW        Phone-Line-Watcher.  For users of Hayes compatible modems.
  13654.         Monitors the serial port and records all incoming calls. 
  13655.         Allows a remote user to login, receive and leave a message,
  13656.         and transfer files via Zmodem in either direction.  Two
  13657.         level DOS access, Disabled DOS-requestors and more.  Greatly
  13658.         enhanced version of initial release on disk 363.  Version 
  13659.         2.8, binary only.
  13660.         Author:  Christian Fries
  13661.  
  13662. RemapIcon    A utility to remap icons to be exchanged between Kickstart
  13663.         2.0 and Kickstart 1.2/1.3 Workbench environments.  The icon
  13664.         images are remapped to reflect the different colour palette
  13665.         used by the Workbench releases.  Version 1.0, includes source.
  13666.         Author:  Olaf Barthel
  13667.  
  13668.  
  13669. CONTENTS OF DISK 373
  13670. --------------------
  13671.  
  13672. This is disk 373 of the freely distributable AMIGA software library.
  13673. Below is a listing of the significant directories and their contents.
  13674.  
  13675.  
  13676. Multiplot    An intuitive data plotting program featuring flexible
  13677.         input options, arbitrary text addition, automatic scaling,
  13678.         zoom and slide with clipping at boundaries, a range of
  13679.         output file formats and publication quality printed
  13680.         output.  Workbench printers are supported via transparent
  13681.         use of the PLT: device.  This is version XLNc, an update
  13682.         to the version on disk 333.  Includes many new features,
  13683.         a nicer user interface, and low memory options allowing
  13684.         it to be used in half megabyte machines.  Includes source.
  13685.         Authors:  Alan Baxter, Tim Mooney, Rich Champeaux,
  13686.               Jim Miller
  13687.  
  13688.  
  13689. CONTENTS OF DISK 374
  13690. --------------------
  13691.  
  13692. This is disk 374 of the freely distributable AMIGA software library.
  13693. Below is a listing of the significant directories and their contents.
  13694.  
  13695.  
  13696. IPDevice    Pipes for Power People.  A pipe-like DOS device that
  13697.         passes data immediately rather than waiting until a buffer
  13698.         is full.  It also allows multiple writers to a single
  13699.         channel, maintained connections, and piped connections
  13700.         to a Shell.  Binary only.  
  13701.         Author:  Pete Goodeve
  13702.  
  13703. Mat        A comprehensive String-Search/Pattern-Match Utility for
  13704.         both text files and directories.  A powerful command line
  13705.         syntax allows automatic file editing, construction of
  13706.         command scripts, and so on.  Example Shell scripts are
  13707.         included.  Binary only (a much enhanced version of the
  13708.         original on Disk #102).  
  13709.         Author:  Pete Goodeve.
  13710.  
  13711. PopArt        Intuition based image data generator and animator.
  13712.         Includes source.
  13713.         Author:  Phlip
  13714.  
  13715. SoftSpan    Soft Span BBS program.  Intuitive, command-line based
  13716.         menu system with message bases, uploads, downloads, file
  13717.         credit system, extensive help system, etc.  Version 1.1,
  13718.         an update to that on disk number 343, includes bug fixes
  13719.         and some enhancements.  Binary only.
  13720.         Author:  Mark Wolfskehl
  13721.  
  13722.  
  13723. CONTENTS OF DISK 375
  13724. --------------------
  13725.  
  13726. This is disk 375 of the freely distributable AMIGA software library.
  13727. Below is a listing of the significant directories and their contents.
  13728.  
  13729.  
  13730. BI        A brush to C code image converter.  This is version 1.3,
  13731.         an update to version 1.0 on disk number 184.  Contains
  13732.         bug fixes and support for AmigaBasic.  Binary only.
  13733.         Author:  Terry Gintz
  13734.  
  13735. CardMaker    A programmer's aid for creating card image data that can
  13736.         be used in any card game that uses the standard 52 card
  13737.         deck.  This is version 2.1, an update to version 1.0 on
  13738.         disk number 184.  Contains bug fixes and support for
  13739.         AmigaBasic.  Binary only.
  13740.         Author:  Terry Gintz
  13741.  
  13742. ParM        Parameterable Menu.  ParM allows you to build menus to 
  13743.         run programs in either the CLI or WorkBench environment.
  13744.         ParM can have it's own little window, or attach menus to 
  13745.         the CLI window you are running it from.  Version 1.1,
  13746.         includes source.
  13747.         Author:  Sylvain Rougier, Pierre Carrette
  13748.  
  13749. TextPlus    A word processor for the Amiga, with both German and 
  13750.         English versions.  TextPlus enables you to write letters,
  13751.         books, programs etc. in a very easy and comfortable way.
  13752.         Version 2.2, an update to version 2.0 on disk number 359.
  13753.         Now includes full source.
  13754.         Author:  Martin Steppler
  13755.  
  13756.  
  13757. CONTENTS OF DISK 376
  13758. --------------------
  13759.  
  13760. This is disk 376 of the freely distributable AMIGA software library.
  13761. Below is a listing of the significant directories and their contents.
  13762.  
  13763.  
  13764. AztecArp    An Arp package fixed to work with the 5.0 release of
  13765.         the Aztec 'C' compiler.  The original Manx support
  13766.         files were incomplete, contained bugs, and had the 
  13767.         wrong linker format.  This is an update to the version
  13768.         on disk number 353, fixing a couple of bugs and adding 
  13769.         some new useful features.  Includes source.
  13770.         Author:  Olaf Barthel
  13771.  
  13772. Matrix        Solves systems of linear equations.  Includes both PAL
  13773.         and NTSC versions.  Version 1.00, includes source. 
  13774.         Author:  Rudiger Dreier
  13775.  
  13776. Plotter        A two-dimensional mathematical function plotting program.
  13777.              Includes both PAL and NTSC versions.  Version 3.71, 
  13778.         includes source. 
  13779.         Author:  Rudiger Dreier
  13780.  
  13781. ToolLibrary    A shared library for the Amiga.  Contains some mathematical
  13782.         (evaluation of strings) and Intuition (menus, requester) 
  13783.         functions.  Version 2.06, includes source. 
  13784.         Author:  Rudiger Dreier.
  13785.  
  13786.  
  13787. CONTENTS OF DISK 377
  13788. --------------------
  13789.  
  13790. This is disk 377 of the freely distributable AMIGA software library.
  13791. Below is a listing of the significant directories and their contents.
  13792.  
  13793.  
  13794. AnsiRead2    Bridges the gap between IBM and Amiga ANSI by displaying
  13795.         IBM ANSI text and graphic animations (as usually captured
  13796.         from bulletin boards) in their full intended colors and 
  13797.         motion.  Includes several samples.  Version 0.2, binary 
  13798.         only, shareware. 
  13799.         Author:  Glenn Kauffman
  13800.  
  13801. Formatter    A disk formatting program with an intuition interface
  13802.         which supports write verification, disk installation,
  13803.         fast formatting and automatic start.  Formats a 3.5"
  13804.         disk in a multitasking environment in about 1:36
  13805.         minutes (with verify turned on).  Version 2.4a, includes 
  13806.         source.
  13807.         Author:  Olaf Barthel
  13808.  
  13809. Icon2C        A simple tool to turn any Workbench icon file into 'C'
  13810.         sourcecode, similar to the program of the same name by
  13811.         Carolyn Scheppner on disk number 56.  This version has an
  13812.         arp interface and offers support for Kickstart 2.0 icons.
  13813.         Version 1.2, includes source.
  13814.         Author:  Olaf Barthel
  13815.  
  13816. IE        An icon editor which can create and modify icons up to 
  13817.         640x200 pixels in size (also dual render).  It can
  13818.         set stack size, position of icon (also free-floating),
  13819.         default tool, 10 tool types and control over opened
  13820.         window.  It can also generate the C source code behind the
  13821.         icon for program inclusion.  Now reads/writes IFF files
  13822.         and handles 4 or 8 colour icons.  Version 2.0, update to 
  13823.         version on disk number 342, source available from author.
  13824.         Author:  Peter Kiem
  13825.  
  13826. IntuitionEd    Intuition based utility that creates C source code for
  13827.         screen, window, border and text structures.  IntuitionEd 
  13828.         can also write the code for several functions required 
  13829.         for the opening and closing of these structures.  The 
  13830.         code can then be compiled by either Manx and Lattice.
  13831.         Shareware donation to the author will receive an enhanced
  13832.         version capable of writing gadget structures as well.
  13833.         Version 1.0, binary only, several samples included.
  13834.         Author:  Niels Thorwirth 
  13835.  
  13836. PowerLOGO    An experimental programming language based on Lisp and
  13837.         LOGO.  It is versatile, highly interactive, organizes 
  13838.         programs as collections of procedures, and includes lists 
  13839.         as first-class data objects.  Version 1.00, binary only.
  13840.         Author:  Gary Teachout
  13841.  
  13842.  
  13843. CONTENTS OF DISK 378
  13844. --------------------
  13845.  
  13846. This is disk 378 of the freely distributable AMIGA software library.
  13847. Below is a listing of the significant directories and their contents.
  13848.  
  13849.  
  13850. Adapt        CLI utility that converts special German characters in
  13851.         files imported from MS-DOS systems into the right Amiga
  13852.         codes.  Can easily be changed to work with other languages.
  13853.         Version 2.2, includes source.
  13854.         Author:  Lars Eggert
  13855.  
  13856. ANSIMaster    ANSI editor that provides the full IBM font set and
  13857.         color capability.  Very useful for the design of custom
  13858.         ANSI screens/graphics for telecommunications.  Version
  13859.         1.0, binary only.
  13860.         Authors:  James Davis and Joe Rattz, Jr.
  13861.  
  13862. DevRen        A DEVice RENamer, originally designed to allow the
  13863.         renaming of an external drive on an A2000 (always
  13864.         recognized as DF2:) to be DF1:   However, works with
  13865.         any mounted device such as RAD: RAM: RAW: CON: etc,
  13866.         as long as the original and renamed version have the
  13867.         same character length.  Version 1.5, includes source.
  13868.         Author:  Stefan Rosewig
  13869.  
  13870. JoyLib        Both a linktime version and a shared library of Joystick
  13871.         routines featuring a technique which proves to be extremely
  13872.         fast on 68010 or higher processors, and still faster than
  13873.         most of the other routines on standard processors.
  13874.         Includes source for library in Assembler and the
  13875.         demonstration program in C.
  13876.         Author:  Oliver Wagner
  13877.  
  13878. MachIII        A "mouse accelerator" program that also includes hotkeys,
  13879.         the features of sun mouse, clicktofront, popcli, title bar
  13880.         clock with a bbs online charge accumulator, Arexx support
  13881.         and much more.  This is version 3.0, an update to version
  13882.         2.6 on disk 254.  Binary only.
  13883.         Author:  Brian Moats and Polyglot software
  13884.  
  13885. MuchMore    Another program like "more", "less", "pg", etc.  This one
  13886.         uses its own screen to show the text using a slow scroll.
  13887.         Includes built-in help, commands to search for text, and
  13888.         commands to print the text.  Works with PAL or NTSC, in
  13889.         normal or overscan modes.  Supports 4 color text in bold,
  13890.         italic, underlined, or inverse fonts.  Version 2.7, this
  13891.         is an update to version 2.5 from disk 253.  Includes source
  13892.         in Oberon and assembly code.
  13893.         Author:  Fridtjof Siebert
  13894.  
  13895. MuchMorePoPa    Extended version of MuchMore V2.7.  Displays texts that have
  13896.         been packed with PowerPacker.  Version 2.7, includes source
  13897.         in Oberon and assembly code.
  13898.         Author:  Fridtjof Siebert
  13899.  
  13900. Observer    Working example for a Lattice LSR-program.  Opens a small
  13901.         window and displays volume names of all inserted disks
  13902.         (DF0: through DF3:).  Includes source in Lattice C.
  13903.         Author:  Oliver Wagner
  13904.  
  13905. TheGuru        A program to bring the Guru back into Kickstart 2.0, for
  13906.         those who will miss it, (well sorta anyway!).  Version
  13907.         1.0, binary only.
  13908.         Author:  Nico Frangois
  13909.  
  13910.  
  13911. CONTENTS OF DISK 379
  13912. --------------------
  13913.  
  13914. This is disk 379 of the freely distributable AMIGA software library.
  13915. Below is a listing of the significant directories and their contents.
  13916.  
  13917.  
  13918. Append        CLI utility that allows you to directly append one or
  13919.         more files to another without having to use the
  13920.         roundabout methods necessary with the AmigaDOS "join"
  13921.         command.  Version 1.0, includes source.
  13922.         Author:  Oliver Enseling
  13923.  
  13924. FileEncrypt    Another intuition based file encryptor to enable you to
  13925.         scramble your highly secret, hard earned source code and
  13926.         prevent your co-workers from taking credit for it!
  13927.         Includes (unscrambled) source.
  13928.         Author:  Lorenz Wiest
  13929.  
  13930. LLSort        Replacement for the AmigaDOS SORT command.  Pure bit set
  13931.         and may be made resident.  Features COLSTART and FIELDS
  13932.         parameters and sorts in either ascending/descending
  13933.         order.  Also sorts with or without case sensitivity.
  13934.         Binary only.
  13935.         Author:  Les Leist
  13936.  
  13937. TheA64Package    A comprehensive emulator/utility package to assist
  13938.         Commodore 64 users in upgrading to the Amiga.  According
  13939.         to the author, this package compares to or surpasses the
  13940.         commercially available packages of the same nature.  Many
  13941.         of the utilities require a hardware interface that allow
  13942.         the Amiga to access C64 peripherals such as disk drives
  13943.         and printers.  The hardware interface is free with a
  13944.         shareware donation to the author.  Version 1.00, binary
  13945.         only.
  13946.         Author:  Cliff Dugan, QuesTronix
  13947.  
  13948. Xnum        A useful CLI conversion utility that takes a decimal,
  13949.         binary, octal or hex number as input and displays the
  13950.         number in all four formats.  Binary only.
  13951.         Author:  Oliver Enseling
  13952.  
  13953. Yawn!         A small WorkBench sliding block puzzle to keep your
  13954.         mind and fingers busy while your compiler is busy
  13955.         crunching away on your highly secret, hard earned
  13956.         source code that you hopefully remembered to unscramble
  13957.         first!  Features selectable size from 4x4 to 7x7 and
  13958.         European, Hindi or Arabic numerals.  Includes source.
  13959.         Author:  Lorenz Wiest
  13960.  
  13961.  
  13962. CONTENTS OF DISK 380
  13963. --------------------
  13964.  
  13965.  
  13966. Oberon        A freely distributable demo version of a powerful Oberon
  13967.         compiler.  Oberon is a modern, object oriented language
  13968.         developed by Prof. Dr. Niklaus Wirth of ETH Z|rich in
  13969.         Switzerland as a successor to Modula-2.  This single pass
  13970.         compiler creates standard Amiga object files, uses a large
  13971.         variety of optimizations to create fast code, supports
  13972.         writing of reentrant programs, allows you to call code from
  13973.         other languages like C and Assembler, etc.  The package
  13974.         includes the compiler, an editor, a link utility, a program
  13975.         to display compilation errors and some demo programs.
  13976.         Version 1.16, binary only.
  13977.         Author:  Fridtjof Siebert
  13978.  
  13979.  
  13980. CONTENTS OF DISK 381
  13981. --------------------
  13982.  
  13983.  
  13984. SKsh        A ksh-like shell for the Amiga.  Some of its features
  13985.         include command substitution, shell functions with
  13986.         parameters, aliases, local variables, local functions,
  13987.         local aliases, powerful control structures and tests,
  13988.         emacs style line editing and history functions, I/O
  13989.         redirection, pipes, large variety of built-in commands,
  13990.         Unix style wildcards, Unix style filename conventions,
  13991.         filename completion, and coexistence with scripts from
  13992.         other shells.  Very well documented.  Version 1.6, an
  13993.         update to version 1.5 on disk 370.  Includes several
  13994.         important bug fixes and a few minor new features such
  13995.         as command line cut and paste.  Binary only.
  13996.         Author:  Steve Koren
  13997.  
  13998. CONTENTS OF DISK 382
  13999. --------------------
  14000.  
  14001.  
  14002. CrossDOS    A "tryware" version of a mountable MS-DOS file system
  14003.         for the Amiga.  This is a software product that allows
  14004.         you to read and write MS-DOS/PC-DOS and Atari ST
  14005.         formatted disks (Version 2.0 or higher) directly from
  14006.         AmigaDOS.  This tryware version is a "readonly" version,
  14007.         which does not allow any writes to the disk.  A fully
  14008.         functional version is available for a very reasonable
  14009.         price from CONSULTRON.  This is version 4.00b, an update
  14010.         to version 3.05b on disk 252.  Binary only.
  14011.         Author:  CONSULTRON, Leonard Poma
  14012.  
  14013. Msh        An Amiga file system handler that handles MS-DOS formatted
  14014.         diskettes.  Version "1.30" (Release 1 patch 3).  You can
  14015.         use files on such disks in almost exactly the same way as
  14016.         you use files on native AmigaDOS disks.  This is a fully
  14017.         functional, read/write version, that supports 8, 9, or 10
  14018.         sector disks of 80 tracks, and should also work on 40 track
  14019.         drives and hard disks with 12 or 16 bit FAT of any
  14020.         dimension the FAT allows.  Update to version "1.5" (Release
  14021.         1) on disk 327.  Includes source.
  14022.         Author:  Olaf Seibert
  14023.  
  14024. CONTENTS OF DISK 383
  14025. --------------------
  14026.  
  14027.  
  14028. LHArc        An archive program like Arc and Zoo, with a heavy emphasis
  14029.         maximum compression for minimum archive size, using LZHUF
  14030.         compression.  This is version 1.21, an update to version
  14031.         1.10 on disk 312.  Binary only.
  14032.         Author:  Paolo Zibetti
  14033.  
  14034. LibraryKiller    A small utility that allows you to remove libraries that
  14035.         aren't used any more.  Version 1.0, includes source in
  14036.         assembly.
  14037.         Author:  Roger Fischlin
  14038.  
  14039. MandelMountains
  14040.         A program that renders three-dimensional images of
  14041.         blowups of the Mandelbrot set.  Includes several example
  14042.         images.  This is version 2.1, an update to version 2.0
  14043.         on disk 354.  The most significant enhancement for this
  14044.         version is that is is two to three times faster due
  14045.         to inclusion of a specially tuned fixed point arithmetic
  14046.         package.  Shareware, binary only.
  14047.         Author:  Mathias Ortmann
  14048.  
  14049. Pcopy        An intuition based disk copier for AmigaDOS disks featuring
  14050.         high speed diskcopy with write verify, data recovery from
  14051.         damaged tracks, full multitasking compatibility, and a user
  14052.         friendly interface.  This is version 2.11, an update to
  14053.         version 2.0 on disk 243, with new data recovery routines
  14054.         and some minor bug fixes.  Binary only.
  14055.         Author:  Dirk Reisig
  14056.  
  14057. CONTENTS OF DISK 384
  14058. --------------------
  14059.  
  14060.  
  14061. Contact        Demo version of a "pop-up" program for managing personal
  14062.         contacts.  Allows you to keep a name and address list
  14063.         along with phone numbers and comments.  Can print mailing
  14064.         labels with a couple of mouse clicks (supports PostScript
  14065.         printers).  Names and address can be "clipped" into other
  14066.         programs such as word processors, and Contact can even
  14067.         dial your modem for you.  Version 1.0, binary only.
  14068.         Author:  Craig Fisher, CMF Software
  14069.  
  14070. Elements    Very nice interactive display of the the Periodic Table
  14071.         of Elements.  Includes general row and column information,
  14072.         plus a test mode where the program asks specific questions
  14073.         about the selected element or row/column.  This is version
  14074.         2.3, an update to version 2.0 on disk 368.  Binary only,
  14075.         shareware.
  14076.         Author:  Paul Thomas Miller
  14077.  
  14078. NorthC        A freely redistributable programming package containing
  14079.         all the programs required for developing in C.  Based on
  14080.         the Sozobon Ltd C compiler, Charlie Gibb's assembler, the
  14081.         Software Distillery's linker, and portions from other
  14082.         sources.  Steve has pulled everything together and added
  14083.         some enhancements in the process.  This is version 1.2, an
  14084.         update to version 1.1 on disk 353.  Changes include extra
  14085.         examples, many bug fixes, further documentation and some
  14086.         improvements.  The environment is supplied compressed and
  14087.         unpacks to two disks.  Partial source is included.
  14088.         Author:  Steve Hawtin, Charlie Gibbs, Sozobon Ltd, The
  14089.              Software Distilary and many others.
  14090.  
  14091. CONTENTS OF DISK 385
  14092. --------------------
  14093.  
  14094.  
  14095. MortCalc    Yet another loan calculator, but this one was written
  14096.         with accuracy in mind.  The monthly payments times the
  14097.         number of months should balance the total principal
  14098.         plus interest, to the cent.  Version 2.5, freeware,
  14099.         source included.
  14100.         Author:  Michel Laliberte
  14101.  
  14102. XLispStat    A statistical program based on David Betz' XLisp. It
  14103.         does some of the most advanced dynamic statistical
  14104.         graphics, included brushing, linking, and 3D rotations.
  14105.         Menus and requestors can be created dynamically with
  14106.         simple lisp commands, and treated as lisp objects, so
  14107.         that the program could be used for many other non-
  14108.         statistical purposes, such as interactive expert
  14109.         systems. XLisp-Stat has an ARexx port so that an editor
  14110.         may be used to prepare lisp programs and send them
  14111.         directly to XLisp-Stat to be executed.  Commands, as
  14112.         character strings, may also be sent from XLisp-Stat
  14113.         with the lisp command, "arexx".  All graphics produced
  14114.         may be saved to files in IFF format.  This version of
  14115.         XLisp-Stat (v.2.1, release 1) has been ported to the
  14116.         Amiga by James Lindsey, from the Mac version supplied
  14117.         by Luke Tierney.  Requires a numerical coprocessor
  14118.         (M68881/M68882) and an M68020/M68030 processor.
  14119.         This disk contains the executables, manual, and lisp
  14120.         files.  The sources can be found on disk 386.
  14121.         Author:  David Betz, Luke Tierney, James Lindsey
  14122.  
  14123. CONTENTS OF DISK 386
  14124. --------------------
  14125.  
  14126.  
  14127. Statpack    Demo version of a statistics and data manipulation
  14128.         program.  Version 3.2, binary only.
  14129.         Author:  James Lindsey
  14130.  
  14131. XLispStat    A statistical program based on David Betz' XLisp. It
  14132.         does some of the most advanced dynamic statistical
  14133.         graphics, included brushing, linking, and 3D rotations.
  14134.         Menus and requestors can be created dynamically with
  14135.         simple lisp commands, and treated as lisp objects, so
  14136.         that the program could be used for many other non-
  14137.         statistical purposes, such as interactive expert
  14138.         systems. XLisp-Stat has an ARexx port so that an editor
  14139.         may be used to prepare lisp programs and send them
  14140.         directly to XLisp-Stat to be executed.  Commands, as
  14141.         character strings, may also be sent from XLisp-Stat
  14142.         with the lisp command, "arexx".  All graphics produced
  14143.         may be saved to files in IFF format.  This version of
  14144.         XLisp-Stat (v.2.1, release 1) has been ported to the
  14145.         Amiga by James Lindsey, from the Mac version supplied
  14146.         by Luke Tierney.  Requires a numerical coprocessor
  14147.         (M68881/M68882) and an M68020/M68030 processor.
  14148.         This disk contains the sources.  The executables,
  14149.         manual, and lisp files can be found on disk 385.
  14150.         Author:  David Betz, Luke Tierney, James Lindsey
  14151.  
  14152. CONTENTS OF DISK 387
  14153. --------------------
  14154.  
  14155.  
  14156. BlitterSand    An interesting cellular automata program that gets its
  14157.         roots from a "sandpile".  Intriguing to watch.  Includes
  14158.         assembly source.
  14159.         Author:  Mike Creutz
  14160.  
  14161. ExtFuncProc    External Function Process.  Allows execution of any library
  14162.         function from simple tasks even if these functions require
  14163.         a process environment.  For experienced programmers only
  14164.         because there isn't any documentation written yet but only
  14165.         an example.  ExtFuncProc is used by GMC.  It runs under
  14166.         KS 2.0.  Binary only.
  14167.         Author:  Goetz Mueller
  14168.  
  14169. GMC        A console handler with command line editing and function
  14170.         key support.  GMC provides extended command line editing,
  14171.         function key assignment in four levels, extended command
  14172.         line history, online help for functions in the handler,
  14173.         and an iconify function.  This is version 9.2, an update
  14174.         to version 4.0 on disk 291, with many new features,
  14175.         including an output buffer (dump to printer and window),
  14176.         filename completer, script function, undo function, prompt
  14177.         beeper, pathname in window title, close gadget for KS 2.0,
  14178.         etc.  Shareware, binary only.
  14179.         Author:  Goetz Mueller
  14180.  
  14181. H2I        Translates C include files into assembler include files.
  14182.         Useful for programmers that use both C and assembler code
  14183.         in the same program.  Helps to keep the structure definitions
  14184.         consistent.  Version 1.1, shareware, binary only.
  14185.         Author:  Goetz Mueller
  14186.  
  14187. MandAnim    A Mandelbrot Animation program that allows you to easily
  14188.         generate series of lo-res/16-color pictures.  Features
  14189.         full mouse and/or keyboard operation, zooms, auto-save,
  14190.         high (cheat) speed, iconization, etc.  The generated
  14191.         pictures all remember their positions and settings so
  14192.         they can be re-loaded.  Version 1.1, binary only.
  14193.         Author:  Ekke Verheul.
  14194.  
  14195. MandelBlitz    Very fast Mandelbrot plotter with lots of handy functions
  14196.         such as color cycling, zoom, special palette control,
  14197.         file requestors and more.  Version 1.0, binary only
  14198.         Author:  Nico Franτois
  14199.  
  14200. Menu        A fast-access menu system configurable via a script file
  14201.         that allows the user run selected programs.  Version 2.0,
  14202.         binary only.
  14203.         Author:  Stefan M÷rnhag
  14204.  
  14205. NTSC-PAL    Two programs that give A500/A2000 owners with the new ECS
  14206.         1Mb Agnus installed the ability to boot into either a NTSC
  14207.         or PAL environment.  *Very* useful for both NTSC and PAL
  14208.         owners alike.  Version 1.1, includes assembly source.
  14209.         Author:  Nico Franτois
  14210.  
  14211. Wreq        Replace "pop-up" requestors with line-oriented requesters
  14212.         (similar to those found in an MS-DOS environment) that
  14213.         can be easily handled from the keyboard.  If there is no
  14214.         interactive console for the process, the requester won't
  14215.         appear.  Includes assembly source.
  14216.         Author:  Tuomo Mickelsson
  14217.  
  14218. CONTENTS OF DISK 388
  14219. --------------------
  14220.  
  14221.  
  14222. Calc        A shell style, command-line calculator.  Calc does not
  14223.         have a fancy keypad display as many other calculator
  14224.         programs do.  Instead, it is capable of taking its input
  14225.         from a file, the keyboard, or a command line and output-
  14226.         ting its results to a file or the screen.  It can also
  14227.         apply a single equation to all of the values stored in a
  14228.         file (or files).  It handles all common mathematical
  14229.         expressions, can optionally predefine physical constants
  14230.         and store variables.  Version 2.0, binary only.
  14231.         Author:  Bill Dimm
  14232.  
  14233. DClock        A "Dumb Clock" utility that displays the date and time
  14234.         in the Workbench screen title bar.  This is version 1.27,
  14235.         an update version 1.12 disk number 325.  Many more useful
  14236.         enhancements/bug fixes, including an ARexx interface.
  14237.         Includes source.
  14238.         Author:  Olaf Barthel
  14239.  
  14240. DIEd        A full-screen ANSI editor including an animation utility.
  14241.         Provides PAL and NTSC compatibility.  Many useful features
  14242.         such as horizontal and vertical block cut/pasting operations,
  14243.         line/block/screen centering, save defaults and more.
  14244.         Version 2.4, binary only.
  14245.         Author:  P-E Raue
  14246.  
  14247. Free        Display how much free space (bytes or blocks) you have on any
  14248.         or all of your mounted disk volumes.  Runs from CLI only.
  14249.         Based on "Free" by Tom Smythe on Fish Disk 66, but totally
  14250.         rewritten and enhanced.  Version 1.01, includes source.
  14251.         Author:  Daniel Jay Barrett
  14252.  
  14253. KeyMapEd    Allows you to change the KeyMaps used with SetMap.  This
  14254.         is a full featured editor providing support for normal,
  14255.         string and dead keys.  The keyboard represented is from
  14256.         an A3000/A2000/A500 but it is fully compatible with A1000
  14257.         keyboards.  This is version 1.1i, an update to version
  14258.         1.02 on disk number 193, binary only.
  14259.         Author:  Tim Friest
  14260.  
  14261. SnoopDos    A utility for monitoring AmigaDOS calls.  In particular,
  14262.         it allows you to see what libraries, devices, fonts,
  14263.         environment variables or startup files a program is looking
  14264.         for.  Very useful when you're trying to install a new
  14265.         application.  Version 1.0, includes source in C.
  14266.         Author:  Eddy Carroll
  14267.  
  14268. CONTENTS OF DISK 389
  14269. --------------------
  14270.  
  14271.  
  14272. Kick        Another screen hack, specifically for A500/A2000 owners.
  14273.         I don't want to spoil any surprises but reportedly causes
  14274.         some machines to crash.  Binary only.
  14275.         Author:  Tony Solomon, Paul Fortin
  14276.  
  14277. Plot        A 3-D function plotting program with provisions for
  14278.         coordinate translation on both axes, parametric equations,
  14279.         and standardized notation of the pow function (x^y -- which
  14280.         now works as specified.).  This is version 5.1, an update
  14281.         to version 4.1 on disk 175, with some enhancements and bug
  14282.         fixes.  Binary only.
  14283.         Author:  Terry Gintz
  14284.  
  14285. PolySys        An extended version of the 0L-system (string rewriting)
  14286.         described in The Science of Fractal Images (edited by
  14287.         Pietgen and Saupe).  The basic algorithm has been expanded
  14288.         and modified extensively, and looping commands similiar to
  14289.         those found in other Turtle graphics systems (Logo, etc)
  14290.         have been added.  Support for three-dimensional drawing,
  14291.         with perspective, is also included.  Version 1.0, binary
  14292.         only.
  14293.         Author:  Terry Gintz
  14294.  
  14295. Retab        Useful command-line "tab-to-space" and "space-to-tab"
  14296.         expansion utility.  Several command-line options to specify
  14297.         size/settings and the ability to protect material enclosed
  14298.         by delimiters (quotes, brackets, carats, etc.) from
  14299.         expansion.  Version 1.03, binary only.
  14300.         Author:  Paul Klink
  14301.  
  14302. ZPlot        Graphs formulas based on 4-D complex number planes.  ZPlot
  14303.         currently supports the Mandelbrot set, Julia sets, and
  14304.         Phoenix curves, with over 500 mapping variations.  The math
  14305.         functions supported include sin(z), sinh(z), z^z, e^z, z^n,
  14306.         sqrt(z), cos(z), cosh(z), tan(z), tanh(z), log(z), ln(z)
  14307.         and n^z.  Version 1.3d, binary only
  14308.         Author:  Terry Gintz
  14309.  
  14310. CONTENTS OF DISK 390
  14311. --------------------
  14312.  
  14313.  
  14314. Flip        Allows you to quickly and easily switch between various
  14315.         screens.  Can close screens, pull them up, and activate
  14316.         windows.  Has the unique feature of sorting screens in a
  14317.         way that all title bars are visible at one time.  This is
  14318.         version 2.0, binary only.
  14319.         Author:  Lars Eggert
  14320.  
  14321. ReadmeMaster    A nifty little database for finding those programs that
  14322.         you know exist somewhere (???) in the AmigaLibDisk library.
  14323.         Maintains a keyword dictionary of the Contents descriptions
  14324.         that allows searching by disk number, program title, author's
  14325.         name, or some other descriptive word.  Currently supports
  14326.         disks 1-360, an update to the version on disk number 163.
  14327.         Binary only.
  14328.         Author:  Harold Morash
  14329.  
  14330. SetClock    A utility to set or read the hardware clock on a Spirit
  14331.         Technology memory expansion board.  Works in a manner
  14332.         similar to the SetClock utility which is supplied by
  14333.         Commodore with Amigas that have hardware clocks as
  14334.         standard equipment.  Includes source in PCQPascal and
  14335.         assembler.
  14336.         Author:  Willi Kusche
  14337.  
  14338. SM        Small utility to center the display.  Recoded version of
  14339.         "ScreenShift" by Anson Mah (Disk 88), only half the size.
  14340.         Includes source.
  14341.         Author:  Anson Mah, Lattice V5.04 recoding by Oliver Wagner
  14342.  
  14343.  
  14344. CONTENTS OF DISK 391
  14345. --------------------
  14346.  
  14347. Curses        A link library containing many of the terminal independant
  14348.         standard "curses" functions.   Designed primarily for
  14349.         those interested in porting unix screen based programs to
  14350.         the Amiga.  Version 1.10, binary only.
  14351.         Author:  Simon John Raybould
  14352.  
  14353. Eco        An ECHO replacement which allows many escape sequences for
  14354.         colors, text styles, cursor positioning, system variables,
  14355.         and much more.  Has PURE bit set and can be made resident.
  14356.         Version 3.40, includes source.
  14357.         Author:  Dario de Judicibus
  14358.  
  14359. FractalLab    Investigate the realm of fractals and allow your imagination
  14360.         to run wild.  Virtually an unlimited number of these self-
  14361.         similar curves can be created with FractalLab.  Includes
  14362.         several interesting samples.  Version 1.0, binary only.
  14363.         Author:  Terry Gintz
  14364.  
  14365. ListPlot    A 2D plotting program built around the PLPLOT plotting
  14366.         library.  Its principle advantage is that it supports
  14367.         a variety of graphics devices.  By default, output is
  14368.         sent to a window on the Amiga's screen.  Through command
  14369.         line options, the graph can be sent to any preferences
  14370.         printer with graphics capability, stored as an IFF file,
  14371.         stored in HPGL format, stored in Aegis Draw format, or
  14372.         stored as an Encapsulated Postscript File.  A variety of
  14373.         line styles and colors are available.  Includes source.
  14374.         Author:  Frederick R. Bartram and Anthony M. Richardson
  14375.  
  14376. CONTENTS OF DISK 392
  14377. --------------------
  14378.  
  14379. BTNTape        A "Better Than Nothing" SCSI tape device handler.  It
  14380.         provides flat file access to a SCSI tape drive from
  14381.         application programs using simple DOS calls to Read()
  14382.         and Write().  It can also be used with the Amiga TAR
  14383.         utility for disk backups.  Files may span multiple tape
  14384.         volumes and may start at any tape block.  This handler
  14385.         requires a "SCSI-direct" compatible hard disk driver.
  14386.         Version 1.0, includes source.
  14387.         Author:  Robert Rethemeyer
  14388.  
  14389. CPlot        Graphs linear functions in two dimensions, similiar to
  14390.         a Mandelbrot plot.  You start with a linear function like
  14391.         10sin(x**2+y**2) and CPlot treats each point on the screen
  14392.         as an X-Y coordinate, color-scaling it according to its
  14393.         magnitude for a preset range of inputs.  Includes some
  14394.         very nice sample creations.  Version 1.0, binary only.
  14395.         Author:  Terry Gintz
  14396.  
  14397. Pmode        Very simple command line utility to send escape sequences
  14398.         to the printer to change print styles.  Specifically
  14399.         tested a NEC P6 Plus, but it should work with many printers.
  14400.         Included source should make it easy to add/modify escape
  14401.         sequences.
  14402.         Author:  Dario de Judicibus
  14403.  
  14404. SetNoClick    Very simple program to set the NOCLICK flag in the public
  14405.         section of a trackdisk unit.  Only works with version 36
  14406.         and up of trackdisk.device.  Includes source.
  14407.         Author:  Marc Boucher
  14408.  
  14409. Spades        Amiga'ized version of the popular card game.  This is
  14410.         a single player version, where you play one hand and
  14411.         the computer plays your partner and also your two
  14412.         opponents.  Version 1.1, includes source.
  14413.         Author:  Greg Stelmack
  14414.  
  14415. CONTENTS OF DISK 393
  14416. --------------------
  14417.  
  14418.  
  14419. FileIO        The dissidents file requester.  This is version 1.9, an
  14420.         update to version 1.6 on disk 348.  Binary only.
  14421.         Author:  Jeff Glatt, Dissidents Software
  14422.  
  14423. FontConvert    A printer font conversion program to convert standard
  14424.         Amiga fonts into a form suitable for downloading to
  14425.         a printer that supports user defined printer fonts.
  14426.         Version 1.0, includes source.
  14427.         Author:  Olaf 'Olsen' Barthel
  14428.  
  14429. FuncLib        A program that allows you to add or remove rexx function
  14430.         libraries.
  14431.         Author:  Jeff Glatt, Dissidents Software
  14432.  
  14433. ILBMLib        A shared library (ilbm.library) to read/write IFF files,
  14434.         derived from the EA IFF code, along with various
  14435.         enhancements.  Version 0.3, a partial update to version
  14436.         on disk 348.
  14437.         Author:  Jeff Glatt, Dissidents Software
  14438.  
  14439. LibTool        A program that allows you to develop C or assembly code,
  14440.         and then quickly turn it into a shared library.  Also
  14441.         generates all support files for your library including
  14442.         Pragma files (both Manx and Lattice), bmap files, include
  14443.         files, C interface glue files.  Can be used to make a
  14444.         device, too.
  14445.         Author:  Jeff Glatt, Dissidents Software
  14446.  
  14447. PrintSpool    A small print spooling shared library that provides an easy
  14448.         way to print graphics and text for any application.  It can
  14449.         print ascii text of any length or dump any part or all of a
  14450.         rastport.  Takes care of opening the printer.device and
  14451.         manages its own resources.  Version 0.1, binary only, with
  14452.         source code examples.
  14453.         Author:  Jeff Glatt, Dissidents Software
  14454.  
  14455. RexxIntuition    This is a ARexx function library that allows you to
  14456.         open windows/screens from an ARexx script, attach menus,
  14457.         gadgets, (file) requesters, load and save ILBM picture
  14458.         files, auto-requesters, print text and graphic dumps,
  14459.         and completely interact with the user in an intuition
  14460.         environment.  Adds all of those Amiga features that
  14461.         ARexx lacks.
  14462.         Author:  Jeff Glatt, Dissidents Software
  14463.  
  14464. RexxLib        A shared library that can be easily used by any C or
  14465.         assembly programmer to add an ARexx interface to his
  14466.         programs.  Handles all of the messy details including
  14467.         message creation/deletion and error handling.
  14468.         Author:  Jeff Glatt, Dissidents Software
  14469.  
  14470. CONTENTS OF DISK 394
  14471. --------------------
  14472.  
  14473. Aniptrs3    Some more animated pointers to choose from to "liven"
  14474.         up your display environment.  Other pointers from Bob
  14475.         are on disks 332 and 364.  Binary only.
  14476.         Author:  Bob McKain, pointer animation program by Tim Kemp
  14477.  
  14478. 'Liner        A shareware outliner whose function is to create outlines
  14479.         for notes or export to other programs.  'Liner can save an
  14480.         outline as ASCII text, and is clipboard compatible.
  14481.         Enhancements over the previous version include support for
  14482.         ARexx, Workbench, overscanned screens, more than one line
  14483.         of text per outline number, a preferences file, and
  14484.         search/replace.  Version 2.00, an upgrade to version 1.32
  14485.         on disk 285.  Includes C source.
  14486.         Author:  Dave Schreiber
  14487.  
  14488. Pics        Some miscellaneous pictures with a "cartoon" theme.
  14489.         Author:  Bob McKain
  14490.  
  14491. PrintImage    A simple program that provides an easy way to print
  14492.         IFF ILBM images.  Version 1.0, includes source.
  14493.         Author:  Olaf 'Olsen' Barthel
  14494.  
  14495. CONTENTS OF DISK 395
  14496. --------------------
  14497.  
  14498. DragonCave    A nicely done Sokoban like game for the Amiga.  Features
  14499.         include sound effects, two or three dimensional graphics,
  14500.         100 levels (50 of which can be customized with the built-
  14501.         in editor), undo of up to 1000 preceding steps, transparent
  14502.         copying of data files to ram: for reduced load times, both
  14503.         English and German versions, and more.  Version 1.00,
  14504.         binary only.
  14505.         Author:  Hartmut Stein and Michael Berling
  14506.  
  14507.  
  14508. CONTENTS OF DISK 396
  14509. --------------------
  14510.  
  14511. ColorCatch    A utility that lets you grab colors from a screen and
  14512.         save them as an executable file.  Version 1.0, includes
  14513.         source in assembler.
  14514.         Author:  Preben Nielsen
  14515.  
  14516. NewLook        A program that changes the system gadgets in all the
  14517.         screens and windows.  Version 1.0, includes source in
  14518.         assembler.
  14519.         Author:  Preben Nielsen
  14520.  
  14521. PBar        An editor to change the pattern in the windows drag bar
  14522.         and save the pattern as an executable file with an icon
  14523.         looking like the pattern.  Version 1.0, includes source
  14524.         in assembler.
  14525.         Author:  Preben Nielsen
  14526.  
  14527. PCalender    A little calender program which lets you look through
  14528.         years and months using the arrow-keys.  Version 1.0,
  14529.         includes source in assembler.
  14530.         Author:  Preben Nielsen
  14531.  
  14532. PClock        A little clock program which shows the time and the
  14533.         available CHIP and FAST memory.  Version 1.0, includes
  14534.         source in assembler.
  14535.         Author:  Preben Nielsen
  14536.  
  14537. PFiler        A very good and small file requester to link onto your
  14538.         own programs.  Version 1.0, includes source in assembler.
  14539.         Author:  Preben Nielsen
  14540.  
  14541. Resident    A resident startup module for Aztec C.  Version 1.0,
  14542.         includes source.
  14543.         Author:  Olaf 'Olsen' Barthel
  14544.  
  14545. RoadRoute    Trip planner program to find "best road route" between
  14546.         any two points of travel.  Features include the user
  14547.         customization of CITIES and ROADS files to suit travel
  14548.         interests and provision for very large city menus and
  14549.         itineraries.  Also includes RoadScan, a checker for
  14550.         RoadRoute files (CITIES and ROADS).  Very large files
  14551.         may contain goofs (cities with no roads, the same road
  14552.         entered twice, etc.), or oddities (direct road not as
  14553.         fast as multipoint).  These are pointed out, together
  14554.         with areas where users might wish to make economies in
  14555.         the data base.  Version 1.6, an update to version 1.5
  14556.         on disk 358, includes source.
  14557.         Author:  Jim Butterfield
  14558.  
  14559. TurboTopaz    Two Text speed up programs like FastFonts.  Allows
  14560.         replacement of the Topaz-80 font from both CLI and
  14561.         WorkBench.  Includes a program to measure to speed of
  14562.         Text speed up programs.  Version 1.0, includes source
  14563.         in assembler.
  14564.         Author:  Preben Nielsen
  14565.  
  14566. CONTENTS OF DISK 397
  14567. --------------------
  14568.  
  14569.  
  14570. DKBTrace    A complete ray tracer that supports arbitrary quadric
  14571.         surfaces (spheres, ellipsoids, cones, cylinders, planes,
  14572.         etc.), constructive solid geometry, and various shading
  14573.         models (reflection, refraction, marble, wood, and many
  14574.         others).  It also has special case code to handle spheres,
  14575.         planes, triangles, and smooth triangles.  By using these
  14576.         special primitives, the rendering can be done much more
  14577.         quickly than by using the more general quadrics.  This
  14578.         is version 2.0 and includes source in C.
  14579.         Author:  David Buck
  14580.  
  14581. CONTENTS OF DISK 398
  14582. --------------------
  14583.  
  14584. DClock        A "Dumb Clock" utility that displays the date and time
  14585.         in the Workbench screen title bar.  Includes an ARexx
  14586.         interface.  This is version 1.29, an update to version
  14587.         1.27 on disk 388.  Includes source.
  14588.         Author:  Olaf Barthel
  14589.  
  14590. Formatter    A faster and more user friendly floppy disk formatter
  14591.         that is also an example of how to format Amiga file
  14592.         systems in general and get AmigaDOS to accept them.
  14593.         Formatting without verify takes about 50 seconds,
  14594.         with verify takes about 100 seconds.  Version 2.7,
  14595.         includes source.
  14596.         Author:  Olaf Barthel
  14597.  
  14598. GMC        A console handler with command line editing and function
  14599.         key support.  GMC provides extended command line editing,
  14600.         function key assignment in four levels, extended command
  14601.         line history, online help for functions in the handler,
  14602.         and an iconify function.  Also includes an output buffer
  14603.         (dump to printer and window), filename completer, script
  14604.         function, undo function, prompt beeper, pathname in window
  14605.         title, close gadget for KS 2.0, etc.  This is version 9.6,
  14606.         an update to version 9.2 on disk 387.  Shareware, binary
  14607.         only.
  14608.         Author:  Goetz Mueller
  14609.  
  14610. HunkFunk    A program to "disassemble" any given AmigaDOS hunk file,
  14611.         which includes executables, linker libraries, linker
  14612.         object files, overlayed files, etc.  Written as an exercise
  14613.         by the author to learn a few things about AmigaDOS hunk
  14614.         structures.  Includes source.
  14615.         Author:  Olaf Barthel
  14616.  
  14617. KeyMacro    A keyboard macro program, configurable via a text file,
  14618.         that also supports hotkey program execution.  You can
  14619.         map up to eight functions to each key, including keys
  14620.         such as cursor keys, the return key, etc.  Version 1.6,
  14621.         an update to version 1.4 on disk 354.  Includes source.
  14622.         Author:  Olaf Barthel
  14623.  
  14624. CONTENTS OF DISK 399
  14625. --------------------
  14626.  
  14627. AutoCLI        A 'PopCLI' type replacement that works with WorkBench 2.0.
  14628.         Also fixes the problem with PopCLI crashing the machine if
  14629.         used on a PAL Amiga to open a CLI window with a vertical
  14630.         size greater than 200 lines.  Other features include an
  14631.         optional Function-key press with the qualifier to execute
  14632.         an S:script file.  Version 1.6, binary only.
  14633.         Author:  Nic Wilson
  14634.  
  14635. CCLib        An implementation of the standard C runtime library, with
  14636.         a few extra goodies thrown in.  Supports a large number of
  14637.         functions including stream I/O, low-level I/O, string,
  14638.         memory, linked list, sorting, time, process control and
  14639.         more.  Version 3.0, includes source and several utility
  14640.         programs.
  14641.         Author:  Robert W. Albrecht
  14642.  
  14643. PrettyWindows    Three different C routines to add various borders inside
  14644.         of windows.  Includes source and a demo.
  14645.         Author:  Thom Robertson
  14646.  
  14647. TrackDisplay    A simple program that continuously monitors and displays
  14648.         the current track for each floppy disk.  Includes source.
  14649.         Author:  Olaf Barthel
  14650.  
  14651. CONTENTS OF DISK 400
  14652. --------------------
  14653.  
  14654. DriveWars    DriveWars is a Shareware shoot'em up game that pits
  14655.         you, df0: or df1:, against a computer virus that is
  14656.         about to destroy all U.S. records of Iraq's positions
  14657.         during operation Desert Shield.  In version 1.0, you
  14658.         must fly df0: through the computers and destroy all
  14659.         contaminated chips and disks.
  14660.         Author:  Joe Angell
  14661.  
  14662. ParNet        The Software Distillery's NET: file system using Matt
  14663.         Dillon's parallel port code.  Using a special DB25 cable,
  14664.         two Amigas can be connected via the parallel port.  One
  14665.         Amiga can mount the other as a device and read/write the
  14666.         files as if they were local.  Version 2.4, binary only.
  14667.         Author:  Doug Walker, John Toebes, Matt Dillon
  14668.  
  14669. ReqLib        A runtime, reentrant library designed to make it easier
  14670.         for programmers to use powerful, easy to use requesters,
  14671.         for communicating with users.  Includes such functions
  14672.         as a color requester, file requester, message display
  14673.         requester and many functions to make the creation of gadgets
  14674.         for your own custom requesters easier.  Binary only.
  14675.         Author:  Colin Fox and Bruce Dawson
  14676.  
  14677. SetCPU        A program designed to allow the user to detect and modify
  14678.         various parameters related to 32 bit CPUs.  Includes
  14679.         commands to enable or disable the text/data caches,
  14680.         switch on or off the '030 burst cache line fill request,
  14681.         use the MMU to run a ROM image from 32-bit memory, and
  14682.         to report various parameters when called from a script.
  14683.         This is version 1.60, an update to version 1.5 on disk 223.
  14684.         Includes source.
  14685.         Author:  Dave Haynie
  14686.  
  14687. SF2        File search utility.  Default searching starts from the
  14688.         root directory of the specified device and descends down
  14689.         into its subdirectories.  Searching includes looking into
  14690.         archive files generated by various compression utilities.
  14691.         Archive files ending with a .ARC, .LHZ, .ZIP and .ZOO
  14692.         are currently supported.  Lots of command line options.
  14693.         Requires ARP 1.3 (rev. 39.1).  Version 2.0, binary only,
  14694.         shareware.
  14695.         Author:  Andrea Suatoni
  14696.  
  14697.  
  14698. CONTENTS OF DISK 401
  14699. --------------------
  14700.  
  14701. CrcLists    Complete CRC check files for disks 001-400 using the brik
  14702.         program.  These were made directly from my master disks.
  14703.         This is an update to the lists on disk 293.
  14704.         Author:  Fred Fish
  14705.  
  14706. HappySong    A song created using the freely distributable program
  14707.                 MED V.2.10.  Player program included.
  14708.         Author:  Alex Van Starrex
  14709.  
  14710.  
  14711. CONTENTS OF DISK 402
  14712. --------------------
  14713.  
  14714. ADoc            A freely redistributable help utility for the Amiga.
  14715.                 Allows you to have permanent help on any subject you want.
  14716.                 Major feature is automatic searching of the word on which
  14717.                 you clicked.  Includes a 50 Kb help file (French only) on
  14718.         all Intuition and Dos function calls.  This is version
  14719.         3.10, binary only, French and English versions.
  14720.         Author:  Denis GOUNELLE
  14721.  
  14722. APrf            A freely redistributable printing utility for the Amiga.
  14723.                 Major features are full Intuition interface, preview
  14724.                 function, page selection, margins setup, line numbering,
  14725.                 and more.  This is version 2.62, binary only, French and
  14726.         English versions.
  14727.                 Author:  Denis GOUNELLE.
  14728.  
  14729. Pcopy        An intuition based disk copier for AmigaDOS disks featuring
  14730.         high speed diskcopy with write verify, data recovery from
  14731.         damaged tracks, full multitasking compatibility, and a user
  14732.         friendly interface.  This is version 2.12, an update to
  14733.         version 2.11 on disk 383, with new data recovery routines
  14734.         and some bug fixes.  Binary only.
  14735.         Author:  Dirk Reisig
  14736.  
  14737. PLW        Phone-Line-Watcher.  For users of Hayes compatible modems.
  14738.         Monitors the serial port and records all incoming calls.
  14739.         Allows a remote user to login, receive and leave a message,
  14740.         and transfer files via Zmodem in either direction.  Two
  14741.         level DOS access, disabled DOS requestors and more.  This
  14742.         is version 3.0, an update to version 2.8 on disk 372.  New
  14743.         features include the ability to define external programs
  14744.         as menu options that can be executed by the remote user.
  14745.         Shareware, binary only.
  14746.         Author:  Christian Fries
  14747.  
  14748. PrintStudio    Very nice intuition based general purpose print utility
  14749.         that prints text with a variety of options.  Prints
  14750.         several graphic formats with yet more options.  Print any
  14751.         part of a picture, print screens and windows, save screens
  14752.         and windows as IFF files, modify color palettes, change
  14753.         printing parameters and lots more!  This is version 1.25,
  14754.         an update to version 1.2 on disk 366.  Shareware, binary
  14755.         only.
  14756.         Author:  Andreas Krebs
  14757.  
  14758. StdFile        A module that can be linked with any Intuition based
  14759.         program to provide a standard file requestor similar to
  14760.         the one in AmigaDOS 2.0.  Even if you use the standard
  14761.         requestor under 2.0, it is useful to have one available
  14762.         for use if you need to run on pre-2.0 systems.  Includes
  14763.         source.
  14764.         Author:  Jeff Lydiatt and Peter da Silva
  14765.  
  14766.  
  14767. CONTENTS OF DISK 403
  14768. --------------------
  14769.  
  14770. FixDisk        A program to recover as much as possible from a defective
  14771.         disk.  It can sometimes recover damaged (unreadable)
  14772.         tracks, check file integrity, check the directory
  14773.         structure, undelete files, copy or show files, fix
  14774.         corrupted directory pointers, etc.  Full intuition
  14775.         interface.  This is version 1.2, an update to version
  14776.         1.0 on disk 223.  Binary only.
  14777.         Author:  Werner Guenther
  14778.  
  14779. KawaiEditor    A Kawai K4 editor (apparently some kind of midi
  14780.         based music synthesizer).  Version 1.0, shareware,
  14781.         binary only.
  14782.         Author:  Jan Saucke
  14783.  
  14784. NiftyTerm    NiftyTerm is an h19/VT102/VT52 emulator for the Amiga.
  14785.         It was originally designed to be used with DNet, but it
  14786.         has been expanded so that it may be used as a normal
  14787.         terminal emulator.  Niftyterm was designed to be a good
  14788.         emulation of these terminals, as well as being fairly
  14789.         small and fast.  Version 1.0, binary only, source available
  14790.         from authors.
  14791.         Author:  Christopher Newman, Todd Williamson
  14792.  
  14793. PokerDemo    Demo version of some Solitaire card games from UnSane
  14794.         Creations.  Includes "Accordion", "Calculation", "Poker
  14795.         Solitaire", and "SeaHaven Towers".  Binary only.
  14796.         Author:  Steve Francis
  14797.  
  14798. RexxHostLib    This is a shared library package to simplify the ARexx
  14799.         host creation/management procedure.  Rexx-message
  14800.         parsing is also included making it possible to control
  14801.         ARexx from programs such as AmigaBASIC (can you
  14802.         imagine AmigaBASIC controlling AmigaTeX?).  This is
  14803.         version 36.14, an update to version 34.12 on disk 355.
  14804.         Differences include a few bug fixes and new functions.
  14805.         Includes source.
  14806.         Author:  Olaf Barthel
  14807.  
  14808.  
  14809. CONTENTS OF DISK 404
  14810. --------------------
  14811.  
  14812. LHArc        An archive program like Arc and Zoo, with a heavy emphasis
  14813.         maximum compression for minimum archive size, using LZHUF
  14814.         compression.  This is version 1.30, an update to version
  14815.         1.21 on disk 383.  Binary only.
  14816.         Author:  Paolo Zibetti
  14817.  
  14818. NGTC        Release One of a trivia game based on "Star Trek: The Next
  14819.         Generation" TV series.  Contains over 500 questions on
  14820.         Season One of the series with over 50 audio/video clues.
  14821.         This disk contains the game module and part 1 of the
  14822.         Trivia Database.  You MUST have disk 405 which contains the
  14823.         rest of the Trivia Database and the required player program.
  14824.         Created with The Director.  Binary only.
  14825.         Author:  Gregory Epley
  14826.  
  14827.  
  14828. CONTENTS OF DISK 405
  14829. --------------------
  14830.  
  14831. GIFMachine    A program that will convert CompuServe GIF image files
  14832.         into IFF SHAM and 24bit ILBMs.  It offers a number of
  14833.         extra options like dithering, horizontal and vertical
  14834.         flip, as well as automatic border removal.  Requires
  14835.         KickStart version 2.0 or greater to run.  Version 2.104,
  14836.         includes source.
  14837.         Author:  Christopher Wichura
  14838.  
  14839. NGTC        Release One of a trivia game based on "Star Trek: The Next
  14840.         Generation" TV series.  Contains over 500 questions on
  14841.         Season One of the series with over 50 audio/video clues.
  14842.         This disk contains part 2 of the Trivia Database and the
  14843.         "Projector" player.  You MUST have disk 404 which contains
  14844.         the rest of the Trivia Database and the game module.
  14845.         Created with The Director.  Binary only.
  14846.         Author:  Gregory Epley
  14847.  
  14848.  
  14849. CONTENTS OF DISK 406
  14850. --------------------
  14851.  
  14852. ATCopy        A program to copy files from the Amiga side of a system
  14853.         equipped with a PC/AT bridgeboard, to the PC side, using
  14854.         wildcards.  Copies directly through the shared memory.
  14855.         Supports CLI and WorkBench usage.  Version 2.0, shareware,
  14856.         binary only.
  14857.         Author:  Peter Vorwerk
  14858.  
  14859. DirWork        A fast small simple efficent shareware DirUtility that
  14860.         gets directories off floppies in about half the normal
  14861.         time.  Configurable options and buttons, as well as all
  14862.         the usual features.  This is Version 1.12, an update to
  14863.         the one on disk 328.  Binary only.
  14864.         Author:  Chris Hames
  14865.  
  14866. DMS        DISK-Masher is a utility that allows users to compress and
  14867.         archive entire floppy disks.  Offers four different types
  14868.         of compression, extended virus checking of boot blocks,
  14869.         and data encryption.  Requires at least 512K of memory.
  14870.         This is version 1.01, binary only.
  14871.         Author:  SDS Software
  14872.  
  14873. GnuAwk        GNU awk is the GNU Project's implementation of the AWK
  14874.         programming language.  It conforms to the definition
  14875.         and description of the language in The AWK Programming
  14876.         Language, by Aho, Kernighan, and Weinberger, with the
  14877.         additional features defined in the System V Release 4
  14878.         version of UNIX awk.  Version 2.10 beta, includes source.
  14879.         Author:  Paul Rubin, Jay Fenlason, Arnold Robbins, et al.
  14880.  
  14881. GnuGrep        The grep program from the GNU project.  Replaces grep
  14882.         fgrep, egrep, and bmgrep.  This is an update to version
  14883.         1.5 on disk 295 and now handles AmigaDOS style wildcard
  14884.         specifications.  Includes source.
  14885.         Author:  Many (see README file)
  14886.  
  14887. MadBlanker    A cute screen blanker that bounces a transparent rectangle
  14888.         around on the screen, like a theater spotlight, with
  14889.         configurable options which include size and whether or not
  14890.         you want the rectangle to change size.  Version 2.0,
  14891.         includes source.
  14892.         Author: K. Mardam-Bey
  14893.  
  14894.  
  14895. CONTENTS OF DISK 407
  14896. --------------------
  14897.  
  14898. DMouse        A versatile screen & mouse blanker, auto window activator,
  14899.         mouse accelerator, popcli, pop window to front, push
  14900.         window to back, etc, widget.  This is DMouse version 1.24,
  14901.         an update to version 1.20 on disk 258.  Includes source.
  14902.         Author:  Matt Dillon
  14903.  
  14904. Flex        Flex is a replacement for the UNIX "lex" (lexical
  14905.         analyzer generator) program that is faster than
  14906.         lex, and freely redistributable.  This is version 2.3,
  14907.         an update to the version on disk 156.  Includes source.
  14908.         Authors:  Jef Poskanzer, Vern Paxson, William Loftus,
  14909.               et. al.
  14910.  
  14911. WonderSound    Wondersound is an additive harmonic instrument design
  14912.         tool with a separate envelope design window and 16
  14913.         relative harmonic strength and phase angle controls.
  14914.         Version 1.4, binary only.
  14915.         Author:  Jeffrey Harrington
  14916.  
  14917.  
  14918. CONTENTS OF DISK 408
  14919. --------------------
  14920.  
  14921. DCmd        A utility that monitors a CLI's console IO and copies it
  14922.         to a user specified file.  The console IO is unaffected
  14923.         by this monitoring.  Version 1.00, includes source.
  14924.         Author:  Matthew Dillon
  14925.  
  14926. KickDate    Saves and retrieves the current system date stamp to
  14927.         the first sector of the kickstart disk.  This is handy
  14928.         for A1000 users with autobooting hard drives, since it
  14929.         can save the system time across system resets and power
  14930.         cycles.  Version 1.0, includes source.
  14931.         Author:  Joe Porkka
  14932.  
  14933. MoniDie        A cute little "screen hack".  Be sure to turn up the
  14934.         sound.  Binary only, source available from author.
  14935.         Author:  David Donley
  14936.  
  14937. Post        An excellent PostScript interpreter for the Amiga which
  14938.         supports the full Adobe language and type 1 PostScript
  14939.         fonts.  Includes Charter font in Roman, Italic, Bold, and
  14940.         Bold-Italic, and Courier font in Roman, Roman-Oblique,
  14941.         Bold, and Bold-Oblique.  Requires Arp library V39+ and
  14942.         ConMan V1.3+.  Version 1.3, includes source in C.
  14943.         Author:  Adrian Aylward
  14944.  
  14945.  
  14946. CONTENTS OF DISK 409
  14947. --------------------
  14948.  
  14949. Trek        An excellent shareware Star Trek game.  The object of
  14950.         the game is to stay alive, healthy, and maintain the
  14951.         Enterprise in good condition.  As Captain of the ship,
  14952.         you must go on missions where you show your common sense
  14953.         and level headedness.  An overly cautious Captain will
  14954.         loose his ship as well as a careless or irrational
  14955.         Captain.  This distribution unpacks into two almost
  14956.         full disks.  Version 1.0, binary only.
  14957.         Author:  Tobias Richter
  14958.  
  14959.  
  14960. CONTENTS OF DISK 410
  14961. --------------------
  14962.  
  14963. MechFight    A role playing game where you explore a world, buy or
  14964.         find items, and fight against robots and aliens.  During
  14965.         the game you are asked to perform certain tasks.  This
  14966.         is version 1.0, binary only.
  14967.         Author:  Florian Marquardt
  14968.  
  14969. Vlt        VLT is both a VT100 emulator and a Tektronix (4014 plus
  14970.         subset of 4105) emulator, currently in use at SLAC
  14971.         (Stanford Linear Accelerator Center).  Although the VT100
  14972.         part was originally based on Dave Wecker et al.'s VT100,
  14973.         many enhancements were made.  Features include use of ARP,
  14974.         an ARexx port, XMODEM 1K/CRC and Kermit protocols, support
  14975.         for additional serial ports, external file transfer protocols
  14976.         (XPR), a "chat" mode, and scrollback/review/history buffer.
  14977.         It comes in two versions, one with Tektronix emulation, and
  14978.         one without.  The Tektronix emulation allows saving IFF files,
  14979.         PostScript files, and printing bitmaps to the printer.  This
  14980.         is version 4.846, an update to version 4.428 on disk 308.
  14981.         Binary only.
  14982.         Author:  Willy Langeveld
  14983.  
  14984.  
  14985.  
  14986. CONTENTS OF DISK 411
  14987. --------------------
  14988.  
  14989. BPDI        Demo version of a new strategy game written in GFA-BASIC.
  14990.         German version only.  Binary only.
  14991.         Author:  Dirk Hasse
  14992.  
  14993. DiskPrint    Prints labels for 3.5" disks, primarily for PD library
  14994.         disks.  Label data files can be loaded into memory so
  14995.         labels for special disks are available without having to
  14996.         type anything in or without having to wait for AmigaDOS
  14997.         to read in the full directory.  Version 2.3e, shareware,
  14998.         binary only.
  14999.         Author:  Jan Geissler
  15000.  
  15001. Mind        A design for artificial intelligence (AI) based upon
  15002.         linguistics.  The included animation shows how one node
  15003.         on a syntax tree flushes out the currently active concept
  15004.         in a mind contemplating a scene of the external world
  15005.         through the eye.  Includes five documents describing the
  15006.         theory behind the animation.
  15007.         Author:  Arthur Murray
  15008.  
  15009. PCStatus    Bridgeboard user's program that displays the status of the
  15010.         CAPS, NUM, INS, and SCROLL key in a separate window on
  15011.         every PC screen.  Also, both the Amiga and the PC will
  15012.         use the same status of the Caps Lock key.  Version 2.0,
  15013.         shareware, binary only.
  15014.         Author:  Alexander Hagen
  15015.  
  15016. Tron        Another game about the lightcycle race sequence in the 
  15017.         science fiction computer film "Tron".  One or two players
  15018.         and other options.  Written in GFA-BASIC and then com-
  15019.         piled.  This is version 1.23, an update to version 1.1
  15020.         on disk 355.  Now includes source in GFA-BASIC.
  15021.         Author:  Dirk Hasse
  15022.  
  15023.  
  15024. CONTENTS OF DISK 412
  15025. --------------------
  15026.  
  15027. AutoAddRAM     Allows you to add several non-autoconfig memory boards
  15028.         at once, optionally specifying priority and memory chunk
  15029.         name.  This is version 2.03, binary only.
  15030.         Author:  Jonathan Potter
  15031.  
  15032. Check4Mem    Allows you to check from a batch file for a specified
  15033.         amount of memory with certain attributes.  If the
  15034.         requirements are not met, a WARN returncode is generated.
  15035.         This is version 3, an update to the version on disk 242.
  15036.         Binary only.
  15037.         Author:  Jonathan Potter
  15038.  
  15039. CopperBars     A simple but pretty demo of some rolling copper bars.
  15040.         Author:  Jonathan Potter
  15041.  
  15042. CopperMaster     This program allows you to easily create your own custom
  15043.         copper lists for the Workbench screen.
  15044.         Author:  Jonathan Potter
  15045.  
  15046. CustReq        A glorified ASK command for your startup-sequence.  It
  15047.         generates a requester with the specified text, positive
  15048.         and negative gadgets (either of which can be the default),
  15049.         and an optional timeout value.  This is version 4, an
  15050.         update to the version on disk 242, binary only.
  15051.         Author:  Jonathan Potter
  15052.  
  15053. DirectoryOpus    A slightly disabled demonstration version of a powerful
  15054.         commercial directory utility.  Very user friendly and
  15055.         configurable, with many features.  Binary only.
  15056.         Author:  Jonathan Potter
  15057.  
  15058. FAClock     Front Analog Clock.  This clock program always stays at
  15059.         the very front of the display.  Binary only.
  15060.         Author:  Jonathan Potter
  15061.  
  15062. FullView    A text viewer that uses gadgets at the bottom of the screen
  15063.         (thus can display text 80 columns wide), opens up to the
  15064.         full height of the Workbench screen, has fast scrolling, and
  15065.         can work with files compressed by PowerPacker.  Also shows
  15066.         IFF pictures.  This is version 2.02, an update to version
  15067.         1.1 on disk 287, binary only.
  15068.         Author:  Jonathan Potter
  15069.  
  15070. Image-Ed    An icon editor that allows you to draw and edit images up
  15071.         to 150 by 90, in up to 16 colors.  Allows freehand drawing,
  15072.         empty or filled rectangles, ellipses, triangles, lines
  15073.         curves, and polygons, copy, flip about x or y axis,
  15074.         stretching and condensing, flood fill and complement,
  15075.         text with selection and loading of font style, undo,
  15076.         magnified and normal sized images, and two active drawing
  15077.         screens at once.  This is version 2.4, an update to version
  15078.         2.2 on disk 242.  Shareware, binary only, source available
  15079.         from author.
  15080.         Author:  Jonathan Potter
  15081.  
  15082. JoyMouse     A simple program that allows you to use a joystick as a
  15083.         mouse.  Binary only.
  15084.         Author:  Jonathan Potter
  15085.  
  15086. JPDirUtil    A directory-utilities type program with many built-in
  15087.         commands, and 16 customizable gadgets.  User configurable
  15088.         in many ways.  Can be iconified to Workbench screen.  This
  15089.         is version 1.12, an update to version 1.11 on disk 287.
  15090.         Binary only.
  15091.         Author:  Jonathan Potter
  15092.  
  15093. NoReq        A very short program that alternately turns on and off the
  15094.         DOS requesters.  Useful for bulletin boards or other systems
  15095.         that may be unattended for long periods of time. Includes
  15096.         source in assembly.
  15097.         Author:  Jonathan Potter
  15098.  
  15099. OSK        A software keyboard, which allows you to type using the
  15100.         mouse.  Can be made to send keystrokes to any window, and
  15101.         can be iconified.  This is version 1.2, an update to the
  15102.         version on disk 287.  Binary only.
  15103.         Author:  Jonathan Potter
  15104.  
  15105. PopInfo        A small utility which "pops open" to give you information
  15106.         about the status of your devices and memory.  This is
  15107.         version 4.0, an update to version 3.0 on disk 242.  Binary
  15108.         only.
  15109.         Author:  Jonathan Potter
  15110.  
  15111. SuperPlay     A versatile sound playing utility, that will play any file,
  15112.         with user definable volume and speed.  Will also play files
  15113.         randomly from a list.  Binary only.
  15114.         Author:  Jonathan Potter
  15115.  
  15116. SwapName     A variant on the "rename" command that instead swaps the
  15117.         names of two files.  Binary only.
  15118.         Author:  Jonathan Potter
  15119.  
  15120. TicTacToe     A simple TicTacToe game.  Binary only.
  15121.         Author:  Jonathan Potter
  15122.  
  15123. ZeroVirus    A fully integrated virus checker and killer, with bootblock
  15124.         save and restore features.  Finds both bootblock and file
  15125.         based viruses.  Uses Brainfiles to recognise viruses, and
  15126.         has "on-line" Brainfile editing facilities.  Can be iconified
  15127.         to Workbench screen.  This is version III 1.15, an update to
  15128.         version 2.01 on disk 287.  Binary only.
  15129.         Author:  Jonathan Potter
  15130.  
  15131.  
  15132. CONTENTS OF DISK 413
  15133. --------------------
  15134.  
  15135. Aerotoons    Animations with anthropomorphed aircraft as the center
  15136.         of their humor.  Includes "Swiss Army F-16 In Combat"
  15137.         and "Stealthy Manuever II".
  15138.         Author:  Eric Schwartz
  15139.  
  15140. Juggette    Some cute "juggler" animations from Eric Schwartz.
  15141.         Includes "Juggette Anim", "Juggette_2", and "Juggler
  15142.         Demo 2".
  15143.         Author:  Eric Schwartz
  15144.  
  15145.  
  15146. CONTENTS OF DISK 414
  15147. --------------------
  15148.  
  15149. Anims        Some more cute animations from Eric Schwartz.  Includes
  15150.         "Batman", "LateNight", and "Terminal".
  15151.         Author:  Eric Schwartz
  15152.  
  15153. Din        A library that allows you to share image and text objects
  15154.         between programs.  The din.library is ideal if you want
  15155.         to write an editor and a DTP program that can share text,
  15156.         or a drawing program and a DTP program that can share a
  15157.         brush.  Requires AmigaDOS 2.0.  This is version 1.0, some
  15158.         source included.
  15159.         Author:  Jorrit Tyberghein
  15160.  
  15161. Lila        A shareware utility that allows you to print listings or
  15162.         other text files on Postscript printers, with header,
  15163.         page numbers, and multicolumn pages.  Can print in portrait
  15164.         or landscape orientation.  This is version 9004b, an update
  15165.         to version 8912a on disk 368, binary only.
  15166.         Author:  Bertrand Gros
  15167.  
  15168. PPAnim        An anim player for normal IFF ANIM opt 5 (DPaint III,...)
  15169.         files or ANIM files crunched with PowerPacker.  The
  15170.         decrunching is done automatically as the file is read.
  15171.         Features many command line options, palette change during
  15172.         animation, full overscan PAL/NTSC support and yet it is
  15173.         only 7K.  Compatible with AmigaOS 2.0.  Some new 2.0
  15174.         features (ASL requester) supported.  Version 1.0, binary
  15175.         only.
  15176.         Author:  Nico Francois
  15177.  
  15178. PPLib        A shared library to make life easy for people who wish to
  15179.         write programs that support PowerPacker.  Loading crunched
  15180.         files from C or assembly is made fast, short and easy.
  15181.         This is version 34.2, an update to version 34.1 on disk
  15182.         371, and fixes a relatively serious bug.  Library binary
  15183.         only, source examples included.
  15184.         Author:  Nico Francois
  15185.  
  15186. Wrap        A program to wrap a Sculpt-Animate 4D image around a
  15187.         sphere or cylinder.  You can even use reliefed surfaces
  15188.         to construct planetary objects or other textured shapes.
  15189.         Version 1.32, shareware, binary only.
  15190.         Author:  Martin Koistinen
  15191.  
  15192.  
  15193. CONTENTS OF DISK 415
  15194. --------------------
  15195.  
  15196. CBBS        A W0RLI-like BBS system for use in amateur radio.
  15197.         Originally written for IBM-PC compatibles, it was ported
  15198.         to the Amiga by Pete Hardie.  This is version 6.71a, an
  15199.         update to Version 6.1c on disk 241.  Binary only, source
  15200.         available from Pete Hardie.
  15201.         Authors:  Hank Oredson, the CBBS group, Pete Hardie
  15202.  
  15203. FileTypes    This program can recognize different kinds of files in a
  15204.         directory.  Currently recognized types are executable and
  15205.         IFF (all types, ILBM, 8SVX etc.).  Includes listing the
  15206.         whole contents of a directory or only files of one or more
  15207.         types. This is version 2.1, and includes assembly source.
  15208.         Author: Sebastian Leske
  15209.  
  15210. Uedit        A nice shareware editor with learn mode, a command
  15211.         language, menu customization, hypertext, online help,
  15212.         a teach mode, split windows, copy and paste, undo,
  15213.         and other user configurability and customizability
  15214.         features.  This is version 2.6c, an update to version
  15215.         2.5d on disk 287.  Binary only.
  15216.         Author:  Rick Stiles
  15217.  
  15218.  
  15219. CONTENTS OF DISK 416
  15220. --------------------
  15221.  
  15222. Budget        A program to help with managing personal finances.
  15223.         Version 1.301, binary only.
  15224.         Author:  Le Lay Serge Camille
  15225.  
  15226. Clock        Two programs to put clocks on the WB screen.  The
  15227.         executables are small (2Kb) and take little processor
  15228.         time (1.5%) to run.  Version 1.4.  Both programs
  15229.         require ARP.  Source in C is included.
  15230.         Author:  Stuart Mitchell
  15231.  
  15232. Intoxicated    A nice little screen hack which affects the mouse.
  15233.         Saying any more would spoil the fun.  Includes source.
  15234.         Author:  Thomas Albers
  15235.  
  15236. Quantizer    FLCLQ color quantizer which converts 24 bit true color
  15237.         images into 256, or less, color images.  Uses a fairly
  15238.         sophisticated algorithm, mixing median-cut, popularity,
  15239.         and a custom algorithm.  Includes a version for Amiga's
  15240.         with a math coprocessor.  Version 1.0, shareware,
  15241.         binary only.
  15242.         Author:  Christophe Labouisse and Frederic Louguet
  15243.  
  15244. SoundEditor    An 8SVX stereo sound file editor written in assembly
  15245.         language for speed and minimum size.  This is V.98,
  15246.         an update to V.80 on disk 355.  Many new features
  15247.         including a working digitizer, raw loads, raw mac
  15248.         loads, time markers, rate converters, delay, ramp,
  15249.         filters, scroll, and it will iconify.  Binary only.
  15250.         Authors:  Howard Dortch, Mike Coriell, Matt Gerald
  15251.  
  15252. Utils        A group of small utility programs requiring ARP.  "Du"
  15253.         displays the disk space used by a directory, "Head"
  15254.         displays the first lines of a file and "Cookie" displays
  15255.         a humorous message.  All executables are very small
  15256.         (less than one disk block each).  Assembly source is
  15257.         included.
  15258.         Author:  Stuart Mitchell
  15259.  
  15260. WTF        WTF (Window To Front) is a little hack which brings a
  15261.         window to the front when double-clicked.  Includes source.
  15262.         Author:  Thomas Albers
  15263.  
  15264.  
  15265. CONTENTS OF DISK 417
  15266. --------------------
  15267.  
  15268. Alert        Program to create custom alert boxes and standalone
  15269.         programs to display them.  Each alert can be up to 7 lines
  15270.         of up to 77 characters per line.  Version 3.6, shareware,
  15271.         binary only.
  15272.         Author:  Thomas Jansen
  15273.  
  15274. Coyote        Another cute animation from Eric Schwartz.  This one is
  15275.         "Coyote 2: The Road Test", Eric's tribute to Chuck Jones.
  15276.         Has the typical Roadrunner and Coyote mayhem.
  15277.         Author:  Eric Schwartz
  15278.  
  15279. DataEasy    A database program which includes a phone dialer, speech
  15280.         output, a simple screen editor for making and modifying
  15281.         the database definitions, a screen print function, form
  15282.         letter printing, sorting, searching, and two small sample
  15283.         databases.  Version 1.1, binary only, source available
  15284.         from author.
  15285.         Author:  J. Dale Holt
  15286.  
  15287. MemLook        Gives a graphical view of your machine's entire memory
  15288.         area.  Features memory gauge and controllable scrolling
  15289.         speed via the cursor keys.  Version 2.0, an update to
  15290.         version 1.1B on disk 364.  Includes source in assembly.
  15291.         Author:  Thomas Jansen
  15292.  
  15293. MostCurrent    Two programs that are to be used with B. Lennart Olsson's
  15294.         Aquarium program.  The first program creates a new button
  15295.         called "Most Current".  The second program updates the
  15296.         index file so that the "Most Current" button is set for
  15297.         all entries that are the most current versions of their
  15298.         set.  Version 1.0, includes source in C.
  15299.         Author:  Peter A. Phelps
  15300.  
  15301. Quiz        A simple Quiz game.  Current quiz subjects include "Bible",
  15302.         "Indians", "New England", "Physics", and "States".  Binary
  15303.         only.
  15304.         Author:  J. Dale Holt
  15305.  
  15306. WBGauge        A utility to patch AmigaOS 2.0 to bring back the little
  15307.         gauge in the left border of disk windows, showing the ratio
  15308.         of available space on the disk.  Version 1.0, binary only.
  15309.         Author:  Jean-Michel Forgeas
  15310.  
  15311. WhatIs        A neat little utility which not only recognizes a wide
  15312.         variety of file types (executables, IFF, icons, zoo files,
  15313.         etc), but prints interesting information about the structure
  15314.         or contents of the recognized file types, such as what
  15315.         libraries, devices, resources, fonts, etc. a program uses.
  15316.         This is version 2.0, an update to version 1.2a on disk 334,
  15317.         and is for AmigaDOS 2.0 only.  Binary only.
  15318.         Author:  Jorrit Tyberghein
  15319.  
  15320.  
  15321. CONTENTS OF DISK 418
  15322. --------------------
  15323.  
  15324. AtMovies    Another of Eric's cute animations, this one starring
  15325.         his cartoon creation "Amy the Squirrel" and her boyfriend
  15326.         in some hijinks at the movies.
  15327.         Author:  Eric Schwartz
  15328.  
  15329. BootCACHE    Utility to turn off the 68020/68030 instruction and data
  15330.         caches upon rebooting.  This improves chances of old
  15331.         programs (especially games) working on Amigas with one
  15332.         of these processors (e.g. the A3000).  Version 1.0,
  15333.         includes source in assembly.
  15334.         Author:  Nico Francois
  15335.  
  15336. LJP        A program to print text files on an HP LaserJet printer.
  15337.         Supports landscape or portrait modes, use of any built-in
  15338.         font, automatic downloading of soft fonts, extremely fast
  15339.         printing, one or two logical pages on a single paper,
  15340.         multiple styles of page headers, adjustable page length
  15341.         and width, user specified pitch and point of a font,
  15342.         selectable margins and tab spacing, multiple copies,
  15343.         optional line numbers, and more.  Version 1.01, binary
  15344.         only.
  15345.         Author:  Khalid Aldoseri
  15346.  
  15347. ModulaDefs    Implementation and Definition modules for the Amiga's
  15348.         Graphics, Intuition, and Math libraries, to be used with
  15349.         the Modula 2 compiler from disk 24.  Includes a source
  15350.         example of using the modules.  Binary only for the rest
  15351.         of the distribution.
  15352.         Author:  Jonas Green
  15353.  
  15354. PSX        A public screen manager for AmigaDOS 2.0.  Lets you open,
  15355.         manipulate, and close public screens, set the global
  15356.         public screen bits, and provides a good example of using
  15357.         GadTools and ReadArgs.  Includes source.
  15358.         Author:  Steve Tibbett
  15359.  
  15360. PubScreens    Two utilities to manipulate public screens.  You can open
  15361.         and close them, or ask for information.  PublicS is the
  15362.         workbench version of PubScreen.  AmigaDOS 2.0 only. This
  15363.         is version 1.0, binary only.
  15364.         Author:  Jorrit Tyberghein
  15365.  
  15366. Running        A classical maze and puzzle game.  You run around in a
  15367.         maze and try to catch the ghosts or spiders.  It is
  15368.         completely multitasking friendly and compatible with
  15369.         AmigaDOS 1.2/1.3 and 2.0.  You can design your own levels.
  15370.         Binary only.
  15371.         Author:  Jorrit Tyberghein
  15372.  
  15373. ScreenX        A program designed to make getting at screens easier,
  15374.         particularly screens that are lost behind other screens
  15375.         that don't give you depth gadgets.  You can pop them to
  15376.         the front, push them to the back, save the screen to an
  15377.         IFF file, print it, and even try to close it.  This is
  15378.         version 3.0, an update to version 2.1 on disk 158.
  15379.         Binary only.
  15380.         Author:  Steve Tibbett
  15381.  
  15382.  
  15383. CONTENTS OF DISK 419
  15384. --------------------
  15385.  
  15386. ParM        Parameterable Menu.  ParM allows you to build menus to
  15387.         run whatever program you have on a disk.  ParM can run
  15388.         programs either in workbench or CLI mode.  This is an
  15389.         alternative to MyMenu which can run only when WorkBench
  15390.         is loaded.  ParM can have it's own little window, or can
  15391.         attach menus to the CLI window you are running it from.
  15392.         This is version 2.5r, an update to version 1.1 on disk
  15393.         375.  Includes source.
  15394.         Author:  Sylvain Rougier and Pierre Carrette
  15395.  
  15396. ReqAztec    An enhanced version of the interface to req.library for
  15397.         Aztec C 5.0.  Includes source in assembly.
  15398.         Author:  Pierre Carrette.
  15399.  
  15400. ReqLib        A runtime, reentrant library designed to make it easier
  15401.         for programmers to use powerful, easy to use requesters,
  15402.         for communicating with users.  Includes such functions
  15403.         as a color requester, file requester, message display 
  15404.         requester and many functions to make the creation of gadgets
  15405.         for your own custom requesters easier.  This is version
  15406.         2.5, an update to version 1.2 on disk 400.  Binary only.
  15407.         Author:  Colin Fox and Bruce Dawson
  15408.  
  15409. SetColors    A Palette replacement program that does a lot more in only
  15410.         3K.  Can save and load color files, and update preferences.
  15411.         Includes source in C.
  15412.         Author:  Pierre Carrette.
  15413.  
  15414. Yacc        This is a port of Berkeley Yacc for the Amiga.  This
  15415.         Yacc has been made as compatible as possible with the
  15416.         AT&T Yacc, and is completely public domain.  Note that
  15417.         it is NOT the so-called Decus Yacc, which is/was simply
  15418.         a repackaging of the proprietary AT&T Yacc.  This is
  15419.         an update to the version on disk 299.  Includes source.
  15420.         Author:  Bob Corbett et. al.
  15421.  
  15422.  
  15423. CONTENTS OF DISK 420
  15424. --------------------
  15425.  
  15426. BootX        Yet another virus killer.  BootX can check the bootblock
  15427.         of a disk, check memory for any resident viruses, and
  15428.         scan a disk for link viruses.  It can load bootblock
  15429.         libraries for you to write on your disks as an alternative
  15430.         for the boring DOS install bootblock.  It can load brain
  15431.         files so you can add any new bootblocks that BootX does
  15432.         not yet recognize.  BootX is written completely in assembly
  15433.         for maximum speed and minimum size.  Version 3.40, binary
  15434.         only.
  15435.         Author:  Peter Stuer
  15436.  
  15437. Iff2Src        A utility to convert IFF pictures or brushes to source
  15438.         (C or assembly).  The bitplanes, mask, colormap and image
  15439.         are written to a file.  You can convert multiple files at
  15440.         once.  Supports new 2.0 AppIcon windows (like IconEd).
  15441.         AmigaDOS 2.0 only.  Version 1.0, binary only.
  15442.         Author:  Jorrit Tyberghein
  15443.  
  15444. MenuWriter    Allows you to write a menu to the bootblock fo a disk.
  15445.         Allows up to 30 entries of 39 characters long, with 
  15446.         commands up to 31 characters long.  The loader also
  15447.         allows batch files to be executed.  Includes a built
  15448.         in virus detector.  Version 3.1, binary only, source
  15449.         available from author.
  15450.         Author:  Peter Stuer
  15451.  
  15452. QuickHelp    With the QuickHelp utilities you can make your own help
  15453.         files like "man" in UNIX (it is not compatible however).
  15454.         AmigaDOS 2.0 only.  Version 2.0, binary only.
  15455.         Author:  Jorrit Tyberghein
  15456.  
  15457. ShowGadgets    A simple utility to view all gadgets in a window.
  15458.         Includes source.
  15459.         Author:  Jorrit Tyberghein
  15460.  
  15461. SpaceWar    A two player game with each player controlling a spaceship.
  15462.         The object is to shoot the other player, gaining one point
  15463.         for each kill.  The game ends when a player reaches fifty
  15464.         points.  Version 1.11, binary only.
  15465.         Author:  Jeff Petkau
  15466.  
  15467. SysInfo        A program which reports interesting information about the
  15468.         configuration of your machine, including some speed
  15469.         comparisons with other configurations, versions of the
  15470.         OS software, etc.  Version 1.94, an update to version 1.4
  15471.         on disk 368.  Binary only.
  15472.         Author:  Nic Wilson
  15473.  
  15474. TTDDD        Textual TDDD is an ASCII version of Turbo Silver's TDDD
  15475.         object and cell description files.  The TTDDD format
  15476.         enables users to algorithmically generate objects, scenes,
  15477.         and animations.  Includes programs to convert between TDDD
  15478.         and TTDDD formats.  Version 1.0, shareware, binary only.
  15479.         Author:  Glenn M. Lewis
  15480.  
  15481. WinMan        A very simple utility to manipulate windows. It adds some
  15482.         menus to the workbench, which you can use to shrink,
  15483.         maximize, tile or cascade your windows.  AmigaDOS 2.0 only.
  15484.         Version 1.0, includes source.
  15485.         Author:  Jorrit Tyberghein
  15486.  
  15487.  
  15488.  
  15489. CONTENTS OF DISK 421
  15490. --------------------
  15491.  
  15492. DMouse        A versatile screen & mouse blanker, auto window activator,
  15493.         mouse accelerator, popcli, pop window to front, push
  15494.         window to back, etc, widget.  This is DMouse version 1.25,
  15495.         an update to version 1.24 on disk 407.  Includes source.
  15496.         Author:  Matt Dillon
  15497.  
  15498. EZAsm        Combines parts of the "C" language with 68000 assembly,
  15499.         giving it the "feel" of a higher level language.  Supports
  15500.         all 1.3 functions.  Uses braces and "else" like "C".
  15501.         Resulting code is optimized as much as possible.  Takes
  15502.         source file you create and outputs a .asm file.  Includes
  15503.         example source and executable files.  Version 1.3, binary
  15504.         only.
  15505.         Author:  Joe Siebenmann
  15506.  
  15507. NoVirus        Another Anti-Virus utility.  This one features known and
  15508.         new virus detection, view boot block, save and restore
  15509.         bootblocks, several "Install" options and more.  Written 
  15510.         in assembly.  This is version 3.31, an update to version
  15511.         1.56 on disk 180, and is a limited demo of the commercial
  15512.         version.  Binary only.
  15513.         Author:  Nic Wilson
  15514.  
  15515. Zon        An arcade/adventure game that mixes a unique blend of
  15516.         puzzle solving and arcade adventure.  Your mind and your
  15517.         reflexes will both be tested to their limits as you
  15518.         work your way towards your goal, recovering the Rings
  15519.         of Zon.  Has 19 levels of action, save/restore your
  15520.         game on any level, stereo digitized soundtracks and
  15521.         sound effects, over 100 objects to discover and explore,
  15522.         up to 300 moving objects on the screen at once, and more.
  15523.         Volume 1, shareware, binary only.
  15524.         Author:  George Broussard
  15525.  
  15526.  
  15527. CONTENTS OF DISK 422
  15528. --------------------
  15529.  
  15530. Gravity        A program which simulates the movements of astronomical
  15531.         objects under the influence of gravity.  For example, you
  15532.         can simulate the solar system or two stars circling around
  15533.         each other.  Version 1.0, binary only.
  15534.         Author:  Guido Burkard
  15535.  
  15536. Imploder    Allows you to reduce the size of executable files while
  15537.         letting them retain full functionality.  Uses efficient
  15538.         algorithms (both time and space) as well as taking into
  15539.         full consideration the complexity of the Amiga environment.
  15540.         Very well done. Version 3.1, binary only.
  15541.         Author:  Peter Struijk and Albert J. Brouwer
  15542.  
  15543. PopUpMenu    A small program that makes it possible for you to use
  15544.         pop-up-menus with any program that uses standard intuition
  15545.         menus.  Version 3.5, includes source.
  15546.         Author:  Martin Adrian
  15547.  
  15548. SystemTracer    A tool to view and manipulate various AmigaDOS 1.2 and
  15549.         1.3 system structures.  Version 1.0, includes source.
  15550.         Author:  Guido Burkard
  15551.  
  15552. TrackDOS     A program that allows easy transfer of data between DOS,
  15553.         memory and trackdisk.device.  DOS means the data contained
  15554.         within a file, memory means the data contained anywhere
  15555.         within the memory map and trackdisk.device means data
  15556.         stored on a disk not accessable with DOS (eg. bootblocks
  15557.         special loader disks etc.).  The transfer of data between
  15558.         these three areas is not normally easy or convenient.
  15559.         TrackDos was written to overcome this.  This is version
  15560.         1.04, an update to the version on disk 365.  Binary only.
  15561.         Author:  Nic Wilson
  15562.  
  15563. TrekTrivia    Very nice mouse-driven trivia type program for Star Trek 
  15564.         fans.  Contains 100 questions with additional trivia disks
  15565.         available from the author.  Includes selectable skill
  15566.         levels, a cheat mode, and 250K of digitized music.  This
  15567.         is version 3.0, an update to version 2.0 on disk 252.
  15568.         Binary only, shareware.
  15569.         Author:  George Broussard
  15570.  
  15571.  
  15572. CONTENTS OF DISK 423
  15573. --------------------
  15574.  
  15575. Hollywood    An easy to play trivia game with such subjects as M*A*S*H,
  15576.         Star Trek (old and TNG), Indiana Jones, general television
  15577.         trivia, and more.  Each topic contains fifty questions and
  15578.         a related picture.  Each time you answer a question right,
  15579.         a small portion of the picture is added to the screen.
  15580.         Shareware, binary only.
  15581.         Author:
  15582.  
  15583. LCDCalc        Probably the prettiest looking four founction (with memory)
  15584.         calculator ever written for the Amiga.  Written in J-Forth.
  15585.         Version 1.023, binary only.
  15586.         Author:  Mike Haas
  15587.  
  15588. Pogo        Another of Eric's cute animations.  This one has Pogo and
  15589.         crew trying to hold a conversation with the beautiful
  15590.         Miss Mam'a'selle.
  15591.         Author:  Eric Schwartz
  15592.  
  15593. SetRamsey    A program that allows you to test the current settings of
  15594.         the RAMSEY ram controller chip on an Amiga 3000 under
  15595.         Kickstart 1.3 or 2.0, and change them if you wish.  Useful
  15596.         for hardware debugging to control static column mode, burst
  15597.         mode, or change the refresh rate.  Version 1.02, binary only.
  15598.         Author:  Nic Wilson
  15599.  
  15600.  
  15601. CONTENTS OF DISK 424
  15602. --------------------
  15603.  
  15604. AutoCLI        A 'PopCLI' type replacement that works with WorkBench 2.0.
  15605.         Also fixes the problem with PopCLI crashing the machine if
  15606.         used on a PAL Amiga to open a CLI window with a vertical
  15607.         size greater than 200 lines.  Other features include an
  15608.         optional Function-key press with the qualifier to execute
  15609.         an S:script file.  Version 1.88, and update to version 1.6
  15610.         on disk 399, with more enhancements.  Binary only.
  15611.         Author:  Nic Wilson
  15612.  
  15613. MED        A music editor much like SoundTracker.  A song consists
  15614.         of up to 50 blocks of music, which can be played in any
  15615.         order.  Editing features include cut/paste/copy tracks
  15616.         or blocks, changing the vibrato, tempo, crescendo, and
  15617.         note volume.  Other features include switching of the
  15618.         low-pass-filter on or off on a per song basis, and a cute
  15619.         little animated pointer of a guy doing "jumping jacks" in
  15620.         time to the music!  This is version 2.13, an update to
  15621.         version 2.00 on disk 349.  Binary only.
  15622.         Author:  Teijo Kinnunen
  15623.  
  15624. TurboTitle    A program created for the purpose of subtitling Japanese
  15625.         Animation films and to create a standard Amiga subtitle
  15626.         format.  Is perfectly suited for subtitling any foreign
  15627.         film.  Version 0.71, shareware, binary only.
  15628.         Author:  Robert Jenks
  15629.  
  15630.  
  15631. CONTENTS OF DISK 425
  15632. --------------------
  15633.  
  15634. A-Gene        Demo version of a shareware genealogy database program.
  15635.         The PAL version has been distributed in Australia and 
  15636.         England for some time.  This NTSC demo version is complete
  15637.         except that it is limited to 600 persons/300 marriages,
  15638.         does not support a text-editor to add free-form reports to
  15639.         records and does not show Digi-view pictures from within
  15640.         the program.  The color requester is not included as this
  15641.         entails adding a library file to libs: and is not really
  15642.         needed.  A-Gene needs 1Mb of ram, and a printer/2nd disk
  15643.         drive are a big help.  Version 3.10, binary only.
  15644.         Author:  Mike Simpson.
  15645.  
  15646. CheckBook    Checkbook accountant is a checkbook recording program
  15647.         intended to be used as a companion to a checkbook register,
  15648.         not a replacement.  Offers a simple way of balancing
  15649.         checkbooks, tracking bank transactions, and recording
  15650.         budgeted transactions.  Version 0.9, binary only.
  15651.         Author:  Jeffrey Almasol
  15652.  
  15653. Downhill    A skiing arcade game.  Ski skylar mountain, a dangerous,
  15654.         steep, downright scary mountain with bonus flags to pick
  15655.         up, rocks, bushes, and branches to jump over, all while
  15656.         avoiding obstacles such as trees.  The longer you stay up
  15657.         the faster you ski and the more points you get.  Binary
  15658.         only, joystick required, works only under AmigaDOS 1.3.
  15659.         Author:  David Alves
  15660.  
  15661. HeadGames    A "Shoot-Em-Up" game done with SEUCK game constructor,
  15662.         featuring digitized heads as enemies.  Binary only.
  15663.         Author:  Neil Sorenson
  15664.  
  15665.  
  15666. CONTENTS OF DISK 426
  15667. --------------------
  15668.  
  15669. Conman        Extremely useful replacement for the standard console
  15670.         handler, provides line editing and command line    histories.
  15671.         Completely transparent to any application program that
  15672.         uses CON: windows.  This program is shareware, and well
  15673.         worth a donation to the author.  This is version 1.3e, 
  15674.         an update to version 1.3 on disk 165.  Changes include
  15675.         updates for WorkBench 2.0 console refresh and cut/paste,
  15676.         and improvements to window resizing.  Binary only.
  15677.         Author:  William Hawes
  15678.  
  15679. Metro        In METRO, you play the role of a city planner.  Using
  15680.         limited funds, you must construct a mass-transit subway
  15681.         system capable of meeting the needs of your city.  Build
  15682.         wisely and your system will be a success, but poor planning
  15683.         will lead to disaster and financial ruin.  Shareware,
  15684.         binary only, source available from author.
  15685.         Author:  Mark A. Thomas and David P. Townsend
  15686.  
  15687. RickParksArt    A collection of artwork from one of the leading Amiga
  15688.         artists.  Includes "Bryce", "Clipper", "Einstein",
  15689.         "Falconer", "Lincoln", "Lion", "Mickey", "Norman", and
  15690.         "Stymie".  Superb hand drawn images with lots of detail.
  15691.         Author:  Rick Parks
  15692.  
  15693.  
  15694. CONTENTS OF DISK 427
  15695. --------------------
  15696.  
  15697. BlackJack    A blackjack simulation program with the ability to simulate
  15698.         nearly any casino blackjack game in the world.  Allows the
  15699.         use of the most popular playing strategies and modifications
  15700.         to them.  Has color coded strategy tables to enhance the
  15701.         learning of the strategy.  Tracks basic statistics such as
  15702.         number of hands played, bankroll limits, casino profitability
  15703.         and others.  Allows from 1 to 7 players, including the
  15704.         computer.  Has online help, a demo mode, and a special
  15705.         practice mode.  Version 1.01, shareware, binary only.
  15706.         Author:  Dan Cogliano
  15707.  
  15708. Chemesthetics    Chemesthetics is a program that draws molecules using the
  15709.         calotte model.  This means that atoms are drawn as bowls.
  15710.         Using this model, even extremely dangerous molecules like
  15711.         dioxine look quite nice.  Chemesthetics has a fully
  15712.         intuitionized user interface and pictures can be saved as
  15713.         IFF graphics files.  Version 2.00, includes source.
  15714.         Author:  Joerg Fenin / Metalworx
  15715.  
  15716. Cyrillic    Cyrillic (Russian) 12-point font.
  15717.         Author:  Elaine and Timm Martin
  15718.  
  15719. STV        Simple text viewer with mouse and keyboard scrolling, text
  15720.         search, and hooks to be launched onto custom screens.  Works
  15721.         great under both Workbench v1.3 and v2.0 and from the CLI
  15722.         or icon.  Version 1.00a, includes full C source.
  15723.         Author:  Timm Martin.
  15724.  
  15725.  
  15726. CONTENTS OF DISK 428
  15727. --------------------
  15728.  
  15729. BCBMusic    A set of three original songs written and composed using
  15730.         the freely distributable MED v2.10 music editor.  These
  15731.         songs do not require a separate player program because it
  15732.         is actually compiled in with the song.  WB2.0 compatible.
  15733.         Binary only.
  15734.         Author:  Brian C. Berg
  15735.  
  15736. CyroUtils    Four handy animation utilities from Cryogenic Software.
  15737.         Includes an animation creation tool that allows you to
  15738.         combine selected pictures into a standard animation,
  15739.         an animation information tool that is used to extract 
  15740.         certain information from a given animation, an animation
  15741.         combining tool that allows you to join two animations
  15742.         into a larger one, and an animation splitting tool that
  15743.         allows you to split one animation into two smaller ones.
  15744.         Binary only.
  15745.         Author:  Cyrogenic Software
  15746.  
  15747. ShadowMaker    Demo version of an Intuition based Font shadow generator.
  15748.         In seconds you can convert your favorite fonts into color
  15749.         fonts with professional video shadows built right in.
  15750.         This demo version is missing the characters 'w', 'x', 'y',
  15751.         and 'z'.  Binary only.
  15752.         Author:  Stephen Lebans
  15753.  
  15754. Train        An electric train contruction set game simulation.
  15755.         Shareware, binary only, source available from author.
  15756.         Author:  Dennis Saunders
  15757.  
  15758. WonderSound    Wondersound is an additive harmonic instrument design
  15759.         tool with a separate envelope design window and 16
  15760.         relative harmonic strength and phase angle controls.
  15761.         Version 1.6, an update to version 1.4 on disk 407.
  15762.         Binary only.
  15763.         Author:  Jeffrey Harrington
  15764.  
  15765.  
  15766. CONTENTS OF DISK 429
  15767. --------------------
  15768.  
  15769. ATCopy        A program to copy files from the Amiga side of a system
  15770.         equipped with a PC/AT bridgeboard, to the PC side, using
  15771.         wildcards.  Copies directly through the shared memory.
  15772.         Supports CLI and WorkBench usage.  This is version 2.1,
  15773.         an update to version 2.0 on disk 406.  Shareware, binary
  15774.         only.
  15775.         Author:  Peter Vorwerk
  15776.  
  15777. CLImax        A command like NewCLI or NewShell except that it creates a
  15778.         borderless CLI or Shell window on a custom screen.  Now you
  15779.         can use the whole display just like a non-windowing computer.
  15780.         Requires ConMan 1.3 or newer.  Release three, vastly improved
  15781.         over the first release on disk 224.  Includes source. 
  15782.         Author:  Paul Kienitz.
  15783.  
  15784. Dr        Another alternative CLI directory lister command.  This one
  15785.         features extreme optimization for speed, a variety of output
  15786.         formats, hiding of .info files by default, and AmigaDOS
  15787.         pattern matching.  It is pure (residentable).  It is intended
  15788.         to outperform all other directory listers.  Includes the
  15789.         additional utilities ForEvery and Whichever.  Release 1.2,
  15790.         includes source.
  15791.         Author:  Paul Kienitz.
  15792.  
  15793. FixCLI        A tiny pure command which fixes problems with CLI's not
  15794.         created by other CLI processes.  A new CLI or Shell created
  15795.         by such programs as PopCLI or DMouse gets no path and no
  15796.         current directory.  FixCLI very quickly and efficiently gives
  15797.         a path to a CLI that does not have one (it looks for other
  15798.         processes that have valid paths) and sets the current
  15799.         directory as specified if none is already set.  Put it in
  15800.         your S:Shell-Startup script.  Includes source.
  15801.         Author:  Paul Kienitz.
  15802.  
  15803. MoveSYS        Reassigns SYS:, C:, S:, L:, LIBS:, DEVS:, and FONTS: to a new
  15804.         disk or directory in one step.  Can be used from CLI or
  15805.         Workbench; just click it and shift-double-click a disk or
  15806.         drawer icon.  More flexible and robust than some other
  15807.         programs written for the same purpose.  It's small and pure. 
  15808.         Second release (the one on disk 224 worked from CLI only).
  15809.         Includes source.
  15810.         Author:  Paul Kienitz.
  15811.  
  15812. RunBack        A very compact version of the popular utility for starting a
  15813.         CLI process in the background, without preventing the CLI
  15814.         window from closing.  This version is pure and only 468 bytes
  15815.         long.  Requires the NULL: device, which is included.  Using
  15816.         NULL: makes it more flexible and robust than older RunBacks. 
  15817.         Can optionally delay up to nine seconds after starting the
  15818.         command.  Includes source in assembly.
  15819.         Author:  Paul Kienitz.
  15820.  
  15821. Scrub        A floppy drive cleaning program which automatically detects
  15822.         which drive has a cleaner diskette in it.  Spins it for
  15823.         thirty seconds while moving the heads around.  Pure. 
  15824.         Includes source.
  15825.         Author:  Paul Kienitz.
  15826.  
  15827. Timer        The timer device made easy!  Example of how to create both
  15828.         synchronous and asynchronous waits.  Includes a sample C
  15829.         program, a detailed technical discussion, and modules that
  15830.         you can plug in to your C programs.
  15831.         Author:  Timm Martin
  15832.  
  15833. Tripppin    A Workbench game based on an out-of-print board game.  The
  15834.         object is a race in which each move you make restricts your
  15835.         opponent's choice of countermoves.  Features a computer
  15836.         opponent of adjustable toughness.  Includes source.
  15837.         Author:  Paul Kienitz.
  15838.  
  15839. Uedit-Stuff    A variety of configuration material for Uedit.  Includes
  15840.         stuff for remembering multiple chunks of deleted text,
  15841.         interfacing through Rexx with a terminal program, displaying
  15842.         matching '(' characters when you press ')', expanding
  15843.         abbreviations into phrases as you type, easily shifting lines
  15844.         and blocks of text left or right, improvements to several
  15845.         existing Uedit features, and more.
  15846.         Author:  Paul Kienitz.
  15847.  
  15848. V        A front-end for Commodore's More or some other text viewer
  15849.         that can be made resident.  Can be used from Workbench,
  15850.         greatly reducing disk loading time because V is much smaller
  15851.         than More, which need not be loaded if it is resident.  From
  15852.         CLI, causes More to create a new window, specified with an
  15853.         environment variable, rather than using the CLI window.  V is
  15854.         itself residentable.  Much improved since the version on
  15855.         disk 224, to which it is only distantly related.  Includes
  15856.         source in assembly.
  15857.         Author:  Paul Kienitz.
  15858.  
  15859.  
  15860. CONTENTS OF DISK 430
  15861. --------------------
  15862.  
  15863. Lotto        Small lotto number selector with C source.
  15864.         Author:  Timm Martin
  15865.  
  15866. Pointer        Use the SID sleepy pointer in your programs.  Includes
  15867.         C source, a sample program, and modules that you can plug
  15868.         in to your C programs.
  15869.         Author:  Timm Martin
  15870.  
  15871. SculptTools    Programs to create objects for use in Sculpt 4D.  Includes
  15872.         Brush_4D to convert IFF brushes to objects in full color
  15873.         with HAM and EHB support and wrap to various shapes (update
  15874.         to version on disk 361), Fractal_4d to create fractal
  15875.         mountains with various coloring from brush, checkers or
  15876.         based on altitude, and Spiral_4d to create a variety of
  15877.         objects based around tubes and helixes.  Binary only.
  15878.         Author:  Bruce Thomson
  15879.  
  15880. SmartFields    SmartFields is a replacement for Intuition string gadgets.
  15881.         It allows you to incorporate into your Amiga C programs
  15882.         the powerful editing capabilities often found in mini-
  15883.         computers.  Includes full C source and documentation.
  15884.         Author:  Timm Martin.
  15885.  
  15886. CONTENTS OF DISK 431
  15887. --------------------
  15888.  
  15889.  
  15890. A68Kex        Twelve examples demonstrating the use of Charlie Gibbs A68K
  15891.         assembler.  Over a quarter megabyte of assembly source code.
  15892.         Author:  E. Lenz
  15893.  
  15894. AdvTemplates    A collection of PD spreadsheet templates for business and
  15895.         law, originally intended for Lotus 123 on IBM PC's.  They
  15896.         have been transfered to the Amiga, loaded into Gold Disk's
  15897.         The Advantage, and saved as native Advantage files.
  15898.         Requires Advantage V1.1 or higher.
  15899.         Author:  Amiga port by Michal Todorovic
  15900.  
  15901. CheetSheet    A compilation of cheats, hints, backdoors, helpful bugs,
  15902.         passwords, codes, solves, and walkthroughs for over 150
  15903.         Amiga games.  January 1st, 1991 edition.
  15904.         Author:  Mark Shnayer
  15905.  
  15906. EZAsm        Combines parts of the "C" language with 68000 assembly,
  15907.         giving it the "feel" of a higher level language.  Supports
  15908.         all 1.3 functions.  Uses braces and "else" like "C".
  15909.         Resulting code is optimized as much as possible.  Takes
  15910.         source file you create and outputs a .asm file.  Includes
  15911.         example source and executable files.  Version 1.31, an
  15912.         update to version 1.3 on disk 421.  Binary only.
  15913.         Author:  Joe Siebenmann
  15914.  
  15915. CONTENTS OF DISK 432
  15916. --------------------
  15917.  
  15918.  
  15919. APalAsm        A Programmable Array Logic (PAL) program based on an old
  15920.         MMI Fortran IV program from the 'PAL Handbook' Second
  15921.         Edition and Third Edition by MMI.  This Version (1.00) is
  15922.         completely rewritten for Fortran 77.  The outputs produced
  15923.         are sent to separate files instead of the screen.  There
  15924.         are plenty of example PAL files to test, inspect, or just
  15925.         to learn what PAL's are all about.  The Fortran source is
  15926.         included with the instructions to compile using AC/Fortran
  15927.         version 2.3.
  15928.         Author:  Bob Metzler
  15929.  
  15930. Badger        Reminder program for your startup-sequence.  Badger will
  15931.         open a window and display any important events that are 
  15932.         'due'.  Badger will not bother you if there is nothing to
  15933.         report.  Events are entered via menu and prompts.  This
  15934.         is version 2.01e, an update to the version on disk 365,
  15935.         and includes many new features.  Shareware, binary only.
  15936.         Author:  George Kerber
  15937.  
  15938. Conquest    Lore of Conquest is a war game similar in concept to the
  15939.         board game Risk.  You are the lord of an entire world,
  15940.         destined to rule the galaxy.  Some worlds are virgin fruits,
  15941.         ready for you to colonize.  Some worlds have natives who do
  15942.         not wish to accept your rule, these you must conquer for
  15943.         they will yield more valuable resources.  As you claim the
  15944.         galaxy you will find, you are not the only one extending
  15945.         your dominion.  This is a two-player game, so be prepared
  15946.         to defend yourself and take what is yours!  Version 1.2,
  15947.         binary only, shareware.
  15948.         Author:  Michael Bryant
  15949.  
  15950. FifoDev        FIFO: is like PIPE: but is based on fifo.library rather
  15951.         than its own implementation.  Fifo.library is a general
  15952.         fifo library implementation that supports named fifos,
  15953.         writing to a fifo from a hardware exception, multiple
  15954.         readers on a fifo with each getting the same data stream,
  15955.         efficient reading, and automatic or manual flow control.
  15956.         Programs that require non-blocking IO can access one side
  15957.         of a FIFO: connection via the fifo.library instead of the
  15958.         FIFO: device.  Includes some source.
  15959.         Author:  Matt Dillon
  15960.  
  15961. Reader        A program to scan a word list to locate which words can
  15962.         be made from the letters given.  Allows matching of words
  15963.         by length and by giving the letters known, ie. m.t.h for
  15964.         the word MATCH.  Great for word games and crosswords.
  15965.         Results output to screen and a RAM: based file.  The word
  15966.         list is in ascii and so can be edited if desired.  New
  15967.         words can be added and it could be used for different
  15968.         languages if required.  Supplied with over 24,200 words
  15969.         (mostly English spellings).  Version 1.0, includes source.
  15970.         Author:  Gary Brittain
  15971.  
  15972. SBackup        Programmers utility to assist in maintaining old versions
  15973.         of source code.  SBackup maintains 2-99 old versions in
  15974.         any location desired.  Version 1.00e, binary only.
  15975.         Author:  George Kerber
  15976.  
  15977. TMonth        TMonth will execute any program the first time it's executed
  15978.         each month.  Very useful, for example, to execute the ATOM-
  15979.         CLOCK program to set your clock each month.  Version 1.0f,
  15980.         binary only.
  15981.         Author:  George Kerber
  15982.  
  15983. Whence        Whence will locate any program/file in your current path.
  15984.         Similar to the the UNIX whence command.  Version 1.0, binary
  15985.         only.
  15986.         Author:  George Kerber
  15987.  
  15988. CONTENTS OF DISK 433
  15989. --------------------
  15990.  
  15991.  
  15992. DiskPrint    Prints labels for 3.5" disks, primarily for PD library
  15993.         disks.  Label data files can be loaded into memory so
  15994.         labels for special disks are available without having to
  15995.         type anything in or without having to wait for AmigaDOS
  15996.         to read in the full directory.  This is version 2.3.5,
  15997.         an update to version 2.3e on disk 411.  Shareware,
  15998.         binary only.
  15999.         Author:  Jan Geissler
  16000.  
  16001. Gwin        GWIN or Graphics WINdow is an integrated collection of
  16002.         graphics routines callable from C.  These routines make it
  16003.         easy to create sophisticated graphics programs in the C
  16004.         environment.  One line calls give you a custom screen (ten
  16005.         types available), menu items, requestors, text, circles,
  16006.         polygons, etc.  GWIN is a two dimensional floating point
  16007.         graphics system with conversion between world and screen
  16008.         coordinates.  GWIN includes built in clipping that may be
  16009.         turned off for speed.  Use of color and XOR operations are
  16010.         greatly simplified.  Many examples of the use of GWIN are
  16011.         included in an examples directory, including a line/bar graph
  16012.         program, geographic mapping program, SPICE 2G.6 graphics post
  16013.         processor, and others.  Extensive documentation is included.
  16014.         This is version 1.1, an update to version 1.0 on disk 322,
  16015.         recompiled to be compatible with MANX Aztec C Release 5.
  16016.         Author:  Howard C. Anderson.
  16017.  
  16018. SysInfo        A program which reports interesting information about the
  16019.         configuration of your machine, including some speed
  16020.         comparisons with other configurations, versions of the
  16021.         OS software, etc.  Version 1.98, an update to version 1.94
  16022.         on disk 420.  Binary only.
  16023.         Author:  Nic Wilson
  16024.  
  16025. CONTENTS OF DISK 434
  16026. --------------------
  16027.  
  16028.  
  16029. Backup        Backup and Restore allow you to backup any directory
  16030.         tree with optional compression, and later extract all
  16031.         or part of the tree.  The protection, date, and file
  16032.         comment are saved with each file.  This is version 2.06,
  16033.         an update to version 2.04 on disk 258.  Includes source.
  16034.         Author:  Matt Dillon
  16035.  
  16036. DynaCADD    Part 1 of a two part demo distribution of DynaCADD from
  16037.         Ditek International.  DynaCADD is a professional 2D and
  16038.         3D CAD package.  This demo is fully functional except
  16039.         for disabled save and export functions.  Requires a
  16040.         system with 68020/68030 and a 68881/68882 math processor.
  16041.         This disk contains all the files necessary to recreate
  16042.         the DynaCADD demo disk number 1.  The files for demo disk
  16043.         number 2 can be found on library disk number 435.  This
  16044.         is version 1.84, binary only.
  16045.         Author:  Ditek International
  16046.  
  16047. GMC        A console handler with command line editing and function
  16048.         key support.  GMC provides extended command line editing,
  16049.         function key assignment in four levels, extended command
  16050.         line history, online help for functions in the handler,
  16051.         and an iconify function.  Also includes an output buffer
  16052.         (dump to printer and window), filename completer, script
  16053.         function, undo function, prompt beeper, pathname in window
  16054.         title, close gadget for KS 2.0, etc.  This is version 9.8,
  16055.         an update to version 9.6 on disk 398.  Shareware, binary
  16056.         only.
  16057.         Author:  Goetz Mueller
  16058.  
  16059. TypingTutor    A simple typing tutor program which measures your typing
  16060.         speed and adjusts the level of difficulty accordingly.
  16061.         Shareware, binary only.
  16062.         Author:  William Jordan
  16063.  
  16064. CONTENTS OF DISK 435
  16065. --------------------
  16066.  
  16067.  
  16068. DeluxeBeep    A little program that uses the exec SetFunction call to
  16069.         play a sound sample of your choice whenever a program
  16070.         calls the Intuition DisplayBeep routine.  Includes source
  16071.         and instructions on how to install your own sounds.
  16072.         Author:  Jan van den Baard
  16073.  
  16074. DynaCADD    Part 2 of a two part demo distribution of DynaCADD from
  16075.         Ditek International.  DynaCADD is a professional 2D and
  16076.         3D CAD package.  This demo is fully functional except
  16077.         for disabled save and export functions.  Requires a
  16078.         system with 68020/68030 and a 68881/68882 math processor.
  16079.         This disk contains all the files necessary to recreate
  16080.         the DynaCADD demo disk number 2.  The files for demo disk
  16081.         number 1 can be found on library disk number 434.  This
  16082.         is version 1.84, binary only.
  16083.         Author:  Ditek International
  16084.  
  16085. Labeler        A label generation program for Epson compatible printers.
  16086.         Has both English and German versions.  This is version 3.0,
  16087.         binary only, shareware, source available from author.
  16088.         Author:  Siegfried Rings
  16089.  
  16090. CONTENTS OF DISK 436
  16091. --------------------
  16092.  
  16093.  
  16094. AztecArp    An Arp interface package fixed to work with Aztec `C'
  16095.         version 5.0.  This is version 1.9, an update to the
  16096.         version on disk 376, and includes a number of bug fixes
  16097.         and a couple of new features (such as vsprintf/vfprintf/
  16098.         vprintf-like Arp routines and fixes for Kickstart 2.0).
  16099.         Includes source in `C' and assembly language.
  16100.         Author:  Olaf 'Olsen' Barthel
  16101.  
  16102. BatchRequester    A simple program which opens an Arp filerequester and
  16103.         writes the result to an environment variable.  Very useful
  16104.         if used in batchfiles.  Version 1.1, source code in Oberon.
  16105.         Author:  Christoph Teuber
  16106.  
  16107. Berserker    Detects and eliminates viruses.  Knows all `popular' viruses
  16108.         and their kin, including the new `Centurion' and `Traveling
  16109.         Jack' link viruses.  Comes with a resident handler which
  16110.         continually checks memory to prevent virus infection and a
  16111.         utility to fix programs corrupted by the `Centurion' and
  16112.         `Traveling Jack' viruses.  Version 5.02, an update to the
  16113.         version on disk 355.  Contains partial source in assembly.
  16114.         Author:  Ralf Thanner
  16115.  
  16116. Input        How to read keyboard input simply and quickly.  Includes
  16117.         C source, a sample program, technical discussion, and
  16118.         programming modules that you can "plug in" to your own C
  16119.         programs.  Includes source.
  16120.         Author:  Timm Martin.
  16121.  
  16122. KeyMacro    A keyboard macro program, configurable via a text file,
  16123.         that also supports hotkey program execution.  You can
  16124.         map up to eight functions to each key, including keys
  16125.         such as cursor keys, the return key, etc.  Version 1.8,
  16126.         an update to version 1.6 on disk 398.  Includes source.
  16127.         Author:  Olaf 'Olsen' Barthel
  16128.  
  16129. LhLib        A shared reentrant Amiga runtime library featuring highly
  16130.         optimized assembly language versions of the LhArc data
  16131.         compression / decompression routines.  Compresses faster
  16132.         and more efficiently than any other currently available
  16133.         implementation of the Lzhuf algorithm.  Two example appli-
  16134.         cations for data compression/decompression, an interface
  16135.         to the Amiga Oberon Compiler, and documentation how to use
  16136.         the library in your own programs are included.  This is
  16137.         version 1.8, binary only.
  16138.         Authors:  Holger P. Krekel and Olaf 'Olsen' Barthel
  16139.  
  16140. MemGuard    A program similar to MemWatch, which continually checks
  16141.         the low memory vector table for random trashing.  Has
  16142.         been optimized and greatly enhanced to support the 68010,
  16143.         68020, 68030, etc. microprocessors.  Unlike MemWatch,
  16144.         MemGuard does not run as task in a dummy loop but rather
  16145.         as a low level interrupt routine which is capable of
  16146.         trapping memory trashing even before exec might know of
  16147.         it, and even while task switching is forbidden.  Version
  16148.         IV, an update to version IIIa on disk 354, binary only.
  16149.         Author:  Ralf Thanner
  16150.  
  16151. MMB        With MMB, users of 3 button mice under WB 2.0 can use the
  16152.         middle mouse button as a shift key to do multiple selects.
  16153.         Binary only.
  16154.         Author:  Garry Glendown
  16155.  
  16156. MT420d        Printer driver for the Mannesmann Tally MT420d.  Update to
  16157.         the old version on disk 164.  Includes a few bug-fixes.
  16158.         Author:  Sascha Wildner
  16159.  
  16160. Zoom        A fast and efficient floppy disk archiving utility based
  16161.         on the data compression / decompression algorithms used by
  16162.         lh.library.  Has an Intuition and a Shell interface, fully
  16163.         supports Kickstart 2.0, is able to add texts and notes to
  16164.         archived output files, knows 66 different bootblock viruses,
  16165.         includes a number of compression parameters (such as
  16166.         encryption of the output file) and a lot more. Version 3.10,
  16167.         binary only.
  16168.         Author:  Olaf 'Olsen' Barthel
  16169.  
  16170. CONTENTS OF DISK 437
  16171. --------------------
  16172.  
  16173.  
  16174. CLIwindow    CLIwindow allows you to manipulate the dimensions of a
  16175.         CLI window.  It can be moved, enlarged, or shrunk.  This
  16176.         is version 1.00.  Includes source in assembly.
  16177.         Author:  Roger Fischlin
  16178.  
  16179. Flip        Very small program which replaces the left-Amiga-N and M
  16180.         commands with screen and window flipping commands.  It's
  16181.         an excellent example of how to use PC-relative addressing
  16182.         within input handlers.  Version 2.0, includes a technical
  16183.         discussion and source in C and assembly.
  16184.         Author:  Mike Monaco and Timm Martin.
  16185.  
  16186. FMouse        A mouse pointer accelerator, similar to Matt Dillon's
  16187.         DMouse.  Includes a screen blanker and "hot keys".  This
  16188.         is version 1.01.  Includes source in assembly.
  16189.         Author:  Roger Fischlin
  16190.  
  16191. PatchCompiler    A program to generate patches using a Pascal like language
  16192.         to describe what needs to be patched.  This is version 1.0.
  16193.         Includes source in assembly.
  16194.         Author:  Roger Fischlin
  16195.  
  16196. WaitAnyKey    A CLI command which will wait until the user presses any
  16197.         key.  Useful for batch files, to pause until any key is
  16198.         struck.  Version 1.00, includes source in assembly.
  16199.         Author:  Roger Fischlin
  16200.  
  16201. CONTENTS OF DISK 438
  16202. --------------------
  16203.  
  16204.  
  16205. GadgetED    A program for creating and editing intuition gadgets.
  16206.         Includes a palette editor, generation of either C or
  16207.         assembly source, and binary saving for later loading
  16208.         and editing.  Version 2.0, includes source.
  16209.         Author:  Jan van den Baard
  16210.  
  16211. MenuC        A menu and gadget compiler.  Takes a simple ascii file
  16212.         describing menues and gadgets and creates the appropriate
  16213.         IntuiText structures needed to actually create working
  16214.         menues and gadgets, in either C or assembly source.  This
  16215.         is version 0.8, binary only.
  16216.         Author:  Bruce Mackey
  16217.  
  16218. ToolLib        A shared library containing 45 useful functions for all
  16219.         kinds of programs.  There are functions for ports, sorting,
  16220.         gadgets, memory, string, directory and file handling, etc.
  16221.         Version 7.6, includes source.
  16222.         Author:  Jan van den Baard
  16223.  
  16224. CONTENTS OF DISK 439
  16225. --------------------
  16226.  
  16227. AIBB        Amiga Intuition Based Benchmarks is a program designed to
  16228.         test various aspects of CPU performance using a full
  16229.         intuition interface.  Tests include "WritePixel", Sieve,
  16230.         Sort, Savage, Dhrystone, and Matrix.  Version 2.0, binary
  16231.         only.
  16232.         Author:  LaMonte Koop
  16233.  
  16234. Curses        A link library containing many of the terminal independant
  16235.         standard "curses" functions.   Designed primarily for
  16236.         those interested in porting UNIX screen based programs to
  16237.         the Amiga.  Version 1.22, an update to version 1.10 on
  16238.         disk 391.  Includes source and examples.
  16239.         Author:  Simon John Raybould
  16240.  
  16241. DeluxeChanger    Converts binary files to assembler, basic, or C source code
  16242.         data initialization statements.  It is useful to add
  16243.         graphics or sound samples to programs as initialized data.
  16244.         Version 1.0, includes source in assembler.
  16245.         Author:  Andreas Ropke
  16246.  
  16247. HDClick        A program selector, typically installed in the startup
  16248.         sequence as the first command.  Has user defined gadgets,
  16249.         a configuration file, an iconify function, and works with
  16250.         both NTSC and PAL systems.  This is version 1.21, binary
  16251.         only.
  16252.         Author:  Claude Mueller
  16253.  
  16254. M2Utils        Various source modules for Benchmark Modula-2.  Includes
  16255.         ColorReq, an interface to the Dissidents color.library;
  16256.         IFFLib, an interface to Christian Webers iff.library; and
  16257.         ARP, an interface to ARP V1.3.
  16258.         Author:  Sascha Wildner
  16259.  
  16260. CONTENTS OF DISK 440
  16261. --------------------
  16262.  
  16263.  
  16264.  
  16265. 3DPlot        A 3D function plotting program that does hidden line, solid,
  16266.         or contour plots of equations of the form Z=F(X,Y).  You can
  16267.         scale the plot, set plot limits, change rotation, etc.  Can
  16268.         save and load the plots themselves, as well as the data.
  16269.         Version 2.0, includes source.
  16270.         Author:  Randy Finch
  16271.  
  16272. DMake        Matt's version of the UNIX make utility.  Features multiple
  16273.         dependancies, wildcard support, and more.  This is version
  16274.         1.0, an update to version 1.0 on disk 246, but now includes
  16275.         source.
  16276.         Author:  Matt Dillion 
  16277.  
  16278. MegaD        Yet another disk utility program for the Amiga.  This one
  16279.         allows an unlimited number of directories to be accessed
  16280.         simultaneously.  Version 1.01, shareware, binary only.
  16281.         Author:  John L. Jones
  16282.  
  16283.  
  16284. CONTENTS OF DISK 441
  16285. --------------------
  16286.  
  16287. Deksid        A disk and file hexadecimal editor.  Useful for editing
  16288.         binary files.  Version 1.10, shareware, binary only.
  16289.         Author:  Christian Warren, Marc Dionne
  16290.  
  16291. DiskPrint    Prints labels for 3.5" disks, primarily for PD library
  16292.         disks.  Label data files can be loaded into memory so
  16293.         labels for special disks are available without having to
  16294.         type anything in or without having to wait for AmigaDOS
  16295.         to read in the full directory.  This is version 2.3.5b,
  16296.         an update to version 2.3.5 on disk 433, and fixes a
  16297.         minor problem with some printers.  Shareware, binary only.
  16298.         Author:  Jan Geissler
  16299.  
  16300. Dme        Version 1.42 of Matt's text editor.  Dme is a simple 
  16301.         WYSIWYG editor designed for programmers.  It is not a
  16302.         WYSIWYG word processor in the traditional sense.  Features
  16303.         include arbitrary key mapping, fast scrolling, title-line
  16304.         statistics multiple windows, and ability to iconify windows.
  16305.         Update to version 1.38 on disk number 284, includes source.
  16306.         Author:  Matt Dillon
  16307.  
  16308.  
  16309. CONTENTS OF DISK 442
  16310. --------------------
  16311.  
  16312. ToolManager    With ToolManager you can add your own programs to the
  16313.         tools menu of the 2.0 Workbench.  Requires Workbench
  16314.         2.0.  Version 1.2, includes source.
  16315.         Author:  Stefan B.
  16316.  
  16317. UUCP        An implementation of uucp for the Amiga, including mail
  16318.         and news.  This is Matt's version for the Amiga, based
  16319.         on William Loftus's Amiga UUCP 0.40 release with news
  16320.         code from his 0.60 release, and months of work by Matt to
  16321.         make fixes and add enhancements.  This is version 1.08D,
  16322.         an update to version 1.06D on disk 360, and consists of
  16323.         three parts.  Parts 1 and 2 are on this disk, and part 3
  16324.         is on disk 443.  Includes source.
  16325.         Author:  Various, major enhancements by Matt Dillon
  16326.  
  16327.  
  16328. CONTENTS OF DISK 443
  16329. --------------------
  16330.  
  16331. DICE        Dillon's Integrated C Enviroment.  A C frontend, pre-
  16332.         processor, C compiler, assembler, linker, and support
  16333.         libraries.  Features include ANSI compatibility, many
  16334.         code optimizations, and autoinit routines (user routines
  16335.         called during startup before main is called).  This is
  16336.         version 2.06.14, an update to version 2.02 on disk 359.
  16337.         Shareware, binary only.
  16338.         Author:  Matthew Dillon
  16339.  
  16340. UUCP        An implementation of uucp for the Amiga, including mail
  16341.         and news.  This is Matt's version for the Amiga, based
  16342.         on William Loftus's Amiga UUCP 0.40 release with news
  16343.         code from his 0.60 release, and months of work by Matt to
  16344.         make fixes and add enhancements.  This is version 1.08D,
  16345.         an update to version 1.06D on disk 360, and consists of
  16346.         three parts.  Parts 1 and 2 are on disk 442, and part 3
  16347.         is on this disk.  Includes source.
  16348.         Author:  Various, major enhancements by Matt Dillon
  16349.  
  16350.  
  16351. CONTENTS OF DISK 444
  16352. --------------------
  16353.  
  16354. ChinaChallenge    A game similar to Shanghai or Mahjong.  The goal is to
  16355.         remove all parts of the pile, the so called Dragon, step
  16356.         by step.  This dragon is composed of 120 different game
  16357.         pieces.  You can always find four pieces displaying the
  16358.         same picture or chinese symbols.  This is version II,
  16359.         an update to the version on disk 312.  Changes include
  16360.         some bug fixes, unlimited undo, saving and loading of
  16361.         games, background music, title screen, etc.  Binary only.
  16362.         Author:  Dirk Hoffmann
  16363.  
  16364. EliteBBS    An online message and file handling system.  Features
  16365.         include a message base, private mail, file library,
  16366.         support for xmodem, ymodem, and zmodem, fully buffered
  16367.         serial I/O routines for top speed, time limits, and
  16368.         more.  Version V.31, binary only.
  16369.         Author:  Nick Smith
  16370.  
  16371. MissileCmd    A fast Missile Command game written in assembly.  Features
  16372.         include using a hires interlaced screen, time based events
  16373.         for correct operation on any speed Amiga, multitasking
  16374.         friendly, and sound effects.  Binary only.
  16375.         Author:  Max Bithead
  16376.  
  16377. RegExpLib    Shared library that implements regular expression pattern
  16378.         matching.  Version 1.0, binary only.
  16379.         Author:  Stephen Moehle
  16380.  
  16381. UltraF-4    Demo version of a super graphic based floppy format program
  16382.         that can format four floppy disks at the same time and even
  16383.         format disks that other programs give up on.  Binary only.
  16384.         Author:  Terry Bullard and Signa Bullard
  16385.  
  16386.  
  16387. CONTENTS OF DISK 445
  16388. --------------------
  16389.  
  16390. MWTape        A tape handler which uses scsi.device to implement serial
  16391.         access to typical streaming tape devices.  Includes source.
  16392.         Author:  Markus Wandel
  16393.  
  16394. OptMouse    A program which allows you to use a Mouse Systems M3 serial
  16395.         mouse on the Amiga and instructions which allow a serial
  16396.         mouse to be modified to plug directly into the Amiga mouse
  16397.         port.  Useful as an example of how to "fake" mouse movements
  16398.         and may be of use in writing drivers for digitizers, light
  16399.         pens, and the like.  Includes source.
  16400.         Author:  Ed Hanway
  16401.  
  16402. Tar        A port of a UNIX tar clone that can work with the TAPE:
  16403.         handler (also on this disk) to read and write UNIX tar
  16404.         compatible tapes.  Includes source.
  16405.         Author:  John Gilmore, FSF, Jonathan Hue, et. al.
  16406.  
  16407. TurboText    An almost fully operational demonstration copy of a new
  16408.         sophisticated text editor for the Amiga.  Features many
  16409.         unique capabilities including an impressive ARexx interface
  16410.         with over 140 commands available, full outlining abilities,
  16411.         clipboard support, complete reconfigurability, recorded
  16412.         macros, programmer's calculator, emulations of many popular
  16413.         text editors, and much more.  This demo version does not
  16414.         allow saving or printing of documents and limits the size
  16415.         of cut and paste operations.  Version 1.0, binary only.
  16416.         Author:  Martin Taillefer
  16417.  
  16418. UUCP        A bug fix for UUCP 1.08 released on disks 442 and 443, which
  16419.         had already been finalized at the time this fix reached me so
  16420.         could not be included there.  Fixes a serious bug in uucico.
  16421.         Author:  Matt Dillon
  16422.  
  16423.  
  16424. CONTENTS OF DISK 446
  16425. --------------------
  16426.  
  16427. CanonBJ        A printer driver for the Canon BJ series of printers.
  16428.         Faster and supports more graphic and text modes than
  16429.         the standard Commodore driver.  Shareware, binary only.
  16430.         Author:  Wolf Faust
  16431.  
  16432. GamePort    A toolkit with link time and shared libraries that allow
  16433.         easy access to the GamePort device.  Includes examples
  16434.         and test programs.  Version 1.1, binary only.
  16435.         Author:  Paris Bingham
  16436.  
  16437. Input        A toolkit with link time and shared libraries that allow
  16438.         easy access to the Input device.  Includes examples
  16439.         and test programs.  Version 1.1, binary only.
  16440.         Author:  Paris Bingham
  16441.  
  16442. PointerLib    A disk based shared library which provides programmers
  16443.         with easy access to custom pointers and a consistent
  16444.         user selected busy pointer.  Includes source.
  16445.         Author:  Luke Wood
  16446.  
  16447. Post        An excellent PostScript interpreter for the Amiga which
  16448.         implements the full Adobe language.  Supports type 1 and
  16449.         type 3 fonts, screen output, file output, and printer
  16450.         output.  Requires Arp library V39+ and ConMan V1.3+.  This
  16451.         is version 1.4, an update to version 1.3 on disk 408.
  16452.         Includes source in C.
  16453.         Author:  Adrian Aylward
  16454.  
  16455.  
  16456. CONTENTS OF DISK 447
  16457. --------------------
  16458.  
  16459. AmiBack        Demo version of a new backup utility.  Features include
  16460.         backup to any AmigaDOS compatible device (such as floppies,
  16461.         removable hard disks, fixed media hard disk, and tape
  16462.         drives), no copy protection, configuration files, complete
  16463.         backups, incremental backups, selective backups, file
  16464.         exclusion filter, setting of archive bit, etc.  Demo version
  16465.         does not have restore, compare, or scheduler.  Version 1.0,
  16466.         binary only, requires AmigaDOS 2.0.
  16467.         Author:  MoonLighter Software
  16468.  
  16469. BackPac        Demo version of a new backup program.  Features include
  16470.         intuition interface, data compression, 907K written per
  16471.         floppy, full and incremental backups, full or selected
  16472.         restores, inclusion/exclusion patterns, user defined config
  16473.         files, multitasking friendly.  Version 1.3, binary only.
  16474.         Author:  Canadian Prototype Replicas
  16475.  
  16476. DFC        Disk Format and Copy program.  A nice, general purpose,
  16477.         disk formatter and copier.  This is version 5, an update
  16478.         to the version on disk 131.  Includes source.
  16479.         Author:  Tom Rokicki and Sebastiano Vigna
  16480.  
  16481. FlashBack    Demo version of a new backup utility.  Fully functional
  16482.         version except for the restore operation.  Features include
  16483.         backup of multiple partitions in one pass, backup of non-
  16484.         AmigaDOS partitions, backup to a file, automated unattended
  16485.         backups, pattern matching, and streaming tape support.
  16486.         Version 2.05, binary only.
  16487.         Author:  Leon Frenkel, Advanced Storage Systems
  16488.  
  16489. SMan        A Mandelbrot generation program.  Uses the mouse to select
  16490.         regions within borders of the Mandelbrot set to zoom up
  16491.         to magnifications of 10**19.  Includes math coprocessor
  16492.         support and options to save images as an IFF file.  Shows
  16493.         example of assembly programming of extended precision for
  16494.         the 68881.  Includes source.
  16495.         Author:  David McKinstry
  16496.  
  16497. TCL        Port of Tool Command Language, a simple textual language
  16498.         intended primarily for issuing commands to interactive
  16499.         programs such as text editors, debuggers, illustrators,
  16500.         shells, etc.  It has a simple syntax and is programmable
  16501.         so TCL users can write command procedures to provide more
  16502.         powerful commands than those in the built in set.
  16503.         Alpha 2 version, binary only.
  16504.         Author:  Dr. John Ousterhout, Amiga port by Hackercorp
  16505.  
  16506.  
  16507. CONTENTS OF DISK 448
  16508. --------------------
  16509.  
  16510. AmigaPet    Another cute screen hack.  Version 2.52b, binary only,
  16511.         source available from author.
  16512.         Author:  Patrick Evans
  16513.  
  16514. FifoDev        FIFO: is like PIPE: but is based on fifo.library rather
  16515.         than its own implementation.  Fifo.library is a general
  16516.         fifo library implementation that supports named fifos,
  16517.         writing to a fifo from a hardware exception, multiple
  16518.         readers on a fifo with each getting the same data stream,
  16519.         efficient reading, and automatic or manual flow control.
  16520.         Programs that require non-blocking IO can access one side
  16521.         of a FIFO: connection via the fifo.library instead of the
  16522.         FIFO: device.  Version 2, an update to version on disk 432.
  16523.         Includes some source.
  16524.         Author:  Matt Dillon
  16525.  
  16526. Mkid        A program identifier database package that provides a logical
  16527.         extension to "ctags".  The ID facility stores the locations
  16528.         for all uses of identifers, preprocessor names, and numbers
  16529.         (in decimal, octal, or hex).  Includes source.
  16530.         Author:  Greg McGary, Amiga port by Randell Jesup
  16531.  
  16532. NightMare    A handy little program that uses "shock" techniques to scare
  16533.         people.  Fun to watch while someone else is using your
  16534.         computer.  Version 1.0, binary only, source available from
  16535.         author.
  16536.         Author:  Patrick Evans
  16537.  
  16538. OnTime        Holds up a task until a given time and then releases it to
  16539.         run.  Version 1.0a, binary only, source available from author.
  16540.         Author:  Patrick Evans
  16541.  
  16542. PicToANSI    Converts a one bit plane 320x200 IFF picture to a file that
  16543.         displays the picture on any ANSI compatible terminal.
  16544.         Binary only, source available from author.
  16545.         Author:  Patrick Evans
  16546.  
  16547. SolitaireX    A solitaire game.  Features include all possible moves shown
  16548.         with a pulsing green box around the card, reshuffle, unlimited
  16549.         undo, and tournament mode.  Binary only.
  16550.         Author:  Stephen Orr, Gregory M. Stelmack
  16551.  
  16552. ST2Amiga    A program to convert Atari ST format relocatable executables
  16553.         to Amiga format relocatable executables, for subsequent
  16554.         loading into the ReSource disassembler and conversion to
  16555.         Amiga.  ST2Amiga should also compile and run on an ST.
  16556.         Version 1.1, includes C source.
  16557.         Author:  David Campbell
  16558.  
  16559. Swish        A small simple screen hack that pushes the screen around
  16560.         using the view port, and simulates a floating motion.
  16561.         Binary only, source available from author.
  16562.         Author:  Patrick Evans
  16563.  
  16564.  
  16565. CONTENTS OF DISK 449
  16566. --------------------
  16567.  
  16568. Globulus    Demo version of a new arcade game that is reminiscent of
  16569.         the old Q-bert game.  You control a cute little character
  16570.         and hop him around pathways in a diagonal kind of world,
  16571.         while trying to avoid bad things and catch good things.
  16572.         Binary only.
  16573.         Author:  Innerprise
  16574.  
  16575. Handshake    A full featured VT52/VT100/VT102/VT220 terminal emulator.
  16576.         The author has taken great pains to support the full VT102
  16577.         spec.  Supports ANSI colors, screen capture, XPR external
  16578.         protocols, user selectable fonts, ARexx, and more.  This is
  16579.         version 2.20c, an update to version 2.12a on disk number
  16580.         172.  Binary only, shareware.
  16581.         Author:  Eric Haberfellner
  16582.  
  16583. Iff2Ansi    Turns any two-color low-res IFF picture into ANSI text that
  16584.         can be displayed on any ANSI compatible terminal.  This is
  16585.         version 0.1, includes source in assembly.
  16586.         Author: Carnivore/BeerMacht
  16587.  
  16588. Shazam        A picture viewer for Dynamic HiRes images created with
  16589.         Macro Paint, the 4096 color high resolution paint program
  16590.         from Lake Forest Logic.  Version 1.1, includes two sample
  16591.         Dynamic HiRes images and source for display program.
  16592.         Author:  Lake Forest Logic
  16593.  
  16594. WonderSound    Wondersound is an additive harmonic instrument design
  16595.         tool with a separate envelope design window and 16
  16596.         relative harmonic strength and phase angle controls.
  16597.         Version 1.7, an update to version 1.6 on disk 428.
  16598.         Binary only.
  16599.         Author:  Jeffrey Harrington
  16600.  
  16601.  
  16602. CONTENTS OF DISK 450
  16603. --------------------
  16604.  
  16605. AmyVsWalker    Another cute animation from Eric Schwartz.  This one has
  16606.         Amy the Squirrel attempting to take a wrench to the a
  16607.         "Walker" from "The Empire Strikes Back".
  16608.         Author:  Eric Schwartz
  16609.  
  16610. MinRexx        A simple ARexx interface which can be easily patched into
  16611.         almost any program.  Includes as an example the freedraw
  16612.         program from disk number 1.  This is version 0.4, an
  16613.         update to the version on disk 188.  Includes source.
  16614.         Author:  Tomas Rokicki
  16615.  
  16616. Tabu        Quarter inch cartridge (QIC) tape backup utility.  Works
  16617.         with Microbotics HardFrame.  May work with other controllers
  16618.         as well (untested).  Includes source.
  16619.         Author:  Roy C. Sigsbey
  16620.  
  16621. UUCP        A bug fix for UUCP 1.08 released on disks 442 and 443, which
  16622.         had already been finalized at the time this fix reached me
  16623.         so could not be included there.  Includes a new getty and
  16624.         some bug fixes.
  16625.         Author:  Matt Dillon
  16626.  
  16627.  
  16628.  
  16629. CONTENTS OF DISK 451
  16630. --------------------
  16631.  
  16632. 'Liner          A shareware outliner whose function is to create outlines
  16633.         for notes or export to other programs.  'Liner can save
  16634.         an outline as ASCII text and is clipboard compatible.
  16635.         This version utilizes a number of AmigaOS 2.0 features and
  16636.         thus requires 2.0.  Support for the new ECS Denise display
  16637.         modes is also included.  Version 2.11, an upgrade to
  16638.         version 2.00 on disk 394.  Includes source in C.
  16639.         Author:  Dave Schreiber
  16640.  
  16641. Convert        Converts 39 different image formats into CBM standard
  16642.         24 bit IFF files for display on devices such as Black
  16643.         Belt Systems HAM-E product.  Version 1.6, binary only.
  16644.         Author:  Pete Patterson and Ben Williams
  16645.  
  16646. ProDrivers    AmigaDOS 1.3 printer drivers for the IBM 4201 and 4202 
  16647.         series of printers.  Version 1.0, binary only.
  16648.         Author:  David White
  16649.  
  16650. RCS        The Revision Control System (RCS) manages multiple
  16651.         revisions of text files. RCS automates the storing,
  16652.         retrieval, logging, identification, and merging of
  16653.         revisions. RCS is useful for text that is revised
  16654.         frequently, for example programs, documentation,
  16655.         graphics, papers, form letters, etc.  This is an update
  16656.         to RCS version 1.2 on disks 281 and 282, and includes
  16657.         only the files that have changed.
  16658.         Author:  Walter Tichy.  Amiga port by Raymond Brand
  16659.              and Rick Schaeffer.
  16660.  
  16661. RRamDisk    Another recoverable ram disk.  This one supports up to 32
  16662.         units and can be autobooted.  Unused sectors are deleted
  16663.         from memory.  The ram disk can be formatted, copied to, or
  16664.         used just like a normal disk drive.  Binary only.
  16665.         Author:  Bob Dayley
  16666.  
  16667. SnoopDos    A utility for monitoring AmigaDOS calls.  In particular,
  16668.         it allows you to see what libraries, devices, fonts,
  16669.         environment variables or startup files a program is
  16670.         looking for.  Very useful when you're trying to install
  16671.         a new application.  Version 1.2, an update to version 1.0
  16672.         on disk 388.  Includes source in C.
  16673.         Author:  Eddy Carroll
  16674.  
  16675.  
  16676. CONTENTS OF DISK 452
  16677. --------------------
  16678.  
  16679. Budget        A program to help with managing personal finances.
  16680.         Version 1.302, an update to version 1.301 on disk 416.
  16681.         Binary only.
  16682.         Author:  Le Lay Serge Camille
  16683.  
  16684. FLODemo        Floorplan Construction Set demo.  Fully functional except
  16685.         the Save IFF function is disabled and 15 pages of clip
  16686.         rooms have been replaced by a single sample page.  This
  16687.         is version 1.48, binary only.
  16688.         Author:  Jim Hennessey, Gramma Software
  16689.  
  16690. ImageLab    A program which performs image processing on IFF pictures.
  16691.         Includes standard image processing functions such as
  16692.         convolution, averaging, smoothing, enhancement, histograms,
  16693.         FFT's, etc.  Also includes file conversion functions,
  16694.         a clipboard, and other useful functions.  Version 2.4,
  16695.         an update to version 2.2 on disk 243, includes bug fixes,
  16696.         PAL support, overscanned and super-bitmap image support,
  16697.         improved paint operation, better area selection, HAM
  16698.         histograms, and FFTs.  Binary only.
  16699.         Author:  Gary Milliorn
  16700.  
  16701. MandelPAUG    A version of MandFXP with complete online help, a fully
  16702.         implemented Mandelbrot and Julia set "movie mode", and
  16703.         many improvements in the user interface.  Version 2.1,
  16704.         binary only, source available.
  16705.         Author:  Bruce Dawson, Steve Larocque, Jerry Hedden
  16706.  
  16707.  
  16708. CONTENTS OF DISK 453
  16709. --------------------
  16710.  
  16711. AmigaTration    A "Concentration" like game for the Amiga, where you must
  16712.         locate matching tiles on a grid that can range from 4x4
  16713.         (easy) to 12x12 (difficult).  Version 1.0, binary only.
  16714.         Author:  Gabe Dalbec
  16715.  
  16716. Lemmings    Demo version of an enchanting new game from Psygnosis.
  16717.         The lemmings are cute little guys you have to guide across
  16718.         the screen from one level to the next, over and under and
  16719.         around various obstacles, by using your mouse and changing
  16720.         each lemming's characteristics to get them to perform
  16721.         various useful tasks such as building bridges or digging
  16722.         through obstacles.  Binary only.
  16723.         Author:  Dave Jones, Gary Timmons, Scott Johnston, and
  16724.              Brian Johnston
  16725.  
  16726. ProjMot        A Projectile Motion plotter.  Plots the path of a projectile
  16727.         fired with a variable initial velocity and angle. Display
  16728.         can be scaled, and time can be accelerated.  The program
  16729.         returns the distance traveled and the time it took.  This is
  16730.         version 1.01, includes source.
  16731.         Author:  Chris Hopps
  16732.  
  16733. Quick        A utility program specifically targeted at hard drive users
  16734.         to eliminate the frustration of launching programs on the
  16735.         Amiga.  It eliminates the need to open Workbench windows
  16736.         and/or remember and type in long pathnames to executables.
  16737.         Version 1.0, binary only.
  16738.         Author:  Greg Gorby
  16739.  
  16740.  
  16741. CONTENTS OF DISK 454
  16742. --------------------
  16743.  
  16744. Decigel        A software fix for programs that use instructions which
  16745.         are priviledged on the 68010/020/030.  Update to the
  16746.         version on disk 18.  Includes source in assembly.
  16747.         Author:  Byrce Nesbitt
  16748.  
  16749. Enforcer    Enforcer uses the MMU to build a shroud of protection
  16750.         over anything that is not legal memory.  Any empty holes
  16751.         in the address space are marked as illegal.  Reads of
  16752.         the system ROMs are allowed, but not writes.  With the
  16753.         exception of longword reads of location 4, the lowest
  16754.         1K of memory is completely protected.  When an illegal
  16755.         access is detected, the power LED will flash and a
  16756.         detailed message will be sent out the serial port.
  16757.         Binary only.
  16758.         Author:  Bryce Nesbitt
  16759.  
  16760. Redaktu        A PostScript program which runs on PixelScript to edit
  16761.         other PostScript programs.  Several examples and a
  16762.         detailed explanation are included.
  16763.         Author:  John Starling
  16764.  
  16765. StillStore    A program designed for freelance, corporate, and broadcast
  16766.         television.  It loads and displays IFF images of any
  16767.         resolution interchangeably from a list file or as inputted
  16768.         directly (I.E. random access).  The user may easily skip
  16769.         forward or backward one or more pictures in the list.  A
  16770.         "generic" display is always just a few seconds away.  The
  16771.         program can be used "on air" with no concern that a pull
  16772.         down menu will suddenly appear in the viewable area.  It
  16773.         also provides for a precise cue for changing windows or
  16774.         screens.  While the main purpose is to load "news windows"
  16775.         of 1/4 screen size, StillStore can also handle full-sized
  16776.         and overscanned images.  Also includes slide show modes and
  16777.         a screen positioning feature.  Stillstore is written in the
  16778.         Director language from the Right Answers Group. This is
  16779.         version 1.2.1, an update to version 1.2 on disk 317.  Binary
  16780.         only, source available from authors.
  16781.         Author:  R. J. (Dick) Bourne and Richard Murray
  16782.  
  16783. Vortex        A universal accented character converter for Amiga, IBM-PC,
  16784.         MacIntosh, and C64 files written in most west european
  16785.         languages (Danish, Finnish, French, German, Italian, Islandic,
  16786.         Norwegian, Spanish, Swedish, and more.  Works with either
  16787.         ASCII or Word Perfect files.  Version 1.5, includes source.
  16788.         Author:  Michel Laliberte
  16789.  
  16790.  
  16791. CONTENTS OF DISK 455
  16792. --------------------
  16793.  
  16794. AngusCopy    A disk copy program with intuition user interface.
  16795.         Version 2.0, shareware, includes source in Modula II.
  16796.         Author:  Andreas Gunser
  16797.  
  16798. ConvMacF    Converts MacIntosh type 1 Adobe fonts to a format usable on
  16799.         the Amiga.  Reads a compressed MacIntosh format Adobe font
  16800.         file and unpacks it to an ASCII text file, which permits
  16801.         sending the font to a printer as a PostScript program.
  16802.         Includes source.
  16803.         Author:  Unknown, Amiga port by Joe Pearce
  16804.  
  16805. MemMon        A small memory monitor.  Version II, shareware, includes
  16806.         source in Modula II.
  16807.         Author:  Andreas Gunser
  16808.  
  16809. Vlt        VLT is both a VT100 emulator and a Tektronix (4014 plus
  16810.         subset of 4105) emulator, currently in use at SLAC
  16811.         (Stanford Linear Accelerator Center).  Although the VT100
  16812.         part was originally based on Dave Wecker et al.'s VT100,
  16813.         many enhancements were made.  Features include use of ARP,
  16814.         an ARexx port, XMODEM 1K/CRC and Kermit protocols, support
  16815.         for additional serial ports, external file transfer protocols
  16816.         (XPR), a "chat" mode, and scrollback/review/history buffer.
  16817.         It comes in two versions, one with Tektronix emulation, and
  16818.         one without.  The Tektronix emulation allows saving IFF files,
  16819.         PostScript files, and printing bitmaps to the printer.  This
  16820.         is version 5.034, an update to version 4.846 on disk 410.
  16821.         Binary only.
  16822.         Author:  Willy Langeveld
  16823.  
  16824.  
  16825. CONTENTS OF DISK 456
  16826. --------------------
  16827.  
  16828. CheatSheet    A compilation of cheats, hints, backdoors, helpful bugs,
  16829.         passwords, codes, solves, and walkthroughs for over 150
  16830.         Amiga games.  February 1st, 1991 edition, an update to
  16831.         January 1st edition on disk 431.
  16832.         Author:  Mark Shnayer
  16833.  
  16834. CManual        Parts 1 and 2 of a complete C manual for the Amiga which
  16835.         describes how to open and work with Screens, Windows,
  16836.         Graphics, Gadgets, Requesters, Alerts, Menus, IDCMP,
  16837.         Sprites, VSprites, AmigaDOS, Low Level Graphics Routines,
  16838.         Hints and Tips, etc.  The manual also explains how to use
  16839.         your C Compiler and gives you important information about
  16840.         how the Amiga works and how your programs should be designed.
  16841.         The manual consists of 15 chapters together with more than
  16842.         100 fully executable examples with source code.  When
  16843.         unpacked, the manual and examples nearly fill up four
  16844.         standard Amiga floppies.  This is version 2.0, an update to
  16845.         version 1.0 on disk 337.  Because of its size, it is
  16846.         distributed on two library disks, parts 1 and 2 on disk 456
  16847.         and parts 3 and 4 on disk 457.
  16848.         Author:  Anders Bjerin
  16849.  
  16850.  
  16851. CONTENTS OF DISK 457
  16852. --------------------
  16853.  
  16854. CManual        Parts 3 and 4 of a complete C manual for the Amiga which
  16855.         describes how to open and work with Screens, Windows,
  16856.         Graphics, Gadgets, Requesters, Alerts, Menus, IDCMP,
  16857.         Sprites, VSprites, AmigaDOS, Low Level Graphics Routines,
  16858.         Hints and Tips, etc.  The manual also explains how to use
  16859.         your C Compiler and gives you important information about
  16860.         how the Amiga works and how your programs should be designed.
  16861.         The manual consists of 15 chapters together with more than
  16862.         100 fully executable examples with source code.  When
  16863.         unpacked, the manual and examples nearly fill up four
  16864.         standard Amiga floppies.  This is version 2.0, an update to
  16865.         version 1.0 on disk 337.  Because of its size, it is
  16866.         distributed on two library disks, parts 1 and 2 on disk 456
  16867.         and parts 3 and 4 on disk 457.
  16868.         Author:  Anders Bjerin
  16869.  
  16870. Line        A shell written to enhance the bare-bones CLI with features
  16871.         that many people find useful in the UNIX csh, including
  16872.         history, aliases, a directory stack, etc.  Version 1.15,
  16873.         includes source.
  16874.         Author:  John D. Aycock
  16875.  
  16876. QuickReq        An "Ask utility" to replace the "ask" command from AmigaDOS.
  16877.         QuickReq can load arguments from files thus making it
  16878.         possible to handle long questions and texts.  Also supports
  16879.         optional line breaks in BodyText, an option to center text
  16880.         to window, DisplayBeep when requester is activated, setting
  16881.         your own FrontPen number, specifying requesters width and
  16882.         height and all kinds of overscan displays.  First public
  16883.         release.  Version 2.0, includes source.
  16884.                 Author:  Markus Aalto
  16885.  
  16886.  
  16887. CONTENTS OF DISK 458
  16888. --------------------
  16889.  
  16890. ATCopy        A program to copy files from the Amiga side of a system
  16891.         equipped with a PC/AT bridgeboard, to the PC side, using
  16892.         wildcards.  Copies directly through the shared memory.
  16893.         Supports CLI and WorkBench usage.  This is version 2.2,
  16894.         an update to version 2.1 on disk 429.  New features
  16895.         include much faster copying and selection of all options
  16896.         using WorkBench.  Shareware, binary only.
  16897.         Author:  Peter Vorwerk
  16898.  
  16899. Csh        Version 4.02a of a csh like shell derived from Matt Dillon's
  16900.         shell, version 2.07.  This is an update to version 4.01a on
  16901.         disk 331.  Changes include bug fixes, preservation of file
  16902.         protection bits by cp, some new commands, and reformatted
  16903.         documentation.  Includes source.
  16904.         Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  16905.  
  16906. GIFMachine    A program that will convert CompuServe GIF image files
  16907.         into IFF SHAM and 24bit ILBMs.  It offers a number of
  16908.         extra options like dithering, horizontal and vertical
  16909.         flip, as well as automatic border removal.  Requires
  16910.         KickStart version 2.0 or greater to run.  This is version
  16911.         2.116, an update to version 2.104 on disk 405.  Includes
  16912.         source.
  16913.         Author:  Christopher Wichura
  16914.  
  16915. TeXify        A package of ARexx scripts, for CygnusEd users, which
  16916.         allows total control of AmigaTex from within CED.  This
  16917.         is version 1.10e, binary only.
  16918.         Author:  Wolf Faust
  16919.  
  16920.  
  16921. CONTENTS OF DISK 459
  16922. --------------------
  16923.  
  16924. AmiDock        An Amiga version of the NeXT's "dock", but more versatile
  16925.         and not as limited.  Provides you with a number of buttons
  16926.         on the WorkBench screen that, when pressed, will launch
  16927.         other programs.  These buttons are fully configurable to
  16928.         run any program you want.  Version 1.2.4, binary only.
  16929.         Author:  Gary Knight
  16930.  
  16931. Conquest    Lore of Conquest is a war game similar in concept to the
  16932.         board game Risk.  You are the lord of an entire world,
  16933.         destined to rule the galaxy.  Some worlds are virgin fruits,
  16934.         ready for you to colonize.  Some worlds have natives who do
  16935.         not wish to accept your rule, these you must conquer for
  16936.         they will yield more valuable resources.  As you claim the
  16937.         galaxy you will find, you are not the only one extending
  16938.         your dominion.  This is a two-player game, so be prepared
  16939.         to defend yourself and take what is yours!  Version 1.3, an
  16940.         update to version 1.2 on disk 432.  Binary only, shareware.
  16941.         Author:  Michael Bryant
  16942.  
  16943. Rxgen        An ARexx library that allows you to call any function of
  16944.         almost any Amiga library from an ARexx program.  This is
  16945.         version 1.0, binary only.
  16946.         Author:  Francois Rouaix
  16947.  
  16948. XprZmodem    An Amiga shared library which provides ZModem file
  16949.         transfer capability to any XPR-compatible communications
  16950.         program.  This is version 2.10, an update to version 2.0
  16951.         on disk 261.  Includes source.
  16952.         Author:  Rick Huebner
  16953.  
  16954. Zoom        A fast and efficient floppy disk archiving utility based
  16955.         on the data compression / decompression algorithms used by
  16956.         lh.library.  Has an Intuition and a Shell interface, fully
  16957.         supports Kickstart 2.0, is able to add texts and notes to
  16958.         archived output files, knows 66 different bootblock viruses,
  16959.         includes a number of compression parameters (such as
  16960.         encryption of the output file) and a lot more.  Version 4.1,
  16961.         an update to version 3.10 on disk 436. Binary only.
  16962.         Author:  Olaf 'Olsen' Barthel
  16963.  
  16964.  
  16965. CONTENTS OF DISK 460
  16966. --------------------
  16967.  
  16968. JMenu        This program allows an AmigaDOS script to display a menu,
  16969.         wait for the user to make a selection either with the mouse
  16970.         or the keyboard, and return the selection back to the script
  16971.         through an environment variable.  It can also immediately
  16972.         execute any valid AmigaDOS command based upon the menu
  16973.         selection.  The maximum size of the menu is based on the
  16974.         screen resolution and font size, up to a maximum of 26
  16975.         selections of a maximum of 80 characters each and an optional
  16976.         title area of up to 4 lines.  Version 1.1, binary only.
  16977.         Author:  James Collins
  16978.  
  16979. NetHack        A screen oriented fantasy game where your goal is to grab as
  16980.         much treasure as you can, retrieve the Amulet of Yendor, and
  16981.         escape the Mazes of Menace alive.  On the screen is a map
  16982.         of where you have been and what you have seen on the current
  16983.         dungeon level.  As you explore more of the level, it appears
  16984.         on the screen in front of you.  Nethack generates a new
  16985.         dungeon every time it is played, thus even veteran players
  16986.         will continue to find it entertaining and exciting.  This
  16987.         is version 3.0, patch level 10, an update to version 2.3 on
  16988.         disks 189 and 190.  Binary only, source available.
  16989.         Author:  Various, see documentation.
  16990.  
  16991. ShadowMaker    Demo version of an Intuition based Font shadow generator.
  16992.         In seconds you can convert your favorite fonts into color
  16993.         fonts with professional video shadows built right in.
  16994.         The only restriction for this demo is that the final font
  16995.         height at SAVE times must be less than 40 pixels in height.
  16996.         Version 1.5, an update to version on disk 428.  Binary only.
  16997.         Author:  Stephen Lebans
  16998.  
  16999.  
  17000. CONTENTS OF DISK 461
  17001. --------------------
  17002.  
  17003. DFrags        Disk Fragmentation reporting utility.  Displays disk
  17004.         fragmentation for both floppy and hard disk devices.
  17005.         Does not attempt to change any data, just gives a report.
  17006.         Version 2.02, shareware, binary only.
  17007.         Author:  Custom Services
  17008.  
  17009. DiskPrint    Prints labels for 3.5" disks, primarily for PD library
  17010.         disks.  Label data files can be loaded into memory so
  17011.         labels for most PD disks are available after a few mouse-
  17012.         clicks.  Features include three different label sizes,
  17013.         default file, different label library functions, Amiga-
  17014.         LibDisk contents read-in and easy handling.  This is
  17015.         version 2.7.2, an update to version 2.3.5b on disk 441.
  17016.         Shareware, binary only.
  17017.         Author:  Jan Geissler
  17018.  
  17019. Logic        A small game that is somewhat reminiscent of "life".
  17020.         Version 2.0, includes source in assembly.
  17021.         Author:  Thomas Jansen
  17022.  
  17023. MandAnim    A Mandelbrot Animation program that allows you to easily
  17024.         generate series of lo-res/16-color pictures.  Features
  17025.         full mouse and/or keyboard operation, zooms, auto-save,
  17026.         high (+cheat) speed, iconization, preview, ease, etc.
  17027.         The generated pictures all remember their positions and
  17028.         settings so they can be reloaded.  This is version 1.2,
  17029.         an update to version 1.1 on disk 387.  Binary only.
  17030.         Author:  Ekke Verheul.
  17031.  
  17032. NewList        A powerful LIST replacement.  Supports many features
  17033.         including sorts, character filters, case sensativity,
  17034.         most options offered by LIST, date construction,
  17035.         UNIX wildcards, and much more.  Sort routines are VERY
  17036.         fast and memory usage is minimal.  Version 4.5, binary
  17037.         only.
  17038.         Author:  Phil Dietz
  17039.  
  17040. SBall        A game using the joystick to control a "bouncing ball".
  17041.         Binary only.
  17042.         Author:  Hertzig Wolfgang and Meisner Christian
  17043.  
  17044. TDraw        An easy to use Window Title Bar Pattern Editor for use
  17045.         with TBar.  Load, save, test, and edit patterns.  Saves
  17046.         script files that can be executed later to change window
  17047.         patterns at anytime (like on boot-up).  Includes TRand,
  17048.         a utility to pick a random TBar file so your WorkBench
  17049.         will look different each time you reboot.  Version 1.0,
  17050.         binary only.
  17051.         Author:  Phil Dietz
  17052.  
  17053. Tron        Another game based on the lightcycle race sequence in the
  17054.         science fiction computer film "Tron".  This is version 1.0,
  17055.         unrelated to other Tron releases in the library.  Includes
  17056.         source in assembly.
  17057.         Author:  Thomas Jansen
  17058.  
  17059.  
  17060. CONTENTS OF DISK 462
  17061. --------------------
  17062.  
  17063. CacheDisk    Improves floppy disk throughput by caching entire tracks of
  17064.         data.  Buffers disk reads and writes for maximum speed gain
  17065.         and has a user setable number of buffers for each drive.
  17066.         Version 1.0, binary only.
  17067.         Author:  Terry Fisher
  17068.  
  17069. DisTerm        The dissidents telecommunication program.  Has built in
  17070.         phone directory requester, autodial, various file transfer
  17071.         protocols, ascii send and capture, full/half duplex, split
  17072.         window, color requester, macro keys, selectable baud, CR/LF
  17073.         expansion, automatically configured per phone entry.  Binary
  17074.         only.
  17075.         Author:  Jeff Glatt
  17076.  
  17077. Humartia    An arcade game where each player controls a jet and must
  17078.         destroy the opponents jet, which is accomplished when a
  17079.         jet has been hit 75 by either missiles or air mines.
  17080.         Binary only.
  17081.         Author:  Jason Bauer
  17082.  
  17083. SeaLance    Game based on a Trident submarine simulator.  You must use
  17084.         the weapons at your disposal to liberate the earth's cities
  17085.         from alien occupation.  Binary only.
  17086.         Author:  Jason Bauer
  17087.  
  17088. Up&Down        The object of this game is to get four of your chips in a
  17089.         row (across, down, or diagonally) without letting your
  17090.         opponent get his chips in a row first.  Binary only.
  17091.         Author:  Jason Bauer
  17092.  
  17093.  
  17094. CONTENTS OF DISK 463
  17095. --------------------
  17096.  
  17097. ExecRexx    A program that turns an ARexx script into an executable
  17098.         which can be run from WorkBench or the CLI.  Binary only.
  17099.         Author:  Jeff Glatt
  17100.  
  17101. FileIO        A file requester library based upon an example by R.J. Mical.
  17102.         Has numerous features, including uses other than disk I/O.
  17103.         Version 1.C, update to version 1.9 on disk 393.  Binary only.
  17104.         Author:  Jeff Glatt, Jim Fiore, R.J. Mical
  17105.  
  17106. ILBM        The ilbm reader/writer library 0.5 and examples.  Also can
  17107.         be used for non-ILBM files.  100% compatible with original
  17108.         Electronic Arts code.  Binary only.
  17109.         Author:  Jeff Glatt
  17110.  
  17111. LibTool        A utility that can quickly convert C or assembly code into
  17112.         an Amiga shared library.  Also makes all support files
  17113.         including C and assembly include files, bmap files, Manx and
  17114.         Lattice pragmas, C glue stubs.  Can also make a device.
  17115.         Binary only.
  17116.         Author:  Jeff Glatt
  17117.  
  17118. PrintSpool    A shared library to easily add text or graphics print
  17119.         spooling to any C or assembly program.  Binary only.
  17120.         Author:  Jeff Glatt
  17121.  
  17122. RexxIntuition    An ARexx function library which allows ARexx scripts to open
  17123.         windows/screens, add menus, add proportional, boolean, and
  17124.         string gadgets, use requesters, load/save ILBM pictures, use
  17125.         a color requester, print text in various colors, sizes, and
  17126.         styles, draw colored lines and boxes, print text or graphics,
  17127.         etc.  Binary only.
  17128.         Author:  Jeff Glatt
  17129.  
  17130. RexxLib        A shared library that can be used to easily add an ARexx
  17131.         implementation to any program in a memory efficient manner.
  17132.         Binary only.
  17133.         Author:  Jeff Glatt
  17134.  
  17135.  
  17136. CONTENTS OF DISK 464
  17137. --------------------
  17138.  
  17139. Cross        A program that creates crossword puzzles.  Has a message
  17140.         data file to allow easy translation into almost any human
  17141.         language, with English and German currently supported.
  17142.         This is version 3.3, includes source in M2Amiga Modula-2.
  17143.         Author:  Jurgen Weinelt
  17144.  
  17145. FileWindow    A completely public domain file requester which may be used
  17146.         in any program, even commercial ones.  It uses dynamically
  17147.         allocated memory to hold the file names so the only limitation
  17148.         is the amount of memory available.  Includes a filter option
  17149.         to limit display of filenames to only ones with a specific
  17150.         extension.  Names are automatically sorted while they are
  17151.         being read and displayed.  This version has been enhanced
  17152.         by Bernd Schied for more device gadgets, renaming of files
  17153.         and directories, ANSI-C source, and more.  Update to version
  17154.         1.10 on disk 336.  Includes source.
  17155.         Author:  Anders Bjerin, Bernd Schied
  17156.  
  17157. PictureEditor    An "object-oriented" paint program that allows you to
  17158.         create, modify, load, and save hierarchical structured
  17159.         picture objects.  Version 1.12, shareware, binary only.
  17160.         Author:  Hans W. Stremlau
  17161.  
  17162. Scan        CLI utility to display the individual character contents 
  17163.         of any file.  Displays the ASCII and Hex values, count and
  17164.         percentage of total along with actual character (if 
  17165.         displayable).  Listing is displayed on a console window or
  17166.         optionally written to an output file.  Possible uses would
  17167.         be to scan files for binary characters, relative character
  17168.         counts, matching numbers of special characters, determining
  17169.         LF/CR configurations, etc.  Version 1.0, includes source.
  17170.         Author:  Dan Fish, console routine by Jim Cooper
  17171.  
  17172.  
  17173. CONTENTS OF DISK 465
  17174. --------------------
  17175.  
  17176. FCS        Prerelease version of an iterated Fractal Construction
  17177.         Set program, used to generate iterated fractal images
  17178.         such as Sierpinski's triangle, ferns, etc.  This is
  17179.         version 0.99, binary only.
  17180.         Author:  Garth Thornton
  17181.  
  17182. Lz        An lharc compatible archiver that is reported to be much
  17183.         faster than other available archivers and produce smaller
  17184.         archives.  Version 2.00, binary only.
  17185.         Author:  Jonathan Forbes
  17186.  
  17187. MRBackUp    A hard disk backup utility that does a file by file copy
  17188.         to standard AmigaDOS floppy disks.  Includes an intuition
  17189.         interface and file compression.  Version 5.02a, an update
  17190.         to version 3.4 on disk 327.  Shareware, binary only.
  17191.         Author:  Mark Rinfret
  17192.  
  17193. TextPlus    A word processor for the Amiga, with both German and 
  17194.         English versions.  TextPlus enables you to write letters,
  17195.         books, programs etc. in a very easy and comfortable way.
  17196.         This is version 2.2E, the same as on disk 375.  However,
  17197.         this release includes the source (the description on
  17198.         disk 375 claims the source is included but it was not).
  17199.         Author:  Martin Steppler
  17200.  
  17201.  
  17202. CONTENTS OF DISK 466
  17203. --------------------
  17204.  
  17205. DICE        Dillon's Integrated C Enviroment.  A C frontend, pre-
  17206.         processor, C compiler, assembler, linker, and support
  17207.         libraries.  Features include ANSI compatibility, many
  17208.         code optimizations, and autoinit routines (user routines
  17209.         called during startup before main is called).  This is
  17210.         version 2.06.15 (2.06B), an update to version 2.06.14 on
  17211.         disk 443.  Shareware, binary only.
  17212.         Author:  Matthew Dillon
  17213.  
  17214. HamLabDemo    Demo version of an expandable image format conversion
  17215.         utility.  Converts GIF, TIFF, PBMPLUS, Spectrum 512, MTV,
  17216.         QRT, and Sun images into HAM and SHAM.  Images can be
  17217.         scaled, dithered, color corrected, and cropped.  This
  17218.         demo version is limited to processing images of 512 by
  17219.         512 pixels or less.  Version 1.1, shareware, binary only.
  17220.         Author:  J. Edward Hanway
  17221.  
  17222. Mosaic        Mosaic is a game played with a set of 81 two-by-two tiles
  17223.         on a 24-by-24 playing area.  The objective of the game is
  17224.         to place your tiles such that squares of the same pattern
  17225.         are connected as much as possible.  Version 1.0, includes
  17226.         source.
  17227.         Author:  Kirk Johnson and Loren J. Rittle
  17228.  
  17229. StopWatch    A stop watch application with the precision of one milli-
  17230.         second (variable), which scans the joystick button.  Full
  17231.         multitasking capability and intuition interfacing, ARexx
  17232.         port for parameter and result handling, and supports all
  17233.         non-proportional WorkBench fonts.  Written in Modula 2 and
  17234.         assembly language.  Version 2.0, binary only.
  17235.         Author:  Christian Danner
  17236.  
  17237.  
  17238. CONTENTS OF DISK 467
  17239. --------------------
  17240.  
  17241. Multiplot    An intuitive data plotting program featuring flexible input
  17242.         options, arbitrary text addition, automatic scaling, zoom
  17243.         and slide with clipping at boundaries, a range of output
  17244.         file formats and publication quality printed output.
  17245.         Workbench printers are supported via transparent use of
  17246.         the PLT: device.  This is version XLNd, an update to version
  17247.         XLNc on disk 373. Includes bug fixes, many new features,
  17248.         postscript and HP LaserJet III support, logarithmic axes.
  17249.         Author:  Alan Baxter, Tim Mooney, Rich Champeaux, Jim Miller
  17250.  
  17251. PowerSnap    A utility that allows you to use the mouse to mark characters
  17252.         anywhere on the screen, and then paste them somewhere else,
  17253.         such as in another CLI or in a string gadget.  Checks what
  17254.         font is used in the window you snap from and will look for
  17255.         the position of the characters automatically.  Recognizes all
  17256.         non proportional fonts of up to 24 pixels wide and of any
  17257.         height.  Works with AmigaDOS 2.0 in both shell and WorkBench
  17258.         environments.  Version 1.0, binary only.
  17259.         Author:  Nico Francois
  17260.  
  17261.  
  17262. CONTENTS OF DISK 468
  17263. --------------------
  17264.  
  17265. Post        An excellent PostScript interpreter for the Amiga which
  17266.         implements the full Adobe language.  Supports type 1 and
  17267.         type 3 fonts, screen output, file output, and printer
  17268.         output.  Requires Arp library V39+ and ConMan V1.3+.  This
  17269.         is version 1.5, an update to version 1.4 on disk 446.
  17270.         Changes include better type 1 font rendering and some bug
  17271.         fixes.  Includes source in C.
  17272.         Author:  Adrian Aylward
  17273.  
  17274. Vlt        Vlt version 5.045, a partial update to version 5.034 on
  17275.         disk 455.  Includes new executables with and without
  17276.         Tektronix emulation, and a new xprascii library.  You
  17277.         still need the files from disk 455 to make a complete
  17278.         distribution.  Binary only.
  17279.         Author:  Willy Langeveld
  17280.  
  17281.  
  17282. CONTENTS OF DISK 469
  17283. --------------------
  17284.  
  17285. AirAce        A fast paced WWI biplane shoot'em up game built using
  17286.         Accolade's Shoot'Em Up Construction Kit.  Binary only.
  17287.         Author:  Robert Grace
  17288.  
  17289. FastLife    A fast life program featuring an intuition interface, four
  17290.         screen sizes, 19 generations/second, and 153 patterns in
  17291.         text file format.  Version 1.0, binary only.
  17292.         Author:  Ron Charlton
  17293.  
  17294. Triangle    A game like chinese checkers, consisting of fourteen pegs
  17295.         and one empty hole in a triangular formation.  The object
  17296.         of the game is to leave one peg in the original empty hole
  17297.         or have eight pegs on the board and no possible moves.
  17298.         Version 1.1, includes source in BASIC.
  17299.         Author:  Russell Mason
  17300.  
  17301. WordPuzzle    The object of this game is to find a word in a puzzle
  17302.         arrangement.  There are three different variations of the
  17303.         game.  Version 1.1, includes source in BASIC.
  17304.         Author:  Russell Mason
  17305.  
  17306.  
  17307. CONTENTS OF DISK 470
  17308. --------------------
  17309.  
  17310. BCF        FORTRAN-77 compiler, linker, and runtime support library.
  17311.         No Amiga specific hooks, just vanilla FORTRAN.  ANSI
  17312.         compatible with extensions.  Version 1.3c, binary only.
  17313.         Author:  Andre Kostli
  17314.  
  17315. KeyMenu        An alternative to Intuition's method of menu selection via
  17316.         the keyboard.  Uses one key to activate the menu for the
  17317.         currently active window, the cursor keys to move through
  17318.         the menu as you choose, and the return key to select the
  17319.         desired menu item or escape key to abort selection.  Works
  17320.         with AmigaDOS 2.0 mouse accelerator and has option to blank
  17321.         Intuition's pointer.  Version 1.03, includes assembly source.
  17322.         Author:  Ken Lowther
  17323.  
  17324. TripleYachtZ    An implementation and variation of the game "Yacht".  Plays
  17325.         both Single (the standard game) and Triple, which differs
  17326.         from normal Yacht-Z in that all scores in the 3rd column of
  17327.         your scorecard are worth three times as much as the normal
  17328.         value and those in the 2nd are worth double.  Version 1.2,
  17329.         binary only, source available from author.
  17330.         Author:  Stephan Iannce
  17331.  
  17332.  
  17333. CONTENTS OF DISK 471
  17334. --------------------
  17335.  
  17336. BTNTape        A "Better Than Nothing" SCSI tape device handler.  It
  17337.         provides flat file access to a SCSI tape drive from
  17338.         application programs using simple DOS calls to Read()
  17339.         and Write().  It can also be used with the Amiga TAR
  17340.         utility for disk backups.  It requires a "SCSI-direct"
  17341.         compatible SCSI bus adapter but will also work with the
  17342.         A2090(A).  It now supports many more tape drives, and has
  17343.         some new features.  This is version 2.0, an update to
  17344.         version 1.0 on disk 392.  Includes source.
  17345.         Author:  Robert Rethemeyer
  17346.  
  17347. MachIII        A "mouse accelerator" program that also includes hotkeys,
  17348.         features of sun mouse, clicktofront, popcli, title bar
  17349.         clock with a bbs online charge accumulator, Arexx support
  17350.         and much more.  Updates for Workbench 2.0 have been added
  17351.         along with many fixes and new features.  This is version
  17352.         3.1, an update to version 3.0 on disk 378.  Binary only.
  17353.         Author:  Brian Moats and Polyglot software
  17354.  
  17355. MoleWt        MoleWt is a molecular weight calculator.  The program
  17356.         accepts a chemical formula and returns the molecular weight.
  17357.         This is version 1.01, binary only.
  17358.         Author:  John Kennan
  17359.  
  17360. Uedit        A nice shareware editor with learn mode, a command
  17361.         language, menu customization, hypertext, online help,
  17362.         a teach mode, split windows, copy and paste, undo,
  17363.         features.  This is version 2.6e, an update to version
  17364.         2.6c on disk 415.  Binary only.
  17365.         Author:  Rick Stiles
  17366.  
  17367.  
  17368. CONTENTS OF DISK 472
  17369. --------------------
  17370.  
  17371. CNewsBin    This is part 1 of a C News distribution for the Amiga.
  17372.         This part includes all the binary and text files necessary
  17373.         to set up and run C News.  Part 2 is available on disk 473
  17374.         and contains the source.  C News uses UUCP, such as Matt
  17375.         Dillons implementation (see disks 479 and 480)  or that
  17376.         included with this software's previous version (disk 319).
  17377.         This package has been reworked and now includes a newsreader,
  17378.         AmigaRN (Sharware).  All major (and a few minor) features of
  17379.         Unix C News are implemented.  The Author refers to this as
  17380.         release 15-Dec-90, an update to the orginal version on disks
  17381.         318 and 319.
  17382.         Author:  Various, Amiga port by Frank Edwards
  17383.  
  17384. ICalc        An expression calculator that works with real and complex
  17385.         numbers, has arbitrarily-named variables and user-defined
  17386.         functions, startup files and more.  Version 1.0, includes
  17387.         source.
  17388.         Author:  Martin Scott
  17389.  
  17390. IFFBeep        A small utility that lets you replace the screen flash of
  17391.         DisplayBeep() with any IFF 8SVX sound file.  Also plays
  17392.         sounds on disk insertion/removal.  It can be run from the CLI
  17393.         or Workbench and includes an interactive "control panel".
  17394.         Version 2.0, binary only.
  17395.         Author:  Paul Wilkinson
  17396.  
  17397.  
  17398. CONTENTS OF DISK 473
  17399. --------------------
  17400.  
  17401. BigBrother    A virus infection detection program with some optional
  17402.         utilities.  It runs as a normal task and checks every
  17403.         1 second the important memory locations in the Amiga.
  17404.         As a bonus, BigBrother is capable of starting a new shell,
  17405.         starting script files, viewing and installing bootblocks.
  17406.         All this in a program less than 10K.  Includes assembly
  17407.         source.
  17408.         Author:  Erwin van Breemen
  17409.  
  17410. CNewsSrc    This is part 2 of a C News distribution for the Amiga.
  17411.         This part includes all the source for C News.  Part 1 is
  17412.         available on disk 472 and includes all the binary and text
  17413.         files necessary to set up and run C News on the Amiga.
  17414.         CNews uses UUCP, such as Matt Dillons implementation (see
  17415.         disks 479 and 480) or that included with this sofware's
  17416.         previous version (disk 319).  This package has been reworked
  17417.         and now includes a newsreader, AmigaRN (Sharware).  All
  17418.         major (and a few minor) features of Unix C News are
  17419.         implemented.  The Author refers to this as release 15-Dec-90,
  17420.         an update to the orginal version on disks 318 and 319.
  17421.         Author:  Various, Amiga port by Frank Edwards
  17422.  
  17423. Family_Sol    A preliminary version of the Authors "Family Solitair"
  17424.         card game.  A standard game of Solitair with options for
  17425.         multiple players, sound etc.  Binary only.
  17426.         Author:  Errol Wallingford
  17427.  
  17428. MissileCmd    A fast Missile Command game written in assembly.  Features
  17429.         include using a hires interlaced screen, time based events
  17430.         for correct operation on any speed Amiga, multitasking
  17431.         friendly, and sound effects.  This is version 2, an update
  17432.         to the version on disk 444, with bug fixes and enhancements.
  17433.         Binary only.
  17434.         Author:  Max Bithead
  17435.  
  17436.  
  17437. CONTENTS OF DISK 474
  17438. --------------------
  17439.  
  17440. Aequipot    A program that renders multicolor pictures using an algorithm
  17441.         based on electrostatic effects.  Renders in low-res and high-
  17442.         res, and in two speed/quality modes.  Includes both PAL and
  17443.         NTSC versions of the program. English and German docs. This
  17444.         is version 1.06, includes source in PCQ, freeware.
  17445.         Author:  Juergen Matern
  17446.  
  17447. AmiDock        AmiDock is an Amiga version of the NeXT's Dock facility.
  17448.         It will open up a small window on your WorkBench full
  17449.         of little IFF brushes, Each brush represents an application,
  17450.         like an ICON but it's a brush. Click on the brush and your
  17451.         application will start.  This is version 1.2.4. Shareware,
  17452.         binary only.
  17453.         Author:  Gary Knight
  17454.  
  17455. CrcLists    Complete CRC check files for disks 401-470 using the brik
  17456.         program.  These were made directly from my master disks.
  17457.         This is an update to the lists on disk 401.
  17458.         Author:  Fred Fish
  17459.  
  17460. Enforcer    Detects/protects against illegal memory hits. Compatible
  17461.         with all OS versions & machines (requires a Memory Management
  17462.         Unit or 68030 processor).  The low 1K of memory and all
  17463.         areas that are not RAM are protected from CPU reads or
  17464.         writes.  ROM is marked as read-only.  Version 2.6f, binary
  17465.         only.
  17466.         Author:  Bryce Nesbitt
  17467.  
  17468. GreekFont    A 12 point font with Greek letters.  Version 1.0.
  17469.         Author:  Daniel Moosbrugger
  17470.  
  17471. Imperium    Strategic, "RISK" style game for up to four players.
  17472.         Based in the ancient times of Rome, Athens, Alexandria
  17473.         and Carthago.  Binary only, shareware ($10), Manx-C source
  17474.         available from the author. English version 1.66E and German
  17475.         version 1.79D. Update to version 1.50E on Disk 362.
  17476.         Author:  Roland Richter
  17477.  
  17478.  
  17479. CONTENTS OF DISK 475
  17480. --------------------
  17481.  
  17482. AssignX        A 2.0-only utility to create assignments when you get a
  17483.         "Please insert volume" requester.  Also lets you cancel the
  17484.         request, forever.  Installs by dropping into your WBStartup
  17485.         drawer.  This is version 1.0, includes source.
  17486.         Author:  Steve Tibbett
  17487.  
  17488. Blankette    VERY tiny screen blanker/dimmer.  Very nice on your system,
  17489.         very little CPU time, compatible with just about everything.
  17490.         Dims screen rather than going black.  Includes assembler
  17491.         source.
  17492.         Author:  Max Bithead
  17493.  
  17494. CITAS        Convert ILBM To Assembler Source.  CITAS allows one to
  17495.         easily put graphics into his/her own programs.  CITAS
  17496.         takes a standard IFF ILBM image file and converts it into
  17497.         either assembler or 'C' source code.  Designed for blitter
  17498.         image control, all of the necessary labels are generated,
  17499.         along with color map information, mask generation, and other
  17500.         options.  This is version 2.0, shareware, binary only.
  17501.         Author:  Max Bithead
  17502.  
  17503. GadgetED    A program for creating and editing intuition gadgets.
  17504.         Includes a palette editor, generation of either C or
  17505.         assembly source, and binary saving for later loading
  17506.         and editing.  Also comes with "PatchGE", a program for
  17507.         converting the original format of GadgetED binaries to
  17508.         be loadable by this and future versions.  Version 2.3,
  17509.         an update to version 2.0 on disk 438, includes source.
  17510.         Author:  Jan van den Baard
  17511.  
  17512. ToolLib        A shared library containing 45 useful functions for all
  17513.         kinds of programs.  There are functions for ports, sorting,
  17514.         gadgets, memory, string, directory and file handling, etc.
  17515.         Version 8.1, an update to version 7.6 on disk 438, includes
  17516.         source.
  17517.         Author:  Jan van den Baard
  17518.  
  17519.  
  17520. CONTENTS OF DISK 476
  17521. --------------------
  17522.  
  17523. Browser        A programmer's "Workbench".  Allows you to easily and
  17524.         conveniently move, copy, rename, and delete files &
  17525.         directories from a CLI environment.  Also provides a
  17526.         method to execute either Workbench or CLI programs.
  17527.         Version 1.7, an update to version on disk number 180,
  17528.         binary only.
  17529.         Author:  Peter da Silva
  17530.  
  17531. MED        A music editor much like SoundTracker.  A song consists
  17532.         of up to 50 blocks of music, which can be played in any
  17533.         order.  Editing features include cut/paste/copy tracks
  17534.         or blocks, changing the vibrato, tempo, crescendo, and
  17535.         note volume.  Other features include switching of the
  17536.         low-pass-filter on or off on a per song basis, and a cute
  17537.         little animated pointer of a guy doing "jumping jacks" in
  17538.         time to the music!  Improvements include AmigaDos 2.0
  17539.         compatibility.  This is version 3.00, an update to
  17540.         version 2.13 on disk 424.  Binary only.
  17541.         Author:  Teijo Kinnunen
  17542.  
  17543. Mostra        Mostra is a shareware IFF utility featuring real-time
  17544.         unpacking scroll, dozens of options, "smart" analysis of
  17545.         any IFF file (FORMs, LISTs,...  also nested ILBM!), total
  17546.         control over display modes, simple slideshow processing,
  17547.         pattern matching, SHAM, an external link to show Dynamic
  17548.         Mode pictures, double buffering, fast decompression, color
  17549.         cycling, TeXdocs, startup files for easy custom configur-
  17550.         ations and complete WB support, through ToolTypes and
  17551.         Style icons!  This is version 1.14, an update to version
  17552.         1.0 on disk 330.  Binary only.
  17553.         Author:  Sebastiano Vigna 
  17554.  
  17555. ToolManager    ToolManager is a full featured program to add programs
  17556.         (either WorkBench or CLI) to the tools menu of the 2.x
  17557.         WorkBench.  Programs can be added by dragging their icons
  17558.         onto the ToolManager "config" window or the optional
  17559.         ToolManager icon or by editing the config file.  Requires
  17560.         Workbench 2.0.  This is version 1.3, an update to the 
  17561.         version on disk 442.  Includes source.
  17562.         Author:  Stefan Becker
  17563.  
  17564.  
  17565. CONTENTS OF DISK 477
  17566. --------------------
  17567.  
  17568. IRMaster    This is a hardware/software project to allow the Amiga
  17569.         to read an infrared remote control via the parallel port.
  17570.         Includes an ILBM of the schematic for a simple interface
  17571.         to the A1000 parallel port, some modifications are needed
  17572.         for other Amigas.  The source code and executable for
  17573.         a reader program are included.  For further functionality
  17574.         modifications to the source can be performed.
  17575.         Author:  Ron Peterson
  17576.  
  17577. MegaBall    This is a new version of the game "Ball" by the same
  17578.         author.  It is a Breakout type game, and is very good.
  17579.         Complete with impressive sound.  This one's addicting.
  17580.         Binary only.
  17581.         Author:  Ed Mackey
  17582.  
  17583. NoDelete    This program pops up a requestor to alert you of a file
  17584.         deletion being attempted via DeleteFile() and allows you
  17585.         accept or cancel it.  This also pertains to any files you
  17586.         attempt to delete via "delete".  Version 1.5a source is
  17587.         included.
  17588.         Author:  Uwe Sch"urkamp
  17589.  
  17590.  
  17591. CONTENTS OF DISK 478
  17592. --------------------
  17593.  
  17594. LSlabel        A simple label printing utility.  Very powerful as the user
  17595.         can/must do a lot of settings by himself.  Features include
  17596.         variable linefeeds (in 1/216 inch steps), a very exactly
  17597.         setting of the label length and freely configurable printer
  17598.         codes.  Version 1.0, binary only.
  17599.         Author:  Stefan Berendes.
  17600.  
  17601. MED-Songs    A selection of musical pieces created with MED, the musical
  17602.         editor program (see disk 476 for MED 3.00).  Includes
  17603.         MEDPlayer version 3.0.
  17604.         Author:  Hans-H. Adam 
  17605.  
  17606. MP        A small, useful utility for sending any MIDI data back and
  17607.         forth between an Amiga and a MIDI instrument.  Helpful for
  17608.         learning about MIDI, writing/debugging MIDI software,
  17609.         figuring out your instrument's system-exclusive implementa-
  17610.         tion, and more.  Very versatile.  Version 1.0, includes
  17611.         source.
  17612.         Author:  Daniel J. Barrett
  17613.  
  17614. NewList        A powerful LIST replacement.  Supports many features
  17615.         including sorts, character filters, case sensitivity,
  17616.         most options offered by LIST, date construction, UNIX
  17617.         wildcards, and much more.  Sort routines are very fast
  17618.         and memory usage is minimal.  Version 4.9, an update
  17619.         to version 4.5 on disk 461.  Binary only.
  17620.         Author:  Phil Dietz
  17621.  
  17622.  
  17623. CONTENTS OF DISK 479
  17624. --------------------
  17625.  
  17626. CheckPrt    A small program for checking the presence of a parallel
  17627.         printer from within a script file.  Binary only.
  17628.         Author:  Tom Kroener
  17629.  
  17630. TDP        A small trackdisplay program that uses whatever screen is
  17631.         up front.  Binary only.
  17632.         Author:  Tom Kroener
  17633.  
  17634. UUCP        An implementation of uucp for the Amiga, including mail
  17635.         and news.  This is Matt's version for the Amiga, based
  17636.         on William Loftus's Amiga UUCP 0.40 release with news
  17637.         code from his 0.60 release, and months of work by Matt to
  17638.         make fixes and add enhancements.  This is version 1.13D,
  17639.         an update to version 1.08D on disk 442, and consists of
  17640.         four parts.  Parts 1 and 2 are on this disk, and parts 3
  17641.         and 4 are on disk 480.  Includes source.
  17642.         Author:  Various, major enhancements by Matt Dillon
  17643.  
  17644.  
  17645. CONTENTS OF DISK 480
  17646. --------------------
  17647.  
  17648. Cryptor        A program that encrypts and decrypts data (files).  It
  17649.         uses a mathematical algorithm with password key protection.
  17650.         Has both English and German versions and documentation.
  17651.         This is version 1.0, binary only.
  17652.         Author:  Thomas Schossow
  17653.  
  17654. NoCare        This utility speeds up your windowing environment.  The
  17655.         OpenWindow vector is patched.  When someone tries to open
  17656.         a window in the workbench screen, the lower refreshbit in
  17657.         the nw_Flags field is cleared.  This way, only NOCAREREFRESH
  17658.         windows will be opened, resulting in faster window movements.
  17659.         Windows opened in customscreens are not affected.  This is
  17660.         version 1.5.  Assembly source included.
  17661.         Author:  Raymond Hoving
  17662.  
  17663. TplEdit        A gadtools template editor.  It is able to generate nearly
  17664.         standalone C source code.  The program will only run under
  17665.         OS 2.0, Kickstart 37.73 or higher.  This is version 1.00
  17666.         Alpha.  Includes source.
  17667.         Author:  Matt Dillon 
  17668.  
  17669. UUCP        An implementation of uucp for the Amiga, including mail
  17670.         and news.  This is Matt's version for the Amiga, based
  17671.         on William Loftus's Amiga UUCP 0.40 release with news
  17672.         code from his 0.60 release, and months of work by Matt to
  17673.         make fixes and add enhancements.  This is version 1.13D,
  17674.         an update to version 1.08D on disk 442, and consists of
  17675.         four parts.  Parts 1 and 2 are on disk 479, and parts 3
  17676.         and 4 are on this disk.  Includes source.
  17677.         Author:  Various, major enhancements by Matt Dillon
  17678.  
  17679. CONTENTS OF DISK 481
  17680. --------------------
  17681.  
  17682. K1        An editor program for the Kawai K1-II synthesizer.  Includes
  17683.         a bankloader for single-patches and multi-patches, a single-
  17684.         patch editor, a multi-patch editor, and support for the
  17685.         effect-session and K1 controllers.  Version 4.8, binary
  17686.         only.
  17687.         Author:  Andreas Jung
  17688.  
  17689. MCP        A "TRON" like cycle race game for up to four players.
  17690.         Version 13.76, update to version on disk 338, includes
  17691.         source in assembly.
  17692.         Author:  Jorg Sixt
  17693.  
  17694. TLPatch        A utility to allow corrections in pronunciation for programs
  17695.         that use the Translate() function.  It allows you to extract
  17696.         the exception table from the translator.library, use a text
  17697.         editor to edit the table, and then restore it back into the
  17698.         library.  Version 1.0, includes source.
  17699.         Author:  Richard Sheppard
  17700.  
  17701. WaveMaker    WaveMaker is intended to give beginning music and physics
  17702.         students a "hands on" feel for how complex waves are made
  17703.         by adding a harmonic series of sine waves.  A fundamental
  17704.         and up to seven harmonics are available.  The resulting
  17705.         waveform can be displayed on the screen or played on the
  17706.         audio device using the keyboard like a piano.  A game mode
  17707.         is also provided.  Version 1.2, an update to version 1.1 on
  17708.         disk 318, with several bugs fixed, more efficient code, and
  17709.         a new display option.  Includes source.
  17710.         Author:  Thomas Meyer
  17711.  
  17712.  
  17713. CONTENTS OF DISK 482
  17714. --------------------
  17715.  
  17716. Ephemer        A program which calculates the positions of the sun, moon,
  17717.         and planets for any date and any place.  Includes source
  17718.         in HiSoft BASIC.
  17719.         Author:  Yvon Alemany
  17720.  
  17721. Molec3D        An interactive 3D solid modelling program for molecules.
  17722.         Produces a graphic, three dimensional representation of
  17723.         molecules, based on 3D coordinates data from geometry
  17724.         optimization programs, X-ray measurements, or any other
  17725.         source.  Can handle up to 500 atoms at a time.  Requires
  17726.         1Mb or more of memory.  Version 1.022, binary only.
  17727.         Author:  Stefan Abrecht
  17728.  
  17729.  
  17730. CONTENTS OF DISK 483
  17731. --------------------
  17732.  
  17733. ButExchange    An input handler to help left handed Amiga users.  It reverses
  17734.         the function of the mouse buttons, so that the left button
  17735.         becomes the right and vice versa.  Very small, uses only 168
  17736.         bytes of memory.  Version 1.0, includes source in assembler.
  17737.         Author:  Preben Nielsen
  17738.  
  17739. ColorSamples    A few executable color samples made by ColorCatch from disk
  17740.         396.  Contains the 'old' colors from kickstart 1.3 and the
  17741.         'new' colors from kickstart 2.0.  Very useful because some
  17742.         programs/icons look awful when displayed in colors other
  17743.         than the ones they were created for.
  17744.         Author:  Preben Nielsen
  17745.  
  17746. InputLock    An input handler to help Amiga users who have cats other pets
  17747.         (or children) that mess with the Amiga as soon as it is left
  17748.         for a second.  It installs an input handler which lets you
  17749.         lock the keyboard and mouse by pressing a few buttons.  Very
  17750.         small, uses only 190 bytes of memory.  Version 1.0, includes
  17751.         source in assembler.
  17752.         Author:  Preben Nielsen
  17753.  
  17754. MED        MED is a music editor that can be used to compose music for
  17755.         demos/games etc.  It can be used as a stand-alone music
  17756.          program as well.  The features include built-in sample editor,
  17757.         synthetic sound editor, MIDI support (up to 16 tracks), and
  17758.         options to read/write NoiseTracker modules.  Included are
  17759.         routines that allow programmers to easily incorporate music
  17760.         made with MED in their programs.  This is version 3.10, an
  17761.         update to version 3.00 on disk 476.  Binary only.
  17762.         Author:  Teijo Kinnunen
  17763.  
  17764. MouseXY        A small utility that opens a little window in which it shows
  17765.         the mouse coordinates and the color at that position.  It can
  17766.         be moved from screen to screen and is able to show coordinates
  17767.         even when you are moving/resizing windows or moving Workbench
  17768.         icons.  Version 1.0, includes source in assembler.
  17769.         Author:  Preben Nielsen
  17770.  
  17771. PicSaver    A small utility that allows you cut rectangular portions of
  17772.         any screen and store them on disk as IFF ILBM files.  Also
  17773.         allows easy saving of windows and entire screens to disk.
  17774.         Version 1.0, includes source in assembler.
  17775.         Author:  Preben Nielsen
  17776.  
  17777. PointerX    Spins the hands of any pointer that looks like the standard
  17778.         AmigaDOS 2.0 Workbench "busy" pointer (a clock).  Will also
  17779.         work with any application that uses the same pointer.
  17780.         Includes source.
  17781.         Author:  Steve Tibbett
  17782.  
  17783. PSX        A public screen manager for AmigaDOS 2.0.  Lets you open,
  17784.         manipulate, and close public screens, set the global
  17785.         public screen bits, and provides a good example of using
  17786.         GadTools and ReadArgs.  Version 1.1, an update to version
  17787.         on disk 418.  Includes source.
  17788.         Author:  Steve Tibbett
  17789.  
  17790. PWKeys        An input handler that allows you to manipulate windows and
  17791.         screens by pressing keys on the keyboard.  It currently lets
  17792.         you perform 17 different functions.  Includes an interactive
  17793.         program to define hotkeys.  Very small, uses only 1124 bytes
  17794.         of memory.  Version 1.0, includes source in assembler.
  17795.         Author:  Preben Nielsen
  17796.  
  17797. TD        A program like TrackDisplay on disk 399 by Olaf Barthel.  It
  17798.         monitors and displays the current track for each floppy disk
  17799.         connected to the Amiga.  Version 1.0, includes source in
  17800.         assembler.
  17801.         Author:  Preben Nielsen
  17802.  
  17803.  
  17804. CONTENTS OF DISK 484
  17805. --------------------
  17806.  
  17807. BootPic        BootPic allows you to install nearly any IFF picture that
  17808.         you like in place of the WorkBench hand that appears after
  17809.         a reset.  Version 1.0, includes source in assembly.
  17810.         Author:  Andreas Ackermann
  17811.  
  17812. EZAsm        Combines parts of "C" with 68000 assembly language.  The
  17813.         resulting code is optimized as much as possible.  Now
  17814.         bundled with A68k and Blink for a complete programming
  17815.         environment.  New "c.lib" functions and more.  This is
  17816.         version 1.5, an update to version 1.31 on disk 431.
  17817.         Includes example source and executable files. Binary
  17818.         only.
  17819.         Author:  Joe Siebenmann
  17820.  
  17821. MSClock        A clock utility, which displays memory, date, time and
  17822.         online time (if connected to another computer via modem)
  17823.         in the titlebar of the WorkBench screen.  This is version
  17824.         1.3, includes source.
  17825.         Author:  Martin Steppler
  17826.  
  17827. Spright        Spright is a sprite making utility.  Simple or attached
  17828.         sprites can be saved to a file ready to be added to your
  17829.         program.  The colors used with the sprite(s) will also
  17830.         be saved.  Version 1.2, binary only.
  17831.         Author:  Todd Neumiller
  17832.  
  17833. TextPlus    A word processor for the Amiga, with both German and English
  17834.         versions.  This is version 3.0, an update to version 2.2E on
  17835.         disk 465.  New features include the ability to print footnotes
  17836.         and serial letters, multiple windows, an ARexx-interface with
  17837.         120 commands, powerful block-operations, ANSI-compatibility,
  17838.         ability to load files crunched by PowerPacker, etc.
  17839.         Shareware, binary only.
  17840.         Author:  Martin Steppler
  17841.  
  17842. Viewer        Displays IFF pictures fast! Version 1.0.  Includes source
  17843.         in EZAsm.
  17844.         Author:  Joe Siebenmann
  17845.  
  17846.  
  17847. CONTENTS OF DISK 485
  17848. --------------------
  17849.  
  17850. Drawmap        A program for drawing representations of the Earth's
  17851.         surface.  This version includes a completely rewritten
  17852.         user interface and some new functions.  Version 2.25d, an
  17853.         update to version 2.0 on disk 315.  Includes source.
  17854.         Authors:  Bryan Brown & Ulrich Denker
  17855.  
  17856. NiftyTerm    NiftyTerm is an h19/VT102/VT52 emulator for the Amiga.
  17857.         It was originally designed to be used with DNet, but it
  17858.         has been expanded so that it may be used as a normal
  17859.         terminal emulator.  Niftyterm was designed to be a good
  17860.         emulation of these terminals, as well as being fairly
  17861.         small and fast.  Version 1.2, an update to version 1.0 on
  17862.         disk 403.  Binary only, source available from authors.
  17863.         Author:  Christopher Newman, Todd Williamson
  17864.  
  17865. Spades        This is an Amiga version of the card game spades.  It is a
  17866.         one player version, where the computer plays your partner
  17867.         and two opponents.  This is version 1.2, an update to
  17868.         version 1.1 on Disk 392.  Includes source in C.
  17869.         Author:  Greg Stelmack
  17870.  
  17871.  
  17872. CONTENTS OF DISK 486
  17873. --------------------
  17874.  
  17875. Metafont    Amiga port of the Metafont package, a program to create
  17876.         TeX fonts.  Includes versions for 68000 and 68020.  Disk
  17877.         487 contains a copy of the Metafont font source files
  17878.         from the TeX distribution tape, including the Computer
  17879.         Modern Roman and the LaTeX fonts.  This is version 2.7,
  17880.         binary only.
  17881.         Author:  Donald E. Knuth, Stefan Becker (Amiga port)
  17882.  
  17883. SoundEd        Demo version of an 8SVX sound editing package, written
  17884.         in machine code for optimum speed and minimum size.
  17885.         Can also be used for digitizing with SoundEd or Perfect
  17886.         Sound hardware.  Version 1.0, demo, binary only.
  17887.         Author:  Howard Dortch and Mike Coriell
  17888.  
  17889.  
  17890. CONTENTS OF DISK 487
  17891. --------------------
  17892.  
  17893. AssignX        A 2.0-only utility to create assignments when you get a
  17894.         "Please insert volume" requester.  Also lets you cancel the
  17895.         request, forever.  Installs by dropping into your WBStartup
  17896.         drawer.  This is version 1.2, an update to version 1.0 on
  17897.         disk 475.  Includes source.
  17898.         Author:  Steve Tibbett
  17899.  
  17900. MFSrc        A copy of the Metafont font source files from the TeX
  17901.         distribution tape, suitable for use with the Amiga port
  17902.         of Metafont on disk 486.  Included are the Computer
  17903.         Modern Roman and the LaTeX fonts.  These should be
  17904.         sufficient to run a normal TeX installation.
  17905.         Author:  Various
  17906.  
  17907. PPrint        A printing utility, designed for all those who slowly but
  17908.         surely become frustrated with programmers who think that
  17909.         they can do a form feed better than their printer can.
  17910.         This one relies on the printer itself to do the formatting,
  17911.         and on the program to send the settings.  Features include
  17912.         a full icon driven user interface, the ability to convert
  17913.         tabs to any size, and the ability to save a number of
  17914.         standard settings.  Version 1.10, includes source.
  17915.         Author:  Marc Jackisch
  17916.  
  17917.  
  17918. CONTENTS OF DISK 488
  17919. --------------------
  17920.  
  17921. LordOfHosts    A strategy game for two players based on a board game called
  17922.             "Shogun".  Features include flexible mouse/joystick controls,
  17923.         undo and redo of up to 500 preceding steps, fully intuition-
  17924.         ized user interface.  Version 1.0, complete source code,
  17925.         precompiled include files and debugger files included.
  17926.         Author:  Tim Pietzcker
  17927.  
  17928. MidiTools    A group of several different utility programs for those
  17929.         who run a Midi system.  Update to version on disk 159.
  17930.         Includes three new programs, two of which are synthesizer
  17931.         editors, and compatibility with AmigaDOS 2.0.  Binary only.
  17932.         Author:  Jack Deckard
  17933.  
  17934. SGD        This program makes it possible to delete games, that are
  17935.         saved by any of the existing Sierra adventures (e.g.
  17936.         Leisure suit Larry).  The program has a LEARN-option for
  17937.         including new adventures.  Version 1.0, binary only.
  17938.         Author:  Maico Ditzel
  17939.  
  17940. SuperDuper    A very fast disk copier and formatter.  Can make up to four
  17941.         unverified copies from a ram buffer in 36 seconds.  Verified
  17942.         copies from a ram buffer take 67 seconds for one destination
  17943.         drive, plus 34 seconds for each additional destination.
  17944.         Binary only.
  17945.         Author:  Sebastiano Vigna
  17946.  
  17947. View80        Scrolling text file reader with three scrolling modes
  17948.         controllable via keyboard or mouse.  Opens file requestor
  17949.         if no filename is given.  Automatically configures screen
  17950.         size for PAL or NTSC machine.  Version 2.0, an update to
  17951.         version 1.1 on disk 365.  Binary only.
  17952.         Author:  Federico Giannici
  17953.  
  17954.  
  17955. CONTENTS OF DISK 489
  17956. --------------------
  17957.  
  17958. Automata    Automata is an extremely versatile, cellular automaton
  17959.         simulation.  Virtually every aspect of the simulation can
  17960.         be altered, saved, and later recalled.  Also supplies many
  17961.         powerful editing functions (such as patterns, rotations,
  17962.         reflections, etc) for creating and modifying cell configur-
  17963.         ations.  Additional features include editable icons, an
  17964.         immense variety of rules from which to choose, "music"
  17965.         which changes as the cell configuration changes and methods
  17966.         to speed execution from 3 to 60 (or more) generations per
  17967.         second.  Binary only.
  17968.         Author:  Jerry Mack
  17969.  
  17970. MkBmap        Builds Amiga format bitmapped fonts from PostScript fonts.
  17971.         Uses the library "post.library" (disk 468) to render the
  17972.         characters.  Best results are obtained with fully hinted
  17973.         type 1 fonts, such as those supplied by Adobe and other
  17974.         vendors.  Version 1.0, includes source.
  17975.         Author:  Adrian Aylward
  17976.  
  17977. SKsh        A ksh-like shell for the Amiga.  Some of its features
  17978.         include command substitution, shell functions with
  17979.         parameters, aliases, local variables, local functions,
  17980.         local aliases, powerful control structures and tests,
  17981.         emacs style line editing and history functions, I/O
  17982.         redirection, pipes, large variety of built-in commands,
  17983.         Unix style wildcards, Unix style filename conventions,
  17984.         filename completion, and coexistence with scripts from
  17985.         other shells.  Very well documented.  Version 1.7, an
  17986.         update to version 1.6 on disk 381.  Lots of new features
  17987.         and bug fixes.  Binary only.
  17988.         Author:  Steve Koren
  17989.  
  17990.  
  17991. CONTENTS OF DISK 490
  17992. --------------------
  17993.  
  17994. AmiCheck    An easy to use, intuitive, friendly checkbook program.
  17995.         Allows you to enter your checks in a very natural style,
  17996.         giving you a running balance as you do so.  Options
  17997.         include reconciling your checkbook, starting new registers
  17998.         with outstanding checks only, printing all, cleared,
  17999.         outstanding, or selected entries, and more.  Version 2.0,
  18000.         shareware, binary only, requires AmigaDOS 2.0.
  18001.         Author:  Jeff Hoag
  18002.  
  18003. AntiLemmin    Another great, humorous, animation from Eric Schwartz.  This
  18004.         one was obviously inspired by the wonderful Lemmings game.
  18005.         Lasts a full two minutes and ten seconds.  Requires at
  18006.         least 2 Mb of memory.
  18007.         Author:  Eric Schwartz
  18008.  
  18009. Recolor        A fully configurable icon recoloring tool that can swap or
  18010.         shift the colors of selected icons and truncate the depth of
  18011.         the icon color map.  Binary only.
  18012.         Author:  Michael Sinz
  18013.  
  18014.  
  18015. CONTENTS OF DISK 491
  18016. --------------------
  18017.  
  18018. bBaseII        A simple database program using an intuition interface.
  18019.         Stores, sorts, and searches for information.  Limited to
  18020.         9 fields in each record.  Features include fast sorting,
  18021.         search in any field, and best of all, it's really easy to
  18022.         use.  Binary only.
  18023.         Author:  Robert Bromley
  18024.  
  18025. DICE        Dillon's Integrated C Enviroment.  A C frontend, pre-
  18026.         processor, C compiler, assembler, linker, and support
  18027.         libraries.  Features include ANSI compatibility, many
  18028.         code optimizations, and autoinit routines (user routines
  18029.         called during startup before main is called).  This is
  18030.         version 2.06.21, an update to version 2.06.15 on disk
  18031.         466.  Includes bug fixes and experimental dynamic object
  18032.         module loading support.  Shareware, binary only.
  18033.         Author:  Matthew Dillon
  18034.  
  18035. fBlanker    A utility for blanking the screen after a defined period
  18036.         of no action.  Shows a multicolor Amiga checkmark.  This
  18037.         is version 1.1, binary only, requires AmigaDOS 2.0.
  18038.         Author:  Markus Stoll
  18039.  
  18040. Klondike    A single player card game.  Version 1.1c, binary only.
  18041.         Shareware.
  18042.         Author:  Peter Wiseman
  18043.  
  18044.  
  18045. CONTENTS OF DISK 492
  18046. --------------------
  18047.  
  18048. LoanCalc    Keyboard and mouse driven mortgage utility.  Although
  18049.         similar programs exist, this one is unique in that it
  18050.         is designed to track 'Open' mortgages that allow any size
  18051.         payment to be made at any time, as well as providing a
  18052.         printed amortization table for fixed mortgages with
  18053.         monthly, semi-monthly, bi-weekly and weekly payment
  18054.         schedules.  This is version 1.4, an update to version 1.2
  18055.         on disk 366.  Binary only.  
  18056.         Author:  Robert Bromley
  18057.  
  18058. SBProDemo    A restricted use trial version of Superbase Professional 4
  18059.         complete with sample application.  The limitations are
  18060.         35 records max per file, programs can be edited but not
  18061.         saved, and forms can be edited but not saved or printed.
  18062.         In every other respect this is identical to the release
  18063.         product.  SBpro4 is compatible with SB4 Windows V1.21.
  18064.         Version 1.0, binary only.
  18065.         Author:  Precision Software Limited.
  18066.  
  18067.  
  18068. CONTENTS OF DISK 493
  18069. --------------------
  18070.  
  18071. AmiBack        Demo version of a new backup utility.  Features include
  18072.         backup to any AmigaDOS compatible device (such as floppies,
  18073.         removable hard disks, fixed media hard disk, and tape
  18074.         drives), no copy protection, configuration files, complete
  18075.         backups, incremental backups, selective backups, file
  18076.         exclusion filter, setting of archive bit, etc.  Demo version
  18077.         does not have restore, compare, or scheduler.  Version 1.03,
  18078.         an update to version 1.0 on disk 447.  Binary only.
  18079.         Author:  MoonLighter Software
  18080.  
  18081. AmigaLib    A library of Workbench/ROM-Kernel interface routines for
  18082.         use with AbSoft Fortran.  Includes source.
  18083.         Author:  Jim Locker
  18084.  
  18085. AmiGantt    A project definition and management tool designed to create
  18086.         a simple, interactive method of outlining the task required
  18087.         to complete a particular project, using the GANTT chart as
  18088.         the input format.  AmiGantt displays the project in a multi-
  18089.         window mode with separate windows for the GANTT chart, task
  18090.         information input, resource histogram display, and Pert chart
  18091.         display.  Up to 500 tasks may be defined for any project, and
  18092.         a project may contain other projects as tasks.  Version 4.0.0,
  18093.         an update to version 3.0.0 on disk 248.  Shareware, binary
  18094.         only.
  18095.         Author:  Donald Tolson
  18096.  
  18097. BBFormat    A floppy disk formatter for diskettes with hard errors.
  18098.         Bad media areas are mapped out so AmigaDOS will not use
  18099.         them.  Presently not intuitionized, runs from CLI only.
  18100.         Version 5/7/91, includes source.
  18101.         Author:  David Varley
  18102.  
  18103. BizCalc        A do-it-all user friendly loan calculator that calculates
  18104.         weekly and biweekly loans.  Can generate amortization
  18105.         tables to the screen, to the printer, or to a file.  Uses
  18106.         menus, bottons, or keyboard commands, and iconifies.
  18107.         Has six decimal precision option and more.  This is
  18108.         version 1.1, an and expansion of MortCalc 2.5 on disk 385.
  18109.         Binary only.
  18110.         Author:  Michel Laliberte
  18111.  
  18112. Connex        A "connect-4" type game.  Shareware, binary only.
  18113.         Author:  Adrian Millett
  18114.  
  18115. ScreenMod    Allows you to modify most of the parameters of any screen
  18116.         structure in memory, including colors and viewmodes.  Use-
  18117.         ful for PAL programs which open their screens low.  Has a
  18118.         companion program to automate changes later on.  This is
  18119.         version 1.0, includes source.
  18120.         Author:  Syd Bolton
  18121.  
  18122.  
  18123. CONTENTS OF DISK 494
  18124. --------------------
  18125.  
  18126. Bref        A cross reference program for AmigaBASIC code.  Generates
  18127.         a list of the BASIC code with lines sequentially numbered,
  18128.         plus a table showing all variables and labels used in the
  18129.         code, and the line numbers where they were used.  This is
  18130.         version 2.0, an update to version 1.0 on disk 283.  This
  18131.         is a major revision, including a new intuition interface.
  18132.         Includes source.
  18133.         Author:  Dick Taylor
  18134.  
  18135. ButExchange    An input handler to help left handed Amiga users.  It reverses
  18136.         the function of the mouse buttons, so that the left button
  18137.         becomes the right and vice versa.  Very small, uses only 168
  18138.         bytes of memory.  This is version 1.1, an update to version
  18139.         1.0 on disk 483.  Includes source in assembler.
  18140.         Author:  Preben Nielsen
  18141.  
  18142. DeafLab        A program which translates text into hand signs for the
  18143.         deaf.  Can be used to directly communicate with a deaf
  18144.         person that has trouble reading text, or used as a
  18145.         teaching tool for learning handsigning.  Version 1.7,
  18146.         shareware, binary only.
  18147.         Author:  Gary Creighton
  18148.  
  18149. InputLock    An input handler to help Amiga users who have cats other pets
  18150.         (or children) that mess with the Amiga as soon as it is left
  18151.         for a second.  It installs an input handler which lets you
  18152.         lock the keyboard and mouse by pressing a few buttons.  Very
  18153.         small, uses only 190 bytes of memory.  This is version 1.1,
  18154.         an update to version 1.0 on disk 483.  Includes source in
  18155.         assembler.
  18156.         Author:  Preben Nielsen
  18157.  
  18158. PicSaver    A small utility that allows you cut rectangular portions of
  18159.         any screen and store them on disk as IFF ILBM files.  Also
  18160.         allows easy saving of windows and entire screens to disk.
  18161.         This is version 1.1, an update to version 1.0 on disk 483.
  18162.         Includes source in assembler.
  18163.         Author:  Preben Nielsen
  18164.  
  18165. PWKeys        An input handler that allows you to manipulate windows and
  18166.         screens by pressing keys on the keyboard.  It currently lets
  18167.         you perform 25 different functions.  Features include mouse
  18168.         blanking, screen blanking, mouse acceleration, "sun mouse",
  18169.         mouse/keyboard locking, and an interactive program to define
  18170.         hotkeys and other settings.  This is version 2.0, an update
  18171.         to version 1.0 on disk 483.  Includes source in assembler.
  18172.         Author:  Preben Nielsen
  18173.  
  18174. StackWatch    Monitors the stack of any selected task or process 30 times
  18175.         per second and reports the allocated stack, maximum stack
  18176.         used, and current stack used.  Version 1.0, binary only.
  18177.         Author:  Jim Locker
  18178.  
  18179. vScreen        Allows you to have screens that are larger than the actual
  18180.         display area of your monitor.  These larger "virtual screens"
  18181.         scroll when you move the mouse off the edge of the visible
  18182.         section of the screen.  Currently does not work under AmigaDOS
  18183.         2.0.  Includes source.
  18184.         Author:  Davide Cervone
  18185.  
  18186.  
  18187. CONTENTS OF DISK 495
  18188. --------------------
  18189.  
  18190. AnalytiCalc    The AnalytiCalc spreadsheet, directly executable.  This
  18191.         version features operation with only one window, many 
  18192.         "3 dimensional" sheet addressing primitives, and
  18193.         optional execution from icons.  Two images are furnished,
  18194.         one for smaller and one for large internal storage (though
  18195.         both have software virtual memory if needed).  These
  18196.         images operate OK under AmigaDos 1.2, 1.3, and 2.0.
  18197.         They include code allowing the spreadsheet to be treated
  18198.         as a series of "pages" so that a cell has a row, column,
  18199.         and (optionally) page, and ranges can be in depth along
  18200.         pages as well as along rows or columns.  The mapping is
  18201.         flexible enough so that it can be used to facilitate
  18202.         computing traces of matrices if desired, as well as for
  18203.         more conventional use.  Version V25-03B, an update to
  18204.         version V24-01a on disk 328.  Includes source.
  18205.         Author:  Glenn Everhart
  18206.  
  18207.  
  18208. CONTENTS OF DISK 496
  18209. --------------------
  18210.  
  18211. AvailMem    A small free memory counter that continuously displays the
  18212.         amount of (and size of the largest block of) free chip,
  18213.         fast, and total memory in bytes (as opposed to K).  This
  18214.         is version 1.12, a Workbench 2.0-compatible upgrade to
  18215.         version 1.03 on disk 285.  Includes source.
  18216.         Author:  Dave Schreiber
  18217.  
  18218. DU        A Workbench 2.0-aware DU program.  Unlike other Amiga DU
  18219.         programs, it will skip over links to files and links to
  18220.         directories.  Not only does this give a more accurate
  18221.         representation of how much space the contents of a
  18222.         particular directory are taking up, it also prevents
  18223.         infinite loops when a directory has a link to one of it's
  18224.         ancestors.  Version 1.02, includes source.
  18225.         Author:  Dave Schreiber
  18226.  
  18227. GodsDemo    Playable demo of a very popular European game.
  18228.         Author:  Bitmap Brothers
  18229.  
  18230. MemMometer    A program that opens a narrow window and graphically
  18231.         both displays your memory usage like a gauge, and also
  18232.         detects changes in regions of memory over time.  Detected
  18233.         changes are catagorized and displayed using color coded
  18234.         bands.  This is version 2.20, an update to version 2.10
  18235.         on disk 350.  It accomodates AmigaDOS 2.0 and the Amiga
  18236.         3000 32-bit memory addresses.  Includes source.
  18237.         Author:  Howard Hull
  18238.  
  18239. Ruler        Ruler is a small tool used in the measurement and con-
  18240.         strainment of text.  Originally conceived as a tool for
  18241.         insuring that filenames didn't exceed the Amiga's 30
  18242.         character limit, it is nevertheless useful in any sit-
  18243.         uation when the number of characters in a line of text
  18244.         needs to be counted.  Version 5.00, includes source.
  18245.         Author:  Thad Floryan, Chad Netzer and Dave Schreiber
  18246.  
  18247.  
  18248. CONTENTS OF DISK 497
  18249. --------------------
  18250.  
  18251. AutoActivate    A commodity which activates the window under the mouse-
  18252.         pointer when pressing any key.  Requires AmigaOS 2.0. This
  18253.         is version 1.08.  Includes german version and source in C.
  18254.         Author:  Stefan Sticht
  18255.  
  18256. Back&Front    Sends a window to back or brings it to front with defined
  18257.         actions.  For example put a window in front by double-
  18258.         clicking in it and send it back with the middle mouse button.
  18259.         Any keyboard or mouse event can be trapped.  Number of
  18260.         required actions can be changed (double-click vs triple-
  18261.         click).  Implemented as a commodity.  Requires AmigaOS 2.0.
  18262.         This is version 1.03.  Includes german version and source.
  18263.         Author:  Stefan Sticht
  18264.  
  18265. CenterScreen    A commodity which centers the frontmost screen horizontally
  18266.         on hotkey.  Useful if you normally operate with overscan
  18267.         screens and an old program opens a normal size screen.
  18268.         Requires AmigaOS 2.0.  This is version 1.05.  Includes
  18269.         german version and source in C.
  18270.         Author:  Stefan Sticht
  18271.  
  18272. ChangeColors    A new palette tool to change the colors of the workbench or
  18273.         any other public screen. The feature of this tool is its
  18274.         font independance; it uses the font of the screen on which
  18275.         it opens, instead of insisting on topaz 8.  Looks really
  18276.         great if you use any other font than topaz on your workbench
  18277.         screen.  This is version 1.03.  Includes german version.
  18278.         Binary only.
  18279.         Author:  Stefan Sticht
  18280.  
  18281. LeftyMouse    Yet another LeftyMouse, this one implemented as a commodity.
  18282.         Swaps the left and right mousebutton for lefties.  Requires
  18283.         AmigaOS 2.0.  This is version 1.04.  Includes german version
  18284.         and source in C.
  18285.         Author:  Stefan Sticht
  18286.  
  18287. MouseAccel    Yet another mouse accelerator, this one implemented as a
  18288.         commodity.  If you find the built-in accelerator too slow,
  18289.         try this one.  Requires AmigaOS 2.0.  This is version 1.01.
  18290.         Includes german version and source in C.
  18291.         Author:  Stefan Sticht
  18292.  
  18293. MouseBlanker    Blanks the mouse pointer after a defined timeout or if you
  18294.         press any key.  Implemented as a commodity.  Requires AmigaOS
  18295.         2.0.  This is version 1.13.  Includes german version and
  18296.         source in C.
  18297.         Author:  Stefan Sticht
  18298.  
  18299. NewShellCX    An "open shell on hotkey" commodity (like PopCLI).  Requires
  18300.         AmigaOS 2.0.  This is version 1.05.  Includes german version
  18301.         and source in C.
  18302.         Author:  Stefan Sticht
  18303.  
  18304. NLCalc        A calculator program that uses the NL 3D look (see NLDaemon
  18305.         on this disk).  It will open on any screen at the touch of
  18306.         a function key.  Version 3.1.2, includes source.
  18307.         Author:  Davide Cervone
  18308.  
  18309. NLDaemon    Implements a "New Look" in Amiga programs, by using 3D-like
  18310.         gadgets.  Converts standard intuition window gadgets into
  18311.         3D versions.  Version 1.4.3, includes source.
  18312.         Author:  Davide Cervone
  18313.  
  18314. Reboot        A program which reboots your Amiga by calling exec's Cold-
  18315.         Reboot() function.  This is version 1.02.  Includes source
  18316.         in C.
  18317.         Author:  Stefan Sticht
  18318.  
  18319. Request        Opens the OS 2.0 autorequester from script files.  Title,
  18320.         text, gadgets and publicscreen of the requester can be
  18321.         changed by commandline options.  This is version 1.00.
  18322.         Includes source in C.
  18323.         Author:  Stefan Sticht
  18324.  
  18325. WindowShuffle    Activates and brings to front next or previous window with
  18326.         hotkeys.  Hotkeys can be changed.  Implemented as a commodity.
  18327.         Requires AmigaOS 2.0.  This is version 1.05.  Includes german
  18328.         version and source in C.
  18329.         Author:  Stefan Sticht
  18330.  
  18331.  
  18332. CONTENTS OF DISK 498
  18333. --------------------
  18334.  
  18335. CPalette    A palette adjusting program that can be brought up on just
  18336.         about any screen, including HAM and EHB.  Version 1.1,
  18337.         includes source in assembly.
  18338.         Author:  Craig Lever
  18339.  
  18340. FreeCopy    FreeCopy is unlike most copiers in that it does not actually
  18341.         copy disks.  It removes the protection so disks can easily
  18342.         be backed up with almost any program, and in some cases be
  18343.         installed on your hard drive.  Version 1.4, binary only.
  18344.         Author:  Greg Pringle
  18345.  
  18346. Pauky        Demo version of an English to German (and vice versa) word
  18347.         translation trainer.  Version 1.2, binary only.
  18348.         Author:  David Wetzel
  18349.  
  18350. TapeCover    TapeCover prints out those little paper inserts for casette
  18351.         tape cases.  It lets you enter the name of the songs, and the
  18352.         title of each side.  It should work on any printer that can
  18353.         print in that semi-condensed mode.  Version 1.0, includes
  18354.         source in C.
  18355.         Author:  Greg Pringle
  18356.  
  18357. WordSearch    This is an automated wordsearch generator.  Words orienta-
  18358.         tions can be limited to any subset of the eight primary
  18359.         directions and the puzzle can be rotated or flipped.  It
  18360.         has a spartan but functional user interface highlighted
  18361.         by the req.library.  The system default font under WB 2.0
  18362.         is supported for the puzzle display window.  Version 1.0,
  18363.         includes source in C.
  18364.         Author:  Craig Lever
  18365.  
  18366. YatZ        One player Yatzee game.  This program was written to take up
  18367.         little memory and to multitask nicely.  Version 1.0, includes
  18368.         source in C.
  18369.         Author:  Greg Pringle
  18370.  
  18371. ZoomDaemon    Adds a "zoom" gadget to every window that can be resized.
  18372.         Pressing this gadget makes the window as large as possible
  18373.         or as small as possible, or brings it back to its normal
  18374.         size.  Version 2.1.3, include source.
  18375.         Author:  Davide Cervone
  18376.  
  18377.  
  18378. CONTENTS OF DISK 499
  18379. --------------------
  18380.  
  18381. Diglib        An Amiga device independent graphics library for fortran
  18382.         applications.  This is an enhanced and debugged version
  18383.         of a public domain library, the development of which was
  18384.         sponsored by the US Government.  This library is required
  18385.         for part of the Matlab package, also included on this disk.
  18386.         This is an update to the version on disk 267.  Includes
  18387.         source in FORTRAN.
  18388.         Author:  Hal Brand, Craig Wuest, James Locker, Mike Broida
  18389.  
  18390. Matlab        A FORTRAN package (MATrix LABoratory) developed by Argonne
  18391.         National Laboratories for in house use.  It provides
  18392.         comprehensive vector and tensor operations in a package
  18393.         which may be programmed either through a macro language
  18394.         or through execution of script files.  Supported functions
  18395.         include sin, cos, tan, arcfunctions, upper triangular,
  18396.         lower triangular, determinants, matrix multiplication,
  18397.         identity, hilbert matrices, eigenvalues, eigenvectors,
  18398.         matrix roots, matrix products, inversion, and more.
  18399.         Amiga specific features include workbench startup, polar
  18400.         plots, contour plots, enhanced plot buffer control, and
  18401.         algorithmic plot display generation.  This is an update
  18402.         to the version on disk 267, with many bug fixes and code
  18403.         reorganizations.  Includes source in FORTRAN.
  18404.         Author:  Jim Locker, Cleve Moler, Mike Broida
  18405.  
  18406.  
  18407. CONTENTS OF DISK 500
  18408. --------------------
  18409.  
  18410. Signal        Two programs designed to make it easy to write shell scripts
  18411.         that must be synchronized with the operation of another, in
  18412.         order to avoid disk thrashing for example.  Includes source.
  18413.         Author:  Davide Cervone
  18414.  
  18415. sWindows    A program that allows you to use the title of a window to
  18416.         specify the screen on which the window will appear.  This
  18417.         provides a method of opening CON: and RAW: windows on screens
  18418.         other than the WorkBench, for example.  Includes source.
  18419.         Author:  Davide Cervone
  18420.  
  18421. wIconify    A program, and number of companion utilities, that allow
  18422.         you to iconify windows on any screen, including custom
  18423.         screens. Iconified windows become small icons on the bottom
  18424.         of the screen, and they can be opened again by double-
  18425.         clicking them.  Also allows any screen to become a shared,
  18426.         WorkBench-like screen, and gives you the ability to create
  18427.         new screens specifically for this purpose.  Each window can
  18428.         have its own custom icon.  There is a programmers interface
  18429.         to allow programs to control their own icons.  Version 3.8,
  18430.         includes source.
  18431.         Author:  Davide Cervone
  18432.