[comp.sys.amiga] Disks 391-400 now available

fnf@fishpond.uucp (Fred Fish) (11/06/90)

Disks 391-400 are now available.  Shipping to those who have preordered
disks began Saturday (11/3/90) and should be complete by tomorrow.

Note that you can get a copy of the catalog (2 disks) of the complete
library contents by sending either

	Two new blank disks with no labels (you'll get back
	different disks because yours will just go into the
	"bulk blank disk pool") and $1 to cover postage and mailer

    or

	$3 for disks, postage, and mailer

    to:

	Fred Fish
	Catalog Disk Requests
	1835 East Belmont Drive
	Tempe, Arizona  85284
	USA

Thanks to all who submitted new and interesting material.  If you submitted
something in the past and it has not yet appeared in the library, please
feel free to resubmit it, particularly if it was several months ago.  I
sometimes hesitate to include material submitted more than about six
months ago because of some vague feeling that as soon as I include version
1.01 submitted many months ago, I'll see version 5.23 posted on usenet.

For those wishing to submit material for possible inclusion in the library,
here are a few simple guidelines that will make my job of organizing the
material MUCH easier and GREATLY increase your chances of having the material
accepted for inclusion:

	1.	Don't submit bootable disks or disks with any other
		sort of proprietary material included, since I then
		have to go examine each file to decide if it is
		distributable or not, and if not, what effect removing
		it might have.

	2.	Organize the distribution in a manner similar to my
		disks.  I.E, place all files related to a particular
		submission under a single directory on the disk.  If
		there is more than one submission per disk, it's ok to
		to place each submission in it's own directory.

	3.	Try to write a simple entry for my "Contents" listing
		that summarizes your submission.  It should be about
		3-10 lines, and include the current version number,
		the version and disk number of the most recent version
		(if any) that was last included in the library, whether
		or not source is included, and an "Author" list.

	4.	Ensure that your submission will run correctly from
		it's subdirectory and if necessary, supply a script
		runnable from workbench (via :c/xicon) that makes all
		necessary assigns, copies fonts and libraries, etc.

Thanks!!!

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


CONTENTS OF DISK 391
--------------------

Curses		A link library containing many of the terminal independant
		standard "curses" functions.   Designed primarily for
		those interested in porting unix screen based programs to
		the Amiga.  Version 1.10, binary only.
		Author:  Simon John Raybould

Eco		An ECHO replacement which allows many escape sequences for
		colors, text styles, cursor positioning, system variables,
		and much more.  Has PURE bit set and can be made resident.
		Version 3.40, includes source.
		Author:  Dario de Judicibus

FractalLab	Investigate the realm of fractals and allow your imagination
		to run wild.  Virtually an unlimited number of these self-
		similar curves can be created with FractalLab.  Includes
		several interesting samples.  Version 1.0, binary only.
		Author:  Terry Gintz

ListPlot	A 2D plotting program built around the PLPLOT plotting
		library.  Its principle advantage is that it supports
		a variety of graphics devices.  By default, output is
		sent to a window on the Amiga's screen.  Through command
		line options, the graph can be sent to any preferences
		printer with graphics capability, stored as an IFF file,
		stored in HPGL format, stored in Aegis Draw format, or
		stored as an Encapsulated Postscript File.  A variety of
		line styles and colors are available.  Includes source.
		Author:  Frederick R. Bartram and Anthony M. Richardson

CONTENTS OF DISK 392
--------------------

BTNTape		A "Better Than Nothing" SCSI tape device handler.  It 
		provides flat file access to a SCSI tape drive from 
		application programs using simple DOS calls to Read() 
		and Write().  It can also be used with the Amiga TAR 
		utility for disk backups.  Files may span multiple tape
		volumes and may start at any tape block.  This handler 
		requires a "SCSI-direct" compatible hard disk driver. 
		Version 1.0, includes source.
		Author:  Robert Rethemeyer

CPlot		Graphs linear functions in two dimensions, similiar to 
		a Mandelbrot plot.  You start with a linear function like
		10sin(x**2+y**2) and CPlot treats each point on the screen
		as an X-Y coordinate, color-scaling it according to its 
		magnitude for a preset range of inputs.  Includes some 
		very nice sample creations.  Version 1.0, binary only.
		Author:  Terry Gintz

