AminetAminet
Search:
84450 packages online
About
Recent
Browse
Search
Upload
Setup
Services

misc/fish/fish-0005.lha

Mirror:Random
Showing:ppc-powerupgeneric
No screenshot available
Short:Fish disk 0005
Uploader:Fish Disks <aminet aminet net>
Type:misc/fish
Architecture:m68k-amigaos
Date:1996-02-16
Download:http://aminet.net/misc/fish/fish-0005.lha - View contents
Readme:http://aminet.net/misc/fish/fish-0005.readme
Downloads:5138

============================== README.list5 ==============================
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 access to the parallel port.
		Author: Tom Pohorsky  12/1/85

printer		Shows how to open and use a printer, does a screen dump
		of the workbench screen if there is a graphics-capable
		printer attached.
		Currently does not compile under Lattice C Ver3.02 and
		does not link under Lattice C Ver3.03.
		Author: Rob Peck  12/1/85

print.support	Printer support routines.  Currently won't compile,
		missing a header file "local.h".
		Author: unknown

proctest	Sample code to create a process, set up message ports,
		pass messages, etc.  Sample slave code for create process
		test (littleproc.c) currently does not link under either
		Lattice C 3.02 or 3.03 (unresolved global variables not
		in libraries).
		Author: Rob Peck  1/4/86

region		Demonstrates how a drawing area can be split into linked
		rectangular regions.  Draws a rectangle in a single
		playfield display, then draws "Behind a Fence" several
		times behind an apparent fence in the rectangle.
		Only works under Lattice Ver3.03.
		Author: Rob Peck  12/1/85

samplefont	A sample font that produces clubs, hearts, spaces, and
		diamonds as its four characters.  Shows precisely what
		is contained in an Amiga font.
		Author: Unknown

serial		Demonstrates access to the serial port.  Requires an
		external terminal connected to the serial port.
		Author: Unknown

singlePlayfield
		Creates and displays a 320 by 200 by 2 bit plane
		single playfield display.  Completely covers Intuition's
		display, but gives the system back at exit.
		Author: Rob Peck  12/1/85

speechtoy	Latest and greatest version of Dave's cute speech demo
		program.  Comes with custom icon so can be run from
		a workbench screen.
		Author: Dave Lucas

speech.demo	A much simplified version of speechtoy.  Also includes
		exec support functions for extended IO requests,
		CreateExtIO() to allocate and initialize a new IO request
		block and DeleteExtIO() to free an extended IO request
		block.
		Author: Rob Peck  12/1/85

text.demo	Sample program that asks AvailFonts() to make a list of
		the fonts that are available, then opens a window and
		then prints a description of the various attributes that
		can be applied to the fonts, in the font itself.
		Previous versions were released as "whichfont".
		Author: Rob Peck  12/1/85

timer		Simple timer example program.  Includes dynamic
		allocation of data structures needed to communicate
		with the timer device, as well as the actual device
		IO.
		Author: Rob Peck  12/1/85

trackdisk	Demonstrates use of trackdisk driver.  Useful example of
		"raw" disk read/write.
		Author Rob Peck  12/1/85

=========================================================================


