Short:        Fish disk 0810
Uploader:     Fish Disks <aminet aminet net>
Type:         misc/fish
Architecture: m68k-amigaos


This is disk 810 of the freely distributable AMIGA software library.
Below is a listing of the significant directories and their contents.


Amiga_E		An Amiga specific E compiler.  E is a powerful and flexible
		procedural programming language and Amiga E a very fast com-
		piler for it, with features such as compilation speed of
		20000 lines/minute on a 7 Mz amiga, inline assembler and
		linker integrated into compiler, large set of integrated
		functions, module concept with 2.04 includes as modules,
		flexible type-system, quoted expressions, immediate and typed
		lists, low level polymorphism, exception handling and much,
		more.  Written in Assembly and E.  Version 2.1, public domain,
		includes partial sources.
		Author:  Wouter van Oortmerssen

MakeDMake	An automated DMake file generator.  You give it the names of
		all the C-files used to produce your executable (except
		#include'd .c or .h files), and it will automatically scan
		them to find all dependencies, and produce a ready to use
		(in many cases) DMakeFile calling DCC with options you will
		need for normal compilation and linking.  Version 0.19, an
		update to version 0.15 on disk 789.  Includes source.
		Author:  Piotr Obminski, from original code by Tim McGrath

PrintManager	A printer spooler for AmigaDOS 2.0 or later.  Works with all
		programs, whether they use the parallel or serial device, use
		PRT: or the printer device directly, are printing text or gra-
		phics, and has an Intuition interface.  Version 1.0, binary
		only.
		Author:  Nicola Salmoria

Snake		An updated version of the old computer game which lives in a
		Workbench window.  You control a "snake" which grows by	eating
		"frogs" and avoiding obstacles.  Requires AmigaDOS 2.0.  C
		source included.
		Author:  Michael Warner

StarClock	StarClock displays time, date and stardate of the popular TV
		series Star Trek in a small window on the right hand side of
		the workbench screen.  StarClock is a commodity.  Requires OS
		2.0 or greater.  Version 1.01, binary only.
		Author:  Michael Laurent, Volker Goehrke

TimeKeeper	A program that restores system time after resets.  This is
		accomplished by storing the current time in a resident struct-
		ure at regular intervals and restoring it at reboot.  Useful
		for Amigas that don't have a battery backed up clock. Requires
		KickStart 2.0 or higher.  Version 1.0, includes source in C.
		Author:  Mattias Moltkesson