Pmode		Very simple command line utility to send escape sequences
		to the printer to change print styles.  Specifically 
		tested a NEC P6 Plus, but it should work with many printers.
		Included source should make it easy to add/modify escape
		sequences.
		Author:  Dario de Judicibus

SetNoClick	Very simple program to set the NOCLICK flag in the public 
		section of a trackdisk unit.  Only works with version 36
		and up of trackdisk.device.  Includes source.
		Author:  Marc Boucher

Spades		Amiga'ized version of the popular card game.  This is 
		a single player version, where you play one hand and 
		the computer plays your partner and also your two 
		opponents.  Version 1.1, includes source.
		Author:  Greg Stelmack

CONTENTS OF DISK 393
--------------------


FileIO		The dissidents file requester.  This is version 1.9, an
		update to version 1.6 on disk 348.  Binary only.
		Author:  Jeff Glatt, Dissidents Software

FontConvert	A printer font conversion program to convert standard
		Amiga fonts into a form suitable for downloading to
		a printer that supports user defined printer fonts.
		Version 1.0, includes source.
		Author:  Olaf 'Olsen' Barthel

FuncLib		A program that allows you to add or remove rexx function
		libraries.
		Author:  Jeff Glatt, Dissidents Software

ILBMLib		A shared library (ilbm.library) to read/write IFF files,
		derived from the EA IFF code, along with various
		enhancements.  Version 0.3, a partial update to version
		on disk 348.
		Author:  Jeff Glatt, Dissidents Software

LibTool		A program that allows you to develop C or assembly code,
		and then quickly turn it into a shared library.  Also
		generates all support files for your library including
		Pragma files (both Manx and Lattice), bmap files, include
		files, C interface glue files.  Can be used to make a
		device, too.
		Author:  Jeff Glatt, Dissidents Software

PrintSpool	A small print spooling shared library that provides an easy
		way to print graphics and text for any application.  It can
		print ascii text of any length or dump any part or all of a
		rastport.  Takes care of opening the printer.device and
		manages its own resources.  Version 0.1, binary only, with
		source code examples.
		Author:  Jeff Glatt, Dissidents Software

RexxIntuition	This is a ARexx function library that allows you to
		open windows/screens from an ARexx script, attach menus,
		gadgets, (file) requesters, load and save ILBM picture
		files, auto-requesters, print text and graphic dumps,
		and completely interact with the user in an intuition
		environment.  Adds all of those Amiga features that
		ARexx lacks.
		Author:  Jeff Glatt, Dissidents Software

RexxLib		A shared library that can be easily used by any C or
		assembly programmer to add an ARexx interface to his
		programs.  Handles all of the messy details including
		message creation/deletion and error handling.
		Author:  Jeff Glatt, Dissidents Software

CONTENTS OF DISK 394
--------------------

Aniptrs3	Some more animated pointers to choose from to "liven"
		up your display environment.  Other pointers from Bob
		are on disks 332 and 364.  Binary only.
		Author:  Bob McKain, pointer animation program by Tim Kemp

'Liner		A shareware outliner whose function is to create outlines
		for notes or export to other programs.  'Liner can save an
		outline as ASCII text, and is clipboard compatible.
		Enhancements over the previous version include support for
		ARexx, Workbench, overscanned screens, more than one line
		of text per outline number, a preferences file, and
		search/replace.  Version 2.00, an upgrade to version 1.32
		on disk 285.  Includes C source.
		Author:  Dave Schreiber

Pics		Some miscellaneous pictures with a "cartoon" theme.
		Author:  Bob McKain

PrintImage	A simple program that provides an easy way to print
		IFF ILBM images.  Version 1.0, includes source.
		Author:  Olaf 'Olsen' Barthel

CONTENTS OF DISK 395
--------------------

DragonCave	A nicely done Sokoban like game for the Amiga.  Features
		include sound effects, two or three dimensional graphics,
		100 levels (50 of which can be customized with the built-
		in editor), undo of up to 1000 preceding steps, transparent
		copying of data files to ram: for reduced load times, both
		English and German versions, and more.  Version 1.00,
		binary only.
		Author:  Hartmut Stein and Michael Berling


CONTENTS OF DISK 396
--------------------

