home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd2.bin / bbs / docs / fish-800-899.lha / Fish-800-899 / 810-819 < prev    next >
Text File  |  1993-12-15  |  15KB  |  342 lines

  1. ==========================  Contents of Disk 810  ==========================
  2.  
  3. This is disk 810 of the freely distributable AMIGA software library.
  4. Below is a listing of the significant directories and their contents.
  5.  
  6.  
  7. Amiga_E        An Amiga specific E compiler.  E is a powerful and flexible
  8.         procedural programming language and Amiga E a very fast com-
  9.         piler for it, with features such as compilation speed of
  10.         20000 lines/minute on a 7 Mz amiga, inline assembler and
  11.         linker integrated into compiler, large set of integrated
  12.         functions, module concept with 2.04 includes as modules,
  13.         flexible type-system, quoted expressions, immediate and typed
  14.         lists, low level polymorphism, exception handling and much,
  15.         more.  Written in Assembly and E.  Version 2.1, public domain,
  16.         includes partial sources.
  17.         Author:  Wouter van Oortmerssen
  18.  
  19. MakeDMake    An automated DMake file generator.  You give it the names of
  20.         all the C-files used to produce your executable (except
  21.         #include'd .c or .h files), and it will automatically scan
  22.         them to find all dependencies, and produce a ready to use
  23.         (in many cases) DMakeFile calling DCC with options you will
  24.         need for normal compilation and linking.  Version 0.19, an
  25.         update to version 0.15 on disk 789.  Includes source.
  26.         Author:  Piotr Obminski, from original code by Tim McGrath
  27.  
  28. PrintManager    A printer spooler for AmigaDOS 2.0 or later.  Works with all
  29.         programs, whether they use the parallel or serial device, use
  30.         PRT: or the printer device directly, are printing text or gra-
  31.         phics, and has an Intuition interface.  Version 1.0, binary
  32.         only.
  33.         Author:  Nicola Salmoria
  34.  
  35. Snake        An updated version of the old computer game which lives in a
  36.         Workbench window.  You control a "snake" which grows by    eating
  37.         "frogs" and avoiding obstacles.  Requires AmigaDOS 2.0.  C
  38.         source included.
  39.         Author:  Michael Warner
  40.  
  41. StarClock    StarClock displays time, date and stardate of the popular TV
  42.         series Star Trek in a small window on the right hand side of
  43.         the workbench screen.  StarClock is a commodity.  Requires OS
  44.         2.0 or greater.  Version 1.01, binary only.
  45.         Author:  Michael Laurent, Volker Goehrke
  46.  
  47. TimeKeeper    A program that restores system time after resets.  This is
  48.         accomplished by storing the current time in a resident struct-
  49.         ure at regular intervals and restoring it at reboot.  Useful
  50.         for Amigas that don't have a battery backed up clock. Requires
  51.         KickStart 2.0 or higher.  Version 1.0, includes source in C.
  52.         Author:  Mattias Moltkesson
  53.  
  54. ==========================  Contents of Disk 811  ==========================
  55.  
  56. This is disk 811 of the freely distributable AMIGA software library.
  57. Below is a listing of the significant directories and their contents.
  58.  
  59.  
  60. bsh        A powerful advanced shell and interpretive programming
  61.         language.  Runs on AmigaDOS 1.2 - AmigaDOS 2.1.  Major
  62.         features include command history, command line editing,
  63.         command substitution, redirection and piping, redirection
  64.         of standard error file, concurrent piping for external
  65.         commands, here documents, aliases, file name completion
  66.         using wildcards ('*', '?'), pattern permutations, variables,
  67.         array variables, local and environment variables, variable
  68.         exporting, C-like expression evaluation, conditionals,
  69.         looping, more than 50 builtin commands, more than 40
  70.         builtin functions, script programming, workbench startup
  71.         via newbsh, directory aliases, shell window manipulation
  72.         and command search by CLI path, by bsh path variable,
  73.         command hashing and resident command loading.  Version 0.98,
  74.         shareware, binary only.
  75.         Author:  Gary Brant
  76.  
  77. MagicNoises    A MED module package including: Happy Hour, Magic Voices, Take
  78.         it slow, Terminator II.
  79.         Author:  Lars Rößiger
  80.  
  81. WhiteLion    A new Othello (Reversi) playing program.  Strong and fast, it
  82.         explains the rules and plays different strategies depending
  83.         on the selected level.  Supports interLaced resolutions.
  84.         Version 1.2_FD, english and german executables.  ShareWare,
  85.         C sources and special version available when registering.
  86.         Author:  Martin Grote
  87.  
  88. ==========================  Contents of Disk 812  ==========================
  89.  
  90. This is disk 812 of the freely distributable AMIGA software library.
  91. Below is a listing of the significant directories and their contents.
  92.  
  93.  
  94. PPMC        The Powerpacker Mini Clone.  This is powerpacker.library
  95.         meeting gadtools.library: A small utility, useful for compres-
  96.         sing any text or data file.  This is version 1.2b, an update
  97.         to version 1.1 on disk 751.  Many new enhancements, including
  98.         a complete Shell interface, hypertext documentation, a brand
  99.         new look, localization, Danish, Dutch, and French catalogs,
  100.         etc.  Includes 68030 and 68040 versions, plus source for SAS
  101.         C.
  102.         Author:  Reza Elghazi
  103.  
  104. SCAN8800    A specialized database program to store frequencies and sta-
  105.         tion names for shortwave transmitters.  It can also control
  106.         a receiver for scanning frequency ranges.  Version 2.28, an
  107.         update to version 2.27 on disk 803.  Now works on NTSC Amigas.
  108.         Binary only.
  109.         Author:  Rainer Redweik
  110.  
  111. ==========================  Contents of Disk 813  ==========================
  112.  
  113. This is disk 813 of the freely distributable AMIGA software library.
  114. Below is a listing of the significant directories and their contents.
  115.  
  116.  
  117. AmigaBase    A hierachical, programmable, in-core database that runs under
  118.         OS 1.3 and OS 2.0.  Has a full intuition interface.  Features
  119.         include two display methods, filter datasets, search datasets,
  120.         print datasets, and much more.  Nearly everything can be real-
  121.         ized by programming AmigaBase. Datatypes can be Integer, Real,
  122.         Boolean, String, Memo (Text), Date and Time.  Number of data-
  123.         sets is only limited by available memory.  Also included in
  124.         the package are some example projects.  Version 1.21, an up-
  125.         date to version 1.20 on disk 792.  Shareware, binary only.
  126.         Author:  Steffen Gutmann
  127.  
  128. GIFdatatype    This program is a datatype that understands the GIF file for-
  129.         mat.  Once installed, it allows any datatype-aware programs
  130.         (such as MultiView) to read GIF files as if they were IFF.
  131.         You can also use them as screen backdrops.  Datatypes only
  132.         exist at WB3.0 and greater.  Version 39.2, binary only.
  133.         Author:  Steve Goddard
  134.  
  135. MinedOut    A remake of the BASIC program of the same name for the Sin-
  136.         clair Spektrum, by Ian Andrews.  Mined Out is a strategy game,
  137.         like Mine on disk 725 or AMines on disk 707.  The object of
  138.         the game is to find a way from the bottom of the minefield
  139.         to the top, to escape a computer enemy.  Version 1.0, share-
  140.         ware, binary only.
  141.         Author:  Dieter Seidel
  142.  
  143. ==========================  Contents of Disk 814  ==========================
  144.  
  145. This is disk 814 of the freely distributable AMIGA software library.
  146. Below is a listing of the significant directories and their contents.
  147.  
  148.  
  149. BootJob        The BootBlock Utility.  Includes functions to store, install,
  150.         view, or execute any disk bootblock.  Also self-made boot-
  151.         blocks can be installed to disk.  The most powerful function
  152.         is to save any bootblock as an executable CLI-File.  Now you
  153.         can start every boot-util, viruschecker, game, or loader from
  154.         the CLI.  Also included is a drawer with 46 different boot-
  155.         blocks.  BootJob requires Amiga OS2.x. This is version 1.30,
  156.         an update to version 1.00 on disk 760.  Shareware, binary
  157.         only.
  158.         Author:  Michael Bialas
  159.  
  160. FIM        The Fast-Intro-Maker.  Use this little IntroMaker to create
  161.         your own Intros in a few minutes.  Includes functions to
  162.         insert selfmade IFF-Pictures, Color-Screentexts, Music and
  163.         more.  Final created Intros will run on OS1.2/1.3/2.x (WB/Cli).
  164.         F.I.M. requires Amiga OS2.x.  This is version 2.2, an update
  165.         to version 1.0 on disk 760.  Shareware, binary only.
  166.         Author:  Michael Bialas
  167.  
  168. MemBar        A simple program to display the free memory using a window
  169.         with bars for chip and fast memory.  Version 1.0, public
  170.         domain, includes source.
  171.         Author:  Benjamin (Pink) Stegemann
  172.  
  173. Monopoly    Demo version of a Monopoly game written in C.  Version 1.0,
  174.         shareware, binary only.
  175.         Author:  Ken Gilmer
  176.  
  177. NoteEdit    NoteEdit is a utility to write and save crypted notes.  The
  178.         ability of an automatic diary is included as well.  Version
  179.         1.0, freeware, includes source.
  180.         Author:  Benjamin (Pink) Stegemann
  181.  
  182. TreeGrow    TreeGrow is a program which generates quasifractal trees or
  183.         plants.  The idea is taken from "Spectrum der Wissenschaft",
  184.         the german release of "Scientific American".  Version 1.0,
  185.         freeware, includes source.
  186.         Author:  Benjamin (Pink) Stegemann
  187.  
  188. ==========================  Contents of Disk 815  ==========================
  189.  
  190. This is disk 815 of the freely distributable AMIGA software library.
  191. Below is a listing of the significant directories and their contents.
  192.  
  193.  
  194. AntiCicloVir    A link virus detector that detects 27 different such viruses.
  195.         Checks your disk and memory for known link viruses, and can
  196.         also detect known bootblock viruses in memory.  Version 1.7,
  197.         an update to version 1.6a on disk 767. Shareware, binary only.
  198.         Author:  Matthias Gutt
  199.  
  200. InspireDemo    Demo version of a new, easy to use, AmigaDOS 2.0 text editor.
  201.         The demo is the same as the registered version, except that
  202.         save and print are disabled in the demo.  Inspire uses the
  203.         new features of AmigaDOS 2.0 extensively, including using the
  204.         ASL requester for font and file selection, and the gadtools
  205.         library for standardized gadgets.  The display database is
  206.         used so you may open any type of screen that your computer
  207.         is capable of.  Features include an ARexx port, undo, find
  208.         and replace, bookmarks, text centering, word wrap, case
  209.         conversions, clipboard support, auto indenting, and more.
  210.         Version 1.2, binary only.
  211.         Author:  Josh Van Abrahams
  212.  
  213. ShuffleRun    A game for two players.  Try to collect more points than the
  214.         other player.  A level editor is implemented.  300 levels are
  215.         included, 100 can be edited.  Version 1.0, freeware, includes
  216.         source.
  217.         Author:  Benjamin (Pink) Stegemann
  218.  
  219. ==========================  Contents of Disk 816  ==========================
  220.  
  221. This is disk 816 of the freely distributable AMIGA software library.
  222. Below is a listing of the significant directories and their contents.
  223.  
  224.  
  225. Egypt        A small game for one or two players.  Find three chests of
  226.         gold in a computer generated maze.  Version 1.0, freeware,
  227.         includes source.
  228.         Author:  Benjamin (Pink) Stegemann
  229.  
  230. Look        A powerful program for creating and showing disk magazines.
  231.         Supports IFF pictures, IFF brushes, ANSI, fonts, PowerPacker,
  232.         and many more features.  Programmed in assembly language to
  233.         be small and fast.  German language only.  Version 1.6, an
  234.         update to version 1.5 on disk 808.  Shareware, binary only.
  235.         Author:  André Voget.
  236.  
  237. Revenge        Revenge of the Blob, an animated interpretation using Bill
  238.         Watterson's original cartoon strip character "Calvin".  Tells
  239.         the story of Calvin's encounter with his mother's food, and
  240.         how the dreaded tapioca monster gets back at Calvin for
  241.         turning his nose up at it.  Version 1.0.
  242.         Author:  David Wiles
  243.  
  244. ==========================  Contents of Disk 817  ==========================
  245.  
  246. This is disk 817 of the freely distributable AMIGA software library.
  247. Below is a listing of the significant directories and their contents.
  248.  
  249.  
  250. CTimer        A pair of programs for use with Sys1.3 and Sys2.  CTimer will
  251.         measure the execution time of any section of code from a
  252.         complete program down to a single line.  Freeware, includes
  253.         source.
  254.         Author:  Chas A. Wyndham
  255.  
  256. EditKeys    A keymap editor.  Supports editing of string, dead and modi-
  257.         fiable keys, as well as control of repeatable and capsable
  258.         status of each key.  Runs equally well under AmigaDOS 1.3 or
  259.         2.0.  This is version 1.3, an update to version 1.2 on disk
  260.         642.  Binary only.
  261.         Author:  David Kinder
  262.  
  263. Hextract    A complete header file reference.  Definitions, structures,
  264.         structure members and offsets, flag values, library contents,
  265.         function definitions, registers, library offsets, prototypes,
  266.         and pragmas.  The data from a set of V2.x Amiga and Lattice
  267.         header files is included and packed for immediate reference
  268.         by Hextract.  Version 1.3, an update to version 1.2 on disk
  269.         726.  Freeware, includes partial source.
  270.         Author:  Chas A. Wyndham
  271.  
  272. Install        A replacement for the AmigaDOS Install command, with an
  273.         Intuition front end.  This is version 1.2, an update to
  274.         version 1.1 on disk 643.  Includes source in assembly.
  275.         Author:  David Kinder
  276.  
  277. S-Text        Turns texts into completely self-contained, self-displaying
  278.         compressed files callable from Workbench or a CLI.  S-Texts
  279.         will save disk space and can be transferred from disk to disk
  280.         without having to think about reader and decompression compati-
  281.         bility.  Version 1.2, an update to version 1.1 on disk 760.
  282.         Freeware, binary only.
  283.         Author:  Chas A. Wyndham
  284.  
  285. ==========================  Contents of Disk 818  ==========================
  286.  
  287. This is disk 818 of the freely distributable AMIGA software library.
  288. Below is a listing of the significant directories and their contents.
  289.  
  290.  
  291. LoadLibrary    Another LoadLib program, but this version runs in it's own
  292.         task, and uses the reqtools.library for multiselection and
  293.         other user friendly file handling.  All installed LoadLib
  294.         libraries can also be removed from the system.  Supports the
  295.         locale.library and Amiga-Guide.  Version 2.52 an update to
  296.         version 2.52 on disk 743.  Freeware, binary only.
  297.         Author:  Nils 'Jon' Görs
  298.  
  299. TankHunter    A simple action game for two players.  Destroy the tank of
  300.         your opponent.  50 levels are included.  You can choose
  301.         between sound effects or a background song.  Version 1.0,
  302.         freeware, includes source.
  303.         Author:  Benjamin (Pink) Stegemann
  304.  
  305. UUCoderWindow    An intuition user interface for the CLI commands UUEncodeX
  306.         and UUDecodeX, written by Michel Bekke.  Requires AmigaDOS
  307.         2.x.  Version 1.0, freeware, binary only.
  308.         Author:  Nilc 'Jon' Görs
  309.  
  310. WatchStack    A program that monitors the stack of any selected task or
  311.         process 50 (PAL)/60 (NTSC) times per second and reports the
  312.         allocated stack, maximum stack usage and current stack used.
  313.         This program is a clone to StackWatch, disk 494, but improved
  314.         a little bit. Requires AmigaOS 2.0. Version 2.02, binary only.
  315.         Author:  Brian Ipsen
  316.  
  317. ==========================  Contents of Disk 819  ==========================
  318.  
  319. This is disk 819 of the freely distributable AMIGA software library.
  320. Below is a listing of the significant directories and their contents.
  321.  
  322.  
  323. JukeBox        A program to play compact digitial audio discs by emulating
  324.         a graphical user interface similar to common CD players.  It
  325.         provides a command line oriented, fully programmable ARexx
  326.         user interface, as well.  Version 1.2522, shareware, binary
  327.         only.
  328.         Author:  Franz-Josef Reichert
  329.  
  330. MemoMaster    A program that warns you about events (like birthdays and
  331.         anniversaries) as they approach.  Version 2, includes source.
  332.         Author:  Jeff Flynn
  333.  
  334. OctaMEDPlayer    Standalone player program for playing songs made with OctaMED.
  335.         Can load sng+samples-format and MMD0/MMD1-modules made with
  336.         MED V2.10 or later, or any version of OctaMED.  Can play stan-
  337.         dard four channel Amiga songs, MIDI songs, 5 to 8 channel
  338.         OctaMED songs, and multi-modules.  Has a nice 2.0 look and
  339.         works fine under 2.0 as well as 1.3.  Version 4.04, an update
  340.         to version 3.00 on disk 688.  Binary only.
  341.         Author:  Teijo Kinnunen and AMIGANUTS UNITED
  342.