home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / useful / catalogs / 100-199 / 110-119 < prev    next >
Text File  |  1993-12-15  |  11KB  |  273 lines

  1. ==========================  Contents of Disk 110  ==========================
  2.  
  3. This is disk 110 of the freely distributable AMIGA software library.
  4. Below is a listing of the significant directories and their contents.
  5.  
  6.  
  7. A68k        A 68000 assembler originally written in Modula-2 in
  8.         1985 and converted to C by Charlie Gibb in 1987.  Has
  9.         been converted to accept metacomco-compatible assembler
  10.         source code and to generate Amiga objects.  Includes source.
  11.         Author:  Brian Anderson; C translation and Amiga work
  12.              done by Charlie Gibb
  13.  
  14.  
  15. Pdc        An optimizing C compiler for the 68000 processor.  This
  16.         is an update to the version first released on disk 53,
  17.         though apparently not based on the code from that disk.
  18.         Major porting work was done by Jeff Lydiatt to get it to
  19.         the point where it would compile and execute simple programs
  20.         on the Amiga.  This version now generates metacomco-
  21.         compatible assembler source code, which can be assembled by
  22.         the assembler also provided on this disk and then linked by
  23.         the freely redistributable linker "blink" (also provided).
  24.         Includes all compiler source and some library and startup
  25.         source code.  Requires amiga.lib from developers kit to
  26.         generate complete running example executables.
  27.         Author:  Matthew Brandt; major porting work by Jeff Lydiatt
  28.  
  29.  
  30. ==========================  Contents of Disk 111  ==========================
  31.  
  32. This is disk 111 of the freely distributable AMIGA software library.
  33. Below is a listing of the significant directories and their contents.
  34.  
  35.  
  36. AmyLoad        A graphical monitor of cpu, blitter, and memory use.
  37.         Includes two components; load.device, which monitors
  38.         system parameters, and amyload, which is the user
  39.         interface and display program.  Includes source.
  40.         Author:  Jeff Kelley
  41.  
  42. AssignDev    Assigns multiple names to a given device.  For example,
  43.         allows the names "df0:" and "df3:" to refer to the
  44.         same physical device.  This is a modified version of
  45.         the original released on disk number 79.  Includes source.  
  46.         Author:  Phillip Lindsay, mods by Olaf Seibert
  47.  
  48. Gauge        Continuously displays memory usage in a vertical bar
  49.         graph, similar to the workbench "fuel gauge" type 
  50.         display for disk space.  Binary only.
  51.         Author:  Peter da Silva
  52.  
  53. HeliosMouse    Another "sunmouse" type program.  Automatically activates
  54.         a window simply by moving the mouse pointer into the window.
  55.         Version 1.1, an update to the version released on disk 94.
  56.         Includes source.
  57.         Author:  Davide Cervone
  58.  
  59. Labels        Alphabetic and numeric ordered cross reference lists
  60.         of defined system constants.  Recommended for debugging
  61.         purposes only, use the symbolic values in programs!
  62.         Author:  Olaf Seibert
  63.  
  64. Mandel        Another mandelbrot generator program, with bits and pieces
  65.         of code from C. Heath and R.J. Mical.  Includes source.
  66.         Author:  Olaf Seibert
  67.  
  68. PopLife        A PopCLI type thingie that instead plays life all over your
  69.         screen.  Lots of bits and pieces from Tomas Rokicki's blitlab
  70.         and John Toebes' PopCLI.  Includes source.
  71.         Author:  Olaf Seibert
  72.  
  73. ==========================  Contents of Disk 112  ==========================
  74.  
  75. This is disk 112 of the freely distributable AMIGA software library.
  76. Below is a listing of the significant directories and their contents.
  77.  
  78.  
  79. BeachBirds    Jerrold Tunnell's entry to the Badge Killer Demo
  80.         Contest.  Uses sprites and sound to portray a beach
  81.         scene.  Runs on a 512K machine.  Binary only.
  82.         Author:  Jerrold Tunnell
  83.  
  84. Bully        Mike Meyer's entry for the Badge Killer Demo Contest.
  85.         Pushes all open screens around (thus the name "bully").
  86.         Designed for showing off more than one demo at a time
  87.         Includes source.
  88.         Author:  Mike Meyer
  89.  
  90. DropShadow    Dropshadow version 2, rev 0, for use with Bryce
  91.         Nesbitt's Wavebench demo.  Binary only.
  92.         Author:  Jim Mackraz
  93.  
  94. HagenDemos    Joel Hagen's Badge Killer Demo contest entries, "RGB"
  95.         and "Focus".  RGB was the overall winner of the contest.
  96.         It requires a one meg Amiga to run.  Binary only.
  97.         Author:  Joel Hagen
  98.  
  99. Viacom        Latest version of viacom for use in conjuction with
  100.         the WaveBench demo.  Binary only.
  101.         Author:  Leo Schwab and Bryce Nesbitt
  102.  
  103. WaveBench    This is Bryce Nesbitt's Badge Killer Demo Contest entry.
  104.         It is a neat screen hack, and runs on 512K machines.
  105.         For more laughs, try in conjunction with Viacom or
  106.         Ds (Dropshadow).  Includes source.
  107.         Author:  Bryce Nesbitt
  108.  
  109. ==========================  Contents of Disk 113  ==========================
  110.  
  111. This is disk 113 of the freely distributable AMIGA software library.
  112. Below is a listing of the significant directories and their contents.
  113.  
  114. AmiCron        A simple Unix "cron" type program, which is a background
  115.         task that uses a disk-resident table to automatically
  116.         run certain tasks on a regular basis, at specific times.
  117.         Version 2.3, includes source.
  118.         Author:  Steve Sampson, Amiga port by Rick Schaeffer
  119.  
  120. Dme        Version 1.28f of Matt's text editor.  Dme is a simple 
  121.         WYSIWYG editor designed for programmers.  It is not a
  122.         WYSIWYG word processor in the traditional sense.  Features
  123.         include arbitrary key mapping, fast scrolling, title-line
  124.         statistics multiple windows, and ability to iconify windows.
  125.         Update to version on disk number 93, includes source.
  126.         Author:  Matt Dillon
  127.  
  128. DosDev        Example DOS device driver in Manx C.  Version 1.10,
  129.         includes source.
  130.         Author:  Matt Dillon
  131.  
  132. M2Amiga        Demo version of the final product M2Amiga. A fast single
  133.         pass Modula-2 compiler with editor, linker, a small set of
  134.         interface and standard libraries. Compiles only small demo
  135.         programs by limiting codesize and imports.  Further 
  136.         development of the ETHZ compiler on Disk 24. Binary only.
  137.         Demos with source.
  138.         Authors: R. Degen, C. Nieder, M. Schaub, J. Straube (AMSoft)
  139.  
  140. NoIconPos    This program clears the position info of any of your icons
  141.         to allow WorkBench to pick a reasonable place for the icon
  142.         again. Useful for disk and drawer icons where Snapshot 
  143.         rewrites the icon and the window information. Written in 
  144.         Modula-2, another demo for M2Amiga, showing the simplicity 
  145.         of programming with this Modula-2 compiler.
  146.         Author: Markus. Schaub
  147.  
  148. ==========================  Contents of Disk 114  ==========================
  149.  
  150. This is disk 114 of the freely distributable AMIGA software library.
  151. Below is a listing of the significant directories and their contents.
  152.  
  153. CDecl        English to C (and vice versa) translator for C
  154.         declarations.  This little gem will translate english
  155.         such as "declare foo as pointer to function returning
  156.         pointer to array 10 of pointer to long" into
  157.         "long *(*(*foo)())[10]", and vice versa.  An absolute
  158.         must for anyone except possibly the most hardcore C guru.
  159.         Includes source.
  160.         Author:  Graham Ross
  161.  
  162. Vt100        Version 2.7 of Dave's vt100 terminal emulator with
  163.         kermit and xmodem file transfer.  Includes a few bug
  164.         fixes posted to Usenet shortly after the posting of
  165.         version 2.7.  This is an update to the version released
  166.         on disk 55.  Includes source.
  167.         Author:  Dave Wecker
  168.  
  169. WBLander    This entry from the Badge Killer Demo Contest is
  170.         a special version of the WBLander program from
  171.         disk 100.  The ending is unique.  Also uses sound
  172.         effectively.  Includes source.
  173.         Authors:  Peter da Silva and Karl Lehenbauer
  174.  
  175. ==========================  Contents of Disk 115  ==========================
  176.  
  177. This is disk 115 of the freely distributable AMIGA software library.
  178. Below is a listing of the significant directories and their contents.
  179.  
  180. Killer        Killer is an incredible demo written by Robert Wilt.
  181.         It won fourth place in the Badge Killer Demo Contest.
  182.         Requires at least one meg of memory to run.  Sound is
  183.         also an important part of the demo so be sure to turn
  184.         it up.  Binary only.
  185.         Author:  Robert Wilt
  186.  
  187. Marketroid    Marketroid is Leo's entry for the Badge Killer Demo
  188.         Contest.  It is another devious sprite oriented demo
  189.         with lots of "in" jokes.  Runs on a 512K machine.
  190.         Includes source.
  191.         Author:  Leo Schwab
  192.  
  193. ==========================  Contents of Disk 116  ==========================
  194.  
  195. This is disk 116 of the freely distributable AMIGA software library.
  196. Below is a listing of the significant directories and their contents.
  197.  
  198.  
  199. Movies        A ram animation system with three different example
  200.         an