ColorCatch	A utility that lets you grab colors from a screen and
		save them as an executable file.  Version 1.0, includes
		source in assembler.
		Author:  Preben Nielsen

NewLook		A program that changes the system gadgets in all the
		screens and windows.  Version 1.0, includes source in
		assembler.
		Author:  Preben Nielsen

PBar		An editor to change the pattern in the windows drag bar
		and save the pattern as an executable file with an icon
		looking like the pattern.  Version 1.0, includes source
		in assembler.
		Author:  Preben Nielsen

PCalender	A little calender program which lets you look through
		years and months using the arrow-keys.  Version 1.0,
		includes source in assembler.
		Author:  Preben Nielsen

PClock		A little clock program which shows the time and the
		available CHIP and FAST memory.  Version 1.0, includes
		source in assembler.
		Author:  Preben Nielsen

PFiler		A very good and small file requester to link onto your
		own programs.  Version 1.0, includes source in assembler.
		Author:  Preben Nielsen

Resident	A resident startup module for Aztec C.  Version 1.0,
		includes source.
		Author:  Olaf 'Olsen' Barthel

RoadRoute	Trip planner program to find "best road route" between
		any two points of travel.  Features include the user
		customization of CITIES and ROADS files to suit travel
		interests and provision for very large city menus and
		itineraries.  Also includes RoadScan, a checker for
		RoadRoute files (CITIES and ROADS).  Very large files
		may contain goofs (cities with no roads, the same road
		entered twice, etc.), or oddities (direct road not as
		fast as multipoint).  These are pointed out, together
		with areas where users might wish to make economies in
		the data base.  Version 1.6, an update to version 1.5
		on disk 358, includes source.
		Author:  Jim Butterfield

TurboTopaz	Two Text speed up programs like FastFonts.  Allows
		replacement of the Topaz-80 font from both CLI and
		WorkBench.  Includes a program to measure to speed of
		Text speed up programs.  Version 1.0, includes source
		in assembler.
		Author:  Preben Nielsen

CONTENTS OF DISK 397
--------------------


DKBTrace	A complete ray tracer that supports arbitrary quadric
		surfaces (spheres, ellipsoids, cones, cylinders, planes,
		etc.), constructive solid geometry, and various shading
		models (reflection, refraction, marble, wood, and many
		others).  It also has special case code to handle spheres,
		planes, triangles, and smooth triangles.  By using these
		special primitives, the rendering can be done much more
		quickly than by using the more general quadrics.  This
		is version 2.0 and includes source in C.
		Author:  David Buck

CONTENTS OF DISK 398
--------------------

DClock		A "Dumb Clock" utility that displays the date and time
		in the Workbench screen title bar.  Includes an ARexx
		interface.  This is version 1.29, an update to version
		1.27 on disk 388.  Includes source.
		Author:  Olaf Barthel

Formatter	A faster and more user friendly floppy disk formatter
		that is also an example of how to format Amiga file
		systems in general and get AmigaDOS to accept them.
		Formatting without verify takes about 50 seconds,
		with verify takes about 100 seconds.  Version 2.7,
		includes source.
		Author:  Olaf Barthel

GMC		A console handler with command line editing and function
		key support.  GMC provides extended command line editing,
		function key assignment in four levels, extended command
		line history, online help for functions in the handler,
		and an iconify function.  Also includes an output buffer
		(dump to printer and window), filename completer, script
		function, undo function, prompt beeper, pathname in window
		title, close gadget for KS 2.0, etc.  This is version 9.6,
		an update to version 9.2 on disk 387.  Shareware, binary
		only.
		Author:  Goetz Mueller

HunkFunk	A program to "disassemble" any given AmigaDOS hunk file,
		which includes executables, linker libraries, linker
		object files, overlayed files, etc.  Written as an exercise
		by the author to learn a few things about AmigaDOS hunk
		structures.  Includes source.
		Author:  Olaf Barthel

KeyMacro	A keyboard macro program, configurable via a text file,
		that also supports hotkey program execution.  You can
		map up to eight functions to each key, including keys
		such as cursor keys, the return key, etc.  Version 1.6,
		an update to version 1.4 on disk 354.  Includes source.
		Author:  Olaf Barthel

CONTENTS OF DISK 399
--------------------

