home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
docs
/
ff00xx.lha
/
ff00xx
/
090-099
< prev
next >
Wrap
Text File
|
1993-12-15
|
18KB
|
447 lines
========================== Contents of Disk 090 ==========================
This is disk 90 of the freely distributable AMIGA software library.
Note that many of the programs on this disk are shareware/freeware.
This means that if you find them useful, you are morally obligated
to send a small donation to the author to help support his efforts and
fund further development. I hope that by including them in this
library I have furthered the author's goals of widest possible
distribution and thus maximum return. Also note (for those that
like to split hairs) that I am distributing this disk as a "freebee".
To receive a copy, just request it when ordering any other disks from
the library.
This disk replaces disk number 80, which was pulled from circulation
due to the redistribution status of files in the directory "tools".
If you encounter a disk number 80 in circulation, please advise all
parties concerned that the disk should be erased immediately.
AmiGazer Compute a view of the night sky, using a database of
1573 stars, for any date, time of day, and latitude.
Click on stars for info about them. Binary only.
Author: Richard Horne
CardFile Study aid card file program written in AmigaBasic.
Useful for organizing small blocks of data, such as
can be done with a 3X5 card file system. Binary only.
Author: James Parks
Conman Extremely useful replacement for the standard console
handler, that provides line editing and command line
histories completely transparent to any application program
that uses CON: windows. Version 0.98B, binary only.
Author: William Hawes
IMandelVroom A slightly modified version of Kevin Clague's mandelbrot
program (on disk number 78) that uses his "ring detector"
to draw an approximation of the interior strange attractor
contours. Binary only (with patches for original source).
Author: Kevin Clague, enhancements by Howard Hull
NewDemos Some new demos, including replacements for the standard
"lines" and "boxes" demos, that use only a few percent
of the CPU time, so it is reasonable to have lots of them
running simultaneously to demo multitasking. Binary only.
Author: Steve Koren
Othello Othello game, binary only.
Author: Matthew Bellew
PrinText Program to display ASCII text files on the screen with
scrollbar, arrow gadgets, automatic word-wrap, a search
function, speech, IFF picture loading, and online help.
Version 1.2, binary only.
Author: Opher Kahane
PrtDrvGen Program to automatically generate custom printer drivers.
Version 2.2b, binary only, source available from author.
Author: Joergen Thomsen
RainBench Simple program which cycles the hardware color register to
get an interesting effect on your workbench screen.
Binary only.
Author: Brendan Keliher
ShortCut A utility that collects keystroke sequences and allows
you to replace them with a single key stroke. Binary
only.
Author: Opher Kahane
ShowPrint A full-feature IFF picture file screen dump utility.
Can display and print all sizes of pictures including
those larger than the screen. Allows adjustment of printer
output in three modes: ASPECT, FULL, and CUSTOM output.
Print vertically or horizonatally, in B&W, grey scale, or
color, etc. Binary only.
Author: Brian Conrad
Sizzlers A series of graphics demo programs. Version 1.7.0,
binary only.
Author: Greg Epley
SpaceAceDemo Shareware shoot-em-up spaceship game. Binary only.
Author: Stephen McLeod
Timer Creates a small window containing a timer. Version 1.5,
binary only.
Author: Bill Beogelein
========================== Contents of Disk 091 ==========================
This disk contains a distribution of ADL (Adventure Definition Language).
ADL is a superset of an older language named DDL, by Michael Urban,
Chris Kostanick, Michael Stein, Bruce Adler, and Warren Usui. ADL
enhancements were made by Ross Cunniff, who submitted this material
for inclusion in the library. The disk is essentially unchanged except
that:
(1) Many icon files have been added to help workbench only
users get at least some information about this disk
and about ADL (which is only usable from the CLI
environment).
(2) The disk name has been changed to AmigaLibDisk91.
(3) The standard library files "GeneralInfo", "Contents",
and "Distribution", along with their associated icons,
have been added to the disk.
(4) The directory 'c' has been added, along with a very
nice text reader program called "less", which is the
default tool for reading all the text files for which
there are icons.
Included here are the sources to the ADL compiler, interpreter, and
debugger. The binaries were compiled by Ross with the Lattice 3.03
compiler. Ross noted in his letter that currently ADL is a
CLI environment program only, but that he hopes to offer a more
Amiga'ized version in the future. Also, the stack size should be
set to at least 10000 before attempting to run ADL.
========================== Contents of Disk 092 ==========================
This is disk 92 of the freely distributable AMIGA software library.
Below is a listing of the significant directories and their contents.
Note that none of these can be used from the workbench, thus they
do not have any directory icons. You must use the CLI environment to
use these materials.
As6502 Contains a portable 6502 assembler, including source
in C.
Author: J. Van Ornum; Amiga port by Joel Swank
Bawk Text processor inspired by the Unix awk utility.
This is an update to the copy released on disk 65.
Bawk searches files for specific patterns and performs
actions for every occurance of these patterns. The
patterns can be regular expressions. The actions are
expressed using a subset of the C language. Includes
source in C.
Author: Bob Brodt; Amiga port by Johan Widen
HunkPad HunkPad pads an object file out to where it is exactly
a multiple of 128 bytes, thus making it immune to having
garbage appended on to the end of it by xmodem type
file transfer protocols. Version 2, includes source.
Update to version released on disk 84.
Author: J. Hamilton
Less Like Unix "more", only better, with forward and
backward scrolling, searching and positioning by
percent of file and line number, etc. Very useful!
This is Amiga version 1.2, an update to the version
on disk number 74. Includes source.
Author: Mark Nudelman, Amiga port by Bob Leivian
Ndir Library that implements the 4BSD unix directory access
routines (opendir, closedir, readdir, etc). Includes
source in C.
Author: Mike Meyer
Parse A recursive descent expression parser that parses
expressions, computes the expression value, and prints
it. Includes support for some built in transcendental
functions. Includes source in C.
Author: John Olsen
Shar Two programs to pack and unpack shell archives on the
Amiga. Shell archives are the traditional Usenet
method of bundling multiple text files for posting
as a unit or for sending via electronic mail. Includes
source in C.
Author: Fabbian G. Dufoe
SmallLib A replacement for amiga.lib that is about 8 times smaller.
Binary only.
Author: Bryce Nesbitt
UUencode Programs to encode/decode binary files for transmittal
via mail or other text-only methods. The binary file
is expanded by approximately 35% for transmittal. This
release is an update to the version on disk number 53,
and includes a simple line-by-line checksum technique that
can read and write files compatible with the older
uuencode/uudecode, plus a file size test modification that
is transparent to older uudecodes.
Author: Mark Horton with mods by Alan Rosenthal and
Bryce Nesbitt
========================== Contents of Disk 093 ==========================
This is disk 93 of the freely distributable AMIGA software library.
Below is a listing of the significant directories and their contents.
Note that none of these can be used from the workbench, thus they
do not have any directory icons. You must use the CLI environment to
use these materials.
Dme Version 1.27 of Matt's text editor. D