home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / bbs / ff810.lha / FF810 / Contents < prev    next >
Text File  |  1993-01-24  |  2KB  |  51 lines

  1. This is disk 810 of the freely distributable AMIGA software library.
  2. Below is a listing of the significant directories and their contents.
  3.  
  4.  
  5. Amiga_E        An Amiga specific E compiler.  E is a powerful and flexible
  6.         procedural programming language and Amiga E a very fast com-
  7.         piler for it, with features such as compilation speed of
  8.         20000 lines/minute on a 7 Mz amiga, inline assembler and
  9.         linker integrated into compiler, large set of integrated
  10.         functions, module concept with 2.04 includes as modules,
  11.         flexible type-system, quoted expressions, immediate and typed
  12.         lists, low level polymorphism, exception handling and much,
  13.         more.  Written in Assembly and E.  Version 2.1, public domain,
  14.         includes partial sources.
  15.         Author:  Wouter van Oortmerssen
  16.  
  17. MakeDMake    An automated DMake file generator.  You give it the names of
  18.         all the C-files used to produce your executable (except
  19.         #include'd .c or .h files), and it will automatically scan
  20.         them to find all dependencies, and produce a ready to use
  21.         (in many cases) DMakeFile calling DCC with options you will
  22.         need for normal compilation and linking.  Version 0.19, an
  23.         update to version 0.15 on disk 789.  Includes source.
  24.         Author:  Piotr Obminski, from original code by Tim McGrath
  25.  
  26. PrintManager    A printer spooler for AmigaDOS 2.0 or later.  Works with all
  27.         programs, whether they use the parallel or serial device, use
  28.         PRT: or the printer device directly, are printing text or gra-
  29.         phics, and has an Intuition interface.  Version 1.0, binary
  30.         only.
  31.         Author:  Nicola Salmoria
  32.  
  33. Snake        An updated version of the old computer game which lives in a
  34.         Workbench window.  You control a "snake" which grows by    eating
  35.         "frogs" and avoiding obstacles.  Requires AmigaDOS 2.0.  C
  36.         source included.
  37.         Author:  Michael Warner
  38.  
  39. StarClock    StarClock displays time, date and stardate of the popular TV
  40.         series Star Trek in a small window on the right hand side of
  41.         the workbench screen.  StarClock is a commodity.  Requires OS
  42.         2.0 or greater.  Version 1.01, binary only.
  43.         Author:  Michael Laurent, Volker Goehrke
  44.  
  45. TimeKeeper    A program that restores system time after resets.  This is
  46.         accomplished by storing the current time in a resident struct-
  47.         ure at regular intervals and restoring it at reboot.  Useful
  48.         for Amigas that don't have a battery backed up clock. Requires
  49.         KickStart 2.0 or higher.  Version 1.0, includes source in C.
  50.         Author:  Mattias Moltkesson
  51.