AutoCLI		A 'PopCLI' type replacement that works with WorkBench 2.0.
		Also fixes the problem with PopCLI crashing the machine if
		used on a PAL Amiga to open a CLI window with a vertical
		size greater than 200 lines.  Other features include an
		optional Function-key press with the qualifier to execute
		an S:script file.  Version 1.6, binary only.
		Author:  Nic Wilson

CCLib		An implementation of the standard C runtime library, with
		a few extra goodies thrown in.  Supports a large number of
		functions including stream I/O, low-level I/O, string,
		memory, linked list, sorting, time, process control and
		more.  Version 3.0, includes source and several utility
		programs.
		Author:  Robert W. Albrecht

PrettyWindows	Three different C routines to add various borders inside
		of windows.  Includes source and a demo.
		Author:  Thom Robertson

TrackDisplay	A simple program that continuously monitors and displays
		the current track for each floppy disk.  Includes source.
		Author:  Olaf Barthel

CONTENTS OF DISK 400
--------------------

DriveWars	DriveWars is a Shareware shoot'em up game that pits
		you, df0: or df1:, against a computer virus that is
		about to destroy all U.S. records of Iraq's positions
		during operation Desert Shield.  In version 1.0, you
		must fly df0: through the computers and destroy all
		contaminated chips and disks.
		Author:  Joe Angell

ParNet		The Software Distillery's NET: file system using Matt
		Dillon's parallel port code.  Using a special DB25 cable,
		two Amigas can be connected via the parallel port.  One
		Amiga can mount the other as a device and read/write the
		files as if they were local.  Version 2.4, binary only.
		Author:  Doug Walker, John Toebes, Matt Dillon

ReqLib		A runtime, reentrant library designed to make it easier
		for programmers to use powerful, easy to use requesters,
		for communicating with users.  Includes such functions
		as a color requester, file requester, message display 
		requester and many functions to make the creation of gadgets
		for your own custom requesters easier.  Binary only.
		Author:  Colin Fox and Bruce Dawson

SetCPU		A program designed to allow the user to detect and modify
		various parameters related to 32 bit CPUs.  Includes
		commands to enable or disable the text/data caches,
		switch on or off the '030 burst cache line fill request,
		use the MMU to run a ROM image from 32-bit memory, and
		to report various parameters when called from a script.
		This is version 1.60, an update to version 1.5 on disk 223.
		Includes source.
		Author:  Dave Haynie

SF2		File search utility.  Default searching starts from the
		root directory of the specified device and descends down
		into its subdirectories.  Searching includes looking into
		archive files generated by various compression utilities.
		Archive files ending with a .ARC, .LHZ, .ZIP and .ZOO
		are currently supported.  Lots of command line options.
		Requires ARP 1.3 (rev. 39.1).  Version 2.0, binary only,
		shareware.
		Author:  Andrea Suatoni

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

-Fred
-- 
# Fred Fish, 1835 E. Belmont Drive, Tempe, AZ 85284,  USA
# 1-602-491-0048               asuvax!mcdphx!fishpond!fnf

hill@evax.arl.utexas.edu (Adam Hill) (11/06/90)

     All I can say is WOW WOW WOW!!!! Fred must be on vacation :-)  30 disks
in 3 weeks. And the STUFF... With the release of RexxLib by Dissidents and 
RexxInutition EVERYONE should have a AREXX port now... Even WB2.0 programs :-) 



                       Three Cheers For Fred!!!!
-- 
 adam hill                                 "I will tell you three things.."   
 hill@evax.arl.utexas.edu                     Make Up Your Own Mind.. AMIGA!
                                              Amiga... Multimedia NOW!!  
 24 Bit Color(n.) Large waster of bandwidth.  "Amiga walk with me ........"

A0NJ@UNB.CA (Greg Patterson) (11/07/90)

 <ID4278.D901106.T095216.amiga-relay-request%louie.udel.edu@unbmvs1.csd.unb.ca>
Message-ID:  <ID5855.D901106.T143214.A0NJ@UNB.CA>


Disks 391-400 are now available.  Shipping to those who have preordered
disks began Saturday (11/3/90) and should be complete by tomorrow.

