home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / docs / lists / fish-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.  Dme is a simple WYSIWYG
  200.         editor designed for programmers.  It is not a WYSIWYG 
  201.         word processor in the traditional sense.  Features include
  202.         arbitrary key mapping, fast scrolling, title-line statistics
  203.         multiple windows, and ability to iconify windows.  Update
  204.         to version on disk number 87 (which was binary only).  This
  205.         release also includes source.
  206.         Author:  Matt Dillon
  207.  
  208. MicroEmacs    Version 3.8i of Daniel Lawrence's variant of Dave
  209.         Conroy's microemacs.  This is an update to the version
  210.         released on disk 61.  Includes source.
  211.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  212.  
  213. ==========================  Contents of Disk 094  ==========================
  214.  
  215. This is disk 94 of the freely distributable AMIGA software library.
  216. Below is a listing of the significant directories and their contents.
  217. Note that none of these can be used from the workbench, thus they
  218. do not have any directory icons.  You must use the CLI environment to
  219. use these materials.
  220.  
  221. AudioTools    Demo programs from Rob Peck's article in the July/August
  222.         issue of Amiga World on accessing the audio device.
  223.         This is version 2, an update to the release on disk
  224.         number 84.  Includes source.
  225.         Author:  Rob Peck
  226.  
  227. ClickUpFront    ClickUpFront is another program, similar in function to
  228.         the ClickToFront program from disk 86, that allows you
  229.         to bring any window to the front simply by double-clicking
  230.         in any part of it.  Version 1.0, includes source.
  231.         Author:  Davide Cervone
  232.  
  233. HeliosMouse    Another "sunmouse" type program.  Automatically activates
  234.         a window simply by moving the mouse pointer into the window.
  235.         Version 1.0, includes source.
  236.         Author:  Davide Cervone
  237.  
  238. Iff2Ps        A program to convert any IFF file to postscript for
  239.         printing or viewing on a postscript compatible device.
  240.         Version 1.2, binary only.
  241.         Author:  William Mason and Sam Paolucci
  242.  
  243. ModulaTools    Various useful routines for those programming in Modula
  244.         on the Amiga.  Binary only.
  245.         Author:  Jerry Mack
  246.  
  247. Terrain3d    Program which demonstrates generation of good looking
  248.         pseudo-random scenery.  This version is a derivative of
  249.         "sc" distributed on disk 87, but now displays terrain
  250.         in 3d relief.  Includes source.
  251.         Author:  Chris Gray; 3d version by Howard Hull
  252.  
  253. ==========================  Contents of Disk 095  ==========================
  254.  
  255. This is disk 95 of the freely distributable AMIGA software library.
  256. Below is a listing of the significant directories and their contents.
  257.  
  258. Cmd        Cmd redirects the serial.device or parallel.device output
  259.         to a file.  Useful for capturing print jobs for debugging
  260.         or "offline" printing.  Version 4, includes source.
  261.         Author:  Carolyn Scheppner
  262.  
  263. CygnusEdDemo    Demo version of CygnusEd, an editor from CygnusSoft
  264.         Software.  CygnusEd supports simultaneous editing of
  265.         multiple files, multiple views of the same file,
  266.         very fast display, margins, word-wrap, status-lines,
  267.         insert/overstike mode, online help, soft scroll 
  268.         borders, screen overscan, adjustable tab size, macros,
  269.         text formatting options, block/line/word cut/copy,
  270.         and more.  Also includes demo 3.0 version of MandFXP.
  271.         Binary only.
  272.         Author:  CygnusSoft Software
  273.  
  274. Gomf        Gomf stands for "Get Outa My Face", a phrase many a
  275.         programmer has mumbled when a Guru alert appears
  276.         unexpectedly.  This interesting little program can
  277.         generally make the Guru go away and allow you to
  278.         clean up and shutdown more cleanly.  Version 1.0,
  279.         binary only.
  280.         Author:  Christian Johnsen
  281.  
  282. Journal        Journal is a program that records a sequence of mouse and
  283.         keyboard events as they occur and stores them in a file.
  284.         The file can be played back with another program, also
  285.         supplied, which causes the same sequence of events to
  286.         occur again.  Very useful for creating demonstrations
  287.         of programs or documenting repeatable bugs.  Version 1.0,
  288.         binary only.
  289.         Author:  Davide Cervone
  290.  
  291. MergeMem    Program which attempts to merge the MemList entries
  292.         of sequentially configured ram boards.  When successful,
  293.         allows allocating a section of memory which spans
  294.         board boundries.  This is version 2, an update to the
  295.         version released on disk 56.  Includes source.
  296.         Author:  Carolyn Scheppner
  297.  
  298. PrinterStealer    A program similar in function to "Cmd" that allows
  299.         diversion of output destined for the printer to
  300.         a file for future output or debugging purposes.
  301.         Binary only, source available from authors.
  302.         Author:  Alex Livshits and J-M. Forgeas
  303.  
  304. Record-Replay    A program, similar in function to "Journal", that
  305.         records and plays back mouse and keyboard events.
  306.         Binary only, source available from authors.
  307.         Author:  Alex Livshits and J-M. Forgeas
  308.  
  309. ==========================  Contents of Disk 096  ==========================
  310.  
  311. This is disk 96 of the freely distributable AMIGA software library.
  312. Below is a listing of the significant directories and their contents.
  313.  
  314. AnimPlayer    An animation reader and displayer that is the result
  315.         of a consortium of animation software developers, which
  316.         includes the authors of Videoscape, Sculpt3D, Silver, 
  317.         Forms-In-Flight, and Animator:Apprentice.  Includes
  318.         source.
  319.         Author:  Martin Hash et al.
  320.  
  321. Chess        A port of a chess game posted to Usenet.  Still uses
  322.         a "curses" type interface, so needs to be Amiga'ized.
  323.         According to Bob, plays a better game than some of the
  324.         commercial Amiga chess games.  Version 1.0, includes source.
  325.         Author:  John Stanback; ported to Amiga by Bob Leivian
  326.  
  327. HackBench    HackBench provides the source for a WorkBench-like program,
  328.         for experimentation and validation of new interface ideas.
  329.         It is not intended to be an actual WorkBench replacement.
  330.         Author:  Bill Kinnersley
  331.  
  332. Label        Simple program to print labels with arbitrary text.
  333.         Version 1.3, binary only, but source available from author.
  334.         Author:  Mike Hansen
  335.  
  336. LineDrawer    Makes a line drawing based on drawing commands stored
  337.         in a text file.  Includes a demo that draws an outline
  338.         map of the USA and state borders.  Version 1.0, includes
  339.         source.
  340.         Author:  John Olsen
  341.  
  342. PopUpMenu    Example code implementing pop-up menus that are reasonably
  343.         compatible with Intuition menus.  Includes source.
  344.         Author:  Derek Zahn
  345.  
  346. Tek4695        A Tektronix 4695/4696 printer driver.  Includes source.
  347.         Author:  Philip Staub
  348.  
  349. TimeRam        A program to test the access speeds of Fast and Chip ram.
  350.         Binary only.
  351.         Author:  Bruce Takahashi
  352.  
  353. WarpText    Fast text rendering routines, to be linked with application
  354.         programs.  Reported to be able to display text as fast,
  355.         or faster than, "blitz".  This is an update to the version
  356.         released on disk 87.  Version 2.0, includes source.
  357.         Author:  Bill Kelly
  358.  
  359. ==========================  Contents of Disk 097  ==========================
  360.  
  361. This is disk 97 of the freely distributable AMIGA software library.
  362. This disk replaces disk number 57, which was pulled from circulation
  363. because of questions about the redistribution status of material in
  364. the "Ogre" subdirectory (replaced with "shm").  If you encounter a disk
  365. number 57 in circulation, please advise all parties concerned that the
  366. disk should be erased immediately.  Below is a listing of the significant
  367. directories on this disk, and their contents.
  368.  
  369. CutAndPaste    Public domain implementations of the Unix cut and paste
  370.         commands.  Includes source.
  371.         Author:  John Weald
  372.  
  373. GraphIt        A program to plot most simple functions in 2 or 3 
  374.         dimensions, as well as 2d parametric equations in
  375.         term of t.  Includes source.
  376.         Author:  Flynn Fishman
  377.  
  378. Juggler        Stunning animation of a robot juggler with ray traced
  379.         reflective spheres.  Uses HAM mode display and sound
  380.         effects to boot!  This is version 1.2 and apparently
  381.         fixes some bugs in the original version released on
  382.         disk number 47.  Binary only.
  383.         Author:  Eric Graham
  384.  
  385. MouseReader    Shareware program, submitted by the author, to read
  386.         text files and view iff files using only the mouse.
  387.         Binary only.
  388.         Author:  William Betz
  389.  
  390. Shm        A simple graphics demo which approximately simulates the 
  391.         motion of two interacting pendulums.  Includes source.
  392.         Author:  Chris Ediss
  393.  
  394. Splines        Program to demonstrate various curve fitting and
  395.         rendering techniques.  Also includes something unique
  396.         for the Amiga world, pop-up menus.  Includes source.
  397.         Author:  Helene (Lee) Taran
  398.  
  399. ==========================  Contents of Disk 098  ==========================
  400.  
  401. This is disk 98 of the freely distributable AMIGA software library.
  402. Below is a listing of the significant directories and their contents.
  403.  
  404. Access        A 16 color terminal program based on Comm version 1.34.
  405.         Includes new macro window, custom gadgets, colorized
  406.         menus, etc.  Version Beta 0.18, binary only.
  407.         Author:  Keith Young (based on comm by D.J.James)
  408.  
  409. Backup        A simple backup program that writes normal AmigaDOS
  410.         disks as the backup destination.  To recover files, you
  411.         just copy from the backup disk.  Requires manual 
  412.         decisions about what subdirectories to backup to
  413.         what disks to make everything fit.  Includes source.
  414.         Author:  Alan Kent
  415.  
  416. DCDemo        A demo version of DiskCat 2.3, a disk catalog program.
  417.         Demo is limited to cataloging 100 files at a time.
  418.         Binary only.
  419.         Author:  Ed Alford, MicroAce Software
  420.  
  421. HdDriver    A complete driver for a WD-1002-05 hard disk controller 
  422.         card.  This card can handle 3 hard disks and 4 floppies, 
  423.         but the driver currently only handles one hard disk.  
  424.         Includes source.
  425.         Author:  Alan Kent
  426.  
  427. QBase        Quick-Base is a "MailBase Management utility", that lets
  428.         you define and maintain records of your family, friends,
  429.         and other associates.  Currently a maximum of 200
  430.         records per file.  Binary only.
  431.         Author:  Kevin Harris
  432.  
  433. Thai        A simple Thai quiz program developed by the author while
  434.         he was learning the Thai language.  It loads complete
  435.         Thai sentences and words from a supplied file.  If you
  436.         click on the sentence or word gadget the program will
  437.         pick a random sentence/word.  You then click on the
  438.         Thai/Speak/Phonetic/English gadget to display that
  439.         version (or speak it).  Includes source.
  440.         Author:  Alan Kent
  441.  
  442. ==========================  Contents of Disk 099  ==========================
  443.  
  444. This disk contains a shareware version of a ray tracing package by Brian
  445. Reed, called A-Render.  It looks like a very nice package, but I have not
  446. really had any significant amount of time to play with it.  Binary only.
  447.