home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / useful / catalogs / 001-099 / 090-099 < prev    next >
Text File  |  1993-12-15  |  18KB  |  447 lines

  1. ==========================  Contents of Disk 090  ==========================
  2.  
  3. This is disk 90 of the freely distributable AMIGA software library.
  4.  
  5. Note that many of the programs on this disk are shareware/freeware.
  6. This means that if you find them useful, you are morally obligated
  7. to send a small donation to the author to help support his efforts and
  8. fund further development.  I hope that by including them in this
  9. library I have furthered the author's goals of widest possible
  10. distribution and thus maximum return.  Also note (for those that
  11. like to split hairs) that I am distributing this disk as a "freebee".
  12. To receive a copy, just request it when ordering any other disks from
  13. the library.
  14.  
  15. This disk replaces disk number 80, which was pulled from circulation
  16. due to the redistribution status of files in the directory "tools".
  17. If you encounter a disk number 80 in circulation, please advise all
  18. parties concerned that the disk should be erased immediately.
  19.  
  20.  
  21. AmiGazer    Compute a view of the night sky, using a database of
  22.         1573 stars, for any date, time of day, and latitude.
  23.         Click on stars for info about them. Binary only.
  24.         Author:  Richard Horne
  25.  
  26. CardFile    Study aid card file program written in AmigaBasic.
  27.         Useful for organizing small blocks of data, such as
  28.         can be done with a 3X5 card file system.  Binary only.
  29.         Author:  James Parks
  30.  
  31. Conman        Extremely useful replacement for the standard console
  32.         handler, that provides line editing and command line
  33.         histories completely transparent to any application program
  34.         that uses CON: windows.  Version 0.98B, binary only.
  35.         Author:  William Hawes
  36.  
  37. IMandelVroom    A slightly modified version of Kevin Clague's mandelbrot
  38.         program (on disk number 78) that uses his "ring detector"
  39.         to draw an approximation of the interior strange attractor
  40.         contours.  Binary only (with patches for original source).
  41.         Author:  Kevin Clague, enhancements by Howard Hull
  42.  
  43. NewDemos    Some new demos, including replacements for the standard
  44.         "lines" and "boxes" demos, that use only a few percent
  45.         of the CPU time, so it is reasonable to have lots of them
  46.         running simultaneously to demo multitasking.  Binary only.
  47.         Author:  Steve Koren
  48.  
  49. Othello        Othello game, binary only.
  50.         Author:  Matthew Bellew
  51.  
  52. PrinText    Program to display ASCII text files on the screen with
  53.         scrollbar, arrow gadgets, automatic word-wrap, a search
  54.         function, speech, IFF picture loading, and online help.
  55.         Version 1.2, binary only.
  56.         Author:  Opher Kahane
  57.  
  58. PrtDrvGen    Program to automatically generate custom printer drivers.
  59.         Version 2.2b, binary only, source available from author.
  60.         Author:  Joergen Thomsen
  61.  
  62. RainBench    Simple program which cycles the hardware color register to
  63.         get an interesting effect on your workbench screen.
  64.         Binary only.
  65.         Author:  Brendan Keliher
  66.  
  67. ShortCut    A utility that collects keystroke sequences and allows
  68.         you to replace them with a single key stroke.  Binary
  69.         only.
  70.         Author:  Opher Kahane
  71.  
  72. ShowPrint    A full-feature IFF picture file screen dump utility.
  73.         Can display and print all sizes of pictures including
  74.         those larger than the screen.  Allows adjustment of printer
  75.         output in three modes: ASPECT, FULL, and CUSTOM output.
  76.         Print vertically or horizonatally, in B&W, grey scale, or
  77.         color, etc.  Binary only.
  78.         Author:  Brian Conrad
  79.  
  80. Sizzlers    A series of graphics demo programs.  Version 1.7.0,
  81.         binary only.
  82.         Author:  Greg Epley
  83.  
  84. SpaceAceDemo    Shareware shoot-em-up spaceship game.  Binary only.
  85.         Author:  Stephen McLeod
  86.  
  87. Timer        Creates a small window containing a timer.  Version 1.5,
  88.         binary only.
  89.         Author:  Bill Beogelein
  90.  
  91. ==========================  Contents of Disk 091  ==========================
  92.  
  93. This disk contains a distribution of ADL (Adventure Definition Language).
  94. ADL is a superset of an older language named DDL, by Michael Urban,
  95. Chris Kostanick, Michael Stein, Bruce Adler, and Warren Usui.  ADL
  96. enhancements were made by Ross Cunniff, who submitted this material
  97. for inclusion in the library.  The disk is essentially unchanged except
  98. that:
  99.  
  100.     (1)    Many icon files have been added to help workbench only
  101.         users get at least some information about this disk
  102.         and about ADL (which is only usable from the CLI 
  103.         environment).
  104.  
  105.     (2)    The disk name has been changed to AmigaLibDisk91.
  106.  
  107.     (3)    The standard library files "GeneralInfo", "Contents",
  108.         and "Distribution", along with their associated icons,
  109.         have been added to the disk.
  110.  
  111.     (4)    The directory 'c' has been added, along with a very
  112.         nice text reader program called "less", which is the
  113.         default tool for reading all the text files for which
  114.         there are icons.
  115.  
  116. Included here are the sources to the ADL compiler, interpreter, and
  117. debugger.  The binaries were compiled by Ross with the Lattice 3.03
  118. compiler.  Ross noted in his letter that currently ADL is a
  119. CLI environment program only, but that he hopes to offer a more
  120. Amiga'ized version in the future.  Also, the stack size should be
  121. set to at least 10000 before attempting to run ADL.
  122.  
  123. ==========================  Contents of Disk 092  ==========================
  124.  
  125. This is disk 92 of the freely distributable AMIGA software library.
  126. Below is a listing of the significant directories and their contents.
  127. Note that none of these can be used from the workbench, thus they
  128. do not have any directory icons.  You must use the CLI environment to
  129. use these materials.
  130.  
  131. As6502        Contains a portable 6502 assembler, including source
  132.         in C.
  133.         Author:  J. Van Ornum; Amiga port by Joel Swank
  134.  
  135. Bawk        Text processor inspired by the Unix awk utility.
  136.         This is an update to the copy released on disk 65.
  137.         Bawk searches files for specific patterns and performs
  138.         actions for every occurance of these patterns.  The
  139.         patterns can be regular expressions.  The actions are
  140.         expressed using a subset of the C language.  Includes
  141.         source in C.
  142.         Author:  Bob Brodt; Amiga port by Johan Widen
  143.  
  144. HunkPad        HunkPad pads an object file out to where it is exactly
  145.         a multiple of 128 bytes, thus making it immune to having
  146.         garbage appended on to the end of it by xmodem type
  147.         file transfer protocols.  Version 2, includes source.
  148.         Update to version released on disk 84.
  149.         Author:  J. Hamilton
  150.  
  151. Less        Like Unix "more", only better, with forward and
  152.         backward scrolling, searching and positioning by
  153.         percent of file and line number, etc.  Very useful!
  154.         This is Amiga version 1.2, an update to the version
  155.         on disk number 74.  Includes source.
  156.         Author:  Mark Nudelman, Amiga port by Bob Leivian
  157.  
  158. Ndir        Library that implements the 4BSD unix directory access
  159.         routines (opendir, closedir, readdir, etc).  Includes
  160.         source in C.
  161.         Author:  Mike Meyer
  162.  
  163. Parse        A recursive descent expression parser that parses 
  164.         expressions, computes the expression value, and prints
  165.         it.  Includes support for some built in transcendental 
  166.         functions.  Includes source in C.
  167.         Author:  John Olsen
  168.  
  169. Shar        Two programs to pack and unpack shell archives on the
  170.         Amiga.  Shell archives are the traditional Usenet
  171.         method of bundling multiple text files for posting
  172.         as a unit or for sending via electronic mail.  Includes
  173.         source in C.
  174.         Author:  Fabbian G. Dufoe
  175.  
  176. SmallLib    A replacement for amiga.lib that is about 8 times smaller.
  177.         Binary only.
  178.         Author:  Bryce Nesbitt
  179.  
  180. UUencode    Programs to encode/decode binary files for transmittal
  181.         via mail or other text-only methods.  The binary file
  182.         is expanded by approximately 35% for transmittal.  This
  183.         release is an update to the version on disk number 53,
  184.         and includes a simple line-by-line checksum technique that
  185.         can read and write files compatible with the older
  186.         uuencode/uudecode, plus a file size test modification that
  187.         is transparent to older uudecodes.
  188.         Author:  Mark Horton with mods by Alan Rosenthal and 
  189.              Bryce Nesbitt
  190.  
  191. ==========================  Contents of Disk 093  ==========================
  192.  
  193. This is disk 93 of the freely distributable AMIGA software library.
  194. Below is a listing of the significant directories and their contents.
  195. Note that none of these can be used from the workbench, thus they
  196. do not have any directory icons.  You must use the CLI environment to
  197. use these materials.
  198.  
  199. Dme        Version 1.27 of Matt's text editor.  D