Note that you can get a copy of the catalog (2 disks) of the complete
library contents by sending either

    Two new blank disks with no labels (you'll get back
    different disks because yours will just go into the
    "bulk blank disk pool") and $1 to cover postage and mailer

    or

    $3 for disks, postage, and mailer

    to:

    Fred Fish
    Catalog Disk Requests
    1835 East Belmont Drive
    Tempe, Arizona  85284
    USA

Thanks to all who submitted new and interesting material.  If you submitted
something in the past and it has not yet appeared in the library, please
feel free to resubmit it, particularly if it was several months ago.  I
sometimes hesitate to include material submitted more than about six
months ago because of some vague feeling that as soon as I include version
1.01 submitted many months ago, I'll see version 5.23 posted on usenet.

For those wishing to submit material for possible inclusion in the library,
here are a few simple guidelines that will make my job of organizing the
material MUCH easier and GREATLY increase your chances of having the material
accepted for inclusion:

    1.    Don't submit bootable disks or disks with any other
        sort of proprietary material included, since I then
        have to go examine each file to decide if it is
        distributable or not, and if not, what effect removing
        it might have.

    2.    Organize the distribution in a manner similar to my
        disks.  I.E, place all files related to a particular
        submission under a single directory on the disk.  If
        there is more than one submission per disk, it's ok to
        to place each submission in it's own directory.

    3.    Try to write a simple entry for my "Contents" listing
        that summarizes your submission.  It should be about
        3-10 lines, and include the current version number,
        the version and disk number of the most recent version
        (if any) that was last included in the library, whether
        or not source is included, and an "Author" list.

    4.    Ensure that your submission will run correctly from
        it's subdirectory and if necessary, supply a script
        runnable from workbench (via :c/xicon) that makes all
        necessary assigns, copies fonts and libraries, etc.

Thanks!!!

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


CONTENTS OF DISK 391
--------------------

Curses        A link library containing many of the terminal independant
        standard "curses" functions.   Designed primarily for
        those interested in porting unix screen based programs to
        the Amiga.  Version 1.10, binary only.
        Author:  Simon John Raybould

Eco        An ECHO replacement which allows many escape sequences for
        colors, text styles, cursor positioning, system variables,
        and much more.  Has PURE bit set and can be made resident.
        Version 3.40, includes source.
        Author:  Dario de Judicibus

FractalLab    Investigate the realm of fractals and allow your imagination
        to run wild.  Virtually an unlimited number of these self-
        similar curves can be created with FractalLab.  Includes
        several interesting samples.  Version 1.0, binary only.
        Author:  Terry Gintz

ListPlot    A 2D plotting program built around the PLPLOT plotting
        library.  Its principle advantage is that it supports
        a variety of graphics devices.  By default, output is
        sent to a window on the Amiga's screen.  Through command
        line options, the graph can be sent to any preferences
        printer with graphics capability, stored as an IFF file,
        stored in HPGL format, stored in Aegis Draw format, or
        stored as an Encapsulated Postscript File.  A variety of
        line styles and colors are available.  Includes source.
        Author:  Frederick R. Bartram and Anthony M. Richardson

CONTENTS OF DISK 392
--------------------

BTNTape        A "Better Than Nothing" SCSI tape device handler.  It
        provides flat file access to a SCSI tape drive from
        application programs using simple DOS calls to Read()
        and Write().  It can also be used with the Amiga TAR
        utility for disk backups.  Files may span multiple tape
        volumes and may start at any tape block.  This handler
        requires a "SCSI-direct" compatible hard disk driver.
        Version 1.0, includes source.
        Author:  Robert Rethemeyer

CPlot        Graphs linear functions in two dimensions, similiar to
        a Mandelbrot plot.  You start with a linear function like
        10sin(x**2+y**2) and CPlot treats each point on the screen
        as an X-Y coordinate, color-scaling it according to its
        magnitude for a preset range of inputs.  Includes some
        very nice sample creations.  Version 1.0, binary only.
        Author:  Terry Gintz

Pmode        Very simple command line utility to send escape sequences
        to the printer to change print styles.  Specifically
        tested a NEC P6 Plus, but it should work with many printers.
        Included source should make it easy to add/modify escape
        sequences.
        Author:  Dario de Judicibus

SetNoClick    Very simple program to set the NOCLICK flag in the public
        section of a trackdisk unit.  Only works with version 36
        and up of trackdisk.device.  Includes source.
        Author:  Marc Boucher

