home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
useful
/
docs
/
fishdisks
/
ff00xx
/
001-009
next >
Wrap
Text File
|
1993-12-15
|
16KB
|
433 lines
========================== Contents of Disk 001 ==========================
This is disk 1 of the freely distributable AMIGA software library.
amigademo Graphical benchmark for comparing amigas.
Author: Charlie Heath (MicroSmiths)
amigaterm Terminal emulation program with xmodem upload/download
capability.
Author: Michael Mounier
balls Simulation of the "kinetic thingy" with balls on strings
where only the end balls move (quick, can YOU come up
with a better description?). Anyway, cute.
Author: Perry Kivolowitz
colorful Shows off use of hold-and-modify mode.
Posted to usenet by Robert Pariseau.
dhrystone Dhrystone benchmark program.
Author: Reinhold Weicker (Ada version)
Rick Richardson (C version)
dotty Source to the "dotty window" demo on the Workbench disk.
Posted to usenet by Dale Luck.
freedraw A small "paint" type program. Free drawing, boxes,
filled boxes, etc.
Author: Rick Ross
gad "Fun with Gadgets". Demonstration program for use
of gadgets.
Author: John Draper (Aka "crunch")
gfxmem Graphical memory usage display program. Watch your
machine's memory usage! Cute and useful.
Author: Louis Mamakos
halfbrite Sample program that demonstrates "Extra-Half-Brite"
mode on latter AMIGA's with new VLSI chip. Allows
64 colors in low-res mode, rather than 32.
Posted to usenet by Robert Pariseau.
hello Demonstrates creation of a simple window, "hello world".
Posted to usenet by Eric Lavitsky.
latffp Shows how to access the Motorola Fast Floating Point
library from Lattice C. Also demonstrates the tremendous
speedup obtained.
Author: Larry Hildenbrand
palette Sample program for designing color palettes.
Author: Charlie Heath
trackdisk Demonstrates use of the trackdisk driver. Useful example
of "raw" disk read/write.
Author: Rob Peck
requesters Sample program and documentation for building and
using requesters. John worked REAL hard to dig out
all the information in this one!
Author: John Draper (aka "crunch")
speech Sample speech demo program. Stripped down version of
"speechtoy".
Author: Rob Peck
speechtoy Another speech demo program. Cute. You have to see this
one. Be sure to click gadget that pops up the face.
Author: David Lucas
========================== Contents of Disk 002 ==========================
This is disk 2 of the freely distributable AMIGA software library.
alib Object module librarian.
Author: Mike Schwartz
cc Unix-like frontend for Lattice C compiler.
Author: Fred Fish
dbug Macro based C debugging package. Machine independent.
Provides function trace, selective printing of internal
state information, and more.
Author: Fred Fish
make Subset of "unix" make command. Useful, but does not have
many of the features of the full make, much less the newer
"augmented make".
Author: Landon Dyer
make2 Another make subset command.
Author: Marc Mengel
microemacs Small, relatively portable version of emacs. Has
keyboard macros. No extension language.
Author: Dave Conroy
portar Portable archiver. Used to bundle text file up into a
single file for transmission as a unit, or otherwise
handling as a single file. "Portable" because the code
itself is portable and because the archive format is
very simple (uses ascii headers to separate files).
From Decus C distribution.
Author: Martin Minow
xrf C cross reference utility. Originally from Decus C
distribution.
Author: Bob Denny
========================== Contents of Disk 003 ==========================
This is disk 3 of the freely distributable AMIGA software library.
gothic Gothic banner printer. Prints DOWN the page, rather
than across, so arbitrarily long banners can be
created. Send EOF (CTRL-\) to end input.
From a Decus C distribution several years ago.
Author: unknown
roff A "roff" type text formatter, roughly following
"Software Tools" version. Somewhat upwardly compatible
with unix "nroff" command.
Author Ken Yap
ff A very fast text formatter, controlled exclusively by
command line arguments.
Author: Gary Perlman & hordes of students
cforth A highly portable forth implementation. Lots of goodies.
Author: Allan Pratt
xlisp A nice little lisp implementation. Compiles and links
ok, but something in the Lattice C setjmp/longjmp
code prevents it from currently running. Might be
easily fixed. Version 1.4
Author: David Betz
========================== Contents of Disk 004 ==========================
This is disk 4 of the freely distributable AMIGA software library.
banner Prints horizontal banner (across screen). From Decus
C distribution of several years ago.
Author: Unknown
bgrep Another grep like utility, also using the Boyer-Moore
algorithm.
Author: Roy Mongiovi and Arnold Robbins
bison A replacement for unix "yacc" command. This is from
the GNU (GNU is Not Unix) effort, and was obtained
from the Free Software Foundation. Compiles and
links (with some effort) but currently crashes the
machine. Needs work, but will probably be worth it.
Author: Bob Corbett and Richard Stallman
bm A grep like utility using the Boyer-Moore algorithm.
Author: Peter Bain
grep Decus grep (Get Regular Expression and Print). Useful
for finding strings in files.
Author: Unknown
kermit This is an absolutely ancient kermit, who's only
saving grace is that it is small and quite portable.
On the AMIGA, there is no connect mode, only send and
receive. You must log into the remote machine via
one of it's local terminals and point it's kermit at the
appropriate serial line connected to the AMIGA.
Author: Unknown, but it is so hacked up it doesn't
matter by now.
MyCLI Another CLI for the AMIGA.
Author: Mike Schwartz
mandel A Mandelbrot set program.
Author: Robert French, with additions by RJ Mical
========================== Contents of Disk 005 ==========================
This is disk 5 of the freely distributable AMIGA software library.
It contains many of the programs, written by Commodore-Amiga people,
that were included in disk number 1. However, they have been cleaned
up so that they compile cleanly on the AMIGA, return resources
allocated, etc.
cons Console device demo program with supporting macro routines.
Author: Rob Peck 12/1/85
freemap Creates a visual diagram of free memory. Comes with
custom icon so can be run from workbench screen.
Author: Robert J. Mical
input.dev In combination with hander.interface.asm (supplied),
lets a user trap keyboard or mouse events before they
get to Intuition and if desired, install new (phony/
generated/other-devices-mouse-simulations) into the
input stream. Handler.interface.asm is needed to convert
the calling sequence performed by the input.task for
the input stream management into something that a
C program can understand.
Author: Rob Peck 12/1/85
joystick Shows how to set up the gameport device as a joystick.
Reports parameters received from joystick hooked to
right port.
Author: Rob Peck 12/1/85
keyboard Sample program to demonstrate direct communications with
the keyboard.
Author: Rob Peck 12/1/85
layers Shows use of the layers library, used by Intuition to
create windows (layers handles all overlapping drawing
areas and keeps things straight, sending to the back,
bringing to the front, making larger/smaller, etc.)
Author: Rob Peck 12/1/85
mandelbrot Latest and greatest mandelbrot program. New features
include the ability to save images in "iff" format,
for reading into Deluxe Paint or other programs that
use iff. Also includes code from GraphiCraft to handle
color palette and change colors at will. Many additions
by RJ Mical.
Author: Robert French
mouse Shows how to set up the gameport device as a mouse so
that hooking up the mouse to the right port gives access
to mouse information.
Author: Rob Peck 12/1/85
one.window Produces a window with a console attached. Does graphics
in the top half and limits the console activity to the
lower half.
Author: Rob Peck 12/18/85
parallel Demonstrates acce