home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / misc / gold03.lzh / GF_003 / CONTENTS < prev    next >
Text File  |  1991-04-28  |  6KB  |  145 lines

  1. This is disk 3 from the "Gold Fish" series, which is a collection of some of
  2. the best games, programs, examples, demos, etc from the Freely Distributable
  3. Amiga Software Library (aka "Fish disks").
  4.  
  5. Disk 3 contains a selection of some of the more useful utilities for
  6. enhancing the Amiga software development and execution environment.
  7.  
  8.  
  9. ASDG-rrd    Extremely useful shareware recoverable ram disk.
  10.         This AmigaDOS device driver implements a completely
  11.         DOS compatible disk device in memory that survives
  12.         resets, guru's, and crashes.  An absolute must for
  13.         those with lots of ram.  Binary only, from disk 
  14.         number 58.
  15.         Author:  Perry Kivolowitz, ASDG Inc.
  16.  
  17. AuxHandler    Example of a dos handler that allows use of a CLI via
  18.         the serial port.  Source available on disk number 79.
  19.         Author:  Steve Drew
  20.  
  21. ClickToFront    ClickToFront extends the user-interface so that 
  22.         a double-click into a window brings it to the front.
  23.         Now as long as you can see any part of a window you can
  24.         bring it to the front without having to hunt for the page
  25.         gadgets.  Version 1.1, source available on disk number 86.
  26.         Author:  Bryce Nesbitt
  27.  
  28. Cmd        Cmd redirects the serial.device or parallel.device output
  29.         to a file.  Useful for capturing print jobs for debugging
  30.         or "offline" printing.  Version 4, source will be on a
  31.         disk after disk 90.
  32.         Author:  Carolyn Scheppner
  33.  
  34. Commodities    Commodities Exchange, an Amiga exec library which can be
  35.         opened and used by application programs to gain access to
  36.         input in a very flexible way.  This is a "minimal, binary
  37.         only" copy.  Source may be available on a future disk.
  38.         Version 0.4, from disk number 87.
  39.         Author:  Jim Mackraz
  40.  
  41. DiskSalv    Program to recover files from a trashed AmigaDOS disk.
  42.         Can also "undelete" files deleted by mistake, so long
  43.         as they have not overwritten by further disk activity.
  44.         Requires two disk drives.  Source available on disk
  45.         number 20.  VERY useful...
  46.         Author: Dave Haynie
  47.  
  48. DropShadow    A program that makes your WorkBench windows have
  49.         dropshadows.  This is version 2.0, source available
  50.         on disk number 87.
  51.         Author:  Jim Mackraz
  52.  
  53. HardCopy    A neat little program that creates a hardcopy transcript
  54.         of any CLI session (like the unix "script" program).
  55.         Source available on disk number 75.
  56.         Author:  Davide Cervone
  57.  
  58. IconExec    These two tools allow execution of a program from an
  59. & SetWindow    icon without having to recompile the program.  Source
  60.         available on disk number 12.
  61.         Author: John Toebes VIII
  62.  
  63. IconType    Change the type of an icon after editing with IconEd.
  64.         Types are Disk, Drawer, Tool, Project, Garbage, and Device.
  65.         Source available on disk number 69.
  66.         Author:  Larry Phillips
  67.  
  68. ID-Handler    An AmigaDOS device handler, that generates unique
  69.         identifiers.  Generates a new unique 16 digit decimal
  70.         number each time it is opened by an application.
  71.         Version 1.0, source available on disk number 87.
  72.         Author:  Ed Puckett
  73.  
  74. LowMem        Another fine freely redistributable product from ASDG.
  75.         This one is a low memory server, which is a compact shared
  76.         library which allows arbitrary processes to register their
  77.         desire to be notified of impending memory shortages.  This
  78.         allows good citizen programs to free up memory that they
  79.         may not need, so other programs can use it.  Binary only.
  80.         From disk number 85.
  81.         Author:  Perry Kivolowitz
  82.  
  83. MemWatch    Memwatch is a program intended to sit in the background
  84.         and watch for random trashing of low memory by an
  85.         application under development.  If it detects a write
  86.         to low memory, it repairs it to what used to be there,
  87.         then puts up a requester indicating what damage had been
  88.         done.  Very useful!  Version II, source available on
  89.         disk number 87.
  90.         Author:  John Toebes
  91.  
  92. MoreRows    A program to make the workbench screen larger than normal.
  93.         The number of additional rows and columns are set via command
  94.         line arguments.  Binary only, from disk number 54.
  95.         Author:  Neil Katin and Jim Mackraz
  96.  
  97. NewZAP        A third-generation multi-purpose file sector editing utility,
  98.         from the author of FileZAP.  Displays and edits full 512-byte
  99.         sectors via a 106 character wide internal font.  Includes
  100.         a search feature to find specific strings or hex digits, 
  101.         forwards or backwards.  Version 3.0, source available on
  102.         disk number 58.
  103.         Author:  John Hodgson
  104.  
  105. PipeHandler    An AmigaDOS pipe device which supports OPEN, CLOSE, READ,
  106.         WRITE, LOCK, EXAMINE, and EXNEXT.  Thus you can have
  107.         "named pipes".  It also supports "taps" on a pipe, to
  108.         capture all data flowing through the pipe. Version 1.2,
  109.         source available on disk number 84.
  110.         Author:  Ed Puckett
  111.  
  112. PopCLI        Provides a simple way of starting another CLI at any
  113.         time without having to load workbench or exit whatever
  114.         program you may be using.  Also has a builtin screen
  115.         saver mode that automatically blanks the Amiga console
  116.         screen when there has been no input for a specified
  117.         period of time.  Version III, source available on disk
  118.         number 84.
  119.         Author: John Toebes
  120.  
  121. SetAlternate    Merge the images from two icons to produce one icon with
  122.         a primary image, and a possibly completely different image
  123.         to display when selected.  Source available on disk 
  124.         number 12.
  125.         Author: John Toebes VIII
  126.  
  127. SetFont        Program to change the font used by a workbench screen.
  128.         Version 2.0, source available on disk number 75.
  129.         Author:  Dave Haynie
  130.  
  131. Spool        The SPOOL system consists of 3 programs: A queue manager,
  132.         a printer driver, and a SPOOL request program.  The SPOOL
  133.         system demonstrates the power of the Amiga's mutitasking
  134.         abilities in a very practical way.  It makes extensive use
  135.         of Amiga Exec's message passing facilities and list-handling
  136.         primitives.  Version 1.2, source on disk number 69.
  137.         Author:  Tim Holloway
  138.  
  139. SunMouse    Makes your mouse behave like the Sun Microsystem's
  140.         Sunwindows mouse.  You no longer have to 'click' in
  141.         a window to make it active.  Just move the mouse pointer
  142.         into the window and start typing.  Version 1.0, binary
  143.         only, from disk number 65.
  144.         Author:  Scott Evernden
  145.