Spades        Amiga'ized version of the popular card game.  This is
        a single player version, where you play one hand and
        the computer plays your partner and also your two
        opponents.  Version 1.1, includes source.
        Author:  Greg Stelmack

CONTENTS OF DISK 393
--------------------


FileIO        The dissidents file requester.  This is version 1.9, an
        update to version 1.6 on disk 348.  Binary only.
        Author:  Jeff Glatt, Dissidents Software

FontConvert    A printer font conversion program to convert standard
        Amiga fonts into a form suitable for downloading to
        a printer that supports user defined printer fonts.
        Version 1.0, includes source.
        Author:  Olaf 'Olsen' Barthel

FuncLib        A program that allows you to add or remove rexx function
        libraries.
        Author:  Jeff Glatt, Dissidents Software

ILBMLib        A shared library (ilbm.library) to read/write IFF files,
        derived from the EA IFF code, along with various
        enhancements.  Version 0.3, a partial update to version
        on disk 348.
        Author:  Jeff Glatt, Dissidents Software

LibTool        A program that allows you to develop C or assembly code,
        and then quickly turn it into a shared library.  Also
        generates all support files for your library including
        Pragma files (both Manx and Lattice), bmap files, include
        files, C interface glue files.  Can be used to make a
        device, too.
        Author:  Jeff Glatt, Dissidents Software

PrintSpool    A small print spooling shared library that provides an easy
        way to print graphics and text for any application.  It can
        print ascii text of any length or dump any part or all of a
        rastport.  Takes care of opening the printer.device and
        manages its own resources.  Version 0.1, binary only, with
        source code examples.
        Author:  Jeff Glatt, Dissidents Software

RexxIntuition    This is a ARexx function library that allows you to
        open windows/screens from an ARexx script, attach menus,
        gadgets, (file) requesters, load and save ILBM picture
        files, auto-requesters, print text and graphic dumps,
        and completely interact with the user in an intuition
        environment.  Adds all of those Amiga features that
        ARexx lacks.
        Author:  Jeff Glatt, Dissidents Software

RexxLib        A shared library that can be easily used by any C or
        assembly programmer to add an ARexx interface to his
        programs.  Handles all of the messy details including
        message creation/deletion and error handling.
        Author:  Jeff Glatt, Dissidents Software

CONTENTS OF DISK 394
--------------------

Aniptrs3    Some more animated pointers to choose from to "liven"
        up your display environment.  Other pointers from Bob
        are on disks 332 and 364.  Binary only.
        Author:  Bob McKain, pointer animation program by Tim Kemp

'Liner        A shareware outliner whose function is to create outlines
        for notes or export to other programs.  'Liner can save an
        outline as ASCII text, and is clipboard compatible.
        Enhancements over the previous version include support for
        ARexx, Workbench, overscanned screens, more than one line
        of text per outline number, a preferences file, and
        search/replace.  Version 2.00, an upgrade to version 1.32
        on disk 285.  Includes C source.
        Author:  Dave Schreiber

Pics        Some miscellaneous pictures with a "cartoon" theme.
        Author:  Bob McKain

PrintImage    A simple program that provides an easy way to print
        IFF ILBM images.  Version 1.0, includes source.
        Author:  Olaf 'Olsen' Barthel

CONTENTS OF DISK 395
--------------------

DragonCave    A nicely done Sokoban like game for the Amiga.  Features
        include sound effects, two or three dimensional graphics,
        100 levels (50 of which can be customized with the built-
        in editor), undo of up to 1000 preceding steps, transparent
        copying of data files to ram: for reduced load times, both
        English and German versions, and more.  Version 1.00,
        binary only.
        Author:  Hartmut Stein and Michael Berling


CONTENTS OF DISK 396
--------------------

ColorCatch    A utility that lets you grab colors from a screen and
        save them as an executable file.  Version 1.0, includes
        source in assembler.
        Author:  Preben Nielsen

NewLook        A program that changes the system gadgets in all the
        screens and windows.  Version 1.0, includes source in
        assembler.
        Author:  Preben Nielsen

PBar        An editor to change the pattern in the windows drag bar
        and save the pattern as an executable file with an icon
        looking like the pattern.  Version 1.0, includes source
        in assembler.
        Author:  Preben Nielsen

