home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD1.bin / useful / docs / fishdisks / ff03xx / 310-319 < prev    next >
Encoding:
Text File  |  1993-12-15  |  15.0 KB  |  344 lines

  1. ==========================  Contents of Disk 310  ==========================
  2.  
  3. This is disk 310 of the freely distributable AMIGA software library.
  4. Below is a listing of the significant directories and their contents.
  5.  
  6.  
  7. Mon        A machine code monitor/debugger program for the Amiga
  8.         which is re-entrant and can be made resident.  This is
  9.         version 1.24, binary only.
  10.         Author:  Timo Rossi
  11.  
  12. UUCP        An implementation of uucp for the Amiga, including mail
  13.         and news.  This is Matt's version 1.00 for the Amiga,
  14.         based on William Loftus's Amiga UUCP 0.40 release with
  15.         news code from his 0.60 release, and months of work by
  16.         Matt Dillon to make fixes and add enhancements.  Includes
  17.         source.
  18.         Author:  Various, major enhancements by Matt Dillon
  19.  
  20. ==========================  Contents of Disk 311  ==========================
  21.  
  22. This is disk 311 of the freely distributable AMIGA software library.
  23. Below is a listing of the significant directories and their contents.
  24.  
  25.  
  26. CRobots        A game based on computer programming.  Unlike arcade type
  27.         games which require human input controlling some object,
  28.         all strategy in CRobots is condensed into a C language
  29.         program that you design and write, to control a robot
  30.         whose mission is to seek out, track, and destroy other
  31.         robots, each running different programs.  All robots are
  32.         equally equipped, and up to four may compete at once.
  33.         Version 2.1w, binary only, source available from author.
  34.         Author:  Tom Poindexter, Amiga version by David Wright
  35.  
  36. Echo        Echo is a replacement for the AmigaDOS or ARP echo command.
  37.         This version provides easy color setting or positioning for
  38.         all echo'ed strings.  Completely compatible with the AmigaDOS
  39.         and ARP echo commands, all your old batch files should work
  40.         correctly.  Version 1.08c, includes source.        
  41.         Author:  George Kerber (based on echo by Garry Glendown)
  42.     
  43. Etime        Etime will display the elapsed time between events.  This is
  44.         useful in scripts to display the elapsed time between the
  45.         beginning and ending.  Many options including color and time
  46.         displayed as hh:mm:ss or total seconds.  Version 1.05c,
  47.         includes source.
  48.         Author:  George Kerber
  49.  
  50. Fortune        Fortune will ramdomly display a 'fortune' selected from the
  51.         fortunes file (supplied).  The 'fortunes' file is easily
  52.         modified or added to by the user, using any text editor.
  53.         Fortune provides color and speech by user option.
  54.         Version 2.04c, includes source.
  55.         Author:  George Kerber
  56.  
  57. Incr        Incr will easily allow the user to keep a total count of
  58.         any event run from a batch file.  Incr will take a number
  59.         from a file, increment it by one and display the result.
  60.         The new count is written back to the file.  Version 1.04b,
  61.         includes source.
  62.         Author:  George Kerber
  63.  
  64. PKAZip        The PKWare ZIP tool for the Amiga.  Provides functions
  65.         to create, examine, extract, test, modify, display, and
  66.         print files which are in the ZIP compressed format
  67.         Uses a full Intuition interface with no CLI support.
  68.         Version 01.00, binary only.
  69.         Author:  PKWARE Inc, Amiga version by Dennis Hoffman
  70.  
  71. Udate        Udate is a replacement for the AmigaDOS date command,
  72.         containing many options similiar to the UNIX date command.
  73.         Udate will allow you to set the date and time via prompts
  74.         or directly from the command line, will display any part
  75.         of the date or time using the options in any color desired,
  76.         and will also make an automatic adjustment of your system
  77.         clock for Daylight Savings Time so your computer will be
  78.         one less clock you will ever have to set twice a year for
  79.         DST.  Version 1.15c, includes source.
  80.         Author:  George Kerber
  81.  
  82. ==========================  Contents of Disk 312  ==========================
  83.  
  84. This is disk 312 of the freely distributable AMIGA software library.
  85. Below is a listing of the significant directories and their contents.
  86.  
  87.  
  88. ChinaChallenge    A game similar to Shanghai or Mahjong.  The goal is to
  89.         remove all parts of the pile, the so called Dragon, step
  90.         by step.  This dragon is composed of 120 different game
  91.         pieces.  You can always find four pieces displaying the
  92.         same picture or chinese symbols.  Binary only.
  93.         Author:  Dirk Hoffmann
  94.  
  95. LHArc        An archive program like Arc and Zoo, with a heavy emphasis
  96.         maximum compression for minimum archive size, using LZHUF
  97.         compression. This is version 1.10, an update to version 1.0
  98.         on disk 289.  Changes include 20-50% faster compression,
  99.         17% faster decompression, file sorting, more efficient use
  100.         of memory, a new progress indicator display, and some bug
  101.         fixes.  Binary only.
  102.         Author:  Paolo Zibetti
  103.  
  104. Moonbase    You must guide a lunar lander to ferry cargo from an 
  105.         orbiting space station to bases on the surface of the moon.
  106.         You get cargo and fuel for the lander by docking with the
  107.         space station.  The goal is to complete all the assigned
  108.         cargo deliveries, and to destroy as few landers as possible
  109.         in doing so.  Binary only.
  110.         Author:  Jim Barber
  111.  
  112. TrackSalve    A trackdisk patch which removes all known bugs and patches
  113.         the trackdisk task to allow various enhancements, such as
  114.         reading good sectors from partially bad tracks, write
  115.         verification, write protect simulation, and turning off
  116.         clicking.  Version 1.0, includes source in C and assembler.
  117.         Author:  Dirk Reisig
  118.  
  119. ==========================  Contents of Disk 313  ==========================
  120.  
  121. This is disk 313 of the freely distributable AMIGA software library.
  122. Below is a listing of the significant directories and their contents.
  123.  
  124.  
  125. UUCP        An implementation of uucp for the Amiga, including mail
  126.         and news.  This is Matt's version for the Amiga, based
  127.         on William Loftus's Amiga UUCP 0.40 release with news
  128.         code from his 0.60 release, and months of work by Matt
  129.         to make fixes and add enhancements.  This is version
  130.         1.03D, an update to version 1.00 on disk 310.  Includes
  131.         source.
  132.         Author:  Various, major enhancements by Matt Dillon
  133.  
  134. ==========================  Contents of Disk 314  ==========================
  135.  
  136. This is disk 314 of the freely distributable AMIGA software library.
  137. Below is a listing of the significant directories and their contents.
  138.  
  139.  
  140. A68k        A 68000 assembler originally written in Modula-2 in
  141.         1985 and converted to C by Charlie Gibb in 1987.  Has
  142.         been converted to accept metacomco-compatible assembler
  143.         source code and to generate Amiga objects.  Includes source.
  144.         This is version 2.61, an update to the version on disk 186.
  145.         Author:  Brian Anderson; C translation and Amiga work
  146.              done by Charlie Gibb
  147.  
  148. Zc        A full K&R C compiler based on a port of the Atari ST
  149.         version of the Sozobon-C compiler.  Includes the C compiler
  150.         main pass written by Johann Ruegg with fixes and enhancements
  151.         by Joe Montgomery and Jeff Lydiatt, a cc front end written
  152.         by Fred Fish with enhancements by Jeff Lydiatt and Ralph
  153.         Babel, an optimizer written by Tony Andrews, an assembler
  154.         written by Brian Anderson and Charlie Gibb, a linker written
  155.         by the Software Distillery, generic include files, and a C
  156.         runtime library written by Dale Schumacher and ported by
  157.         Jeff Lydiatt.  This is version 1.01, an update to disks 171
  158.         and 193.
  159.         Author:  Various, see documentation.
  160.  
  161. ==========================  Contents of Disk 315  ==========================
  162.  
  163. This is disk 315 of the freely distributable AMIGA software library.
  164. Below is a listing of the significant directories and their contents.
  165.  
  166.  
  167. AmigaFox    A text processor with graphics capabilities.  Version
  168.         1.00, binary only.
  169.         Author:  Michael Wust
  170.  
  171. Drawmap        A program for drawing representations of the Earth's
  172.         surface.  Can generate flat maps, mercator maps, globe
  173.         views and orbital views.  This is version 2.0, an update
  174.         to version 1.0 on disk 229.  Enhancements include
  175.         dropshadows, user text entry and placement, improved
  176.         event processing and better looking mouse pointers.
  177.         Includes source.
  178.         Author:  Bryan Brown
  179.  
  180. Surf        Generates bezier surfaces of revolution.  Will produce some
  181.         amazing pictures of wineglasses, doorknobs, or other objects
  182.         one could turn on a lathe.  Includes the capacity to map IFF
  183.         image files onto any surface that it can draw.  This is 
  184.         version 2.0, an update to version 1.0 on disk 170.  Changes
  185.         include support for data file formats that can be translated
  186.         to input files for various 3D modeling programs, an increase
  187.         in the number of grey shades available, and the capability of
  188.         modifying the endpoints of segments.  Source included.
  189.         Author:  Eric Davies
  190.  
  191. ==========================  Contents of Disk 316  ==========================
  192.  
  193. This is disk 316 of the freely distributable AMIGA software library.
  194. Below is a listing of the significant directories and their contents.
  195.  
  196.  
  197. Formulae    An implementation of basic propositional formulae
  198.         manipulation routines in Scheme (Scheme is available on
  199.         disk 149).  Uses only essential procedures so it should
  200.         run under any Scheme.  Includes source in Scheme.
  201.         Author:  Gauthier Groult and Bertrand Lecun
  202.  
  203. Iff2C        Yet another IFF ILBM to C converter.  Two unique features
  204.         are the ability to generate comments representing the
  205.         actual image, and the planepick computation.  This is
  206.         version 0.30 and includes source.
  207.         Author:  Gauthier Groult and Jean Michel Forgeas
  208.  
  209. IntuiSup    A shared library which implements extensions to the Amiga
  210.         operating system and graphical environment.  Includes
  211.         several example programs that make use of the library,
  212.         including building a nifty file requester from the
  213.         library's user interface routines.  Version 1.15, binary
  214.         only.  Source available from author.
  215.         Author:  Gauthier Groult
  216.  
  217. Life        Another version of Tomas's Life game.  Includes a torus
  218.         option, an option to perform calculations with the processor
  219.         rather than the blitter, and more.  This is version 5.0, an
  220.         update to the version on disk 306, and is about 15% faster.
  221.         Includes source.
  222.         Author:  Tomas Rokicki
  223.  
  224. SmartIcon    This shareware program, submitted by the author, is an
  225.         Intuition objects iconifier.  Version 2.0 is still limited
  226.         to iconifying windows, which is still very handy.  It adds
  227.         a new "iconify gadget" to each window, that when clicked
  228.         on, iconifies the window into an icon in the ram: disk.
  229.         This is version 2.0, an update to version 1.0 on disk 214.
  230.         Includes source.
  231.         Author:  Gauthier Groult
  232.  
  233. Vectors        A simple program to test how fast the Amiga can draw lines.
  234.         Includes two versions, 1.0 and 1.1, each of which performs
  235.         tests slightly differently.  Includes source.
  236.         Author:  Gauthier Groult and Jean Michel Forgeas
  237.  
  238. ==========================  Contents of Disk 317  ==========================
  239.  
  240. This is disk 317 of the freely distributable AMIGA software library.
  241. Below is a listing of the significant directories and their contents.
  242.  
  243.  
  244. StillStore    A program designed for freelance, corporate, and broadcast
  245.         television.  It loads and displays IFF images of any
  246.         resolution interchangeably from a list file or as inputted
  247.         directly (I.E. random access).  The user may easily skip
  248.         forward or backward one or more pictures in the list.  A
  249.         "generic" display is always just a few seconds away.  The
  250.         program can be used "on air" with no concern that a pull
  251.         down menu will suddenly appear in the viewable area.  It
  252.         also provides for a precise cue for changing windows or
  253.         screens.  While the main purpose is to load "news windows"
  254.         of 1/4 screen size, StillStore can also handle full-sized
  255.         and overscanned images.  Also includes slide show modes and
  256.         a screen positioning feature.  Stillstore is written in the
  257.         Director language from the Right Answers Group. Version 1.2,
  258.         binary only, source available from authors.
  259.         Author:  R. J. (Dick) Bourne and Richard Murray
  260.  
  261. Uniq        A text processor which compacts repeated adjacent lines.
  262.         Intended to be used with a sorted file to print unique
  263.         lines, or repeated lines.  Behaviour and options like UNIX
  264.         version.  Version 1.1, includes source.
  265.         Author:  John Woods, Amiga port by Gary Duncan
  266.  
  267. ==========================  Contents of Disk 318  ==========================
  268.  
  269. This is disk 318 of the freely distributable AMIGA software library.
  270. Below is a listing of the significant directories and their contents.
  271.  
  272.  
  273. CNewsBin    This is part 1 of a C News distribution for the Amiga.
  274.         This part includes all the binary and text files necessary
  275.         to set up and run C News.  Part 2 is available on disk 319
  276.         and contains the source.
  277.         Author:  Various, Amiga port by Frank Edwards
  278.  
  279. Lhwarp        A program which will read tracks directly from your floppy
  280.         disk, compress them using adaptive huffman encoding, and
  281.         output them to a file.  The resulting file can be used by
  282.         lhwarp to reconstruct an image of the original disk.  This
  283.         is version 1.21, an update to version 1.20 on disk 305.
  284.         Binary only.
  285.         Author:  Jonathan Forbes
  286.  
  287. PKAZip        The PKWare ZIP tool for the Amiga.  Provides functions
  288.         to create, examine, extract, test, modify, display, and
  289.         print files which are in the ZIP compressed format
  290.         Uses a full Intuition interface with no CLI support.
  291.         This is version 1.01, an update to version 1.00 on
  292.         disk 311.  Binary only.
  293.         Author:  PKWARE Inc, Amiga version by Dennis Hoffman
  294.  
  295. WaveMaker    WaveMaker is intended to give beginning music and physics
  296.         students a "hands on" feel for how complex waves are made
  297.         by adding a harmonic series of sine waves.  A fundamental
  298.         and up to seven harmonics are available.  The resulting
  299.         waveform can be displayed on the screen or played on the
  300.         audio device using the keyboard like a piano.  A game mode
  301.         is also provided.  Version 1.1, includes source.
  302.         Author:  Thomas Meyer
  303.  
  304. Xoper        Very comprehensive program to monitor and control system 
  305.         activity.  Monitor cpu, memory usage, ports, interrupts,
  306.         devices.  Close windows, screens, show loaded fonts or last
  307.         Guru code number.  Clean up memory, flush unused libraries,
  308.         devices, fonts. etc. and a whole bunch more!  Spawns its own
  309.         process.  A very handy background task to have loaded. 
  310.         This is version 2.2, an update to version 2.0 on disk 274.
  311.         Changes include mostly bug fixes and some minor enhancements.
  312.         Assembly source included.
  313.         Author:  Werner Gunther
  314.  
  315. ==========================  Contents of Disk 319  ==========================
  316.  
  317. This is disk 319 of the freely distributable AMIGA software library.
  318. Below is a listing of the significant directories and their contents.
  319.  
  320.  
  321. AHDM        Amiga Hard Disk Menu.  When placed in your startup sequence,
  322.         AHDM offers a ten page menu, each page having up to ten
  323.         possible actions.  By double clicking on an action, that
  324.         action will execute any legal AmigaDOS command, program,
  325.         or script file.  This allows you to interactively select
  326.         which programs you wish to start or packages to install
  327.         at boot time.  Version 1.1a, binary only, demo version
  328.         that only supports 2 pages of actions.
  329.         Author:  Scott Meek
  330.  
  331. CNewsSrc    This is part 2 of a C News distribution for the Amiga.
  332.         This part includes all the source for C News and the UUPC
  333.         package that it uses.  Part 1 is available on disk 318
  334.         and includes all the binary and text files necessary to
  335.         set up and run C News on the Amiga.
  336.         Author:  Various, Amiga port by Frank Edwards
  337.  
  338. Mathtrans    A very small library which replaces the mathtrans.library
  339.         distributed by Commodore-Amiga, for those who own an
  340.         MC68881/82 floating point unit.  Calculation speed of
  341.         some functions is increased up to 15 times.  Version 1.1,
  342.         includes source.
  343.         Author:  Heiner Huckstadt
  344.