home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / useful / docs / fishdisks / ff01xx / 100-109 next >
Text File  |  1993-12-15  |  23KB  |  523 lines

  1. ==========================  Contents of Disk 100  ==========================
  2.  
  3. This is disk 100 of the freely distributable AMIGA software library.
  4. Below is a listing of the significant directories and their contents.
  5.  
  6.  
  7. Berserk        This animation, unveiled at the September 87 meeting
  8.         of the First Amiga Users Group, got Leo a standing ovation.
  9.         It is a "must see" for every Amiga user, and ranks up
  10.         there with "Juggler" as a premier demo for the Amiga.
  11.         Author:  Leo Schwab
  12.  
  13. Conman        Extremely useful replacement for the standard console
  14.         handler, that provides line editing and command line
  15.         histories completely transparent to any application program
  16.         that uses CON: windows.  This program is shareware, and well
  17.         worth a donation to the author.  Version 1.0, binary only.
  18.         Author:  William Hawes
  19.  
  20. WBLander    Another interesting Workbench display hack.  This one
  21.         is really a game in disguise.  Previously released
  22.         on disk number 85 as "Rocket", this one has been
  23.         upgraded to have sound effects.  Binary only.
  24.         Author:  Peter da Silva
  25.  
  26. ==========================  Contents of Disk 101  ==========================
  27.  
  28. This is disk 101 of the freely distributable AMIGA software library.
  29. Below is a listing of the significant directories and their contents.
  30.  
  31. CirPlane    A circular plane generator for VideoScape 3D.  Generates
  32.         a clockwise circular polygon with the specified number
  33.         of vertices.  Used, for example, to cap a cylinder or to
  34.         generate surface detail.  Version 1.0, includes source.
  35.         Author:  Thad Floryan
  36.  
  37. IconAssembler    This program loads existing WorkBench icon files and
  38.         allows you to change either the primary or alternate
  39.         images to another image loaded from an IFF-brush file.
  40.         Binary only.
  41.         Author:  Stefan Lindahl
  42.  
  43. MicroSPELL    MicroSPELL is a standalone spelling checker which scans
  44.         text files and reports on misspelled words.  It has a 1000
  45.         word "common word" list, a 43,000 word main dictionary, and
  46.         supports multiple user dictionaries.  Also interfaces quite
  47.         nicely with MicroEMACS 3.9, with an emacs macro to step
  48.         through the source file, stopping at each suspect word and
  49.         allowing the user to dispose of it in different ways.
  50.         Version 1.0, includes source.
  51.         Author: Daniel Lawrence
  52.  
  53. Midi        A midi library and utilities set.  This looks like a
  54.         very complete package, though I have no way of testing
  55.         anything since I have no midi hardware.  The midi utilities
  56.         include a midi monitor to display incoming midi messages
  57.         to the console, a routing utility, a midi library status
  58.         utility, and more.  Also includes source.
  59.         Author:  Bill Barton
  60.  
  61. PsIntrp        A postscript interpreter that reads postscript files and
  62.         previews them on an Amiga screen.  Interactive input and 
  63.         output takes place in a small window.  The page to be
  64.         show is composed behind the window in an interlaced screen
  65.         with 16 colors.  Can also take input from a file.  Includes
  66.         source in assembler.
  67.         Author:  Greg Lee
  68.  
  69. StartUps    Three replacements for the standard C startup files,
  70.         Astartup.obj and LStartup.obj.  The options include
  71.         (1) BothStartup.obj, for WorkBench programs or CLI
  72.         programs with or without command line parameters,
  73.         (2) WBStartup.obj, for WorkBench programs or CLI
  74.         programs that require no command line parameters, and
  75.         (3) CLIStartup.obj, for CLI programs that require command
  76.         line parameters but do not need to be able to be runnable
  77.         from WorkBench.  Includes source.
  78.         Author:  Bryce Nesbitt
  79.  
  80. ==========================  Contents of Disk 102  ==========================
  81.  
  82. This is disk 102 of the freely distributable AMIGA software library.
  83. Below is a listing of the significant directories and their contents.
  84.  
  85. Dbug        Machine independent macro based C debugging package.
  86.         Provides function trace, selective printing of internal 
  87.         state information, and more.  This is an update to the
  88.         version released on disk 41, and now includes a machine
  89.         independent profiling mechanism.  Includes source.
  90.         Author:  Fred Fish; profiling support by Binayak Banerjee
  91.  
  92. Match_stuff    Heavy duty text pattern matching stuff.  The pattern
  93.         syntax is an extension of standard AmigaDOS filename
  94.         matching.  Also includes some simply matched text
  95.         replacement capability.  Includes source.
  96.         Author:  Pete Goodeve
  97.  
  98. Sectorama    A program designed to help Amiga users recover lost or
  99.         damaged data from floppy or hard drives, or to repair
  100.         a damaged volume.  The author wrote this out of
  101.         frustration with existing tools when he had multiple
  102.         hard disk drive failures over the course of several
  103.         months.  Binary only.
  104.         Author:  David Joiner
  105.  
  106. SiliCon        A smart input line interpreter that provides a separate
  107.         command window with full editing and recall of previous
  108.         commands.  Actual name is "Sili(Con:)".  This is an
  109.         update to the version first released on disk number 50.
  110.         Binary only.
  111.         Author:  Pete Goodeve
  112.  
  113. Xicon        Xicon lets you use icons to call up scripts containing CLI
  114.         commands.  This is version 2.00, an update to the version
  115.         first released on disk 31, and includes close gadgets, window
  116.         size specification, text display capability, plus more.
  117.         Binary only.
  118.         Author: Pete Goodeve
  119.  
  120. ==========================  Contents of Disk 103  ==========================
  121.  
  122. This is disk 103 of the freely distributable AMIGA software library.
  123. Below is a listing of the significant directories and their contents.
  124.  
  125. AvlTrees    Library and test program that implement routines for
  126.         creating and using balanced binary trees (AVL trees)
  127.         held entirely in memory.  Includes source.
  128.         Author:  Paul Vixie
  129.  
  130. Calc        A programmable calculator program with similarities to a
  131.         hand-held RPN calculator.  Can run either interactively
  132.         or in "script" mode by reading programs from a file.
  133.         Version 1.0, shareware, binary only.
  134.         Author:  Bob Brooks
  135.  
  136. Cref        A C cross referencer program.  Includes source.
  137.         Author:  Mike Edmonds; Amiga port by Joel Swank
  138.  
  139. DosKwik        A pair of programs which allow you to save files, or
  140.         a group of files, to one or more floppies for quick
  141.         loading (loading up a ram disk for example).  Does not
  142.         store files in DOS format, which is why it is faster.
  143.         Binary only, shareware.
  144.         Author:  Gary Kemper
  145.         
  146. IntuiDOS    IntuiDOS is a program to give improved control over,
  147.         and handling of, the material on all diskettes in the
  148.         'CLI-area' by employing a multi-disk, scrollable
  149.         directory and using Intuition techniques to issue
  150.         DOS commands.  Written in assembler.  Binary only.
  151.         Author:  Lennart Sandin
  152.  
  153. MFF-Update    A text import utility for MicroFiche Filer (demo version
  154.         released on disk 89) and updates to some PD disk library
  155.         databases.  Binary only.
  156.         Author:  Gary Samad
  157.  
  158. Pack-It        Pack-it will take all the files and directories on a disk
  159.         and pack them into a single file for electronic transmission
  160.         via modem.  Binary only, shareware.
  161.         Author:  Gary Kemper
  162.  
  163. Sol        Amiga version of solitaire game posted to usenet some
  164.         time ago and modified to use Amiga console control codes
  165.         in place of curses calls.  Includes source.
  166.         Author:  David Goodenough; Amiga port by Joel Swank
  167.  
  168. ==========================  Contents of Disk 104  ==========================
  169.  
  170. This is disk 104 of the freely distributable AMIGA software library.
  171. This disk contains a copy of Glenn Everhart's large and powerful
  172. spreadsheet program called AnalytiCalc, submitted to me directly by
  173. Glenn for inclusion in the library.  The remainder of this file
  174. is Glenn's "Abstract.txt" file that describes AnalytiCalc.
  175. Source and documentation is included on the disk in arc'd form because
  176. it otherwise would not all fit on the disk.
  177.  
  178. ====================
  179.  
  180.     AnalytiCalc Abstract:
  181.  
  182.     AnalytiCalc is a large and powerful spreadsheet program with
  183. sufficient extra features to have some pretentions of acting as an
  184. "integrated system". It is a virtual memory system supporting up to
  185. 18000 columns and 18000 rows, multiple equations per cell, an outlining
  186. system, built-in cell annotation, and datafile access from any cell(s)
  187. of the sheet, plus an array of functions not present in most commercial
  188. spreadsheets. This disk represents the initial Amiga port of AnalytiCalc,
  189. and as such the console interface is somewhat crude and in additio