Contents of misc/fish/fish-0005.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                   54      54 100.0% -lh0- 3e16 Nov 25  1985 .info
[generic]                 6613   16052  41.2% -lh5- 103c Jan 11  1986 cons/cons
[generic]                 4480   16343  27.4% -lh5- 8170 Jan 11  1986 cons/cons.c
[generic]                  159     306  52.0% -lh5- 3e80 Nov 25  1985 Disk.info
[generic]                 4606   10064  45.8% -lh5- af96 Jan 11  1986 FreeMap
[generic]                   96     418  23.0% -lh5- 8bee Nov 25  1985 FreeMap.info
[generic]                 4299   11656  36.9% -lh5- 3ba9 Jan 12  1986 FreeMapSrc/freemap.c
[generic]                  464    1394  33.3% -lh5- 9d7d Jan 11  1986 FreeMapSrc/freemap.h
[generic]                  940    1915  49.1% -lh5- 0d1b Jan 11  1986 input.dev/handler.interface.asm
[generic]                 4065   10079  40.3% -lh5- 8bc6 Jan 11  1986 input.dev/input.dev.c
[generic]                 7730   17080  45.3% -lh5- e944 Jan 11  1986 joystick/joystick
[generic]                 3044    8304  36.7% -lh5- b5c2 Jan 11  1986 joystick/joystick.c
[generic]                 6928   15320  45.2% -lh5- 60b2 Jan 11  1986 keyboard/keyboard
[generic]                 1978    4365  45.3% -lh5- 13ee Jan 11  1986 keyboard/keyboard.c
[generic]                 8212   18396  44.6% -lh5- 7c6f Jan 15  1986 layers/layers
[generic]                 2904    7043  41.2% -lh5- c70d Jan 11  1986 layers/layers.c
[generic]                  148     277  53.4% -lh5- a784 Jan 11  1986 makespeechtoy
[generic]                28817   67772  42.5% -lh5- 4f6c Jan  9  1980 Mandelbrot
[generic]                  208     638  32.6% -lh5- 0dcb Nov 25  1985 Mandelbrot.info
[generic]                    0       0 ****** -lh0- 0000 Nov 25  1985 Mandelbrot.temp.file
[generic]                 6744   19755  34.1% -lh5- 9491 Jan  9  1980 MandelbrotSrc/iff.h
[generic]                  265     516  51.4% -lh5- 4465 Jan  8  1980 MandelbrotSrc/m
[generic]                  189     696  27.2% -lh5- 86d5 Jan 11  1986 MandelbrotSrc/Makefile
[generic]                 4830   21611  22.3% -lh5- e384 Jan 11  1986 MandelbrotSrc/mand.c
[generic]                 1988    5699  34.9% -lh5- 408f Jan  9  1980 MandelbrotSrc/mand.h
[generic]                 3573   10965  32.6% -lh5- ea77 Jan 11  1986 MandelbrotSrc/mand1.c
[generic]                 1195   13139   9.1% -lh5- c239 Jan 11  1986 MandelbrotSrc/mand2.c
[generic]                 4691   16328  28.7% -lh5- 422b Jan 11  1986 MandelbrotSrc/mand3.c
[generic]                 4558   12757  35.7% -lh5- 5be5 Jan 11  1986 MandelbrotSrc/mand4.c
[generic]                 3543   12220  29.0% -lh5- 2a7f Jan 11  1986 MandelbrotSrc/mand5.c
[generic]                 2483   20008  12.4% -lh5- 878c Jan 11  1986 MandelbrotSrc/mand6.c
[generic]                 2303    6374  36.1% -lh5- 3b6b Jan 11  1986 MandelbrotSrc/mand7.c
[generic]                   85     133  63.9% -lh5- 2da4 Jan  8  1980 MandelbrotSrc/ml
[generic]                  193     293  65.9% -lh5- d243 Jan 11  1986 MandelbrotSrc/README
[generic]                 8490   18756  45.3% -lh5- f4bd Jan 12  1986 mouse/mouse
[generic]                 3156    8125  38.8% -lh5- 2223 Jan 11  1986 mouse/mouse.c
[generic]                 8526   18868  45.2% -lh5- 917f Jan 11  1986 one.window/one.window
[generic]                 6052   17188  35.2% -lh5- 21b1 Jan 11  1986 one.window/one.window.c
[generic]                 7450   16548  45.0% -lh5- 7b60 Jan 12  1986 parallel/parallel
[generic]                 1387    3640  38.1% -lh5- 5d17 Jan 11  1986 parallel/parallel.c
[generic]                 1543    4615  33.4% -lh5- 69dc Jan 11  1986 print.support/print.support.c
[generic]                 1819    4641  39.2% -lh5- 380f Jan 11  1986 printer/printer.c
[generic]                  128     195  65.6% -lh5- 6a59 Jan 15  1986 printer/README
[generic]                 1263    2690  47.0% -lh5- 2f49 Jan 11  1986 proctest/littleproc.c
[generic]                 7045   15496  45.5% -lh5- e365 Jan 12  1986 proctest/proctest
[generic]                 2275    5541  41.1% -lh5- d28f Jan 12  1986 proctest/proctest.c
[generic]                  175     249  70.3% -lh5- d49c Jan 12  1986 proctest/README
[generic]                  644    1318  48.9% -lh5- 74f7 Jan 11  1986 README.dist
[generic]                 2125    4949  42.9% -lh5- 96b5 Jan 15  1986 README.list5
[generic]                  130     163  79.8% -lh5- 611a Jan 15  1986 region/README
[generic]                 8283   18448  44.9% -lh5- 7402 Jan 15  1986 region/region
[generic]                 2358    5626  41.9% -lh5- f06e Jan 11  1986 region/region.c
[generic]                 2705    7471  36.2% -lh5- 120b Jan 11  1986 samplefont/samplefont.asm
[generic]                 7545   16592  45.5% -lh5- 0a6c Jan 11  1986 serial/serial
[generic]                 3055    8762  34.9% -lh5- ec51 Jan 11  1986 serial/serial.c
[generic]                 4845   11272  43.0% -lh5- fa1b Jan 11  1986 singlePlayfield/singlePlayfield
[generic]                 2484    5825  42.6% -lh5- f400 Jan 11  1986 singlePlayfield/singlePlayfield.c
[generic]                 1590    4187  38.0% -lh5- 0133 Jan 11  1986 speech.demo/CreateExtIO.c
[generic]                 5929   13872  42.7% -lh5- 31cc Jan 12  1986 speech.demo/speech.demo
[generic]                 2622    7393  35.5% -lh5- 7249 Jan 11  1986 speech.demo/speech.demo.c
[generic]                 6066   14888  40.7% -lh5- 1ce1 Jan 11  1986 SpeechToy
[generic]                   87     210  41.4% -lh5- 3a0b Nov 25  1985 SpeechToy.info
[generic]                11519   48908  23.6% -lh5- 66ed Jan 11  1986 SpeechToySrc/speechtoy.c
[generic]                 7571   16624  45.5% -lh5- ea9a Jan 11  1986 text.demo/text.demo
[generic]                 4662   11237  41.5% -lh5- ea91 Jan 11  1986 text.demo/text.demo.c
[generic]                 7962   17848  44.6% -lh5- 64da Jan 12  1986 timer/timer
[generic]                 3753   11000  34.1% -lh5- 3356 Jan 11  1986 timer/timer.c
[generic]                 7319   16144  45.3% -lh5- 74a0 Jan 11  1986 trackdisk/trackdisk
[generic]                 3044    8528  35.7% -lh5- c9b2 Jan 11  1986 trackdisk/trackdisk.c
[generic]                    0       0 ****** -lh0- 0000 Jul 24  1994 Trashcan/
[generic]                  147     466  31.5% -lh5- bab3 Nov 25  1985 Trashcan.info
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total        71 files  268139  716253  37.4%            Feb 16  1996

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>