PCalender    A little calender program which lets you look through
        years and months using the arrow-keys.  Version 1.0,
        includes source in assembler.
        Author:  Preben Nielsen

PClock        A little clock program which shows the time and the
        available CHIP and FAST memory.  Version 1.0, includes
        source in assembler.
        Author:  Preben Nielsen

PFiler        A very good and small file requester to link onto your
        own programs.  Version 1.0, includes source in assembler.
        Author:  Preben Nielsen

Resident    A resident startup module for Aztec C.  Version 1.0,
        includes source.
        Author:  Olaf 'Olsen' Barthel

RoadRoute    Trip planner program to find "best road route" between
        any two points of travel.  Features include the user
        customization of CITIES and ROADS files to suit travel
        interests and provision for very large city menus and
        itineraries.  Also includes RoadScan, a checker for
        RoadRoute files (CITIES and ROADS).  Very large files
        may contain goofs (cities with no roads, the same road
        entered twice, etc.), or oddities (direct road not as
        fast as multipoint).  These are pointed out, together
        with areas where users might wish to make economies in
        the data base.  Version 1.6, an update to version 1.5
        on disk 358, includes source.
        Author:  Jim Butterfield

TurboTopaz    Two Text speed up programs like FastFonts.  Allows
        replacement of the Topaz-80 font from both CLI and
        WorkBench.  Includes a program to measure to speed of
        Text speed up programs.  Version 1.0, includes source
        in assembler.
        Author:  Preben Nielsen

CONTENTS OF DISK 397
--------------------


DKBTrace    A complete ray tracer that supports arbitrary quadric
        surfaces (spheres, ellipsoids, cones, cylinders, planes,
        etc.), constructive solid geometry, and various shading
        models (reflection, refraction, marble, wood, and many
        others).  It also has special case code to handle spheres,
        planes, triangles, and smooth triangles.  By using these
        special primitives, the rendering can be done much more
        quickly than by using the more general quadrics.  This
        is version 2.0 and includes source in C.
        Author:  David Buck

CONTENTS OF DISK 398
--------------------

DClock        A "Dumb Clock" utility that displays the date and time
        in the Workbench screen title bar.  Includes an ARexx
        interface.  This is version 1.29, an update to version
        1.27 on disk 388.  Includes source.
        Author:  Olaf Barthel

Formatter    A faster and more user friendly floppy disk formatter
        that is also an example of how to format Amiga file
        systems in general and get AmigaDOS to accept them.
        Formatting without verify takes about 50 seconds,
        with verify takes about 100 seconds.  Version 2.7,
        includes source.
        Author:  Olaf Barthel

GMC        A console handler with command line editing and function
        key support.  GMC provides extended command line editing,
        function key assignment in four levels, extended command
        line history, online help for functions in the handler,
        and an iconify function.  Also includes an output buffer
        (dump to printer and window), filename completer, script
        function, undo function, prompt beeper, pathname in window
        title, close gadget for KS 2.0, etc.  This is version 9.6,
        an update to version 9.2 on disk 387.  Shareware, binary
        only.
        Author:  Goetz Mueller

HunkFunk    A program to "disassemble" any given AmigaDOS hunk file,
        which includes executables, linker libraries, linker
        object files, overlayed files, etc.  Written as an exercise
        by the author to learn a few things about AmigaDOS hunk
        structures.  Includes source.
        Author:  Olaf Barthel

KeyMacro    A keyboard macro program, configurable via a text file,
        that also supports hotkey program execution.  You can
        map up to eight functions to each key, including keys
        such as cursor keys, the return key, etc.  Version 1.6,
        an update to version 1.4 on disk 354.  Includes source.
        Author:  Olaf Barthel

CONTENTS OF DISK 399
--------------------

AutoCLI        A 'PopCLI' type replacement that works with WorkBench 2.0.
        Also fixes the problem with PopCLI crashing the machine if
        used on a PAL Amiga to open a CLI window with a vertical
        size greater than 200 lines.  Other features include an
        optional Function-key press with the qualifier to execute
        an S:script file.  Version 1.6, binary only.
        Author:  Nic Wilson

CCLib        An implementation of the standard C runtime library, with
        a few extra goodies thrown in.  Supports a large number of
        functions including stream I/O, low-level I/O, string,
        memory, linked list, sorting, time, process control and
        more.  Version 3.0, includes source and several utility
        programs.
        Author:  Robert W. Albrecht

PrettyWindows    Three different C routines to add various borders inside
        of windows.  Includes source and a demo.
        Author:  Thom Robertson

TrackDisplay    A simple program that continuously monitors and displays
        the current track for each floppy disk.  Includes source.
        Author:  Olaf Barthel

CONTENTS OF DISK 400
--------------------

DriveWars    DriveWars is a Shareware shoot'em up game that pits
        you, df0: or df1:, against a computer virus that is
        about to destroy all U.S. records of Iraq's positions
        during operation Desert Shield.  In version 1.0, you
        must fly df0: through the computers and destroy all
        contaminated chips and disks.
        Author:  Joe Angell

ParNet        The Software Distillery's NET: file system using Matt
        Dillon's parallel port code.  Using a special DB25 cable,
        two Amigas can be connected via the parallel port.  One
        Amiga can mount the other as a device and read/write the
        files as if they were local.  Version 2.4, binary only.
        Author:  Doug Walker, John Toebes, Matt Dillon

ReqLib        A runtime, reentrant library designed to make it easier
        for programmers to use powerful, easy to use requesters,
        for communicating with users.  Includes such functions
        as a color requester, file requester, message display
        requester and many functions to make the creation of gadgets
        for your own custom requesters easier.  Binary only.
        Author:  Colin Fox and Bruce Dawson

SetCPU        A program designed to allow the user to detect and modify
        various parameters related to 32 bit CPUs.  Includes
        commands to enable or disable the text/data caches,
        switch on or off the '030 burst cache line fill request,
        use the MMU to run a ROM image from 32-bit memory, and
        to report various parameters when called from a script.
        This is version 1.60, an update to version 1.5 on disk 223.
        Includes source.
        Author:  Dave Haynie

SF2        File search utility.  Default searching starts from the
        root directory of the specified device and descends down
        into its subdirectories.  Searching includes looking into
        archive files generated by various compression utilities.
        Archive files ending with a .ARC, .LHZ, .ZIP and .ZOO
        are currently supported.  Lots of command line options.
        Requires ARP 1.3 (rev. 39.1).  Version 2.0, binary only,
        shareware.
        Author:  Andrea Suatoni

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

-Fred
--
# Fred Fish, 1835 E. Belmont Drive, Tempe, AZ 85284,  USA
# 1-602-491-0048               asuvax!mcdphx!fishpond!fnf

keithh@bwdls40.bnr.ca (Keith Hanlan) (11/08/90)

We lost our news feed a little while ago and it seems that I missed
the posting of Disks 381-390. Could some kind soul send them on to
me or tell me where Fred's original postings are archived?

Thank you,
Keith Hanlan

Bell-Northern Research, Ottawa, Canada 613-765-4645
uunet!bnrgate!{bwdls40|atreus}!keithh or (via bitnet) keithh@bnr.ca

massa@uni-paderborn.de (Michael Janich) (11/09/90)

hill@evax.arl.utexas.edu (Adam Hill) writes:


>     All I can say is WOW WOW WOW!!!! Fred must be on vacation :-)  30 disks
>in 3 weeks. And the STUFF... With the release of RexxLib by Dissidents and 
>RexxInutition EVERYONE should have a AREXX port now... Even WB2.0 programs :-) 

OK. Super, but where are the CONTENS file my aquarium likes most?

   Michael Janich, Uni Paderborn, United Germany
-- 


   Michael Janich, Uni Paderborn, United Germany

guru2001@salyko.doit.sub.org (Anton Soellner) (11/16/90)

Oh, Fred seems to be very busy releasing disks. I was off the net only
one week and missed his Posting of the "CONTENTS" from the disks 390 to
400. Is there some kind soul out there, that sends them to me via
e-mail (only the Contents-File, not the software !  8-)) ?
I will be very pleased to get them.
Thanks in advance ...

	Bye
		Anton


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   Anton Soellner   +  UUCP: guru2001@salyko.doit.sub.org + 
+ W-8000 Muenchen 70 +                                     +
+      Germany       +  FIDO: 2:507/440.3                  +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++