home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / contents < prev    next >
Text File  |  1995-04-19  |  910KB  |  26,077 lines

  1. This file is generated automatically from the product info files
  2. included in this tree.
  3.  
  4. ==========
  5.  
  6. ABank    1.02    Accounts bank management, many options.
  7.  
  8. A domestic  bank account software. Can load simultaneously more than 
  9. ten accounts, automatically sorting the operations, possessing a notepad,
  10. loads powerpacked files, makes graphical stats, printing with filter.
  11. Interface look 2.0 for every kickstart.
  12.  
  13. Author: David Gaussinel & Stéphane Anquetil
  14. Path: biz/ABank-1.02.lha
  15.  
  16. ==========
  17.  
  18. AddressBook    0.32    A new address database using MUI
  19.  
  20.  
  21. Address-Book is yet another address utility. But it has
  22. some useful features:
  23.  
  24.  - Address-Book is GIFTWARE (there are no limitations).
  25.  - Address-Book uses MUI (nice gui).
  26.  - Multi addresses for any entry (very useful for students).
  27.  - Multi phonenumbers for any address.
  28.  - Multi E-Mail's for any entry.
  29.  - Arexx Support via Server.
  30.  - etc.
  31.  
  32. Author: Joerg Krause
  33. Path: biz/AddressBook-0.32.lha
  34.  
  35. ==========
  36.  
  37. ADPro25PR    2.5    ADPro 2.5 screenshots & press release
  38.  
  39. Some nice screen shots of the all new user interface and press release
  40. information on the new Art Department Professional version 2.5 from ASDG,
  41. Inc.
  42.  
  43. Author: ASDG, Incorporated
  44. Path: biz/ADPro25PR-2.5.lha
  45.  
  46. ==========
  47.  
  48. AFile    3.30    A datafile manager
  49.  
  50. AFile is a data file manager, that is a tool which lets you create and
  51. manager your files (addresses, video collections, clients, ...) using
  52. an Intuition interface.  There is no limitation to the number of fields
  53. or records.  The program offers the standard printing, sorting, and
  54. importing/exporting functions.  AFile uses AREXX as it's programming
  55. language.  You can create full input masks with background picture, field
  56. positioning, checking of entered data, menus and printing customization.
  57.  
  58. Author: Denis Gounelle
  59. Path: biz/AFile-3.30.lha
  60.  
  61. ==========
  62.  
  63. AFile    4.01    A datafile manager
  64.  
  65. AFile is a data file manager, that is a tool which lets you create and
  66. manage your files (addresses, video collections, clients, ...) using an
  67. Intuition interface.  There is no limitation to the number of fields or
  68. records.  The program offer the standard printing, sorting, and importing/
  69. exporting functions.  AFile uses AREXX as it's programming language.  You
  70. can create full input masks with background picture, field positioning,
  71. checking of entered data, menus and printing customization.
  72.  
  73. Author: Denis Gounelle
  74. Path: biz/AFile-4.01.lha
  75.  
  76. ==========
  77.  
  78. AmigaBase    2.1    Very powerful programmable db with GUI
  79.  
  80.  
  81.       AmigaBase is not a relational database with SQL interface or something
  82.       like this. AmigaBase is a hierarchical programmable database.
  83.       Nevertheless, or just because, AmigaBase is ideal for managing
  84.       music cassettes, videos, addresses, etc. Complex applications like
  85.       a finance manager with automatic printing of transfer forms
  86.       and writing client accounts is no problem for AmigaBase, too.
  87.  
  88.       A project consists of one or several records. A record is displayed
  89.       by a rectangle with a colored border and a titlebar. The record
  90.       name is displayed in the title bar. A record can be placed beside or
  91.       within annother one (hierarchy).
  92.       In records you can place variables which are used for data input and
  93.       display.
  94.       Data is organized in datasets. For each record you can allocate
  95.       any number of datasets (only limited by available memory).
  96.       Datasets can be ordered by several keys.
  97.       A filter allows the selection of some datasets.
  98.       A print menu allows printing of datasets.
  99.       With a search requester it is easy to find certain datasets.
  100.  
  101.       AmigaBase offers two display modes: form and listing.
  102.       In form display all records are displayed in several windows. In
  103.       each record exactly one dataset is shown.
  104.       In listing display all dataset of a specific record are displayed
  105.       in a scrolling list in a window.
  106.  
  107.       AmigaBase has two operating modes: working mode and installing mode.
  108.       In working mode you can work with your project, input data, start
  109.       programs, etc.
  110.       In installing mode you build your data structure. You can define
  111.       new variables, change and delete them. Variables can be of the type
  112.       BOOLEAN (boolean values), CHOICE (one item out of many items),
  113.       INTEGER (integer values), REAL (floating point values),
  114.       STRING (any text), DATE (date values), TIME (time values),
  115.       or MEMO (unlimited multi line text). Additionally there is the
  116.       program button type which is only used to start AmigaBase programs.
  117.       Furthermore you can define, change and delete texts. Texts are only
  118.       used for decoration in records.
  119.       You can also define, change and delete records and windows.
  120.       You must give each variable, record and window a name. This name
  121.       must begin with an uppercase letter followed by up to nine letters,
  122.       digits or the character '_'. There are some reserved words that
  123.       cannot be used for names.
  124.  
  125.       A special feature of AmigaBase is the programming of it. For each
  126.       variable (except MEMO variables) you can write a program which
  127.       is called whenever you change the contents of this variable or press
  128.       RETURN while the cursor is on the program button variable.
  129.       If you want to have a view into programming AmigaBase I recommend
  130.       that you have a look at the label print program of the cassette
  131.       project (included in the distribution).
  132.  
  133.       A complete description of all functions and abilities of AmigaBase
  134.       is found in the user manual of AmigaBase. This document is available
  135.       by registration only.
  136.  
  137.  
  138.    Import of datasets
  139.    ------------------
  140.  
  141.       For importing datasets there aren't any menu items. But with the use
  142.       of an AmigaBase program you can write your own Import routine.
  143.       First you have to load the import file into a MEMO variable (MEMOLOAD).
  144.       Then you do a FOR loop and examine each line of the MEMO variable.
  145.       Use LeftStr, MidStr, RightStr, Val, etc. to extract the data and
  146.       assign it to the dataset variables.
  147.       This looks awkward, but it is very flexible. The user manual contains
  148.       a whole chapter about importing and exporting datasets.
  149.  
  150.  
  151.    New features V1.31 - V2.00
  152.    --------------------------
  153.  
  154.       o  Full font sensitive
  155.       o  OS 3.0 look
  156.       o  Iconification of windows.
  157.       o  Improved memory management
  158.       o  Arexx port
  159.       o  Copy & paste
  160.       o  New variable type: CHOICE
  161.       o  MEMO variables with their own window
  162.       o  Improved text editor.
  163.       o  Enabled use of an external editor
  164.       o  Shortcuts for variables
  165.       o  Improved preferences settings (project dependent/independent)
  166.       o  Formats for date and floating point values.
  167.       o  Stack overflow handler and ctrl-c checking
  168.       o  Save & load of filter programs
  169.       o  Font attributes, background color and borders for all variable types.
  170.       o  New program types: PreNewDataset, PostNewDataset, PreDeleteDataset,
  171.          PostDeleteDataset and Functions.
  172.       o  Many new functions and improvements for programming AmigaBase
  173.       o  Many bug fixes
  174.  
  175.    New features V2.00 - V2.1
  176.    -------------------------
  177.  
  178.       o  Danish and French catalog file.
  179.       o  New programming functions: Filename, Changes, ARexxPort,
  180.          ChooseString, Now, StrCmp and ChoiceLabels.
  181.       o  Improvements for file requesters.
  182.       o  Many bug fixes and other improvements.
  183.  
  184.  
  185.    Example projects:
  186.    -----------------
  187.  
  188.       In the directory Data/Deutsch and Data/English you will find some
  189.       example projects.
  190.       If you have created your own project and you think it should be
  191.       distributed with AmigaBase then send it to me! I will have a look
  192.       at it and maybe include it in the next distribution.
  193.  
  194. Author: Steffen Gutmann
  195. Path: biz/AmigaBase-2.1.lha
  196.  
  197. ==========
  198.  
  199. AmigaWorld    4.32    Database of information of all countries
  200.  
  201. A database program that contains information about every
  202. country on Earth.  It enables you to have a look at the data
  203. of one country, or to compare several ones.  Among other things
  204. it displays location, capital, area, population, languages,
  205. currency and the flag of each country.  Other features are
  206. information on international organizations and map display.
  207. AmigaWorld is very easy to handle, and you can choose between
  208. English, German, French, Dutch, Italian, Swedish, Danish, Finnish
  209. and Norwegian output. New features include map display and text
  210. information about continents.
  211.  
  212. Author: Wolfgang Lug
  213. Translators: Guido Alfani, Bo Arnholm, Olivier Bogros, David Gaussinel,
  214. Ruud Hoekzema, Mika Leinonen, Yves Salingue and Casper Thomsen.
  215. Path: biz/AmigaWorld-4.32.lha
  216.  
  217. ==========
  218.  
  219. Amortize    1.16    Calculate loan amortizations/payments
  220.  
  221. A loan amortization utility.  The program will: Determine the maximum allowable
  222. borrowed principle (based on your gross monthly income); Calculate monthly
  223. payments for a given principle; Output each payment & outstanding balance;
  224. Set payment schedule to bi-weekly, bi-monthly or monthly; Set a payment on
  225. an anniversary date.  Binary only.
  226.  
  227. Author: Michael Mantel
  228. Path: biz/Amortize-1.16.lha
  229.  
  230. ==========
  231.  
  232. ASC    6.21    Amiga port of the UNIX spreadsheet SC
  233.  
  234. An amiga port of the UNIX spreadsheet SC
  235.  
  236. Author: Many!, Amiga Port by Simon Raybould
  237. Path: biz/ASC-6.21.lha
  238.  
  239. ==========
  240.  
  241. Banker    2.0beta    Home accounting program w/MUI interface
  242.  
  243. Lets you easily maintain the balance of your bank account.  Main features:
  244. MUI interface (MUI not included); automatic entries (i.e. credits that
  245. happen once a month, or every week); localization; User-definable autosave;
  246. Flexible entries, "Amount" and "Date" are the only fields absolutely
  247. required; Export data.
  248.  
  249. Author: Cédric Beust
  250. Path: biz/Banker-2.0beta.lha
  251.  
  252. ==========
  253.  
  254. BarTender    1.0    Database of alcholic drinks
  255.  
  256. Includes a GUI frontend for a 1000 drink database. Searchable from
  257. a listview gadget or from a string gadget (best match). Lists the
  258. ingredients required, preparation instructions and will print to the
  259. printer if requested. The Database is in english, and includes all the
  260. old stand-bys as well as some weird one's.  Your liver will thank you!
  261. (okay, maybe not).
  262.  
  263. Author: Mike Nelson
  264. Path: biz/BarTender-1.0.lha
  265.  
  266. ==========
  267.  
  268. bBaseII    5.6    Easily stores and retrieves information.
  269.  
  270. A simple database program using a graphical interface.  Stores, sorts
  271. and searches for information.  Limited to 9 fields in each record.
  272. Features include FAST sorting,  search in any field, mailing label
  273. support, and best of all, it's really easy to use!  This version fixes
  274. all bugs reported since V5.5, which were mainly printing problems.
  275. Binary only.
  276.  
  277. Author: Robert Bromley
  278. Path: biz/bBaseII-5.6.lha
  279.  
  280. ==========
  281.  
  282. bBaseIII    3.01    Easily stores and retrieves information.
  283.  
  284. An easy to use, versatile, yet full featured database program.
  285. Search or sort on any field, print mailing labels, (un)delete
  286. records, mail merge, get reports in many formats, scramble files,
  287. flag records, and more.  Fields are user-configurable, so bBase
  288. can be used to keep track of addresses, tape or video collections,
  289. recipe files, or anything else you can think of - one program does
  290. it all!  This is V3.01, an update to V2.1.  The main improvement
  291. is more fields.
  292.  
  293. Author: Robert Bromley
  294. Path: biz/bBaseIII-3.01.lha
  295.  
  296. ==========
  297.  
  298. bBaseIII    3.04    Full-featured easy-to-use database
  299.  
  300. bBaseIII is a full-featured, graphically interfaced, reasonably fast
  301. and, I think you will agree, quite an easy-to-use database program.
  302. Basically, it will sort, search for, display and print out stored
  303. information, but wait, there's more!
  304. Refer to Section 1.2 - `Feature Summary'.
  305.  
  306. Once a database has been loaded from disk, all modifications are done in
  307. computer memory, and will NOT be permanently saved until the database is
  308. saved to disk.  This can be done using the menus, the function keys,
  309. or upon quiting.
  310.  
  311. Almost all functions of bBase may be accessed from the menus, and most
  312. also have keyboard equivalents.  These are all described in Section 9 -
  313. ` SUMMARY OF KEYBOARD COMMANDS'.
  314.  
  315. What bBase is NOT, is an SBase competitor.  bBase does not even WANT to
  316. be like SBase.  The philosophy behind bBase was to create a simple,
  317. intuitive database program, easy to learn, yet packed with features.
  318.  
  319. It multi-tasks extremely well, as it does not burn up CPU time while not
  320. actually performing operations.
  321.  
  322. Author: Robert Bromley
  323. Path: biz/bBaseIII-3.04.lha
  324.  
  325. ==========
  326.  
  327. ButlerJames    3.2    Database program for address management
  328.  
  329. A database program designed primarily for address management, but can be
  330. used for other purposes as well.  Hotkey activated, allows you send
  331. selected groups of data directly to the keyboard input stream or printer.
  332. Very useful to avoid having to continuously enter an often used address
  333. into your favorite word processor for example.  Compatible with OS
  334. 1.2/1.3/2.0
  335.  
  336. Author: Christoph Zens
  337. Path: biz/ButlerJames-3.2.lha
  338.  
  339. ==========
  340.  
  341. CA100A    1.00A    Custom Legal Form Generator
  342.  
  343. Generates custom do-it-yourself legal forms.
  344. Database includes forms useful for EVERYONE,
  345. plus specialized forms for real estate, small
  346. businesses, landlords, employers, etc.  Can
  347. save you THOUSANDS in legal fees.  Valid in
  348. all states except Louisiana.
  349.  
  350. Author: Satori Publishing
  351. Path: biz/CA100A-1.00A.lha
  352.  
  353. ==========
  354.  
  355. CarCosts    3.06    Keep track of automobile expenses
  356.  
  357. This is version 3 of the program "AutoKosten", now called CarCosts.
  358. This version uses MUI (2.1 and above) amd supports locale.library, if 
  359. available. Without locale.library, the interface uses german text. 
  360. Two english catalog files (one with kilometer/liter, one with
  361. miles/gallons) and a french one as well as the .cd and .ct files are 
  362. included.
  363. A program to convert 2.0 data files to version 3 data files is included.
  364.  
  365. Version 3.01 is a bug fix, V3.0 wrote files in a format it could not read...
  366. Version 3.02 allows more than one entry per date
  367. Version 3.03 now supports the ARexx-port of MUI
  368. Version 3.04 fixes a bug with printer support using non-asl.libraries.
  369. Version 3.05 and 3.06 : minor user-interface changes
  370.  
  371. Author: Rüdiger Dreier
  372. Path: biz/CarCosts-3.06.lha
  373.  
  374. ==========
  375.  
  376. comicDemo    2.0    Database for comic books or magazines
  377.  
  378. Comic-Manager is a program for collectors of comics, magazines or novels.
  379. You have to enter all your comics and rate them into different conditions.
  380. With different kinds of evaluations you are able to get a good survey of
  381. your collection, for example how many numbers are present or missing.
  382. The most important program item concerns the printing of your data.
  383. It is possible to print the data as a small book which you can take
  384. everywhere.
  385.  
  386. Author: Andreas Zottmann
  387. Path: biz/ComicDemo-2.0.lha
  388.  
  389. ==========
  390.  
  391. DataMasterDEMO    1.01    Demo version of a powerful database prog
  392.  
  393. Data Master is a very powerful database program for an average user.
  394. It should be usable on any Amiga and it's multi-tasking friendly.
  395. This is the FreeWare version of this LicenceWare program and below is a
  396. list of some features of the program.
  397.  
  398.    - 5 field types (string, integer, float, type (selection) and
  399.      boolean)
  400.    - maximum of 256 fields in one record
  401.    - maximum of 99999 records in a database
  402.    - maximum length of a string field 255 characters
  403.    - there can be up to 256 alternative texts in a type field
  404.    - sorting based on maximum of 8 fields
  405.    - searching for a text string
  406.    - searching for the specified record (filter)
  407.    - possibility to make any kind of form, and print, save or show it
  408.    - possibility to compare records graphically
  409.  
  410. Author: Teemu Sipilä
  411. Path: biz/DataMasterDEMO-1.01.lha
  412.  
  413. ==========
  414.  
  415. DataMasterDEMO    ?.?    Demo version of a Database program.
  416.  
  417.     Data Master is a database program programmed for Amiga computers.
  418. It's not the best database program for Amiga (the best ShareWare/
  419. LicenseWare database program??), but it's cheap and specially made for
  420. an average user.
  421.     In the program there are five different field types which are
  422. string (text), integer, floating point, type (selection) and boolean
  423. field types. In one record it can be up to 256 different fields and
  424. the number of records is practically limited only by the size of the
  425. free memory. Records can be sorted based on eight key fields.
  426.     You can search from the database those records which match the
  427. search patterns given by the user (for example, all the records whose
  428. first field's first letter is A). You can also search for text strings
  429. from the whole database. Using Data Master it's possible to print the
  430. database for printer or save it as an ASCII file to the disk. Number
  431. fields can be displayed on the screen as graphic diagrams, and using
  432. this function you can simply compare records. There is a separate
  433. field editor for the creating of the fields. Records can be, of
  434. course, moved, copied, deleted or cleared as a single record or as
  435. a block which includes many records.
  436.  
  437. Author: Teemu Sipila
  438. Path: biz/DataMasterDEMO.lha
  439.  
  440. ==========
  441.  
  442. db    2.3    Database with GadTool look
  443.  
  444. db is a small and fast database program that I wrote after having tested
  445. numerous other PD database programs and always found something lacking or
  446. irritating me. They might have dozzens of features not found in db, but
  447. they lacked font sensitivity and a standard GUI look and OS 3.0 behaviour.
  448.  
  449. My main need was to keep record on addresses and telephone numbers of friends
  450. and companies. Before this release db was fixed to be just an address and
  451. telephone database, but this has changed now. The program is designed
  452. to handle information of your choice. Currently you have to use a file
  453. editor to specify the database fields and layout as there is no GUI for that.
  454. Anyway that's a one time job, then you just USE the database and have fun.
  455.  
  456. Complete GUI support will probably only be included in a commercial product
  457. I plan to call REG.
  458.  
  459. A partial list of db's features include:
  460.  
  461.     o Dynamic memory handling. Number of records and fields only limited by
  462.       free memory.
  463.     o GadTool based, gives a standard look and feel.
  464.     o Mouse and keyboard driven.
  465.     o User definable fields and layout.
  466.     o Multiple views of the same database.
  467.     o Commodore's Clipboard for flexible interaction with other programs.
  468.     o AppWindow -just drag and drop database icons on db to load.
  469.     o Online MenuHelp -Press HELP key when selecting a menu item.
  470.     o Font sensitivity.
  471.     o ARexx
  472.     o ASL requesters for flexible loads and saves.
  473.     o Localized
  474.     o Dial numbers using a modem
  475.     o WB and Shell usage with Commodore's template parsing
  476.     o Fast and flexible find function using AmigaDOS patterns.
  477.     o Filter function.
  478.     o Fast and flexible sort function. Multiple sort orders can be specified.
  479.     o 'Export View' and two standard ASCII export features.
  480.     o Automatic ASCII import (tab-separated ASCII)
  481.  
  482. Author: David Ekholm, Datadosen
  483. Path: biz/db-2.3.lha
  484.  
  485. ==========
  486.  
  487. db    2.5    Database with GadTool look
  488.  
  489. db is a small and fast database program that I wrote after having tested
  490. numerous other PD database programs and always found something lacking or
  491. irritating me. They might have dozzens of features not found in db, but
  492. they lacked font sensitivity and a standard GUI look and OS 3.0 behaviour.
  493.  
  494. My main need was to keep record on addresses and telephone numbers of
  495. friends and companies. Before v2.0 db was fixed to be just an address
  496. and telephone database, but that has changed.  The program is designed
  497. to handle information of your choice.  Currently you have to use a file
  498. editor to specify the database fields and layout as there is no GUI for
  499. that.  Anyway that's a one time job, then you just USE the database and
  500. have fun.
  501.  
  502. Complete GUI support will probably only be included in a commercial product
  503. I plan to call REG.
  504.  
  505. A partial list of db's features include:
  506.  
  507.     o Dynamic memory handling. Number of records and fields only limited by
  508.       free memory.
  509.     o GadTool based. (Use fields of string, checkbox and cycle type)
  510.     o Mouse and keyboard driven.
  511.     o User definable fields and layout.
  512.     o Multiple views of the same database.
  513.     o Commodore's Clipboard for flexible interaction with other programs.
  514.     o AppWindow -just drag and drop database icons on db to load.
  515.     o Online MenuHelp -Press HELP key when selecting a menu item.
  516.     o Font sensitivity.
  517.     o ARexx
  518.     o ASL requesters for flexible loads and saves.
  519.     o Localized
  520.     o Dial numbers using a modem or loudspeaker
  521.     o WB and Shell usage with Commodore's template parsing
  522.     o Fast and flexible find function using AmigaDOS patterns.
  523.     o Filter function.
  524.     o Fast and flexible sort function.
  525.       Multiple sort orders can be specified.
  526.     o 'Export View' and two standard ASCII export features.
  527.     o Automatic ASCII import (tab-separated ASCII)
  528.  
  529. Author: David Ekholm, Datadosen
  530. Path: biz/db-2.5.lha
  531.  
  532. ==========
  533.  
  534. DDBase    6.42    Database that can view various formats
  535.  
  536. Have upto 3500 records,export-import data ASCII ,Superbase or BBaseII
  537. Uses  External fields {ASCII/IFF/MED-SOUNDTRACKER MODULES/8SVX/
  538. AMIGAGUIDE/ANIMS/GIFF/JPEG/}, upto 20 fields.Draw upto 10 Bevel/FlipBoxes,
  539. Box,Double Bevel Boxes. DDBASE is now compatible with PAL Lowres,Hires,
  540. Hires Lace and NTSC Lowres,Hires/Hires Lace screen modes.
  541. DDBASE can now create a AmigaGuide database from a DDBASE file.
  542.  
  543. Author: Peter Hughes
  544. Path: biz/DDBASE-6.42.lha
  545.  
  546. ==========
  547.  
  548. DemoCoGo    3.0    Solves coordinate geometry problems
  549.  
  550. An engineering/surveying program to solve coordinate 
  551. geometry problems for highway design, surveying, 
  552. subdivision layouts and constuction. Needs 1/2 Meg.  
  553. Demo Version 3.0 runs from CLI only and is freely 
  554. distributable. Output to screen, with save and print
  555. disabled. Full version allows input and output in feet
  556. or meters. Manual, which includes sample problems, and
  557. full working version available from Author for small
  558. donation.
  559.  
  560. Author: D. R. Benson
  561. Path: biz/DemoCoGo-3.0.lha
  562.  
  563. ==========
  564.  
  565. DFA    2.2    Address database with many features
  566.  
  567. DESCRIPTION
  568. DFA is the ultimate address tool for you and the Amiga
  569. computer. DFA supports email addresses, dialing of phone
  570. numbers, grouping of addresses, different types of printing
  571. addresses, online help, application icon/window and much more!
  572.  
  573. DFA has an Arexx port, font sensitive windows and can be fully
  574. directed by keyboard. Native languages are supported as soon
  575. as Workbench 2.1 (and above) is installed.
  576.  
  577. Nearly every aspect of DFA is customizable now, so you may
  578. configure "your own" DFA.
  579.  
  580. This is version 2.2, a minor upgrade to version 2.1.
  581.  
  582. DFA is an SASG product! Shareware, binary only.
  583.  
  584. NEW FEATURES
  585. ------------
  586.  
  587. New window for more convenient and faster group editing.
  588.  
  589. Clipboard support.
  590.  
  591. Visual feedback for all button gadgets.
  592.  
  593. Speed optimizations for the address listview.
  594. Should be up to 10 times faster now!
  595.  
  596. Even faster address file loading.
  597.  
  598. Larger buffers for all address string gadgets.
  599.  
  600. New Arexx command 'GUI' and 'OpenEditWindow'
  601.  
  602. Size optimization of the dfa.library. About 15K saved!
  603.  
  604. Sort function is 'locale sensitive' now.
  605.  
  606. Improved locale handling.
  607.  
  608. Additional and improved status messages.
  609.  
  610. Improved status text gadget (DFAEditor) now supports
  611. centered propotional text on all Amiga-OS versions.
  612.  
  613. Improved Installer script, which now supplies a new
  614. uninstall mechanism and german texts (optional).
  615.  
  616. Several bug fixes.
  617.  
  618. Author: Dirk Federlein
  619. Path: biz/DFA-2.2.lha
  620.  
  621. ==========
  622.  
  623. DiskArchiv    1.21    Program for managing your floppy disks
  624.  
  625. A program for managing your disk-collection.  You can easily read in all
  626. disk-contents, comment and store them in a DiskArchiv-database.
  627. With different search mechanisms you are able to look for complete disk
  628. contents or single file information.  Many ways to print out information,
  629. disk labels too.  Special function for printing out label-sheets on
  630. HP-DeskJet-printers and compatibles.  Documentation in English and German.
  631.  
  632. Author: Michael Köpke und Rolf Herrmann.
  633. Path: biz/DiskArchiv-1.21.lha
  634.  
  635. ==========
  636.  
  637. DiskCat    2.1    A configurable disk librarian
  638.  
  639. DiskCat is a configurable disk librarian.  The files can be organized
  640. any way you want.  You can make and name any category you care to.
  641. Categories and files can be moved.  Through menu selection, all disks
  642. that are inserted are automatically searched and the useful
  643. information copied.  A 45 character comment can be entered for each
  644. file.  The database can be searched and exported.
  645.  
  646. Author: Kenny Nagy
  647. Path: biz/DiskCat-2.1.lha
  648.  
  649. ==========
  650.  
  651. ExcelsiorDemo    1.0    Demo version of professional BBS system.
  652.  
  653. Demonstration version of a professional bulletin board system. Jam-packed
  654. with features not found on other BBS systems, EXCELSIOR! was in the
  655. beta-test stage for over one year.  Its enthusiatic beta-testers have
  656. helped make it a very stable system.  Very little "hands-on" maintenance is
  657. needed to keep a system running smoothly.  However, you have complete
  658. control over the day-to-day activity of the BBS allowing for complete
  659. customization to your requirements.  The BBS has been tested on Amiga
  660. 1000's through Amiga 4000's.  It also runs fine under AmigaDOS Release 3+
  661. as well.
  662.  
  663. Author: Sycom Design Software
  664. Path: biz/ExcelsiorDemo-1.0.lha
  665.  
  666. ==========
  667.  
  668. FINANCA    1.4    Calculate MORTGAGES, ANNUITIES, INTEREST
  669.  
  670. A useful financial program that makes it easy for the user to calculate
  671. MORTGAGES, ANNUITIES, and COMPOUND INTEREST.  The program provides the
  672. user with financial tables of COMPOUND INTEREST and MORTGAGES over several
  673. different time periods and deposits/loans with user-specified interest
  674. rates.  In addition, FINANCA contains a SIMPLEX routine which is very
  675. useful for numerous business applications.  Our SIMPLEX computes the
  676. maximum/minimum value of a linear function of several nonnegative variables
  677. subject to various equality/inequality constraints.  It handles up to 30
  678. variables and 30 constraints.  Includes normal and 68882 versions.
  679.  
  680. Author: A. G. Kartsatos
  681. Path: biz/FINANCA-1.4.lha
  682.  
  683. ==========
  684.  
  685. Genealogist    3.13    Specialized genealogical info database.
  686.  
  687. ArJay Genealogist is a specialized database for keeping track of
  688. genealogical information.  It features a full, easy to use Intuition
  689. interface.  The program is totally non-sexist and secular in nature, and
  690. correctly handles multiple marriages, "unconventional" marriages, adopted
  691. children, and unmarried parents.  The printed reports include descendant
  692. and pedigree charts, personal details reports, family group sheets, and
  693. index lists of people and families.  Free-form note files can be created
  694. using any editor, and IFF pictures can be viewed using any IFF viewer, from
  695. within the program.  Other features include dynamic on-screen ancestor and
  696. descendant charts, extensive online context-sensitive help, flexible
  697. "regular expression" searching, and multiple ARexx ports with an extensive
  698. command set.  Up to 1000 people per database, with databases held in RAM
  699. for maximum speed and responsiveness.  PAL or NTSC, AmigaDOS 2.04+
  700. required.  1 Meg RAM recommended.
  701.  
  702. Author: Robbie J Akins
  703. Path: biz/Genealogist-3.13.lha
  704.  
  705. ==========
  706.  
  707. HomeBudget    1.3    Home budgeting system.
  708.  
  709. A home budgeting system consisting of five major areas: Checking account;
  710. Savings account; Budgeting system; Miscellaneous accounts; Automatic
  711. account entries.  Features fast reconciliation; Checking account tied to
  712. Budget section for budget updates.  Budget section: uses 2 char codes for
  713. accounts; prioritize accounts for auto payment; optional automatic payments
  714. for fixed expenses; reports & charts available.
  715.  
  716. Author: Mike Huttinger
  717. Path: biz/HomeBudget-1.3.lha
  718.  
  719. ==========
  720.  
  721. IntuiDex    1.1    Mailing list manager
  722.  
  723. Easy to use club membership database and mailing list manager.
  724.  
  725. Features:
  726.  
  727.    - 1000 records per database
  728.  
  729.    - Sort by six different fields:
  730.        last name, first name, ZIP,
  731.        member number, city, and
  732.        expiration date
  733.  
  734.    - Print five different types of output:
  735.        mailing labels, complete data list,
  736.        phone lists, game stickers, and
  737.        merge files for word processors
  738.  
  739.    - Uses Preferences printers
  740.  
  741.    - Dials phone automatically with Hayes compatible modems
  742.  
  743.    - On-line AmigaGuide help
  744.  
  745.    - Most data field names are configurable
  746.  
  747.    - Data is stored in ASCII files- export and import data from other
  748.      database software!
  749.  
  750. Author: Jeffery C. May
  751. Path: biz/IntuiDex-1.1.lha
  752.  
  753. ==========
  754.  
  755. INVOICER    1    Program to create and print Invoices
  756.  
  757. Invoicer is a program that will allow you to
  758. enter and print Invoices. It is geared mainly
  759. for regular customers and regular jobs etc.
  760. It is however still quite easy to issue a
  761. invoice on a one off basis. It will also save
  762. all the Invoices that you print to disk enabling
  763. you to print or edit any invoice that you have
  764. issued.
  765.  
  766. Author: P.A.Hughes
  767. Path: biz/INVOICER-1.lha
  768.  
  769. ==========
  770.  
  771. OnTheBall    1.20    Demo version of a desktop aid program
  772.  
  773. Demo version of a desktop aid that contains: Calendar -- View & Print
  774. adjustable week, month, and yearly schedules.  Search forward &
  775. backward through appointments.  9 repeat modes.  reminder with snooze.
  776. Addressbook -- Mailing labels, auto- dialer.  Search & sort by any
  777. field.  Attatch notes.  To-Do List -- Sorts by optional due dates.
  778. Search/Print.  NotePad, Full-featured text editor, have as many notes
  779. open at one time as you like.  Attach notes to any entry in any
  780. application.  Multi-lingual, works on all Amigas.  Preferences.
  781. ARexx.  Imports Nag(c) files.  Create personalized "Tags".  Much
  782. more...
  783.  
  784. Author: Jason Freund, Pure Logic Software
  785. Path: biz/OnTheBall-1.20.lha
  786.  
  787. ==========
  788.  
  789. PageDemo    2.22    Demo of PageStream with disabled save.
  790.  
  791. A fully working version of PageStream v2.22 except you will not be able to
  792. save any work and when printing, and the program will print a banner across
  793. the page saying "Printed with PageStream".  Also, we have not included
  794. everything the full version of PageStream contains.  This version does not
  795. include a spelling dictionary, but the hyphenation dictionary is included.
  796.  
  797. Author: Soft-Logik Publishing Corporation
  798. Path: biz/PageDemo-2.22.lha
  799.  
  800. ==========
  801.  
  802. PGS3Preview    3.0    Preview and screenshots of PageStream 3
  803.  
  804. Some screen shots and preview information on the upcoming PageStream
  805. version 3.0.
  806.  
  807. Author: Soft-Logik Publishing
  808. Path: biz/PGS3Preview-3.0.lha
  809.  
  810. ==========
  811.  
  812. PGSdrivers    930724    PageStream import modules
  813.  
  814. A complete set of PageStream Import modules current as of July 24, 1993.
  815.  
  816. Author: Soft-Logik Publishing Corporation
  817. Path: biz/PGSdrivers-930724.lha
  818.  
  819. ==========
  820.  
  821. PGSprinters    930726    Latest PageStream printer drivers.
  822.  
  823. A complete set of the latest PageStream printer drivers as of July 26,
  824. 1993.
  825.  
  826. Author: Soft-Logik Publishing Corporation
  827. Path: biz/PGSprinters-930726.lha
  828.  
  829. ==========
  830.  
  831. QuickFile    3.1    Simple and flexible, flat file database
  832.  
  833. QuickFile is simple and flexible, flat file database. It uses random access
  834. with indexes for fast access to records. Files can be larger than available
  835. ram, but as much of the file as possible is kept in ram to reduce disk
  836. accesses. Features include:
  837.  
  838.     - Multiple indexes with unique and non-unique keys
  839.     - Character, date, integer, floating point and calculation data types
  840.     - Up to 250 characters per field  and 250 fields per record.
  841.     - Form and list style displays and reports.
  842.     - Unlimited number of views of each file.
  843.     - Sort over any number of keys, ascending and descending order.
  844.     - Search operators include Like, Equal, Between, Sounds Like, Not Like
  845.       and Not Equal.
  846.     - Fields can be added, changed, or deleted at any time.
  847.     - Flexible export/import
  848.     - Flexible multi column label printing.
  849.     - Multi-level grouping and totalling
  850.     - Any number of open windows
  851.     - Online context-sensitive help
  852.  
  853. Author: Alan Wigginton
  854. Path: biz/QuickFile-3.1.lha
  855.  
  856. ==========
  857.  
  858. QuickFile    3.10    Flexible,fast, & easy flat file database
  859.  
  860. QuickFile is a flexible, flat file database. It uses random access with
  861. indexing for fast access to records. Files can be larger than available
  862. ram, but as much of the file as possible is kept in ram to reduce disk
  863. accesses. Features include:
  864.  
  865.     - Multiple indexes with unique and non-unique keys
  866.     - Data types include character, date, integer, floating point,
  867.       calculation, cycle, image and external
  868.     - Up to 250 characters per field  and 250 fields per record.
  869.     - Form and list style displays and reports.
  870.     - Unlimited number of views of each file.
  871.     - Sort over any number of keys, ascending and descending order.
  872.     - Search operators include Like, Equal, Between, Sounds Like, Not Like
  873.       and Not Equal.
  874.     - Fields can be added, changed, or deleted at any time.
  875.     - ASCII export/import
  876.     - Multi column label printing.
  877.     - Multi-level grouping and totalling
  878.     - Any number of open windows
  879.     - Online context sensitive AmigaGuide help
  880.  
  881. Author: Alan Wigginton
  882. Path: biz/QuickFile-3.10.lha
  883.  
  884. ==========
  885.  
  886. QuickTextDemo    1.0    Interactive desktop video program.
  887.  
  888. QuickText is an interactive desktop video program designed to easily
  889. develop and display almost any type of graphic screen, including
  890. titles and credits, pictures, and even animations.  Other features
  891. include full ARexx support, auto screen sequencing, on-screen timer,
  892. text and numeric variables, a recordable/replayable "doodler", and an
  893. easy-to-use point-and-click interface.  "QT" works on any Amiga with
  894. Workbench 1.2 or higher, and requires Ruby and Diamond fonts which are
  895. included in all releases of WorkBench.
  896.  
  897. It is well suited for on-line video titling & credits, silent paging,
  898. and cable reader boards.
  899.  
  900. Author: Todd Sprague
  901. Path: biz/QuickTextDemo-1.0.lha
  902.  
  903. ==========
  904.  
  905. ReadmeMaster    2.0    Keyword data base of AmigaLibDisks 1-975
  906.  
  907. A nifty little database for finding those programs that you know exist
  908. somewhere (???) in the AmigaLibDisk library.  Vastly improved for Workbench
  909. 2.0+ with many new features.  Maintains a keyword dictionary of the
  910. Contents descriptions that allows searching by disk number, program title,
  911. author's name, or some other descriptive word.  Currently supports disks
  912. 1-975, a complete rewrite of the version on disk number 390.  Binary only.
  913.  
  914. Author: Harold T. Morash
  915. Path: biz/ReadmeMaster-2.0.lha
  916.  
  917. ==========
  918.  
  919. SCAN8800    2.43    Database/Receiver controller for SWL
  920.  
  921. A specialized database program to store frequencies and station
  922. names for shortwave transmitters.  It can also control a receiver
  923. for scanning frequency ranges.  Binary only.
  924.  
  925. Author: Rainer Redweik
  926. Path: biz/SCAN8800-2.43.lha
  927.  
  928. ==========
  929.  
  930. SCAN8800    2.53    Database/Receiver controller for SWL
  931.  
  932. A specialized database program to store frequencies and station
  933. names for shortwave transmitters.  It can also control a receiver
  934. for scanning frequency ranges.  Binary only.
  935.  
  936. Author: Rainer Redweik
  937. Path: biz/SCAN8800-2.53.lha
  938.  
  939. ==========
  940.  
  941. ShareManager    2.3    Personal share stock portfolio manager.
  942.  
  943. A personal share stock portfolio manager.  If you have trouble keeping
  944. track of your shares, then this is for you.  It is not however for very
  945. large portfolios with huge amounts of money involved.  $10,000,000 is the
  946. limit for this little package.
  947.  
  948. Author: Ben Muller
  949. Path: biz/ShareManager-2.3.lha
  950.  
  951. ==========
  952.  
  953. TurboCalc    2.18E    Demo version of powerful spreadsheet
  954.  
  955. A spreadsheet which was chosen as "spreadsheet of the year" for Amiga
  956. computers by the readers of one of Germany's most important Amiga
  957. magazines.  This is a demo version with disabled save and print
  958. functions.  Has more than 100 functions and 120 macro commands,
  959. include ARexx commands.  Has an integrated database with search, sort,
  960. copy, extract, delete, and other database functions such as number of
  961. matches, average, etc.  Diagrams and charts are included and very easy
  962. to handle.
  963.  
  964. Author: Michael Friedrich
  965. Path: biz/TurboCalc-2.18E.lha
  966.  
  967. ==========
  968.  
  969. UPSey    1.01    Translates zip codes to UPS zones
  970.  
  971. UPSey will translate ZIP Codes to UPS Zones.  UPSey is a commodity that
  972. is available to you from any program, just press the Control Alt and the
  973. 'u' keys at the same time.  UPSey requires a text file, called a 'database'
  974. to operate.  One such database is provided.  If you send parcels from an
  975. area other than San Diego, you will have to write an area-specific
  976. database.  Complete instructions for writing the database are included in
  977. the amigaguide documentation
  978.  
  979. Author: Will Bow, Colin Thompson
  980. Path: biz/UPSey-1.01.lha
  981.  
  982. ==========
  983.  
  984. VideoMaxe    4.44    A video database for private video users
  985.  
  986. A video database that satisfies all needs of a private video user.
  987. With full OS 2.1+ and environmental support (localization, application
  988. icon, installer, font-sensitive runtime gadget layout, layout saving,
  989. guide documentation, ...) the program handles record suggestions, spool
  990. informations, free amount of additional data per tape or title, comfortable
  991. search routines, printing, etc.  Binary only.
  992.  
  993. Author: Stephan Suerken
  994. Path: biz/VideoMaxe-4.44.lha
  995.  
  996. ==========
  997.  
  998. VStationDemo    demo 1    Video editing control software.
  999.  
  1000. This version of VStation Amiga Professional is provided to allow
  1001. people to take a close look at the software before considering
  1002. purchasing it. It doesn't save anything, edit performs are converted
  1003. to previews, and various other features are disabled but for the most
  1004. part the program is intact. This includes the toaster interface,
  1005. serial communication, and pretty much everything needed to see how the
  1006. program works. Transport control, online help, loading data, edit
  1007. previews, and many other functions operate the same way as the release
  1008. version.
  1009.  
  1010. This is the third generation of edit control software written for the
  1011. EditLink series of controllers. We now have support for over 100 vcrs
  1012. and camcorders using any combination Panasonic 5-pin, Sony Control-L,
  1013. and RS-422 compatible interface. The software is a powerful
  1014. combination of features that take full advantage of the most popular
  1015. peripherals, providing a multitude of EDL tools, and an interface that
  1016. makes the complex task of managing all this power as easy to learn as
  1017. possible.
  1018.  
  1019. Some of the highlights of the system include:
  1020.  
  1021.    A/B roll editing with full auto-assembly
  1022.       * Tape change prompts
  1023.       * Extensive Per-Event options
  1024.          * Different mixes
  1025.          * Personal Animation Recorder support
  1026.          * ARexx commands, both initialization and GPI triggered
  1027.       
  1028.    Full support for NewTek Video Toaster
  1029.       * Effect, Framestore, CG, and Background color stored for each event.
  1030.       * Freeze the last frame of the edit for X-roll edits.
  1031.       * Optionally disable sending Toaster commands for control by other
  1032.         software, such as T-Rexx macros.
  1033.       * Change framestore device for each event.
  1034.       
  1035.    Support for SunRize SoundSwitch mixer.
  1036.    
  1037.    Support for DPS TBC-IV and PAR.
  1038.    
  1039.    Tapelogs with commented scene marks
  1040.       * Set edit points from scene marks.
  1041.       * Create marks by tapping to the beat
  1042.       * Scene list scrolls to track current location.
  1043.     
  1044.    EDL Tools
  1045.       * Powerful event selector functions. Select by comment, tape ID,
  1046.          selected tracks, input source, and more.
  1047.       * Load project file into paste buffer
  1048.       * Save selected events as a project file
  1049.       * Cut or Copy events into paste buffer
  1050.       * Insert, Replace and Append with extensive options.
  1051.       * Replace just parts of events with the paste buffer events.
  1052.       * External plug-in operations.
  1053.   
  1054.    
  1055.    And lots of other new features and refinements.
  1056.  
  1057. Author: Eric Cosky
  1058. Path: biz/VStationDemo-demo1.lha
  1059.  
  1060. ==========
  1061.  
  1062. WorldMap    1.0    Database/Map of countries
  1063.  
  1064. Database containing general information about all the
  1065. countries in the world together with graphical representation
  1066. of time zones, boundaries, flags, etc
  1067. The user can add graphics and text in a very easy way.
  1068.  
  1069. Author: Santiago Hernandez
  1070. Path: biz/WorldMap-1.0.lha
  1071.  
  1072. ==========
  1073.  
  1074. ff00xx-contents    ?.?    Contents listings of FishDisks 0001-0099
  1075.  
  1076. Each FishDisk contains a "Contents" file that gives a summary of
  1077. information about the material included on that disk.  These are
  1078. the Contents files for disks 0001-0099, concatenated together 10
  1079. per text file.
  1080.  
  1081. Author: Fred Fish
  1082. Path: catalogs/ff00xx.lha
  1083.  
  1084. ==========
  1085.  
  1086. ff01xx-contents    ?.?    Contents listings of FishDisks 0100-0199
  1087.  
  1088. Each FishDisk contains a "Contents" file that gives a summary of
  1089. information about the material included on that disk.  These are
  1090. the Contents files for disks 0100-0199, concatenated together 10
  1091. per text file.
  1092.  
  1093. Author: Fred Fish
  1094. Path: catalogs/ff01xx.lha
  1095.  
  1096. ==========
  1097.  
  1098. ff02xx-contents    ?.?    Contents listings of FishDisks 0200-0299
  1099.  
  1100. Each FishDisk contains a "Contents" file that gives a summary of
  1101. information about the material included on that disk.  These are
  1102. the Contents files for disks 0200-0299, concatenated together 10
  1103. per text file.
  1104.  
  1105. Author: Fred Fish
  1106. Path: catalogs/ff02xx.lha
  1107.  
  1108. ==========
  1109.  
  1110. ff03xx-contents    ?.?    Contents listings of FishDisks 0300-0399
  1111.  
  1112. Each FishDisk contains a "Contents" file that gives a summary of
  1113. information about the material included on that disk.  These are
  1114. the Contents files for disks 0300-0399, concatenated together 10
  1115. per text file.
  1116.  
  1117. Author: Fred Fish
  1118. Path: catalogs/ff03xx.lha
  1119.  
  1120. ==========
  1121.  
  1122. ff04xx-contents    ?.?    Contents listings of FishDisks 0400-0499
  1123.  
  1124. Each FishDisk contains a "Contents" file that gives a summary of
  1125. information about the material included on that disk.  These are
  1126. the Contents files for disks 0400-0499, concatenated together 10
  1127. per text file.
  1128.  
  1129. Author: Fred Fish
  1130. Path: catalogs/ff04xx.lha
  1131.  
  1132. ==========
  1133.  
  1134. ff05xx-contents    ?.?    Contents listings of FishDisks 0500-0599
  1135.  
  1136. Each FishDisk contains a "Contents" file that gives a summary of
  1137. information about the material included on that disk.  These are
  1138. the Contents files for disks 0500-0599, concatenated together 10
  1139. per text file.
  1140.  
  1141. Author: Fred Fish
  1142. Path: catalogs/ff05xx.lha
  1143.  
  1144. ==========
  1145.  
  1146. ff06xx-contents    ?.?    Contents listings of FishDisks 0600-0699
  1147.  
  1148. Each FishDisk contains a "Contents" file that gives a summary of
  1149. information about the material included on that disk.  These are
  1150. the Contents files for disks 0600-0699, concatenated together 10
  1151. per text file.
  1152.  
  1153. Author: Fred Fish
  1154. Path: catalogs/ff06xx.lha
  1155.  
  1156. ==========
  1157.  
  1158. ff07xx-contents    ?.?    Contents listings of FishDisks 0700-0799
  1159.  
  1160. Each FishDisk contains a "Contents" file that gives a summary of
  1161. information about the material included on that disk.  These are
  1162. the Contents files for disks 0700-0799, concatenated together 10
  1163. per text file.
  1164.  
  1165. Author: Fred Fish
  1166. Path: catalogs/ff07xx.lha
  1167.  
  1168. ==========
  1169.  
  1170. ff08xx-contents    ?.?    Contents listings of FishDisks 0800-0899
  1171.  
  1172. Each FishDisk contains a "Contents" file that gives a summary of
  1173. information about the material included on that disk.  These are
  1174. the Contents files for disks 0800-0899, concatenated together 10
  1175. per text file.
  1176.  
  1177. Author: Fred Fish
  1178. Path: catalogs/ff08xx.lha
  1179.  
  1180. ==========
  1181.  
  1182. ff09xx-contents    ?.?    Contents listings of FishDisks 0900-0999
  1183.  
  1184. Each FishDisk contains a "Contents" file that gives a summary of
  1185. information about the material included on that disk.  These are
  1186. the Contents files for disks 0900-0999, concatenated together 10
  1187. per text file.
  1188.  
  1189. Author: Fred Fish
  1190. Path: catalogs/ff09xx.lha
  1191.  
  1192. ==========
  1193.  
  1194. ff10xx-contents    ?.?    Contents listings of FishDisks 1000-1099
  1195.  
  1196. Each FishDisk contains a "Contents" file that gives a summary of
  1197. information about the material included on that disk.  These are
  1198. the Contents files for disks 1000-1099, concatenated together 10
  1199. per text file.
  1200.  
  1201. Author: Fred Fish
  1202. Path: catalogs/ff10xx.lha
  1203.  
  1204. ==========
  1205.  
  1206. NDUK-V37    37    Partial CBM Native Developer Update Kit
  1207.  
  1208. Portions of the Commodore Native Developer Update Kit that can be
  1209. licensed for separate distribution.  Includes the "fd" files,
  1210. libraries, startups, "C include" files, and tools.  Does not include
  1211. the autodocs.  This material copyright by Commodore-Amiga Inc, is
  1212. included under license from Commodore, and has restricted distribution
  1213. conditions.  It is allowed to make copies from the CD-ROM for personal
  1214. use but not for redistribution.  See the files included with the
  1215. distribution for further details.
  1216.  
  1217. Author: Commodore-Amiga Inc.
  1218. Path: CBM/NDUK-V37.lha
  1219.  
  1220. ==========
  1221.  
  1222. NDUK-V39    39    Partial CBM Native Developer Update Kit
  1223.  
  1224. Portions of the Commodore Native Developer Update Kit that can be
  1225. licensed for separate distribution.  Includes the "fd" files,
  1226. libraries, startups, "C include" files, and tools.  Does not include
  1227. the autodocs.  This material copyright by Commodore-Amiga Inc, is
  1228. included under license from Commodore, and has restricted distribution
  1229. conditions.  It is allowed to make copies from the CD-ROM for personal
  1230. use but not for redistribution.  See the files included with the
  1231. distribution for further details.
  1232.  
  1233. Author: Commodore-Amiga Inc.
  1234. Path: CBM/NDUK-V39.lha
  1235.  
  1236. ==========
  1237.  
  1238. NDUK-V40    40    Partial CBM Native Developer Update Kit
  1239.  
  1240. Portions of the Commodore Native Developer Update Kit that can be
  1241. licensed for separate distribution.  Includes the "fd" files,
  1242. libraries, startups, "C include" files, and tools.  Does not include
  1243. the autodocs.  This material copyright by Commodore-Amiga Inc, is
  1244. included under license from Commodore, and has restricted distribution
  1245. conditions.  It is allowed to make copies from the CD-ROM for personal
  1246. use but not for redistribution.  See the files included with the
  1247. distribution for further details.
  1248.  
  1249. Author: Commodore-Amiga Inc.
  1250. Path: CBM/NDUK-V40.lha
  1251.  
  1252. ==========
  1253.  
  1254. os-include    40    Amiga include files for gcc binary tree.
  1255.  
  1256. Amiga include files from the Commodore Native Developer Update Kit.
  1257. This material is included under license from Commodore, and has
  1258. restricted distribution conditions.  It is allowed to make copies
  1259. from the CD-ROM for personal use but not for redistribution.  See
  1260. the files included with the distribution for further details.
  1261.  
  1262. Author: Commodore-Amiga Inc.
  1263. Path: CBM/os-include-bin.lha
  1264.  
  1265. ==========
  1266.  
  1267. os-lib    40    Amiga libraries for gcc binary tree.
  1268.  
  1269. Amiga libraries converted to the standard gcc format for use with
  1270. the GNU C compiler.  This material copyright by Commodore-Amiga Inc, is
  1271. included under license from Commodore, and has restricted distribution
  1272. conditions.  It is allowed to make copies from the CD-ROM for personal
  1273. use but not for redistribution.  See the files included with the
  1274. distribution for further details.
  1275.  
  1276. Author: Commodore-Amiga Inc.
  1277. Path: CBM/os-lib-bin.lha
  1278.  
  1279. ==========
  1280.  
  1281. 10000    1.5    Dice game, written exclusively for DLG
  1282.  
  1283. 10,000 is a dice game, written exclusively for DLG.  The object of the game
  1284. is to get 10,000 points first.  This is achieved by rolling 6 dice, and
  1285. hopefully getting some points from either 1's, 5's, or any group of 3 dice
  1286. with the same number.
  1287.  
  1288. Author: Steve Herring
  1289. Path: comm/10000-1.5.lha
  1290.  
  1291. ==========
  1292.  
  1293. 4D-BBSDemo    2.92    Demo release of 4D-BBS shareware BBS.
  1294.  
  1295. 4D-BBS is a very flexible and powerful program.  The main purpose of
  1296. it is to allow users to call in to your computer, read and write mail,
  1297. public messages, and upload and download files.  4D-BBS offers this
  1298. plus much more.
  1299.  
  1300. Other major features of 4D-BBS include a full ARexx command port,
  1301. complete configuration and maintenance programs, Fido-Net post reading
  1302. and writing, Paragon door support, and complete multitasking.  Modem
  1303. setup and configuration allows you to completely setup your modem,
  1304. including support for high speed and fax modems.  Window controls
  1305. include iconify, definable bitplanes, and user status window sizing.
  1306.  
  1307. One of the more useful features of 4D-BBS gives the SysOp the ability
  1308. to work on the system configuration, edit a user, edit file catalogs,
  1309. change menus and text files, without disturbing the on-line user.
  1310. With the built in FIFO-handler support, complete remote access is
  1311. possible including remote configuration and shell access.
  1312.  
  1313. Author: CornerStone Software
  1314. Path: comm/4D-BBSDemo-2.92.lha
  1315.  
  1316. ==========
  1317.  
  1318. AGetty    0.218    A login "getty" for the serial port.
  1319.  
  1320. AGetty is similar to the well-known Getty included in Matt Dillon's
  1321. AmigaUUCP package.  It hangs on the specified serial port waiting for
  1322. connections via the connected modem.  Once a connection is detected, AGetty
  1323. provides a Login: request to the caller.  Getty disconnects any caller who
  1324. cannot provide a legal login and Password within 60 seconds.  It also
  1325. allows only 3 login attempts before disconnecting.  Any attempt to login
  1326. with an illegal password will be written to the logfile.  Upon receiving a
  1327. legal Login and Password, verified via the passw-file, AGetty will execute
  1328. a specified program, usually UUCICO or PMail, and stay off the line until
  1329. the program returns.  Then, AGetty will disconnect the caller and reset the
  1330. modem, returning to its original state.
  1331.  
  1332. Author: Peter Simons
  1333. Path: comm/AGetty-0.218.lha
  1334.  
  1335. ==========
  1336.  
  1337. AmigaElm    6.24    Mail-Reader (UUCP/Internet), v6 (6.24)
  1338.  
  1339. Electronic Mail Reader for UUCP and IP packages (AmigaUUCP, Dillon-UUCP,
  1340. Feulner-UUCP, wUUCP, AmiTCP + InetUtils etc.), easy to install and to use.
  1341. Mostly compatible with Unix-elm (basic functions) and lots of additional
  1342. features. Can be used over a serial line.  Basic internal support for MIME
  1343. (multimedia mail) and encryption/decryption (eg, with PGP).  Also supports
  1344. "metamail" and "reqtools" library 2.x.  Registered version comes with full
  1345. C source (and has better support ;-) (concept based on hwr-mail by Heiko W.
  1346. Rupp)
  1347.  
  1348. Author: Andreas M. Kirchwitz
  1349. Path: comm/AmigaElm-6.24.lha
  1350.  
  1351. ==========
  1352.  
  1353. AmiPOP    1.15    A POP 3 client for AmigaDOS.
  1354.  
  1355. AmiPOP@ is a POP3 Client for AmigaDOS.  It was written directly from
  1356. the POP3 RFC (RFC #1225). AmiPOP is only a simple transport mechanism
  1357. for moving electronic mail messages between a POP-Host, typically
  1358. a mainframe, and your local AmigaDOS system.  The advantage of POP
  1359. over other transports such as SMTP is that all E-mail can still be
  1360. directed to the mainframe system.  This is of primary importance when
  1361. either a dialup line is used, which has a new IP address for each
  1362. connection, or when a user uses many machines, and wishes to be able
  1363. to transparently read mail on all of them.
  1364.  
  1365. AmiPOP features:
  1366.     · AUISG compliant (or at least it tries to be!)
  1367.     · Makes heavy use of 2.0 (and higher) functions such as ReadArgs,
  1368.       utility.library, GadTools, and 2.0 functions in Amiga.lib.
  1369.     · Written from RFC 1225, not a port of a Unix or a PC application.
  1370.     · Small code size, and low system resource usage.
  1371.     · Commodities interface
  1372.  
  1373. Author: Scott Ellis
  1374. Path: comm/AmiPOP-1.15.lha
  1375.  
  1376. ==========
  1377.  
  1378. AmiPOP    1.16    A POP 3 client for AmigaDOS.
  1379.  
  1380. AmiPOP@ is a POP3 Client for AmigaDOS.  It was written directly from
  1381. the POP3 RFC (RFC #1225). AmiPOP is only a simple transport mechanism
  1382. for moving electronic mail messages between a POP-Host, typically
  1383. a mainframe, and your local AmigaDOS system.  The advantage of POP
  1384. over other transports such as SMTP is that all E-mail can still be
  1385. directed to the mainframe system.  This is of primary importance when
  1386. either a dialup line is used, which has a new IP address for each
  1387. connection, or when a user uses many machines, and wishes to be able
  1388. to transparently read mail on all of them.
  1389.  
  1390. AmiPOP features:
  1391.     · AUISG compliant (or at least it tries to be!)
  1392.     · Makes heavy use of 2.0 (and higher) functions such as ReadArgs,
  1393.       utility.library, GadTools, and 2.0 functions in Amiga.lib.
  1394.     · Written from RFC 1225, not a port of a Unix or a PC application.
  1395.     · Small code size, and low system resource usage.
  1396.     · Commodities interface
  1397.  
  1398. Author: Scott Ellis
  1399. Path: comm/AmiPOP-1.16.lha
  1400.  
  1401. ==========
  1402.  
  1403. AmiQWK    2.7    QWKMail format offline message system
  1404.  
  1405. QWKMail format offline message system.  Allows reading of
  1406. QWKMail format offline message packets popular with many
  1407. bulletin board systems (BBSes).  Replies can be edited using
  1408. any text editor and packed for transfer at a later time.
  1409. AmiQWK has been tested with many QWKMail systems for IBM and
  1410. Amiga based BBSes.
  1411.  
  1412. Author: Jim Dawson
  1413. Path: comm/AmiQWK-2.7.lha
  1414.  
  1415. ==========
  1416.  
  1417. AmiTCP    3.0ß2    TCP/IP protocol stack for SANA-II.
  1418.  
  1419. AmiTCP  is  a set of programs that enables the Amiga to connect to a TCP/IP
  1420. network.   AmiTCP  lets the user use commands such as ftp, telnet from your
  1421. Amiga.   AmiTCP  also  lets remote users connect to your machine from other
  1422. TCP/IP  hosts.   AmiTCP  is  a TCP/IP protocol stack for implementing basic
  1423. Internet  protocols  on  top  of any SANA-II network device driver, such as
  1424. one for SLIP or Ethernet.
  1425.  
  1426. Author: AmiTCP/IP Group and others
  1427. Path: comm/AmiTCP-3.0ß2.lha
  1428.  
  1429. ==========
  1430.  
  1431. AmiTCP-Demo    4.0    TCP/IP protocol stack
  1432.  
  1433.   AmiTCP/IP is the most videly used TCP/IP protocol stack for the
  1434.   Amiga. AmiTCP/IP utilizes the standard Sana-II network device
  1435.   drivers and provides an application level socket interface to the
  1436.   Internet protocol suite as an Amiga shared library.
  1437.  
  1438.   AmiTCP/IP is propiertary, copyrighted product of the NSDi - Network
  1439.   Solutions Development Inc, Finland.  See the file 'LICENCE' included
  1440.   in the archive for the licence conditions.
  1441.  
  1442.   This is the demonstration version of the AmiTCP/IP 4.0.
  1443.  
  1444. * About the Commercial AmiTCP/IP Version
  1445.  
  1446.   The commercial version of AmiTCP/IP 4.0 includes:
  1447.  
  1448.     - Enchanced version of AmiTCP:
  1449.       - Frendlier logging system with global filter etc.
  1450.       - Cache for name server replies
  1451.       - Sana-II 2.0 support
  1452.       - Full BOOTP support
  1453.       - Access control for server programs
  1454.       - Optimized version for '20 and up
  1455.     - Automatic BOOTP configuration utility
  1456.     - Printed & online User Manual
  1457.     - Technical support via email, fax and normal mail
  1458.  
  1459.   All the new features in the future will be added to the commercial
  1460.   version only.
  1461.  
  1462. Author: AmiTCP/IP Group
  1463. Path: comm/AmiTCP-Demo-4.0.lha
  1464.  
  1465. ==========
  1466.  
  1467. AmiTCP-SDK    4.0    Source/Developer Kit for AmiTCP
  1468.  
  1469.   Include files, some development tools, link libraries (with source)
  1470.   and programming examples for AmiTCP/IP 4.0.
  1471.  
  1472.   AmiTCP/IP is proprietary, copyrighted product of the NSDi - Network
  1473.   Solutions Development Inc, Finland.  See the file 'LICENCE.SDK'
  1474.   included in the archive for the licence conditions.
  1475.  
  1476. Author: AmiTCP/IP Group
  1477. Path: comm/AmiTCP-SDK-4.0.lha
  1478.  
  1479. ==========
  1480.  
  1481. ATOB    4.0    Programs to encode programs into ascii
  1482.  
  1483. BTOA and ATOB, are encode/decode programs for sending
  1484. binary files over Amateur Radio Packet.  They are also
  1485. useful for transmitting/storing files when only 7 bit
  1486. ASCII characters are allowed. Typical overhead is 20%.
  1487.  
  1488. Author: Randy Lilly
  1489. Path: comm/ATOB-4.0.lha
  1490.  
  1491. ==========
  1492.  
  1493. avmNfax    1.33    Voicemail/fax for voice-capable modems
  1494.  
  1495.  
  1496. This is release 1.33 of avmNfax, a voicemail/fax program
  1497. that supports ZyXEL, LineLink, Dolphin modems,
  1498. and Rockwell modems.  Supras are not supported with
  1499. this release.
  1500.  
  1501. This version includes its own fax program, printer
  1502. driver, fax printer, and fax viewer.  This fax program
  1503. can be used with Class 1 and Class 2 fax modems.  It can
  1504. also be used with the voice modems that AVM supports.
  1505.  
  1506. It can also work in conjunction with GPFax (or TrapFax)
  1507. and AXsh (other fax programs or BBSes may be substituted
  1508. with some ARexx programming) to provide voice, fax, and
  1509. data, all on one line.
  1510.  
  1511. This version is a rewrite of ZVM and it requires
  1512. MUI 1.4 or greater (it is known to work on MUI 2.0).
  1513. It supports multiple lines (if you have multiple
  1514. modems of the same type).  You can use avmNfax as a
  1515. simple answering machine with fax capabilities,
  1516. or use it to provide multiple mailboxes.  It can play
  1517. different "intro" messages depending on the time of day,
  1518. day of week, random, or manual selection.  You can retrieve
  1519. your messages remotely, etc.  The caller can
  1520. be told of a forwarding number when he enters
  1521. a particular mailbox.  There are many enhancements
  1522. since 1.19 was released.
  1523.  
  1524. To reduce setup time, I highly recommend that you
  1525. also get the pre-recorded English voice files.  Look
  1526. for anything that starts with AVMV (like AVMVEngCVSD7200.lha,
  1527. AVMVEngADPCM2.lha, etc.).
  1528.  
  1529. Author: Al Villarica
  1530. Path: comm/avmNfax-1.33.lha
  1531.  
  1532. ==========
  1533.  
  1534. BBBBS    7.2    BaudBandit BBS, V7.2
  1535.  
  1536. Baud Bandit Bulletin Board System.  Written entirely in ARexx using the
  1537. commercial terminal program "BaudBandit".  Features include up to 99 file
  1538. libraries with extended filenotes, up to 99 fully threaded message
  1539. conferences, number of users, files, messages, etc. are only limited by
  1540. storage space, controlled file library and message conference access for
  1541. users and sysops, interface to extra devices like CD-ROM and others, all
  1542. treated as read only, complete Email with binary mail and multiple
  1543. forwarding, user statistics including messages written, files uploaded or
  1544. downloaded, time, etc, plus much more.  Now includes a complete offline
  1545. reader/answer called bbsQUICK.rexx, and Call Back Verification for local
  1546. callers.
  1547.  
  1548. Author: Richard Lee Stockton
  1549. Path: comm/BBBBS-7.2.lha
  1550.  
  1551. ==========
  1552.  
  1553. BBDoors    7.2    rexxDoor games and diversions for BBBBS
  1554.  
  1555. 19 rexxDoor games and diversions adjusted to work with BBBBS version 7.2
  1556. Included:
  1557.   Amiga_List..........update 6.6
  1558.   BlackJack...........update 6.4
  1559.   Chicago.............update 6.6
  1560.   FilmFlubs...........
  1561.   Hollywood_Squares...update 6.4
  1562.   Horse_Racing........new!   6.2
  1563.   MatchMaker..........update 6.2
  1564.   Number_guesser......new!   6.2
  1565.   One_Armed_Bandit....update 6.2
  1566.   Ship_Hunt...........update 6.2
  1567.   StarTrek............update 6.3
  1568.   Steven_Wright.......new!   6.3
  1569.   Stock_Market........update 6.5
  1570.   StoryBoard..........update 6.2
  1571.   Quote_Music.........new!   7.1
  1572.   Quote_Zen...........new!   7.1
  1573.   Wheel_Of_Fortune....update 6.2
  1574.   Yacht_C.............update 6.6
  1575.   YuppieWars..........update 6.3
  1576.  
  1577. Author: Richard Lee Stockton
  1578. Path: comm/BBDoors-7.2.lha
  1579.  
  1580. ==========
  1581.  
  1582. Bulletins    2.11    STDIO door for BBS bulletins
  1583.  
  1584. This program will allow a SYSOP to add a multi-level 
  1585. bulletin program to a BBS.  It is a STDIO door and works
  1586. with any BBS which supports them.  This door has been used
  1587. with the Citadel BBS as an autodoor and a regular door.
  1588. The Amiga Zone BBS (609)953-8159, the primary support BBS.
  1589.  
  1590. Author: Tony Preston
  1591. Path: comm/Bulletins-2.11.lha
  1592.  
  1593. ==========
  1594.  
  1595. CarbonCopy    34.8    Fidonet util for FSC0039 style packets.
  1596.  
  1597. A FidoNet Technical Networks utility that will create FSC0039 style
  1598. packets, given a plain ASCII text file and a list of nodes to send netmails
  1599. to.  You'll need a TrapList parsed NodeList to accomplish this...
  1600.  
  1601. Author: Klaus Seistrup
  1602. Path: comm/CarbonCopy-34.8.lha
  1603.  
  1604. ==========
  1605.  
  1606. CasioLink    1.0    Amiga to Casio FX-850P data link
  1607.  
  1608. A program for transmitting data between the Amiga and the Casio
  1609. FX850P (FX880P) pocket computer.
  1610.  
  1611. Author: Frank Nießen
  1612. Path: comm/CasioLink-1.0.lha
  1613.  
  1614. ==========
  1615.  
  1616. CyberPager    1.5    Send alpha-numeric messages to pagers.
  1617.  
  1618. Allows one to send alpha-numeric (i.e., full text) messages to a pager from
  1619. an Amiga.  This is accomplished by dialing into an IXO protocol compliant
  1620. pager central and uploading messages.  Features include: Alias file for
  1621. commonly paged people to be referred to by name rather than cryptic PIN
  1622. numbers; "Groups" file allowing messages to be easily sent to many people
  1623. working on the same project, in the same department, etc; Supports multiple
  1624. pager centrals through a services configuration file; Full logging of
  1625. messages spooled, dialout attempts, etc.  Includes sample rexx scripts to
  1626. generating automatic messages, paging the current person on duty, etc.
  1627.  
  1628. Version 1.5 adds support for IXO TAP services that are out of spec and use
  1629. 8N1 modem characteristics.  This support will require you to update your
  1630. services file to include the new Use8N1 flag.
  1631.  
  1632. Author: Christopher A. Wichura
  1633. Path: comm/CyberPager-1.5.lha
  1634.  
  1635. ==========
  1636.  
  1637. DCDD    1.8    Direct connect demon dialer.
  1638.  
  1639. Direct Connect Demon Dialer, an ARexx/BaudBandit Auto BBS dialer/logger.
  1640. 80 BBses per phonebook.  Unlimited phonebooks.  Selectable Auto BBS
  1641. dialing.  Arexx script control PER BBS.  Many features and safety controls.
  1642. DCDD will automatically dial your chosen batch of local or distant BBSes,
  1643. and will go through your selections as many times as you like, repeatedly
  1644. dialing the BBSes until it connects with one, at which time it will beep
  1645. and bring BaudBandit's screen to the front.
  1646.  
  1647. Author: Jerry Smith
  1648. Path: comm/DCDD-1.8.lha
  1649.  
  1650. ==========
  1651.  
  1652. DTMF    1.1    Output DTMF tones thru the audio device
  1653.  
  1654. Some people are connected to a digital telephone exchange which
  1655. allows to use DTMF (dual-tone) dialing, but don't have a modem
  1656. to dial with.  This simple utility tries to dial the numbers
  1657. through standard audio output.
  1658.  
  1659.    Features:
  1660.  
  1661.       - dialing speed can be set
  1662.       - the number to be dialed can be entered as a command-line parameter
  1663.       - nice user interface using MUI (Magic User Inteface © Stefan Stuntz).
  1664.         Doesn't require the MUI if run with given number as an argument.
  1665.       - DTMF is pure and can be made resident
  1666.  
  1667. Author: Martin Mares
  1668. Path: comm/DTMF-1.1.lha
  1669.  
  1670. ==========
  1671.  
  1672. EazyBBS    2.17    A BBS with UUCP network support.
  1673.  
  1674. A Bulletin Board System (aka Mailbox) with UUCP Network support.  Online
  1675. help, very easy to use for sysops and users.  Fullscreen oriented input
  1676. masks, batch-upload and download.  Up to 9 languages.  Requires AmigaOS
  1677. 2.0+.  Currently has only german documentation.
  1678.  
  1679. Author: Andreas M Kirchwitz
  1680. Path: comm/EazyBBS-2.17.lha
  1681.  
  1682. ==========
  1683.  
  1684. ElCheapoFax    24.10.93    Cheap and simple FAX modem interface.
  1685.  
  1686. A very cheap and simple package to send and receive faxes using your Amiga
  1687. and a suitable (Class 2) Fax modem.  It is not particulary user-friendly,
  1688. nor is it blazingly fast.  It just does everything I need.  In fact, as you
  1689. and I don't need facsimile at all, it does a lot more.
  1690.  
  1691. Author: Olaf 'Rhialto' Seibert
  1692. Path: comm/ElCheapoFax-24.10.93.lha
  1693.  
  1694. ==========
  1695.  
  1696. EMS    1.0    EMS, V1.0
  1697.  
  1698. Electronic Mail System.  An attempt to manage in an easy and uniform way an
  1699. Electronic Mail System.  Unlike other products, EMS can be used with
  1700. FIDONET technology networks AND with USENET-kind networks, with the same
  1701. kind of interaction.  The software takes care of the differences between
  1702. networks.
  1703.  
  1704. Author: Davide Massarenti
  1705. Path: comm/EMS-1.0.lha
  1706.  
  1707. ==========
  1708.  
  1709. FidoMon    1.0    FidoNet In/Outbound viewer for TrapDoor.
  1710.  
  1711. FidoMon provides a real-time display of TrapDoor's inbound/outbound
  1712. directories.  It provides a simple mechanism to change NetMail and Flow
  1713. file status, and it can execute a user defined polling script based on the
  1714. address of a selected file.  It also provides FidoNet file type and address
  1715. information at a glance, and even more information is often available with
  1716. a few clicks of a mouse button.  Finally, it provides a mechanism by which
  1717. a user can edit some of FidoNet's text based files without worrying about
  1718. the carriage return/line feed conversions that are often otherwise
  1719. necessary for FidoNet files.
  1720.  
  1721. Author: Elton VonCannon
  1722. Path: comm/FidoMon-1.0.lha
  1723.  
  1724. ==========
  1725.  
  1726. FTPcdrom    2.11    Simulate  FTP session for CD-ROM access
  1727.  
  1728. This utility is designed for use with a BBS so that a user can attach
  1729. to the current CD in your CD-ROM drive and use it to grab files.
  1730. It safely allows a user to move around in the sub-directories and grab
  1731. files.  A user can read the text descriptions and examine the archives.
  1732. This is a bug fix to version 2.10 which did not compare files properly
  1733. when using wildcards.
  1734. The Amiga Zone BBS (609)953-8159, the primary support BBS.
  1735.  
  1736. Author: Tony Preston
  1737. Path: comm/FTPcdrom-2.11.lha
  1738.  
  1739. ==========
  1740.  
  1741. FTPDaemon    2.0    An ftp daemon for AmiTCP, with multiuser
  1742.  
  1743. An ftpd for AmiTCP v2.0 and up (we use AmiTCP v2.2 ).  It has Multi-User
  1744. support (we use MultiUser v1.5).
  1745.  
  1746. Author: Joran Jessurun
  1747. Path: comm/FTPDaemon-2.0.lha
  1748.  
  1749. ==========
  1750.  
  1751. Gothic_Tag    ?.?    Adds taglines to messages
  1752.  
  1753. Well, basically it's a thing for adding taglines to messages. Or
  1754. alternatively a thing for adding messages to taglines. Take your pick.
  1755.  
  1756. Author: James W Savage
  1757. Path: comm/Gothic_Tag.lha
  1758.  
  1759. ==========
  1760.  
  1761. GRn    2.1    GUI'ed UUCP, C News, and NNTP newreader.
  1762.  
  1763. GRn is Gadtools Read News, a Gadtools-based newsreader for the Amiga, running
  1764. Release 2.0 or above. Some special features are available on higher releases.
  1765.  
  1766. GRn supports locally stored news (via AmigaUUCP, C News, or NNTPxfer) and
  1767. NNTP in a variety of ways (AS225r2, AmiTCP 2.2 or above, DNet, AUW and direct
  1768. connection via serial.device or serial clone).
  1769.  
  1770. GRn 2.1 is an update to GRn 2.0. Several new features have been added, and
  1771. several bugs have been fixed. Refer to GRn.guide for detailed information on
  1772. operating GRn. The file INSTALL tells you how to install GRn (sorry, Installer
  1773. script didn't happen).
  1774.  
  1775. Significant changes between GRn 2.0 and GRn 2.1:
  1776.  
  1777.     New Features:
  1778.  
  1779.     + AmiTCP is now supported
  1780.  
  1781.     + AUW is now supported
  1782.  
  1783.     + ReplyPrefix configuration variable added
  1784.  
  1785.     + GRnSaveDir configuration variable added
  1786.  
  1787.     + MODEID=SCREENMODE argument added
  1788.  
  1789.     + When GRn opens a Custom Screen, it now sets AutoScroll.
  1790.  
  1791.     + New GRn icon
  1792.  
  1793.     + Use the system busy pointer on v39 and up
  1794.  
  1795.     + NOSCAN only applies to the scan at startup
  1796.  
  1797.     + Add From: header to all news and mail created
  1798.       (NOTE: this requires a fixed postnews for AmigaUUCP.)
  1799.  
  1800.     + LAST=SUBSCRIBELAST argument added
  1801.  
  1802.     + Keyboard shortcuts for the article list were added
  1803.  
  1804.     + UserShells are now supported for all external programs (this
  1805.       means they can be AmigaDOS scripts, AREXX programs, etc.)
  1806.  
  1807.     + eXtract command added
  1808.  
  1809.     + A Distribution header is no longer added by default, unless an
  1810.       article being replied to had one
  1811.  
  1812.     Bug Fixes:
  1813.  
  1814.     + serial.device input no longer busy-loops
  1815.  
  1816.     + NNTP articles are not retrieved a second time for Save, Print,
  1817.       Reply, Forward, etc.
  1818.  
  1819.     + You may now "Mark" an article as UNREAD, even when it is the
  1820.       only article in a newsgroup
  1821.  
  1822.     + GRn now works better with tin
  1823.  
  1824.     + Refresh of borders on v37 and v38 is complete
  1825.  
  1826.     + The proper detailpen is now used in the subscription window
  1827.  
  1828.     + Requestors are now draggable
  1829.  
  1830.     + Subject/From headers over 512 characters will no longer cause
  1831.       GRn to write over memory it does not own
  1832.  
  1833.     + No longer allow cancellation of arbitrary articles
  1834.  
  1835.     + Properly close socket.library if NNTP server connection failed.
  1836.  
  1837.     + Large fonts will not mess up the subscribe window any longer
  1838.  
  1839.     + The last article in a newsgroup may be marked as unread.
  1840.  
  1841.     + On v39 and above, mouse and keyboard movements are dealt with
  1842.       correctly, when both are used to adjust a listview.
  1843.  
  1844.     + "Followup-To: poster" is now honored
  1845.  
  1846.     + The HOSTNAME argument is no longer treated as a synonym for the
  1847.       NNTPSERVER argument.
  1848.  
  1849. Author: Michael B. Smith
  1850. Mike Schwartz
  1851. Path: comm/GRn-2.1.lha
  1852.  
  1853. ==========
  1854.  
  1855. HFT    38.556    A very small ANSI terminal program.
  1856.  
  1857. A wonderful ANSI terminal program. Main features are:
  1858.  
  1859. - Reliable ANSI terminal emulation
  1860. - Multiple simultaneous terminal windows/sessions
  1861. - Console support with cut & paste
  1862. - Opens on the default public screen
  1863. - Compatible with all serial.device clones; tested on serial, baudbandit,
  1864.   uw, and nullmodem devices
  1865. - Takes advantage of Workbench 2.04; 1.3 is not supported
  1866.  
  1867. Author: Herbert West
  1868. Path: comm/HFT-38.556.lha
  1869.  
  1870. ==========
  1871.  
  1872. HFT    38.557    A very small ANSI terminal program.
  1873.  
  1874. A wonderful ANSI terminal program. Main features are:
  1875.  
  1876. - Reliable ANSI terminal emulation
  1877. - Multiple simultaneous terminal windows/sessions
  1878. - Console support with cut & paste
  1879. - Opens on the default public screen
  1880. - Compatible with all serial.device clones; tested on serial, baudbandit,
  1881.   uw, and nullmodem devices
  1882. - Takes advantage of Workbench 2.04; 1.3 is not supported
  1883.  
  1884. Author: Herbert West
  1885. Path: comm/HFT-38.557.lha
  1886.  
  1887. ==========
  1888.  
  1889. Hydra    1.0    A bidirectional file transfer protocol
  1890.  
  1891. HYDRA is a bidirectional file transfer protocol designed by Joaquim H.
  1892. Homrighausen and Arjen G. Lentz similar to Bimodem, a proprietary file
  1893. transfer protocol.  It originated in the PC world and has been ported
  1894. to the Atari ST and Amiga.  The HYDRA protocol can send and receive
  1895. data at the same time and also adds a chat option.
  1896.  
  1897. Author: Joaquim H. Homrighausen
  1898. Arjen G. Lentz
  1899. Olaf Barthel
  1900. Path: comm/Hydra-1.0.lha
  1901.  
  1902. ==========
  1903.  
  1904. INetUtils    1.3    Internet Utilities for the Amiga
  1905.  
  1906. INetUtils is a series of programs designed to allow an Amiga running AS-225
  1907. beta 2.0 software (i.e., socket.library capable) or AmiTCP 2.2 (or above) to
  1908. interact and operate as fully functioning members of an IP network,  including
  1909. the global InterNet.
  1910.  
  1911. INetUtils is freely distributable.
  1912.  
  1913. The utility programs consist of:
  1914.  
  1915.     SMTPd        : an SMTP daemon
  1916.     SMTPpost    : an SMTP posting program
  1917.     SMTPExpand  : an SMTP aliases expanding program
  1918.     NNTPpost    : an NNTP posting program
  1919.     NNTPXfer    : an NNTP article transfer program
  1920.     newgroup    : a maintenance program for use with NNTP
  1921.     GetActive   : an NNTP active file transfer program
  1922.     AmiPOP        : a POP message handler
  1923.     Sabot        : A newmail activity program
  1924.  
  1925. a NNTPd is in development, but is not included in this archive.
  1926.  
  1927. The following man pages are included:
  1928.  
  1929.     SMTPd.man
  1930.     SMTPpost.man
  1931.     SMTPExpand.man
  1932.     NNTPpost.man
  1933.     NNTPxfer.man
  1934.     GetActive.man
  1935.  
  1936. and describe the operation of each program.
  1937.  
  1938. To install INetUtils, see the document named INSTALL included in this
  1939. archive.
  1940.  
  1941. For basic help in getting SMTPd running, the following script is also
  1942. included:
  1943.  
  1944.     StartSMTPd
  1945.  
  1946. which is heavily commented.
  1947.  
  1948. AmiPOP and Sabot were developed by Scott Ellis (sellis@ucssun1.sdsu.edu)
  1949. and all communication regarding them should be directed to him. Separate
  1950. documentation regarding them is included in the AmiPOP and Sabot archives.
  1951.  
  1952. To properly utilize the NNTP capability requires an NNTP aware newsreader
  1953. and a mailreader. The 'G' package is presented to meet this need.
  1954.  
  1955. GRn is Gadtools Read News, which can properly read and post with articles
  1956. via NNTP directly or read with the local directory setup by NNTPXfer, and
  1957. post directly using NNTPpost. Documentation is available in AmigaGuide
  1958. format (GRn.guide).
  1959.  
  1960. GMail, Gadtools Mail, is still in development, and is not included in this
  1961. archive.
  1962.  
  1963. AmigaELM and the DMail from AmigaUUCP are quite satisfactory for reading mail.
  1964.  
  1965. Author: Michael B. Smith
  1966. Path: comm/INetUtils-1.3.lha
  1967.  
  1968. ==========
  1969.  
  1970. INetUtils    1.3    Internet Utilities for the Amiga
  1971.  
  1972. INetUtils is a series of programs designed to allow an Amiga running AS-225
  1973. beta 2.0 software (i.e., socket.library capable) or AmiTCP 2.2 (or above) to
  1974. interact and operate as fully functioning members of an IP network,  including
  1975. the global InterNet.
  1976.  
  1977. INetUtils is freely distributable.
  1978.  
  1979. The utility programs consist of:
  1980.  
  1981.     SMTPd        : an SMTP daemon
  1982.     SMTPpost    : an SMTP posting program
  1983.     SMTPExpand  : an SMTP aliases expanding program
  1984.     NNTPpost    : an NNTP posting program
  1985.     NNTPXfer    : an NNTP article transfer program
  1986.     newgroup    : a maintenance program for use with NNTP
  1987.     GetActive   : an NNTP active file transfer program
  1988.     AmiPOP        : a POP message handler
  1989.     Sabot        : A newmail activity program
  1990.  
  1991. a NNTPd is in development, but is not included in this archive.
  1992.  
  1993. The following man pages are included:
  1994.  
  1995.     SMTPd.man
  1996.     SMTPpost.man
  1997.     SMTPExpand.man
  1998.     NNTPpost.man
  1999.     NNTPxfer.man
  2000.     GetActive.man
  2001.  
  2002. and describe the operation of each program.
  2003.  
  2004. To install INetUtils, see the document named INSTALL included in this
  2005. archive.
  2006.  
  2007. For basic help in getting SMTPd running, the following script is also
  2008. included:
  2009.  
  2010.     StartSMTPd
  2011.  
  2012. which is heavily commented.
  2013.  
  2014. AmiPOP and Sabot were developed by Scott Ellis (sellis@ucssun1.sdsu.edu)
  2015. and all communication regarding them should be directed to him. Separate
  2016. documentation regarding them is included in the AmiPOP and Sabot archives.
  2017.  
  2018. To properly utilize the NNTP capability requires an NNTP aware newsreader
  2019. and a mailreader. The 'G' package is presented to meet this need.
  2020.  
  2021. GRn is Gadtools Read News, which can properly read and post with articles
  2022. via NNTP directly or read with the local directory setup by NNTPXfer, and
  2023. post directly using NNTPpost. Documentation is available in AmigaGuide
  2024. format (GRn.guide).
  2025.  
  2026. GMail, Gadtools Mail, is still in development, and is not included in this
  2027. archive.
  2028.  
  2029. AmigaELM and the DMail from AmigaUUCP are quite satisfactory for reading mail.
  2030.  
  2031. Author: Michael B. Smith
  2032. Path: comm/INetUtils-AmiTCP-1.3.lha
  2033.  
  2034. ==========
  2035.  
  2036. ListSERV    3.0    Maintains electronic mailing lists
  2037.  
  2038. Demo version of a program to maintain electronic mailing lists
  2039.  
  2040. Author: Peter Simons
  2041. Path: comm/ListSERV-3.0.lha
  2042.  
  2043. ==========
  2044.  
  2045. MailQueue    37.0    Monitor number of Messages in SMTPSpool
  2046.  
  2047. This is just a little program to use with
  2048. the INetUtils for AmiTCP/AS225, especially
  2049. for your SMTPSpool directory. The program
  2050. will monitor all queued files within the
  2051. SMTPSpool directory and display the number
  2052. of messages in a small window, you may
  2053. position somewhere on your Workbench. As
  2054. soon as a message is queued/deleted, the
  2055. information will be updated.
  2056.  
  2057. Author: Kai Iske
  2058. Path: comm/MailQueue-37.0.lha
  2059.  
  2060. ==========
  2061.  
  2062. MailQueue    37.2    Monitor number of Messages in SMTPSpool
  2063.  
  2064. This is just a little program to use with
  2065. the INetUtils for AmiTCP/AS225, especially
  2066. for your SMTPSpool directory. The program
  2067. will monitor all queued files within the
  2068. SMTPSpool directory and display the number
  2069. of messages in a small window, you may
  2070. position somewhere on your Workbench. As
  2071. soon as a message is queued/deleted, the
  2072. information will be updated.
  2073.  
  2074. Author: Kai Iske
  2075. Path: comm/MailQueue-37.2.lha
  2076.  
  2077. ==========
  2078.  
  2079. Modem    1.1    Sample code to configure modems.
  2080.  
  2081. Some sample source showing how to configure modems, etc.  without having to
  2082. load a terminal program.  It can be used on any device or unit which acts
  2083. like a serial.device.  I also use it for dialing up to my slip account...
  2084.  
  2085. Author: Stephen Norris
  2086. Path: comm/Modem-1.1.lha
  2087.  
  2088. ==========
  2089.  
  2090. Mosaic    1.2    Amiga World-Wide-Web browser
  2091.  
  2092. Amiga Mosaic is a networked information discovery, retrieval, and
  2093. collaboration tool originally developed at the National Center for
  2094. Supercomputing Applications at the University of Illinois at Urbana
  2095. and then ported to the Amiga by Michael Fischer, Michael Witbrock, Michael
  2096. Meyer, and Steve Dunham.
  2097.  
  2098. Mosaic provides a hypertext interface to the global Internet.  Hypertext
  2099. is text which contains highlighted links, called hyperlinks or anchors,
  2100. to other texts.  Each highlighted phrase (in color or underlined) is a
  2101. hyperlink to another document or information resource somewhere on the
  2102. Net.  A single click with the left mouse button on any highlighted
  2103. phrase will follow the link, and Mosaic will retrieve the document
  2104. associated with the selected hyperlink and display it.
  2105.  
  2106. The Mosaic client communicates with HTTP servers.  HTTP is the HyperText
  2107. Transfer Protocol of the WWW (World Wide Web).  Mosaic can also communicate
  2108. with more traditional Internet protocols such as FTP, Gopher, WAIS, NNTP,
  2109. etc.
  2110.  
  2111. The hypertext documents viewed with Mosaic are written in HTML (HyperText
  2112. Markup Language), which is a subset of SGML (Standard Generalized Markup
  2113. Language).  Among the many formatting features, HTML allows Mosaic to
  2114. display inlined images.  (In fact, an inlined images can serve as a
  2115. hyperlink just like a word or phrase can).
  2116.  
  2117. Mosaic also features unlimited multimedia capabilities.  File types
  2118. that Mosaic cannot handle internally, such as mpeg movies, sound
  2119. files, Postscript documents, and JPEG images, are automatically sent
  2120. to external viewers (or players).
  2121.  
  2122. Author: Originally from the NCSA at the University of Illinois at Urbana
  2123. Amiga port by Michael Fischer, Michael Witbrock, Michael Meyer,
  2124. and Steve Dunham
  2125. Path: comm/Mosaic-1.2.lha
  2126.  
  2127. ==========
  2128.  
  2129. MPack    1.4    Encoding & decoding in MIME format
  2130.  
  2131. Mpack and munpack are utilities for encoding and decoding
  2132. (respectively) binary files in MIME (Multipurpose Internet Mail
  2133. Extensions) format mail messages.  For compabibility with older forms
  2134. of transferring binary files, the munpack program can also decode
  2135. messages in split-uuencoded format.
  2136.  
  2137. This MIME implementation is intended to be as simple and portable as
  2138. possible.  For a slightly more sophisticated MIME implementation, see
  2139. the program MetaMail, available via anonymous FTP to
  2140. thumper.bellcore.com, in directory pub/nsb
  2141.  
  2142. Author: John G. Myers, Christopher J. Newman, amiga port by Mike W. Meyer
  2143. Path: comm/MPack-1.4.lha
  2144.  
  2145. ==========
  2146.  
  2147. MUIAdt    1.3    Aminet frontend for AmigaDOS
  2148.  
  2149. GUI-based utility that allows you to connect to one of several Aminet 
  2150. sites, browse the RECENT files, and download the files of interest.
  2151.  
  2152. Author: Jem Atahan
  2153. Path: comm/MUIAdt-1.3.lha
  2154.  
  2155. ==========
  2156.  
  2157. ParBENCH    3.1    A easy to use ParNET installation kit.
  2158.  
  2159. A ParNET installation kit put together by Vernon Graner of Commodore
  2160. Business Machines.  It uses the CBM Installer and is fully documented.
  2161. ParNET itself is copyrighted by The Software Distillary and Doug Walker,
  2162. John Toebes, and Matt Dillon.  The main improvements between this ParBENCH
  2163. and the standard ParNET is the ease of installation and routine startup of
  2164. the NET: device.  This package contains a set of WorkBench tools to boot
  2165. the network and fix up and display remote node icons, etc.
  2166.  
  2167. Author: Vernon Graner
  2168. Doug Walker
  2169. John Toebes
  2170. Matt Dillon
  2171. Path: comm/ParBENCH-3.1.lha
  2172.  
  2173. ==========
  2174.  
  2175. ProNET    1    Installs a network between 2 Amigas
  2176.  
  2177. ProNET  is  a hardware/software combination that installs a small network
  2178. between  two  and  NOT more Amigas.  This can be used to exchange data from
  2179. both  Amiga's  devices.   The difference between ParNet, written by Matthew
  2180. Dillon  and  others,  and  ProNET  is  that you can mount the other Amiga's
  2181. devices  as if they were present on this machine, that means you don't have
  2182. to  access  the  other 'DF0:' indirectly by using 'NET:df0/...' but you can
  2183. mount  it  as  e.g.   'DF2:'  on  this Amiga.  The other device is emulated
  2184. PERFECTLY,  so that you won't notice that it exists on the other machine in
  2185. fact - You can e.g.  access a disk in the other 'DF0:' by it's name instead
  2186. of having to use 'DF2:', then you can get full information about the status
  2187. (% full etc.) - just like as it was a real device in your first Amiga.
  2188.   Of course there are extra programs supplied known from ParNET, with which
  2189. you can start commands on the other Amiga or just talk between them.
  2190.   Full developer information is available for programmers that want to code
  2191. extra tools using the pronet.device.
  2192.  
  2193. Author: Michael Krause.
  2194. Path: comm/ProNET-1.lha
  2195.  
  2196. ==========
  2197.  
  2198. Smail    1.10    UUCP mail transport mechanism.
  2199.  
  2200. UUCP mail transport mechanism, based on Unix Smail V2.5.  A complete
  2201. substitute for Dillon's sendmail program.  Features: re-routing of
  2202. addresses according to the paths file; mail forwarding for users
  2203. (~/.forward and uumail: <user>); nearly command line compatible with
  2204. Dillon's sendmail (except -raw); Return-To-Receipt recognition; returning
  2205. undeliverable mails to sender and postmaster of your host; support of the
  2206. standard Getty, MultiUserFileSystem and AXSh passwd files; smarthost option
  2207. if your map files are not perfect; extended log files...  and much more!
  2208.  
  2209. Author: Aussem
  2210. Path: comm/SMail-1.10.lha
  2211.  
  2212. ==========
  2213.  
  2214. SplUU    1.16ß    UUEncoding file splitter.
  2215.  
  2216. A UUEncoding file splitter for emailing large files.  It takes a file and
  2217. UUEncodes it, and then it cuts it up in 2000 line blocks.  It also gives
  2218. each block a header and a tail.
  2219.  
  2220. Author: Psilocybe Systems
  2221. Inc
  2222. Path: comm/Spluu-1.16ß.lha
  2223.  
  2224. ==========
  2225.  
  2226. Spot    1.3    A FidoNet tosser/editor for points.
  2227.  
  2228. Spot is a FidoNet tosser/editor for points.  It features a userfriendly
  2229. font-sensitive GadTools interface that is fully localized.  Spot uses a custom
  2230. message base format for fast importing and exporting.  Some of Spot's main
  2231. features:t Supports new 3.0 features (newlook menus, memory pools,...) --
  2232. Automatically creates new areas for you, no tedious work -- Optional (fully
  2233. transparent) message base crunching -- Message list with powerful functions
  2234. (e.g. search body text) -- Excellent support for multiple character sets
  2235. (LATIN-1, IBM,...) -- Built-in, fully asynchronous, Fido file request --
  2236. Multi-bossing and multi-domain capable -- Userlist editor -- powerful twitlist
  2237. -- ARexx port (100+ commands).
  2238.  
  2239. Author: Nico Francois
  2240. Path: comm/Spot-1.3.lha
  2241.  
  2242. ==========
  2243.  
  2244. TeleTerm    2.0    Fast, full-featured Terminal, XEM, XPR
  2245.  
  2246. TeleTerm is a powerful, fast terminal program with XEM and XPR support, a
  2247. dynamic phonebook, review buffer, 60 macros, and much more.
  2248.  
  2249.                  TeleTerm has the following main features:
  2250.  
  2251.      XEM support
  2252.      XPR support
  2253.      Internal multi-tasking of windows
  2254.      Faster interleaved bitmaps for smooth scrolling (OS 3.x)
  2255.      Public screen, so other programs can open on TeleTerm's screen
  2256.      Can open on the WorkBench
  2257.      Numerous visual controls, from ScreenMode to ScreenPens
  2258.      Low memory consumption (could theoretically run in 512k)
  2259.      60 user-defined macros
  2260.      Highly detailed phonebook, including multi-line BBS support, and full
  2261.            preferences control for each entry
  2262.      Much, much more...
  2263.  
  2264. Author: Josh Farley
  2265. Path: comm/TeleTerm-2.0.lha
  2266.  
  2267. ==========
  2268.  
  2269. Term    4.2    Very nice terminal program.
  2270.  
  2271. A telecommuncations program designed for use with any Commodore-Amiga
  2272. computer running Kickstart 2.04 or higher.  Its features include:
  2273.  
  2274.    * Fast built-in VT-220 terminal emulation
  2275.  
  2276.    * Support for custom terminal emulation modules following the `XEM
  2277.      2.0' standard
  2278.  
  2279.    * Operates in any display environment, supports all screen display
  2280.      modes
  2281.  
  2282.    * Support for file transfer modules following the `XPR' standard
  2283.  
  2284.    * File- and printer-capturing functions
  2285.  
  2286.    * Review-buffer support
  2287.  
  2288.    * Powerful phone book and dialing functions
  2289.  
  2290.    * `Amiga User Interface Style Guide' conformant user interface
  2291.  
  2292.    * Online-help (requires AmigaGuide package)
  2293.  
  2294.    * Built-in `ARexx' interface
  2295.  
  2296.    * File upload list, which permits selecting the files to be
  2297.      transferred before the upload is started.
  2298.  
  2299.    * Login script learn mode.
  2300.  
  2301.    * Built-in keyword/response parser which makes it possible to have
  2302.      `term' respond to BBS prompts and such with the user name,
  2303.      password, etc. without having to program the ARexx interface.
  2304.  
  2305.    * Interface for external programs to rendezvous with `term', taking
  2306.      over serial I/O processing (such as `HydraCom').
  2307.  
  2308. Author: Olaf `Olsen' Barthel
  2309. Path: comm/Term-4.2.lha
  2310.  
  2311. ==========
  2312.  
  2313. Term    4.3    Very nice terminal program.
  2314.  
  2315. A telecommuncations program designed for use with any Commodore-Amiga
  2316. computer running Kickstart 2.04 or higher.  Its features include:
  2317.  
  2318.    * Fast built-in VT-220 terminal emulation
  2319.  
  2320.    * Support for custom terminal emulation modules following the `XEM
  2321.      2.0' standard
  2322.  
  2323.    * Operates in any display environment, supports all screen display
  2324.      modes
  2325.  
  2326.    * Support for file transfer modules following the `XPR' standard
  2327.  
  2328.    * File- and printer-capturing functions
  2329.  
  2330.    * Review-buffer support
  2331.  
  2332.    * Powerful phone book and dialing functions
  2333.  
  2334.    * `Amiga User Interface Style Guide' conformant user interface
  2335.  
  2336.    * Online-help (requires AmigaGuide package)
  2337.  
  2338.    * Built-in `ARexx' interface
  2339.  
  2340.    * File upload list, which permits selecting the files to be
  2341.      transferred before the upload is started.
  2342.  
  2343.    * Login script learn mode.
  2344.  
  2345.    * Built-in keyword/response parser which makes it possible to have
  2346.      `term' respond to BBS prompts and such with the user name,
  2347.      password, etc. without having to program the ARexx interface.
  2348.  
  2349.    * Interface for external programs to rendezvous with `term', taking
  2350.      over serial I/O processing (such as `HydraCom').
  2351.  
  2352. Author: Olaf `Olsen' Barthel
  2353. Path: comm/Term-4.3.lha
  2354.  
  2355. ==========
  2356.  
  2357. Terminus    2.0d    A highly capable and flexible comm pgm.
  2358.  
  2359. A highly capable and flexible, if not seasoned telecommunications tool for
  2360. the Amiga.  Terminus is a completely rewritten replacement for JR-Comm
  2361. 1.02a.  It is not an update.  Terminus conforms, where possible, to the
  2362. recommendations outlined in the "Commodore Amiga Style Guide" for Release 2
  2363. of the Amiga operating system while still retaining compatibility with the
  2364. 1.3 release.  However, all future releases of Terminus will be compatible
  2365. with the 2.0 (or later) operating system release only.
  2366.  
  2367. Author: John P Radigan
  2368. Path: comm/Terminus-2.0d.lha
  2369.  
  2370. ==========
  2371.  
  2372. THOR    1.25    Offline QWK/HIPPO/ABBS/MBBS reader.
  2373.  
  2374. THOR is a offline message reader developed for saving online time while
  2375. connected to BBS systems, and for building and maintaining a database of
  2376. the messages from the boards. The message database has true history and
  2377. threading, fast searching, mark and keep options. Each board has a user
  2378. database with all users which has written messages. This user database can
  2379. be used when sending messages. There is an optional internal fullscreen
  2380. editor. The editor has all features needed for message editing. Both THOR
  2381. and the internal editor have ARexx ports. THOR is fully compliant to the
  2382. Style Guide with a resizeable, font-sensitive and configurable user
  2383. interface. Supports new 3.0 features (newlook menus, memory pools,
  2384. interleaved screens, 24 bit palette,....). Many useful utilities are
  2385. included.
  2386.  
  2387. Author: Eivind Nordseth
  2388. Path: comm/THOR-1.25.lha
  2389.  
  2390. ==========
  2391.  
  2392. Timer    1.04    Monitor online time, log former logons.
  2393.  
  2394. A small utility that allows you to monitor online time with your favorite
  2395. terminal program or really any other amount of time you want.  It has a
  2396. logging function to keep you informed about former logons and can open its
  2397. window on any screen. Source in C and and AREXX script to start
  2398. Timer from Vlt are included.
  2399.  
  2400. Author: Uwe "hoover" Schuerkamp
  2401. Path: comm/Timer-1.04.lha
  2402.  
  2403. ==========
  2404.  
  2405. traceroute    1.0    A 'traceroute' for AmiTCP
  2406.  
  2407. traceroute is a networking utility written by Van Jacobson originally
  2408. for BSD Unix machines to find out the route ip packets follow,
  2409. including round-trip times for each packet, when going to a host of
  2410. your choice, which can be of great interest during troubleshooting a
  2411. network.
  2412.  
  2413. Author: Several, amiga port by Klaus Klein
  2414. Path: comm/traceroute-1.0.lha
  2415.  
  2416. ==========
  2417.  
  2418. TWC    3.26    Two Way Chat & Send; modem full duplexer
  2419.  
  2420. Two Way Chat & Send enables you to make use of your modem's full-duplex
  2421. feature in fact, it can save you up to 50% transmission time.  With TWC you
  2422. can connect to another guy running TWC, then you may transmit file-AND
  2423. chat-data at the same time in both directions.  GUI-driven, requires
  2424. OS2.04+.
  2425.  
  2426. Author: Lutz Vieweg
  2427. Path: comm/TWC-3.26.lha
  2428.  
  2429. ==========
  2430.  
  2431. XprZmodem    3.1    Amiga shared library for ZModem xfer.
  2432.  
  2433. An Amiga shared library which provides ZModem file transfer capability to
  2434. any XPR-compatible communications program.
  2435.  
  2436. Author: Ranier Hess
  2437. William M Perkins
  2438. Rick Huebner and others  See documentation
  2439. Path: comm/XprZmodem-3.1.lha
  2440.  
  2441. ==========
  2442.  
  2443. ACE    2.3    FreeWare Amiga BASIC compiler + extras
  2444.  
  2445. ACE is a FreeWare Amiga BASIC compiler which, in conjunction with A68K
  2446. and Blink produces standalone executables.
  2447.  
  2448. The language defines a large subset of AmigaBASIC but also has many
  2449. features not found in the latter such as: turtle graphics, recursion,
  2450. SUBs with return values, structures, arguments, include files, a
  2451. better WAVE command which allows for large waveforms, external
  2452. references, named constants and a variety of other commands and
  2453. functions not found in AmigaBASIC.
  2454.  
  2455. New features in version 2.0 include: gadgets, three standard requester
  2456. types, serial I/O and menus (with optional command-keys for menu
  2457. items). New commands and functions for this version include EXIT FOR,
  2458. PTAB, SPC, DEF FN, ON ERROR and ERR (these last two handle file and
  2459. serial I/O at present). INPUT and PRINT can now be used transparently
  2460. for all screen/window combinations.
  2461.  
  2462. All user-defined windows are now fully-configurable and may be used in
  2463. conjunction with screens as per AmigaBASIC. Window close event
  2464. trapping is also a new feature.
  2465.  
  2466. In addition to event trapping, ACE now supports WAITing for both menus
  2467. and gadgets. Waiting is more operating-system-friendly than event
  2468. trapping.
  2469.  
  2470. A simple graphical front-end (Integrated Development Environment) is
  2471. also provided with the archive. This is written in ACE.
  2472.  
  2473. Author: David Benn
  2474. Path: dev/ACE-2.3.lha
  2475.  
  2476. ==========
  2477.  
  2478. ACE    2.35    Update (V2.35) of Amiga BASIC compiler
  2479.  
  2480. ACE is a FreeWare Amiga BASIC compiler which, in conjunction with A68K
  2481. and Blink produces standalone executables.
  2482.  
  2483. The language defines a large subset of AmigaBASIC but also has many
  2484. features not found in the latter such as: turtle graphics, recursion,
  2485. SUBs with return values, structures, arguments, include files, a
  2486. better WAVE command which allows for large waveforms, external
  2487. references, named constants and a variety of other commands and
  2488. functions not found in AmigaBASIC.
  2489.  
  2490. New features in version 2.0 include: gadgets, three standard requester
  2491. types, serial I/O and menus (with optional command-keys for menu
  2492. items). New commands and functions for this version include EXIT FOR,
  2493. PTAB, SPC, DEF FN, ON ERROR and ERR (these last two handle file and
  2494. serial I/O at present). INPUT and PRINT can now be used transparently
  2495. for all screen/window combinations.
  2496.  
  2497. All user-defined windows are now fully-configurable and may be used in
  2498. conjunction with screens as per AmigaBASIC. Window close event
  2499. trapping is also a new feature.
  2500.  
  2501. In addition to event trapping, ACE now supports WAITing for both menus
  2502. and gadgets. Waiting is more operating-system-friendly than event
  2503. trapping.
  2504.  
  2505. A simple graphical front-end (Integrated Development Environment) is
  2506. also provided with the archive. This is written in ACE.
  2507.  
  2508. Author: David Benn
  2509. Path: dev/ACE-2.35.lha
  2510.  
  2511. ==========
  2512.  
  2513. ACE-AG-docs    ?.?    Three docs for the AmigaBasic Compiler
  2514.  
  2515. Contains three AmigaGuide documents for the FreeWare Amiga BASIC 
  2516. compiler ACE, version 2.0:
  2517.  
  2518.     - ACE.GUIDE:  General docs for ACE (from ace.doc)
  2519.     - REF.GUIDE:  ACE language reference (from ref.doc)
  2520.     - AIDE.GUIDE: Graphical front-end docs (from aide.doc)
  2521.  
  2522. Author: John Stiwinter
  2523. Path: dev/ACE-AG-Docs.lha
  2524.  
  2525. ==========
  2526.  
  2527. ADev11    3.0a    Complete development sys for 68HC11 CPU
  2528.  
  2529. A complete development system for Motorola's 68HC11 processor, including a
  2530. macro assembler, linker, librarian, downloader and disassembler.  Supports
  2531. multiple source file and multiple relocatable segments per file.
  2532.  
  2533. Author: Stan Burton
  2534. Path: dev/ADev11-3.0a.lha
  2535.  
  2536. ==========
  2537.  
  2538. ADF    1.0    Auto-Doc formatting utility
  2539.  
  2540. Some years ago, CBM introduced a standard format for writing documentation
  2541. of libraries and other system modules - the Autodocs.  This is a relatively
  2542. good format and is used by many programmers which are interested in creating
  2543. of additional system modules, but it is a bit hard to maintain, because it
  2544. contains still the same headers for each function and the parameters are
  2545. described on three different places.  The AutoDoc Formatter tries to
  2546. simplify this hard work.
  2547.  
  2548. Author: Martin Mares
  2549. Path: dev/ADF-1.0.lha
  2550.  
  2551. ==========
  2552.  
  2553. ADoc    1.02    Create autodocs and/or texinfo from src
  2554.  
  2555. The ADOC scanner creates Autodocs or Texinfo source from source code.
  2556. It is an enhanced version of Bill Koesters `Autodoc' program as of
  2557. 21-Aug-89 which is part of C=ommodore's Native Developer Kit (NDK).
  2558.  
  2559. Author: Tobias Ferber
  2560. Path: dev/ADoc-1.02.lha
  2561.  
  2562. ==========
  2563.  
  2564. AForth    1.4    A FORTH-79 Std Implementation for AMIGA
  2565.  
  2566. AFORTH is an implementation of the FORTH programming language for
  2567. the  Commodore  Amiga,  it  adheres  very closely to the FORTH-79
  2568. standard as defined by the FORTH Standards Team.
  2569.  
  2570. Author: Steve Martin
  2571. Path: dev/AForth-1.4.lha
  2572.  
  2573. ==========
  2574.  
  2575. ALSt    3.04    Amiga Little Smalltalk version 3.04
  2576.  
  2577. Amiga Little Smalltalk version 3.04.  A port of Timothy Budd's version 3
  2578. of Little Smalltalk.  The first port of version 3 to the Amiga (that I
  2579. know of) was by Dan Griffin.  This port adds to that one the use of
  2580. Guido van Rossum's Standard Windows library to provide a simple ANSI
  2581. character and escape code based windowing facility.  This allows Amiga
  2582. Little Smalltalk to include a class/method browser and an integrated text
  2583. editor.  Although the windowing facility is a bit slow, it makes this
  2584. version a much better learning tool than previous ports.
  2585.  
  2586. Author: Tim Budd
  2587. Dan Griffin
  2588. David A. Faught
  2589. Path: dev/ALSt-3.04.lha
  2590.  
  2591. ==========
  2592.  
  2593. Amiga_E    3.1a    An Amiga specific E compiler
  2594.  
  2595. E is a powerful and flexible object oriented / procedural / unpure
  2596. functional higher programming language, mainly influenced by languages
  2597. such as C++, Ada, Lisp etc., and Amiga E a very fast compiler for it,
  2598. with features such as speed of >20000 lines/minute on a 7 Mhz amiga,
  2599. inline assembler and linker integrated into compiler, large set of
  2600. integrated functions, great module concept with v39 includes as
  2601. modules, flexible type-system, quoted expressions, immediate and typed
  2602. lists, low-level and object polymorphism, exception handling,
  2603. inheritance, data-hiding, methods, multiple return values, default
  2604. arguments, register allocation, fast memory management, unification,
  2605. LISP-Cells, and much much more...
  2606.  
  2607. Author: Wouter van Oortmerssen
  2608. Path: dev/Amiga_E-3.1a.lha
  2609.  
  2610. ==========
  2611.  
  2612. AmiLock    1.0.1    A system friendly console lock program.
  2613.  
  2614. A console lock program which is system friendly.  Amilock is a series of
  2615. programs which demonstrates inter-process communication, as well as the use
  2616. of interrupt handlers.  The interrupt handlers are used to disable/limit
  2617. keyboard and mouse inputs, thereby allowing the console to be 'frozen'.
  2618. The mouse can still move, but no mouse clicks are possible.  Does not blank
  2619. the screen, but any blanker can be run in the background and will function
  2620. properly.
  2621.  
  2622. Author: Michael Nielsen
  2623. Path: dev/AmiLock-1.0.1.lha
  2624.  
  2625. ==========
  2626.  
  2627. AsmKURS    ?.?    Docs for 68020/68881 assembly coding.
  2628.  
  2629. Some documentation on assembly language coding for the 68020/68881 or
  2630. better combination.  In addition you will find docs for the FPU, along with
  2631. source for a nice, fast Julia fractal plotter that utilizes the FPU.  The
  2632. files also contains some hints about optimizing your code for an 020, too.
  2633.  
  2634. Author: Erik H Bakke
  2635. Path: dev/AsmKURS.lha
  2636.  
  2637. ==========
  2638.  
  2639. BarflyDemo    1.10    Very powerful Debugger and Assembler.
  2640.  
  2641. Very powerful Intuition controlled Source Level Debugger and an
  2642. optimizing Assembler.  The Debugger allows the parallel debugging
  2643. of several tasks in unlimited windows.  Has different windows for
  2644. ASM/Copper-Disassembler, Memory, Source, Breakpoints, Watchpoints,
  2645. Checksums and a lot other functions.  It supports SAS-C and GCC
  2646. Sourcelevel Debugging and allows dynamic include structure support.
  2647. Supports 68000-68040/6888x.  The Assembler has multi-pass optimizing,
  2648. precompiled includes, include/incbin cache, highlevel macros, smalldata
  2649. and advanced hunk support.  Supports 68000-68060/6888x.
  2650.  
  2651. Author: Ralph Schmidt
  2652. Path: dev/BarflyDemo-1.10.lha
  2653.  
  2654. ==========
  2655.  
  2656. BarflyDemo    1.18    Very powerful Debugger and Assembler.
  2657.  
  2658. Very powerful Intuition controlled Source Level Debugger and an optimizing
  2659. Assembler.  The Debugger allows the parallel debugging of several tasks in
  2660. unlimited windows.  Has different windows for ASM/Copper-Disassembler,
  2661. Memory, Source, Breakpoints, Watchpoints, Checksums and a lot of other
  2662. functions.  It supports SAS-C and GCC Sourcelevel Debugging and allows
  2663. dynamic include structure support. Supports 68000-68040/6888x.
  2664. The Assembler has multi-pass optimizing, precompiled includes,
  2665. include/incbin cache, highlevel macros, smalldata and advanced hunk
  2666. support.  Supports 68000-68060/6888x.
  2667.  
  2668. Author: Ralph Schmidt
  2669. Path: dev/BarflyDemo-1.18.lha
  2670.  
  2671. ==========
  2672.  
  2673. BGUI    1.1a    Creation of font/size sensitive GUI's
  2674.  
  2675.  
  2676. `BGUI' is a BOOPSI based shared library contaning a number of BOOPSI
  2677. classes.  It allows for easy creation and managing of font sensitive
  2678. and size adjustable GUI's on the Amiga.  Hmm, where have I read something
  2679. like this before..., I hear you say.
  2680.  
  2681. Features
  2682. ********
  2683.  
  2684.    * Requires at least OS 2.04 (Yes, that is a feature :)
  2685.    * Extends on the existing system gadgetclass and rootclass.
  2686.    * Creates completely font sensitive GUI's.
  2687.    * Supports sizable windows.
  2688.    * AppWindow support.
  2689.    * Titled group-frames and seperators.
  2690.    * Supports OS 3.0 when available.
  2691.    * Style Guide compliant.
  2692.    * Keyboard control of most gadget classes.
  2693.    * Several types of notification to create "self driven" GUI's.
  2694.    * Easy intergration of third-party classes.
  2695.    * Easy to make your class work directly with BGUI.
  2696.    * Object oriented.
  2697.    * Resonable speed, even with a 68000 processor.
  2698.    * Relatively small library.
  2699.    * Classes for easy filerequester and commodity creation.
  2700.    * Seperate ARexx class including source code.
  2701.  
  2702. Author: Jan van den Baard
  2703. Path: dev/BGUI-1.1a.lha
  2704.  
  2705. ==========
  2706.  
  2707. BitOp    2.2    Bit tool; dec-hex-bin conv; calc
  2708.  
  2709. A tool for creating/editing bitmasks. Also converts dec-hex-bin. And can
  2710. be used as a calculator. Performs AND, OR, EOR, ADD, SUB, MUL, DIV, NOT,
  2711. NEG, and SL/SR on any one or two numbers.
  2712.  
  2713. Author: John Corigliano
  2714. Path: dev/BitOp-2.2.lha
  2715.  
  2716. ==========
  2717.  
  2718. c2p    ?.?    two *fast* chunky2planar converters
  2719.  
  2720. 8 bitplane chunky2planar converters, one using the CPU with the blitter and the
  2721. second one using the CPU only.  Comes with examples of implementation.
  2722.  
  2723. Author: James McCoull
  2724. Peter McGavin
  2725. Conrad Sanderson
  2726. Path: dev/C2P.lha
  2727.  
  2728. ==========
  2729.  
  2730. CatEdit    1.2    A GUI catalog editor/translator
  2731.  
  2732. A GUI catalog editor/translator, allows you to translate localized
  2733. programs.  You can also remove errors in the translation of a program
  2734. or even the Workbench.  All you need to translate a program is a
  2735. catalog file in a language that you understand.
  2736.  
  2737. Author: Rafael D'Halleweyn
  2738. Path: dev/CatEdit-1.2.lha
  2739.  
  2740. ==========
  2741.  
  2742. CatEdit    1.2b    A GUI catalog editor/translator
  2743.  
  2744. A GUI catalog editor/translator, allows you to translate localized
  2745. programs.  You can also remove errors in the translation of a program
  2746. or even the Workbench.  All you need to translate a program is a
  2747. catalog file in a language that you understand.
  2748.  
  2749. Author: Rafael D'Halleweyn
  2750. Path: dev/CatEdit-1.2b.lha
  2751.  
  2752. ==========
  2753.  
  2754. CAZ    1.26b    A Z80 cross assembler
  2755.  
  2756. A Z80 cross-assembler.  Some people never stop building their own hardware
  2757. projects! The Z80 processor is old, right, but a really cheap one! So
  2758. design your own Processor Board and do all your software development on the
  2759. Amiga.
  2760.  
  2761. Author: Carsten Rose
  2762. Path: dev/CAZ-1.26b.lha
  2763.  
  2764. ==========
  2765.  
  2766. CManual    3.0    Amiga programming documents and examples
  2767.  
  2768. A 5 disk distribution of one of the largest collections of documents,
  2769. examples, and utilities in C for the Amiga.  It consists of six
  2770. manuals, with more than 40 chapters, 175 fully executable examples
  2771. complete with source code, and several utilities and other goodies.
  2772.  
  2773. The manuals describe how to open and work with Screens, Windows,
  2774. Graphics, Gadgets, Requesters, Alerts, Menus, IDCMP, Sprites,
  2775. VSprites, AmigaDOS, Low Level Graphics Routines, etc.  They also
  2776. explain how to use your C Compiler and give you important information
  2777. about how the Amiga works and how your programs should be designed.
  2778. When unpacked, the manuals and examples nearly fill up twelve standard
  2779. Amiga floppies.
  2780.  
  2781. Author: Anders Bjerin
  2782. Path: dev/CManual-3.0.lha
  2783.  
  2784. ==========
  2785.  
  2786. CodeWatcher    1.4    Keeps track of allocated resources.
  2787.  
  2788. Launches programs and keeps track of all invisible allocated resources. Produces
  2789. a report of all resources that were used and those that were nor freed, on exit.
  2790.  
  2791. This program was developed by Michael Plitkins, programmer of Caligary. He made
  2792. CodeWatcher freely available a long time ago in BIX, but it still is a program
  2793. that every programmer should use.
  2794.  
  2795. Author: Michael Plitkins
  2796. Path: dev/CodeWatcher-1.4.lha
  2797.  
  2798. ==========
  2799.  
  2800. CPump    1.7    Configurable GUI for various C-compilers
  2801.  
  2802. An Amiga Intuition-based GUI that provides a C programming environment
  2803. for several of the freely distributable C compilers and various utilities.
  2804.  
  2805. Author: David A. Faught
  2806. Path: dev/CPump-1.7.lha
  2807.  
  2808. ==========
  2809.  
  2810. Curses    2.10    Link lib of standard "curses" functions
  2811.  
  2812. A link library containing many of the terminal independant standard
  2813. "curses" functions.  Designed primarily for those interested in porting
  2814. UNIX screen based programs to the Amiga.  And examples.
  2815.  
  2816. Author: Simon John Raybould
  2817. Path: dev/Curses-2.10.lha
  2818.  
  2819. ==========
  2820.  
  2821. Cursor    1.7    Compiler for AmigaBASIC programs
  2822.  
  2823. A compiler for AmigaBASIC-programs.  Includes a simple editor
  2824. which can control the compiler. Runs  with Kickstart 1.2 or
  2825. later with 512K RAM.  Binary only
  2826.  
  2827. Author: Jürgen Forster
  2828. Path: dev/Cursor-1.7.lha
  2829.  
  2830. ==========
  2831.  
  2832. CWeb    3.2    D. Knuth's program documentation system.
  2833.  
  2834. A programming tool that allows you to program top down, by splitting your
  2835. program into many small, and understandable modules which `ctangle' tangles
  2836. into a compiler understandable file.  By applying `cweave' to the program
  2837. you can produce a pretty-printed listing for processing with `TeX'.
  2838.  
  2839. Author: Donald Knuth
  2840. Silvio Levy
  2841. port by Andreas Scherer
  2842. Path: dev/CWeb-3.2.lha
  2843.  
  2844. ==========
  2845.  
  2846. Data2Object    1.3    Makes ascii text file directly linkable
  2847.  
  2848. Sometimes you want to have a large text file in your code.  For example a
  2849. built-in helpfile.  d2o gives an easy way to do just that.  It takes the
  2850. textfile as an argument and produces a standard object file.  Includes an
  2851. option to force the data into chip ram for graphics and sound data.
  2852.  
  2853. Author: Matthijs Luger
  2854. Path: dev/Data2Object-1.3.lha
  2855.  
  2856. ==========
  2857.  
  2858. Date    33.088    Library to help you calculate dates
  2859.  
  2860. A collection of routines for calculating dates.
  2861. I have included 52 routines like checking for a leap-year
  2862. or calculating the Easter-Sunday! Have a look at this :)
  2863. Requires ONLY an ANSI-C-Compiler or a C++ Compiler - this
  2864. means that you could use the C-Source on ALL (I hope)
  2865. computer-systems!!!
  2866.  
  2867. Author: Kai Hofmann
  2868. Path: dev/Date-33.088.lha
  2869.  
  2870. ==========
  2871.  
  2872. DCBack    1.5    Auto-detach link library for DICE
  2873.  
  2874. DCBack.lib is a tiny link-library which allows you to write auto-detachable
  2875. programs with DICE.
  2876.  
  2877. Author: Jan van den Baard
  2878. Path: dev/DCBack-1.5.lha
  2879.  
  2880. ==========
  2881.  
  2882. DeCon    1.0    Sends serial debug output to a console
  2883.  
  2884. Many debugging utilities send their output to serial port using simple
  2885. communication mechanism embedded in the exec.library -- the RawPutChar
  2886. function.  This simple utility patches that function, opens a window
  2887. on the WB screen and redirects all to this window.
  2888.  
  2889. Author: Martin Mares
  2890. Path: dev/DeCon-1.0.lha
  2891.  
  2892. ==========
  2893.  
  2894. DeCon    2.1    Sends serial debug output to a console
  2895.  
  2896. Many debugging utilities send their output to serial port using simple
  2897. communication mechanism embedded in the exec.library -- the RawPutChar
  2898. function.  This simple utility patches that function, opens a window
  2899. on the WB screen and redirects all to this window.
  2900.  
  2901. Author: Martin Mares
  2902. Path: dev/DeCon-2.1.lha
  2903.  
  2904. ==========
  2905.  
  2906. Designer    1.50    GUI Creator for C & HSPascal, V1.42
  2907.  
  2908. The Designer is a tool which makes programming intuition interfaces far
  2909. easier.  It allows you to create Windows and Menus which can then be turned
  2910. into source code by the Producers.  At present there are two producers,
  2911. the CProducer and the PasProducer, more producers may become available in
  2912. the future.  The Designer supports the importing of images which can then
  2913. be used in windows or menus as well as being placed in the produced source
  2914. code for your use.  Menus are created using the GadTools library and
  2915. support V38+ features, text and image items are allowed, keyboard shortcuts
  2916. and mutual exclusion are supported along with all standard flags,
  2917. localization of menus is easily added.  Menus are all NewLook menus in
  2918. V38+.  Windows are the main part of the Designer.  You can create all
  2919. standard GadTools Gadgets and intuition Boolean Gadgets with all standard
  2920. options. Text and Images can also be placed on the window as you choose.
  2921. Extensive options are available to edit the code produced which should cover
  2922. most eventualities, almost all tags for windows and gadgets are supported
  2923. including many V38+ tags.  The Designer can produce IDCMP handling routines
  2924. for windows and menus and can create a main file which in many cases will
  2925. allow the production of an entire program, the programmer just has to fill
  2926. in the gaps.  In V1.4 GadToolsBox files can now be imported to allow
  2927. enhancement of your previous creations.  Full locale support is now
  2928. included to make programming in multiple languages as easy as possible.
  2929. Registered users can upgrade to the latest version by using the latest demo
  2930. version.  Extensive on line help is available using amigaguide.library,
  2931. this must be available for this feature.
  2932.  
  2933. Author: Ian OConnor
  2934. Path: dev/DesignerDemo-1.50.lha
  2935.  
  2936. ==========
  2937.  
  2938. DiceConfig    2.0    GUI based frontend for Dice C compiler
  2939.  
  2940. DiceConfig is a new GUI based frontend for the Dice C compiler.
  2941.  
  2942. Author: Laurent Faillie
  2943. Path: dev/DiceConfig-2.0.lha
  2944.  
  2945. ==========
  2946.  
  2947. Dis6502    1.0    Disassembler for 6502 processor binaries
  2948.  
  2949. A disassembler for the 6502-family of microprocessors.  It will turn C64
  2950. (or any other 6502-based computer's) binaries into listings of CPU opcodes.
  2951. Supports all officially documented opcodes on the 6502-compatible processor
  2952. family.  Future versions will support undocumented opcodes (optionally),
  2953. hardware register recognition for the C64 hardware registers, relative
  2954. offset disassembling, and a lot more.
  2955.  
  2956. Author: Morten Eriksen
  2957. Path: dev/Dis6502-1.0.lha
  2958.  
  2959. ==========
  2960.  
  2961. DisectDemo    1.7    Symbolic disassembler and debugger.
  2962.  
  2963. Disect is a very powerful combined disassembler/debugger program,
  2964. which has been designed to be easy to use. Its power is achieved at
  2965. the expense of memory: the minimum requirement is 1Mb; for larger
  2966. projects, 2Mb will be required. The programmer neither encourages nor
  2967. condones its use to assist in illegal duplication of copyright
  2968. software. Disect can be used for two main purposes: development of
  2969. software; and the gaining of knowledge (hacking can be very
  2970. educational).
  2971.  
  2972. The debugger allows an executable file, a disk boot-block, a binary
  2973. file, or an area of memory to be loaded and created as a Process. It
  2974. is even possible to grab an existing memory-resident Process. A
  2975. Process's instructions can be executed individually, or the Process
  2976. can be activated, with or without breakpoints installed. System
  2977. exceptions can be trapped before they crash the machine, and program
  2978. symbols can be read from execut- able files.
  2979.  
  2980. The disassembler allows a loaded program to be commented, have blank
  2981. lines inserted, and have it's numbers and addresses replaced with
  2982. constant or program symbols. All the symbols of Release 3 of the
  2983. system include files are available to the disassembler. A program
  2984. which has been dissected in this way can then be saved as two source
  2985. files: a program file, and a support file. The support file will
  2986. contain EQUs for all required constant symbols. System constant
  2987. symbols can be EQUs (grouped by the SI file where they live), or
  2988. alternatively the support file can INCLUDE all required SI files.
  2989. Disect data files can be saved, to be reloaded later: 'hold on to your
  2990. hacks'!
  2991.  
  2992. Disect requires Release 2 of the Amiga operating system; it also
  2993. requires the ASL library, and GadTools library.
  2994.  
  2995. If you've paid your shareware fee then you'll have the full version.
  2996. Otherwise, the copy you've got is (hopefully) only a demo. This has a
  2997. few differences: you cannot disassemble to file; you cannot extract
  2998. program symbols from executable files; auto trace mode is not
  2999. available.  In addition, you will not have all of the system symbol
  3000. data files. If this is so, and since, as I don't doubt, you'll be
  3001. impressed by this program, then don't hesitate in registering today,
  3002. by sending your name and full address (and a cheque/postal order for
  3003. £20) to the address which you'll find at the end of this file. As well
  3004. as receiving the full version, you'll also be en- titled to technical
  3005. support (by mail) if required. If you like this program, it's well
  3006. worth the money... this will encourage further versions, which will
  3007. only get even more powerful... imagine!
  3008.  
  3009. Author: D. M. Alderson
  3010. Path: dev/DisectDemo-1.7.lha
  3011.  
  3012. ==========
  3013.  
  3014. DropBox    1.1    Source for (yet unreleased) DropBox v1.1
  3015.  
  3016. Source only for a WorkBench AppIcon Commodity that examines the filename
  3017. of the file dropped in it, then searches a configurable database for an
  3018. action to perform on it, such as read, display, edit, unarc, etc.  The
  3019. author has released this source for the yet unreleased binary version 1.1,
  3020. which is not bug yet free.
  3021.  
  3022. Author: Steve Anichini
  3023. Path: dev/DropBox-1.1.lha
  3024.  
  3025. ==========
  3026.  
  3027. Enforcer    37.62    Tool to monitor illegal memory access.
  3028.  
  3029. A tool to monitor illegal memory access for 68020/68851, 68030, and
  3030. 68040 CPUs.  This is a completely new Enforcer from the original idea
  3031. by Bryce Nesbitt.  It contains many new and wonderful features and
  3032. options and no longer contains any exceptions for specific software.
  3033. Enforcer can now also be used with CPU or SetCPU FASTROM or most any
  3034. other MMU-Kick- start-Mapping tool.  Major new output options such as
  3035. local output, stdout, and parallel port.  Highly optimized to be as
  3036. fast as possible.
  3037.  
  3038. Author: Michael Sinz
  3039. Path: dev/Enforcer-37.62.lha
  3040.  
  3041. ==========
  3042.  
  3043. fd2AsmInc    1.0b    fd2AsmInc, V1.0b, assembly source, freew
  3044.  
  3045. Creates assembler-includefiles from .fd-files (I. E. the original
  3046. Commodore .fd-files).  Features several ways to format the output-file.
  3047.  
  3048. Author: Hanns Holger Rutz
  3049. Path: dev/fd2AsmInc-1.0b.lha
  3050.  
  3051. ==========
  3052.  
  3053. fd2pragma    2.0    Pragmas/LVOs for Aztec, Dice, SAS, Maxon
  3054.  
  3055. A small utility to create prototypes for the Aztec C compiler or the
  3056. Aztec Assembler from FD files as they are distributed from Commodore
  3057. with the Include files.  This new version introduces support of tag
  3058. functions, either by using the SAS pragma "tagcall" or by creating
  3059. stub routines automatically.
  3060.  
  3061. Author: Jochen Wiedmann
  3062. Path: dev/fd2pragma-2.0.lha
  3063.  
  3064. ==========
  3065.  
  3066. FetchRefs    1.1    AutoDoc/C-Asm-E include look-up tool.
  3067.  
  3068. FetchRefs is (yet another) utility to quickly look up stuff in  AutoDocs
  3069. and include files. You run an ARexx script (typically assigned to a key)
  3070. from your editor when the cursor is at an unknown  word.  Then  you  get
  3071. another  window with an AutoDoc or include file reference that describes
  3072. this word (if it IS described at all, of course).
  3073.  
  3074. With support for both AutoDocs and C, Assembler,  and  E  include  files
  3075. most  programmers  should  not  need  feel overlooked. ARexx scripts are
  3076. provided for well known editors:  AmokEd,  CygnusEd,  DME,  GoldED,  and
  3077. TurboText. Due to the ARexx interface, support for other editors is only
  3078. a new ARexx script away!
  3079.  
  3080. Other advantages include wild card support, optionally case  insensitive
  3081. search,  a  powerful  GUI  driven  index  file  generator,  support  for
  3082. "TagList", "Tags" and "A" postfixes to function names and a window  with
  3083. a  list  of  possibilities  if  you  search  for  something that several
  3084. references match.
  3085.  
  3086. Author: Anders Melchiorsen
  3087. Path: dev/FetchRefs-1.1.lha
  3088.  
  3089. ==========
  3090.  
  3091. FlexCat    1.5    Creates catalogs & source to handle them
  3092.  
  3093. FlexCat is a tool to create catalogs and the source to handle them,
  3094. similar to CatComp, KitCat or MakeCat. The main advantage of FlexCat
  3095. is that you determine what source you want and what programming
  3096. language. This is done by using template files, so-called source
  3097. descriptions.  Included are templates for Assembler, C, C++, E and
  3098. Oberon, Modula-2 and an example of using catalogs in OS2.0. Source,
  3099. french, german, italian, spanish and schwaebisch, catalogs and docs in
  3100. english, german and spanish are included.
  3101.  
  3102. Author: Jochen Wiedmann
  3103. Path: dev/FlexCat-1.5.lha
  3104.  
  3105. ==========
  3106.  
  3107. FPL    11.5    Interpreting, C-like language library
  3108.  
  3109.         FPL is an interpreting script/macro language shared library,
  3110.         designed to be flexible and easy inserted in any code.
  3111.  
  3112.         FPL is a complete script programming language _very_ similar
  3113.         to C. If you are a software developer and plan to add any
  3114.         kind of macro/script control, consider the FPL alternative!
  3115.  
  3116.         FPL library lets the software programmer define functions
  3117.         and variables that FPL should accept. The library will call
  3118.         a function in the software whenever any of these functions
  3119.         are used or variables are read in an FPL program.
  3120.  
  3121.         FPL is portable to any modern operating system, and the
  3122.         package includes binaries for Amiga, OS/2 and Intel SVR4
  3123.         UNIX. Source is included.
  3124.  
  3125.         The language FPL includes features like:
  3126.  
  3127.         o Full ANSI C syntax statements with semicolon separations.
  3128.  
  3129.         o String, integer/long, char and short variables, including
  3130.           multidimensional arrays.
  3131.  
  3132.         o 100% ANSI C operator precedence and expression syntax/
  3133.           evaluation.
  3134.  
  3135.         o A subset of the ANSI C function declaration and prototyping
  3136.           syntax and concepts. The use of functions is exactly as C.
  3137.  
  3138.         o Fully recursive, fully re-entrant.
  3139.  
  3140.         o while, for, if, do, break, continue, else, int, exit, char,
  3141.           long, register, auto, volatile, typedef, const, switch and
  3142.           return are 100% ANSI C compatible. 'while' has been extended
  3143.           with an 'else' support and 'break' with a multi level break
  3144.           option.
  3145.  
  3146.         o A number of internal functions which include: strcmp,
  3147.           strncmp, strstr, atoi, strtol, strlen, abs, sprintf and the
  3148.           FPL specific substr, eval, ltostr and interpret!
  3149.  
  3150. Author: Daniel Stenberg
  3151. Path: dev/FPL-11.5.lha
  3152.  
  3153. ==========
  3154.  
  3155. Hc11Dev    1.0    Assembler+Monitor for HC11-MCUs
  3156.  
  3157.  
  3158. A development system for the Motorola 68HC11 MCU line of processors.
  3159.  
  3160. Included is a cross-assembler, supporting macros, local labels,
  3161. includefiles, conditional assembly and a rich set of pseudo opcodes.
  3162. The assembler will generate listfiles, Motorola S19 record files and
  3163. symbolfiles. (HitAsm v0.21)
  3164.  
  3165. Also in the package is a monitor that will interact with a "live" HC11
  3166. MCU over the serial port. Any serialport with a serial.device
  3167. compatible device driver can be used. Code present in the Hc11 can be
  3168. dumped or disassembled to your screen. Memory can be altered and S19
  3169. records can be downloaded and verifyed. The monitor transparently
  3170. reads and writes to on-chip EEPROM and RAM, and to what ever other
  3171. devices you have hooked up on the bus. The monitor will work with any
  3172. model of the Hc11 (I hope :). (HitMon11 v0.26)
  3173.  
  3174. Author: Richard Karlsson
  3175. Path: dev/Hc11Dev-1.0.lha
  3176.  
  3177. ==========
  3178.  
  3179. HCE    1.0    Integrated environment for Sozobon C
  3180.  
  3181. A new release of the HCC Sozobon C Compiler from AmigaLibDisk 508.
  3182. Now has a Text Editor front end which uses intuition menus and 
  3183. gadtools gadgets.  Can do common editor commands such as Cut/Copy/
  3184. Insert/Print/Find/Replace.  Can also do basic file commands such as 
  3185. Copy/Delete/Makedir/Assign/Rename.  Can handle all processes required
  3186. to make an executable program.  Can recompile itself and complete 
  3187. source is provided.  Includes, own version of Amiga.lib, Original HCC 
  3188. C libraries with bug fixes and enhancements, standard include files,
  3189. documentation, and everything required to make your own C programs.
  3190.  
  3191. Author: HCE by Jason Petty
  3192. Based upon HCC 2.0 by Sozobon Limited, amiga port and improvements by
  3193. Detlef Wuerkner
  3194. Path: dev/HCE-1.0.lha
  3195.  
  3196. ==========
  3197.  
  3198. LibraryTimer    1.1    Profiles calls to library functions.
  3199.  
  3200. GUI based attempt to figure out what library functions take most of the
  3201. processor time in an application, and thus what functions should deserve
  3202. more attention when time-optimizing the program.  Does this by patching the
  3203. functions in the selected library, then calling ReadEClock in the
  3204. timer.device before and after the function is executed.  Requires OS2.04+.
  3205.  
  3206. Author: Jesper Skov
  3207. Path: dev/LibraryTimer-1.1.lha
  3208.  
  3209. ==========
  3210.  
  3211. MAGIC    ?.?    Share 24-bit image data with MAGIC apps.
  3212.  
  3213. Multi-Application Graphic Image Communications.  A system of sharing 24-bit
  3214. image data between MAGIC-aware applications.  For example, you have loaded
  3215. an image into Application A for editing.  You decide you need to do a
  3216. special glitzy effect on the image, a task at which Application B excels.
  3217. Rather than saving the image to disk and then loading it into Application
  3218. B, you simply run Application B, select it's "Open MAGIC" menu option,
  3219. choose your image by name, and the image appears in Application B ready for
  3220. your effect.  When you're done, you simply quit Application B and you may
  3221. return to Application A where the image sits, glitzed and effected.
  3222.  
  3223. Author: Nova Design
  3224. Inc
  3225. Path: dev/MAGIC.lha
  3226.  
  3227. ==========
  3228.  
  3229. MakeVersion    1.0    Program for creating version numbers.
  3230.  
  3231. MakeVersion is a simple program for creating program version
  3232. numbers. I use it to embed version numbers in most of my
  3233. publicly-released programs. It creates linkable object files
  3234. which can be used by any standard Amiga linker when linking
  3235. the program and is particularly suitable for use in Make
  3236. files (or Lmk or DMake files).
  3237.  
  3238. Author: Ben Hutchings
  3239. Path: dev/MakeVersion-1.0.lha
  3240.  
  3241. ==========
  3242.  
  3243. Math68hc11    ?.?    Math68hc11
  3244.  
  3245. A set of PD math functions for the 68HC11.  Includes real FFT, Floating
  3246. point, Long divide.
  3247.  
  3248. Author: John Moran
  3249. Ron Williams
  3250. James C Shultz
  3251. D G Weiss
  3252. Path: dev/Math68hc11.lha
  3253.  
  3254. ==========
  3255.  
  3256. MCX11    1.3    Microcontroller executive for MC68HC11.
  3257.  
  3258. A MicroController eXecutive for the MC68HC11.  MCX11 is an efficient
  3259. software framework for embedded real-time applications using the Motorola
  3260. MC68HC11 microcontroller.  Features include: Multitasking for up to 126
  3261. tasks; Preemptive task scheduling by priority; Intertask communication and
  3262. synchronization via semaphores, messages, and queues; Support for timed
  3263. operations; Fast context switch; Very small RAM and ROM requirements;
  3264. Fifteen Executive Service Request functions.
  3265.  
  3266. Author: AT Barrett & Associates
  3267. Path: dev/MCX11-1.3.lha
  3268.  
  3269. ==========
  3270.  
  3271. MeMon    1.1    Monitor or change specific memory addr.
  3272.  
  3273. An intuition-based utility that allows you to monitor or change specific
  3274. memory addresses.  User may select byte, word, or long word alignment.
  3275. Displays in binary, hex, and signed or unsigned decimal.  Also useful for
  3276. displaying ascii codes of various character key mappings and/or as a
  3277. hex/binary/decimal converter.
  3278.  
  3279. Author: David Ekholm
  3280. Path: dev/MeMon-1.1.lha
  3281.  
  3282. ==========
  3283.  
  3284. MemWatcher    1.0    Replaces drip, WB-Displ., Cluster Source
  3285.  
  3286. MemWatcher's purpose is to control memory loss and memory consumation of
  3287. programs under development.  Easy to use Workbench interface.
  3288.  
  3289. Author: Frank Brandau
  3290. Path: dev/MemWatcher-1.0.lha
  3291.  
  3292. ==========
  3293.  
  3294. MUI    2.3    Create and maintain user interfaces.
  3295.  
  3296. MUI is an object oriented system to create and maintain graphical user
  3297. interfaces. From a programmers point of view, using MUI saves a lot of
  3298. time and makes life much easier. Thinking about complicated terms like
  3299. window resizing or font sensitivity is simply not neccesary.\n
  3300. On the other hand, users of MUI based applications have the ability to
  3301. customize nearly every pixel of a programs interface according to their
  3302. personal taste.\n
  3303. This distribution is interesting for both, users and programmers. Please
  3304. have a look at the supplied demo programs and at the documentation to
  3305. see what MUI has to offer.\n
  3306. MUI is an SASG (Standardized Amiga Shareware Group) product.
  3307.  
  3308. Author: Stefan Stuntz
  3309. Path: dev/MUI-2.3.lha
  3310.  
  3311. ==========
  3312.  
  3313. MuiEnv    1.2    MUI application to manipulate env vars.
  3314.  
  3315. An MUI application for the manipulation of environment variables.  MuiEnv
  3316. can edit, save, load, delete, and rename environment variables, and
  3317. supports subdirectories.
  3318.  
  3319. Author: Michael Suelmann
  3320. Path: dev/MUIEnv-1.2.lha
  3321.  
  3322. ==========
  3323.  
  3324. MungWall    37.64    Watches for illegal FreeMem's
  3325.  
  3326. Munges memory and watches for illegal FreeMem's.  Especially useful in
  3327. combination with Enforcer.  The output can go to either the serial or
  3328. parallel port.  Includes a new MungList program that examines used
  3329. memory areas for MungWall tag info, and outputs a list of who owns the
  3330. various pieces of allocated memory, their sizes, etc.  Can even
  3331. identify the owner of the memory by task name.
  3332.  
  3333. Author: Commodore Amiga; submitted by Carolyn Scheppner
  3334. Path: dev/MungWall-37.64.lha
  3335.  
  3336. ==========
  3337.  
  3338. MYSTRIP    1.0    Strip symbol/debug hunks from executable
  3339.  
  3340. This little program tries to strip all symbol and debug hunks from
  3341. an AmigaDOS EXECUTABLE. It DOES NOT WORK on gcc object (.o,.a) files !
  3342. As GCC adds many symbol (and debug) infos even to the AmigaDOS
  3343. executable and there ist actually no debugger around, that could use
  3344. these informations, it's probably a good idea to remove these infos.
  3345. They don't carry ANY information, the executable needs to be run.
  3346.  
  3347. Author: (null)
  3348. Path: dev/MYSTRIP-1.0.lha
  3349.  
  3350. ==========
  3351.  
  3352. Oberon-A    1.4ß    A freely-distributable Oberon-2 compiler
  3353.  
  3354. Oberon-A is a freely-distributable Oberon-2 compiler. Oberon-2 is a
  3355. modern object-oriented language designed by Niklaus Wirth, the creator
  3356. of Pascal and Modula-2, and Hanspeter Mössenböck. Oberon-A is an
  3357. implementation of the language for the Amiga computer, ported from a
  3358. compiler written by Niklaus Wirth.
  3359.  
  3360. Author: Frank Copeland
  3361. OEL by Johan Ferreira
  3362. Path: dev/Oberon-A-1.4ß.lha
  3363.  
  3364. ==========
  3365.  
  3366. Oberon-A    1.5.3    A freely-distributable Oberon-2 compiler
  3367.  
  3368. Oberon-A is a freely-distributable Oberon-2 compiler. Oberon-2 is a
  3369. modern object-oriented language designed by Niklaus Wirth, the creator
  3370. of Pascal and Modula-2, and Hanspeter Mössenböck. Oberon-A is an
  3371. implementation of the language for the Amiga computer, ported from a
  3372. compiler written by Niklaus Wirth.
  3373.  
  3374. Author: Frank Copeland
  3375. OEL by Johan Ferreira
  3376. Path: dev/Oberon-A-1.5.3.lha
  3377.  
  3378. ==========
  3379.  
  3380. OFL    1.2    Describes functions in libraries
  3381.  
  3382. By  selecting the library you wish to consult, you will be presented with a
  3383. list  of  its  functions.  Just clic on the one you're interested in, and a
  3384. requester containing the following information will appear:
  3385.  
  3386.  - the function's name
  3387.  - a short summary of what it does
  3388.  - its offset
  3389.  - the structures and registers it uses
  3390.  
  3391. Naturally enough, the information provided is not comprehensive; OFL is no
  3392. replacement  to  the  autodocs.   Its  main  aim is to provide you with the
  3393. minimum  information needed and spare you hours of tedious research through
  3394. tons  of  documentation.  For more details, you will have to go through the
  3395. autodocs and/or the 'Rom Kernal Reference Manuals'.
  3396.  
  3397. Author: Christophe Beaumont
  3398. Path: dev/OFL-1.2.lha
  3399.  
  3400. ==========
  3401.  
  3402. P2C    1.20    Translates Pascal programs into C.
  3403.  
  3404. A tool for translating Pascal programs into C.  It supports the following
  3405. Pascal dialects: HP Pascal, Turbo/UCSD Pascal, DEC VAX Pascal, Oregon
  3406. Software Pascal/2, Macintosh Programmer's Workshop Pascal, Sun/Berkeley
  3407. Pascal.  Modula-2 syntax is also supported.  Most reasonable Pascal
  3408. programs are converted into fully functional C which will compile and run
  3409. with no further modifications.
  3410.  
  3411. Author: Dave Gillespie
  3412. AMIGA port by Günther Röhrich
  3413. Path: dev/P2C-1.20.lha
  3414.  
  3415. ==========
  3416.  
  3417. Palette    1.01    Oberon-2 module to display palette
  3418.  
  3419. Palette displays a palette window on any screen.  You just have to
  3420. supply a Screen-Pointer and Palette will adjust itself to the screen.
  3421. It is fontsensitiv and depthsensitiv.  Incorporating of this module
  3422. will require only one command in your main program.
  3423.  
  3424. Author: Daniel Amor
  3425. Path: dev/Palette-1.01.lha
  3426.  
  3427. ==========
  3428.  
  3429. PhxAss    4.00    Highly optimizing macro assembler
  3430.  
  3431. PhxAss V4.xx is a highly optimizing macro assembler for Motorola's 680x0
  3432. CPUs, 6888x FPUs and 68851 MMU (of course, the 030, 040 and 060 MMUs are
  3433. also supported). It requires OS2.04 (V37) as a minimum and does no longer
  3434. support older operating systems! (Kick 1.x owners: Get PhxAss V3.97)
  3435.  
  3436. Most important features:
  3437. o Fast: 15000-30000 lines per minute with standard Amigas, 50000-200000
  3438.   with A4000/040.
  3439. o Symbolic and Source Level Debugging.
  3440. o Automatic generation of executables (if possible).
  3441. o Small Code and Small Data support (also support for __MERGED sections).
  3442. o Listing file, Cross Reference Listing, Equates file.
  3443. o Complete floating point support: You can use complex floating point
  3444.   expressions, including float functions (sine, logarithm, square root,
  3445.   power, etc.), everywhere in your source, e.g. defining float EQUates or
  3446.   SETs.
  3447. o Switches for nine different optimizations.
  3448. o Locale symbols (xxx$ and .xxx type).
  3449. o Support for Motorola's old and new operand style (even in 68000 mode).
  3450. o locale.library usage (english, german, polish).
  3451. o Nearly all directives of the most popular assemblers like Seka, DevPac or
  3452.   AS (Aztec) are supported. Examples: INCBIN, INCDIR, CODE_C, REPT, RS,
  3453.   RSRESET, EQUR, REG, OFFSET, XDEF, XREF, PUBLIC, ...
  3454. o Further development and support is guaranteed for years, because I'll
  3455.   *never* change my system (Amiga forever!).
  3456. o Finally: Although Shareware, PhxAss is completely functional!
  3457.  
  3458. You will find four different versions of PhxAss in this distribution:
  3459. 1. PhxAss: The standard 680x0,FPU,MMU macro assembler.
  3460. 2. SmallPhxAss: This is a 68000-only version without floating point support.
  3461. 3. FreePhxAss: This program is FREEWARE! It is intended for developers of
  3462.     PD-Compilers, who want to include PhxAss in their compiler package.
  3463. 4. GigaPhxAss: Identical to PhxAss, but source codes are not limited to
  3464.     65535 lines. Quite useful for assembling Reassembler outputs.
  3465.  
  3466. PhxAss is SHAREWARE. A registration will cost you 25 DM or 15$. In return
  3467. you will receive the latest update and the right to ask me for a new update
  3468. whenever you want.
  3469.  
  3470. Author: Frank Wille
  3471. Path: dev/PhxAss-4.00.lha
  3472.  
  3473. ==========
  3474.  
  3475. PhxAss    4.14    Highly optimizing macro assembler
  3476.  
  3477. PhxAss V4.xx is a highly optimizing macro assembler for Motorola's 680x0
  3478. CPUs, 6888x FPUs and 68851 MMU (of course, the 030, 040 and 060 MMUs are
  3479. also supported). It requires OS2.04 (V37) as a minimum and does no longer
  3480. support older operating systems! (Kick 1.x owners: Get PhxAss V3.97)
  3481.  
  3482. Most important features:
  3483. o Fast: 15000-30000 lines per minute with standard Amigas, 50000-200000
  3484.   with A4000/040.
  3485. o Symbolic and Source Level Debugging.
  3486. o Automatic generation of executables (if possible).
  3487. o Small Code and Small Data support (also support for __MERGED sections).
  3488. o Listing file, Cross Reference Listing, Equates file.
  3489. o Complete floating point support: You can use complex floating point
  3490.   expressions, including float functions (sine, logarithm, square root,
  3491.   power, etc.), everywhere in your source, e.g. defining float EQUates or
  3492.   SETs.
  3493. o Switches for nine different optimizations.
  3494. o Locale symbols (xxx$ and .xxx type).
  3495. o Support for Motorola's old and new operand style (even in 68000 mode).
  3496. o locale.library usage (english, german, polish).
  3497. o Nearly all directives of the most popular assemblers like Seka, DevPac or
  3498.   AS (Aztec) are supported. Examples: INCBIN, INCDIR, CODE_C, REPT, RS,
  3499.   RSRESET, EQUR, REG, OFFSET, XDEF, XREF, PUBLIC, ...
  3500. o Further development and support is guaranteed for years, because I'll
  3501.   *never* change my system (Amiga forever!).
  3502. o Finally: Although Shareware, PhxAss is completely functional!
  3503.  
  3504. You will find four different versions of PhxAss in this distribution:
  3505. 1. PhxAss: The standard 680x0,FPU,MMU macro assembler.
  3506. 2. SmallPhxAss: This is a 68000-only version without floating point support.
  3507. 3. FreePhxAss: This program is FREEWARE! It is intended for developers of
  3508.     PD-Compilers, who want to include PhxAss in their compiler package.
  3509. 4. GigaPhxAss: Identical to PhxAss, but source codes are not limited to
  3510.     65535 lines. Quite useful for assembling Reassembler outputs.
  3511.  
  3512. PhxAss is SHAREWARE. A registration will cost you 25 DM or 15$. In return
  3513. you will receive the latest update and the right to ask me for a new update
  3514. whenever you want.
  3515.  
  3516. Author: Frank Wille
  3517. Path: dev/PhxAss-4.14.lha
  3518.  
  3519. ==========
  3520.  
  3521. PhxLnk    4.00    AmigaDOS module linker
  3522.  
  3523. PhxLnk supports all features of a standard Amiga-DOS linker (like BLink),
  3524. except of overlay hunks and automatic link vectors (ALV).
  3525.  
  3526. Implemented functions:
  3527. o Links object files and libraries (SAS/C extended libraries also)
  3528. o Sections may be forced to Chip-memory
  3529. o Small Code, Small Data
  3530. o SAS/C-Blink Small Data compatibility available
  3531. o '_MERGED' sections are recognized automatically (and coalesced like
  3532.   Small Data sections)
  3533. o Symbolic and Source Level Debugging (PowerVisor compatibility included)
  3534. o Debug blocks are removed on request
  3535. o Deletes empty sections
  3536. o Zero bytes at the end of a section are deleted and appear in the
  3537.   HUNK_HEADER block only
  3538. o User may define absolute external symbols
  3539.  
  3540. PhxLnk is FREEWARE.
  3541.  
  3542. Author: Frank Wille
  3543. Path: dev/PhxLnk-4.00.lha
  3544.  
  3545. ==========
  3546.  
  3547. PhxLnk    4.15    AmigaDOS module linker
  3548.  
  3549. PhxLnk supports all features of a standard Amiga-DOS linker (like BLink),
  3550. except of overlay hunks and automatic link vectors (ALV).
  3551.  
  3552. Implemented functions:
  3553. o Links object files and libraries (SAS/C extended libraries also)
  3554. o Sections may be forced to Chip-memory
  3555. o Small Code, Small Data
  3556. o SAS/C-Blink Small Data compatibility available
  3557. o '_MERGED' sections are recognized automatically (and coalesced like
  3558.   Small Data sections)
  3559. o Symbolic and Source Level Debugging (PowerVisor compatibility included)
  3560. o Debug blocks are removed on request
  3561. o Deletes empty sections
  3562. o Zero bytes at the end of a section are deleted and appear in the
  3563.   HUNK_HEADER block only
  3564. o User may define absolute external symbols
  3565.  
  3566. PhxLnk is FREEWARE.
  3567.  
  3568. Author: Frank Wille
  3569. Path: dev/PhxLnk-4.15.lha
  3570.  
  3571. ==========
  3572.  
  3573. PoolWatch    1.01    Debug tool for pool-allocations (OS3.x)
  3574.  
  3575. PoolWatch  is a debug tool for OS 3.0 and higher designed to watch and
  3576. correct  illegal  allocation  and  freeing  of  memory  that  use  the
  3577. pool-functions provided in OS 3.0 and upwards.  PoolWatch is necessary
  3578. since  Mungwall  do  not  catch any illegal memory handling concerning
  3579. pool-allocations.
  3580.  
  3581. PoolWatch  is especially useful in combination with Enforcer, Mungwall
  3582. (which  will  watch  normal  allocations  that  use AllocMem/FreeMem),
  3583. SegTracker and FindHit (included in the Enforcer archive).
  3584.  
  3585. If  SegTracker  is  running  in  the system when PoolWatch is started,
  3586. PoolWatch   will  use  the  public  SegTracker  seglist  tracking  for
  3587. identifying  the  hunk  and  offset  into the executable doing illegal
  3588. allocations.
  3589.  
  3590. You  *need*  sushi  to run PoolWatch.  PoolWatch will use kprintf() to
  3591. output  text, and without sushi (or a terminal-program :) you will not
  3592. be able to see the text.  Future versions will probably support output
  3593. to stdio too.
  3594.  
  3595. Author: Magne Østlyngen
  3596. Path: dev/PoolWatch-1.01.lha
  3597.  
  3598. ==========
  3599.  
  3600. RevUp    1.2    Amiga Revision Update System
  3601.  
  3602. o RevUp  generates  and  maintains  include and header files with revision
  3603.   information.
  3604.  
  3605. o RevUp is 100% compatible to the CBM developer tool BumpRev, but offers a
  3606.   lot of new features.
  3607.  
  3608. o Multiple dependency files are supported.
  3609.  
  3610. o Beta count management for beta versions included.
  3611.  
  3612. Author: Boris Folgmann
  3613. Path: dev/RevUp-1.2.lha
  3614.  
  3615. ==========
  3616.  
  3617. RKRM    ?.?    Source and executables from 3rd ed. RKM
  3618.  
  3619. A distribution of complete source code and executables of all the
  3620. examples in the third edition Amiga ROM Kernel Reference Manuals,
  3621. published by Addison-Wesley.
  3622.  
  3623. Author: Commodore CATS
  3624. Path: dev/RKRM.lha
  3625.  
  3626. ==========
  3627.  
  3628. SerLog    1.3    Debugging device to monitor serial-IO
  3629.  
  3630. serlog.device passes all IOExtSer requests to a "real" serial.device
  3631. and writes the results to a file.  You may configure the amount of
  3632. information to be stored in the log.  The log-file created by
  3633. serlog.device contains a binary dump which can be formatted
  3634. (i.e. transferred into a readable version) using the supplied
  3635. formatter.
  3636. Note that serlog.device uses *significant* overhead over the underlying
  3637. serial.device, resulting in very low baud-rates.
  3638.  
  3639. Author: Stefan Pröls
  3640. Path: dev/SerLog-1.3.lha
  3641.  
  3642. ==========
  3643.  
  3644. SerLog    1.6    Debugging device to monitor serial-IO
  3645.  
  3646. serlog.device passes all IOExtSer requests to a "real" serial.device
  3647. and writes the results to a file.  You may configure the amount of
  3648. information to be stored in the log.  The log-file created by
  3649. serlog.device contains a binary dump which can be formatted
  3650. (i.e. transferred into a readable version) using the supplied
  3651. formatter.
  3652. Note that serlog.device uses *significant* overhead over the underlying
  3653. serial.device, resulting in very low baud-rates.
  3654.  
  3655. Author: Stefan Pröls
  3656. Path: dev/SerLog-1.6.lha
  3657.  
  3658. ==========
  3659.  
  3660. SetPatch    40.14    Utilities to patch AmigaDOS 2.04 - 3.1
  3661.  
  3662. Setpatch is designed to improve system operation by fixing (patching)
  3663. various system problems.  Setpatch 37.39 is for AmigaDOS 2.04 (V37).
  3664. Setpatch 40.14 is for AmigaDOS 2.1 (V38) through AmigaDOS 3.1 (V40).
  3665.  
  3666. Author: Commodore Business Machines
  3667. Path: dev/SetPatch-40.14.lha
  3668.  
  3669. ==========
  3670.  
  3671. SNMA    1.97    680x0/6888x amiga macro assembler
  3672.  
  3673.  SNMA is freeware conditional 680x0/688x macro assembler for the Amiga. It
  3674.  supports most common directives, generates Amiga object-files and/or
  3675.  executables. It is used mainly from the shell. Arexx port.
  3676.  AmigaOS 2.0+ only. AmigaGuide docs only. This is version 1.97.
  3677.  
  3678.  New features:      - LINE DEBUG HUNK (for source code debugging)
  3679.           - Support for small data model references
  3680.           - Multilevel optimizing
  3681.           - Boolean operators
  3682.           - Some new directives
  3683.           - + bug fixes
  3684.  
  3685. Author: Samu Nuojua
  3686. Path: dev/SNMA-1.97.lha
  3687.  
  3688. ==========
  3689.  
  3690. SSL    4.1    Library to simplify assembly development
  3691.  
  3692. Special Support Library.  A library designed to simplify development of
  3693. assembly programs.  Example source included.  Requires V37 or higher.
  3694.  
  3695. Author: Martin Mares
  3696. MJSoft System Software
  3697. Path: dev/SSL-4.1.lha
  3698.  
  3699. ==========
  3700.  
  3701. StackMon    1.3    Monitors stack usage of programs
  3702.  
  3703. When run StackMon presents a list of all the tasks and processes currently
  3704. running. The list is sorted alphabetically, with processes before tasks.
  3705. This list is not updated automatically, as constructing this list requires
  3706. suspension of multitasking. If you run a program you want to monitor after
  3707. starting StackMon, click on the 'Update list' gadget so that it appears in
  3708. the list.
  3709.  
  3710. If the program you want to monitor was run from the Workbench, its name will
  3711. be that of the icon; if run from the shell the name is the exact name typed
  3712. into the shell, with path.
  3713.  
  3714. Click on the program you wish to monitor and StackMon will begin monitoring.
  3715. The display consists of numbers and a fuel gauge showing the current stack
  3716. use relative to the size of the stack. The numbers are:
  3717.  
  3718. Current: This is the amount of stack in use when the program was last
  3719.      monitored.
  3720. Largest: The largest recorded stack ever in use by this program.
  3721. Stack  : The stack allocated for this program.
  3722.  
  3723. Author: David Kinder
  3724. Path: dev/StackMon-1.3.lha
  3725.  
  3726. ==========
  3727.  
  3728. StdErr    3.2    A Standard Error Port for Amiga E
  3729.  
  3730. StdErr.m provides Amiga E users with an easy-to-use standard
  3731. error port for their Amiga E programs.  The module is fairly
  3732. intelligent, handling things with a kind of grace and ease
  3733. anyone could hope for.  You almost cannot foul the use of
  3734. this program module up (almost).
  3735.  
  3736. Author: Trey Van Riper
  3737. Path: dev/StdErr-3.2.lha
  3738.  
  3739. ==========
  3740.  
  3741. StripANSI2    ?.?    Strip ANSI Sequences from a file
  3742.  
  3743. Strip ANSI sequences from a file.  Useful for those of you that like using
  3744. a non-ANSI text viewer/editor for reading files.
  3745.  
  3746. Author: Jon Armstrong
  3747. Path: dev/StripANSI2.lha
  3748.  
  3749. ==========
  3750.  
  3751. Struct    1.0    Struct programming language compiler
  3752.  
  3753. Struct compiler, version 1.0.  Struct is a programming language
  3754. designed for speed.  Register variables are an integral part of 
  3755. the language and are under the direct control of the programmer.
  3756. Documentation and example programs included.
  3757.  
  3758. Author: Roland Acton
  3759. Path: dev/Struct-1.0.lha
  3760.  
  3761. ==========
  3762.  
  3763. Sushi    37.10    Intercept and display output of KPrintf
  3764.  
  3765. A tool to intercept the raw serial output of Enforcer 2.8b, MungWall,
  3766. Enforcer.megastack 26.f, and all other tool and application debugging
  3767. output that uses kprintf.  This makes it possible to use serial
  3768. debugging on a single Amiga, without interfering with attached serial
  3769. hardware such as modems and serial printers.  Sushi also provides
  3770. optional signalling and buffer access to an external display/watcher
  3771. program.
  3772.  
  3773. Author: Carolyn Scheppner
  3774. Path: dev/Sushi-37.10.lha
  3775.  
  3776. ==========
  3777.  
  3778. TBSource    ?.?    Collection of Tomi Blinnikka's A68k src.
  3779.  
  3780. A collection of Tomi Blinnikka's A68k source files.  Includes assembler
  3781. source to various programs, some finished, others are not.  The large list
  3782. of programs includes such things as VoiceShell, ShellTerm and RingDetect.
  3783.  
  3784. Author: Tomi Blinnikka
  3785. Path: dev/TBSource.lha
  3786.  
  3787. ==========
  3788.  
  3789. Textfield    2.0    Text entry BOOPSI gadget
  3790.  
  3791.  
  3792. The textfield class allows you create an area on your screen for text
  3793. entry.  The class supports a number of features including unlimited
  3794. or limited text entry, specifying the font to use, specifying the
  3795. colors for different parts (text, background, and lines), two types
  3796. of borders (with option to invert the borders for a total of 4 types
  3797. of borders) or no border, text left/center/right alignment, vertical
  3798. centering, and many other options.
  3799.  
  3800. There are many new features, and several bugs fixed.  Some of the new
  3801. features include: word delete, line delete, Oberon support, faster
  3802. scrolling, read-only mode, modified buffer flag, accept and reject
  3803. characters, GA_IntuiText, programmable cut/copy/paste/erase.
  3804.  
  3805. Author: Mark Thomas
  3806. Path: dev/Textfield-2.0.lha
  3807.  
  3808. ==========
  3809.  
  3810. TMS32010    1.0    TMS32010 cross assembler
  3811.  
  3812. CLI only cross assembler for the Texas TMS32010 DSP, generates a suitable
  3813. file for downloading to an EPROM programmer.
  3814.  
  3815. Author: Sergio R. Caprile
  3816. Path: dev/TMS32010-1.0.lha
  3817.  
  3818. ==========
  3819.  
  3820. Triton    1.2    An object oriented GUI creation system.
  3821.  
  3822. Triton is a standard Amiga shared runtime library.  Triton makes it
  3823. much easier to create good looking graphical user interfaces (GUIs) than
  3824. GadTools, BOOPSI or other systems.
  3825.  
  3826.    The most important features are:
  3827.  
  3828.    * Object oriented system
  3829.    * Automatically font sensitive, font adaptive
  3830.    * Automatic keyboard shortcuts for default window actions
  3831.    * *Really* easy to use
  3832.    * Beautiful customizable AmigaOS3.x look
  3833.    * Comes as a freely distributable shared library
  3834.    * Size! Though Triton is very powerful, it is a shared library of
  3835.      less than 50KB. You don't need any startup tools, BOOPSI classes
  3836.      or other things. It's the Triton among the minnows of GUI creation
  3837.      systems ;)
  3838.    * Resizability of windows wherever applicable
  3839.    * A Preferences editor which allows you to customize the look and
  3840.      feel of all Triton GUIs
  3841.  
  3842.    By using Triton you don't have to worry about otherwise very
  3843. time-consuming things like font-sensitivity and resizability of your
  3844. windows.
  3845.  
  3846. Author: Stefan Zeiger
  3847. Path: dev/Triton-1.2.lha
  3848.  
  3849. ==========
  3850.  
  3851. UMBScheme    2.12    Port of UMB Scheme, a lisp like language
  3852.  
  3853. A port of UMB Scheme 2.12 to the Amiga.  Scheme is a Lisplike programming
  3854. language with procedures as first class data, static scoping etc.  UMB
  3855. Scheme 2.12 supports long integers of (almost) arbitrary length.
  3856.  
  3857. Author: William R. Campbell, Various
  3858. Path: dev/UMBScheme-2.12.lha
  3859.  
  3860. ==========
  3861.  
  3862. VisualArts    2.1    A powerful GUI designer
  3863.  
  3864. Visual Arts 2.1 is a powerful GUI designer. Features includes: Menu and
  3865. List manager, Object Master, Insert custom codes into any GadTools or
  3866. GadTool Menu items, primitive drawing tools such as rectangle, circle and
  3867. lines; supports AppWindow, MultiProcessing windows, and scrollable super
  3868. bitmap window.
  3869.  
  3870. Add AREXX to any program, custom images, custom images for button,
  3871. PopupMenu, get any IFF color map and use it in your program, color palette
  3872. and over 40 custom patterns for fills.  V2.1 now supports Context Sensitive
  3873. layouts, console window, add speech to your applications, support WB3.x,
  3874. extended gadget and more. 
  3875.  
  3876. An intuitive interface unlike other GUIs, unlimited windows can be opened,
  3877. supports PAL, NTSC, EURO, VGA, AGA screen modes, user perference,
  3878. automatic history and time interval saving, user configurable source
  3879. output such as Intuition, Handler, WB2.1, WB3.1 and many more features.
  3880.  
  3881. Author: Danny Y. Wong
  3882. Path: dev/VisualArts-2.1.lha
  3883.  
  3884. ==========
  3885.  
  3886. VisualArts    2.2    A powerful GUI designer
  3887.  
  3888. Visual Arts 2.2 is a powerful GUI builder. Features includes: Menu and
  3889. List manager, Object Master, Insert custom codes into any GadTools or
  3890. GadTool Menu items, primitive drawing tools such as rectangle, circle and
  3891. lines; supports AppWindow, MultiProcessing windows, and scrollable super
  3892. bitmap window.
  3893.  
  3894. Add ARexx to any program, custom images, custom images and/or icon images
  3895. for boolean button, PopupMenu, get any IFF color map and use it in your
  3896. program, color palette and over 40 custom patterns for fills.  Supports
  3897. Context Sensitive layouts, console window, serial handler, add speech to
  3898. your applications, support WB3.x, extended gadget and more. 
  3899.  
  3900. An intuitive interface unlike other GUIs, unlimited windows can be opened,
  3901. supports PAL, NTSC, EURO, VGA, AGA screen modes, user perference,
  3902. automatic history and time interval saving, user configurable source
  3903. output such as Intuition, Handler, WB2.1, WB3.1 and many more features.
  3904. Codes generated by Visual Arts can compile and run without adding a single
  3905. line of code.
  3906.  
  3907. Author: Danny Y. Wong
  3908. Path: dev/VisualArts-2.2.lha
  3909.  
  3910. ==========
  3911.  
  3912. VisualMaker    1.0    GUI "DMakefile maker" for DICE
  3913.  
  3914. A Tool for automatically generating a 'DMakefile' for DiCe's Make utility.
  3915. Features include a fully graphical user interface, automatic scanning of
  3916. source files for headerfile dependancies and handling of precompiled 
  3917. header dependancies.  Supports all DiCe compiler options and uses symbol
  3918. names and variable assignments in the output file, grouping all files
  3919. with the same options together.  Takes into account the environment
  3920. variable DCCOPTS.
  3921.  
  3922. Author: David Lübbren
  3923. Path: dev/VisualMaker-1.0.lha
  3924.  
  3925. ==========
  3926.  
  3927. Yacc    1.9    Berkeley Yacc, AT&T Yacc compatible.
  3928.  
  3929. This is a port of Berkeley Yacc for the Amiga.  This Yacc has been made as
  3930. compatible as possible with the AT&T Yacc, and is completely public domain.
  3931. Note that it is NOT the so-called Decus Yacc, which is/was simply a
  3932. repackaging of the proprietary AT&T Yacc.  Specialties of this version:
  3933. compiled with DICE 2.07.54R (doesn't need ixemu.library); AmigaDOS version
  3934. string; dynamic stack.  An update to the version on disk number 419.
  3935.  
  3936. Author: Bob Corbett
  3937. Ingo Wilken
  3938. et al
  3939. Path: dev/Yacc-1.9.lha
  3940.  
  3941. ==========
  3942.  
  3943. AM    1.0    Maintains users and groups in muFS
  3944.  
  3945. AM was written to support the muFS system operator's work by supplying
  3946. an easy-to-use user interface based on MUI (Magic User Interface) by 
  3947. Stefan Stuntz.
  3948.  
  3949.    The following gives you a quick overview on AM's facilities:
  3950.  
  3951.    * localized (currently English, German, Netherlands, Norwegian,
  3952.      Portuguêse, and Swedish catalogs)
  3953.  
  3954.    * needs and makes extensive use of MUI 2.0 (`muimaster.library'
  3955.      version 7+)
  3956.  
  3957.    * supports the following operations on the muFS system files
  3958.  
  3959.         - create new users/groups
  3960.  
  3961.         - edit any characteristics of an existing user/group
  3962.  
  3963.         - delete users/groups
  3964.  
  3965.         - temporarily ban a user from the system
  3966.  
  3967.    * automatically creates new $HOME directories and installs default
  3968.      files there by executing a user supplied script
  3969.  
  3970.    * checks $HOME directories (not functional yet)
  3971.  
  3972.    * searches muFS partitions for files with bad owner information and
  3973.      changes them
  3974.  
  3975. Author: Ingolf Koch
  3976. Path: disk/am-1.0.lha
  3977.  
  3978. ==========
  3979.  
  3980. AmiCDFS    37.5    CDROM fs, also reads Mac floppy & hd
  3981.  
  3982.  
  3983. AmiCDFileSystem is a file system which can read:
  3984.  
  3985. - ISO-9660 (w/ RockRidge extensions) and Macintosh HFS CD-ROMs
  3986. - Macintosh HFS floppy and hard disks
  3987.  
  3988. The ability to read Macintosh floppy and hard disks comes for free, since
  3989. they use the same file system used for HFS CD-ROMs.
  3990.  
  3991. This program was originally based on AmiCDROM 1.9 by Frank Munkert.
  3992. While the file system functions are mostly the original ones, the
  3993. packet handling routines have been completely re-written.
  3994.  
  3995. This file system can be installed on the Rigid Disk Block (RDB) of an hard
  3996. disk to automatically mount a Mac partition (you can even boot from it, if
  3997. you manage to put the necessary Amiga system files in it).
  3998.  
  3999. The code is reentrant and is shared among multiple instances of the file
  4000. system. This means that if you use AmiCDFileSystem on a CD-ROM drive, a
  4001. magneto-optical drive, two floppy drives and two hard disk partitions, like
  4002. a friend of mine does, only one copy will be loaded instead of six - saving
  4003. 100K of memory.
  4004.  
  4005. Author: Nicola Salmoria, based on AmiCDROM by Frank Munkert
  4006. Path: disk/AmiCDFS-37.5.lha
  4007.  
  4008. ==========
  4009.  
  4010. AmiCDROM    1.15    ISO-9660 standard CDROM filesystem
  4011.  
  4012. AmiCDROM is a CDROM disk filing system for the Commodore Amiga.
  4013. It supports the ISO-9660 standard, the Rock Ridge Interchange
  4014. Protocol and the Macintosh HFS format.
  4015.  
  4016. The CDROM drive is mounted as a DOS device (e.g. CD0:).  You can
  4017. access files and directories on a CDROM disk by the usual syntax,
  4018. e.g. "type cd0:foo/readme.txt".
  4019.  
  4020. Author: Frank Munkert
  4021. Path: disk/AmiCDROM-1.15.lha
  4022.  
  4023. ==========
  4024.  
  4025. AMUC_Cover    ?.?    Printable Cover for the AMUC CDRom
  4026.  
  4027. A CDRom cover for the AMUC CD-ROM (Amiga User's of Calgary.  Included are
  4028. two Final Copy IIr2 documents, as well as the corresponding PostScript
  4029. equivalents for those who have access to a PostScript printer.  Also
  4030. included are the DPaint brushes used to create the covers in case somebody
  4031. wishes to do a better job ;-).
  4032.  
  4033. Author: Geoff Seeley
  4034. Path: disk/AMUC_Cover.lha
  4035.  
  4036. ==========
  4037.  
  4038. AntiRaBB    1.0d    Bootblock to display anti racism message
  4039.  
  4040. This program installs a bootblock that displays the text 'Against racism'
  4041. or 'Gegen Rassismus' (German version) along with a Yin & Yang symbol.  An
  4042. update to version 1.0b included in the AntiRascism package on disk number
  4043. 894.  Includes both English and German version.
  4044.  
  4045. Author: Hanns Holger Rutz
  4046. Path: disk/AntiRaBB-1.0d.lha
  4047.  
  4048. ==========
  4049.  
  4050. AZap    2.40    Binary editor for files, mem, and devs.
  4051.  
  4052. AZap is a "new generation" binary editor able to edit files, memory or devices
  4053. like hard disks. It can open several windows at the same time, and while this
  4054. program cannot be considered as a tool to help you to recover a disk, it has a
  4055. lot of useful functions (print block, fill block, search string, etc...).
  4056.  
  4057. Author: Denis Gounelle
  4058. Path: disk/AZap-2.40.lha
  4059.  
  4060. ==========
  4061.  
  4062. BackupRexx    1.10    ARexx script for daily system backups
  4063.  
  4064. A little ARexx routine the author wrote to backup his BBS system each day
  4065. via a cron entry.  It handles a 28 day schedule, with various levels of
  4066. backup depending on which day of the week and which week of the month it
  4067. is.  Change the partition assigns and the schedule as you need for your
  4068. system.  This is setup to use a QIC-525 format SCSI drive mounted with
  4069. btntape and using tar as the backup vehicle.
  4070.  
  4071. Author: Bill Seymour
  4072. Path: disk/BackupRexx-1.10.lha
  4073.  
  4074. ==========
  4075.  
  4076. BTNTape    3.0    A "Better-Than-Nothing" scsi tape driver
  4077.  
  4078. The "Better Than Nothing" SCSI tape device handler.  It provides flat-file
  4079. access to a SCSI tape drive from application programs using simple calls to
  4080. DOS or C library I/O functions.  It can also be used with the Amiga TAR
  4081. utility for disk backups.  It uses your existing SCSI adapter's device
  4082. driver for access to the bus.  This version fixes a number of bugs and
  4083. includes several new features including file number tracking and append-only
  4084. and read-only safety modes.
  4085.  
  4086. Author: Robert Rethemeyer
  4087. Path: disk/BTNtape-3.0.lha
  4088.  
  4089. ==========
  4090.  
  4091. CacheIt    1.0    Small floppy-caching commodity
  4092.  
  4093. I don't use floppy disks very often. But when I used them I was
  4094. bored by the slow speed.
  4095. To get rid of this, I wrote CacheIt. CacheIt is a small floppy-
  4096. caching commodity that hardly doesn't take up any memory when no
  4097. disks are in drive and gives a great speed up for your floppies.
  4098.  
  4099. Another requirement for CacheIt was, that it would free its memory
  4100. when the system needs it. This is done by a low memory handler.
  4101. It works fantastically: I worked a lot with disks and my system
  4102. was down at 10 KB Chip and 10 KB FastMem, when I tried to start
  4103. a terminal program.
  4104. No problem: CacheIt released as much track buffers as necessary
  4105. and the terminal program started!
  4106.  
  4107. CacheIt works with DD and HD floppy drives.
  4108.  
  4109. Author: Stefan Hochmuth
  4110. Path: disk/CacheIt-1.0.lha
  4111.  
  4112. ==========
  4113.  
  4114. CDDA    1.3    Play digital audio off Sony CD drives
  4115.  
  4116. This program replays digital audio data directly off a compact disc
  4117. using the Amiga audio hardware (in stereo where available).  A special
  4118. type of CD-ROM drive is required since this program makes use of a
  4119. vendor unique command supported by Sony drives, such as the CDU-8003A
  4120. or the Apple CD-300 drive.
  4121.  
  4122. Please note that due to the work involved reading and converting the
  4123. audio data music may not always play smoothly. The program will also
  4124. consume large amounts of chip memory in order to supply the player
  4125. task with a contiguous stream of data (the maximum number of sound
  4126. queue packets can be adjusted using a command line parameter).  Your
  4127. system may also experience heavy task loading since the incoming data
  4128. (more than 88K bytes per second) must be handled quickly and
  4129. efficiently in order to avoid `pops' and delays.
  4130.  
  4131. Author: Olaf Barthel
  4132. Path: disk/CDDA-1.3.lha
  4133.  
  4134. ==========
  4135.  
  4136. ClickNot    37.3    Stop your disk drives from clicking
  4137.  
  4138. Only 348 bytes, this anti-click program can be run on WB2 and WB3 from
  4139. the CLI, the Workbench, or from the WBStartup draw.  System legal and
  4140. written in SAS/C V6.3.  It will autodetect DF0: to DF3:
  4141.  
  4142. Author: Richard Waspe
  4143. Path: disk/ClickNot-37.3.lha
  4144.  
  4145. ==========
  4146.  
  4147. DCmp    1.52    Compare two disks byte by byte
  4148.  
  4149. A utility that allows you to compare two disks block by block.  Written
  4150. in order to check the reliability of the Video-Backup-System, (VBS), DCmp
  4151. can create a file containing a list of differing sectors which can be used
  4152. in conjunction with a disk-editor to correct the defects.  Binary only.
  4153.  
  4154. Author: Tobias Ferber
  4155. Path: disk/DCmp-1.52.lha
  4156.  
  4157. ==========
  4158.  
  4159. DED    1.1    New disk editor with many features.
  4160.  
  4161. A new disk editor with many features including: Edit sectors on disk in
  4162. binary form or in DOS structures (including bitmap); Find file of FFS
  4163. datablock; Scan for DOS structure references to any block; Edit rigid disk
  4164. blocks in structure form; Export or import bytes from/to disk; Memory
  4165. access of all sectors until written to the disk (Allows you to try anything
  4166. without risking integrity of your disk); Protection option no sector can be
  4167. formatted or written to the disk; All menuitems have help; Built-in
  4168. calculator.
  4169.  
  4170. Author: Michal Kara
  4171. Path: disk/DED-1.1.lha
  4172.  
  4173. ==========
  4174.  
  4175. DevBlocks    1.00    Low level direct read/write of disks.
  4176.  
  4177. Two CLI programs for the low-level direct reading/writing/ dumping of disk
  4178. blocks of a DOS structured device.  Use with care and only if you know what
  4179. you are doing! (Else you can easily trash a disk/hard-drive partition!).
  4180.  
  4181. Author: Christian Wasner
  4182. Path: disk/DevBlocks-1.00.lha
  4183.  
  4184. ==========
  4185.  
  4186. Dfrags    3.12    Reports on FS errors and fragmentation
  4187.  
  4188. This utility will report on the file and bitmap fragmentation
  4189. plus will do a 100 % check on the file system.  Currently, the
  4190. OFS and FFS are supported, not the caching and International
  4191. FS.
  4192. The Amiga Zone BBS (609)953-8159, the primary support BBS.
  4193.  
  4194. Author: Tony Preston
  4195. Path: disk/Dfrags-3.12.lha
  4196.  
  4197. ==========
  4198.  
  4199. DiskMon    3.0    Disk monitor - for most block devices
  4200.  
  4201. DiskMonTools Version 3.0:
  4202.  -DiskMonitor  : Works with Floppys, HardDisks and RAM-Disks (RAD, SD0, ...)
  4203.  -FileMonitor  : hexadecimal/ascii File-Editor
  4204.  -DiskOptimizer: Fast and reliable Disk-Optimizer, all FileSystems
  4205.                  (DOS\0 - DOS\5), optimized for DirectoryCache-FileSystems
  4206.  -Undelete     : Recovers deleted files
  4207.  -Repair       : Repairs read/write-errors (Floppy-Disks)
  4208.  -MFM-Editor   : Low-Level-Editor for Floppy-Disks
  4209.  
  4210. Includes both English and German documentation
  4211.  
  4212. Author: Jörg Strohmayer
  4213. Path: disk/DiskMon-3.0.lha
  4214.  
  4215. ==========
  4216.  
  4217. DiskMon    3.1    Disk monitor - for most block devices
  4218.  
  4219. Version 3.1 of DiskMonTools, a tool for Floppy-Disks, Harddisks and CDs.
  4220.  
  4221.  Features:
  4222.  - English and german AmigaGuide® documentation.
  4223.  - DiskMonitor:
  4224.    - Works with Floppy-Disks, Harddisks, CD-ROMs(*)
  4225.      Ram-Disks (like RAD:, SD0, ...), etc.
  4226.    - Can display/edit Rigid-Disk-Blocks
  4227.    - Works with blocksizes > 512 bytes.
  4228.    - Search for ASCII and HEX data.
  4229.    - Displays all ASCII Codes (0-255).
  4230.    - Repairs Read/Write-Errors on Floppy-Disks.
  4231.  - FileMonitor:
  4232.    - Works directly on disks (can edit files larger than the availible
  4233.      memory) or in RAM(*) for faster searching and editing.
  4234.    - Search for ASCII and HEX data.
  4235.    - Displays all ASCII Codes (0-255).
  4236.  - DiskOptimizer:
  4237.    - Optimizes a disk or partition for faster access.
  4238.    - Workbench mode for displaying Icons faster.
  4239.    - 2 modes, one for partitions that are mostly read, the other for
  4240.      partitions where often files are written.
  4241.    - Works with blocksizes > 512 bytes.
  4242.    - Displays the structure of the partition.
  4243.    - Works with all Amiga-FilesSystems (DOS\0-DOS\5).
  4244.    - Works with OS 2.0 - OS 3.1 SoftLinks(*).
  4245.  - Undelete:
  4246.    - Recovers deleted files.
  4247.  - Speed(*):
  4248.    - Tests the read-performance of any drive.
  4249.  - CD-Player(*):
  4250.    - Plays Audio-CDs.
  4251.  - Works on Amigas with a 68000-CPU, DMT 3.0 needs 68020 or higher(*)
  4252.  
  4253.  (*) new in Version 3.1
  4254.  
  4255. Includes both English and German documentation
  4256.  
  4257. Author: Jörg Strohmayer
  4258. Path: disk/DiskMon-3.1.lha
  4259.  
  4260. ==========
  4261.  
  4262. DiskSalv2    11.31    Disk repair, salvage, and undelete util
  4263.  
  4264. A disk repair, salvage, and undelete utility for all standard disk
  4265. devices and file system types.  Has a full Intuition interface and
  4266. runs from Workbench or Shell.  It can fix most problems in-place, and
  4267. can reverse a partial or QUICK format.  It can copy out from disks
  4268. that can't be fixed due to physical damage, with a destination going
  4269. to any AmigaDOS disk device or pipe (eg, TAPE:).  In English, locale
  4270. catalogs included for Danish, French, German, Italian, Norwegian,
  4271. Finnish, and Swedish, short manuals in English and Swedish.
  4272.  
  4273. Author: Dave Haynie
  4274. Path: disk/DiskSalv2-11.31.lha
  4275.  
  4276. ==========
  4277.  
  4278. DiskSpare    3.0    stores  more data on disks faster
  4279.  
  4280. DiskSpare is a completion or replacement of the trackdisk.device.
  4281. It  lets  you  store  more data on your disks faster than usual.
  4282. For this a custom mfm format is used. -> No online compression !
  4283. The capacities are:
  4284.  
  4285. - 984K with DD disks (normally 880K)
  4286. - 1968K with HD disks (normally 1760K)
  4287.  
  4288. Diskspare.device requires Kickstart Version 2.0 or higher.
  4289.  
  4290. If you want to test diskspare.device (DSD from now on), simply
  4291. click on the 'QuickTest' icon. The script mounts a drive 'DS0:'
  4292. on Unit 0 (your DF0: drive) with 984K capacity. To format the
  4293. disk, open a shell window and type: 'format drive ds0: name test'
  4294. <return>. If you mount any device after 'LoadWB' you need the
  4295. shell to format a disk. If you mount DSD during boot, you can
  4296. use the Workbench format as for DFX. After formatting, you should
  4297. be able to use the disk like any other disks.
  4298.  
  4299. Author: Klaus Deppisch
  4300. Path: disk/DiskSpare-3.0.lha
  4301.  
  4302. ==========
  4303.  
  4304. DiskInfoTools    1.0    Three useful disk information tools
  4305.  
  4306. Three Tools in one:  PieChartDir - Provides an interactive pie chart of
  4307. disk usage.  Includes percentages and byte values.  DupFinder - Locates
  4308. duplicate files.  CompareDir - Compares two disks or directories.  All
  4309. three tools run via an easy to use GUI, with online help.  No special
  4310. libraries, CPU, or memory requirements.  Binary only.
  4311.  
  4312. Author: Barney Blankenship
  4313. Path: disk/DTools-1.0.lha
  4314.  
  4315. ==========
  4316.  
  4317. FastCache    1.1    A disk caching program.
  4318.  
  4319. A disk-caching program with the following features: Fully associate cache
  4320. (one of the best algorithms); LRU cache replacement policy (one of the
  4321. best); Can handle multiple drives; Can handle removable media; All cache
  4322. settings are determined at run time; Optional write retention; Does not
  4323. require large continuous chunks of memory; Uses a hashing system to locate
  4324. data (one of the best); Performs both forward and reverse prefetching; Will
  4325. utilize the blitter to move data, if possible.
  4326.  
  4327. Author: Philip D'Ath
  4328. Path: disk/FastCache-1.1.lha
  4329.  
  4330. ==========
  4331.  
  4332. FileLogger    1.31    Demo of floppy disk cataloging utility.
  4333.  
  4334. Demo version of a floppy disk cataloging utility.  Allows you to log disks
  4335. and selected files.  You may specify a filetype and remarks for each file
  4336. which can be queried on later.  Remarks will be read by default from the
  4337. file comments (if present).  Optionally guesses file types.  (Over 30 file
  4338. types are currently recognized).  Wildcard searches on disk name, file
  4339. name, file type or remarks.  Multilevel sorting by diskname, filename,
  4340. filetype and remarks.  Print out the full log or the Selected/sorted part
  4341. of it.  Number of files limited by memory.  (Some functions disabled and
  4342. number of files limited to 500 in this demo version).
  4343.  
  4344. Author: Arun Kumar
  4345. Path: disk/FileLogger-1.31.lha
  4346.  
  4347. ==========
  4348.  
  4349. FileX    2.0    Very nice binary file editor
  4350.  
  4351.  
  4352.    FileX is a binary file editor which offers the following features:
  4353.  
  4354.    - Several files can be modified in several windows and/or views at
  4355.        the same time.
  4356.    - The edit windows can be opened on any public screen and sized to
  4357.        any dimension you want.
  4358.    - Small calculator
  4359.    - Clipboard converter
  4360.    - Fontsensitivity
  4361.    - Locale support if you have OS 2.1 or higher. (English, Finnish,
  4362.        French, German, Swedish (Dutch, Norwegian (not yet included)))
  4363.    - Undo and Redo (only limited to your free memory)
  4364.    - Search and replace with history
  4365.    - Extensive blockfunctions
  4366.    - ARexxport with 77 commands and asynchronical command shell
  4367.    - Printing as hexdump
  4368.    - `Grab memory' to show and modify memory
  4369.    - AppWindow. If FileX runs on the workbench, icons can be moved onto
  4370.        the FileX window and the related file will be loaded automatically.
  4371.    - Iconify
  4372.    - Moreover, FileX will be developed further permanently...
  4373.  
  4374. Author: Klaas Hermanns
  4375. Path: disk/FileX-2.0.lha
  4376.  
  4377. ==========
  4378.  
  4379. Find    2.3    A tool for searching disk partitions
  4380.  
  4381. Find is a tool for searching disk partitions and is particularly
  4382. useful with the disk validator tool "Val" by the same author.  It
  4383. should work with any 512 byte block structured virtual or physical
  4384. disk partition i.e. it should work with any device that allows you to
  4385. do any CMD_READ of 512 bytes at multiples of 512 byte Offsets -
  4386. sequentially from any start block to any end block.  Find by-passes
  4387. the FileSystem running on the device and does direct I/O to the device
  4388. itself.
  4389.  
  4390. Author: Andrew Kemmis
  4391. Path: disk/Find-2.3.lha
  4392.  
  4393. ==========
  4394.  
  4395. Flat    1.3    Handler for block-mapped filing devices
  4396.  
  4397. A filing system handler which implements block-mapped filing devices
  4398. such as available under Un*x.  Read and write calls are mapped to
  4399. low-level system IO operations which allow to treat devices such as
  4400. df0:, dh0:, rad:, etc. as big data files.  These `virtual' files can
  4401. be copied, read and written just like any standard AmigaDOS file.  It
  4402. is even possible to copy a whole disk with the CLI `Copy' command or
  4403. to archive disks with LhArc and the like.  Written as a supplement for
  4404. the Amiga `tar' program.
  4405.  
  4406. Author: Olaf `Olsen' Barthel
  4407. Path: disk/Flat-1.3.lha
  4408.  
  4409. ==========
  4410.  
  4411. ManageCDPics    1.2    A program to manage all your pictures
  4412.  
  4413. A GUI-Based cataloger that allows you to create "picture-databases" 
  4414. and easily view the pictures.
  4415.  
  4416. Author: Markus Hillenbrand
  4417. Path: disk/ManageCDPics-1.2.lha
  4418.  
  4419. ==========
  4420.  
  4421. MultiFileSystem    1.1    An interface to other file systems
  4422.  
  4423. Thanks to the versatility of AmigaDOS, we are able to use many different
  4424. file systems on our disks. The most popular is of course CrossDOS (tm), but
  4425. many other file systems can be found in the PD.
  4426. Adding a new file system to the Amiga is simplicity itself: just copy a
  4427. file in L:, provide a suitable mountlist, and there you go.
  4428. This works flawlessy if every physical unit is accessed by a single file
  4429. system, but if multiple file systems share the same device, some problems
  4430. arise:
  4431.  
  4432. - You have to call the same unit with different names (e.g. DF0: and PC0:)
  4433.   depending of the kind of disk inserted.
  4434.  
  4435. - When you insert a PC disk, the Workbench shows a DF0:???? icon, and vice
  4436.   versa; this can be very annoying especially for owners of more than one
  4437.   drive.
  4438.  
  4439. - When a file system is busy (for example during a DiskCopy), the other file
  4440.   systems can still access the disk; this goes against the concept of
  4441.   "inhibiting" a device.
  4442.  
  4443.  
  4444. MultiFileSystem solves all of these problems. It isn't a file system in the
  4445. usual way: it is an interface to other file systems. When you mount it, you
  4446. tell it which file systems it should use; afterwards, when a disk is
  4447. inserted, MultiFileSystem will recognize it and pass the commands to the
  4448. appropriate file system. This means that with a single device name, for
  4449. example DF0:, you can access any conceivable file system!
  4450.  
  4451. You are not limited to floppy drives, of course: I successfully installed
  4452. MultiFileSystem over a 128Mb magnetooptical drive.
  4453.  
  4454. Author: Nicola Salmoria
  4455. Path: disk/MFS-1.1.lha
  4456.  
  4457. ==========
  4458.  
  4459. mkisofs    1.00.7    Simple ISO-9660 pre-mastering utility.
  4460.  
  4461. A pre-mastering program to generate an ISO-9660 filesystem.  It takes
  4462. a snapshot of a given directory tree, and generates a binary image
  4463. which will correspond to an ISO-9660 filesystem when written to a
  4464. block device.
  4465.  
  4466. It is also capable of generating the System Use Sharing Protocol
  4467. records specified by the Rock Ridge Interchange Protocol.  This is
  4468. used to further describe the files in the ISO-9660 filesystem to a
  4469. unix host, and provides information such as longer filenames, uid/gid,
  4470. posix permissions, and block and character devices.
  4471.  
  4472. Each file written to the ISO-9660 filesystem must have a filename in
  4473. the 8.3 format (8 characters, period, 3 characters, all upper case),
  4474. even if Rock Ridge is in use.  This filename is used on systems that
  4475. are not able to make use of the Rock Ridge extensions (such as
  4476. MS-DOS), and each filename in each directory must be different from
  4477. the other filenames in the same directory.
  4478.  
  4479. mkisofs generally tries to form correct names by forcing the unix
  4480. filename to upper case and truncating as required, but often times
  4481. this yields unsatisfactory results when there are cases where the
  4482. truncated names are not all unique.  mkisofs assigns weightings to
  4483. each filename, and if two names that are otherwise the same are found
  4484. the name with the lower priority is renamed to have a 3 digit number
  4485. as an extension (where the number is guaranteed to be unique).  An
  4486. example of this would be the files foo.bar and foo.bar.~1~ - the file
  4487. foo.bar.~1~ would be written as FOO.000;1 and the file foo.bar would
  4488. be written as FOO.BAR;1.  "path" is the path of the directory tree to
  4489. be copied into the ISO-9660 filesystem.
  4490.  
  4491. (AmigaDOS Note: The AmigaDOS port relaxes the above restrictions to
  4492. produce ISO-9660 level 2 compatible ISO images)
  4493.  
  4494. Author: Eric Youngdale
  4495. Frank Munkert
  4496. Path: disk/mkisofs-1.00.7.lha
  4497.  
  4498. ==========
  4499.  
  4500. NewZAP    3.3    Multipurpose file sector editing utility
  4501.  
  4502. A third-generation multi-purpose file sector editing utility, from the
  4503. author of FileZAP.  Displays and edits full 512-byte sectors via a 106
  4504. character wide internal font.  Includes a search feature to find
  4505. specific strings or hex digits, forwards or backwards.
  4506. User-customizable, with new printing feature added.
  4507.  
  4508. Author: Dallas J. Hodgson
  4509. Path: disk/NewZAP-3.3.lha
  4510.  
  4511. ==========
  4512.  
  4513. PFS    9.5.4    Professional filing system for the Amiga
  4514.  
  4515. The standard AmigaDos filesystem (OFS) is very slow.  Commodore has
  4516. tried to improve the performance of their filesystem a number of
  4517. times.  Workbench 2.0 added the fast filing system (FFS), and now,
  4518. with Workbench 3.0, we have the fast filing system with directory
  4519. caching (FFS-DC).  This makes directoryscan faster but writing to
  4520. disk and directory-operations like delete and rename are slower than
  4521. ever.  This made me decide to write a filesystem that does better.
  4522.  
  4523. High performance
  4524. - write: 3-5 times faster
  4525. - read: 50% faster
  4526. - directoryscan: 10-20 times FFS, 3 times FFS-DC 
  4527. - delete/rename/protect etc: 10-20 times faster
  4528.  
  4529. Other features
  4530. - full AmigaDos compatibility
  4531. - upto 10% more data on a disk
  4532. - better faulttolerance
  4533. - parallel access almost without performance loss
  4534. - disks NEVER get invalidated
  4535.  
  4536.   Both double density and high density floppy disks are supported.
  4537. This version of the filesystem also supports small harddisk
  4538. partitions.  Partitions up to 31MB are supported.  A version for
  4539. larger partitions is under development and will be available to
  4540. registered users only.
  4541.  
  4542. Author: Michiel Pelt
  4543. Path: disk/PFS-9.5.4.lha
  4544.  
  4545. ==========
  4546.  
  4547. PlayCDDA    1.1    Play CD's over the Amiga's audio device
  4548.  
  4549. A program for owners of Toshiba 3401 CDROM drives.  These drives are
  4550. capable of transferring CD-DA (digital audio) data over the SCSI bus.
  4551. PlayCDDA reads this data and reproduces the corresponding sounds on the
  4552. Amiga's audio.device.  PlayCDDA communicates with the user over a simple
  4553. graphical interface.
  4554.  
  4555. Author: Frank Munkert
  4556. Path: disk/PlayCDDA-1.1.lha
  4557.  
  4558. ==========
  4559.  
  4560. PowerCache    37.115    Flexible and Powerful Disk Caching Sys
  4561.  
  4562. A user friendly, completely configurable disk caching system.  Has tons
  4563. of featues, including a nice GUI, multiple unit caching, selectable
  4564. read-only or read/write cache mode, cache-in-a-file option, statistics
  4565. graphs, a low memory handler, a full ARexx interface and more than
  4566. 120k of AmigaGuide documentation.  Online AmigaGuide help is available
  4567. from within the program.  Installs as a simple commodity and is of course
  4568. hotkey controllable.  Requires at least Kickstart 2.04.  Certain bonus
  4569. features require 3.0 or later.  Localized, CatComp source included.
  4570. Binary only.
  4571.  
  4572. Author: Michael Berg
  4573. Path: disk/PowerCache-37.115.lha
  4574.  
  4575. ==========
  4576.  
  4577. ReOrg    3.1    A fast floppy/hard disk optimizer.
  4578.  
  4579. ReOrg is a fast disk optimizer that can be used for floppy disks and hard
  4580. disks.  Supports new Kickstart 2.04 features including hard and soft links
  4581. and High-Density drives.  Includes program versions in English and German
  4582. for use with Kickstart 2.04 only.  In addition to optimizing a disk, ReOrg
  4583. can also convert the filesystem of a disk during the optimization, e.g.
  4584. from OFS to DC-FFS.  Many new features since version 2.33 on disk 716.
  4585.  
  4586. Author: Holger Kruse
  4587. Path: disk/ReOrg-3.1.lha
  4588.  
  4589. ==========
  4590.  
  4591. SAC    1.1    Search and extract files from CDROM.
  4592.  
  4593. SAC was designed to make getting data from the Aminet CDROM 2/94 an easier
  4594. task. You enter a search pattern (all dos.library patterns are supported)
  4595. and SAC scans 'AMINET_0294:Index' for matching entries. The result is then
  4596. displayed in AmigaGuide format, and you may view the readme files or even
  4597. unpack the desired archive with a single mouse click (SAC recognizes
  4598. different types of archives). SAC can be run from both Workbench and CLI.
  4599.  
  4600. Author: Ralph Seichter
  4601. Path: disk/SAC-1.1.lha
  4602.  
  4603. ==========
  4604.  
  4605. SCDPlayer    1.2    Very small CDPlayer commodity
  4606.  
  4607. A tool for easily playing CD Audio.  It's also a commodity.  Popup on
  4608. public screen w/hotkey, jump to another, keyboard short-cuts...
  4609. Font-adaptive.
  4610.  
  4611. Author: Pascal Rullier
  4612. Path: disk/SCDPlayer-1.2.lha
  4613.  
  4614. ==========
  4615.  
  4616. SCSIMounter    2.0    Fully automated partition mounter
  4617.  
  4618. Most owners of removable media SCSI drives are stuck with the problem
  4619. that their software doesn't handle disk changes correctly.
  4620. For example, the current Commodore implementation doesn't mount the 
  4621. partitions on a removable media SCSI drive (e.g. SyQuest or Ricoh)
  4622. when there was no cartridge in the drive at boot time. 
  4623.  
  4624. Even worse, after another cartridge with a different Rigid Disk Block 
  4625. (i.e. a different partition table) has been inserted, the system
  4626. gets totally confused and reports read/write errors when trying
  4627. to access the device which can lead to loss of important data on 
  4628. the cartridge.
  4629.  
  4630. Until now, the only possibility to work around this problem was to
  4631. reboot the system every time a new cartridge has been inserted.
  4632.  
  4633. SCSIMounter allows you to mount and unmount partitions without rebooting 
  4634. the machine. It sports a nice 2.0-style point-and-click user interface
  4635. that makes handling removable media a piece of cake.
  4636.  
  4637. Author: Martin A Blatter
  4638. Path: disk/SCSIMounter-2.0.lha
  4639.  
  4640. ==========
  4641.  
  4642. SCSIMounter    2.03    Fully automated partition mounter
  4643.  
  4644. Most owners of removable media SCSI drives are stuck with the problem
  4645. that their software doesn't handle disk changes correctly.
  4646. For example, the current Commodore implementation doesn't mount the 
  4647. partitions on a removable media SCSI drive (e.g. SyQuest or Ricoh)
  4648. when there was no cartridge in the drive at boot time. 
  4649.  
  4650. Even worse, after another cartridge with a different Rigid Disk Block 
  4651. (i.e. a different partition table) has been inserted, the system
  4652. gets totally confused and reports read/write errors when trying
  4653. to access the device which can lead to loss of important data on 
  4654. the cartridge.
  4655.  
  4656. Until now, the only possibility to work around this problem was to
  4657. reboot the system every time a new cartridge has been inserted.
  4658.  
  4659. SCSIMounter allows you to mount and unmount partitions without rebooting 
  4660. the machine. It sports a nice 2.0-style point-and-click user interface
  4661. that makes handling removable media a piece of cake.
  4662.  
  4663. Author: Martin A Blatter
  4664. Path: disk/SCSIMounter-2.03.lha
  4665.  
  4666. ==========
  4667.  
  4668. SCSIUtil    2.02    Send SCSI commands & read digital audio.
  4669.  
  4670. This program can send commands to a SCSI device. Supported commands are:
  4671.  
  4672. read capacity, reading of digital audio from Apple CD-300/Sony/Toshiba CD-ROM
  4673. drives, change medium, inquiry, read CD-ROM data block address header,
  4674. allow/prevent medium removal, start/stop motor, mode sense, play audio track,
  4675. read sector, seek, display TOC of a CD, read CD-sub-channel, set output volume
  4676. of a CD.
  4677.  
  4678. This is a corrected archive of version 2.02 with all the files intact (the
  4679. previous archive contained an incorrect SCSI_Priv.h)
  4680.  
  4681. Author: Gary Duncan
  4682. Heiko Rath
  4683. Path: disk/SCSIUtil-2.02.lha
  4684.  
  4685. ==========
  4686.  
  4687. StatRam    3.1    Very fast recoverable ram drive
  4688.  
  4689. StatRam is a recoverable ram drive.
  4690. It works on any Amiga using V2.04 or greater of the OS. It handles any
  4691. filesystem (either Amiga or foreign, like e.g. CrossDOS(tm)), has ten
  4692. units and may be layed out like a floppy disk for quick diskcopies.
  4693. It is dynamic, that is it allocates and frees memory as files are copied
  4694. and deleted, and is probably the most recoverable ram drive available.
  4695. Even the worst system crash will not erase it, as long as the portion
  4696. of memory where it resides is not corrupted.
  4697.  
  4698.  New for V3.1 :
  4699.  
  4700.  - Now works with ProfFileSystem
  4701.  
  4702.  - Now works with .ZOM disk images
  4703.  
  4704.  - Fixed the pyrotechnic crash that could occur mounting second and
  4705.    subsequent volumes
  4706.  
  4707. Author: Richard Waspe
  4708. Nicola Salmoria
  4709. Based on code originally by Perry S. Kivolowitz.
  4710. Path: disk/StatRam-3.1.lha
  4711.  
  4712. ==========
  4713.  
  4714. SuperDuper    3.13    High-speed disk copier and formatter
  4715.  
  4716. SuperDuper is an exciting, high-speed disk copier and formatter. Typical
  4717. timings are 99s for a disk-to-disk verified copy, or 38s for a four disk
  4718. non-verified format.  Also available are buffering in RAM, on a hard disk
  4719. image file or on any sector-based Amiga device, like RAD:, VDO:, FMS:, etc.
  4720. Real-time compression using the Xpk standard allows to copy in one pass most
  4721. disks on 1M Amigas, especially in conjunction with a special utility which
  4722. "hides" external drives to the system (but not to SuperDuper).  Bells and
  4723. whistles include high density floppy support, voice, automatic date
  4724. increment, a list of the disks copied, and automatic start of operations
  4725. based on disk insertion/ejection sensing.  SuperDuper 3.13 is freeware and
  4726. works on any Amiga under 2.0 and beyond.
  4727.  
  4728. Author: Sebastiano Vigna
  4729. Path: disk/SuperDuper-3.13.lha
  4730.  
  4731. ==========
  4732.  
  4733. TrackdiskPrefs    1.0    Adjust various trackdisk.device params.
  4734.  
  4735. Trackdisk Prefs is a new preferences editor that will allow the user
  4736. to adjust the various parameters present in the Trackdisk_Public_Unit
  4737. structure.  These parameters includes the Step Delay, the Settle
  4738. Delay, the Calibrate Delay, the Retries limit, and the NoClick flag.
  4739.  
  4740. The package consist of two executables: the first one that will stay
  4741. in background, doing the same kind of job as IPrefs for the
  4742. Trackdisk.device preferences, and a new preferences editor.
  4743.  
  4744. Author: Eric Sauvageau
  4745. Path: disk/TrackdiskPrefs-1.0.lha
  4746.  
  4747. ==========
  4748.  
  4749. TSO_II    2.04    Defragment floppy and hard disks.
  4750.  
  4751. TSO II can be used to optimize (defragment) floppy disks and hard disks in
  4752. order to speed up directory and file accesses.  Contains a German and an
  4753. English version of the executable and a timer.  Requires KickStart 2.04+.
  4754.  
  4755. Author: J. Heße
  4756. Path: disk/TSO_II-2.04.lha
  4757.  
  4758. ==========
  4759.  
  4760. UnDel    1.1    Very fast file undeleting utility
  4761.  
  4762. AmigaDos and its filesystem have been released some years ago. During
  4763. this long period, CBM didn't release any kind of tool which would be
  4764. able to check and repair disks and recover deleted files.  There are
  4765. many third-party utilities capable of doing such a job, but they are
  4766. usually terribly slow and they don't support all standard filesystems.
  4767.  
  4768.    Features:
  4769.  
  4770.     - Supports any standard filesystem - OFS / FFS + DirCache /
  4771.           INTL mode
  4772.     - Very fast (only free blocks are scanned, written in assembly etc.)
  4773.     - Special option for systems with small amount of memory
  4774.     - Nice user interface in shell window  ;-)
  4775.       (If some non-standard console is detected, new CON: window
  4776.            is opened.)
  4777.     - Recovered files are copied to another device
  4778.     - Protection bits and file note are also recovered
  4779.     - UNDEL is pure and can be made resident
  4780.  
  4781. Author: Martin Mares
  4782. Path: disk/UnDel-1.1.lha
  4783.  
  4784. ==========
  4785.  
  4786. Val    2.3    A disk partition validator (OFS or FFS)
  4787.  
  4788. A disk partition validator that only reads your disk (no writes to
  4789. it).  Should work with any 512 byte block structured virtual or
  4790. physical disk partition which uses the Original File System (OFS) or
  4791. Fast File System (FFS).  Val will check out the disk and output error
  4792. messages and warnings according to any problems it may find on the
  4793. disk, with a reasonably concise message about what it thinks is wrong.
  4794. Val will find errors that the standard Disk-Validator will ignore,
  4795. such as a file header that points to more or less blocks than the
  4796. filesize represents.
  4797.  
  4798. Author: Andrew Kemmis
  4799. Path: disk/Val-2.3.lha
  4800.  
  4801. ==========
  4802.  
  4803. VDisk    2.5    ASDG-ram like recoverable ram drive
  4804.  
  4805. vdisk.device is a driver for a recoverable RAM disk. It started 2 years
  4806. ago as a hack of ASDG-RAM (written by Perry S. Kivolowitz).  These hacked
  4807. versions (1.3 -> 1.12) were not distributed.  As of version 2.0, it has
  4808. been entirely rewritten, with many new features added :
  4809.  
  4810.  - Up to 16 units with virtually unlimited size (512 MB)
  4811.  - Dynamic memory allocation and (optionnaly) deallocation
  4812.  - Full support of all AmigaDOS Filesystems.
  4813.  - Will survive the heaviest system crashes as long as its own data is not 
  4814.    corrupted.
  4815.  - In case of a recovery failure, the cause can be reported by a support
  4816.    command.
  4817.  
  4818. Author: Etienne Vogt
  4819. Path: disk/VDisk-2.5.lha
  4820.  
  4821. ==========
  4822.  
  4823. Watch    1.0    Run commands upon notification
  4824.  
  4825. Watch is a shell command which enables you to watch files
  4826. and directories and perform any shell command if the file/dir
  4827. is changed.
  4828.  
  4829. Author: Ludo Dyzers
  4830. Path: disk/Watch-1.0.lha
  4831.  
  4832. ==========
  4833.  
  4834. WhereK    9.8    A configurable hard drive utility
  4835.  
  4836. A highly configurable hard drive utility.  Features an automatic disk
  4837. cataloger with 3 modes, turns directories into ascii files that can be
  4838. saved and searched, allows other programs to run while continuing in the
  4839. background, creates lists with versions of the libraries on your hard
  4840. drive and disks.  All files created can be saved.  Features 2 help modes,
  4841. individual help for keys and a comprehensive help mode both accessible
  4842. from the program.  Version 9.8 contains these additional features:
  4843. Screen blanker, database compare feature, full sound sample abilities,
  4844. icon creation for files without icons, reads memory locations, picture
  4845. cataloger, direct access to multiview, a memory restore feature and much
  4846. much more.  Binary only.
  4847.  
  4848. Author: Kenneth J. McCormick
  4849. Path: disk/WhereK-9.8.lha
  4850.  
  4851. ==========
  4852.  
  4853. YADCP    1.2    CD player interface for SCSI-2 CDROM's
  4854.  
  4855. Features: GUI that let's you access all functions of a normal CD-Player;
  4856. is a Commodity;
  4857. powerfull AREXX port;
  4858. localized for 2.1 and up (currently German);
  4859. can display songnames and CD title, of course you once have to enter
  4860. the names (about 150 CD texts are already included);
  4861. doesn't wastes memory;
  4862. SCSI errors are displayed as text (95 known);
  4863. If your CD-ROM is able to send audio over SCSI bus you also get the
  4864. following: Realtime stereo playback of audio on your Amiga, even on 68000 machines
  4865. (achieved by highly optimized assembler routines); Ability to save (parts of) songs
  4866. as stereo IFF (8SVX) or RAW (CDR).  Binary only.
  4867.  
  4868. Author: Frank Würkner
  4869. Path: disk/YADCP-1.2.lha
  4870.  
  4871. ==========
  4872.  
  4873. Zap    2.47    Binary file editor w/pub screen support
  4874.  
  4875. A binary file view/edit program.  You can examine and modify the file in
  4876. hexadecimal and ASCII mode.  Zap keeps the file in memory, so moving in
  4877. the file and searching is very fast but available memory limits the size
  4878. of files that zap can handle.  Runnable from the CLI or WorkBench and
  4879. supports public screens.  Binary only.
  4880.  
  4881. Author: Timo Rossi
  4882. Path: disk/Zap-2.47.lha
  4883.  
  4884. ==========
  4885.  
  4886. Zaphod    1.0    Binary File Editor
  4887.  
  4888. Zaphod is a binary file editor (like FileZAP, NewZAP)
  4889. that needs AmigaOS 2.0 or higher.
  4890.  
  4891. Author: Holger Schemel
  4892. Path: disk/Zaphod-1.0.lha
  4893.  
  4894. ==========
  4895.  
  4896. AmigaFAQ    94.10.14    "Frequently Asked Questions" about Amiga
  4897.  
  4898. Lists some frequently asked questions and trys to give answers.  Its
  4899. intention is to help new users and to reduce the amount of news that most
  4900. experienced users don't like to read anymore.  Sections on Hardware,
  4901. Software, Programming, Applications, Graphics and more.  Formatted in plain
  4902. ascii, AmigaGuide, DVI, html, and texinfo.  Drawer also contains some useful
  4903. text files on ftp sites, newgroups, hardware tips and one on the history of
  4904. the amiga.
  4905.  
  4906. Author: Jochen Wiedmann
  4907. Path: docs/AmigaFAQ-94.10.14.lha
  4908.  
  4909. ==========
  4910.  
  4911. AmigaFAQg    94.10.14    "Frequently Asked Questions" about Amiga
  4912.  
  4913. Lists some frequently asked questions and trys to give answers.  Its
  4914. intention is to help new users and to reduce the amount of news that most
  4915. experienced users don't like to read anymore.  Sections on Hardware,
  4916. Software, Programming, Applications, Graphics and more.  Formatted in plain
  4917. ascii, AmigaGuide, DVI, html, and texinfo.  Drawer also contains some useful
  4918. text files on ftp sites, newgroups, hardware tips and one on the history of
  4919. the amiga.
  4920.  
  4921. Author: Jochen Wiedmann
  4922. Path: docs/AmigaFAQg-94.10.14.lha
  4923.  
  4924. ==========
  4925.  
  4926. Crackdown    ?.?    AGuide of _The Hacker Crackdown_
  4927.  
  4928. In 1992 Bruce Sterling (mostly known for his SciFi) published a book
  4929. called _The Hacker Crackdown_. This book told about... well... hackers
  4930. and crackers. :-)
  4931.  
  4932. In the beginning of 1994 he released the book in electronic form, as
  4933. "literary freeware". The original release was in ASCII format, but it
  4934. was converted to TeXinfo by Joerg Heitkoetter. Finally, yesterday I
  4935. converted it to AmigaGuide format using makeinfo. So don't thank me
  4936. about anything, the largest effort I had to do was to write this
  4937. readme.
  4938.  
  4939. So, enjoy the book. I did.
  4940.  
  4941. Author: Bruce Sterling
  4942. Matti Rintala
  4943. Path: docs/Crackdown.lha
  4944.  
  4945. ==========
  4946.  
  4947. Fish00XXDocs    ?.?    CONTENTS files from disks 0001-0099.
  4948.  
  4949. CONTENTS files from disks 0001-0099, 10 per text file.
  4950.  
  4951. Author: Fred Fish
  4952. Path: docs/ff00xx.lha
  4953.  
  4954. ==========
  4955.  
  4956. Fish01XXDocs    ?.?    CONTENTS files from disks 0100-0199.
  4957.  
  4958. CONTENTS files from disks 0100-0199, 10 per text file.
  4959.  
  4960. Author: Fred Fish
  4961. Path: docs/ff01xx.lha
  4962.  
  4963. ==========
  4964.  
  4965. Fish02XXDocs    ?.?    CONTENTS files from disks 0200-0299.
  4966.  
  4967. CONTENTS files from disks 0200-0299, 10 per text file.
  4968.  
  4969. Author: Fred Fish
  4970. Path: docs/ff02xx.lha
  4971.  
  4972. ==========
  4973.  
  4974. Fish03XXDocs    ?.?    CONTENTS files from disks 0300-0399.
  4975.  
  4976. CONTENTS files from disks 0300-0399, 10 per text file.
  4977.  
  4978. Author: Fred Fish
  4979. Path: docs/ff03xx.lha
  4980.  
  4981. ==========
  4982.  
  4983. Fish04XXDocs    ?.?    CONTENTS files from disks 0400-0499.
  4984.  
  4985. CONTENTS files from disks 0400-0499, 10 per text file.
  4986.  
  4987. Author: Fred Fish
  4988. Path: docs/ff04xx.lha
  4989.  
  4990. ==========
  4991.  
  4992. Fish05XXDocs    ?.?    CONTENTS files from disks 0500-0599.
  4993.  
  4994. CONTENTS files from disks 0500-0599, 10 per text file.
  4995.  
  4996. Author: Fred Fish
  4997. Path: docs/ff05xx.lha
  4998.  
  4999. ==========
  5000.  
  5001. Fish06XXDocs    ?.?    CONTENTS files from disks 0600-0699.
  5002.  
  5003. CONTENTS files from disks 0600-0699, 10 per text file.
  5004.  
  5005. Author: Fred Fish
  5006. Path: docs/ff06xx.lha
  5007.  
  5008. ==========
  5009.  
  5010. Fish07XXDocs    ?.?    CONTENTS files from disks 0700-0799.
  5011.  
  5012. CONTENTS files from disks 0700-0799, 10 per text file.
  5013.  
  5014. Author: Fred Fish
  5015. Path: docs/ff07xx.lha
  5016.  
  5017. ==========
  5018.  
  5019. Fish08XXDocs    ?.?    CONTENTS files from disks 0800-0899.
  5020.  
  5021. CONTENTS files from disks 0800-0899, 10 per text file.
  5022.  
  5023. Author: Fred Fish
  5024. Path: docs/ff08xx.lha
  5025.  
  5026. ==========
  5027.  
  5028. Fish09XXDocs    ?.?    CONTENTS files from disks 0900-0999.
  5029.  
  5030. CONTENTS files from disks 0900-0999, 10 per text file.
  5031.  
  5032. Author: Fred Fish
  5033. Path: docs/ff09xx.lha
  5034.  
  5035. ==========
  5036.  
  5037. Fish10XXDocs    ?.?    CONTENTS files from disks 1000-1000.
  5038.  
  5039. CONTENTS files from disks 1000-1000, 10 per text file.
  5040. (Current highest released disk is 1000, but more are
  5041. being worked on.)
  5042.  
  5043. Author: Fred Fish
  5044. Path: docs/ff10xx.lha
  5045.  
  5046. ==========
  5047.  
  5048. FreshFishVol1Docs    ?.?    Basic information about FreshFish Vol 1.
  5049.  
  5050. Basic information about FreshFish Vol 1, including any README
  5051. type files, CRC list of the files if available, INDEX files,
  5052. long CONTENTS files, etc.
  5053.  
  5054. Author: Fred Fish
  5055. Path: docs/FreshFish-Vol1.lha
  5056.  
  5057. ==========
  5058.  
  5059. FreshFishVol2Docs    ?.?    Basic information about FreshFish Vol 2.
  5060.  
  5061. Basic information about FreshFish Vol 2, including any README
  5062. type files, CRC list of the files if available, INDEX files,
  5063. long CONTENTS files, etc.
  5064.  
  5065. Author: Fred Fish
  5066. Path: docs/FreshFish-Vol2.lha
  5067.  
  5068. ==========
  5069.  
  5070. FreshFishVol3Docs    ?.?    Basic information about FreshFish Vol 3.
  5071.  
  5072. Basic information about FreshFish Vol 3, including any README
  5073. type files, CRC list of the files if available, INDEX files,
  5074. long CONTENTS files, etc.
  5075.  
  5076. Author: Fred Fish
  5077. Path: docs/FreshFish-Vol3.lha
  5078.  
  5079. ==========
  5080.  
  5081. FreshFishVol4Docs    ?.?    Basic information about FreshFish Vol 4.
  5082.  
  5083. Basic information about FreshFish Vol 4, including any README
  5084. type files, CRC list of the files if available, INDEX files,
  5085. long CONTENTS files, etc.
  5086.  
  5087. Author: Fred Fish
  5088. Path: docs/FreshFish-Vol4.lha
  5089.  
  5090. ==========
  5091.  
  5092. FreshFishVol5Docs    ?.?    Basic information about FreshFish Vol 5.
  5093.  
  5094. Basic information about FreshFish Vol 5, including any README
  5095. type files, CRC list of the files if available, INDEX files,
  5096. long CONTENTS files, etc.
  5097.  
  5098. Author: Fred Fish
  5099. Path: docs/FreshFish-Vol5.lha
  5100.  
  5101. ==========
  5102.  
  5103. FreshFishVol6Docs    ?.?    Basic information about FreshFish Vol 6.
  5104.  
  5105. Basic information about FreshFish Vol 6, including any README
  5106. type files, CRC list of the files if available, INDEX files,
  5107. long CONTENTS files, etc.
  5108.  
  5109. Author: Fred Fish
  5110. Path: docs/FreshFish-Vol6.lha
  5111.  
  5112. ==========
  5113.  
  5114. FreshFishVol7Docs    ?.?    Basic information about FreshFish Vol 7.
  5115.  
  5116. Basic information about FreshFish Vol 7, including any README
  5117. type files, CRC list of the files if available, INDEX files,
  5118. long CONTENTS files, etc.
  5119.  
  5120. Author: Fred Fish
  5121. Path: docs/FreshFish-Vol7.lha
  5122.  
  5123. ==========
  5124.  
  5125. FreshFishVol8Docs    ?.?    Basic information about FreshFish Vol 8.
  5126.  
  5127. Basic information about FreshFish Vol 8, including any README
  5128. type files, CRC list of the files if available, INDEX files,
  5129. long CONTENTS files, etc.
  5130.  
  5131. Author: Fred Fish
  5132. Path: docs/FreshFish-Vol8.lha
  5133.  
  5134. ==========
  5135.  
  5136. FreshFontsVol1Docs    ?.?    Basic information about FreshFonts Vol 1
  5137.  
  5138. Basic information about FreshFonts Vol 1, including any README
  5139. type files, CRC list of the files if available, INDEX files,
  5140. long CONTENTS files, etc.
  5141.  
  5142. Author: Fred Fish
  5143. Path: docs/FreshFonts-Vol1.lha
  5144.  
  5145. ==========
  5146.  
  5147. FrozenFishVol1Docs    ?.?    Basic information about FrozenFish Vol 1
  5148.  
  5149. Basic information about FrozenFish Vol 1, including any README
  5150. type files, CRC list of the files if available, INDEX files,
  5151. long CONTENTS files, etc.
  5152.  
  5153. Author: Fred Fish
  5154. Path: docs/FrozenFish-Vol1.lha
  5155.  
  5156. ==========
  5157.  
  5158. GoldFishVol1Docs    ?.?    Basic information about GoldFish Vol 1.
  5159.  
  5160. Basic information about GoldFish Vol 1, including any README
  5161. type files, CRC list of the files if available, INDEX files,
  5162. long CONTENTS files, etc.
  5163.  
  5164. Author: Fred Fish
  5165. Path: docs/GoldFish-Vol1.lha
  5166.  
  5167. ==========
  5168.  
  5169. GoldFishVol2Docs    ?.?    Basic information about GoldFish Vol 2.
  5170.  
  5171. Basic information about GoldFish Vol 2, including any README
  5172. type files, CRC list of the files if available, INDEX files,
  5173. long CONTENTS files, etc.
  5174.  
  5175. Author: Fred Fish
  5176. Path: docs/GoldFish-Vol2.lha
  5177.  
  5178. ==========
  5179.  
  5180. Guide2Inet    1.1    Excellent AmigaGuide intro to the Net.
  5181.  
  5182. Big Dummy's AmigaGuide to INet, an excellent introduction to the Net.  This
  5183. revised edition corrects some mistakes in the original and adds some
  5184. additional information.  The index to the AmigaGuide version has been
  5185. extended.
  5186.  
  5187. Author: Electronic Freedom Foundation
  5188. AmigaGuide format by Robin Evans
  5189. Path: docs/Guide2Inet-1.1.lha
  5190.  
  5191. ==========
  5192.  
  5193. Im3.0FormsDoc    ?.?    Helpful docs, Imagine 3.0's Forms Editor
  5194.  
  5195. The complete text of an article that the author wrote for 3D Artist
  5196. magazine about the Imagine 3.0 Forms Editor.  Very informative and
  5197. useful for Imagine users.
  5198.  
  5199. Author: Bill Graham
  5200. Path: docs/Im3.0FormsDoc.lha
  5201.  
  5202. ==========
  5203.  
  5204. KF-All-Fish    950418    Database of *ALL* Fish CD's and Floppies
  5205.  
  5206. A 20Mb+ KingFisher database of the contents of all currently released
  5207. Fred Fish CD's (FreshFish, FrozenFish, GoldFish) and all released
  5208. floppy disks (1-1060).  Has almost 31,000 entries, but this does include
  5209. some duplicates.
  5210.  
  5211. Author: (null)
  5212. Path: docs/KF-All-Fish.lha
  5213.  
  5214. ==========
  5215.  
  5216. LightROMVol1Docs    ?.?    Basic information about LightROM Vol 1.
  5217.  
  5218. Basic information about LightROM Vol 1, including any README
  5219. type files, CRC list of the files if available, INDEX files,
  5220. long CONTENTS files, etc.
  5221.  
  5222. Author: Fred Fish
  5223. Path: docs/Light-ROM-Vol1.lha
  5224.  
  5225. ==========
  5226.  
  5227. LightROMVol2Docs    ?.?    Basic information about LightROM Vol 2.
  5228.  
  5229. Basic information about LightROM Vol 2, including any README
  5230. type files, CRC list of the files if available, INDEX files,
  5231. long CONTENTS files, etc.
  5232.  
  5233. Author: Fred Fish
  5234. Path: docs/Light-ROM-Vol2.lha
  5235.  
  5236. ==========
  5237.  
  5238. MUI_AutoDocs    2.3    AutoDocs for MUI V2.3 in DVI format
  5239.  
  5240. AutoDocs for Magical User Interface V2.3 in DVI format
  5241.  
  5242. Author: Michael Roth
  5243. Path: docs/MUI_AutoDocs-2.3.lha
  5244.  
  5245. ==========
  5246.  
  5247. RRIP    ?.?    Rock Ridge / System Use Sharing Protocol
  5248.  
  5249. The anxiously awaited new, 1.12 versions of the System Use Sharing Protocol
  5250. and the Rock Ridge Interchange Protocol are now available for review and
  5251. comment.  The documents are available through anonymous ftp at ftp.ossi.com
  5252. in /pub.
  5253.  
  5254. The documents are available in both MS Word 6 format (*.doc) and Postscript
  5255. format (*.ps).  Otherwise, the file names should be self-explanatory.  The
  5256. files are called: rrip112.doc, rrip112.ps, susp112.doc, and susp112.ps.
  5257.  
  5258. If you have comments or constructive criticism of these new versions of the
  5259. specifications, please feel free to respond to cdfdf@ymi.com.  We are trying
  5260. to get these documents to ballot as an IEEE standard soon, so we would
  5261. appreciate prompt response.  We hope to review all the responses at the next
  5262. working group meeting on August 26, 1994, so any responses we gather by end
  5263. of business of August 24 will be considered at that meeting.
  5264.  
  5265. Author: Andrew Young
  5266. CDFSF WG Chair
  5267. President, Young Minds, Inc.
  5268. Path: docs/RRIP.lha
  5269.  
  5270. ==========
  5271.  
  5272. SimpsonMurderMystery    1.0    AmigaGuide Doc about the Simpson Case.
  5273.  
  5274. An Amiga-Guide Document about the Simpson Case. This version was
  5275. released September 19, one week before the beginning of the trial. The
  5276. guide will be updated as the trial progresses. Please note that future
  5277. updates will not include the graphics and samples supplied with this
  5278. version.
  5279.  
  5280. Author: Manfred Huber
  5281. Path: docs/SimpsonMystery-1.0.lha
  5282.  
  5283. ==========
  5284.  
  5285. SystemGuide    1.0    Guide to Amiga software system files.
  5286.  
  5287. A comprehensive reference guide to Amiga software system files.
  5288.  
  5289. Author: Dan Elgaard
  5290. Path: docs/SystemGuide-1.0.lha
  5291.  
  5292. ==========
  5293.  
  5294. TexturesVol1Docs    ?.?    Basic information about Textures Vol 1.
  5295.  
  5296. Basic information about Textures Vol 1, including any README
  5297. type files, CRC list of the files if available, INDEX files,
  5298. long CONTENTS files, etc.
  5299.  
  5300. Author: Fred Fish
  5301. Path: docs/Textures-Vol1.lha
  5302.  
  5303. ==========
  5304.  
  5305. FF_1001    ?.?    Lha archived copy of Fish Disk 1001.
  5306.  
  5307. Copy of Fish Disk 1001 in lha archived form.
  5308.  
  5309. Author: (null)
  5310. Path: fish/FF_1001.lha
  5311.  
  5312. ==========
  5313.  
  5314. FF_1002    ?.?    Lha archived copy of Fish Disk 1002.
  5315.  
  5316. Copy of Fish Disk 1002 in lha archived form.
  5317.  
  5318. Author: (null)
  5319. Path: fish/FF_1002.lha
  5320.  
  5321. ==========
  5322.  
  5323. FF_1003    ?.?    Lha archived copy of Fish Disk 1003.
  5324.  
  5325. Copy of Fish Disk 1003 in lha archived form.
  5326.  
  5327. Author: (null)
  5328. Path: fish/FF_1003.lha
  5329.  
  5330. ==========
  5331.  
  5332. FF_1004    ?.?    Lha archived copy of Fish Disk 1004.
  5333.  
  5334. Copy of Fish Disk 1004 in lha archived form.
  5335.  
  5336. Author: (null)
  5337. Path: fish/FF_1004.lha
  5338.  
  5339. ==========
  5340.  
  5341. FF_1005    ?.?    Lha archived copy of Fish Disk 1005.
  5342.  
  5343. Copy of Fish Disk 1005 in lha archived form.
  5344.  
  5345. Author: (null)
  5346. Path: fish/FF_1005.lha
  5347.  
  5348. ==========
  5349.  
  5350. FF_1006    ?.?    Lha archived copy of Fish Disk 1006.
  5351.  
  5352. Copy of Fish Disk 1006 in lha archived form.
  5353.  
  5354. Author: (null)
  5355. Path: fish/FF_1006.lha
  5356.  
  5357. ==========
  5358.  
  5359. FF_1007    ?.?    Lha archived copy of Fish Disk 1007.
  5360.  
  5361. Copy of Fish Disk 1007 in lha archived form.
  5362.  
  5363. Author: (null)
  5364. Path: fish/FF_1007.lha
  5365.  
  5366. ==========
  5367.  
  5368. FF_1008    ?.?    Lha archived copy of Fish Disk 1008.
  5369.  
  5370. Copy of Fish Disk 1008 in lha archived form.
  5371.  
  5372. Author: (null)
  5373. Path: fish/FF_1008.lha
  5374.  
  5375. ==========
  5376.  
  5377. FF_1009    ?.?    Lha archived copy of Fish Disk 1009.
  5378.  
  5379. Copy of Fish Disk 1009 in lha archived form.
  5380.  
  5381. Author: (null)
  5382. Path: fish/FF_1009.lha
  5383.  
  5384. ==========
  5385.  
  5386. FF_1010    ?.?    Lha archived copy of Fish Disk 1010.
  5387.  
  5388. Copy of Fish Disk 1010 in lha archived form.
  5389.  
  5390. Author: (null)
  5391. Path: fish/FF_1010.lha
  5392.  
  5393. ==========
  5394.  
  5395. FF_1011    ?.?    Lha archived copy of Fish Disk 1011.
  5396.  
  5397. Copy of Fish Disk 1011 in lha archived form.
  5398.  
  5399. Author: (null)
  5400. Path: fish/FF_1011.lha
  5401.  
  5402. ==========
  5403.  
  5404. FF_1012    ?.?    Lha archived copy of Fish Disk 1012.
  5405.  
  5406. Copy of Fish Disk 1012 in lha archived form.
  5407.  
  5408. Author: (null)
  5409. Path: fish/FF_1012.lha
  5410.  
  5411. ==========
  5412.  
  5413. FF_1013    ?.?    Lha archived copy of Fish Disk 1013.
  5414.  
  5415. Copy of Fish Disk 1013 in lha archived form.
  5416.  
  5417. Author: (null)
  5418. Path: fish/FF_1013.lha
  5419.  
  5420. ==========
  5421.  
  5422. FF_1014    ?.?    Lha archived copy of Fish Disk 1014.
  5423.  
  5424. Copy of Fish Disk 1014 in lha archived form.
  5425.  
  5426. Author: (null)
  5427. Path: fish/FF_1014.lha
  5428.  
  5429. ==========
  5430.  
  5431. FF_1015    ?.?    Lha archived copy of Fish Disk 1015.
  5432.  
  5433. Copy of Fish Disk 1015 in lha archived form.
  5434.  
  5435. Author: (null)
  5436. Path: fish/FF_1015.lha
  5437.  
  5438. ==========
  5439.  
  5440. FF_1016    ?.?    Lha archived copy of Fish Disk 1016.
  5441.  
  5442. Copy of Fish Disk 1016 in lha archived form.
  5443.  
  5444. Author: (null)
  5445. Path: fish/FF_1016.lha
  5446.  
  5447. ==========
  5448.  
  5449. FF_1017    ?.?    Lha archived copy of Fish Disk 1017.
  5450.  
  5451. Copy of Fish Disk 1017 in lha archived form.
  5452.  
  5453. Author: (null)
  5454. Path: fish/FF_1017.lha
  5455.  
  5456. ==========
  5457.  
  5458. FF_1018    ?.?    Lha archived copy of Fish Disk 1018.
  5459.  
  5460. Copy of Fish Disk 1018 in lha archived form.
  5461.  
  5462. Author: (null)
  5463. Path: fish/FF_1018.lha
  5464.  
  5465. ==========
  5466.  
  5467. FF_1019    ?.?    Lha archived copy of Fish Disk 1019.
  5468.  
  5469. Copy of Fish Disk 1019 in lha archived form.
  5470.  
  5471. Author: (null)
  5472. Path: fish/FF_1019.lha
  5473.  
  5474. ==========
  5475.  
  5476. FF_1020    ?.?    Lha archived copy of Fish Disk 1020.
  5477.  
  5478. Copy of Fish Disk 1020 in lha archived form.
  5479.  
  5480. Author: (null)
  5481. Path: fish/FF_1020.lha
  5482.  
  5483. ==========
  5484.  
  5485. FF_1021    ?.?    Lha archived copy of Fish Disk 1021.
  5486.  
  5487. Copy of Fish Disk 1021 in lha archived form.
  5488.  
  5489. Author: (null)
  5490. Path: fish/FF_1021.lha
  5491.  
  5492. ==========
  5493.  
  5494. FF_1022    ?.?    Lha archived copy of Fish Disk 1022.
  5495.  
  5496. Copy of Fish Disk 1022 in lha archived form.
  5497.  
  5498. Author: (null)
  5499. Path: fish/FF_1022.lha
  5500.  
  5501. ==========
  5502.  
  5503. FF_1023    ?.?    Lha archived copy of Fish Disk 1023.
  5504.  
  5505. Copy of Fish Disk 1023 in lha archived form.
  5506.  
  5507. Author: (null)
  5508. Path: fish/FF_1023.lha
  5509.  
  5510. ==========
  5511.  
  5512. FF_1024    ?.?    Lha archived copy of Fish Disk 1024.
  5513.  
  5514. Copy of Fish Disk 1024 in lha archived form.
  5515.  
  5516. Author: (null)
  5517. Path: fish/FF_1024.lha
  5518.  
  5519. ==========
  5520.  
  5521. FF_1025    ?.?    Lha archived copy of Fish Disk 1025.
  5522.  
  5523. Copy of Fish Disk 1025 in lha archived form.
  5524.  
  5525. Author: (null)
  5526. Path: fish/FF_1025.lha
  5527.  
  5528. ==========
  5529.  
  5530. FF_1026    ?.?    Lha archived copy of Fish Disk 1026.
  5531.  
  5532. Copy of Fish Disk 1026 in lha archived form.
  5533.  
  5534. Author: (null)
  5535. Path: fish/FF_1026.lha
  5536.  
  5537. ==========
  5538.  
  5539. FF_1027    ?.?    Lha archived copy of Fish Disk 1027.
  5540.  
  5541. Copy of Fish Disk 1027 in lha archived form.
  5542.  
  5543. Author: (null)
  5544. Path: fish/FF_1027.lha
  5545.  
  5546. ==========
  5547.  
  5548. FF_1028    ?.?    Lha archived copy of Fish Disk 1028.
  5549.  
  5550. Copy of Fish Disk 1028 in lha archived form.
  5551.  
  5552. Author: (null)
  5553. Path: fish/FF_1028.lha
  5554.  
  5555. ==========
  5556.  
  5557. FF_1029    ?.?    Lha archived copy of Fish Disk 1029.
  5558.  
  5559. Copy of Fish Disk 1029 in lha archived form.
  5560.  
  5561. Author: (null)
  5562. Path: fish/FF_1029.lha
  5563.  
  5564. ==========
  5565.  
  5566. FF_1030    ?.?    Lha archived copy of Fish Disk 1030.
  5567.  
  5568. Copy of Fish Disk 1030 in lha archived form.
  5569.  
  5570. Author: (null)
  5571. Path: fish/FF_1030.lha
  5572.  
  5573. ==========
  5574.  
  5575. FF_1031    ?.?    Lha archived copy of Fish Disk 1031.
  5576.  
  5577. Copy of Fish Disk 1031 in lha archived form.
  5578.  
  5579. Author: (null)
  5580. Path: fish/FF_1031.lha
  5581.  
  5582. ==========
  5583.  
  5584. FF_1032    ?.?    Lha archived copy of Fish Disk 1032.
  5585.  
  5586. Copy of Fish Disk 1032 in lha archived form.
  5587.  
  5588. Author: (null)
  5589. Path: fish/FF_1032.lha
  5590.  
  5591. ==========
  5592.  
  5593. FF_1033    ?.?    Lha archived copy of Fish Disk 1033.
  5594.  
  5595. Copy of Fish Disk 1033 in lha archived form.
  5596.  
  5597. Author: (null)
  5598. Path: fish/FF_1033.lha
  5599.  
  5600. ==========
  5601.  
  5602. FF_1034    ?.?    Lha archived copy of Fish Disk 1034.
  5603.  
  5604. Copy of Fish Disk 1034 in lha archived form.
  5605.  
  5606. Author: (null)
  5607. Path: fish/FF_1034.lha
  5608.  
  5609. ==========
  5610.  
  5611. FF_1035    ?.?    Lha archived copy of Fish Disk 1035.
  5612.  
  5613. Copy of Fish Disk 1035 in lha archived form.
  5614.  
  5615. Author: (null)
  5616. Path: fish/FF_1035.lha
  5617.  
  5618. ==========
  5619.  
  5620. FF_1036    ?.?    Lha archived copy of Fish Disk 1036.
  5621.  
  5622. Copy of Fish Disk 1036 in lha archived form.
  5623.  
  5624. Author: (null)
  5625. Path: fish/FF_1036.lha
  5626.  
  5627. ==========
  5628.  
  5629. FF_1037    ?.?    Lha archived copy of Fish Disk 1037.
  5630.  
  5631. Copy of Fish Disk 1037 in lha archived form.
  5632.  
  5633. Author: (null)
  5634. Path: fish/FF_1037.lha
  5635.  
  5636. ==========
  5637.  
  5638. FF_1038    ?.?    Lha archived copy of Fish Disk 1038.
  5639.  
  5640. Copy of Fish Disk 1038 in lha archived form.
  5641.  
  5642. Author: (null)
  5643. Path: fish/FF_1038.lha
  5644.  
  5645. ==========
  5646.  
  5647. FF_1039    ?.?    Lha archived copy of Fish Disk 1039.
  5648.  
  5649. Copy of Fish Disk 1039 in lha archived form.
  5650.  
  5651. Author: (null)
  5652. Path: fish/FF_1039.lha
  5653.  
  5654. ==========
  5655.  
  5656. FF_1040    ?.?    Lha archived copy of Fish Disk 1040.
  5657.  
  5658. Copy of Fish Disk 1040 in lha archived form.
  5659.  
  5660. Author: (null)
  5661. Path: fish/FF_1040.lha
  5662.  
  5663. ==========
  5664.  
  5665. FF_1041    ?.?    Lha archived copy of Fish Disk 1041.
  5666.  
  5667. Copy of Fish Disk 1041 in lha archived form.
  5668.  
  5669. Author: (null)
  5670. Path: fish/FF_1041.lha
  5671.  
  5672. ==========
  5673.  
  5674. FF_1042    ?.?    Lha archived copy of Fish Disk 1042.
  5675.  
  5676. Copy of Fish Disk 1042 in lha archived form.
  5677.  
  5678. Author: (null)
  5679. Path: fish/FF_1042.lha
  5680.  
  5681. ==========
  5682.  
  5683. FF_1043    ?.?    Lha archived copy of Fish Disk 1043.
  5684.  
  5685. Copy of Fish Disk 1043 in lha archived form.
  5686.  
  5687. Author: (null)
  5688. Path: fish/FF_1043.lha
  5689.  
  5690. ==========
  5691.  
  5692. FF_1044    ?.?    Lha archived copy of Fish Disk 1044.
  5693.  
  5694. Copy of Fish Disk 1044 in lha archived form.
  5695.  
  5696. Author: (null)
  5697. Path: fish/FF_1044.lha
  5698.  
  5699. ==========
  5700.  
  5701. FF_1045    ?.?    Lha archived copy of Fish Disk 1045.
  5702.  
  5703. Copy of Fish Disk 1045 in lha archived form.
  5704.  
  5705. Author: (null)
  5706. Path: fish/FF_1045.lha
  5707.  
  5708. ==========
  5709.  
  5710. FF_1046    ?.?    Lha archived copy of Fish Disk 1046.
  5711.  
  5712. Copy of Fish Disk 1046 in lha archived form.
  5713.  
  5714. Author: (null)
  5715. Path: fish/FF_1046.lha
  5716.  
  5717. ==========
  5718.  
  5719. FF_1047    ?.?    Lha archived copy of Fish Disk 1047.
  5720.  
  5721. Copy of Fish Disk 1047 in lha archived form.
  5722.  
  5723. Author: (null)
  5724. Path: fish/FF_1047.lha
  5725.  
  5726. ==========
  5727.  
  5728. FF_1048    ?.?    Lha archived copy of Fish Disk 1048.
  5729.  
  5730. Copy of Fish Disk 1048 in lha archived form.
  5731.  
  5732. Author: (null)
  5733. Path: fish/FF_1048.lha
  5734.  
  5735. ==========
  5736.  
  5737. FF_1049    ?.?    Lha archived copy of Fish Disk 1049.
  5738.  
  5739. Copy of Fish Disk 1049 in lha archived form.
  5740.  
  5741. Author: (null)
  5742. Path: fish/FF_1049.lha
  5743.  
  5744. ==========
  5745.  
  5746. FF_1050    ?.?    Lha archived copy of Fish Disk 1050.
  5747.  
  5748. Copy of Fish Disk 1050 in lha archived form.
  5749.  
  5750. Author: (null)
  5751. Path: fish/FF_1050.lha
  5752.  
  5753. ==========
  5754.  
  5755. FF_1051    ?.?    Lha archived copy of Fish Disk 1051.
  5756.  
  5757. Copy of Fish Disk 1051 in lha archived form.
  5758.  
  5759. Author: (null)
  5760. Path: fish/FF_1051.lha
  5761.  
  5762. ==========
  5763.  
  5764. FF_1052    ?.?    Lha archived copy of Fish Disk 1052.
  5765.  
  5766. Copy of Fish Disk 1052 in lha archived form.
  5767.  
  5768. Author: (null)
  5769. Path: fish/FF_1052.lha
  5770.  
  5771. ==========
  5772.  
  5773. FF_1053    ?.?    Lha archived copy of Fish Disk 1053.
  5774.  
  5775. Copy of Fish Disk 1053 in lha archived form.
  5776.  
  5777. Author: (null)
  5778. Path: fish/FF_1053.lha
  5779.  
  5780. ==========
  5781.  
  5782. FF_1054    ?.?    Lha archived copy of Fish Disk 1054.
  5783.  
  5784. Copy of Fish Disk 1054 in lha archived form.
  5785.  
  5786. Author: (null)
  5787. Path: fish/FF_1054.lha
  5788.  
  5789. ==========
  5790.  
  5791. FF_1055    ?.?    Lha archived copy of Fish Disk 1055.
  5792.  
  5793. Copy of Fish Disk 1055 in lha archived form.
  5794.  
  5795. Author: (null)
  5796. Path: fish/FF_1055.lha
  5797.  
  5798. ==========
  5799.  
  5800. FF_1056    ?.?    Lha archived copy of Fish Disk 1056.
  5801.  
  5802. Copy of Fish Disk 1056 in lha archived form.
  5803.  
  5804. Author: (null)
  5805. Path: fish/FF_1056.lha
  5806.  
  5807. ==========
  5808.  
  5809. FF_1057    ?.?    Lha archived copy of Fish Disk 1057.
  5810.  
  5811. Copy of Fish Disk 1057 in lha archived form.
  5812.  
  5813. Author: (null)
  5814. Path: fish/FF_1057.lha
  5815.  
  5816. ==========
  5817.  
  5818. FF_1058    ?.?    Lha archived copy of Fish Disk 1058.
  5819.  
  5820. Copy of Fish Disk 1058 in lha archived form.
  5821.  
  5822. Author: (null)
  5823. Path: fish/FF_1058.lha
  5824.  
  5825. ==========
  5826.  
  5827. FF_1059    ?.?    Lha archived copy of Fish Disk 1059.
  5828.  
  5829. Copy of Fish Disk 1059 in lha archived form.
  5830.  
  5831. Author: (null)
  5832. Path: fish/FF_1059.lha
  5833.  
  5834. ==========
  5835.  
  5836. FF_1060    ?.?    Lha archived copy of Fish Disk 1060.
  5837.  
  5838. Copy of Fish Disk 1060 in lha archived form.
  5839.  
  5840. Author: (null)
  5841. Path: fish/FF_1060.lha
  5842.  
  5843. ==========
  5844.  
  5845. AirTaxi    ?.?    SpaceTaxi clone for 25MHz+, 1m+ chip
  5846.  
  5847. AirTaxi is a SpaceTaxi clone for 1-5 players which uses a 4-joystick
  5848. parallel adapter for players 4 and 5.  A very entertaining, colorful
  5849. and noisy game with multiple levels.
  5850.  
  5851. Author: David May
  5852. Path: game/AirTaxi.lha
  5853.  
  5854. ==========
  5855.  
  5856. AmigaMUD    0.7    Amiga Multi-User Dungeon game
  5857.  
  5858. The AmigaMUD system is a software system for the Commodore Amiga line
  5859. of computers which implements a MUD (Multi-User-Dungeon). MUDs have
  5860. existed on various computers for about 20 years, usually run at
  5861. universities on networked computers. In a typical MUD, several people
  5862. connect to the system at the same time and interact by typing in
  5863. messages and commands to the MUD. MUDs are usually set up somewhat
  5864. like text adventures, in that they contain a small world in which the
  5865. players can explore, solve puzzles, etc. MUDs add to the adventure the
  5866. possibility of interaction, within the world, of the various players.
  5867. Players can talk to others in the same location; they can cooperate in
  5868. solving puzzles; they can compete in improving their characters or
  5869. personnas; they can engage in combat, etc.
  5870.  
  5871. The world in which the MUD is set is chosen and built by one or more
  5872. people who are the implementors or "wizards" or "gods" of the MUD. MUD
  5873. worlds have been set in various fictional as well as real situations,
  5874. such as Star Trek, Xanth, the Discworld, etc. Other MUDs specialize in
  5875. role playing, where the players pick a persona and do their best to
  5876. stay within it. For example, "furries" on FurryMUD all pick a furred
  5877. animal as their character.
  5878.  
  5879. Many MUDs exist on the 'internet', the international network of
  5880. computer systems, mostly supported by various governments. Amiga
  5881. computers are not often on this network, so they will usually get
  5882. their multiple players through serial ports and modems. Amiga-based
  5883. BBS systems often have multiple lines, and these can be used for
  5884. connections to AmigaMUD.
  5885.  
  5886. Today, most MUDs are strictly text based. That is, users do all
  5887. operations in the MUD by typing commands, and all output is via text
  5888. messages. In the last couple of years, colour graphics have become
  5889. quite common on home computers and workstations. MUDs are beginning to
  5890. take advantage of that capability by introducing simple graphics
  5891. output. Sound output is also possible.
  5892.  
  5893. AmigaMUD provides graphics and sound output as a standard element. It
  5894. also allows the use of the mouse and numeric keypad as input. The
  5895. system still provides the full text input and output interfaces,
  5896. however, and can be used in a text-only mode. The standard
  5897. availability of graphics output and mouse input can change the nature
  5898. of a MUD, and make it available to those who aren't terribly good at
  5899. typing, or who are uncomfortable with computers.
  5900.  
  5901. Author: Chris Gray
  5902. Path: game/AmigaMUD-0.7.lha
  5903.  
  5904. ==========
  5905.  
  5906. AMOSAlley    ?.?    A shoot-em-up shooting gallery game.
  5907.  
  5908. A shoot-em-up "don't-hit-the-good-guys hit-the-bad-guysinstead" type
  5909. shooting gallery reaction game.  Programmed and compiled with AMOS PRO.
  5910.  
  5911. Author: Dean Prunier
  5912. Path: game/AMOSAlley.lha
  5913.  
  5914. ==========
  5915.  
  5916. AntiMatter    2.1    Deduce the location of hidden "atoms".
  5917.  
  5918. Amiga version of the `70s board game "Black Box".  Features are:
  5919. Intuition-based, stereo sound, animated pointer, supports all Amigas
  5920. and OS versions 1.3+, well tested.
  5921.  
  5922. Author: Adam Levin-Delson
  5923. Path: game/AntiMatter-2.1.lha
  5924.  
  5925. ==========
  5926.  
  5927. Arachnid    1.1    A game of patience using 2 card decks
  5928.  
  5929. The object of the game is to build a stack of cards in the same suit
  5930. from King to Ace and remove the stack from the table to the stacks
  5931. above. When all eight stacks have been built and removed, you have won
  5932. the game. A more challenging version of this is to leave all eight
  5933. stacks on the table until done instead of removing those that are
  5934. complete to the stacks above.
  5935.  
  5936. Author: Frank Nießen
  5937. Path: game/Arachnid-1.1.lha
  5938.  
  5939. ==========
  5940.  
  5941. Atoms    3.00    New game of Atoms.
  5942.  
  5943. Atoms game.  3 versions included.  One basic Atoms Game, one for AGA,
  5944. and one for AGA Pal machines.
  5945.  
  5946. Author: Jesse McClusky
  5947. Path: game/Atoms-3.00.lha
  5948.  
  5949. ==========
  5950.  
  5951. AXlife    1.0    Amiga port of Xlife 2.0
  5952.  
  5953. AXlife is based on Xlife, the definitive life program, which runs
  5954. under the X-Windows graphical interface (which overlays UNIX). AXlife
  5955. incorporates an Amiga-specific interface, but the basic generation
  5956. code remains the same as in Xlife 2.0. AXlife can also read files
  5957. produced by Al Hensel's IBM PC program 'Life', which has a very
  5958. similar format. The most important feature of Xlife (and AXlife) is
  5959. that, unlike most life programs, it does not limit the pattern to the
  5960. size of the screen. Xlife does not think in terms of a rectangular
  5961. grid, but instead considers the pattern to be composed of 8x8 boxes
  5962. containing active life elements. This allows Xlife to cope with
  5963. arbitrarily large patterns (up to a maximum size of 2^32 by 2^32 (2^32
  5964. = 4,294,967,296)). AXlife comes with a large (219) library of example
  5965. patterns.
  5966.  
  5967. Author: David Kinder, Jon Bennett
  5968. Path: game/AXlife-1.0.lha
  5969.  
  5970. ==========
  5971.  
  5972. BackGammon    0.99    Tiny workbench backgammon game.
  5973.  
  5974. The computer version of the game.  This is a tiny little game which runs on
  5975. Workbench.  Works on all Amigas, and OS versions from 1.2 to 3.1.
  5976.  
  5977. Author: Igor Druzovic and Daniel Amor
  5978. Path: game/BackGammon-0.99.lha
  5979.  
  5980. ==========
  5981.  
  5982. Balder'sGrove    1.2    Yet another Boulderdash clone
  5983.  
  5984.   This  is yet another Boulderdash clone but this time it is inspired by the
  5985. Nordic  mythology.   Your  task  is  to  guide Balder - the god of light -
  5986. through  groves  filled  with  berserks  and snakes.  Collect  rings, push
  5987. runestones and try to find the small passage to the next level.
  5988.   This  time you don't have to play alone.  Get a helping hand from a friend
  5989. and I assure you the game will be easier as well as funnier.
  5990.   The  game  comes  with  40  levels  and a level editor.  Unfortunately the
  5991. levels are almost identical with those included in previous releases.  The
  5992. only  exception  is  that you can use them all in two player mode.  If you
  5993. have made some own levels with the old level editor you can still use them
  5994. with  this  new  game  package in one player mode.  To be able to use them
  5995. with  two  players you will have to load them into the level editor, place
  5996. entrances and exits for player two, and save them.
  5997.   I hope you will have a good time!
  5998.  
  5999. Author: Morgan Antonsson
  6000. Path: game/Balder'sGrove-1.2.lha
  6001.  
  6002. ==========
  6003.  
  6004. BattleAtSea    1.0    Naval Battle Simulation
  6005.  
  6006. Freely distributable naval battle simulation.
  6007.  
  6008. Author: Carsten Magerkurth
  6009. Path: game/BattleAtSea-1.0.lha
  6010.  
  6011. ==========
  6012.  
  6013. CardGamesDlx    1.1    Very nice BlackJack & VideoPoker games
  6014.  
  6015. Two cardgames in one.  BlackJack/VideoPoker.  Fully compatible with REKO
  6016. Cardsets! Includes 1 new AGA and 1 new ECS REKO cardset.  Works on all
  6017. OS2.1+ 680x0 ECS/AGA Amigas!
  6018.  
  6019. Author: Logic System Productions
  6020. Path: game/CardGamesDlx-1.1.lha
  6021.  
  6022. ==========
  6023.  
  6024. CCC    0.2    Trash a large city with your monster
  6025.  
  6026. You guide a monster on its career of trashing a large city. Your
  6027. objective; to destroy as much of the city as possible before your
  6028. monster is destroyed by the military. The game is keyboard
  6029. controlled for one player.
  6030.  
  6031. Author: Ronald F. Picardi
  6032. Path: game/CCC-0.2.lha
  6033.  
  6034. ==========
  6035.  
  6036. CCC    0.9    Destroy a large city with your monster
  6037.  
  6038. You guide a monster on its career of trashing a large city. Your
  6039. objective; to destroy as much of the city as possible before your
  6040. monster is destroyed by the military. The game is keyboard
  6041. controlled for one player.
  6042. Choice of monsters and different weapon types.
  6043. This is an update from version 0.2 to 0.8
  6044.  
  6045. Author: Ronald F. Picardi
  6046. Path: game/CCC-0.9.lha
  6047.  
  6048. ==========
  6049.  
  6050. Chaos    5.3    Chess HAppening Organization System
  6051.  
  6052.  
  6053.      Chaos is a program that manages single-player chess-tournaments
  6054.      using a font-adaptive full-Intuition-GUI created using MUI. This
  6055.      is an update to version 5.2.
  6056.  
  6057.      Features:
  6058.  
  6059.      Available pairing modes are:
  6060.     - Swiss pairing
  6061.     - Round Robin (FIDE-System)
  6062.     - Round Robin (Shift-System)
  6063.  
  6064.      Available output (to printer, screen or file):
  6065.     - List of players (short or long)
  6066.     - Results
  6067.     - Table (all players or special groups, juniors for example)
  6068.     - Table of progress aor Cross Tables (all games of all rounds)
  6069.         - Internal ratings and German DWZ (close to USCF-rating or ELO)
  6070.  
  6071.      Localizing (default language is english)
  6072.  
  6073.      Limitations:
  6074.     - Number of players limited by RAM (2 KBytes and additional
  6075.       100 Bytes Stack per player suggested)
  6076.  
  6077.      Enhanced possibilities:
  6078.     - Setting games (Swiss pairing only)
  6079.     - ARexx port
  6080.     - User configurable menu (allows to execute ARexx scripts from
  6081.       the menu)
  6082.  
  6083. Author: Jochen Wiedmann
  6084. Path: game/Chaos-5.3.lha
  6085.  
  6086. ==========
  6087.  
  6088. ColConq    1.34f    Space strategy game for 1 or 2 persons
  6089.  
  6090. Colonial Conquest is a space-strategy game for one or two persons.
  6091. The basic idea and concept have been heavily influenced by the
  6092. shareware game "Conquest" and the Microprose game "Civilization".  The
  6093. aim of the game is to spread your civilization through the 26
  6094. earth-like planets of the universe map and to defend it from other
  6095. civilizations by building weapons and war ships.  Unfortunately - like
  6096. all half-realistic simulations and strategy games - Colonial Conquest
  6097. will reward primitive destructive behavior and colonial instincts
  6098. without leaving much room for cooperative actions and peaceful living.
  6099. Take it as a game!
  6100.  
  6101. Author: Christian Mumenthaler
  6102. Path: game/ColConq-1.34f.lha
  6103.  
  6104. ==========
  6105.  
  6106. CrazyClock    1.1    A puzzle like Rubik's cube, but easier.
  6107.  
  6108. For those of you who know about Mr.R.'s cube.  (well-known), This program
  6109. is inspired by Mr.R.'s clock (almost unknown) which is a much easier
  6110. alternative for everyone who couldn't solve the cube through intuition.
  6111.  
  6112. Author: Holger Brunst
  6113. Path: game/CrazyClock-1.1.lha
  6114.  
  6115. ==========
  6116.  
  6117. CyclesII    ?.?    *Another* Light Cycles game.
  6118.  
  6119. This Light Cycles game allows you to design the courses in any paint
  6120. package which uses IFF. The pics must be four colour 320*256 or 320*200.
  6121. Included are some example courses.
  6122. Happy designing and playing.
  6123.  
  6124. Author: Gerald Yuen
  6125. Path: game/CyclesII.lha
  6126.  
  6127. ==========
  6128.  
  6129. DeepSpace    1.6    Multi-Player/Node Space Role Playing
  6130.  
  6131. DeepSpace is a Multi-Player, Multi-Node Space Role Playing Game.
  6132. BBS's that can run DOS doors (programs that use stdin & stdout) can
  6133. run this game.
  6134.  
  6135. Author: Todd Neumiller
  6136. Darrell Neumiller
  6137. Rod Whitney
  6138. Darren Campbell
  6139. Path: game/DeepSpace-1.6.lha
  6140.  
  6141. ==========
  6142.  
  6143. DiamondCaves    1.3    Great Boulder dash clone
  6144.  
  6145. Diamond Caves is a Boulder Dash clone with many  advantages  to  previously
  6146. released clones:
  6147.  
  6148. - programmed 100% using OS-routines
  6149. - supports different screenmodes (runs on gfx-boards!)
  6150. - comes with ready-to-run installer script
  6151. - 1 or 2 players (maybe even more in future releases)
  6152. - playfields from 10x10 to 100x100 squares
  6153. - loads of new features like conveyor belts, switches, and much more
  6154. - recording and replay of previously played games
  6155. - 25 tutorial-levels and 25 game-levels in the unregistrated version
  6156. - great Intuition-based Leveleditor in the registrated version
  6157.  
  6158. Author: Peter Elzner
  6159. Path: game/DiamondCaves-1.3.lha
  6160.  
  6161. ==========
  6162.  
  6163. DualMaze    1.3    Solve two mazes at the same time!
  6164.  
  6165. Solve two mazes at the same time!  Single player game using the dual
  6166. playfield feature of the Amiga to provide a unique challenge.  Scrolling
  6167. graphics, music, and new mazes each time you play!
  6168.  
  6169. Author: David A. Faught
  6170. Path: game/DualMaze-1.3.lha
  6171.  
  6172. ==========
  6173.  
  6174. DungeonMap    2.1    Creates maps for Dongeons & Dragons game
  6175.  
  6176. DungeonMap is intended to be used as an aid to Dungeon Masters (DM's) © TSR
  6177. for creating dungeons for use in Advanced Dungeons & Dragons (AD&D) © TSR.
  6178. But, you can use it for what ever you like.
  6179.  
  6180. Author: Bill Elliot
  6181. Path: game/DungeonMap-2.1.lha
  6182.  
  6183. ==========
  6184.  
  6185. DungeonMap    2.2    Creates custom dungeons for games
  6186.  
  6187. DungeonMap is intended to be used as an aid to Dungeon Masters (DM's) © TSR
  6188. for creating dungeons for use in Advanced Dungeons & Dragons (AD&D) © TSR.
  6189. But, you can use it for what ever you like.
  6190.  
  6191. The legend says "Door" and "Arch." But, these can be interpreted any way you
  6192. please (E.g., Door's could be locked or secret doors, and Arch's could be open
  6193. or unlocked doors). Just use your imagination. For the most part the program
  6194. is self explanatory.  I'll just cover some of the more subtle points and
  6195. features.
  6196.  
  6197. Author: Bill Elliot
  6198. Path: game/DungeonMap-2.2.lha
  6199.  
  6200. ==========
  6201.  
  6202. DynamiteWar    2.0    Tiny game for 2-5 players.
  6203.  
  6204. A tiny game for 2-5 players who fight against each other.
  6205. It is similar to the commercial Dynablaster or Bomberman,
  6206. except a 1-player mode is not available.  On the other hand,
  6207. there are a great number of extras.  To win the game, one
  6208. player has to disintegrate all other players by exploding
  6209. bombs.
  6210.  
  6211. Author: Andre Wiethoff
  6212. Path: game/DynamiteWar-2.0.lha
  6213.  
  6214. ==========
  6215.  
  6216. ESnake    1.1    Classic game; grow snake by eating food.
  6217.  
  6218. This is a classic computer game. You control a snake moving about
  6219. on the screen. The purpose of the snake is to grow as long as possible
  6220. by eating food. As you eat more food the snake will speed up, and soon
  6221. it will be very difficult to control.
  6222.  
  6223. Author: Erik Johannessen
  6224. Path: game/ESnake-1.1.lha
  6225.  
  6226. ==========
  6227.  
  6228. FastLife    2.7    Conway's Life game with 200+ patterns
  6229.  
  6230. A fast life program featuring an Intuition interface
  6231. and 200+ patterns in text file format.
  6232. Features include support for all screen modes, screens
  6233. up to 16384 by 16384, run for a specified number of
  6234. generations, stop at a specific generation, CLI and
  6235. ToolTypes support for file name filter and "ON" character
  6236. within Picture files, Tomas Rokicki's ultra-fast life
  6237. routines, a torus option, and random field generation.
  6238.  
  6239. Author: Ron Charlton
  6240. Path: game/FastLife-2.7.lha
  6241.  
  6242. ==========
  6243.  
  6244. FiveInLine    2.2    Fast-paced board-playing thinking game
  6245.  
  6246. A board-playing game similar to Go-Moku, Ristinolla, etc.  Fixes many bugs
  6247. and uses tooltypes to select playing level, player to begin & boardsize.
  6248. Docs in AmigaGuide format.  Completely new look and new icon.
  6249.  
  6250. Author: Njål Fisketjøn
  6251. Path: game/FiveInLine-2.2.lha
  6252.  
  6253. ==========
  6254.  
  6255. Frontier    ?.?    Self running demo of frontier game.
  6256.  
  6257. Non-playable preview (Self-running demo) of the upcoming sequel to the
  6258. space-trading game Elite.
  6259.  
  6260. Author: David Braben
  6261. Path: game/Frontier.lha
  6262.  
  6263. ==========
  6264.  
  6265. Gladiator    1.0    Arena combat wargame, runs in WB window
  6266.  
  6267. Arena combat wargame that runs in WB window.  Strategy game, similar to
  6268. a "chit" wargame or boardgame.  You control one or more characters (which
  6269. can be magic users or fighters) and the computer controls an opposing team
  6270. of monsters.  Play continues until only one side remains.
  6271.  
  6272. Author: Barney Blankenship
  6273. Path: game/Gladiator-1.0.lha
  6274.  
  6275. ==========
  6276.  
  6277. GothTest    ?.?    Test to find out how Gothic you are.
  6278.  
  6279. It is a simply a test to find out how Gothic you are. Of course, you
  6280. don't care how goth you are *for yourself* but you might get some red
  6281. neck demanding some sort of proof. You can then just stare them straight
  6282. in the eye and calmly tell them your score. Alternatively you can
  6283. hospitalise them in a really messy way.
  6284.  
  6285. Author: James W Savage
  6286. Path: game/GothTest.lha
  6287.  
  6288. ==========
  6289.  
  6290. HangMan    1.3    A hangman game in 6 languages, with GUI.
  6291.  
  6292. A GUI Hangman game in six different languages !! Features: A full GUI
  6293. interface (both keyboard and mouse can be used); Partly localized (on OS
  6294. 2.1/3.0) for defaulting to a particular language; User can specify his own
  6295. data file.  English, French, German, Spanish, Swedish and Dutch data files
  6296. included.  A useful Hint and Show All feature when you are stuck with a
  6297. word.  AmigaGuide Online Help also available.
  6298.  
  6299. Author: Arun Kumar GP
  6300. Path: game/HangMan-1.3.lha
  6301.  
  6302. ==========
  6303.  
  6304. IGNUChess    1.51    Intuition driven interface to GNU Chess.
  6305.  
  6306. An intuition driven interface to GNUChess version 1.51.  I know, this is an
  6307. old one.  There are a few advantages, though: IGNUChess is freely
  6308. distributable; Full source (SAS/C 6.3) is included; Chess piece images are
  6309. provided as an IFF ILBM file (Figuren.ilbm) for free use; Needs only ~200K
  6310. memory (+some chip mem for the graphics) and thus runs on small machines
  6311. (A500) without memory expansion.  Special version optimized for 68020/30 +
  6312. 68881/2 included.  Runs in NTSC Interlaced mode.  The graphics are designed
  6313. to minimize noticable flicker, so this might be the first interlaced GUI
  6314. most 1084 Monitor users like.
  6315.  
  6316. Author: FSF
  6317. Michael Böhnisch
  6318. Path: game/IGNUChess-1.51.lha
  6319.  
  6320. ==========
  6321.  
  6322. ImagemsDemo    ?.?    Slide geometric pieces into proper place
  6323.  
  6324. Demo version of a game that appears to be very loosely based on the game
  6325. "Wangle" by Peter Händel.  The object is to group the specified geometric
  6326. pieces into proper place by "pushing" them, thereby proceeding on to the
  6327. next level.  Excellent graphics, very little English documentation, but
  6328. not difficult to figure out.  Binary only.
  6329.  
  6330. Author: Brainwave Entertainment
  6331. Path: game/ImagemsDemo.lha
  6332.  
  6333. ==========
  6334.  
  6335. Imperial    2.65    Board game like Shanghai
  6336.  
  6337. An oriental game in which you have to remove tiles from a layout (like
  6338. Shanghai or Taipei).  Every game has a solution and there's a layout
  6339. editor.  Music, preferences and pseudo-localization have been added.
  6340. This is the full program, the difference between the unregistered and
  6341. the registered version has been eliminated.  Binary only.
  6342.  
  6343. Author: Jean-Marc Boursot
  6344. Path: game/Imperial-2.65.lha
  6345.  
  6346. ==========
  6347.  
  6348. ITF    1.60    Infocom data file interpreter
  6349.  
  6350. Amiga port of ITF4.01.  ITF stands for "Infocom Task Force"
  6351. There have been several ports of Infocom interpreters to the
  6352. Amiga, but none of this program.  The interpreter supports
  6353. v1, v2, v3 (Zork1 to Stationfall), v4 (Trinity, Bureaucracy,
  6354. etc.) and v5 (Sherlock, Beyond Zork etc.) games. This is more
  6355. than any other freely distributable interpreter.  With this
  6356. interpreter you can play ALL the games in the LTOI2 package
  6357. for the IBM PC, by copying the datafiles with CrossDOS or
  6358. similar, then just running this interpreter.  Binary only.
  6359.  
  6360. Author: InfoTaskForce, amiga port by David Kinder
  6361. Path: game/ITF-1.60.lha
  6362.  
  6363. ==========
  6364.  
  6365. JetStrike    ?.?    10 level demo of full Jetstrike game.
  6366.  
  6367. A 10 level sample of the full Jetstrike game, a commercial product.  The
  6368. full version of Jetstrike contains: Over 100 different missions, 40
  6369. different aircraft, 40 weapons systems, Auto enhancement for systems with
  6370. more memory, Hard disk installation, Fully compatible with all Amigas
  6371. (automatically resizes for NTSC and PAL displays).  Mission disks to be
  6372. released in 1994 to add further missions, aircraft and weapons.
  6373.  
  6374. Author: Rasputin Software
  6375. Path: game/JetStrike.lha
  6376.  
  6377. ==========
  6378.  
  6379. JVP    1.0    Vegas style Video Poker game
  6380.  
  6381. Vegas style Video Poker game.  Programs that intercept the Function
  6382. Keys, such as MachIV, may interfere with the use of this program.
  6383.  
  6384. Author: James Goodmon
  6385. Path: game/JVP-1.0.lha
  6386.  
  6387. ==========
  6388.  
  6389. KightsQuest    ?.?    Single player board game of strategy
  6390.  
  6391. KnightsQuest is a one player game of strategy, in which you move
  6392. around an 8x8 grid with a knight (chess piece), trying to land on
  6393. all spaces. (Not an easy task!)
  6394.  
  6395. Author: David H. Loeser Jr.
  6396. Path: game/KightsQuest.lha
  6397.  
  6398. ==========
  6399.  
  6400. LazyMines    2.1    Minesweeper game
  6401.  
  6402. Another minesweeper-game for OS 2.0+.
  6403.  
  6404. New in version 2.1:
  6405.  - Ten high scores for each difficulty level.
  6406.  - Installation script for Commodore's Installer.
  6407.  
  6408. Special features:
  6409.  - 3 difficulty levels.
  6410.  - Font sensitive.
  6411.  - Can open its window on any public screen.
  6412.  - Saves High Scores.
  6413.  - Opens even on an NTSC 640 x 200 display.
  6414.  - Supports locale.library (English and Swedish supported).
  6415.  - Lots of colors if you have version 3.0 or higher of the OS.
  6416.  - Auto mark.
  6417.  - Safe openings.
  6418.  - Warnings.
  6419.  
  6420. Author: Lorens Younes.
  6421. Path: game/LazyMines-2.1.lha
  6422.  
  6423. ==========
  6424.  
  6425. Lines    2.2    OS friendly line drawing game
  6426.  
  6427. Tetris is dead --- Lines is the new addiction.  Lines is an OS-friendly,
  6428. mouse-played game.  The sole purpose is to draw as many lines as you can,
  6429. obeying the rules of course!  Both PAL and NTSC versions,  Documentation
  6430. in ANSI, DVI, and AmigaGuide formats.
  6431.  
  6432. Author: Mika Kortelainen
  6433. Path: game/Lines-2.2.lha
  6434.  
  6435. ==========
  6436.  
  6437. MarblePatch    ?.?    Patch to allow Marble Madness with OS2.x
  6438.  
  6439. A patch allows you to run Marble Madness under OS 2.x (and probably
  6440. higher).  It also includes the old copy protection hack which allows you to
  6441. run it from a hard disk.
  6442.  
  6443. Author: Derek Noonburg
  6444. Path: game/MarblePatch.lha
  6445.  
  6446. ==========
  6447.  
  6448. MasterMind    1.6    An interesting game of guess the colors
  6449.  
  6450. Master Mind is a simple but interesting game.  The Amiga chooses some
  6451. colors randomly and places them in a row. You have to guess not only
  6452. the colors, but also their places in the row. To do this, you guess
  6453. some colors and place them in a row as you see appropriate.  When
  6454. done, the Amiga shows you the results by way of white and black
  6455. circles.  You use this information to help make a better guess in the
  6456. next row, until you either find the correct colors and their order, or
  6457. you lose.
  6458.  
  6459. Author: Kamran Karimi
  6460. Path: game/MasterMind-1.6.lha
  6461.  
  6462. ==========
  6463.  
  6464. MegaBall    3.0    Amiga action game with AGA support.
  6465.  
  6466. Classic amiga action game!  Comes with two graphics files, one that lets it
  6467. run on older Amigas (even ones running WB 1.2!), and another that lets it
  6468. take advantage of dazzling 24-bit AGA graphics if ya got 'em!  Packed with
  6469. a whole bunch of exciting new features, music and boards.  Documentation in
  6470. AmigaGuide format.
  6471.  
  6472. Author: Ed Mackey
  6473. with new music by Al Mackey
  6474. Path: game/MegaBall-3.0.lha
  6475.  
  6476. ==========
  6477.  
  6478. MineClone    1.2    Another clone of Minesweeper-style games
  6479.  
  6480. I've tried to make it looking like the IBM Minesweeper, but includes
  6481. some features the Original is missing. (sizeable window, changeable size
  6482. of minefields) And another difference: it needs Kick 3.0. I wanted
  6483. it running on the workbench screen but with nice colors. But palette
  6484. sharing is only available under Kick 3.0.
  6485.  
  6486. Here's a list about MineClones's features:
  6487.   - sizeable window
  6488.   - variable size of fields
  6489.   - nice GUI, nice Colors and nice Smileys :-)
  6490.   - opens on any Publicscreen
  6491.   - using flexible way for allocating colors
  6492.   - flashing fields
  6493.   - choose bombs by number or percentage
  6494.   - Saveclick-option, Automark-option and a whole lot more...
  6495.   - global Automark-function, clearing all the trivial cases
  6496.   - extra menu with custom actions
  6497.   - keyboard-support
  6498.   - localized
  6499.   - needs Kick 3.0 and reqtools.library
  6500.   - written in E
  6501.  
  6502. Author: Nico Max
  6503. Path: game/MineClone-1.2.lha
  6504.  
  6505. ==========
  6506.  
  6507. Minefield    1.0    A classic thinking game.
  6508.  
  6509. Based on the classic thinking game, Minefield features various sized
  6510. squares ensuring that it looks good on Hi-res to Super-hi-res-laces screen
  6511. modes.  Other features include timer count up/down option, nice WB2.+
  6512. colour scheme, custom minefield and hall of fame history.
  6513.  
  6514. Author: Richard Bemrose
  6515. Path: game/Minefield-1.0.lha
  6516.  
  6517. ==========
  6518.  
  6519. MineSweeper    1.1    Another feature-filled "Mines" type game
  6520.  
  6521. A nice little implementation of the classic MineSweeper game which offers
  6522. the following features:  Can resize the grid to any arbitrary size; Four
  6523. difficulty levels (Easy, Moderate, Difficult, Impossible); Can turn timer
  6524. on or off; Can have optional debris in the mine field; Can have an optional
  6525. head start to give you somewhere to start from; Has a "smiley face" (ala
  6526. PC-Windows version) which changes its expression depending on how you are
  6527. progressing; Saves a high score table of the top 10 "sweepers"; Brief
  6528. in-game instructions on how to play the game; Can open the game window on
  6529. any public screen;  Written to take advantage of GadTools.  Binary only.
  6530.  
  6531. Author: Martin Reddy
  6532. Path: game/MineSweeper-1.1.lha
  6533.  
  6534. ==========
  6535.  
  6536. Montana    1.2    Solitaire card game for the WorkBench
  6537.  
  6538. A simple but rather addictive remotely "patience-like" card game.
  6539. It runs in a WB window and is perfect for those moments when you're
  6540. waiting for something else (like a modem download or a ray-trace or...)
  6541. to finish.  Beware, this game is very addictive. :).  Includes both
  6542. English and Finnish versions.  Binary only.
  6543.  
  6544. Author: Mika Saastamoinen
  6545. Path: game/Montana-1.2.lha
  6546.  
  6547. ==========
  6548.  
  6549. MoonRocks    ?.?    Lunar landing type game
  6550.  
  6551. Recent news reports indicate a famous dead rock star has been sighted
  6552. on the moon.  Your mission, if you choose to accept it, is to find the
  6553. rock star and land near him.  The moon is a harsh place, so don't
  6554. expect to be able to land just anywhere!  You have no time limit, but
  6555. your fuel supply is limited.  Fortunately, there's a filling station
  6556. on the moon, but you'll need to be a pretty good pilot to land on it.
  6557.  
  6558. Author: John Enright
  6559. Path: game/MoonRocks.lha
  6560.  
  6561. ==========
  6562.  
  6563. NineMen    1.6    Try to get three in a row. (Easy Huh?)
  6564.  
  6565. The age-old game of Nine Men's Morris, in which two players move nine
  6566. pieces on a board in such a way as to get three in a row.  Not always
  6567. as easy as it sounds!  Play against the computer, or each other.
  6568. Binary only, source available upon request.
  6569.  
  6570. Author: Alvin Penner
  6571. Path: game/NineMen-1.6.lha
  6572.  
  6573. ==========
  6574.  
  6575. PanicSociety    1.1    Multilevel graphic puzzle adventure.
  6576.  
  6577. Update to version 1.0
  6578. Hillery and her Liberals friends have taken total control of the
  6579. world. You are one of some 10 million people left, scheduled for
  6580. transfering to the country of your origin. But, someone has
  6581. tampered with your environmental control causing you to awaken
  6582. from a mind controlled state. Your objective, to learn all you
  6583. can about Panic Society, escape from your prison, find master
  6584. control, shut it down, and rebuild society.
  6585. Panic Society uses the mouse and keyboard.
  6586.  
  6587. Author: Ronald F. Picardi
  6588. 630 Bacon Rd.
  6589. Saginaw, MI 48609
  6590. Path: game/PanicSociety-1.1.lha
  6591.  
  6592. ==========
  6593.  
  6594. ParaTeaser    ?.?    Demo for the forthcoming game "Paranoia"
  6595.  
  6596. This is the "teaser" demo for the forthcoming game "Paranoia" from AGE
  6597. Entertainment Software.  It's a first person action/adventure game which has
  6598. elements in common with such classic Amiga games as Captive and Dungeon master
  6599. while throwing a new perspective on the whole thing.
  6600.  
  6601. Paranoia is the first in a trilogy of games which will be released over the next
  6602. two to three years.  Each game has an independant storyline while being a small
  6603. part of an overall bigger picture.  What's contained in the big picture will be
  6604. revealed slowly as you progress through each game.
  6605.  
  6606. Author: AGE Entertainment Software
  6607. Path: game/ParaTeaser.lha
  6608.  
  6609. ==========
  6610.  
  6611. PBSwitch    1.5    Another Othello board game clone.
  6612.  
  6613. Another clone of the board game Othello.  Game play is standard Othello on
  6614. an 8 x 8 grid of push-button switches.  Game operations are via the mouse
  6615. or the keyboard.  Play against a friend or a 3 level computer opponent.  A
  6616. Champions Table is maintained for each of the 3 levels.  Your selected menu
  6617. options and colour scheme can be saved.  Vocal comments are available via
  6618. Amiga's narrator device.  First release.
  6619.  
  6620. Author: Les E Lamb
  6621. Path: game/PBSwitch-1.5.lha
  6622.  
  6623. ==========
  6624.  
  6625. Planetfall    2.00    Great Lunar Lander Type Game
  6626.  
  6627. 2 Levels of a great lunar lander type game game, with nice sounds
  6628. and fun action. This is the 68000 and 68020 version. If you have an 030
  6629. oe 040, then get that version. Tested on a Stock A1200, an 040 A3000,
  6630. a 1/2 chip, 2 Fast A500, and an 030 A2000. Hard Drive Installable. 
  6631. To install on HD, Assign "planetfall:" to wherever you put it.
  6632.  
  6633. Author: George Lancaster
  6634. Path: game/PlanetFall-2.00.lha
  6635.  
  6636. ==========
  6637.  
  6638. Poing    2.2    Multi-tasking "BreakOut" style game.
  6639.  
  6640. Poing is a horizontal breakout clone with some nice touches.
  6641. This is a sound-enhanced version of Poing 2.1 - more tracks,
  6642. more instruments, and the sound is supposed to work on A4000's now.
  6643.  
  6644. Author: Paul van der Valk
  6645. Path: game/Poing-2.2.lha
  6646.  
  6647. ==========
  6648.  
  6649. Puzzle    1.3    Try to put 16 color images back together
  6650.  
  6651. This is a simple puzzle game.  You have square pieces and you move
  6652. them around to make the picture.  It is all mouse driven.  You can
  6653. show the picture (remember to press the left mouse button to return
  6654. to the puzzle)  It is a simple program that doesn't keep track of 
  6655. whether you have completed the puzzle or not.  Also, I never got
  6656. around to putting in double buffering to get rid of the slight
  6657. flashes.  Oh well.
  6658.  
  6659. You can use any picture you want so long as it is 320x200 and 16 
  6660. colors with the lower 4 colors being unused. The program will 
  6661. automatically set the lower four colors to:
  6662.  
  6663.      color #       DPaint Color       ADPro Color
  6664.        0            0,0,0              0,0,0
  6665.        1            9,9,9              153,153,153
  6666.        2            14,14,14           238,238,238
  6667.        3            5,5,5              85,85,85
  6668.        
  6669. All the other colors can by anything you want.
  6670.  
  6671. Author: Brian Gragg
  6672. Path: game/Puzzle-1.3.lha
  6673.  
  6674. ==========
  6675.  
  6676. RoachFarm    1.0    Game based on traditional logic puzzle
  6677.  
  6678.     Congratulations on your new job as head shipping clerk in the roach 
  6679. division at Insect Fun Inc.  As you know, Insect Fun Inc. offers a full 
  6680. line of recreational insect experimentation and observation kits including
  6681. its popular Roach Farm Fun Kit.  Your job is to fill test tubes with live
  6682. roaches in preparation for shipping so that eager Roach Farm customers may
  6683. stock their farms with livestock.  During your work day, you are presented
  6684. with test tubes of varying sizes, each containing an arbitrary number of
  6685. roaches. They arrive from the breeding centers this way (center workers
  6686. tend to scoop up random numbers of roaches).  You are then presented with
  6687. an invoice form which lists the quantities of roaches that customers have
  6688. ordered.  The first roach quantity on the invoice is for the tube on the
  6689. top, the second quantity is for the tube second from the top, and so on.
  6690.     Your problem is that you can't move each roach individually from
  6691. one tube to another.  Insect Fun Inc. ships only the strongest Brazilian
  6692. cockaroaches, so you don't want to pick them out by hand for fear that they
  6693. will escape.  To move the roaches, you must connect the tube that you want
  6694. to move roaches from (the source tube) to the tube that you want to move
  6695. roaches to (the destination tube) with a flexible hose.  By shaking the
  6696. source tube slightly, the roaches are coaxed into moving out into the hose
  6697. and then into the destination tube.  As you can see, roaches will therefore
  6698. keep moving from one tube to the other until either the destination tube is
  6699. full or the source tube is empty.  Use the mouse pointer to direct activity
  6700. on the computer screen.  Click on the source tube and then on the 
  6701. destination tube.  Keep doing this until the proper quantities of roaches
  6702. are in each of the test tubes.
  6703.  
  6704. Author: Lucas Swineford
  6705. Path: game/RoachFarm-1.0.lha
  6706.  
  6707. ==========
  6708.  
  6709. Schiffeversenken    1.0    Find and sink your opponents ships
  6710.  
  6711. A little game with 3 degrees of difficulty. The object is a battle of
  6712. ships. You have to find and sink the ships of your opponent before
  6713. he finds yours.
  6714.  
  6715. Author: Andreas Zottmann and Felix Eichhorn
  6716. Path: game/Schiffeversenken-1.0.lha
  6717.  
  6718. ==========
  6719.  
  6720. Scorched_Tanks    1.77    A tank warfare game for 2 to 4 players.
  6721.  
  6722. Scorched Tanks is a tank warfare game where 1 to 4 human players or
  6723. computer controlled opponents, take turns at buying fancy weapons and
  6724. shooting them at each other.  The more damage a player causes another,
  6725. the more money they get.  The more money a player receives, the larger
  6726. the weapons they can buy.  This is a very simple concept, but
  6727. extremely addictive!
  6728.  
  6729. Scorched Tanks is related to a very popular game called Scorched Earth
  6730. on MS-Dos machines.  I've only played Scorched Earth maybe five times
  6731. ever.  But it impressed me so much that I decided that the Amiga
  6732. needed a version too.  Scorched Tanks is very similar yet VERY
  6733. different to the MS-Dos game.
  6734.  
  6735. Author: Michael Welch
  6736. Path: game/Scorched_Tanks-1.77.lha
  6737.  
  6738. ==========
  6739.  
  6740. SCS    1.0    Cricket (darts) scoring utility.
  6741.  
  6742. For those of you unlucky enough to be able to afford an Arachnid
  6743. electronics dart game (and those of you lucky enough to have your
  6744. Amiga next to your Winmau bristleboard) comes the perfect solution...
  6745. "Synergy's Cricket Scorer" which features:  Nice button driven
  6746. format for quick and easy entering of darts; Scores both Straight and
  6747. Cut Throat Cricket; Scores 1 to 4 players; Draws /'s X's & O's just
  6748. like the bar versions; Even draws little darts like the bar versions!
  6749.  
  6750. Author: John George
  6751. Path: game/SCS-1.0.lha
  6752.  
  6753. ==========
  6754.  
  6755. SkidDemo    ?.?    Playable demo of "SkidMarks".
  6756.  
  6757. A playable demo of the viewed-from-above driving game "SkidMarks", not
  6758. unlike "Offroad racers", but technically impressive, to say the least.
  6759. Written in Blitz Basic!!! The demo is just the first track.
  6760.  
  6761. Author: Vision Software
  6762. Path: game/SkidDemo.lha
  6763.  
  6764. ==========
  6765.  
  6766. Slots    2.05    Slots Game for BBS's
  6767.  
  6768. A long time ago, a friend of mine (Richard Muller) wanted to see a
  6769. "good" slots game on the Amiga.  Well, when I first started the project,
  6770. I modeled the game after an MS-DOS slots door game.  It had a small
  6771. distribution, and wasn't really that good.  A year later (I think, check
  6772. the history part if you really care :) I was inspired again, and updated
  6773. Slots to 2.x, and dramatically changed the game play.  It is now more
  6774. like a real slot machine (I think anyways).
  6775.  
  6776. Author: Steve Lee
  6777. Path: game/Slots-2.05.lha
  6778.  
  6779. ==========
  6780.  
  6781. SMMind    ?.?    A MasterMind clone with enhancements.
  6782.  
  6783. SuperMeisterMind is a MasterMind clone which uses colors and shapes to form
  6784. the hidden code.  This results in a completely new level of difficulty.
  6785. Features: OS 2 look; up to 7 colors and 7 shapes; code-length up to 6
  6786. symbols; almost anything may be configured by the user; online-help.
  6787. German version only, but game not difficult to figure out for those
  6788. familiar with MasterMind.
  6789.  
  6790. Author: Holger Voss
  6791. Path: game/SMMind.lha
  6792.  
  6793. ==========
  6794.  
  6795. SmokeEmPoker    1.4.1    Multi-player draw poker game.
  6796.  
  6797. Play draw-poker against five opponents at once (not 'video' poker).
  6798. Easy-to-use graphic interface, configurable preferences, multi-tasking
  6799. and system-friendly. Version 1.4.1 adds stats graphing, key shortcuts,
  6800. sound effects, bug fixes, and more prefs.
  6801. Requires WB 2.x or later, at least 2 megs of memory, WB overscan,
  6802. speech requires Amiga speech software.
  6803. BeerWare by Dave O'Brien.
  6804.  
  6805. Author: Dave O'Brien (dave.obrien@sybase.com)
  6806. Path: game/SmokeEmPoker-1.4.1.lha
  6807.  
  6808. ==========
  6809.  
  6810. SOI    1.2B    A strategy game of galactic colonization
  6811.  
  6812. Spheres of Influence is a game of galactic colonization for one to 
  6813. eight players.  Each player has control over many variables, from the
  6814. resources and industries on planets to the equipment and cargo of space
  6815. vessels.  To set the scene, imagine that you have just assumed total rule
  6816. over the planet of your birth; in your quest for more power you turn your
  6817. attention outward--toward the planets in nearby space.
  6818.  
  6819. Author: Ed Musgrove
  6820. Path: game/SOI-1.2B.lha
  6821.  
  6822. ==========
  6823.  
  6824. Solit    1.13    A non-Klondike solitaire card game.
  6825.  
  6826. Solit is a freely-distributable, non-Klondike solitaire card game for the
  6827. Amiga under Workbench 2.x.
  6828.  
  6829. Author: Felix R Jeske
  6830. Path: game/Solit-1.13.lha
  6831.  
  6832. ==========
  6833.  
  6834. SSW    1.38    2 player space war game in 53 systems.
  6835.  
  6836. Solar System Wars is a game similar to Space Wars, pitting two players
  6837. against each other, in orbit around 0 to 4 stars.  Choose from 53
  6838. different solar systems, or turn on the random system selector for a
  6839. new challenge every round.  A variety of weapons are available.  Two or
  6840. three button joysticks are strongly recommended, but not required.
  6841. Both NTSC and PAL are supported.  Binary only.
  6842.  
  6843. New in version 1.38:
  6844.  
  6845. * Fixed bug that sometimes left torpedo pixels on the screen when a
  6846.   Cluster Pod popped.
  6847.  
  6848. * Fixed glitch in joystick routines that made a Cloaked ship flicker if
  6849.   you tried Hyperspace at the same time.
  6850.  
  6851. * Made the Disruptor more disruptive.  When hit, a ship will accelerate
  6852.   with quad thrust while spinning.
  6853.  
  6854. Author: James Cleverdon
  6855. Path: game/SSW-1.38.lha
  6856.  
  6857. ==========
  6858.  
  6859. TimelessEmpire    1.4    Non-graphical interactive fiction game
  6860.  
  6861. Demo version of a classic fantasy interactive fiction game with an
  6862. excellent parser that comes close to Infocom quality. The game allows
  6863. you to control five characters with different abilities.
  6864.  
  6865. Author: Rüdiger Hanke
  6866. Path: game/TimelessEmpire-1.4.lha
  6867.  
  6868. ==========
  6869.  
  6870. TopYahtzee    1.06    Very nice Yahtzee game
  6871.  
  6872. A very nice implementation of the old favorite...
  6873.  
  6874. Author: Miljenko Vrankovic
  6875. Path: game/TopYahtzee-1.06.lha
  6876.  
  6877. ==========
  6878.  
  6879. UChess    2.89    Nicely done Amiga port of GNU chess
  6880.  
  6881. A powerful version of the program GnuChess version 4PL66 for the Amiga.
  6882. Plays a very strong game of chess.  Code has been rewritten and data
  6883. structures reorganized for optimal efficiency on 32 bit 68020 and
  6884. better Amiga systems.  Eval/search and clock enhancements from
  6885. original gnu port.
  6886.  
  6887. Fully multitasking, automatically detects and supports 640X480X256
  6888. color AGA mode machines, and does not at any time BUSY wait.  Supports
  6889. a variety of standard features such as load, save, edit board,
  6890. autoplay, swap sides, force move, undo, time limits, hints, show
  6891. thinking, and a supervisor mode that will allow two humans to play
  6892. with the computer acting as a "supervisor".
  6893.  
  6894. Author: FSF
  6895. Roger Uzun (amiga port + many enhancements)
  6896. Path: game/UChess-2.89.lha
  6897.  
  6898. ==========
  6899.  
  6900. VChess    3.1    Excellent chess game
  6901.  
  6902. A powerful fully functional (non crippled) shareware chess game
  6903. completely written in Amiga Oberon. The program has a lot of
  6904. features, is easy to use and don't needs much memory (only 400K).
  6905.  
  6906. Author: Stefan Salewski
  6907. Path: game/VChess-3.1.lha
  6908.  
  6909. ==========
  6910.  
  6911. Washer    ?.?    An essential screen maintenance utility
  6912.  
  6913. An essential screen maintenance utility, this little gem makes sure the
  6914. inside of your screen stays nice and clean!  This one goes way back...
  6915. but somehow never made it into the library.  Binary only, washware.
  6916.  
  6917. Author: Simon Butcher
  6918. Path: game/Washer.lha
  6919.  
  6920. ==========
  6921.  
  6922. WhiteLion    1.3    New Othello (Reversi) game.
  6923.  
  6924. A new Othello (Reversi) playing program.  Strong and fast, it explains the
  6925. rules and plays different strategies depending on the selected level.
  6926. Supports interLaced resolutions.  C sources and special version available
  6927. when registering.
  6928.  
  6929. Author: Martin Grote
  6930. Path: game/WhiteLion-1.3.lha
  6931.  
  6932. ==========
  6933.  
  6934. WipeOut!    1.3    The Ultimate non-commercial shoot'em up
  6935.  
  6936. Well, Wipe-Out! is the first game I've ever got finished. That
  6937. statement of course exludes numerous lame examples done by me
  6938. with programs like "Game Maker" or "S.E.U.C.K" during the past
  6939. 10 years (on both Amiga and C=64, the only TRUE computers ever).
  6940.  
  6941. Wipe-Out! is of course 100% optimized METAL BANGING assembly.
  6942. (AMOS is for lamers ... C is too slow (and messy) ... ) 
  6943.  
  6944. My aim with this project was mainly to prove my capabilities
  6945. as a game graphics artist. (Check out the Giger-inspired 4th
  6946. level ... )
  6947.  
  6948. Author: Tero Lehtonen
  6949. Path: game/WipeOut-1.3.lha
  6950.  
  6951. ==========
  6952.  
  6953. YatzooieII.AGA    ?.?    Yatzie style game that supports AGA
  6954.  
  6955. Yatzooie is a "throw the dice" game like you have seen before but it is
  6956. fast and supports AGA.
  6957.  
  6958. Author: Ken Winfield
  6959. Path: game/YatzooieII.AGA.lha
  6960.  
  6961. ==========
  6962.  
  6963. Ying&Yang    ?.?    A simple (?) "sliding-block" puzzle
  6964.  
  6965. The goal is to move Ying and Yang together in perfect harmony...
  6966. It IS possible! (I think...)
  6967.  
  6968. Author: Peter Jigstad
  6969. Path: game/Yin&Yang.lha
  6970.  
  6971. ==========
  6972.  
  6973. Zerberk    1.3    Arcade game like Berzerk.
  6974.  
  6975. A freeware arcade game like Berzerk, but with more features.  Supports the
  6976. 4 player adapter for the parallel port, uses soft stereo where possible,
  6977. doesn't stop multitasking and saves highscores to disk.
  6978.  
  6979. Author: Matthias Bock
  6980. Path: game/Zerberk-1.3.lha
  6981.  
  6982. ==========
  6983.  
  6984. 14balls    ?.?    two full-raytraced anims
  6985.  
  6986. In this 14balls.lha archive there are two full-raytraced anims
  6987. in Imagine format, 9 big balls, 5 small balls, and the whole
  6988. animscript in the right directory (*.imp).
  6989. It is full freeware!!! ........................................
  6990. I added a Imagine anims player called "PlayIanm".
  6991. To play anims you ought to type (in CLI or Shell ) :
  6992.  
  6993.        df0:c/playianm df1:14balls.7frames.Ianim
  6994.  
  6995. It will work when you put "PlayIanm" in C directory in DF0:
  6996. and if you have the animation DF1:
  6997. This script uses Rotate2.0 effect.
  6998.  
  6999.   My own remark:
  7000. One day I came into a computer shop. I saw there 486. In its
  7001. monitor screen there could be seen the same kind of animation.
  7002. At once I thought I am ABLE to create better animation using
  7003. A500 and Imagine2.0. I did it! in my opinion of course :^)
  7004.  I hope it was my last animation using Mirror balls!
  7005. GOOD BYE MIRROR BALLS! :)   and do not return anymore!  >:-\
  7006.  
  7007.  
  7008. Warm greetings to Steven Worley - my idol and my guide in
  7009. Imagine world.
  7010.  
  7011. Author: Krzysztof Korski
  7012. Path: gfx/14balls.lha
  7013.  
  7014. ==========
  7015.  
  7016. 3Dots    1.0    Generates 3D SIRDS from IFF pictures
  7017.  
  7018. 3Dots is another of those programs which have been showing
  7019. up lately to transform an IFF picture into a screen full of
  7020. apparently randomly located dots.  Why would anyone want a
  7021. screen full of dots?  Because if you look at the dots just
  7022. right you can see the original picture again but it is now in
  7023. three dimensions.  Weird!
  7024.  
  7025. Author: Don Finlay
  7026. Path: gfx/3Dots-1.0.lha
  7027.  
  7028. ==========
  7029.  
  7030. AA-Spot    930806    Animation which shows off AA abilities.
  7031.  
  7032. A little animation which shows some abilities of the new AA-Chipset.
  7033. Supports only the PAL-mode.
  7034.  
  7035. Author: Markus Poellmann
  7036. Path: gfx/AA-Spot-930806.lha
  7037.  
  7038. ==========
  7039.  
  7040. ADayAtTheBeach    ?.?    Animation of Flip the Frog at the beach.
  7041.  
  7042. Four and a half minutes of animation of Flip the Frog at the beach.
  7043.  
  7044. Flip was created around 1931 by animator Ub Iwerks. Iwerks was
  7045. originally a friend and partner with Walt Disney in their fledgeling
  7046. cartoon studio. Ub designed the original Mickey Mouse and animated the
  7047. first few Mickey short cartoons almost single-handed. Iwerks was the
  7048. skilled draftsman and animator, while Disney wrote and directed.
  7049.  
  7050. Around 1930/31, a producer named Pat Powers offered Iwerks the chance
  7051. to have his own studio and he Accepted. The cartoons Iwerks created
  7052. Powers would distribute to MGM. Iwerks' first character was Flip the
  7053. Frog, and flip's debut was in a VERY early 1931 two strip color(three
  7054. strips are needed for a full spectrum) cartoon called Fiddlesticks. In
  7055. this cartoon Flip resembled a real frog. after a couple cartoons, the
  7056. producer urged Iwerks to redesign Flip into something "cuter". In the
  7057. process Flip gained a hat, gloves, shoes and shorts, making him look a
  7058. lot less like a frog and more like Mickey Mouse with the ears and
  7059. black nose ripped off.
  7060.  
  7061. Flip the Frog cartoons, and Iwerks' cartoons in genenal, did not have
  7062. much success because Iwerks lacked the inventiveness and storytelling
  7063. ability to match his abilities as artist and animator. (The reverse
  7064. could be said about Walt Disney, which is why the two made a very good
  7065. team).
  7066.  
  7067. In 1933, Flip the Frog was abandoned for the character Willie Whopper.
  7068. several years after that, the Powers/Iwerks studio shut down
  7069. completely. Iwerks went back to Disney, and became a sort of
  7070. mechanical engineer, pioneering the process of xeroxing pencil
  7071. drawings onto clear cels (to make the animation process quicker and
  7072. cheaper). Flip the Frog and the Iwerks studio were almost completely
  7073. forgotten, except to animation historians. --- -- Until..
  7074.  
  7075. In the year 1990, Eric Schwartz attended a presentation of old cartoon
  7076. shorts at the Columbus College of Art and Design, wher he attends
  7077. classes.  One of the Cartoons shown was a Flip the Frog cartoon, "Room
  7078. Runners", which impressed Schwartz with its good animation and
  7079. surprising amount of sexual jokes for a 1930's cartoon. Eric Began to
  7080. storyboard his own Flip the Frog Cartoon. He originally intended to
  7081. copy 'Room Runners' but switched to his own storyline. Flip was
  7082. redesigned, stylised, and modernized (he also looks something like a
  7083. frog).
  7084.  
  7085. Using the Amiga computer as his medium, Schwartz brought Flip the Frog
  7086. back to the world. Flip has appeared in two modern cartoons so far;
  7087. 'The Dating Game'in 1991 and 'A Day at the Beach'in 1992. More
  7088. cartoons are planned, for an as yet undetermined date.
  7089.  
  7090. Author: Eric Schwartz
  7091. Path: gfx/ADayAtTheBeach.lha
  7092.  
  7093. ==========
  7094.  
  7095. ADProRunner    1.7    Control ADPro's memory usage.
  7096.  
  7097. ADPro is a great program, but it requires alot of memory.  Sometimes you
  7098. need 3 MB or more to convert a picture.  It is possible to specify
  7099. memory-usage in the ADPro icon or from the shell but this can be awkward.
  7100. If you do not specify memory size, ADPro takes the largest free hunk of
  7101. memory, and leaves you with only small hunks left.  This may result in
  7102. loaders, savers and operators being loaded into chip memory, which is dead
  7103. slow on an accelerated Amiga.  With ADProRunner you can easily control
  7104. ADPro's memory usage each time you run it.
  7105.  
  7106. Author: Øyvind Falch & Morten Johnsen
  7107. Path: gfx/ADProRunner-1.7.lha
  7108.  
  7109. ==========
  7110.  
  7111. Aerotoons    ?.?    2 animations of anthropomorphed aircraft
  7112.  
  7113. Two animations of anthropomorphed aircraft, "The Swiss Army F-16 in
  7114. Combat" and "Stealty Manuever II".
  7115.  
  7116. Author: Eric Schwartz
  7117. Path: gfx/Aerotoons.lha
  7118.  
  7119. ==========
  7120.  
  7121. AGAiff    1.60    An IFF-to-RAW converter
  7122.  
  7123. AGAiff is an IFF-to-RAW converter which can load all ILBM graphics supported
  7124. by the AGA chipset. It is also able to save 24 Bit colors and sprites wider
  7125. than 16 pixels. Some features make this program quite attractive:
  7126.  
  7127.  - Running entirely under OS
  7128.  - Coded as a Commodity
  7129.  - Coded completely in fast Assembler, thus divinely short.
  7130.  - Font-sensitive User Interface
  7131.  - <MANY> different save formats:
  7132.    the ones worth mentioning are e.g. all aga sprite types, some
  7133.    chunky save modes, converting of HAM pictures into pure color
  7134.    data etc., and -- 7 -- different color save formats.
  7135.  - Powerful ARexx-Port, supporting all stuff from the GUI and more
  7136.  - AutoScanning and GridSaving of Pictures (see ARexx chapter)
  7137.  - Runs even from small Assembler Workdisks if you don't need ARexx, Hotkey
  7138.    and all Displaymodes
  7139.  - ... and more !
  7140.  
  7141. Author: Michael Krause
  7142. Path: gfx/AGAiff-1.60.lha
  7143.  
  7144. ==========
  7145.  
  7146. AGATunnel    ?.?    Hypnotic color cycling effects
  7147.  
  7148. Many years ago, when a friend of mine had convinced me
  7149. to buy a used Amiga, I got my hands on a small
  7150. program named Tunnel. It was originally a demo program
  7151. for some Modula-2 system; thus source code in Modula-2
  7152. was included. The program was so cool, my brother and I
  7153. used to turn off the light in the room and watch the
  7154. psychedelic colours flickering by.
  7155.  
  7156. The program didn't work on my new AGA Amiga - there was
  7157. no synchronization and the colours shift much too fast.
  7158. I wrote this quick hack to produce a similar effect,
  7159. but enhanced to make use of all the 24 color bits of AGA.
  7160.  
  7161. The 'tunnel' is a very simple effect, but it is cheaper
  7162. than hallucinogen drugs - unless there are Psilocybin
  7163. mushrooms growing where you live anyway ;-)
  7164.  
  7165. Author: Jörgen Grahn
  7166. Path: gfx/AGATunnel.lha
  7167.  
  7168. ==========
  7169.  
  7170. Aggressor    ?.?    Animation of anthropomorphed aircraft
  7171.  
  7172. An animation of an anthropomorphed aircraft.
  7173.  
  7174. Author: Eric Schwartz
  7175. Path: gfx/Aggressor.lha
  7176.  
  7177. ==========
  7178.  
  7179. AmigaXv    1.21    Amiga port of the popular unix displayer
  7180.  
  7181. This is a port of an X11 program called Xv (v3.00) by John Bradley.
  7182.  
  7183. XV is a program that displays image files in GIF87, GIF89, JPEG,
  7184. PBM/PGM/PPM, TIFF, PDS/VICAR Sun Rasterfile, and X11 Bitmap formats.
  7185. XV runs on nearly ALL X displays: 1, 2, 4, 6, 8, 16, 24, and 32-bit,
  7186. color, greyscale, and black/white.
  7187.  
  7188. XV displays one image at a time in an output window, or on the root
  7189. window.  You can arbitrarily stretch or compress the window, and the
  7190. picture will be rescaled to fit.  You can rotate the picture in
  7191. 90-degree steps.  You can flip the picture vertically and
  7192. horizontally.  You can repeatedly 'crop' a picture (define a
  7193. rectangular 'region-of-interest' and 'throw away' the rest).  You can
  7194. magnify any portion of the picture by any amount, up to the maximum
  7195. size of your screen.
  7196.  
  7197. XV allows you click on the picture to determine pixel RGB values and
  7198. x,y coordinates.  You can perform arbitrary 'gamma correction' on the
  7199. picture both in RGB space and HSV space.  You can specify the maximum
  7200. number of colors that XV should use, for some interesting visual
  7201. effects.  You can have the program produce a stippled version of the
  7202. picture using black and white, or any other pair of colors.
  7203.  
  7204. XV can write images in a variety of formats, with many of the
  7205. modifications you may have made to the picture saved as well.  You can
  7206. use XV to do format conversion.  XV will also automatically uncompress
  7207. compress-ed files, as well as read files from stdin.
  7208.  
  7209. Author: John Bradley, Amiga port by Terje Pedersen
  7210. Path: gfx/AmigaXv-1.21.lha
  7211.  
  7212. ==========
  7213.  
  7214. AmyJogs    ?.?    Loop anim of Amy The Squirrel jogging.
  7215.  
  7216. Looping animation of Amy the Squirrel jogging, with the bouncing Amiga
  7217. balls thrown in for good measure.
  7218.  
  7219. Author: Eric Schwartz
  7220. Path: gfx/AmyJogs.lha
  7221.  
  7222. ==========
  7223.  
  7224. AmysHistory    ?.?    Graphical history of Amy the Squirrel.
  7225.  
  7226. A graphical history of Amy the Squirrel, in Deluxe Video animated format.
  7227.  
  7228. Author: Eric Schwartz
  7229. Path: gfx/AmysHistory.lha
  7230.  
  7231. ==========
  7232.  
  7233. AmyVsWalker    ?.?    Anim of Amy chasing Star Wars Walker.
  7234.  
  7235. Looping animation of Amy the Squirrel chasing a Star Wars walker
  7236. around an Amiga.
  7237.  
  7238. Author: Eric Schwartz
  7239. Path: gfx/AmyVsWalker.lha
  7240.  
  7241. ==========
  7242.  
  7243. AmyVsWalkerII    ?.?    Anim of Amy versus Star Wars Walker.
  7244.  
  7245. Looping animation of Amy the Squirrel getting the best of the Star Wars
  7246. walker.
  7247.  
  7248. Author: Eric Schwartz
  7249. Path: gfx/AmyVsWalkerII.lha
  7250.  
  7251. ==========
  7252.  
  7253. AmyWalks    ?.?    Animation of Amy The Squirrel walking.
  7254.  
  7255. Looping animation of Amy the Squirrel walking down a sidewalk.
  7256.  
  7257. Author: Eric Schwartz
  7258. Path: gfx/AmyWalks.lha
  7259.  
  7260. ==========
  7261.  
  7262. AmyWalks2    ?.?    Promo of upcoming Eric Schwartz video.
  7263.  
  7264. This Anim is basically a shameless ad for a new Video I will be coming
  7265. out with: The Amy the Squirrel video special. The AmyWalks_2 anim
  7266. itself contains a very small portion of the work that appears in the
  7267. video itself, in looping form. If any of you were wondering why I had
  7268. not produced any new animations over the last half of 1992, this is
  7269. the reason. This tape contains the following animations:
  7270.  
  7271.     AmyWalks 
  7272.     At the Movies 
  7273.     Amy vs. Walker
  7274.     The History of Amy the Squirrel
  7275.     At the Movies 2
  7276.     Amy vs. Walker 2
  7277.  
  7278.         aaaand...
  7279.  
  7280.     A Walk in the Park -- A four and a half minute Amy cartoon that will
  7281.                           be available nowhere else but this video.
  7282.  
  7283. All animations are professionally recorded and presented on Video by
  7284. an accomplished video production house.
  7285.  
  7286. This video will be available in early 1993. When production is
  7287. finished, Versions for NTSC and PAL video formats will be available.
  7288. If you are interested in obtaining a copy, please write to:
  7289.  
  7290.     E.S. Productions
  7291.     P.O. Box 292684
  7292.     Kettering, OH 45429-0684
  7293.     U.S.A.
  7294.  
  7295. Do Not send any money, as prices have not yet been determined. You
  7296. will be put on our mailing list to be notified when the tape is ready.
  7297. This notification will include information about pricing,
  7298. availability, formats, and any other things I didn't think of here.
  7299.  
  7300. Author: Eric Schwartz
  7301. Path: gfx/AmyWalks2.lha
  7302.  
  7303. ==========
  7304.  
  7305. Amy_Does_Schwab    ?.?    Parody of Leo's famous Berserk anim.
  7306.  
  7307. Here's a short looping animation starring Amy the Squirrel which
  7308. represents my small tribute to that Amiga animation pioneer, Leo "Bols
  7309. Ewhac" Schwab. It was created with the Disney Animation Studio(major parts
  7310. of which were programmed by Leo), DeluxePaint 3, and Animation Station. In
  7311. case nobody guessed, it is a 'slight' parody of Leo's famous "Dream goes
  7312. berserk" Videoscape anim. I hope he likes it.
  7313.  
  7314. Author: Eric Schwartz
  7315. Path: gfx/Amy_Does_Schwab.lha
  7316.  
  7317. ==========
  7318.  
  7319. Anim3D    1.4    Plays anims written in special language
  7320.  
  7321. Anim3D is my first Amiga program longer than a few dozen lines of code and
  7322. was mainly to teach myself how to program a 'real' application for the Amiga.
  7323. Basically it plays vector movies that are written in a special programming
  7324. language that I designed.
  7325.  
  7326. The original idea was:
  7327. "Wouldn't it be neat if vector demos could be created and played using a
  7328. standard program, use the screenmode that you wanted, were smoother on
  7329. faster machines and multitasked properly?"
  7330. After all, we can't impress PC users from fast animation 'cos they have
  7331. faster processors, but we can beat them by making something totally
  7332. impossible through Windows   ;-)
  7333.  
  7334. Anim3D is a real-time vector movie player for Workbench 3 machines. It has
  7335. three main features which I think most Amiga software (and demos) should
  7336. have nowadays:
  7337.  
  7338.  
  7339. 1)  It is extremely friendly to the OS and multitasks properly; I've
  7340.     played animations whilst downloading files on the modem and been
  7341.     playing a tracker module so I think I can safely say this  :-)
  7342.  
  7343. 2)  Animations are played at the SAME speed whatever the machine is...
  7344.     slower machines just have a lower frame update rate. This works fine
  7345.     because the display is double-buffered (as you'd expect) so there are
  7346.     no half drawn screens to be seen.
  7347.  
  7348. 3)  It can use any of the display modes available on the machine;
  7349.     the same image is displayed on the screen whatever the resolution.
  7350.     This allows those lucky A4000/040 owners to display anims in mega hi-res
  7351.     while running at the same frame rate that an A1200 might run in lo-res.
  7352.  
  7353. It also makes use of a special dithering method that I worked out which
  7354. gives the appearance of more shades of each colour without slowing screen
  7355. rendering down. This does however require more chip memory than normal.
  7356.  
  7357. I have designed a language for creating these animations and some simple
  7358. demo anims have been included to give you an idea of what it can do. Take a
  7359. look at the animation files by all means (they are only ASCII text), but I
  7360. wouldn't try writing your own without any documentation!
  7361.  
  7362. Author: Michael George
  7363. Path: gfx/Anim3D-1.4.lha
  7364.  
  7365. ==========
  7366.  
  7367. Anims    ?.?    3 short anims with skewed sense of humor
  7368.  
  7369. Three short animations with a skewed sense of humor and following no
  7370. particular formula.
  7371.  
  7372. Author: Eric Schwartz
  7373. Path: gfx/Anims.lha
  7374.  
  7375. ==========
  7376.  
  7377. Anti-Lemmin    ?.?    Cute parody of Psygnosis' Lemmings game.
  7378.  
  7379. This Animation is one I take great pride in.  I'm not sure why,
  7380. possibly because I spent a lot more time on the still graphics, but in
  7381. any case I think it's one of my best for overall looks, humor, timing,
  7382. and cinematic nature.  I hope I know what's good, I came out with some
  7383. real turkeys through trial and error.
  7384.  
  7385. This animation lasts a full two minutes and ten seconds (including
  7386. titles) and should run in two megabytes of memory if your workbench is
  7387. not very demanding.
  7388.  
  7389. NOTE: I have noticed that the Movieplayer program will not always work
  7390. in some cases, giving a "Can't find libraries" error.  I have yet to
  7391. determine exactly what libraries Movieplayer wants, but I know that
  7392. Movieplayer will ALWAYS run on a standard commodore-issue
  7393. workbench(you know, JUST a workbench disk, nothing else), and will
  7394. rarely run on a 'stripped' workbench like what comes on some other
  7395. program's disk (i.e. it WON'T run on Deluxepaint's workbench)
  7396.  
  7397. In case you haven't figured it out already, the Anti-Lemmin' Demo is a
  7398. rather NASTY parody on that great game company Psygnosis' great game,
  7399. Lemmings. I sure hope I don't get sued.
  7400.  
  7401. This animation is freely distributable as long as all files (including
  7402. this readme) are present upon distribution.  The concept and animation
  7403. are copyright 1991 Eric Schwartz (but I'll admit Psygnosis has some
  7404. title to the characters).
  7405.  
  7406. Author: Eric Schwartz
  7407. Path: gfx/Anti-Lemmin.lha
  7408.  
  7409. ==========
  7410.  
  7411. Armoured_Walker    ?.?    Cycleobject of Armoured Walker.
  7412.  
  7413. Imagine 2.0 cycleobject of Armoured Walker. There is neither
  7414. texture nor brush applyied. This archive consists of two anims
  7415. and an cycleobject: Armoured_Walker.
  7416.  
  7417. Some important information:
  7418.  
  7419. Full cyclemotion = 40 frames
  7420. Length of step   = 300 units
  7421.  
  7422. Animations were created in Imagine format of animation on:
  7423. A500 , 2.5 MB RAM , DF1: (5.25") , my own imagination  :-)  .
  7424.  
  7425. This is shareware! If you like it, send me a colorful postcard
  7426. from  your  town  and  then  you'll  become the right owner of
  7427. Armoured Walker. Have a nice animation using this IOB !
  7428.  
  7429. Author: Mr. Krzysztof Korski
  7430. Path: gfx/Armoured_Walker!.lha
  7431.  
  7432. ==========
  7433.  
  7434. ASA    ?.?    3 examples of "automatic sketch artist"
  7435.  
  7436. 3 examples of "automatic sketch artist".
  7437. Sketches will draw themselves on your screen.
  7438.  
  7439. Author: Gerd Struwe
  7440. Path: gfx/ASA.lha
  7441.  
  7442. ==========
  7443.  
  7444. ATF_Agility    ?.?    Animation of a jetliner being "buzzed".
  7445.  
  7446. While attending my freshman year at the Columbus College of Art and
  7447. Design, I came up with the idea for this animation, My father had
  7448. recently purchased the Disney Animation studio, and, due to the nature
  7449. of my animation idea, I chose the fast pageflipping Disney studio
  7450. other than my usual workhorse, Moviesetter, which,from the nature of
  7451. its animation system and Hardware/software limitations, can only do
  7452. about 8-10 frames per second.
  7453.  
  7454. ATF Agility was fully animated, with many more drawings per second
  7455. than one of my Moviesetter works, which blits still and animated
  7456. brushes around the screen. Disney worked wonderfully. Its onion skin
  7457. feature greatly speeded up production. Disney also promises
  7458. frame-synched sound, and timing and pallete changes in mid-animation,
  7459. just like Moviesetter. All those features work beautifully, if you're
  7460. willing to learn the language of the slightly-esoteric exposure sheet
  7461. module, But these features are only available when you use Disney's
  7462. proprietary CFAST animation file format. No biggie, I thought, I'm
  7463. used to that (Moviesetter's proprietary too), and I would get a lot of
  7464. benefits that a garden variety ANIM cant do. I colored the Animation
  7465. in Disney's Ink'n'Paint module, which could use a LOT more capability,
  7466. so I could keep with the beautiful, clever CFAST format, Right?  HAH!!
  7467.  
  7468. The final CFAST file saved out at 880K for a 22 second, 15 fps,
  7469. 8-color animation - Just slightly bigger than a disk. because I had no
  7470. Hard drive, I compressed the file and wrote a script to decompress
  7471. upon running.  Hardly a good solution; the overhead caused it to
  7472. require 2.5 megs to run properly from a floppy, or 1.5 and an ASSIGN
  7473. command to run from a hard drive. This was November of 1990. The
  7474. situation didn't change for a while.
  7475.  
  7476. June 1991. I purchased Progressive Peripherals' Animation Station,
  7477. Which promised some of the abilites of the Disney program using
  7478. standard ANIMs I resaved the CFAST file as an ANIM-5. 432k - Quite an
  7479. improvement over 880k, Cfast files are just plain huge. Animation
  7480. Station and its Animplayer allow Pallete changes during an animation,
  7481. Timing changes for holds on frames without adding duplicate frames,
  7482. and digitised sound synching via a script file that works exactly like
  7483. a Sculpt/Movie sound script.
  7484.  
  7485. It has its share of limitations and problems, (My Animation Station
  7486. seems to know the GURU personally) but it works, The New ATF Agility
  7487. runs nearly identically to the original version. Takes up only a bit
  7488. more than half a disk including player program. only requires 1-meg,
  7489. and can run from any directory. You can even load it into Dpaint and
  7490. check it out, but youll probably lose the fringe benefits.
  7491.  
  7492. Author: Eric Schwartz
  7493. Path: gfx/ATF_Agility.lha
  7494.  
  7495. ==========
  7496.  
  7497. BabySnakes    ?.?    352x440x5 anim - 5 snakes slither around
  7498.  
  7499. A 101 frame 352x440x5 raytraced animation of 5 small snakes that
  7500. slither around your screen in a continuous pattern.
  7501.  
  7502. Author: Bill Graham
  7503. Path: gfx/BabySnakes.lha
  7504.  
  7505. ==========
  7506.  
  7507. BaitMasking    ?.?    Cute animation of fishing bait and mask.
  7508.  
  7509. Here's one of those simple ones.  This one actually happens to be a
  7510. remake of a similar animation I did on the Macintosh (Boo!) to promote
  7511. Gold Disk's Animation Works software, which is basically an expanded
  7512. and improved version of the Moviesetter program I use on the Amiga.  I
  7513. have written to Gold Disk, asking them to port the software to the
  7514. Amiga, as Moviesetter is looking a bit dated now and an AGA compatible
  7515. program like Moviesetter or Animation Works would be welcome.  If you
  7516. would like to see Animation Works on Amiga, I would urge you to write
  7517. as well.
  7518.  
  7519. This animation should run on any Amiga with 2 megs memory.  It may run
  7520. with less memory, depending on your personal setup.  If you have
  7521. problems with the animation, look at the Animlist text file that is
  7522. with this animation for troubleshooting guidelines.
  7523.  
  7524. This animation is ©1993 Eric W. Schwartz.  It can be freely
  7525. distributed as long as all files are included (including this readme).
  7526. More information on my copyrights are included in the AnimList file.
  7527.  
  7528. Author: Eric Schwartz
  7529. Path: gfx/BaitMasking.lha
  7530.  
  7531. ==========
  7532.  
  7533. Batworm    ?.?    320x400x6 52 frame anim - winged worm
  7534.  
  7535. A 52 frame 320x400x6 raytraced animation of a worm with flapping wings.
  7536.  
  7537. Author: Bill Graham
  7538. Path: gfx/BatWorm.lha
  7539.  
  7540. ==========
  7541.  
  7542. BluffTitler    1.0    A Realtime 3D Titling System
  7543.  
  7544. BluffTitler is Realtime 3D Titling program. It allows you to animate 3D
  7545. texts in all sorts of 3D effects using a simple graphical user interface.
  7546.  
  7547. You no longer have to use difficult,expensive and slow 3D rendering software
  7548. to make those stunning 3D leaders. All you need is BluffTitler !! 
  7549.  
  7550. And because BluffTitler works in realtime, you can immediately start
  7551. recording your leader to video . No more heavy disk operations, memory
  7552. problems and single frame recorders : simply start BluffTitler and press
  7553. the record button on your video !
  7554.  
  7555. Since computer power is limited you can't expect broadcast quality from a
  7556. realtime titler, but the result is perfectly suitable for
  7557. -home video's
  7558. -semi-professional productions
  7559. -cable networks
  7560. -computer presentations
  7561.  
  7562. Author: Michiel den Outer
  7563. Path: gfx/BluffTitler-1.0.lha
  7564.  
  7565. ==========
  7566.  
  7567. BumpyBalls    ?.?    368x482x5 animation - flying balls
  7568.  
  7569. A very large (20Mb) 368x482x5 raytraced animation of several balls 
  7570. flying around.
  7571.  
  7572. Author: Bill Graham
  7573. Path: gfx/BumpyBalls.lha
  7574.  
  7575. ==========
  7576.  
  7577. Bview    1.10    IFF Viewer with extensive GUI (ECS/AGA)
  7578.  
  7579. Bview 1.10 IFF ILBM viewer with GUI for all functions
  7580. for kickstart 37.175 and higher ECS & AGA support.
  7581. copyright 1992-1994 by Joeri Alberty.
  7582.  
  7583. > Features of Bview <
  7584.  
  7585.  - Gadget Intuition interface (gadtools.library) for every function.
  7586.  - Easy change Viewmodes with a click of your mouse
  7587.  - Easy scale your bitmap to fit on screen.
  7588.  - Print a picture with adjustment of printer settings
  7589.  - Save a picture in IFF ILBM , Scr , Raw on disk
  7590.  - View the IFF ILBM -> BMHD CAMG etc ...
  7591.  - Save your environment of Bview to ENV: etc ...
  7592.  - Save information about picture to disk or printer. (MakeText
  7593.  - Make a Slide show by pressing a button..
  7594.  - Use Double buffered mode (load one pic & view the other.
  7595.  
  7596. ----->  Improvements from 1.02 to 1.05
  7597.  
  7598. - HAM KEY USING message fixed.
  7599. - Save problem with 256 colors fixed.
  7600.  
  7601. - Scaling routines can now enlarge a picture if it is a brush etc...
  7602.   (Use Fit & Scale (Aspect & Scale) in Change mode menu and press Render)
  7603.  
  7604. - Ilbm to source generates now colortables for
  7605.   LoadRGB4(),LoadRGB32(),SetRGB32().
  7606.  
  7607. - You can now use an AppIcon Set 'PRO_START=2' in Tooltypes (Bview icon)
  7608.   ('PRO_START=0'
  7609.  
  7610. - load and display, 'PRO_START=1' make Bview an Commodity)
  7611.  
  7612. - Compiled with SAS C/C++ 6.51 with optimiser ... (__inline)
  7613.  
  7614. ----->  Improvements from 1.06 to 1.10
  7615.  
  7616. - Information & Option menu's rewritten 
  7617.   Now you can use DBmode ,promoted mode etc..
  7618.  
  7619. - Loader & saver rewritten to improve speed.
  7620.  
  7621. - BIG problem fixed with some pointers of the IFFparse library
  7622.   Now you don't loose your colors anymore.
  7623.  
  7624. - More stable than 1.06 by rewriting the process routines.
  7625.   Now you have a viewer,GUI with a loader and not the other way around.
  7626.  
  7627. - SHELL support improved.
  7628.   Now you can use #? & / for loading directories & wildcards.
  7629.   see guide for more information & examples.
  7630.   Gives you information when something did go wrong
  7631.  
  7632. - Other smaller improvements in the code ...
  7633.  
  7634. - Changed save routine of ENV: so it doesn't crash anymore.
  7635.  
  7636. - You can load mangled pictures & display them partly.
  7637.  
  7638. Author: Joeri Alberty
  7639. Path: gfx/Bview-1.10.lha
  7640.  
  7641. ==========
  7642.  
  7643. Camouflage    ?.?    An Aerotoon by Eric Schwartz.
  7644.  
  7645. This was an interesting experiment in visual style, and looks very
  7646. different from most of my other Aerotoons.  This is due to the fact
  7647. that much of the graphics for it were created in Deluxepaint, Scene
  7648. Generator, and Sculpt 4D jr, with the Art Department as an
  7649. intermediary between them and Moviesetter.  I thought it was an
  7650. interesting thing to try, but don't expect many more like it because
  7651. its almost too much work.
  7652.  
  7653. Author: Eric Schwartz
  7654. Path: gfx/Camouflage.lha
  7655.  
  7656. ==========
  7657.  
  7658. CharMap    1.0    2-Color selectable font ILBM2ASCII util
  7659.  
  7660. Yet another ILBM2ASCII program.  This one is limited to 2-color ILBMs but
  7661. it can handle any (fixed-width) font you wish.  You can also allow CharMap
  7662. to use ANSI's Reverse On/Off command for better results.
  7663.  
  7664. Author: Hanns Holger Rutz
  7665. Path: gfx/CharMap-1.0.lha
  7666.  
  7667. ==========
  7668.  
  7669. City_Jumper    ?.?    Simple animation of "pogo'ing" in a city
  7670.  
  7671. An amination that is reminiscent of using a very good "pogo stick"
  7672. inside a city with skyscrapers.
  7673.  
  7674. Author: Eric Schwartz
  7675. Path: gfx/City_Jumper.lha
  7676.  
  7677. ==========
  7678.  
  7679. Clinton    ?.?    Political jab at Bill Clinton.
  7680.  
  7681. Political jab at Bill Clinton.
  7682.  
  7683. Author: Bill Graham
  7684. Path: gfx/Clinton.lha
  7685.  
  7686. ==========
  7687.  
  7688. Clock.iob    ?.?    Imagine object
  7689.  
  7690. Imagine object submitted by Alasdair Whyte
  7691.  
  7692. Author: Alasdair Whyte
  7693. Path: gfx/Clock.iob.lha
  7694.  
  7695. ==========
  7696.  
  7697. Clouds    3.1    Creates random cloud images
  7698.  
  7699. This program creates random cloud images which you might use in your
  7700. paint program, as a texture in a ray tracing program or as a
  7701. background for your workbench.  Uses all ECS and AGA resolutions.
  7702. Works with Workbench 1.2 up to 3.1.
  7703.  
  7704. Author: Daniel Amor
  7705. Path: gfx/Clouds-3.1.lha
  7706.  
  7707. ==========
  7708.  
  7709. CloudsAGA    1.15    Creates random clouds in AGA resolutions
  7710.  
  7711. This program creates randomly clouds which you might use in 
  7712. your paint program, as a texture in a ray tracing program or 
  7713. as a background for your workbench.  Uses all AGA-resolutions. 
  7714. Now supports sizes 1024x1024 and 2048x2048.
  7715.  
  7716. Author: Daniel Amor
  7717. Path: gfx/CloudsAGA-1.15.lha
  7718.  
  7719. ==========
  7720.  
  7721. CloudsAGA    2.0    Creates random clouds in AGA resolutions
  7722.  
  7723. This program creates randomly clouds which you might use in 
  7724. your paint program, as a texture in a ray tracing program or 
  7725. as a background for your workbench. Uses all AGA-resolutions. 
  7726. Supports now sizes 1024x1024 and 2048x2048.
  7727.  
  7728. Author: Daniel Amor
  7729. Path: gfx/CloudsAGA-2.0.lha
  7730.  
  7731. ==========
  7732.  
  7733. CopperControl    1.0    Allows use of your own copperlist
  7734.  
  7735. COPPER CONTROL is a small program (3844 bytes) which gives you the possibility
  7736. to use your own copperlist instead of ANY NUMBER of colors, in any Intuition
  7737. Screen, like Workbench screen for example.
  7738. You can easily design your copperlists for Copper Control with the editor
  7739. Copper Control Editor (CC-ED).
  7740. No additional memory is used (slight use).
  7741. No Assembly Tricks: This done with Amiga Operating System.
  7742. A French or German version could be available.
  7743.  
  7744. Author: Nadir Boussoukaia
  7745. Path: gfx/CopperControl-1.0.lha
  7746.  
  7747. ==========
  7748.  
  7749. CowAnimAGA    ?.?    252 frame anim, finger cows dancing?
  7750.  
  7751. A 252 frame animation, 320x200x6 AGA resolution, of "finger cows"
  7752. doing something that is best described as dancing.
  7753.  
  7754. Author: Bill Graham
  7755. Path: gfx/CowAnimAGA.lha
  7756.  
  7757. ==========
  7758.  
  7759. CowAnimECS    ?.?    252 frame anim, finger cows dancing?
  7760.  
  7761. A 252 frame animation, 320x200x4 ECS resolution, of "finger cows"
  7762. doing something that is best described as dancing.
  7763.  
  7764. Author: Bill Graham
  7765. Path: gfx/CowAnimECS.lha
  7766.  
  7767. ==========
  7768.  
  7769. Coyote_2    ?.?    Coyote and Road Runner animation
  7770.  
  7771. Coyote and Road Runner animation
  7772.  
  7773. Author: Eric Schwartz
  7774. Path: gfx/Coyote2.lha
  7775.  
  7776. ==========
  7777.  
  7778. Creature    ?.?    Creature
  7779.  
  7780. A 60 frame test animation of a hideous creature that leans in and snaps at
  7781. the camera...ooooh, creapy stuff :-) Created with the new 3.0 LW Modeler
  7782. and animated with bones in LightWave.  Rendered with motion blur and field
  7783. rendering enabled then post converted to a HAM animation.
  7784.  
  7785. Author: Mark Thompson
  7786. Path: gfx/Creature.lha
  7787.  
  7788. ==========
  7789.  
  7790. Dalek.iob    ?.?    Imagine object
  7791.  
  7792. Imagine object submitted by Alasdair Whyte
  7793.  
  7794. Author: Alasdair Whyte
  7795. Path: gfx/Dalek.iob.lha
  7796.  
  7797. ==========
  7798.  
  7799. DepackIFF    1.7    Depacks file packed by ByteRun algorithm
  7800.  
  7801. This program lets you depack any IFF ILBM file with BODY chunk
  7802. crunched by standard ByteRun algorithm which is always used by all
  7803. Amiga graphics programs (like DPaint, Brilliance, ADPro, Real) while
  7804. saving image, brushes and so on. I decided to code this, because
  7805. ByteRun is not so effective as XPK, LhA (but not always!). If you
  7806. want  to repack images, you will reach the best results only when you
  7807. pack pure image data, and this is why this program was born and
  7808. should be useful for all the people wanting save own disk space, eg. BBS
  7809. SYSOPs (more images and less bytes!).
  7810.  
  7811. Author: Marcin Orlowski
  7812. Path: gfx/DepackIFF-1.7.lha
  7813.  
  7814. ==========
  7815.  
  7816. Digillus    1.0a    Highly professional image processor.
  7817.  
  7818. Digital Illusions is a highly professional image processing program.  Not
  7819. only is it capable of processing still pix, but it will also let you create
  7820. stunning animations from ordinary flat pictures using a powerful 'In
  7821. between' technique.
  7822.  
  7823. Author: Tonny Espeset
  7824. Path: gfx/Digillus-1.0a.lha
  7825.  
  7826. ==========
  7827.  
  7828. Drip    ?.?    384x482x6 42 frame anim - water drops
  7829.  
  7830. A 42 frame 384x482x6 raytraced animation of water dripping from a flat
  7831. surface into a puddle.
  7832.  
  7833. Author: Bill Graham
  7834. Path: gfx/Drip.lha
  7835.  
  7836. ==========
  7837.  
  7838. DT2IFF    1.0    Converts any picture datatype to std IFF
  7839.  
  7840. Since Workbench 3.0 a lot of datatypes are supported.  But not all 
  7841. programs can use these data.  Thus DT2IFF converts a picture of 
  7842. any type to the standard IFF-ILBM format, so nearly all applications
  7843. can use the pictures.  If the old file has an extension
  7844. (e.g. .GIF, .JPG), it will be replaced by .IFF, if there is no
  7845. extension, a new one will be added.  The original files WILL NOT
  7846. be overridden!
  7847.  
  7848. Author: Markus Hillenbrand
  7849. Path: gfx/DT2IFF-1.0.lha
  7850.  
  7851. ==========
  7852.  
  7853. Duerer    1.01    A simple GeoPaint like paint program
  7854.  
  7855. A paint program which is easy to understand and simple to use.  All
  7856. common functions for a paint program are included.  A special feature
  7857. is the RAW file format in addition to the IFF format.  The RAW format
  7858. is especially interesting to hardware programmers.  Almost all Amiga
  7859. screen resolutions can be used.  The program design is similar to
  7860. GeoPaint, a well-known C64 program.
  7861.  
  7862. Author: Stefan Kuwaldt
  7863. Path: gfx/Duerer-1.01.lha
  7864.  
  7865. ==========
  7866.  
  7867. DustAnims    ?.?    Dust 3D-Special-Effects
  7868.  
  7869. Dust is a programm which manipules 3d-objects.
  7870. It reads in one object and creates a sequence of new objects.
  7871.  
  7872. Special-Effects:
  7873.  -Morph between two VARIOUS Objects
  7874.  -1d,2d,3D-Waves (TWaves and LWaves), incl. Damping
  7875.  -Gravity and more
  7876.  
  7877. NOTE: This is a Demo-package of animations. Have a look at them
  7878.       and write the author your suggestions. 
  7879.       Maybe you will get a full version later.
  7880.  
  7881. Author: Andreas Maschke
  7882. Path: gfx/Dust.lha
  7883.  
  7884. ==========
  7885.  
  7886. Earth    1.0    Real-time animating Earth.
  7887.  
  7888. Real-time computed rotating Earth. Use 2 joysticks to rotate
  7889. and zoom around all 3 axes. Uses a database of 21'836 (x,y,z)
  7890. points to define the entire earth. Includes source earth image
  7891. and 2D-to-3D mapping program in C.
  7892.  
  7893. Author: Laurence Vanhelsuwé
  7894. Path: gfx/Earth-1.0.lha
  7895.  
  7896. ==========
  7897.  
  7898. EDUSHOW    0.9    Slide-show pgm for presenting concepts.
  7899.  
  7900. Educational Slide Show program specifically designed for
  7901. classroom-type presentations. Uses a technique of color fades
  7902. within IFF slides to put across concepts, multi-part diagrams,
  7903. relationships, etc... Demo presentation and C source included.
  7904.  
  7905. Author: Laurence Vanhelsuwé
  7906. Path: gfx/EduShow-0.9.lha
  7907.  
  7908. ==========
  7909.  
  7910. EggFry    ?.?    160x200x6 62 frame anim - 2 eggs frying
  7911.  
  7912. A 62 frame 160x200x6 raytraced animation of two eggs in a frying pan.
  7913.  
  7914. Author: Bill Graham
  7915. Path: gfx/EggFry.lha
  7916.  
  7917. ==========
  7918.  
  7919. EGSdvi    1.0    Preview DVI files in various resolutions
  7920.  
  7921. A program which runs under the EGS window system.  It is used to
  7922. preview DVI files, such as are produced by TeX.  This program has the
  7923. capability of showing the file shrunken by various (integer) factors,
  7924. and also has a `magnifying glass' which allows one to see a small part
  7925. of the unshrunk image momentarily.
  7926.  
  7927. Author: Dietmar Heidrich
  7928. Path: gfx/EGSdvi-1.0.lha
  7929.  
  7930. ==========
  7931.  
  7932. EGSPrint    ?.?    Prints contents of the frontmost screen.
  7933.  
  7934. This program prints the contents of the frontmost screen, no matter what
  7935. depth it has or if it's a true EGS screen or a screen of an EGS workbench
  7936. emulation.  This even works if there's no EGS at all or if the screen has a
  7937. colour resolution of 24 bits (but then, only 12 bits are printed as the
  7938. printer device supports no more than that).  EGSPrint needs a lot of
  7939. memory, especially for EGS screens, and requires EGS version 6 or higher.
  7940.  
  7941. Author: Dietmar Heidrich
  7942. Path: gfx/EGSPrint.lha
  7943.  
  7944. ==========
  7945.  
  7946. EGSShow    ?.?    Viewing program for GIF and JPEG files.
  7947.  
  7948. A viewing program for GIF and JPEG files on the EGS window system.  This
  7949. program is able to read the JPEG format as well as the GIF formats GIF87a,
  7950. GIF89a and all future GIF files compatible with both of the above.  The
  7951. format of the file is detected automatically.  EGSShow needs a lot of
  7952. memory for bigger pictures ( > 640 x 480).
  7953.  
  7954. Author: Dietmar Heidrich
  7955. Path: gfx/EGSshow.lha
  7956.  
  7957. ==========
  7958.  
  7959. Enterprise_NCC1701.iob    ?.?    Imagine object
  7960.  
  7961. Imagine object submitted by Alasdair Whyte
  7962.  
  7963. Author: Alasdair Whyte
  7964. Path: gfx/Enterprise_NCC1701.iob.lha
  7965.  
  7966. ==========
  7967.  
  7968. ES_Tor    ?.?    Not quite the MGM lion, but similar.
  7969.  
  7970. An animation that is somewhat reminescent of the MGM "lion" intro.
  7971.  
  7972. Author: Eric Schwartz
  7973. Path: gfx/ES_Tor.lha
  7974.  
  7975. ==========
  7976.  
  7977. FanAnimHAM6    ?.?    An Imagine 3.0 Bones animation
  7978.  
  7979. An Imagine 3.0 Bones animation.
  7980.  
  7981. Author: Bill Graham
  7982. Path: gfx/FanAnimHAM6.lha
  7983.  
  7984. ==========
  7985.  
  7986. FLAG_AGA_ANIMS    ?.?    Animations of flags
  7987.  
  7988. Sample animations of flags.  Also an offer
  7989. to create custom animations of flags.
  7990.  
  7991. Author: GSB
  7992. Path: gfx/FLAG_AGA_ANIMS.lha
  7993.  
  7994. ==========
  7995.  
  7996. Flaminator    1.5    Assists creating/animating flames, etc.
  7997.  
  7998.     FLAMINATOR takes care of the drudgery of creating and animating
  7999. flames, explosions and similar special effects.  The 'look' that
  8000. FLAMINATOR creates can be anywhere from movie-like to cartoonish.
  8001.     FLAMINATOR can take a single image, and create animated flames on
  8002. top of it, or add flames to an existing animation.
  8003.  
  8004. Author: Carmen Rizzolo
  8005. Path: gfx/Flaminator-1.5.lha
  8006.  
  8007. ==========
  8008.  
  8009. FollowMe    ?.?    384x482x6 86 frame anim - bouncing ball
  8010.  
  8011. A 86 frame 384x482x6 raytraced animation of a ball bouncing around at
  8012. a high rate of speed.
  8013.  
  8014. Author: Bill Graham
  8015. Path: gfx/FollowMe.lha
  8016.  
  8017. ==========
  8018.  
  8019. Fractal    1.3    AGA WB/PubScreen Fractal program
  8020.  
  8021. Fractal program with following features:
  8022.       Opens on the default public screen (initially the Workbench)
  8023.  
  8024.       Usable on any screen with at least 2 "free" pens
  8025.  
  8026.       Avoids usage of all pens already "obtained" upon program start
  8027.         (i.e., AmigaDOS 3.0 "Protected Pen" compliant)
  8028.  
  8029.       Separate user interface and drawing windows
  8030.  
  8031.       Resizable drawing window with point-and-click Zoom-In and
  8032.         centering functions
  8033.  
  8034.       Adjustable Zoom-Out function
  8035.  
  8036.       Contents of drawing window can be saved to a standard IFF/ILBM file
  8037.  
  8038.       Full GadTools Intuition interface
  8039.  
  8040.       Supports the following types of fractals:
  8041.  
  8042.          - Mandelbrot
  8043.          - Julia Set
  8044.          - Magnetism
  8045.          - Lambda Exponential
  8046.          - Lambda Cosine
  8047.          - Biomorph
  8048.          - Plasma
  8049.  
  8050.       All math done in double precision floating point
  8051.  
  8052.       Separate versions for:
  8053.  
  8054.          - 68020 without FPU (stock A1200 and A4000/030)
  8055.          - 68020 with FPU    (improved A1200 and A4000/030)
  8056.          - 68040             (stock A4000/040)
  8057.  
  8058.       "Smart" iconify function
  8059.  
  8060.       Help text (displayed on screen banner) for the Zoom In and Center
  8061.        actions
  8062.  
  8063.       Recommended for use with my PaletteTool and PST programs(!)
  8064.  
  8065.       Tested OK using the Enforcer
  8066.  
  8067. Author: tkreuzer@delphi.com
  8068. Path: gfx/Fractal-1.3.lha
  8069.  
  8070. ==========
  8071.  
  8072. FruitAnim    ?.?    368x482x6 152 frame anim, morphing fruit
  8073.  
  8074.  
  8075.  
  8076. Author: Bill Graham
  8077. Path: gfx/FruitAnim.lha
  8078.  
  8079. ==========
  8080.  
  8081. FruitMorph    ?.?    368x482x6 750 frame anim, morphing fruit
  8082.  
  8083. A 750 frame HAM6 animation of morphing fruit, 368x482x6.  Needs 6Mb to run.
  8084.  
  8085. Author: Bill Graham
  8086. Path: gfx/FruitMorph.lha
  8087.  
  8088. ==========
  8089.  
  8090. GetILBM    ?.?    2 functions for loading IFF ILBM files.
  8091.  
  8092. Here are two AGA-compatible functions for loading IFF ILBM files,
  8093. carefully distilled from that mess of code in the back of RKM:Devices
  8094. or Developer's Toolkit.  AGA supported!  This module requires
  8095. iffparse.library to be in your libs: directory.
  8096.  
  8097. LoadILBMBitMap() loads an ILBM file into a BitMap, returning the Bitmap
  8098. pointer.  Free the BitMap with freeBitMap().
  8099.  
  8100. LoadILBMScreen() loads an ILBM file into a Screen, returning the Screen
  8101. pointer.  Display the screen with ScreenToFront(), free it with
  8102. freeilbmScreen().
  8103.  
  8104. The executable file getilbm is a demo picture viewer.
  8105.  
  8106. See the beginning of getilbm.c for complete documentation.
  8107.  
  8108. Author: Alex Matulich
  8109. Path: gfx/GetILBM.lha
  8110.  
  8111. ==========
  8112.  
  8113. GfxCon    1.1    Image format converter for most formats
  8114.  
  8115. Image format converter that can load and save most formats:
  8116.  
  8117. Load: ILBM, LBM, RGB8, RGBN, PCX, IMG, BMP, RLE4, RLE8,
  8118.       GIF, TIFF, JPEG, RGB-Raw, Targa
  8119.  
  8120. Save: ILBM, PCX, GIF, JPEG, RGB-Raw, Postscript
  8121.  
  8122.  
  8123. Features:
  8124.  - virtual memory built in (even with a plain 68000)
  8125.  - color-effects and simple transformations are possible
  8126.  - shows most information stored in images
  8127.  - has a nice GUI
  8128.  - fontsensitiv
  8129.  - 68020/881-version included
  8130.  
  8131. Author: Dirk Farin
  8132. Path: gfx/GfxCon-1.1.lha
  8133.  
  8134. ==========
  8135.  
  8136. GfxCon    1.3    Image format converter for most formats
  8137.  
  8138. Image format converter that can load and save most formats:
  8139.  
  8140. Load: ILBM, LBM, RGB8, RGBN, PCX, IMG, BMP, RLE4, RLE8,
  8141.       GIF, TIFF, JPEG, RGB-Raw, Targa
  8142.  
  8143. Save: ILBM, PCX, GIF, JPEG, RGB-Raw, Postscript
  8144.  
  8145.  
  8146. Features:
  8147.  - virtual memory built in (even with a plain 68000)
  8148.  - color-effects and simple transformations are possible
  8149.  - shows most information stored in images
  8150.  - has a nice GUI
  8151.  - fontsensitiv
  8152.  - 68020/881-version included
  8153.  
  8154. New:
  8155.  
  8156.   V1.3    - HAM6 working again
  8157.     - TIFF-RGB images and bug fixes
  8158.     - improved virtual memory
  8159.  
  8160.   V1.2    - HAM8
  8161.     - Targa-CLUT-images
  8162.  
  8163. Author: Dirk Farin
  8164. Path: gfx/GfxCon-1.3.lha
  8165.  
  8166. ==========
  8167.  
  8168. GIFKit    1.0    Visually crop, resize, flip, rotate GIFS
  8169.  
  8170. A GIF tool kit.  Allows you to do visual crops, resizing, flips and
  8171. rotates of GIF images.  The programs fits the images on a 640x400x2
  8172. screen so that even 1280x800 GIFs' can be manipulated without using
  8173. large amounts of chip ram.
  8174.  
  8175. Author: Milt Henderson
  8176. Path: gfx/GIFKit-1.0.lha
  8177.  
  8178. ==========
  8179.  
  8180. GotaAnim    ?.?    Anim of a falling drop of water
  8181.  
  8182. This Mike Anim is 3rd Place winner from the 1st. Animation
  8183. contest made by the Mexican Amiga Magazine 'Posibilidades'.
  8184.  
  8185. Author: Miguel Angel Martinez Castillo
  8186. Path: gfx/GotaAnim.lha
  8187.  
  8188. ==========
  8189.  
  8190. Graphtal    ?.?    Graphtal, C source
  8191.  
  8192. A tool for manipulating spT0L-systems (context free, table oriented
  8193. L-systems with stochastic productions).  Graphtal reads a file containing
  8194. an L-system description and starts the interpretation.  In addition,
  8195. graphtal is able to interpret the result graphically, producing different
  8196. kinds of output.
  8197.  
  8198. Author: Christoph Streit
  8199. Amiga Port by Lucas Ammon
  8200. Path: gfx/Graphtal.lha
  8201.  
  8202. ==========
  8203.  
  8204. GreenPeril    ?.?    160x100x6 127 frame anim - tyranny peril
  8205.  
  8206. A 127 frame 160x100x6 raytraced animation of "tyranny".
  8207.  
  8208. Author: Bill Graham
  8209. Path: gfx/GreenPeril.lha
  8210.  
  8211. ==========
  8212.  
  8213. GROBSaver    1.03    Saver module for GVP ImageFX package.
  8214.  
  8215. A saver module for GVP's ImageFX Image Processing package.  It allows you
  8216. to save an image in Hewlett Packard's GROB (GRaphical OBject) format,
  8217. suitable to be downloaded into any of Hewlett Packard's HP48-series
  8218. calculators.  If you don't own an HP48(s,sx,g,gx) this program won't do
  8219. anything useful for you.
  8220.  
  8221. Author: Greg Simon
  8222. Path: gfx/GROBSaver-1.03.lha
  8223.  
  8224. ==========
  8225.  
  8226. Gulf_Conflict    ?.?    Satirical look at the Gulf Conflict.
  8227.  
  8228. All During the war with Iraq, various people kept asking me to do an
  8229. animation concerning the event. It may be a little late, but here it
  8230. is.  Gulf Conflict was created with the aid of such things as
  8231. DeluxePaint 3, Imagine, Disney Animation Studio, the AProDraw and
  8232. Tablet, Draw 4D Pro(on loan from Merical Computers), The Art
  8233. Department, and the ever-present Moviesetter. The anim's visual style
  8234. is heavily inspired by the Planetside CDTV demo by Psygnosis(sorry, no
  8235. super-fast fractal scapes here tho'). One thing I would fix if I had
  8236. to do it over again are the ugly pallete shifts between some scenes.
  8237. Those were all my fault, as my palletes were all wildly different when
  8238. they didn't need to be.
  8239.  
  8240. This Animation requires at least two megabytes of RAM to run. If your
  8241. workbench is not too demanding, you probably can run this with 2 megs.
  8242. If you have a Hard Drive or a demanding workbench eating up your
  8243. memory, you will most likely need about 2.5 megs.
  8244.  
  8245. Author: Eric Schwartz
  8246. Path: gfx/GulfConflict.lha
  8247.  
  8248. ==========
  8249.  
  8250. HendrixECS    ?.?    HiRes animated tribute to Jimi Hendrix.
  8251.  
  8252. A HiRes animated tribute to Jimi Hendrix done with Lissa, and Imagine 3.0.
  8253.  
  8254. Author: Bill Graham
  8255. Path: gfx/HendrixECS.lha
  8256.  
  8257. ==========
  8258.  
  8259. Hinge    ?.?    160x200x6 102 f. anim - concentric rings
  8260.  
  8261. A 102 frame 160x200x6 raytraced animation of concentric rings, each
  8262. rotating in opposite directions, around a ball.
  8263.  
  8264. Author: Bill Graham
  8265. Path: gfx/Hinge.lha
  8266.  
  8267. ==========
  8268.  
  8269. HowToRunWall    ?.?    Animation - how to run into a wall.
  8270.  
  8271. A short and cute animation from Eric Schwartz.
  8272.  
  8273. Author: Eric Schwartz
  8274. Path: gfx/HowToRunWall.lha
  8275.  
  8276. ==========
  8277.  
  8278. IceCube    ?.?    160x200x6 77 frame anim, melting icecube
  8279.  
  8280. A 77 frame 160x200x6 raytraced animation of a melting icecube on a
  8281. red and white checkerboard surface.
  8282.  
  8283. Author: Bill Graham
  8284. Path: gfx/IceCube.lha
  8285.  
  8286. ==========
  8287.  
  8288. Iconian    1.98    Icon editor that supports OS3.0 funcs.
  8289.  
  8290. An icon editor with all the functions of IconEdit under OS3.0, plus more.
  8291. Features: Support for sizable windows and custom fonts; Multiple undos;
  8292. Appwindows; Custom magnification levels; Up to 256 colors; 3.x palette
  8293. sharing; RGB color editing; Integer scaling of oversized brushes; Optional
  8294. remapping of IFFs to screen colors; Can save 8 plane icons which stay
  8295. "normal" regardless of screen depth; Full range of drawing tools including
  8296. beveled boxes; Recolors 1.3 icons; Clipboard support; Extensive keyboard
  8297. support; Ability to cut and paste brushes; Drawing with text, including
  8298. selectable font and styles; 100% system supported, no external libraries
  8299. required.
  8300.  
  8301. Author: Chad Randall
  8302. Path: gfx/Iconian-1.98.lha
  8303.  
  8304. ==========
  8305.  
  8306. IconShow    0.12ß    Icon viewer for directory utils and CLI
  8307.  
  8308. This program allows you to view and test icons. It can be used from CLI
  8309. or any configurable directory utility (Directory Opus, DiskMaster, MegaD
  8310. and many others).
  8311.  
  8312. Author: Per-Olof Yliniemi
  8313. Path: gfx/IconShow-0.12ß.lha
  8314.  
  8315. ==========
  8316.  
  8317. IFF2Icon    1.0b    Convert IFF/ILBM file to Icon file.
  8318.  
  8319. Converts an IFF/ILBM file of any size into a Icon-File or optionally, to
  8320. the default Icon.  Requires OS2.04+.  Includes assembly source.
  8321.  
  8322. Author: Hanns Holger Rutz
  8323. Path: gfx/IFF2Icon-1.0b.lha
  8324.  
  8325. ==========
  8326.  
  8327. ImageDex    ?.?    Creates "thumb-nail" pics from images.
  8328.  
  8329. A utility program that will take a series of image files (any format) and
  8330. create an image index of scaled down "thumb-nail" pictures, labelled
  8331. appropriately.  The program acts as a graphic front-end to Art Department
  8332. Professional 2.2 (or higher).  Useful for cataloging images, textures and
  8333. anim frames, allowing them to be stored off the main system.
  8334.  
  8335. Author: Zach Williams
  8336. Precision Imagery
  8337. Path: gfx/ImageDex.lha
  8338.  
  8339. ==========
  8340.  
  8341. ImageEngineer    1.0    New image processing application.
  8342.  
  8343. Image Engineer is brand new freely distributalbe image processing
  8344. application.  Image Engineer can for tasks varying from converting images
  8345. between different fileformats, rendering 24 bits down to standard Amiga
  8346. screen modes and enhancing baddly scanned images.  What you can use it for
  8347. is basicly limited by what you can think off.
  8348.  
  8349. Features
  8350. ~~~~~~~~
  8351.  
  8352. * Coded in 100% 68020 Assembler
  8353. * Multiple image editing
  8354. * All processing is done in 8 bit grey or 24 bit colour
  8355. * Uses superview.library for loading and saving. superview.library currently
  8356.   supports IFF ILBM, IFF ACBM, PCX, SVO, GIF, BMP, FBM, C64 (Koala, Doodle),
  8357.   IMG, TIFF, Targa, WPG, SunRaster, Pictor, MacPaint, JPEG.
  8358. * ARexx support
  8359. * Can display images using superview.library. superview.library currently
  8360.   supports EGS and OpalVision (more in the works).
  8361. * Supports AGA where available.
  8362. * Can render and dither image to the standard Amiga screen modes, as well as
  8363.   HAM6 and HAM8.
  8364. * Image Composition
  8365. * User Convolves
  8366. * Image balance control, brightness, contrast, gamma.
  8367. * Extensive filtering control.
  8368. * It's Free! (The money you save on software you can spend on hardware ;-)
  8369.  
  8370. Author: Simon Edwards
  8371. Path: gfx/ImageEngineer-1.0.lha
  8372.  
  8373. ==========
  8374.  
  8375. ImageFX_SDK    2.0    ImageFX 2.0 Source Developers Kit
  8376.  
  8377. This developers kit will allow most Amiga programs to develop modules for
  8378. nearly any part of the ImageFX 2.0 system.
  8379.  
  8380. Author: Nova Design, Inc.
  8381. Path: gfx/ImageFX_SDK-2.0.lha
  8382.  
  8383. ==========
  8384.  
  8385. ImageStudio    1.2.1    Manipulates various graphic formats
  8386.  
  8387.    ImageStudio is written for the casual graphics user who wishes to
  8388. convert or manipulate various graphics formats on a modest Amiga
  8389. system. There are several commercial offerings available, however the
  8390. casual user is paying a lot of money for many facilities and options
  8391. they would probably never use.
  8392.  
  8393.    Bitmap graphics, by their nature, usually require large amounts of
  8394. RAM. One of the main objectives of ImageStudio was to reduce this
  8395. burden by utilising virtual memory - most users have more spare hard
  8396. disk space than spare RAM.
  8397.  
  8398.    ImageStudio works with several buffers at any one time (dependant on
  8399. how many levels of undo are specified), each of these buffers can hold
  8400. either colour-mapped or 24-bit images. For a detailed description of
  8401. colour-mapped and 24-bit images, See Image types.
  8402.  
  8403. Author: Andy Dean
  8404. Graham Dean
  8405. Path: gfx/ImageStudio-1.2.1.lha
  8406.  
  8407. ==========
  8408.  
  8409. ImageStudio    2.0.0    Image processing program
  8410.  
  8411.    ImageStudio is written for the casual graphics user who wishes to
  8412. convert or manipulate various graphics formats on a modest Amiga
  8413. system. There are several commercial offerings available, however the
  8414. casual user is paying a lot of money for many facilities and options
  8415. they would probably never use.
  8416.  
  8417.    Bitmap graphics, by their nature, usually require large amounts of
  8418. RAM. One of the main objectives of ImageStudio was to reduce this
  8419. burden by utilising virtual memory - most users have more spare hard
  8420. disk space than spare RAM.
  8421.  
  8422.    ImageStudio works with several buffers at any one time (dependant on
  8423. how many levels of undo are specified), each of these buffers can hold
  8424. either colour-mapped or 24-bit images.
  8425.  
  8426.    ImageStudio comes with a fully featured ARexx port, which allows the
  8427. writing of macro scripts to automate repetative processes and also
  8428. allows communication with other ARexx aware programs. Again, ARexx has
  8429. the reputation of being "something pretty difficult", so we've
  8430. simplified the use of ARexx in ImageStudio by allowing the user to
  8431. create, edit and run scripts entirely within ImageStudio - ImageStudio
  8432. even provides a blank template as a starting point for each new script.
  8433.  
  8434. List of features
  8435. ================
  8436.    General:
  8437.    * Full 24-bit image buffers, with optimizations for colour-mapped
  8438.      (palette based) images.
  8439.    * Up to 100 levels of undo / redo.
  8440.    * User configurable virtual memory.
  8441.    * Fully featured, easy to use, ARexx interface.
  8442.    * User saveable preferences.
  8443.    * Operations applicable to the whole image or a selected region.
  8444.    * Up to 256 greyshade preview window (with optional dither).
  8445.    * Zoom on preview window.
  8446.    * Internal / external viewers (external for third party 24-bit
  8447.      graphics cards).
  8448.    * Loading / saving / manipulating of AGA image formats (e.g. 256
  8449.      colours, HAM8) on non-AGA machines.
  8450.    * Max image size of 32000 x 32000 (limited to 250 x 250 in the
  8451.      unregistered version).
  8452.    * Copy / paste to / from the system clipboard.
  8453.    * Runs on all Workbench 2.04+ Amiga's - utilises AGA chipset if
  8454.      available.
  8455.    * Online AmigaGuide help, as well as ASCII, TeX `.dvi' and
  8456.      PostScript documentation.
  8457.    * Multi-level help error requesters.
  8458.    * Standard Workbench2 interface.
  8459.    * Public screen.
  8460.    * Requires no third party libraries or utilities.
  8461.  
  8462.    Import:
  8463.    * IFF-ILBM formats (Standard palette based, HAM6, HAM8, extra
  8464.      halfbright, ILBM24)
  8465.    * BMP
  8466.    * GIF (conforming to GIF87a)
  8467.    * JPEG (conforming to JFIF standard)
  8468.    * PCX
  8469.    * Targa
  8470.    * Any installed Amiga datatype (with Workbench 2.1+)
  8471.  
  8472.    Export:
  8473.    * IFF-ILBM formats (Standard palette based, HAM6, HAM8, extra
  8474.      halfbright, ILBM24)
  8475.    * BMP
  8476.    * EPS
  8477.    * JPEG (conforming to JFIF standard)
  8478.    * PCX
  8479.    * Targa
  8480.  
  8481.    Colour Balance:
  8482.    * All operations are available to the R,G,B components separately.
  8483.    * Brightness ( upto ±100%)
  8484.    * Contrast (non to full)
  8485.    * Gamma ( + and - )
  8486.  
  8487.    Convolution:
  8488.    * Many supplied convolution filters.
  8489.    * User definable convolutions, load and save to disk.
  8490.  
  8491.    Effects:
  8492.    * Built in effects: Dynamic range expansion, FlipX, FlipY, RollX,
  8493.      RollY, Negative, Greyscale, Highlight, Shadow, Random, Pixelize,
  8494.      Remove isolated pixels.
  8495.  
  8496.    Scale:
  8497.    * Crop to selected region.
  8498.    * Increase / decrease scale by percentage or absolute image size.
  8499.    * Simple scale or colour averaged.
  8500.  
  8501.    Colour reduction:
  8502.    * Increase colour mapped images to 24-bit.
  8503.    * Decrease number of colours in 24-bit or colour mapped images via
  8504.      Heckbert median cut algorithm.
  8505.    * Dithers available for colour reduction: None, Floyd-Steinberg,
  8506.      Burkes, Stucki, Sierra, Jarvis, Stevenson-Arce.
  8507.  
  8508.    Palette:
  8509.    * Edit palette colours and ranges.
  8510.    * Save current palette.
  8511.    * Force palette onto current image, dithering if necessary (all
  8512.      dithers available).
  8513.  
  8514. Author: Andy Dean
  8515. Graham Dean
  8516. Path: gfx/ImageStudio-2.0.0.lha
  8517.  
  8518. ==========
  8519.  
  8520. IPRDemo    1.0    New, fast, intuitive image processor
  8521.  
  8522.         IPR Demo Release is the demoversion of 'Image Processing
  8523.         Revelations', a NEW, FAST and INTUITIVE image processing package.
  8524.         With features not seen in any other image processor!
  8525.         Especially its fast operation and the easy intuitive way
  8526.         to control the image processing is IPR's major advantage.
  8527.         IPR Demo Release gives you the chance to look and feel
  8528.         IPR's smooth and intuitive operation.
  8529.  
  8530.         - Supported fileformats of the Demo Release:
  8531.           BMP, GIF, IFF, JPEG (only greyscale), TIFF, PCX, TARGA,
  8532.           Multipic (*)
  8533.           (*) Special Amiga-libraries, allowing further loading of PBM,
  8534.               VLAB, YUVN, PGM, PPM, QRT, SunRaster, XIPaint, and others.
  8535.           The full version of IPR also supports colour-JPEG and Datatypes.
  8536.  
  8537.         - Support for all amiga-chipsets (support for PAL, NTSC, DblPAL,
  8538.           DblNTSC, VGA, MULTISCAN and others)
  8539.  
  8540.         - Easy to master, intuitive, consistent interface.
  8541.  
  8542.         - Color-manipulations on one of (or a combination of)
  8543.           the red, green or blue components of the picture.
  8544.  
  8545.         - Color-manipulations on specified color-registers.
  8546.  
  8547.         - Real time color manipulation.
  8548.  
  8549.         - Brightness, BroadCast, ColorFilter, ColorLimiter, Contrast,
  8550.           GammaCorrect, GrayScale, Intensity Range, Negative, Palette,
  8551.           Posterize, Solarize, Arc, Fisheye, Flip, Mirror, MultipleCopy,
  8552.           Rotate, Shear, Sinewave, Pixelize, Spotlight, Zoom, LineArt,
  8553.           Relief, ApplyPalette, ColorReduction, Palette optimization,
  8554.           RenderHAM, CropRectangle, Scale, and more!
  8555.  
  8556.         - Each function has a built-in demo-mode, showing the user the
  8557.           possibilities of that function.
  8558.  
  8559.         - Integrated viewer.
  8560.  
  8561. Author: Barnie Productions
  8562. Path: gfx/IPRDemo-1.0.lha
  8563.  
  8564. ==========
  8565.  
  8566. Irit    5.0    Multi-platform 3D solid object modeler
  8567.  
  8568. IRIT is a solid modeler developed for educational purposes.  Although
  8569. small, it is now powerful enough to create quite complex scenes.
  8570.  
  8571. IRIT started as a polygonal solid modeler and was originally developed
  8572. on an IBM PC under MSDOS.  Version 2.0 was also ported to X11 and version
  8573. 3.0  to SGI 4D systems.  Version 3.0 also includes quite a few free form
  8574. curves and surfaces tools.  See the UPDATE.NEW file for more detailed update
  8575. information.  In Version 4.0, the display devices were enhanced, freeform
  8576. curves and surfaces have further support, functions can be defined, and
  8577. numerous improvement and optimizations are added.
  8578.  
  8579. Author: Gershon Elber, Amiga port by Kriton Kyrimis
  8580. Path: gfx/Irit-5.0.lha
  8581.  
  8582. ==========
  8583.  
  8584. ITex2IFF    1.0    Convert pictures PC ITex => Amiga IFF
  8585.  
  8586. Converts ITex picture files to regular IFF files.  (ITex pictures are 
  8587. a PC format created by Imaging Technologies)
  8588.  
  8589. Author: Frédéric DELACROIX
  8590. Path: gfx/ITex2IFF-1.0.lha
  8591.  
  8592. ==========
  8593.  
  8594. JACOsub    2.1    Script player for making video titles
  8595.  
  8596. Timed script player/editor/timer for professional-quality
  8597. video titling.  Extremely flexible script format - complete
  8598. control over title position, style, margins, color, font,
  8599. auto-wordwrap, font outline/shadow generation, etc.  Time
  8600. events may be non-sequential and overlapping.  Mix IFF
  8601. bitmaps with titles; display AGA graphics.  3rd-party
  8602. script formats supported.  ARexx support.  True multi-video
  8603. buffering.  On-the-fly time shift and drift adjustments.
  8604.  
  8605. Author: Alex Matulich
  8606. Path: gfx/JACOsub-2.1.lha
  8607.  
  8608. ==========
  8609.  
  8610. JcGraph    1.21    Business grapher w/Intuition interface
  8611.  
  8612. JcGraph can show your data as bar,line, planes, stack, blocks, 2D and
  8613. 3D, etc...  Features: Real-time rotation around X, Y, Z axis, on-line
  8614. help,professionnal looking 2D and 3D graphs output.  ARexx interface
  8615. with 40+ commands. User manual on disk in French and English version.
  8616. Output: EPS, 3D GEO, AegisDraw2000 and IFF ILBM. 
  8617. Freely restributable (PostcardWare) (Save enabled and >3X3 charts).
  8618. v1.21. Binary Only.
  8619. Author:
  8620.  
  8621. Author: Jean-Christophe Clément
  8622. Path: gfx/JcGraph-1.21.lha
  8623.  
  8624. ==========
  8625.  
  8626. JellyBoxes    ?.?    384x482x6 102 frame anim, rotating cubes
  8627.  
  8628. A 102 frame 384x482x6 raytraced animation of 5 multicolor rotating
  8629. cubes that appear to be made out of something with the consistency
  8630. jello.
  8631.  
  8632. Author: Bill Graham
  8633. Path: gfx/JellyBoxes.lha
  8634.  
  8635. ==========
  8636.  
  8637. jpegAGA    1.0    Highest Quality JPEG viewer
  8638.  
  8639. jpegAGA is, at this time, the highest quality JPEG viewer (if a
  8640. map-file for that picture is available) To use it you need the AGA
  8641. chipset, a 68020 or higher processor and OS 3.0 or higher. This
  8642. program uses the HAM8-mode, gray- scale display will use
  8643. 256-color-mode.
  8644.  
  8645. Author: Günther Röhrich
  8646. Path: gfx/jpegAGA-1.0.lha
  8647.  
  8648. ==========
  8649.  
  8650. Juggette    ?.?    3 Animations of female Juggler
  8651.  
  8652. 3 Animations of female Juggler
  8653.  
  8654. Author: Eric Schwartz
  8655. Path: gfx/Juggette.lha
  8656.  
  8657. ==========
  8658.  
  8659. Juggette_3    ?.?    Animation of a female juggler
  8660.  
  8661. Animation of a female juggler
  8662.  
  8663. Author: Eric Schwartz
  8664. Path: gfx/Juggette3.lha
  8665.  
  8666. ==========
  8667.  
  8668. Klingon_ship.iob    ?.?    Imagine object
  8669.  
  8670. Imagine object submitted by Alasdair Whyte
  8671.  
  8672. Author: Alasdair Whyte
  8673. Path: gfx/Klingon_ship.iob.lha
  8674.  
  8675. ==========
  8676.  
  8677. KoreanConflict    ?.?    Animation of fighter aircraft
  8678.  
  8679. Animation of fighter aircraft
  8680.  
  8681. Author: Eric Schwartz
  8682. Path: gfx/KoreanConflict.lha
  8683.  
  8684. ==========
  8685.  
  8686. Lens    ?.?    384x482x6 102 frame anim, moving lense
  8687.  
  8688. A 102 frame 384x482x6 raytraced animation of a lense moving over a
  8689. multicolored background with various patterns.
  8690.  
  8691. Author: Bill Graham
  8692. Path: gfx/Lens.lha
  8693.  
  8694. ==========
  8695.  
  8696. MachineAnim    ?.?    An Imagine 3.1 animation
  8697.  
  8698. An Imagine 3.1 animation
  8699.  
  8700. Author: Bill Graham
  8701. Path: gfx/MachineAnim.lha
  8702.  
  8703. ==========
  8704.  
  8705. MainActor    1.55    A modular animation package
  8706.  
  8707. MainActor is a modular animation package which is able to
  8708. create/edit/time/play animations (of any size) of the provided
  8709. animation modules.  Modules included in this release :
  8710. IFF-Anim3/5/7/8/Brush/J, FLI, FLC, DL, AVI.  You also have a great
  8711. number of functions for animation proccessing.  MainActor is also able
  8712. to read and write Picture Modules : IFF, PCX, GIF, WB-ICON.  You can
  8713. associate sound effects to every frame of your animations.  Support
  8714. for the Picasso-II, Retina, Merlin and EGS cards is integrated.
  8715.  
  8716. Author: Markus Moenig
  8717. Path: gfx/MainActor-1.55.lha
  8718.  
  8719. ==========
  8720.  
  8721. Mand2000D    2.000    Demo of a revolutionary fractal program
  8722.  
  8723. Demo version of a revolutionary fractal program that makes it far easier
  8724. to explore the Mandelbrot set.  Mand2000 is compatible with all Amigas.
  8725. It has separate calc routines that have been optimized for the 68000,
  8726. 68020, 68030, 68040 & 68881 processors respectively.  It automatically
  8727. detects these to ensure maximum performance.  Mand2000 also makes full
  8728. use of AGA graphics when available.  A number of enhancements since the
  8729. original demo version.  Because of its release on CDROM, this version
  8730. also contains many more examples, demos, and animations than previously
  8731. released floppy disk distributions.
  8732.  
  8733. Author: Cygnus Software
  8734. Path: gfx/Mand2000D-2.000.lha
  8735.  
  8736. ==========
  8737.  
  8738. MandelTourDemo    3.0    Demo of a new fractal program
  8739.  
  8740. Demo version of a new Mandelbrot explorer with two original features:
  8741. (1) it keeps memory of all the pictures that have been saved so as to
  8742. make easier a systematic exploration of the Mandelbrot Set, with
  8743. various facilities for navigating in the graphic library formed
  8744. by these pictures (2) it has sophisticated routines for picture rendering,
  8745. far better than what can be achieved with the usual cyclic coloring of its 
  8746. competitors. MandelTour uses fixed point arithmetic routine from 32 bits 
  8747. to 128 bits. Possibility of complex animations.
  8748.  
  8749. Author: France Festival Distribution
  8750. Path: gfx/MandelTourDemo-3.0.lha
  8751.  
  8752. ==========
  8753.  
  8754. MannyManta    ?.?    384x482x6 102 frame anim - swimming ray
  8755.  
  8756. A 102 frame 384x482x6 raytraced animation of a swimming ray.
  8757.  
  8758. Author: Bill Graham
  8759. Path: gfx/MannyManta.lha
  8760.  
  8761. ==========
  8762.  
  8763. MazeTest    ?.?    Iff map reading program in Amos
  8764.  
  8765. Playable demo of a 3-D maze that uses an iff map created with a
  8766. paint program. Directory contains the compiled program, Amos, 
  8767. ascii source code, sample map and iff pictures used to create 
  8768. a shape table.
  8769.  
  8770. Author: Ronald F. Picardi
  8771. Path: gfx/MazeTest.lha
  8772.  
  8773. ==========
  8774.  
  8775. MJ    1.3    Animated biological Evolution Simulator.
  8776.  
  8777. An animated biological Evolution Simulator based on natural
  8778. selection of genetic characteristics. Uses two Screens: one
  8779. for the animated ecosystem, the other for loads of real-time
  8780. graphical statistics.
  8781. Depending on global parameters, will exhibit chaos, boom-bust
  8782. cycles, damped oscillations, etc.. Has AREXX support.
  8783.  
  8784. Author: Laurence Vanhelsuwé
  8785. Path: gfx/MegaJitter-1.3.lha
  8786.  
  8787. ==========
  8788.  
  8789. MegaView    2.0    A Multiview like program for WB 2.0+
  8790.  
  8791. A "Multi-View" kind of program for use with Workbench 2.0+.  It uses the
  8792. whatis.library (included) to recognize the file type then invoke a
  8793. filetype-specific program.  MegaView can be used from the Shell, from
  8794. Workbench, as Default Tool in project icons, as an AppIcon or as an
  8795. App-MenuItem.  Enhancements include localization and a GUI-based
  8796. FileActions editor.
  8797.  
  8798. Author: Hans-Jörg and Thomas Frieden
  8799. Whatislibrary by Sylvain Rougier and Pierre Carette
  8800. Path: gfx/MegaView-2.0.lha
  8801.  
  8802. ==========
  8803.  
  8804. MiniMorph    1.1b    A small morphing package
  8805.  
  8806. A little morphing package written in assembler, based on VMorph Version
  8807. 2 beta by Lee Wilkie (mainly for user interface).  Now supports 16-256
  8808. shade greyscale images.  Binary only, includes some sample images to work
  8809. with.
  8810.  
  8811. Author: Philippe Banwarth
  8812. Path: gfx/MiniMorph-1.1b.lha
  8813.  
  8814. ==========
  8815.  
  8816. MiniMorph    1.1d    A small morphing package
  8817.  
  8818. MiniMorph is a program that will allow you to create smooth morphs/warps
  8819. between two different images over a period of frames to create an animation.
  8820. Actually it works only on greyscale pictures (16-256). It has been written
  8821. 100% in assembler to be as fast as possible. For example morphing a 
  8822. 320*256*256 picture takes less than 9 seconds on a standard A1200.
  8823.  
  8824. Author: Philippe Banwarth
  8825. Path: gfx/MiniMorph-1.1d.lha
  8826.  
  8827. ==========
  8828.  
  8829. Morph    ?.?    160x200x6 302 frame anim - morphing objt
  8830.  
  8831. A 302 frame 160x200x6 raytraced animation of a rotating object that 
  8832. morphs between several different shapes, including cylinder, cone,
  8833. and diamond.
  8834.  
  8835. Author: Bill Graham
  8836. Path: gfx/Morph1.lha
  8837.  
  8838. ==========
  8839.  
  8840. Morph2    ?.?    384x482x6 153 frame anim - morphing objt
  8841.  
  8842. A 153 frame 384x482x6 raytraced animation of a rotating box that morphs
  8843. into a donut shape, blows apart into six orbiting balls, and then comes
  8844. back together again as a rotating box, in a continuous loop.
  8845.  
  8846. Author: Bill Graham
  8847. Path: gfx/Morph2.lha
  8848.  
  8849. ==========
  8850.  
  8851. Morph3    ?.?    384x482x6 102 frame anim - morphing objt
  8852.  
  8853. A 102 frame 384x482x6 raytraced animation of a rotating donut like object
  8854. where the inside splits off like the rim of a tire, and morphs into a
  8855. ball that shrinks away to nothing.
  8856.  
  8857. Author: Bill Graham
  8858. Path: gfx/Morph3.lha
  8859.  
  8860. ==========
  8861.  
  8862. Morph4    ?.?    384x482x5 132 frame anim - donut bulge
  8863.  
  8864. A 132 frame 384x482x5 raytraced animation of a bulge moving around
  8865. the inside of a donut, like a snake swallowing a rat.
  8866.  
  8867. Author: Bill Graham
  8868. Path: gfx/Morph4.lha
  8869.  
  8870. ==========
  8871.  
  8872. Mostra    2.0    IFF ILBM viewer with lots of options
  8873.  
  8874. Mostra 2.0 is a shareware IFF ILBM viewer featuring real-time unpacking
  8875. scroll, dozens of options, "smart" analysis of any IFF file (FORMs,
  8876. LISTs,... also nested ILBM!), total control over display modes, simple
  8877. slideshow processing, pattern matching, multipalette, double buffering,
  8878. fast decompression, color cycling, TeXdocs, startup files for easy custom
  8879. configurations and complete WB support.
  8880.  
  8881. Author: Sebastiano Vigna
  8882. Path: gfx/Mostra-2.0.lha
  8883.  
  8884. ==========
  8885.  
  8886. MP    1.03    ECS/AGA/OpalVision/PicassoII MPEG player
  8887.  
  8888. An MPEG player for ECS/AGA/OpalVision/PicassoII, It is derived from the
  8889. UNIX/X11 MPEG decoder version 2.0 by the Berkeley Plateau Research Group.
  8890. Many thanks to Lawrence A. Rowe, Ketan Patel and Brian Smith for publishing
  8891. that decoder, without them I wouldn't even know how MPEG works.  Requires
  8892. an 020+, 2MB, OS2.04.
  8893.  
  8894. Author: Michael van Elst
  8895. Path: gfx/MP-1.03.lha
  8896.  
  8897. ==========
  8898.  
  8899. Navigator    ?.?    A Virtual Reality presentation system
  8900.  
  8901. This program allows you to walk, drive and fly around in a 3 dimensional
  8902. computer generated world in realtime. It is used to visualize architectural,
  8903. industrial and artistic designs for presentation or analysis purposes.
  8904.  
  8905. You can use this program - live at your presentation
  8906.              - tape it to VHS
  8907.              - print out some pictures
  8908.  
  8909. Author: Michiel den Outer
  8910. Path: gfx/Navigator.lha
  8911.  
  8912. ==========
  8913.  
  8914. Oinker    ?.?    384x241x3 57 frame anim - feeding pigs
  8915.  
  8916. A 57 frame 384x241x3 animation of pigs feeding, that is a comment on
  8917. where the fruits of our labor go.
  8918.  
  8919. Author: Bill Graham
  8920. Path: gfx/Oinker.lha
  8921.  
  8922. ==========
  8923.  
  8924. OpaqueMove    1.1    An Opaque Window Movement Commodity
  8925.  
  8926. OpaqueMove is a commodity that provides opaque window movement for Intuition 
  8927. windows.  That is, instead of simply moving the outline of a window, the 
  8928. entire window contents are moved as you move the mouse.  The EGS window
  8929. system provides this capability, but does not extend it to standard Intuition
  8930. screens.  Hence this commodity.
  8931.  
  8932.    This commodity is intended for use with accelerated graphics cards such as
  8933. the @{i}GVP Spectrum. @{ui} Although it is possible to use it with standard
  8934. Amiga AGA screens, it is likely to be impractically slow except possibly in
  8935. single bitplane modes.  However, there are various controls which allow
  8936. selection of the conditions under which windows should be moved opaquely, and
  8937. under which they should be moved as an outline.
  8938.  
  8939. Author: Steve Koren
  8940. Path: gfx/OpaqueMove-1.1.lha
  8941.  
  8942. ==========
  8943.  
  8944. P-View    ?.?    A tiny ILBM viewer for OS 1.3/2/3
  8945.  
  8946. A tiny ILBM viewer for OS 1.3/2/3, capable of displaying all
  8947. AGA and pre-AGA viewmodes correctly.  On non-AGA machines, or where
  8948. the correct monitor is not available, an AGA picture will be shown
  8949. in the best mode possible using built-in defaults.
  8950.  
  8951. Author: Chas A.Wyndham
  8952. Path: gfx/P-View.lha
  8953.  
  8954. ==========
  8955.  
  8956. PaletteMerger    1.0    Merges two palettes together.
  8957.  
  8958. This utility merges two palette files together, useful especially for
  8959. large palettes (256 colors).  You can easily merge two 128-color
  8960. palettes to one 256-color palette.
  8961.  
  8962. Author: Rüdiger Hanke
  8963. Path: gfx/PaletteMerger-1.0.lha
  8964.  
  8965. ==========
  8966.  
  8967. PatchDT    ?.?    Patches datatypes library functions.
  8968.  
  8969. A program that patches a few functions in the datatypes library in order to
  8970. speed up the Workbench screen update when using datatypes objects as
  8971. backdrops in the workbench windows.  This is only useful with graphics
  8972. cards such as the Piccolo or GVP Spectrum; you will see no speedup when
  8973. using the native Amiga graphics.
  8974.  
  8975. Author: Stefan Boberg
  8976. Path: gfx/PatchDT.lha
  8977.  
  8978. ==========
  8979.  
  8980. PicCon    2.50    Programmers Image converter
  8981.  
  8982. PicCon is a program to aid developers of Amiga software for including
  8983. graphical images in their own programs.\n\n
  8984. In a full featured GUI you are able to cut out any portion of a loaded
  8985. picture and save it back to disk in a variety of formats. Supported formats
  8986. include: ordinary bitplanes, interleaved bitplanes, chunkypixels,
  8987. blittermasks, Amiga sprites, IFF ILBMs, workbench icons,
  8988. Super Nintendo/Famicom and Sega Megadrive/Genesis charactersets and lots
  8989. of variations on these main formats.\n
  8990. You can also save the picture's palette in a variety of formats, including
  8991. ordinary raw 4, 8, or 32 bits-per-gun, Amiga copperlists, IFF ILBM and more.\n
  8992. All saves can be done in either binary, as linkmodules (objectfiles), or in
  8993. sourcecode (assembler, C, E or Pascal).\n\n
  8994. The pictures which contain your images can be stored in IFF ILBM or any
  8995. format you've got datatypes' support for as the datatypes.library supplied
  8996. with OS3.0 is used (if present) by PicCon. RAW images and workbench icons
  8997. can also be loaded (for e.g. reediting), and PicCon also supports loading
  8998. and handling of standard IFF ANIMs.\n\n
  8999. Some simple (but, in this context, useful) imageprocessing tools have been
  9000. included in PicCon, like pen remapping, palette compression, size and depth
  9001. scaling and palette fitting. Other features that have proved very handy for
  9002. time-saving purposes are the "gridsave", "autocrop" and "autoscan" functions.
  9003. The "autoscan" function makes it possible to process a whole picture full
  9004. of images in one operation. The "gridsave" feature lets you save hundreds
  9005. of e.g. maptiles for backgroundgraphics in a game in a single command.\n\n
  9006.  
  9007. Author: Morten Eriksen
  9008. Path: gfx/PicCon-2.50.lha
  9009.  
  9010. ==========
  9011.  
  9012. PicMerge    2.3    Merges two same-sized BitMaps
  9013.  
  9014. This little program merges two same-sized BitMaps by using logical
  9015. operators. All Amiga-Viewmodes are available, except of the HAM-
  9016. and 8HAM-Mode. That means, you can work with pictures with up to
  9017. 256 colors.
  9018.  
  9019. The idea for this program was born as I was in trouble. How can I
  9020. merge two animations (one on the left, one on the right) in one?
  9021. So I done a simple hack to 'OR' the BitMaps. After adding a little
  9022. GUI-Interface I decided to make PicMerge public.
  9023.  
  9024. Author: Frank Düber
  9025. Path: gfx/PicMerge-2.3.lha
  9026.  
  9027. ==========
  9028.  
  9029. POVControl    1.0    Set POV parameters using GUI interface.
  9030.  
  9031. POV Control is a utility that can set the parameters of the Persistence Of
  9032. Vision 2.x raytracer from the POV Team, only by using an intuition
  9033. interface.
  9034.  
  9035. All the beginners to POV would appreciate it, because this kind of software
  9036. hasn't existed on the Amiga until now.  For the intermediate users of POV
  9037. and for all the other, POV Control would certainly made them save time.
  9038.  
  9039. Author: Nicolas Mougel
  9040. Path: gfx/POVControl-1.0.lha
  9041.  
  9042. ==========
  9043.  
  9044. PovPanel    1.3    GUI for POV 2.2
  9045.  
  9046. PovPanel is  a graphical frontend for  the Persistence of  Vision raytracer
  9047. V2.0/2.2 (mostly known as POV).  It allows you to configure all the POV
  9048. options using checkbox, slider, mx and string gadgets.  Once you  have
  9049. configured the options for POV, click on the GO gadget.  An asynchronous
  9050. CLI will open and execute POV with the options you specified. You may now
  9051. Quit Povpanel and leave pov running, or you can set up more options, press
  9052. GO and start another POV process.  You can  do this as many times as you
  9053. like, but you will soon be running at snail pace. :-)
  9054.  
  9055. Author: Colin Bell
  9056. Path: gfx/PovPanel-1.3.lha
  9057.  
  9058. ==========
  9059.  
  9060. PPMQVGA    5    Quantizes PPM files to 8 planes.
  9061.  
  9062. Quantizes PPM files to 8 planes, with optional FloydSteinberg dithering.
  9063. Input is a PPM file from the file named, or standard input if no file is
  9064. provided.  Also includes PPMtoILBM, a PPM to IFF converter by Jef Poskanzer
  9065. and Ingo Wilken.
  9066.  
  9067. Author: Lyle Rains
  9068. enhancements by Bill Davidsen
  9069. Path: gfx/PPMQVGA-5.lha
  9070.  
  9071. ==========
  9072.  
  9073. Promotor    1.9    Promote screens to any mode.
  9074.  
  9075. Allows you to promote screens to any mode you wish.  You can give
  9076. instructions for specific screens, give general promotion rules, promote
  9077. depending on the mode requested by the program, or depending on: the task
  9078. requesting the screen, the title of the screen or the public screen name
  9079. for the requested screen.  You can also do more than simply change the
  9080. mode, You can change the DriPens for the screens, the number of colors in
  9081. the ColorMap, and a lot more (check out the tags for OpenScreenTags, most
  9082. of them can be changed using the Promotor).
  9083.  
  9084. Author: Kurt Haenen
  9085. Path: gfx/Promotor-1.9.lha
  9086.  
  9087. ==========
  9088.  
  9089. PSFonts    ?.?    14 type1 fonts for Imagine spline editor
  9090.  
  9091. Since the release of Imagine 2.9 last November, along with 3.0 a couple of
  9092. months ago, it has been a little difficult finding Type I Postscript fonts
  9093. that'll work in Imagine's Spline editor.  The reasons for this are varied.
  9094.  
  9095. Typically, PS fonts in the Amiga domain have been processed with Gold
  9096. Disk's Font Manager or some other utility for use in DTP applications.
  9097. Also, these later versions of Imagine have been compiled on a PC and ported
  9098. to the Amiga.  Some of the PS fonts have way too much detail and curves,
  9099. causing the Spline editor to return an error, or the object comes in as an
  9100. axis only.
  9101.  
  9102. So I set upon a quest of sorts, downloading Type I Postscript fonts from
  9103. various nets and BBSs, and seeing which ones would load into Imagine.
  9104. Naturally I cannot claim that the fonts in this archive represent the
  9105. majority available to the Amiga user (at least, I sure hope not!), but they
  9106. have all been tested and work just fine in 3.0, and presumably, 2.9.
  9107.  
  9108. They all are, to the best of my knowledge, in the public domain.  You will
  9109. need to play with them a little, checking for duplicate points and coplanar
  9110. edges.  But they do look very nice when rendered.  These are the .pfb files
  9111. only, just put them in your PSFonts directory and you're ready to go
  9112. (rtfm).  In any event, have fun, and keep on rendering!
  9113.  
  9114. Also included is a 16 color HiRes IFF of a rendered example of each of the
  9115. fonts.
  9116.  
  9117. Author: Unknown, submitted by Bill Graham
  9118. Path: gfx/PSFonts.lha
  9119.  
  9120. ==========
  9121.  
  9122. Pteradactyl    ?.?    Pteradactyl in flight
  9123.  
  9124. This is a small quarter-screen HAM Interlace test animation of a pteradactyl
  9125. in flight flapping its wings, opening its mouth and turning its head from
  9126. side to side.  It shows the use of the Bones feature in Imagine V3.0 to
  9127. articulate once static objects.  It could be easily made to wiggle its feet,
  9128. blink its eyes, and even land and hop with very little effort. The test anim
  9129. was done at quarter-screen to keep the size down. I suggest using ViewTek
  9130. at F7 speed for viewing.
  9131.  
  9132. Author: Ted Stethem
  9133. Path: gfx/pteradactyl.lha
  9134.  
  9135. ==========
  9136.  
  9137. Pulse    ?.?    160x100x6 252 frame anim - thorny sphere
  9138.  
  9139. A 252 frame 160x100x6 raytraced animation of a sphere with thorns,
  9140. over a moving background.  (Hey, let's see *you* come up with a
  9141. better description!)
  9142.  
  9143. Author: Bill Graham
  9144. Path: gfx/Pulse.lha
  9145.  
  9146. ==========
  9147.  
  9148. QMJ    5.4    Generates Mandelbrot/Julia/Quaternions.
  9149.  
  9150. A program to generate Mandelbrot, Julia and Quaternion Julia slice images.
  9151. Features of this version; specify with the mouse which part of an image to
  9152. enlarge; save an image (compressed or uncompressed ILBM); reload an image
  9153. (compressed/uncompressed ILBM format); continue a saved, but unfinished
  9154. image, edit the colours used for drawing, load only the palette from
  9155. another image; control the complete mathematical process; choose the method
  9156. for colouring the image; send the image to the printer; choose IEEE or FFP
  9157. maths; choose low or medium resolution modes.
  9158.  
  9159. Author: Chris Baxter
  9160. Path: gfx/QMJ-5.4.lha
  9161.  
  9162. ==========
  9163.  
  9164. QualityTime    ?.?    Flip the Frog animation
  9165.  
  9166. Flip the Frog animation
  9167.  
  9168. Author: Eric Schwartz
  9169. Path: gfx/QualityTime.lha
  9170.  
  9171. ==========
  9172.  
  9173. RDS    2.1    Single Image Random Dot Stereogram genr.
  9174.  
  9175. Single-Image-Random-Dot Stereogram generator.  A random dot stereogram is
  9176. a picture that looks like snow on a TV.  By training your eye muscles to
  9177. behave in a certain way, a 3-D image will magically appear.  I do not know
  9178. the specific optical properties that cause this to work.  All I know is
  9179. that it does.
  9180.  
  9181. Author: Ben Sutter
  9182. Path: gfx/RDS-2.1.lha
  9183.  
  9184. ==========
  9185.  
  9186. RDSGen    1.0    Single Image Random Dot Stereogram genr.
  9187.  
  9188. A "SIRDS" generator.  SIRDS are Single-Image-Random-DotStereograms and are
  9189. "real" three-dimensional pictures.  The dots (which seem random) are
  9190. calculated in such a way that if you focus "behind" the picture (monitor,
  9191. etc), you will see a 3D pic with a real feeling of "depth".  It can be hard
  9192. to see the pics the first time, but don't give up! Most people succeed in
  9193. seeing them, though it may take some time.
  9194.  
  9195. Author: Martin Rebas
  9196. Path: gfx/RDSGen-1.0.lha
  9197.  
  9198. ==========
  9199.  
  9200. ReadDCTV    1.0    Convert DCTV pics to 24-bit ILBM IFFs.
  9201.  
  9202. Converts DCTV pictures to 24-bit ILBM IFF's.  Should work on pre-2.0
  9203. systems, but does require iffparse.library.  It also requires at least V3
  9204. of dctv.library.
  9205.  
  9206. Author: Garrick Meeker
  9207. Path: gfx/ReadDCTV-1.0.lha
  9208.  
  9209. ==========
  9210.  
  9211. ReScale    1.0    Horizontally  rescales  IFF  pictures
  9212.  
  9213. Horizontally  rescales  IFF  pictures.  The program is used ONLY from
  9214. the CLI by giving it the names of the source and destination files, and
  9215. the number of pixels per row for the destination file.  The source file
  9216. must be an UNCOMPRESSED IFF ILBM file.
  9217.  
  9218. Author: Frédéric DELACROIX
  9219. Path: gfx/Rescale-1.0.lha
  9220.  
  9221. ==========
  9222.  
  9223. Ride    ?.?    352x220x4 327 frame anim - objt on belt
  9224.  
  9225. A 327 frame 352x220x4 raytraced animation of an object shaped somewhat 
  9226. like an iron on a single wheel, rolling along a roller coaster like
  9227. beltway, while various other geometric shaped objects fly around.
  9228.  
  9229. Author: Bill Graham
  9230. Path: gfx/Ride.lha
  9231.  
  9232. ==========
  9233.  
  9234. RippleCube    ?.?    384x482x6 152 frame anim - rotating cube
  9235.  
  9236. A 152 frame 384x482x6 raytraced animation of a rotating cube with
  9237. various shimmering surfaces with wildly colored patterns.
  9238.  
  9239. Author: Bill Graham
  9240. Path: gfx/RippleCube.lha
  9241.  
  9242. ==========
  9243.  
  9244. RippleGrey    ?.?    320x200x4 402 frame anim - rotating cube
  9245.  
  9246. A 402 frame 320x200x4 raytraced animation of a rotating greyscale
  9247. cube with various patterns on the surfaces and some other objects
  9248. surrounding it.
  9249.  
  9250. Author: Bill Graham
  9251. Path: gfx/RippleGray.lha
  9252.  
  9253. ==========
  9254.  
  9255. RoundCandy    ?.?    384x482x6 62 frame anim - dancing candy
  9256.  
  9257. A 62 frame 384x482x6 raytraced animation of two pieces of "round candy"
  9258. dancing on a disco like background.
  9259.  
  9260. Author: Bill Graham
  9261. Path: gfx/RoundCandy.lha
  9262.  
  9263. ==========
  9264.  
  9265. RunnerAnim    ?.?    R3D v2.4 example anim of running legs
  9266.  
  9267. This anim shows the new Skeleton primative being used to animate a pair of
  9268. running legs.  Each leg has two inverse kinematic methods acting on it.
  9269. One on the ankle and one on the toes.  Setting up this kind of action
  9270. would have taken hours in older versions instead of the few minutes it
  9271. took to put this simple demonstration together.  The results are by no
  9272. means perfect but it does show how powerful the new skeleton can be.
  9273.  
  9274. Author: Andy Jones
  9275. Path: gfx/RunnerAnim.lha
  9276.  
  9277. ==========
  9278.  
  9279. ScaleIcon    1.5    MUI application to scale Workbench icons
  9280.  
  9281. An MUI application that enables you to scale your Workbench icons in a
  9282. simple and convenient manner.  It supports scaling by fraction (in
  9283. percent), by absolute sizes, halving and doubling and to use an icon (size)
  9284. as template.  Any of these actions may be performed on any one or both
  9285. axes.  Requires MUI.
  9286.  
  9287. Author: Frode Fjeld
  9288. Path: gfx/ScaleIcon-1.5.lha
  9289.  
  9290. ==========
  9291.  
  9292. ShowJPEG    1.5    A JPEG picture viewer for Picasso board.
  9293.  
  9294. A JPEG picture viewer for the Picasso board.  Features include: As
  9295. compatible to the jpeg-standard as software can be, Supports
  9296. greyscaled pictures, Various speed/quality tradeoff settings, Fast,
  9297. CLI or WB start, Can be aborted anytime (with Ctrl-C or Escape),
  9298. Filerequester, Pattern matching, Nocrop option, and Backdrop-screen.
  9299.  
  9300. Author: Roman Hiestand
  9301. Path: gfx/ShowJPEG-1.5.lha
  9302.  
  9303. ==========
  9304.  
  9305. ShowVIC    3.06    Convert & display Commodore 64 pictures.
  9306.  
  9307. A utility that converts and displays Commodore 64 picture files.  A number
  9308. of different formats are supported, which ShowVIC will automatically
  9309. identify and convert.  These include: Koala; Artist 64; Art Studio;
  9310. Advanced Art Studio; Image System (multi-colour and hires); Blazing
  9311. Paddles; Vidcom 64; Doodle; FLI; Hi-Eddi; Amica-Paint and PageFox.  Requies
  9312. OS2.04+.
  9313.  
  9314. Author: Matt Francis
  9315. Path: gfx/ShowVIC-3.06.lha
  9316.  
  9317. ==========
  9318.  
  9319. Show_2024    38.7    Displays grey scale IFF's on CBM A2024.
  9320.  
  9321. A program for displaying IFF ILBM pictures on a Commodore A2024 grey scale
  9322. monitor.  Pictures may either be shown in their original resolution or
  9323. converted for the special A2024 high resolution mode.  Pictures with more
  9324. than 8 colors (4 colors for high resolution mode) will be dithered.
  9325.  
  9326. Author: Daniel Wicke
  9327. Path: gfx/Show_2024-38.7.lha
  9328.  
  9329. ==========
  9330.  
  9331. ShuttleCock    ?.?    Animation of Space Shuttles
  9332.  
  9333. Animation of Space Shuttles
  9334.  
  9335. Author: Eric Schwartz
  9336. Path: gfx/ShuttleCock.lha
  9337.  
  9338. ==========
  9339.  
  9340. SillyPutty    ?.?    320x400x5 152 frame anim - ball of putty
  9341.  
  9342. A 152 frame 320x400x5 raytraced animation of an ugly looking "ball of
  9343. putty" that looks like it's trying to reproduce by dividing into two
  9344. balls.
  9345.  
  9346. Author: Bill Graham
  9347. Path: gfx/SillyPutty.lha
  9348.  
  9349. ==========
  9350.  
  9351. SIRDS_GEN    3.14    Single Image Random Dot Stereogram genr.
  9352.  
  9353. Single-Image-Random-Dot Stereogram generator.  SIRDSs are "real"
  9354. three-dimensional pictures.  The dots (which seem random) are calculated
  9355. in such a way that if you focus "behind" the picture (monitor,etc), you
  9356. will see a 3D pic with a real feeling of "depth".  This version features:
  9357. Function plotting, and viewing as SIRDS; Free choice of screen-mode;
  9358. Scaling of the picture; Should run on Graphics cards too (not much tested,
  9359. but Picasso II is working); Automatic correction of the eyewidth to the
  9360. displaymode; Uses datatypes for reading the picture; 32-bit color
  9361. functions used; Uses a symmetric algorithm; Generation of "SIS" possible;
  9362. Flimmering, various settings possible, 3 different pattern-modes and more!
  9363.  
  9364. Author: Michael Mutschler
  9365. Path: gfx/SIRDS_GEN-3.14.lha
  9366.  
  9367. ==========
  9368.  
  9369. Skydive    ?.?    Animation of a harrier jet
  9370.  
  9371. Animation of a harrier jet doing a skydive
  9372.  
  9373. Author: Eric Schwartz
  9374. Path: gfx/Skydive.lha
  9375.  
  9376. ==========
  9377.  
  9378. Softshadows    ?.?    An Imagine tutorial
  9379.  
  9380. An Imagine tutorial including an Imagine project file,
  9381. a jpeg example pic, and some illustrations along with an
  9382. explanatory text file.
  9383.  
  9384. Author: Bill Graham
  9385. Path: gfx/Softshadows.lha
  9386.  
  9387. ==========
  9388.  
  9389. SpaceCheezeBurger    ?.?    384x482x6 101 frame anim - wierd burger
  9390.  
  9391. A 101 frame 384x482x6 raytraced animation of a most unappetizing
  9392. burger.
  9393.  
  9394. Author: Bill Graham
  9395. Path: gfx/SpaceCheezeBurger.lha
  9396.  
  9397. ==========
  9398.  
  9399. StealthyBomber    ?.?    Animation of a Stealth Bomber
  9400.  
  9401. Animation of a Stealth Bomber
  9402.  
  9403. Author: Eric Schwartz
  9404. Path: gfx/StealthyBomber.lha
  9405.  
  9406. ==========
  9407.  
  9408. StealthyManeuver    ?.?    Animation of a Stealth fighter
  9409.  
  9410. Animation of a Stealth fighter
  9411.  
  9412. Author: Eric Schwartz
  9413. Path: gfx/StealthyManeuver.lha
  9414.  
  9415. ==========
  9416.  
  9417. SuperView    4.42    Graphics Viewer/Converter/ScreenGrabber
  9418.  
  9419. SuperView is a localized Graphics Viewer/Converter/ScreenGrabber for
  9420. the superview.library, with ARexx-Support, GUI, Online-Help, Cx-Support
  9421. and many more features.
  9422.  
  9423. Converting graphics and "Screen-Grabbing" is possible in a very comfortable
  9424. and object-oriented manner, also allows image processing via SVOperators.
  9425.  
  9426. Needs at least superview.library V9+, which includes the following
  9427. FileFormats, Display Drivers and Operators (V9.12) :
  9428.  
  9429. SVObjects :    - IFF-ILBM, IFF-ACBM, PCX, GIF, BMP (W*nd*ws), JPEG,
  9430.                  TIFF, FBM (*nix), PNM (*nix), IMG (GEM), WPG (W*rdP*rf*ct),
  9431.                  MAC (M*cPaint), C64 (Koala,Doodle), Targa, Pictor/PCPaint,
  9432.                  SunRaster, IFF-YUVN, WinIcon, SVO (own Format) and
  9433.                  all OS3-Datatypes !
  9434.                  Reads XPK- and PP20-packed data via Unpack.svobject.
  9435.  
  9436. SVDrivers :    - ECS, AGA, EGS-Cards, OpalVision
  9437.  
  9438. SVOperators :  - Dither24Bit, 24BitToHam6, HilbertDither256, XOR,
  9439.                  ExtractRed, ExtractGreen, ExtractBlue, ExtractGrayScales,
  9440.                  TopToBottom, LeftToRight
  9441.  
  9442. Author: Andreas Ralph Kleinert
  9443. Path: gfx/SuperView-4.42.lha
  9444.  
  9445. ==========
  9446.  
  9447. SuperView-Lib    9.12    Modular graphics viewing shared library
  9448.  
  9449. Superview-Library V9.12, a modularian Shared Library-System for loading,
  9450. saving, displaying and processing of various common Graphic File Formats.
  9451. Uses sub-libraries for loading/saving (SVObjects), displaying (SVDrivers)
  9452. and processing (SVOperators).
  9453.  
  9454. Includes all needed programming stuff and example source code.
  9455.  
  9456. Author: Andreas Ralph Kleinert
  9457. Path: gfx/SuperView-Lib-9.12.lha
  9458.  
  9459. ==========
  9460.  
  9461. svoJPEG    2.3    JPEG svobject for superview library V6+
  9462.  
  9463. JPEG svobject for superview.library V6+.  Allows switching between 8
  9464. and 24 bit output via control pads, writes JPEG (24 Bit) from 1-8 and
  9465. 24 bit, worked fine with all tested 24 bit JPEGs.
  9466.  
  9467. Author: Andreas Ralph Kleinert
  9468. Path: gfx/svoJPEG-2.3.lha
  9469.  
  9470. ==========
  9471.  
  9472. TakoI    ?.?    208x400x6 152 frame anim - skull & more
  9473.  
  9474. A 152 frame 208x400x6 raytraced animation of a rotating skull with a
  9475. waving tentacle growing out of the top of it.
  9476.  
  9477. Author: Bill Graham
  9478. Path: gfx/TakoI.lha
  9479.  
  9480. ==========
  9481.  
  9482. TextDemo    5    3D Dungeon with shading; AGA/ECS (020+).
  9483.  
  9484. This demo enables you to walk through a 3D dungeon.  All walls are
  9485. realtime texturemapped and shaded.  The ECS version uses 64 colors.
  9486. The AGA version uses 256 colors.
  9487.  
  9488. Author: John Hendrikx
  9489. Path: gfx/TextDemo-5.lha
  9490.  
  9491. ==========
  9492.  
  9493. ThanksGiving92    ?.?    160x200x6 101 frme anim, morphing turkey
  9494.  
  9495. A 101 frame 160x200x6 raytraced animation of a turkey that gets
  9496. beheaded and morphs into a roasted turkey, landing on a plate that
  9497. the hatchet morphs into.
  9498.  
  9499. Author: Bill Graham
  9500. Path: gfx/ThanksGiving92.lha
  9501.  
  9502. ==========
  9503.  
  9504. Thunderbird_1.iob    ?.?    Imagine object
  9505.  
  9506. Imagine object submitted by Alasdair Whyte
  9507.  
  9508. Author: Alasdair Whyte
  9509. Path: gfx/Thunderbird_1.iob.lha
  9510.  
  9511. ==========
  9512.  
  9513. TIFFView    1.14    Read-view-print TIFF,MACpaint,GIF,JPEG
  9514.  
  9515. A utility to read, view and print 'TIFF', 'MacPaint', 'GIF(87a & 89a)'
  9516. &'IFF', 'JPEG' or any image you have a 'DataType' for, and to write
  9517. them back as 'TIFF', 'JPEG' or 'IFF' files.
  9518.  
  9519. TIFFView is the most complete TIFF, GIF and JPEG reader ever seen on the
  9520. Amiga!
  9521.  
  9522. Author: Bert Wynants
  9523. Path: gfx/TIFFView-1.14.lha
  9524.  
  9525. ==========
  9526.  
  9527. TMonsterGray3Anim    ?.?    Hires 8 color grayscale imagine 3.0 anim
  9528.  
  9529. A hires 8 color grayscale animation done with Imagine 3.0.
  9530.  
  9531. Author: Bill Graham
  9532. Path: gfx/TMonsterGray3Anim.lha
  9533.  
  9534. ==========
  9535.  
  9536. TongueMonster    ?.?    160x225x6 81 frame anim - frog monster
  9537.  
  9538. An 81 frame 160x225x6 raytraced animation of a frog like creature
  9539. with an oversized tongue.
  9540.  
  9541. Author: Bill Graham
  9542. Path: gfx/TongueMonster.lha
  9543.  
  9544. ==========
  9545.  
  9546. Transit    ?.?    160x200x6 127 frame anim - fly through
  9547.  
  9548. A 127 frame 160x200x6 raytraced animation of something like a ship flying
  9549. through a wormhole.  Shades of Deep Space 9 ...
  9550.  
  9551. Author: Bill Graham
  9552. Path: gfx/Transit.lha
  9553.  
  9554. ==========
  9555.  
  9556. TriceraWalk    ?.?    Bones animated triceratops.
  9557.  
  9558. Finally got around to animating the triceratops that comes with Imagine
  9559. using bones. This is a test animation in HAM Interlace quarterscreen to keep
  9560. the file size down. The triceratops gallops across the flatland in front of 
  9561. an erupting volcano, stops and shakes his head furiously, lowers his head
  9562. and snaps at the ground. The motion of the triceratops still needs some
  9563. tweaking to look more realistic but this bones stuff becomes addictive. BTW,
  9564. this animation uses Particles, Applique, the new Mountain Top texture, the
  9565. new Leather texture and Bones.
  9566.  
  9567. Author: Ted Stethem
  9568. Path: gfx/TriceraWalk.lha
  9569.  
  9570. ==========
  9571.  
  9572. TrickOrTreat    ?.?    208x250x6 119 frame anim, Jack-O-Lantern
  9573.  
  9574. A 119 frame 208x250x6 raytraced animation of a "melting Jack-O-Lantern".
  9575.  
  9576. Author: Bill Graham
  9577. Path: gfx/TrickOrTreat.lha
  9578.  
  9579. ==========
  9580.  
  9581. TSMorph    3.0    A comprehensive morphing package.
  9582.  
  9583. TSMorph is a set of morphing programs. It consists of three programs:\n
  9584.  
  9585.      TSMorph         Edit the Morph parameters\n
  9586.      TSMorph-render  Generate the morphed images\n
  9587.      TSMorph-prefs   Preferences editor\n
  9588.  
  9589. TSMorph is used to create a parameter file which is used by
  9590. TSMorph-render to produce the morphed images. Run times can be about 3
  9591. seconds per frame for a 150x150 image on a 28Mhz 68040.\n
  9592.  
  9593. TSMorph-render can be used to either morph one (or a series of)
  9594. image(s) to another in a set number of frames with a number of control
  9595. points, or just distort one (or a series of) image(s) with control
  9596. points. When TSMorph is run without parameters it will display an ASL
  9597. file requester for a file created by TSMorph, it will then create the
  9598. images, displaying a Progress Requester on the default public (or
  9599. named) screen allowing the process to be interrupted and/or stopped.\n
  9600.  
  9601. ARexx scripts are run before and after each image is processed. These
  9602. allow the changing of movement and colour to be controlled along with
  9603. the ability to only generate some frames, and also post image
  9604. processing (e.g. to change to a non-24-bit format and build an
  9605. animation).\n
  9606.  
  9607. TSmorph is used to generate the parameter file. When run it displays
  9608. an Information Window on a public screen. This allows the input of the
  9609. file names to morph between, the number of frames, the start frame,
  9610. the output file names, and the type of morph (single or dual images)
  9611. to be changed.\n
  9612.  
  9613. It also allows the editing of control points on the images. The images
  9614. are displayed on a public screen in resizeable, scrollable windows.\n
  9615.  
  9616. When the images are displayed control points can be edited in various
  9617. modes. These modes allow the addition, deletion, linking and unlinking
  9618. of the control points.\n
  9619.  
  9620. Context sensitive help is displayed using amigaguide (if available).
  9621. The 'Help' key can be pressed in the gadgets, over the gadgets, on
  9622. menus or anytime a window is active.\n
  9623.  
  9624. Author: Topicsave Limited
  9625. Path: gfx/TSMorph-3.0.lha
  9626.  
  9627. ==========
  9628.  
  9629. TSMorph    3.2    A comprehensive morphing package.
  9630.  
  9631. TSMorph is a set of morphing programs. It consists of three programs:\n
  9632.  
  9633.      TSMorph         Edit the Morph parameters\n
  9634.      TSMorph-render  Generate the morphed images\n
  9635.      TSMorph-prefs   Preferences editor\n
  9636.  
  9637. TSMorph is used to create a parameter file which is used by
  9638. TSMorph-render to produce the morphed images. Run times can be about 3
  9639. seconds per frame for a 150x150 image on a 28Mhz 68040.\n
  9640.  
  9641. TSMorph-render can be used to either morph one (or a series of)
  9642. image(s) to another in a set number of frames with a number of control
  9643. points, or just distort one (or a series of) image(s) with control
  9644. points. When TSMorph is run without parameters it will display an ASL
  9645. file requester for a file created by TSMorph, it will then create the
  9646. images, displaying a Progress Requester on the default public (or
  9647. named) screen allowing the process to be interrupted and/or stopped.\n
  9648.  
  9649. ARexx scripts are run before and after each image is processed. These
  9650. allow the changing of movement and colour to be controlled along with
  9651. the ability to only generate some frames, and also post image
  9652. processing (e.g. to change to a non-24-bit format and build an
  9653. animation).\n
  9654.  
  9655. TSmorph is used to generate the parameter file. When run it displays
  9656. an Information Window on a public screen. This allows the input of the
  9657. file names to morph between, the number of frames, the start frame,
  9658. the output file names, and the type of morph (single or dual images)
  9659. to be changed.\n
  9660.  
  9661. It also allows the editing of control points on the images. The images
  9662. are displayed on a public screen in resizeable, scrollable windows.\n
  9663.  
  9664. When the images are displayed control points can be edited in various
  9665. modes. These modes allow the addition, deletion, linking and unlinking
  9666. of the control points.\n
  9667.  
  9668. Context sensitive help is displayed using amigaguide (if available).
  9669. The 'Help' key can be pressed in the gadgets, over the gadgets, on
  9670. menus or anytime a window is active.\n
  9671.  
  9672. Author: Topicsave Limited
  9673. Path: gfx/TSMorph-3.2.lha
  9674.  
  9675. ==========
  9676.  
  9677. U_Paint    1.0    Paint Program for A1200 and A4000
  9678.  
  9679. Paint Program for A1200 and A4000
  9680.  
  9681. Author: Andreas Meinert
  9682. Path: gfx/U_PAINT-1.0.lha
  9683.  
  9684. ==========
  9685.  
  9686. VideoTitler    1.15    Create Title/Credits for your own video
  9687.  
  9688. Generates professional looking TV titles and credits for your own
  9689. videos.  Outstanding abilities are very smooth scrolling, color slides
  9690. (AGA-support), and usage of colorfonts.  Binary only,
  9691.  
  9692. Author: Andreas Ackermann
  9693. Path: gfx/VideoTitler-1.15.lha
  9694.  
  9695. ==========
  9696.  
  9697. VietnamConflict    ?.?    Animation of 2 fighter jets
  9698.  
  9699. Animation of 2 fighter jets
  9700.  
  9701. Author: Eric Schwartz
  9702. Path: gfx/VietnamConflict.lha
  9703.  
  9704. ==========
  9705.  
  9706. Viewtek    2.1.378    Feature packed picture/animation viewer
  9707.  
  9708. A feature packed Picture/Animation Viewer.  Shows most ILBM's (including
  9709. 24-bit ILBM's), most Compuserve GIF format images, most JFIF format JPEG
  9710. images and most ANIM Op-5 format animations, with support for different
  9711. palettes for each frame.  Supports SHAM, CTBL, and PCHG images, full
  9712. support of ECS/AGA display modes (ie. show 256 color GIF's directly, show
  9713. 800x600 HAM animations, etc.).  Supports viewing contents of clipboard.
  9714. Iconifies to a Workbench AppIcon.  Includes versions for DCTV, EGS, IV-24,
  9715. Firecracker, OpalVision, Retina, and Picasso
  9716.  
  9717. Author: Thomas Krehbiel
  9718. Path: gfx/Viewtek-2.1.378.lha
  9719.  
  9720. ==========
  9721.  
  9722. VTOLContest    ?.?    Animation of 2 competing VTOL aircraft
  9723.  
  9724. Animation of 2 competing VTOL aircraft
  9725.  
  9726. Author: Eric Schwartz
  9727. Path: gfx/VTOLContest.lha
  9728.  
  9729. ==========
  9730.  
  9731. WarpoTheClown    ?.?    240x300x6 101 frame anim - clown head
  9732.  
  9733. A 101 frame 240x300x6 raytraced animation of a warping clown head.
  9734.  
  9735. Author: Bill Graham
  9736. Path: gfx/WarpoTheClown.lha
  9737.  
  9738. ==========
  9739.  
  9740. WavesHam    ?.?    HAM Anim of Soothing Twilight Waves
  9741.  
  9742. A HAM DIFF animation for playback with PlayDIFF, the freely distributable
  9743. player from MagicLantern.  A Bit more ragged than the 24 bit version, but
  9744. nice on your monitor with the lights off. :)
  9745.  
  9746. Author: Chris Hurley
  9747. Path: gfx/WavesHam.lha
  9748.  
  9749. ==========
  9750.  
  9751. Wiggle    ?.?    320x400x6 53 frame anim - skull & tongue
  9752.  
  9753. A 53 frame 320x400x6 raytraced animation of a skull with waving tentacles
  9754. growing out of it, and a long waving tongue.
  9755.  
  9756. Author: Bill Graham
  9757. Path: gfx/Wiggle.lha
  9758.  
  9759. ==========
  9760.  
  9761. Windmill    ?.?    Windmill
  9762.  
  9763. This is a 100 frame test animation I did as a proof of a concept for a
  9764. technique I developed to simulate tall grass blowing in the wind.  The
  9765. method used to create it is described in articles I wrote for Amiga
  9766. Video/Graphics and a new publication, LightWave Pro (put out by the VTU
  9767. people).  It was done with LightWave 3.0 and took about 10mins per frame
  9768. with antialiasing at 752x480 resolution on a 33MHz Zeus equipped 2000.
  9769.  
  9770. Author: Mark Thompson
  9771. Path: gfx/Windmill.lha
  9772.  
  9773. ==========
  9774.  
  9775. WormBall    ?.?    208x250x6 76 frame anim - ball+tentacles
  9776.  
  9777. A 76 frame 208x250x6 raytraced animation of a rotating ball with
  9778. waving tentacles growing out of it.
  9779.  
  9780. Author: Bill Graham
  9781. Path: gfx/WormBall.lha
  9782.  
  9783. ==========
  9784.  
  9785. xv    2.10    Amiga port of the popular unix displayer
  9786.  
  9787. This is a port of an X11 program called Xv (v3.10) by John Bradley.
  9788.  
  9789. XV is a program that displays image files in GIF87, GIF89, JPEG,
  9790. PBM/PGM/PPM, TIFF, PDS/VICAR Sun Rasterfile, and X11 Bitmap formats.
  9791. XV runs on nearly ALL X displays: 1, 2, 4, 6, 8, 16, 24, and 32-bit,
  9792. color, greyscale, and black/white.
  9793.  
  9794. XV displays one image at a time in an output window, or on the root
  9795. window.  You can arbitrarily stretch or compress the window, and the
  9796. picture will be rescaled to fit.  You can rotate the picture in
  9797. 90-degree steps.  You can flip the picture vertically and
  9798. horizontally.  You can repeatedly 'crop' a picture (define a
  9799. rectangular 'region-of-interest' and 'throw away' the rest).  You can
  9800. magnify any portion of the picture by any amount, up to the maximum
  9801. size of your screen.
  9802.  
  9803. XV allows you click on the picture to determine pixel RGB values and
  9804. x,y coordinates.  You can perform arbitrary 'gamma correction' on the
  9805. picture both in RGB space and HSV space.  You can specify the maximum
  9806. number of colors that XV should use, for some interesting visual
  9807. effects.  You can have the program produce a stippled version of the
  9808. picture using black and white, or any other pair of colors.
  9809.  
  9810. XV can write images in a variety of formats, with many of the
  9811. modifications you may have made to the picture saved as well.  You can
  9812. use XV to do format conversion.  XV will also automatically uncompress
  9813. compress-ed files, as well as read files from stdin.
  9814.  
  9815. Author: John Bradley, Amiga port by Terje Pedersen
  9816. Path: gfx/xv-2.10.lha
  9817.  
  9818. ==========
  9819.  
  9820. Zapper    ?.?    384x482x5 152 fr. anim - lightening ball
  9821.  
  9822. A 152 frame 384x482x5 raytraced animation of a rotating ball with
  9823. lightening bolts flashing between various towers on it's surface.
  9824. Includes sound.
  9825.  
  9826. Author: Bill Graham
  9827. Path: gfx/Zapper.lha
  9828.  
  9829. ==========
  9830.  
  9831. ZGIF_DRVR    1.0    Driver interface for the ZGIF GIF viewer
  9832.  
  9833. A driver interface for the ZGIF GIF image viewer.  Can also
  9834. be used with FASTGIF, VIEWTEK, etc.  Allows you to view up to 400
  9835. GIFs' with the click of a mouse button.  Ideal for previewing
  9836. the hundreds of GIFs' that come on a CDROM.  Binary only
  9837.  
  9838. Author: Milt Henderson
  9839. ZGif by Michael Zucchi
  9840. Path: gfx/ZGIF_DRVR-1.0.lha
  9841.  
  9842. ==========
  9843.  
  9844. APlusPlus    1.01    C++ class library for AmigaDOS functions
  9845.  
  9846. The A++ Library is a library written in C++ that consists of classes
  9847. assigned to the task of encapsulating the Amiga® system software.  Its
  9848. aim is to provide a stable and effective method of programming the
  9849. Amiga®. That should include Exec, Dos, Intuition, ARexx, ..just
  9850. everything that makes sense being encapsulated with a proper C++ class
  9851. interface.
  9852.  
  9853. The A++ Library collects the hundreds of system functions, groups them
  9854. into classes that 'know' about the specialities of each function and
  9855. thus shields the programmer from using them incorrectly.  The C++
  9856. programming language provides the object oriented paradigm that holds
  9857. no limitations to evolution of existing solutions.
  9858.  
  9859. The contents of this archive do not represent a complete and ready to
  9860. use tool but the expression of an idea showing promise. It gives only
  9861. a slight impression of what is possible. But much more can be done.
  9862.  
  9863. Author: Armin Vogt
  9864. Path: GNU/APlusPlus-1.01-src.lha
  9865.  
  9866. ==========
  9867.  
  9868. autoconf    1.11    GNU automatic configuration generator.
  9869.  
  9870. Autoconf is an extensible package of m4 macros that produce shell
  9871. scripts to automatically configure software source code packages.
  9872. These scripts can adapt the packages to many kinds of UNIX-like
  9873. systems without manual user intervention.  Autoconf creates a
  9874. configuration script for a package from a template file that lists the
  9875. operating system features that the package can use, in the form of m4
  9876. macro calls.
  9877.  
  9878. Autoconf requires GNU m4.  The configuration scripts produced by
  9879. Autoconf are independent of Autoconf when they are run, so their users
  9880. do not need to have Autoconf (or GNU m4).
  9881.  
  9882. Author: Free Software Foundation
  9883. Path: GNU/autoconf-1.11-bin.lha
  9884.  
  9885. ==========
  9886.  
  9887. autoconf    1.11    GNU automatic configuration generator.
  9888.  
  9889. Autoconf is an extensible package of m4 macros that produce shell
  9890. scripts to automatically configure software source code packages.
  9891. These scripts can adapt the packages to many kinds of UNIX-like
  9892. systems without manual user intervention.  Autoconf creates a
  9893. configuration script for a package from a template file that lists the
  9894. operating system features that the package can use, in the form of m4
  9895. macro calls.
  9896.  
  9897. Autoconf requires GNU m4.  The configuration scripts produced by
  9898. Autoconf are independent of Autoconf when they are run, so their users
  9899. do not need to have Autoconf (or GNU m4).
  9900.  
  9901. Author: Free Software Foundation
  9902. Path: GNU/autoconf-1.11-diffs.lha
  9903.  
  9904. ==========
  9905.  
  9906. autoconf    1.11    GNU automatic configuration generator.
  9907.  
  9908. Autoconf is an extensible package of m4 macros that produce shell
  9909. scripts to automatically configure software source code packages.
  9910. These scripts can adapt the packages to many kinds of UNIX-like
  9911. systems without manual user intervention.  Autoconf creates a
  9912. configuration script for a package from a template file that lists the
  9913. operating system features that the package can use, in the form of m4
  9914. macro calls.
  9915.  
  9916. Autoconf requires GNU m4.  The configuration scripts produced by
  9917. Autoconf are independent of Autoconf when they are run, so their users
  9918. do not need to have Autoconf (or GNU m4).
  9919.  
  9920. Author: Free Software Foundation
  9921. Path: GNU/autoconf-1.11-src.lha
  9922.  
  9923. ==========
  9924.  
  9925. autoconf    1.11    GNU automatic configuration generator.
  9926.  
  9927. Autoconf is an extensible package of m4 macros that produce shell
  9928. scripts to automatically configure software source code packages.
  9929. These scripts can adapt the packages to many kinds of UNIX-like
  9930. systems without manual user intervention.  Autoconf creates a
  9931. configuration script for a package from a template file that lists the
  9932. operating system features that the package can use, in the form of m4
  9933. macro calls.
  9934.  
  9935. Autoconf requires GNU m4.  The configuration scripts produced by
  9936. Autoconf are independent of Autoconf when they are run, so their users
  9937. do not need to have Autoconf (or GNU m4).
  9938.  
  9939. Author: Free Software Foundation
  9940. Path: GNU/autoconf-1.11.tar.gz
  9941.  
  9942. ==========
  9943.  
  9944. autoconf    2.1    GNU automatic configuration generator.
  9945.  
  9946. Autoconf is an extensible package of m4 macros that produce shell
  9947. scripts to automatically configure software source code packages.
  9948. These scripts can adapt the packages to many kinds of UNIX-like
  9949. systems without manual user intervention.  Autoconf creates a
  9950. configuration script for a package from a template file that lists the
  9951. operating system features that the package can use, in the form of m4
  9952. macro calls.
  9953.  
  9954. Autoconf requires GNU m4.  The configuration scripts produced by
  9955. Autoconf are independent of Autoconf when they are run, so their users
  9956. do not need to have Autoconf (or GNU m4).
  9957.  
  9958. Author: Free Software Foundation
  9959. Path: GNU/autoconf-2.1-bin.lha
  9960.  
  9961. ==========
  9962.  
  9963. autoconf    2.1    GNU automatic configuration generator.
  9964.  
  9965. Autoconf is an extensible package of m4 macros that produce shell
  9966. scripts to automatically configure software source code packages.
  9967. These scripts can adapt the packages to many kinds of UNIX-like
  9968. systems without manual user intervention.  Autoconf creates a
  9969. configuration script for a package from a template file that lists the
  9970. operating system features that the package can use, in the form of m4
  9971. macro calls.
  9972.  
  9973. Autoconf requires GNU m4.  The configuration scripts produced by
  9974. Autoconf are independent of Autoconf when they are run, so their users
  9975. do not need to have Autoconf (or GNU m4).
  9976.  
  9977. Author: Free Software Foundation
  9978. Path: GNU/autoconf-2.1-diffs.lha
  9979.  
  9980. ==========
  9981.  
  9982. autoconf    2.1    GNU automatic configuration generator.
  9983.  
  9984. Autoconf is an extensible package of m4 macros that produce shell
  9985. scripts to automatically configure software source code packages.
  9986. These scripts can adapt the packages to many kinds of UNIX-like
  9987. systems without manual user intervention.  Autoconf creates a
  9988. configuration script for a package from a template file that lists the
  9989. operating system features that the package can use, in the form of m4
  9990. macro calls.
  9991.  
  9992. Autoconf requires GNU m4.  The configuration scripts produced by
  9993. Autoconf are independent of Autoconf when they are run, so their users
  9994. do not need to have Autoconf (or GNU m4).
  9995.  
  9996. Author: Free Software Foundation
  9997. Path: GNU/autoconf-2.1-src.lha
  9998.  
  9999. ==========
  10000.  
  10001. autoconf    2.1    GNU automatic configuration generator.
  10002.  
  10003. Autoconf is an extensible package of m4 macros that produce shell
  10004. scripts to automatically configure software source code packages.
  10005. These scripts can adapt the packages to many kinds of UNIX-like
  10006. systems without manual user intervention.  Autoconf creates a
  10007. configuration script for a package from a template file that lists the
  10008. operating system features that the package can use, in the form of m4
  10009. macro calls.
  10010.  
  10011. Autoconf requires GNU m4.  The configuration scripts produced by
  10012. Autoconf are independent of Autoconf when they are run, so their users
  10013. do not need to have Autoconf (or GNU m4).
  10014.  
  10015. Author: Free Software Foundation
  10016. Path: GNU/autoconf-2.1.tar.gz
  10017.  
  10018. ==========
  10019.  
  10020. autoconf    2.2    GNU automatic configuration generator.
  10021.  
  10022. Autoconf is an extensible package of m4 macros that produce shell
  10023. scripts to automatically configure software source code packages.
  10024. These scripts can adapt the packages to many kinds of UNIX-like
  10025. systems without manual user intervention.  Autoconf creates a
  10026. configuration script for a package from a template file that lists the
  10027. operating system features that the package can use, in the form of m4
  10028. macro calls.
  10029.  
  10030. Autoconf requires GNU m4.  The configuration scripts produced by
  10031. Autoconf are independent of Autoconf when they are run, so their users
  10032. do not need to have Autoconf (or GNU m4).
  10033.  
  10034. Author: Free Software Foundation
  10035. Path: GNU/autoconf-2.2-bin.lha
  10036.  
  10037. ==========
  10038.  
  10039. autoconf    2.2    GNU automatic configuration generator.
  10040.  
  10041. Autoconf is an extensible package of m4 macros that produce shell
  10042. scripts to automatically configure software source code packages.
  10043. These scripts can adapt the packages to many kinds of UNIX-like
  10044. systems without manual user intervention.  Autoconf creates a
  10045. configuration script for a package from a template file that lists the
  10046. operating system features that the package can use, in the form of m4
  10047. macro calls.
  10048.  
  10049. Autoconf requires GNU m4.  The configuration scripts produced by
  10050. Autoconf are independent of Autoconf when they are run, so their users
  10051. do not need to have Autoconf (or GNU m4).
  10052.  
  10053. Author: Free Software Foundation
  10054. Path: GNU/autoconf-2.2-diffs.lha
  10055.  
  10056. ==========
  10057.  
  10058. autoconf    2.2    GNU automatic configuration generator.
  10059.  
  10060. Autoconf is an extensible package of m4 macros that produce shell
  10061. scripts to automatically configure software source code packages.
  10062. These scripts can adapt the packages to many kinds of UNIX-like
  10063. systems without manual user intervention.  Autoconf creates a
  10064. configuration script for a package from a template file that lists the
  10065. operating system features that the package can use, in the form of m4
  10066. macro calls.
  10067.  
  10068. Autoconf requires GNU m4.  The configuration scripts produced by
  10069. Autoconf are independent of Autoconf when they are run, so their users
  10070. do not need to have Autoconf (or GNU m4).
  10071.  
  10072. Author: Free Software Foundation
  10073. Path: GNU/autoconf-2.2-src.lha
  10074.  
  10075. ==========
  10076.  
  10077. autoconf    2.2    GNU automatic configuration generator.
  10078.  
  10079. Autoconf is an extensible package of m4 macros that produce shell
  10080. scripts to automatically configure software source code packages.
  10081. These scripts can adapt the packages to many kinds of UNIX-like
  10082. systems without manual user intervention.  Autoconf creates a
  10083. configuration script for a package from a template file that lists the
  10084. operating system features that the package can use, in the form of m4
  10085. macro calls.
  10086.  
  10087. Autoconf requires GNU m4.  The configuration scripts produced by
  10088. Autoconf are independent of Autoconf when they are run, so their users
  10089. do not need to have Autoconf (or GNU m4).
  10090.  
  10091. Author: Free Software Foundation
  10092. Path: GNU/autoconf-2.2.tar.gz
  10093.  
  10094. ==========
  10095.  
  10096. bash    1.13.4    GNU Bourne Again SHell - Amiga diffs
  10097.  
  10098. This is GNU Bash.  Bash is the GNU Project's Bourne Again SHell, an
  10099. interactive shell with Bourne shell syntax (/bin/sh); but also with
  10100. interactive command line editing, job control on architectures that
  10101. support it, Csh-like history features and brace expansion, and a slew
  10102. of other stuff.  Bash is ultimately intended to be a faithful
  10103. implementation of the IEEE Posix Shell and Tools specification (IEEE
  10104. Working Group 1003.2).
  10105.  
  10106. These are only Amiga specific diffs to the FSF reference source.
  10107.  
  10108. Author: Chet Ramey, Case Western Reserve University
  10109. Path: GNU/bash-1.13.4-diffs.lha
  10110.  
  10111. ==========
  10112.  
  10113. bc    1.03    GNU arbitrary precision calculator lang.
  10114.  
  10115. A language that supports arbitrary precision numbers with interactive
  10116. execution of statements.  There are some similarities in the syntax to
  10117. the C programming language.
  10118.  
  10119. A standard math library is available by command line option.  If
  10120. requested, the math library is defined before processing any files.
  10121. bc starts by processing code from all the files listed on the command
  10122. line in the order listed.  After all files have been processed, bc
  10123. reads from the standard input.  All code is executed as it is read.
  10124. (If a file contains a command to halt the processor, bc will never
  10125. read from the standard input.)
  10126.  
  10127. This version of bc contains several extensions beyond traditional bc
  10128. implementations and the POSIX draft standard.  Command line options
  10129. can cause these extensions to print a warning or to be rejected.  This
  10130. document describes the language accepted by this processor.
  10131. Extensions will be identified as such.
  10132.  
  10133. Author: Philip A. Nelson
  10134. Path: GNU/bc-1.03-bin.lha
  10135.  
  10136. ==========
  10137.  
  10138. bc    1.03    GNU arbitrary precision calculator lang.
  10139.  
  10140. A language that supports arbitrary precision numbers with interactive
  10141. execution of statements.  There are some similarities in the syntax to
  10142. the C programming language.
  10143.  
  10144. A standard math library is available by command line option.  If
  10145. requested, the math library is defined before processing any files.
  10146. bc starts by processing code from all the files listed on the command
  10147. line in the order listed.  After all files have been processed, bc
  10148. reads from the standard input.  All code is executed as it is read.
  10149. (If a file contains a command to halt the processor, bc will never
  10150. read from the standard input.)
  10151.  
  10152. This version of bc contains several extensions beyond traditional bc
  10153. implementations and the POSIX draft standard.  Command line options
  10154. can cause these extensions to print a warning or to be rejected.  This
  10155. document describes the language accepted by this processor.
  10156. Extensions will be identified as such.
  10157.  
  10158. Author: Philip A. Nelson
  10159. Path: GNU/bc-1.03-diffs.lha
  10160.  
  10161. ==========
  10162.  
  10163. bc    1.03    GNU arbitrary precision calculator lang.
  10164.  
  10165. A language that supports arbitrary precision numbers with interactive
  10166. execution of statements.  There are some similarities in the syntax to
  10167. the C programming language.
  10168.  
  10169. A standard math library is available by command line option.  If
  10170. requested, the math library is defined before processing any files.
  10171. bc starts by processing code from all the files listed on the command
  10172. line in the order listed.  After all files have been processed, bc
  10173. reads from the standard input.  All code is executed as it is read.
  10174. (If a file contains a command to halt the processor, bc will never
  10175. read from the standard input.)
  10176.  
  10177. This version of bc contains several extensions beyond traditional bc
  10178. implementations and the POSIX draft standard.  Command line options
  10179. can cause these extensions to print a warning or to be rejected.  This
  10180. document describes the language accepted by this processor.
  10181. Extensions will be identified as such.
  10182.  
  10183. Author: Philip A. Nelson
  10184. Path: GNU/bc-1.03-src.lha
  10185.  
  10186. ==========
  10187.  
  10188. bc    1.03    GNU arbitrary precision calculator lang.
  10189.  
  10190. A language that supports arbitrary precision numbers with interactive
  10191. execution of statements.  There are some similarities in the syntax to
  10192. the C programming language.
  10193.  
  10194. A standard math library is available by command line option.  If
  10195. requested, the math library is defined before processing any files.
  10196. bc starts by processing code from all the files listed on the command
  10197. line in the order listed.  After all files have been processed, bc
  10198. reads from the standard input.  All code is executed as it is read.
  10199. (If a file contains a command to halt the processor, bc will never
  10200. read from the standard input.)
  10201.  
  10202. This version of bc contains several extensions beyond traditional bc
  10203. implementations and the POSIX draft standard.  Command line options
  10204. can cause these extensions to print a warning or to be rejected.  This
  10205. document describes the language accepted by this processor.
  10206. Extensions will be identified as such.
  10207.  
  10208. Author: Philip A. Nelson
  10209. Path: GNU/bc-1.03.tar.gz
  10210.  
  10211. ==========
  10212.  
  10213. binutils    1.8.x    GNU binary file utilities.
  10214.  
  10215. Various tools for operating on object and executable files.  Includes "ld",
  10216. "size", "nm", "strip", "ar", "objdump", and "ranlib".
  10217.  
  10218. Author: Free Software Foundation
  10219. Path: GNU/binutils-1.8.x-bin.lha
  10220.  
  10221. ==========
  10222.  
  10223. binutils    1.8.x    GNU binary file utilities.
  10224.  
  10225. Various tools for operating on object and executable files.  Includes "ld",
  10226. "size", "nm", "strip", "ar", "objdump", and "ranlib".
  10227.  
  10228. Author: Free Software Foundation
  10229. Path: GNU/binutils-1.8.x-diffs.lha
  10230.  
  10231. ==========
  10232.  
  10233. binutils    1.8.x    GNU binary file utilities.
  10234.  
  10235. Various tools for operating on object and executable files.  Includes "ld",
  10236. "size", "nm", "strip", "ar", "objdump", and "ranlib".
  10237.  
  10238. Author: Free Software Foundation
  10239. Path: GNU/binutils-1.8.x-src.lha
  10240.  
  10241. ==========
  10242.  
  10243. binutils    1.8.x    GNU binary file utilities.
  10244.  
  10245. Various tools for operating on object and executable files.  Includes "ld",
  10246. "size", "nm", "strip", "ar", "objdump", and "ranlib".
  10247.  
  10248. Author: Free Software Foundation
  10249. Path: GNU/binutils-1.8.x.tar.gz
  10250.  
  10251. ==========
  10252.  
  10253. binutils    2.5.2    GNU binary utilities, Amiga source
  10254.  
  10255. The GNU binary utilities.
  10256.  
  10257. Author: (null)
  10258. Path: GNU/binutils-2.5.2-bin.lha
  10259.  
  10260. ==========
  10261.  
  10262. binutils    2.5.2    GNU binary utilities, Amiga source
  10263.  
  10264. The GNU binary utilities.
  10265.  
  10266. Author: (null)
  10267. Path: GNU/binutils-2.5.2-diffs.lha
  10268.  
  10269. ==========
  10270.  
  10271. binutils    2.5.2    GNU binary utilities, Amiga source
  10272.  
  10273. The GNU binary utilities.
  10274.  
  10275. Author: (null)
  10276. Path: GNU/binutils-2.5.2-src.lha
  10277.  
  10278. ==========
  10279.  
  10280. binutils    2.5.2    GNU binary utilities, Amiga source
  10281.  
  10282. The GNU binary utilities.
  10283.  
  10284. Author: (null)
  10285. Path: GNU/binutils-2.5.2.tar.gz
  10286.  
  10287. ==========
  10288.  
  10289. bison    1.22    GNU parser generator yacc replacement
  10290.  
  10291. Bison is a parser generator in the style of yacc (1).  It should be
  10292. upwardly compatible with input files designed for yacc.  Input files
  10293. should follow the yacc convention of ending in ".y".  Unlike yacc, the
  10294. generated files do not have fixed names, but instead use the prefix of
  10295. the input file.  For instance, a grammar description file named
  10296. parse.y would produce the generated parser in a file named
  10297. parse.tab.c, instead of yacc 's y.tab.c.
  10298.  
  10299. Author: Free Software Foundation
  10300. Path: GNU/bison-1.22-bin.lha
  10301.  
  10302. ==========
  10303.  
  10304. bison    1.22    GNU parser generator yacc replacement
  10305.  
  10306. Bison is a parser generator in the style of yacc (1).  It should be
  10307. upwardly compatible with input files designed for yacc.  Input files
  10308. should follow the yacc convention of ending in ".y".  Unlike yacc, the
  10309. generated files do not have fixed names, but instead use the prefix of
  10310. the input file.  For instance, a grammar description file named
  10311. parse.y would produce the generated parser in a file named
  10312. parse.tab.c, instead of yacc 's y.tab.c.
  10313.  
  10314. Author: Free Software Foundation
  10315. Path: GNU/bison-1.22-diffs.lha
  10316.  
  10317. ==========
  10318.  
  10319. bison    1.22    GNU parser generator yacc replacement
  10320.  
  10321. Bison is a parser generator in the style of yacc (1).  It should be
  10322. upwardly compatible with input files designed for yacc.  Input files
  10323. should follow the yacc convention of ending in ".y".  Unlike yacc, the
  10324. generated files do not have fixed names, but instead use the prefix of
  10325. the input file.  For instance, a grammar description file named
  10326. parse.y would produce the generated parser in a file named
  10327. parse.tab.c, instead of yacc 's y.tab.c.
  10328.  
  10329. Author: Free Software Foundation
  10330. Path: GNU/bison-1.22-src.lha
  10331.  
  10332. ==========
  10333.  
  10334. bison    1.22    GNU parser generator yacc replacement
  10335.  
  10336. Bison is a parser generator in the style of yacc (1).  It should be
  10337. upwardly compatible with input files designed for yacc.  Input files
  10338. should follow the yacc convention of ending in ".y".  Unlike yacc, the
  10339. generated files do not have fixed names, but instead use the prefix of
  10340. the input file.  For instance, a grammar description file named
  10341. parse.y would produce the generated parser in a file named
  10342. parse.tab.c, instead of yacc 's y.tab.c.
  10343.  
  10344. Author: Free Software Foundation
  10345. Path: GNU/bison-1.22.tar.gz
  10346.  
  10347. ==========
  10348.  
  10349. Brik    2.0    Compute & use CRC lists to verify files
  10350.  
  10351. A general purpose program that calculates both text and binary cyclic
  10352. redundancy codes (CRCs).  Text mode CRCs calculated by brik are
  10353. portable across systems for files that are in the usual text format on
  10354. each system.  Binary mode CRCs are portable for files that are moved
  10355. from system to system without any change.  Brik can be used to verify
  10356. and update an embedded checksum header in files.  It runs under
  10357. MS-DOS, UNIX system V, BSD UNIX, VAX/VMS, and AmigaDOS.
  10358.  
  10359. Author: Rahul Dhesi
  10360. Path: GNU/brik-2.0-bin.lha
  10361.  
  10362. ==========
  10363.  
  10364. Brik    2.0    Compute & use CRC lists to verify files
  10365.  
  10366. A general purpose program that calculates both text and binary cyclic
  10367. redundancy codes (CRCs).  Text mode CRCs calculated by brik are
  10368. portable across systems for files that are in the usual text format on
  10369. each system.  Binary mode CRCs are portable for files that are moved
  10370. from system to system without any change.  Brik can be used to verify
  10371. and update an embedded checksum header in files.  It runs under
  10372. MS-DOS, UNIX system V, BSD UNIX, VAX/VMS, and AmigaDOS.
  10373.  
  10374. Author: Rahul Dhesi
  10375. Path: GNU/brik-2.0-src.lha
  10376.  
  10377. ==========
  10378.  
  10379. calc    2.02c    Advanced desk calculator in EMACS elisp.
  10380.  
  10381. "Calc" is an advanced calculator and mathematical tool that runs as
  10382. part of the GNU Emacs environment.  Very roughly based on the HP-28/48
  10383. series of calculators, its many features include:
  10384.  
  10385.     * Choice of algebraic or RPN (stack-based) entry of calculations.
  10386.  
  10387.     * Arbitrary precision integers and floating-point numbers.
  10388.  
  10389.     * Arithmetic on rational numbers, complex numbers (rectangular and
  10390.       polar), error forms with standard deviations, open and closed
  10391.       intervals, vectors and matrices, dates and times, infinities,
  10392.       sets, quantities with units, and algebraic formulas.
  10393.  
  10394.     * Mathematical operations such as logarithms and trigonometric functions.
  10395.  
  10396.     * Programmer's features (bitwise operations, non-decimal numbers).
  10397.  
  10398.     * Financial functions such as future value and internal rate of return.
  10399.  
  10400.     * Number theoretical features such as prime factorization and
  10401.       arithmetic modulo M for any M.
  10402.  
  10403.     * Algebraic manipulation features, including symbolic calculus.
  10404.  
  10405.     * Moving data to and from regular editing buffers.
  10406.  
  10407.     * "Embedded mode" for manipulating Calc formulas and data directly
  10408.       inside any editing buffer.
  10409.  
  10410.     * Graphics using GNUPLOT, a versatile (and free) plotting program.
  10411.  
  10412.     * Easy programming using keyboard macros, algebraic formulas,
  10413.       algebraic rewrite rules, or extended Emacs Lisp.
  10414.  
  10415. Author: Dave Gillespie
  10416. Path: GNU/calc-2.02c-bin.lha
  10417.  
  10418. ==========
  10419.  
  10420. calc    2.02c    Advanced desk calculator in EMACS elisp.
  10421.  
  10422. "Calc" is an advanced calculator and mathematical tool that runs as
  10423. part of the GNU Emacs environment.  Very roughly based on the HP-28/48
  10424. series of calculators, its many features include:
  10425.  
  10426.     * Choice of algebraic or RPN (stack-based) entry of calculations.
  10427.  
  10428.     * Arbitrary precision integers and floating-point numbers.
  10429.  
  10430.     * Arithmetic on rational numbers, complex numbers (rectangular and
  10431.       polar), error forms with standard deviations, open and closed
  10432.       intervals, vectors and matrices, dates and times, infinities,
  10433.       sets, quantities with units, and algebraic formulas.
  10434.  
  10435.     * Mathematical operations such as logarithms and trigonometric functions.
  10436.  
  10437.     * Programmer's features (bitwise operations, non-decimal numbers).
  10438.  
  10439.     * Financial functions such as future value and internal rate of return.
  10440.  
  10441.     * Number theoretical features such as prime factorization and
  10442.       arithmetic modulo M for any M.
  10443.  
  10444.     * Algebraic manipulation features, including symbolic calculus.
  10445.  
  10446.     * Moving data to and from regular editing buffers.
  10447.  
  10448.     * "Embedded mode" for manipulating Calc formulas and data directly
  10449.       inside any editing buffer.
  10450.  
  10451.     * Graphics using GNUPLOT, a versatile (and free) plotting program.
  10452.  
  10453.     * Easy programming using keyboard macros, algebraic formulas,
  10454.       algebraic rewrite rules, or extended Emacs Lisp.
  10455.  
  10456. Author: Dave Gillespie
  10457. Path: GNU/calc-2.02c-diffs.lha
  10458.  
  10459. ==========
  10460.  
  10461. calc    2.02c    Advanced desk calculator in EMACS elisp.
  10462.  
  10463. "Calc" is an advanced calculator and mathematical tool that runs as
  10464. part of the GNU Emacs environment.  Very roughly based on the HP-28/48
  10465. series of calculators, its many features include:
  10466.  
  10467.     * Choice of algebraic or RPN (stack-based) entry of calculations.
  10468.  
  10469.     * Arbitrary precision integers and floating-point numbers.
  10470.  
  10471.     * Arithmetic on rational numbers, complex numbers (rectangular and
  10472.       polar), error forms with standard deviations, open and closed
  10473.       intervals, vectors and matrices, dates and times, infinities,
  10474.       sets, quantities with units, and algebraic formulas.
  10475.  
  10476.     * Mathematical operations such as logarithms and trigonometric functions.
  10477.  
  10478.     * Programmer's features (bitwise operations, non-decimal numbers).
  10479.  
  10480.     * Financial functions such as future value and internal rate of return.
  10481.  
  10482.     * Number theoretical features such as prime factorization and
  10483.       arithmetic modulo M for any M.
  10484.  
  10485.     * Algebraic manipulation features, including symbolic calculus.
  10486.  
  10487.     * Moving data to and from regular editing buffers.
  10488.  
  10489.     * "Embedded mode" for manipulating Calc formulas and data directly
  10490.       inside any editing buffer.
  10491.  
  10492.     * Graphics using GNUPLOT, a versatile (and free) plotting program.
  10493.  
  10494.     * Easy programming using keyboard macros, algebraic formulas,
  10495.       algebraic rewrite rules, or extended Emacs Lisp.
  10496.  
  10497. Author: Dave Gillespie
  10498. Path: GNU/calc-2.02c-src.lha
  10499.  
  10500. ==========
  10501.  
  10502. calc    2.02c    Advanced desk calculator in EMACS elisp.
  10503.  
  10504. "Calc" is an advanced calculator and mathematical tool that runs as
  10505. part of the GNU Emacs environment.  Very roughly based on the HP-28/48
  10506. series of calculators, its many features include:
  10507.  
  10508.     * Choice of algebraic or RPN (stack-based) entry of calculations.
  10509.  
  10510.     * Arbitrary precision integers and floating-point numbers.
  10511.  
  10512.     * Arithmetic on rational numbers, complex numbers (rectangular and
  10513.       polar), error forms with standard deviations, open and closed
  10514.       intervals, vectors and matrices, dates and times, infinities,
  10515.       sets, quantities with units, and algebraic formulas.
  10516.  
  10517.     * Mathematical operations such as logarithms and trigonometric functions.
  10518.  
  10519.     * Programmer's features (bitwise operations, non-decimal numbers).
  10520.  
  10521.     * Financial functions such as future value and internal rate of return.
  10522.  
  10523.     * Number theoretical features such as prime factorization and
  10524.       arithmetic modulo M for any M.
  10525.  
  10526.     * Algebraic manipulation features, including symbolic calculus.
  10527.  
  10528.     * Moving data to and from regular editing buffers.
  10529.  
  10530.     * "Embedded mode" for manipulating Calc formulas and data directly
  10531.       inside any editing buffer.
  10532.  
  10533.     * Graphics using GNUPLOT, a versatile (and free) plotting program.
  10534.  
  10535.     * Easy programming using keyboard macros, algebraic formulas,
  10536.       algebraic rewrite rules, or extended Emacs Lisp.
  10537.  
  10538. Author: Dave Gillespie
  10539. Path: GNU/calc-2.02c.tar.gz
  10540.  
  10541. ==========
  10542.  
  10543. cpio    2.3    GNU utility to copy to/from archives.
  10544.  
  10545. Cpio copies files into or out of a cpio or tar archive, which is a
  10546. file that contains other files plus information about them, such as
  10547. their pathname, owner, timestamps, and access permissions.  The
  10548. archive can be another file on the disk, a magnetic tape, or a pipe.
  10549. Cpio has three operating modes.  In copy-out mode, cpio copies files
  10550. into an archive.  It reads a list of filenames, one per line, on the
  10551. standard input, and writes the archive onto the standard output.  A
  10552. typical way to generate the list of filenames is with the find
  10553. command; you should give find the -depth option to minimize problems
  10554. with permissions on directories that are unwritable or not searchable.
  10555.  
  10556. In copy-in mode, cpio copies files out of an archive or lists the
  10557. archive contents.  It reads the archive from the standard input.  Any
  10558. non-option command line arguments are shell globbing patterns; only
  10559. files in the archive whose names match one or more of those patterns
  10560. are copied from the archive.  Unlike in the shell, an initial `.' in a
  10561. filename does match a wildcard at the start of a pattern, and a `/' in
  10562. a filename can match wildcards.  If no patterns are given, all files
  10563. are extracted.
  10564.  
  10565. In copy-pass mode, cpio copies files from one directory tree to
  10566. another, combining the copy-out and copy-in steps without actually
  10567. using an archive.  It reads the list of files to copy from the
  10568. standard input; the directory into which it will copy them is given as
  10569. a non-option argument.
  10570.  
  10571. Cpio supports the following archive formats: binary, old ASCII, new
  10572. ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar.
  10573. The binary format is obsolete because it encodes information about the
  10574. files in a way that is not portable between different machine
  10575. architectures.  The old ASCII format is portable between different
  10576. machine architectures, but should not be used on file systems with
  10577. more than 65536 i-nodes.  The new ASCII format is portable between
  10578. different machine architectures and can be used on any size file
  10579. system, but is not supported by all versions of cpio; currently, it is
  10580. only supported by GNU and Unix System V R4.  The crc format is like
  10581. the new ASCII format, but also contains a checksum for each file which
  10582. cpio calculates when creating an archive and verifies when the file is
  10583. extracted from the archive.  The HPUX formats are provided for
  10584. compatibility with HPUX's cpio which stores device files differently.
  10585.  
  10586. The tar format is provided for compatability with the tar program.  It
  10587. can not be used to archive files with names longer than 100
  10588. characters, and can not be used to archive "special" (block or
  10589. character devices) files.  The POSIX.1 tar format can not be used to
  10590. archive files with names longer than 255 characters (less unless they
  10591. have a "/" in just the right place).
  10592.  
  10593. By default, cpio creates binary format archives, for compatibility
  10594. with older cpio programs.  When extracting from archives, cpio
  10595. automatically recognizes which kind of archive it is reading and can
  10596. read archives created on machines with a different byte-order.
  10597.  
  10598. Some of the options to cpio apply only to certain operating modes; see
  10599. the SYNOPSIS section for a list of which options are allowed in which
  10600. modes.
  10601.  
  10602. Author: Phil Nelson
  10603. David MacKenzie
  10604. John Oleynick
  10605. Path: GNU/cpio-2.3-bin.lha
  10606.  
  10607. ==========
  10608.  
  10609. cpio    2.3    GNU utility to copy to/from archives.
  10610.  
  10611. Cpio copies files into or out of a cpio or tar archive, which is a
  10612. file that contains other files plus information about them, such as
  10613. their pathname, owner, timestamps, and access permissions.  The
  10614. archive can be another file on the disk, a magnetic tape, or a pipe.
  10615. Cpio has three operating modes.  In copy-out mode, cpio copies files
  10616. into an archive.  It reads a list of filenames, one per line, on the
  10617. standard input, and writes the archive onto the standard output.  A
  10618. typical way to generate the list of filenames is with the find
  10619. command; you should give find the -depth option to minimize problems
  10620. with permissions on directories that are unwritable or not searchable.
  10621.  
  10622. In copy-in mode, cpio copies files out of an archive or lists the
  10623. archive contents.  It reads the archive from the standard input.  Any
  10624. non-option command line arguments are shell globbing patterns; only
  10625. files in the archive whose names match one or more of those patterns
  10626. are copied from the archive.  Unlike in the shell, an initial `.' in a
  10627. filename does match a wildcard at the start of a pattern, and a `/' in
  10628. a filename can match wildcards.  If no patterns are given, all files
  10629. are extracted.
  10630.  
  10631. In copy-pass mode, cpio copies files from one directory tree to
  10632. another, combining the copy-out and copy-in steps without actually
  10633. using an archive.  It reads the list of files to copy from the
  10634. standard input; the directory into which it will copy them is given as
  10635. a non-option argument.
  10636.  
  10637. Cpio supports the following archive formats: binary, old ASCII, new
  10638. ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar.
  10639. The binary format is obsolete because it encodes information about the
  10640. files in a way that is not portable between different machine
  10641. architectures.  The old ASCII format is portable between different
  10642. machine architectures, but should not be used on file systems with
  10643. more than 65536 i-nodes.  The new ASCII format is portable between
  10644. different machine architectures and can be used on any size file
  10645. system, but is not supported by all versions of cpio; currently, it is
  10646. only supported by GNU and Unix System V R4.  The crc format is like
  10647. the new ASCII format, but also contains a checksum for each file which
  10648. cpio calculates when creating an archive and verifies when the file is
  10649. extracted from the archive.  The HPUX formats are provided for
  10650. compatibility with HPUX's cpio which stores device files differently.
  10651.  
  10652. The tar format is provided for compatability with the tar program.  It
  10653. can not be used to archive files with names longer than 100
  10654. characters, and can not be used to archive "special" (block or
  10655. character devices) files.  The POSIX.1 tar format can not be used to
  10656. archive files with names longer than 255 characters (less unless they
  10657. have a "/" in just the right place).
  10658.  
  10659. By default, cpio creates binary format archives, for compatibility
  10660. with older cpio programs.  When extracting from archives, cpio
  10661. automatically recognizes which kind of archive it is reading and can
  10662. read archives created on machines with a different byte-order.
  10663.  
  10664. Some of the options to cpio apply only to certain operating modes; see
  10665. the SYNOPSIS section for a list of which options are allowed in which
  10666. modes.
  10667.  
  10668. Author: Phil Nelson
  10669. David MacKenzie
  10670. John Oleynick
  10671. Path: GNU/cpio-2.3-diffs.lha
  10672.  
  10673. ==========
  10674.  
  10675. cpio    2.3    GNU utility to copy to/from archives.
  10676.  
  10677. Cpio copies files into or out of a cpio or tar archive, which is a
  10678. file that contains other files plus information about them, such as
  10679. their pathname, owner, timestamps, and access permissions.  The
  10680. archive can be another file on the disk, a magnetic tape, or a pipe.
  10681. Cpio has three operating modes.  In copy-out mode, cpio copies files
  10682. into an archive.  It reads a list of filenames, one per line, on the
  10683. standard input, and writes the archive onto the standard output.  A
  10684. typical way to generate the list of filenames is with the find
  10685. command; you should give find the -depth option to minimize problems
  10686. with permissions on directories that are unwritable or not searchable.
  10687.  
  10688. In copy-in mode, cpio copies files out of an archive or lists the
  10689. archive contents.  It reads the archive from the standard input.  Any
  10690. non-option command line arguments are shell globbing patterns; only
  10691. files in the archive whose names match one or more of those patterns
  10692. are copied from the archive.  Unlike in the shell, an initial `.' in a
  10693. filename does match a wildcard at the start of a pattern, and a `/' in
  10694. a filename can match wildcards.  If no patterns are given, all files
  10695. are extracted.
  10696.  
  10697. In copy-pass mode, cpio copies files from one directory tree to
  10698. another, combining the copy-out and copy-in steps without actually
  10699. using an archive.  It reads the list of files to copy from the
  10700. standard input; the directory into which it will copy them is given as
  10701. a non-option argument.
  10702.  
  10703. Cpio supports the following archive formats: binary, old ASCII, new
  10704. ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar.
  10705. The binary format is obsolete because it encodes information about the
  10706. files in a way that is not portable between different machine
  10707. architectures.  The old ASCII format is portable between different
  10708. machine architectures, but should not be used on file systems with
  10709. more than 65536 i-nodes.  The new ASCII format is portable between
  10710. different machine architectures and can be used on any size file
  10711. system, but is not supported by all versions of cpio; currently, it is
  10712. only supported by GNU and Unix System V R4.  The crc format is like
  10713. the new ASCII format, but also contains a checksum for each file which
  10714. cpio calculates when creating an archive and verifies when the file is
  10715. extracted from the archive.  The HPUX formats are provided for
  10716. compatibility with HPUX's cpio which stores device files differently.
  10717.  
  10718. The tar format is provided for compatability with the tar program.  It
  10719. can not be used to archive files with names longer than 100
  10720. characters, and can not be used to archive "special" (block or
  10721. character devices) files.  The POSIX.1 tar format can not be used to
  10722. archive files with names longer than 255 characters (less unless they
  10723. have a "/" in just the right place).
  10724.  
  10725. By default, cpio creates binary format archives, for compatibility
  10726. with older cpio programs.  When extracting from archives, cpio
  10727. automatically recognizes which kind of archive it is reading and can
  10728. read archives created on machines with a different byte-order.
  10729.  
  10730. Some of the options to cpio apply only to certain operating modes; see
  10731. the SYNOPSIS section for a list of which options are allowed in which
  10732. modes.
  10733.  
  10734. Author: Phil Nelson
  10735. David MacKenzie
  10736. John Oleynick
  10737. Path: GNU/cpio-2.3-src.lha
  10738.  
  10739. ==========
  10740.  
  10741. cpio    2.3    GNU utility to copy to/from archives.
  10742.  
  10743. Cpio copies files into or out of a cpio or tar archive, which is a
  10744. file that contains other files plus information about them, such as
  10745. their pathname, owner, timestamps, and access permissions.  The
  10746. archive can be another file on the disk, a magnetic tape, or a pipe.
  10747. Cpio has three operating modes.  In copy-out mode, cpio copies files
  10748. into an archive.  It reads a list of filenames, one per line, on the
  10749. standard input, and writes the archive onto the standard output.  A
  10750. typical way to generate the list of filenames is with the find
  10751. command; you should give find the -depth option to minimize problems
  10752. with permissions on directories that are unwritable or not searchable.
  10753.  
  10754. In copy-in mode, cpio copies files out of an archive or lists the
  10755. archive contents.  It reads the archive from the standard input.  Any
  10756. non-option command line arguments are shell globbing patterns; only
  10757. files in the archive whose names match one or more of those patterns
  10758. are copied from the archive.  Unlike in the shell, an initial `.' in a
  10759. filename does match a wildcard at the start of a pattern, and a `/' in
  10760. a filename can match wildcards.  If no patterns are given, all files
  10761. are extracted.
  10762.  
  10763. In copy-pass mode, cpio copies files from one directory tree to
  10764. another, combining the copy-out and copy-in steps without actually
  10765. using an archive.  It reads the list of files to copy from the
  10766. standard input; the directory into which it will copy them is given as
  10767. a non-option argument.
  10768.  
  10769. Cpio supports the following archive formats: binary, old ASCII, new
  10770. ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar.
  10771. The binary format is obsolete because it encodes information about the
  10772. files in a way that is not portable between different machine
  10773. architectures.  The old ASCII format is portable between different
  10774. machine architectures, but should not be used on file systems with
  10775. more than 65536 i-nodes.  The new ASCII format is portable between
  10776. different machine architectures and can be used on any size file
  10777. system, but is not supported by all versions of cpio; currently, it is
  10778. only supported by GNU and Unix System V R4.  The crc format is like
  10779. the new ASCII format, but also contains a checksum for each file which
  10780. cpio calculates when creating an archive and verifies when the file is
  10781. extracted from the archive.  The HPUX formats are provided for
  10782. compatibility with HPUX's cpio which stores device files differently.
  10783.  
  10784. The tar format is provided for compatability with the tar program.  It
  10785. can not be used to archive files with names longer than 100
  10786. characters, and can not be used to archive "special" (block or
  10787. character devices) files.  The POSIX.1 tar format can not be used to
  10788. archive files with names longer than 255 characters (less unless they
  10789. have a "/" in just the right place).
  10790.  
  10791. By default, cpio creates binary format archives, for compatibility
  10792. with older cpio programs.  When extracting from archives, cpio
  10793. automatically recognizes which kind of archive it is reading and can
  10794. read archives created on machines with a different byte-order.
  10795.  
  10796. Some of the options to cpio apply only to certain operating modes; see
  10797. the SYNOPSIS section for a list of which options are allowed in which
  10798. modes.
  10799.  
  10800. Author: Phil Nelson
  10801. David MacKenzie
  10802. John Oleynick
  10803. Path: GNU/cpio-2.3.tar.gz
  10804.  
  10805. ==========
  10806.  
  10807. dbmalloc    1.14    Debugging malloc/realloc/free routines.
  10808.  
  10809. This is the malloc debugging library (patchlevel 14).  This library contains
  10810. a drop-in replacement for the standard dynamic memory allocation routines and 
  10811. many of the other C modules that are typically used to access and/or manipulate
  10812. these data areas.  The replacements function almost identically to the original
  10813. functions with the exception that they perform a significant amount of 
  10814. error checking and/or validating.  
  10815.  
  10816. This library can be used with very little (if any) changes to the original
  10817. code (many times only requiring a re-link of the executable) and provide a
  10818. full-service debugging capability.
  10819.  
  10820. The entire library will follow in 10 separate shar files.
  10821.  
  10822. This new version includes several enhancements over patch level 13 including:
  10823.  
  10824.     * more auto-configuration tuning
  10825.     * several bug fixes
  10826.  
  10827. In addition to the changes listed above, this version contains the
  10828. following changes since the comp.soures.reviewed release at patch
  10829. level 7, in Volume 2, Issue 1:
  10830.  
  10831.     * Much better performance
  10832.     * automatic configuration on most systems
  10833.     * addition of XtAlloc routines for X window debugging
  10834.     * better identification of the source of double frees
  10835.     * ability to record function stack info so error reports give 
  10836.       the calling stack for where the data was allocated and/or the
  10837.       error was detected (note: this is manually maintained by the pgm)
  10838.     * more support for leak detection (especially with respect to getting
  10839.       rid of leak reports on things you know are not leaks)
  10840.     * additional checking of pointesr to make the library more robust
  10841.     * added case insensitive string comparison routines
  10842.     * several bug fixes and/or portability changes
  10843.     * added ability to change the state of the fill area flag
  10844.     * added capability to disallow reuse of free'd segments (so that
  10845.       double frees could be more readily identified by the data in 
  10846.       the segment
  10847.     * a couple of function name changes
  10848.     * new funcs: memalign, malloc_abort, malloc_size
  10849.  
  10850. Author: Conor P. Cahill
  10851. Path: GNU/dbmalloc-1.14-bin.lha
  10852.  
  10853. ==========
  10854.  
  10855. dbmalloc    1.14    Debugging malloc/realloc/free routines.
  10856.  
  10857. This is the malloc debugging library (patchlevel 14).  This library contains
  10858. a drop-in replacement for the standard dynamic memory allocation routines and 
  10859. many of the other C modules that are typically used to access and/or manipulate
  10860. these data areas.  The replacements function almost identically to the original
  10861. functions with the exception that they perform a significant amount of 
  10862. error checking and/or validating.  
  10863.  
  10864. This library can be used with very little (if any) changes to the original
  10865. code (many times only requiring a re-link of the executable) and provide a
  10866. full-service debugging capability.
  10867.  
  10868. The entire library will follow in 10 separate shar files.
  10869.  
  10870. This new version includes several enhancements over patch level 13 including:
  10871.  
  10872.     * more auto-configuration tuning
  10873.     * several bug fixes
  10874.  
  10875. In addition to the changes listed above, this version contains the
  10876. following changes since the comp.soures.reviewed release at patch
  10877. level 7, in Volume 2, Issue 1:
  10878.  
  10879.     * Much better performance
  10880.     * automatic configuration on most systems
  10881.     * addition of XtAlloc routines for X window debugging
  10882.     * better identification of the source of double frees
  10883.     * ability to record function stack info so error reports give 
  10884.       the calling stack for where the data was allocated and/or the
  10885.       error was detected (note: this is manually maintained by the pgm)
  10886.     * more support for leak detection (especially with respect to getting
  10887.       rid of leak reports on things you know are not leaks)
  10888.     * additional checking of pointesr to make the library more robust
  10889.     * added case insensitive string comparison routines
  10890.     * several bug fixes and/or portability changes
  10891.     * added ability to change the state of the fill area flag
  10892.     * added capability to disallow reuse of free'd segments (so that
  10893.       double frees could be more readily identified by the data in 
  10894.       the segment
  10895.     * a couple of function name changes
  10896.     * new funcs: memalign, malloc_abort, malloc_size
  10897.  
  10898. Author: Conor P. Cahill
  10899. Path: GNU/dbmalloc-1.14-diffs.lha
  10900.  
  10901. ==========
  10902.  
  10903. dbmalloc    1.14    Debugging malloc/realloc/free routines.
  10904.  
  10905. This is the malloc debugging library (patchlevel 14).  This library contains
  10906. a drop-in replacement for the standard dynamic memory allocation routines and 
  10907. many of the other C modules that are typically used to access and/or manipulate
  10908. these data areas.  The replacements function almost identically to the original
  10909. functions with the exception that they perform a significant amount of 
  10910. error checking and/or validating.  
  10911.  
  10912. This library can be used with very little (if any) changes to the original
  10913. code (many times only requiring a re-link of the executable) and provide a
  10914. full-service debugging capability.
  10915.  
  10916. The entire library will follow in 10 separate shar files.
  10917.  
  10918. This new version includes several enhancements over patch level 13 including:
  10919.  
  10920.     * more auto-configuration tuning
  10921.     * several bug fixes
  10922.  
  10923. In addition to the changes listed above, this version contains the
  10924. following changes since the comp.soures.reviewed release at patch
  10925. level 7, in Volume 2, Issue 1:
  10926.  
  10927.     * Much better performance
  10928.     * automatic configuration on most systems
  10929.     * addition of XtAlloc routines for X window debugging
  10930.     * better identification of the source of double frees
  10931.     * ability to record function stack info so error reports give 
  10932.       the calling stack for where the data was allocated and/or the
  10933.       error was detected (note: this is manually maintained by the pgm)
  10934.     * more support for leak detection (especially with respect to getting
  10935.       rid of leak reports on things you know are not leaks)
  10936.     * additional checking of pointesr to make the library more robust
  10937.     * added case insensitive string comparison routines
  10938.     * several bug fixes and/or portability changes
  10939.     * added ability to change the state of the fill area flag
  10940.     * added capability to disallow reuse of free'd segments (so that
  10941.       double frees could be more readily identified by the data in 
  10942.       the segment
  10943.     * a couple of function name changes
  10944.     * new funcs: memalign, malloc_abort, malloc_size
  10945.  
  10946. Author: Conor P. Cahill
  10947. Path: GNU/dbmalloc-1.14-src.lha
  10948.  
  10949. ==========
  10950.  
  10951. dbmalloc    1.14    Debugging malloc/realloc/free routines.
  10952.  
  10953. This is the malloc debugging library (patchlevel 14).  This library contains
  10954. a drop-in replacement for the standard dynamic memory allocation routines and 
  10955. many of the other C modules that are typically used to access and/or manipulate
  10956. these data areas.  The replacements function almost identically to the original
  10957. functions with the exception that they perform a significant amount of 
  10958. error checking and/or validating.  
  10959.  
  10960. This library can be used with very little (if any) changes to the original
  10961. code (many times only requiring a re-link of the executable) and provide a
  10962. full-service debugging capability.
  10963.  
  10964. The entire library will follow in 10 separate shar files.
  10965.  
  10966. This new version includes several enhancements over patch level 13 including:
  10967.  
  10968.     * more auto-configuration tuning
  10969.     * several bug fixes
  10970.  
  10971. In addition to the changes listed above, this version contains the
  10972. following changes since the comp.soures.reviewed release at patch
  10973. level 7, in Volume 2, Issue 1:
  10974.  
  10975.     * Much better performance
  10976.     * automatic configuration on most systems
  10977.     * addition of XtAlloc routines for X window debugging
  10978.     * better identification of the source of double frees
  10979.     * ability to record function stack info so error reports give 
  10980.       the calling stack for where the data was allocated and/or the
  10981.       error was detected (note: this is manually maintained by the pgm)
  10982.     * more support for leak detection (especially with respect to getting
  10983.       rid of leak reports on things you know are not leaks)
  10984.     * additional checking of pointesr to make the library more robust
  10985.     * added case insensitive string comparison routines
  10986.     * several bug fixes and/or portability changes
  10987.     * added ability to change the state of the fill area flag
  10988.     * added capability to disallow reuse of free'd segments (so that
  10989.       double frees could be more readily identified by the data in 
  10990.       the segment
  10991.     * a couple of function name changes
  10992.     * new funcs: memalign, malloc_abort, malloc_size
  10993.  
  10994. Author: Conor P. Cahill
  10995. Path: GNU/dbmalloc-1.14.tar.gz
  10996.  
  10997. ==========
  10998.  
  10999. dbug    2.3    Macro based debugging library and tools.
  11000.  
  11001. A macro based C debugging package which has proven to be a very
  11002. flexible and useful tool for debugging, testing, and porting C
  11003. programs.
  11004.  
  11005. All of the features of the dbug package can be enabled or disabled
  11006. dynamically at execution time.  This means that production programs
  11007. will run normally when debugging is not enabled, and eliminates the
  11008. need to maintain two separate versions of a program.
  11009.  
  11010. Many of the things easily accomplished with conventional debugging
  11011. tools, such as symbolic debuggers, are difficult or impossible with
  11012. this package, and vice versa.  Thus the dbug package should not be
  11013. thought of as a replacement or substitute for other debugging tools,
  11014. but simply as a useful addition to the program development and
  11015. maintenance environment.
  11016.  
  11017. Author: Fred Fish
  11018. Path: GNU/dbug-2.3-bin.lha
  11019.  
  11020. ==========
  11021.  
  11022. dbug    2.3    Macro based debugging library and tools.
  11023.  
  11024. A macro based C debugging package which has proven to be a very
  11025. flexible and useful tool for debugging, testing, and porting C
  11026. programs.
  11027.  
  11028. All of the features of the dbug package can be enabled or disabled
  11029. dynamically at execution time.  This means that production programs
  11030. will run normally when debugging is not enabled, and eliminates the
  11031. need to maintain two separate versions of a program.
  11032.  
  11033. Many of the things easily accomplished with conventional debugging
  11034. tools, such as symbolic debuggers, are difficult or impossible with
  11035. this package, and vice versa.  Thus the dbug package should not be
  11036. thought of as a replacement or substitute for other debugging tools,
  11037. but simply as a useful addition to the program development and
  11038. maintenance environment.
  11039.  
  11040. Author: Fred Fish
  11041. Path: GNU/dbug-2.3-diffs.lha
  11042.  
  11043. ==========
  11044.  
  11045. dbug    2.3    Macro based debugging library and tools.
  11046.  
  11047. A macro based C debugging package which has proven to be a very
  11048. flexible and useful tool for debugging, testing, and porting C
  11049. programs.
  11050.  
  11051. All of the features of the dbug package can be enabled or disabled
  11052. dynamically at execution time.  This means that production programs
  11053. will run normally when debugging is not enabled, and eliminates the
  11054. need to maintain two separate versions of a program.
  11055.  
  11056. Many of the things easily accomplished with conventional debugging
  11057. tools, such as symbolic debuggers, are difficult or impossible with
  11058. this package, and vice versa.  Thus the dbug package should not be
  11059. thought of as a replacement or substitute for other debugging tools,
  11060. but simply as a useful addition to the program development and
  11061. maintenance environment.
  11062.  
  11063. Author: Fred Fish
  11064. Path: GNU/dbug-2.3-src.lha
  11065.  
  11066. ==========
  11067.  
  11068. dbug    2.3    Macro based debugging library and tools.
  11069.  
  11070. A macro based C debugging package which has proven to be a very
  11071. flexible and useful tool for debugging, testing, and porting C
  11072. programs.
  11073.  
  11074. All of the features of the dbug package can be enabled or disabled
  11075. dynamically at execution time.  This means that production programs
  11076. will run normally when debugging is not enabled, and eliminates the
  11077. need to maintain two separate versions of a program.
  11078.  
  11079. Many of the things easily accomplished with conventional debugging
  11080. tools, such as symbolic debuggers, are difficult or impossible with
  11081. this package, and vice versa.  Thus the dbug package should not be
  11082. thought of as a replacement or substitute for other debugging tools,
  11083. but simply as a useful addition to the program development and
  11084. maintenance environment.
  11085.  
  11086. Author: Fred Fish
  11087. Path: GNU/dbug-2.3.tar.gz
  11088.  
  11089. ==========
  11090.  
  11091. diffutils    2.7    GNU diff, diff3, sdiff and cmp utilities
  11092.  
  11093. This directory contains the GNU diff, diff3, sdiff, and cmp utilities.
  11094. Their features are a superset of the Unix features and they are
  11095. significantly faster.  cmp has been moved here from the GNU textutils.
  11096.  
  11097. Computer users often find occasion to ask how two files differ.
  11098. Perhaps one file is a newer version of the other file.  Or maybe the
  11099. two files started out as identical copies but were changed by
  11100. different people.
  11101.  
  11102. You can use the diff command to show differences between two files, or
  11103. each corresponding file in two directories.  diff outputs differences
  11104. between files line by line in any of several formats, selectable by
  11105. command line options.  This set of differences is often called a diff
  11106. or patch.  For files that are identical, diff normally produces no
  11107. output; for binary (non-text) files, diff normally reports only that
  11108. they are different.
  11109.  
  11110. You can use the cmp command to show the offsets and line numbers where
  11111. two files differ.  Cmp can also show all the characters that differ
  11112. between the two files, side by side.
  11113.  
  11114. You can use the diff3 command to show differences among three files.
  11115. When two people have made independent changes to a common original,
  11116. diff3 can report the differences between the original and the two
  11117. changed versions, and can produce a merged file that contains both
  11118. persons' changes together with warnings about conflicts.
  11119.  
  11120. You can use the sdiff command to merge two files interactively.
  11121.  
  11122. You can use the set of differences produced by diff to distribute
  11123. updates to text files (such as program source code) to other people.
  11124. This method is especially useful when the differences are small
  11125. compared to the complete files.  Given diff output, you can use the
  11126. patch program to update, or patch, a copy of the file.  If you think
  11127. of diff as subtracting one file from another to produce their
  11128. difference, you can think of patch as adding the difference to one
  11129. file to reproduce the other.
  11130.  
  11131. Author: Free Software Foundation
  11132. et. al.
  11133. Path: GNU/diffutils-2.7-bin.lha
  11134.  
  11135. ==========
  11136.  
  11137. diffutils    2.7    GNU diff, diff3, sdiff and cmp utilities
  11138.  
  11139. This directory contains the GNU diff, diff3, sdiff, and cmp utilities.
  11140. Their features are a superset of the Unix features and they are
  11141. significantly faster.  cmp has been moved here from the GNU textutils.
  11142.  
  11143. Computer users often find occasion to ask how two files differ.
  11144. Perhaps one file is a newer version of the other file.  Or maybe the
  11145. two files started out as identical copies but were changed by
  11146. different people.
  11147.  
  11148. You can use the diff command to show differences between two files, or
  11149. each corresponding file in two directories.  diff outputs differences
  11150. between files line by line in any of several formats, selectable by
  11151. command line options.  This set of differences is often called a diff
  11152. or patch.  For files that are identical, diff normally produces no
  11153. output; for binary (non-text) files, diff normally reports only that
  11154. they are different.
  11155.  
  11156. You can use the cmp command to show the offsets and line numbers where
  11157. two files differ.  Cmp can also show all the characters that differ
  11158. between the two files, side by side.
  11159.  
  11160. You can use the diff3 command to show differences among three files.
  11161. When two people have made independent changes to a common original,
  11162. diff3 can report the differences between the original and the two
  11163. changed versions, and can produce a merged file that contains both
  11164. persons' changes together with warnings about conflicts.
  11165.  
  11166. You can use the sdiff command to merge two files interactively.
  11167.  
  11168. You can use the set of differences produced by diff to distribute
  11169. updates to text files (such as program source code) to other people.
  11170. This method is especially useful when the differences are small
  11171. compared to the complete files.  Given diff output, you can use the
  11172. patch program to update, or patch, a copy of the file.  If you think
  11173. of diff as subtracting one file from another to produce their
  11174. difference, you can think of patch as adding the difference to one
  11175. file to reproduce the other.
  11176.  
  11177. Author: Free Software Foundation
  11178. et. al.
  11179. Path: GNU/diffutils-2.7-diffs.lha
  11180.  
  11181. ==========
  11182.  
  11183. diffutils    2.7    GNU diff, diff3, sdiff and cmp utilities
  11184.  
  11185. This directory contains the GNU diff, diff3, sdiff, and cmp utilities.
  11186. Their features are a superset of the Unix features and they are
  11187. significantly faster.  cmp has been moved here from the GNU textutils.
  11188.  
  11189. Computer users often find occasion to ask how two files differ.
  11190. Perhaps one file is a newer version of the other file.  Or maybe the
  11191. two files started out as identical copies but were changed by
  11192. different people.
  11193.  
  11194. You can use the diff command to show differences between two files, or
  11195. each corresponding file in two directories.  diff outputs differences
  11196. between files line by line in any of several formats, selectable by
  11197. command line options.  This set of differences is often called a diff
  11198. or patch.  For files that are identical, diff normally produces no
  11199. output; for binary (non-text) files, diff normally reports only that
  11200. they are different.
  11201.  
  11202. You can use the cmp command to show the offsets and line numbers where
  11203. two files differ.  Cmp can also show all the characters that differ
  11204. between the two files, side by side.
  11205.  
  11206. You can use the diff3 command to show differences among three files.
  11207. When two people have made independent changes to a common original,
  11208. diff3 can report the differences between the original and the two
  11209. changed versions, and can produce a merged file that contains both
  11210. persons' changes together with warnings about conflicts.
  11211.  
  11212. You can use the sdiff command to merge two files interactively.
  11213.  
  11214. You can use the set of differences produced by diff to distribute
  11215. updates to text files (such as program source code) to other people.
  11216. This method is especially useful when the differences are small
  11217. compared to the complete files.  Given diff output, you can use the
  11218. patch program to update, or patch, a copy of the file.  If you think
  11219. of diff as subtracting one file from another to produce their
  11220. difference, you can think of patch as adding the difference to one
  11221. file to reproduce the other.
  11222.  
  11223. Author: Free Software Foundation
  11224. et. al.
  11225. Path: GNU/diffutils-2.7-src.lha
  11226.  
  11227. ==========
  11228.  
  11229. diffutils    2.7    GNU diff, diff3, sdiff and cmp utilities
  11230.  
  11231. This directory contains the GNU diff, diff3, sdiff, and cmp utilities.
  11232. Their features are a superset of the Unix features and they are
  11233. significantly faster.  cmp has been moved here from the GNU textutils.
  11234.  
  11235. Computer users often find occasion to ask how two files differ.
  11236. Perhaps one file is a newer version of the other file.  Or maybe the
  11237. two files started out as identical copies but were changed by
  11238. different people.
  11239.  
  11240. You can use the diff command to show differences between two files, or
  11241. each corresponding file in two directories.  diff outputs differences
  11242. between files line by line in any of several formats, selectable by
  11243. command line options.  This set of differences is often called a diff
  11244. or patch.  For files that are identical, diff normally produces no
  11245. output; for binary (non-text) files, diff normally reports only that
  11246. they are different.
  11247.  
  11248. You can use the cmp command to show the offsets and line numbers where
  11249. two files differ.  Cmp can also show all the characters that differ
  11250. between the two files, side by side.
  11251.  
  11252. You can use the diff3 command to show differences among three files.
  11253. When two people have made independent changes to a common original,
  11254. diff3 can report the differences between the original and the two
  11255. changed versions, and can produce a merged file that contains both
  11256. persons' changes together with warnings about conflicts.
  11257.  
  11258. You can use the sdiff command to merge two files interactively.
  11259.  
  11260. You can use the set of differences produced by diff to distribute
  11261. updates to text files (such as program source code) to other people.
  11262. This method is especially useful when the differences are small
  11263. compared to the complete files.  Given diff output, you can use the
  11264. patch program to update, or patch, a copy of the file.  If you think
  11265. of diff as subtracting one file from another to produce their
  11266. difference, you can think of patch as adding the difference to one
  11267. file to reproduce the other.
  11268.  
  11269. Author: Free Software Foundation
  11270. et. al.
  11271. Path: GNU/diffutils-2.7.tar.gz
  11272.  
  11273. ==========
  11274.  
  11275. doschk    1.1    Check DOS/SYSV filename limits.
  11276.  
  11277. This program is intended as a utility to help software developers
  11278. ensure that their source file names are distinguishable on MS-DOS and
  11279. 14-character SYSV platforms.  To perform this task, doschk reads a
  11280. list of filenames and produces a report of all the conflicts that
  11281. would arise if the files were transferred to a MS-DOS or SYSV
  11282. platform.
  11283.  
  11284. Author: DJ Delorie
  11285. Path: GNU/doschk-1.1-bin.lha
  11286.  
  11287. ==========
  11288.  
  11289. doschk    1.1    Check DOS/SYSV filename limits.
  11290.  
  11291. This program is intended as a utility to help software developers
  11292. ensure that their source file names are distinguishable on MS-DOS and
  11293. 14-character SYSV platforms.  To perform this task, doschk reads a
  11294. list of filenames and produces a report of all the conflicts that
  11295. would arise if the files were transferred to a MS-DOS or SYSV
  11296. platform.
  11297.  
  11298. Author: DJ Delorie
  11299. Path: GNU/doschk-1.1-diffs.lha
  11300.  
  11301. ==========
  11302.  
  11303. doschk    1.1    Check DOS/SYSV filename limits.
  11304.  
  11305. This program is intended as a utility to help software developers
  11306. ensure that their source file names are distinguishable on MS-DOS and
  11307. 14-character SYSV platforms.  To perform this task, doschk reads a
  11308. list of filenames and produces a report of all the conflicts that
  11309. would arise if the files were transferred to a MS-DOS or SYSV
  11310. platform.
  11311.  
  11312. Author: DJ Delorie
  11313. Path: GNU/doschk-1.1-src.lha
  11314.  
  11315. ==========
  11316.  
  11317. doschk    1.1    Check DOS/SYSV filename limits.
  11318.  
  11319. This program is intended as a utility to help software developers
  11320. ensure that their source file names are distinguishable on MS-DOS and
  11321. 14-character SYSV platforms.  To perform this task, doschk reads a
  11322. list of filenames and produces a report of all the conflicts that
  11323. would arise if the files were transferred to a MS-DOS or SYSV
  11324. platform.
  11325.  
  11326. Author: DJ Delorie
  11327. Path: GNU/doschk-1.1.tar.gz
  11328.  
  11329. ==========
  11330.  
  11331. dumphunks    1.0    Dump structure/contents of hunk files.
  11332.  
  11333. Dumps the structure and/or contents of an AmigaDOS "hunk" file in
  11334. human readable form, including doing interpretation of the contents of
  11335. various types of hunks.
  11336.  
  11337. Note: This is just a very basic implementation, and not yet complete.
  11338.  
  11339. Author: Fred Fish
  11340. Path: GNU/dumphunks-1.0-bin.lha
  11341.  
  11342. ==========
  11343.  
  11344. dumphunks    1.0    Dump structure/contents of hunk files.
  11345.  
  11346. Dumps the structure and/or contents of an AmigaDOS "hunk" file in
  11347. human readable form, including doing interpretation of the contents of
  11348. various types of hunks.
  11349.  
  11350. Note: This is just a very basic implementation, and not yet complete.
  11351.  
  11352. Author: Fred Fish
  11353. Path: GNU/dumphunks-1.0-src.lha
  11354.  
  11355. ==========
  11356.  
  11357. ecc    1.2.1    Reed-Solomon Error Correcting Coder.
  11358.  
  11359. Ecc reads blocks of bytes from stdin, applies the (255,249,7) Reed -
  11360. Solomon Error Correcting block code, and writes the resulting block to
  11361. stdout.  Ecc is capable of correcting three byte errors in a block of
  11362. 255 bytes, and is capable of detecting more severe errors.
  11363.  
  11364. Author: Paul Flaherty
  11365. Path: GNU/ecc-1.2.1-bin.lha
  11366.  
  11367. ==========
  11368.  
  11369. ecc    1.2.1    Reed-Solomon Error Correcting Coder.
  11370.  
  11371. Ecc reads blocks of bytes from stdin, applies the (255,249,7) Reed -
  11372. Solomon Error Correcting block code, and writes the resulting block to
  11373. stdout.  Ecc is capable of correcting three byte errors in a block of
  11374. 255 bytes, and is capable of detecting more severe errors.
  11375.  
  11376. Author: Paul Flaherty
  11377. Path: GNU/ecc-1.2.1-diffs.lha
  11378.  
  11379. ==========
  11380.  
  11381. ecc    1.2.1    Reed-Solomon Error Correcting Coder.
  11382.  
  11383. Ecc reads blocks of bytes from stdin, applies the (255,249,7) Reed -
  11384. Solomon Error Correcting block code, and writes the resulting block to
  11385. stdout.  Ecc is capable of correcting three byte errors in a block of
  11386. 255 bytes, and is capable of detecting more severe errors.
  11387.  
  11388. Author: Paul Flaherty
  11389. Path: GNU/ecc-1.2.1-src.lha
  11390.  
  11391. ==========
  11392.  
  11393. ecc    1.2.1    Reed-Solomon Error Correcting Coder.
  11394.  
  11395. Ecc reads blocks of bytes from stdin, applies the (255,249,7) Reed -
  11396. Solomon Error Correcting block code, and writes the resulting block to
  11397. stdout.  Ecc is capable of correcting three byte errors in a block of
  11398. 255 bytes, and is capable of detecting more severe errors.
  11399.  
  11400. Author: Paul Flaherty
  11401. Path: GNU/ecc-1.2.1.tar.gz
  11402.  
  11403. ==========
  11404.  
  11405. ed    0.1    8-bit-clean POSIX compliant line editor.
  11406.  
  11407. "Ed" is a line-oriented text editor.  It is used to create, display,
  11408. modify and otherwise manipulate text files.  "Red" is a restricted ed:
  11409. it can only edit files in the current directory and cannot execute
  11410. shell commands.
  11411.  
  11412. Author: Andrew Moore
  11413. Path: GNU/ed-0.1-bin.lha
  11414.  
  11415. ==========
  11416.  
  11417. ed    0.1    8-bit-clean POSIX compliant line editor.
  11418.  
  11419. "Ed" is a line-oriented text editor.  It is used to create, display,
  11420. modify and otherwise manipulate text files.  "Red" is a restricted ed:
  11421. it can only edit files in the current directory and cannot execute
  11422. shell commands.
  11423.  
  11424. Author: Andrew Moore
  11425. Path: GNU/ed-0.1-diffs.lha
  11426.  
  11427. ==========
  11428.  
  11429. ed    0.1    8-bit-clean POSIX compliant line editor.
  11430.  
  11431. "Ed" is a line-oriented text editor.  It is used to create, display,
  11432. modify and otherwise manipulate text files.  "Red" is a restricted ed:
  11433. it can only edit files in the current directory and cannot execute
  11434. shell commands.
  11435.  
  11436. Author: Andrew Moore
  11437. Path: GNU/ed-0.1-src.lha
  11438.  
  11439. ==========
  11440.  
  11441. ed    0.1    8-bit-clean POSIX compliant line editor.
  11442.  
  11443. "Ed" is a line-oriented text editor.  It is used to create, display,
  11444. modify and otherwise manipulate text files.  "Red" is a restricted ed:
  11445. it can only edit files in the current directory and cannot execute
  11446. shell commands.
  11447.  
  11448. Author: Andrew Moore
  11449. Path: GNU/ed-0.1.tar.gz
  11450.  
  11451. ==========
  11452.  
  11453. eispack    1.0    Compute eigenvalues & eigenvectors
  11454.  
  11455. EISPACK is a collection of double-precision Fortran subroutines that
  11456. compute the eigenvalues and eigenvectors of nine classes of matrices:
  11457. complex general, complex Hermitian, real general, real symmetric, real
  11458. symmetric banded, real symmetric tridiagonal, special real
  11459. tridiagonal, generalized real, and generalized real symmetric matices.
  11460. In addition, two routines are included that use singular value
  11461. decomposition to solve certain least-squares problems.  The
  11462. single-precsion versions are in SEISPACK.
  11463.  
  11464. Author: Unknown
  11465. Path: GNU/eispack-1.0-bin.lha
  11466.  
  11467. ==========
  11468.  
  11469. eispack    1.0    Compute eigenvalues & eigenvectors
  11470.  
  11471. EISPACK is a collection of double-precision Fortran subroutines that
  11472. compute the eigenvalues and eigenvectors of nine classes of matrices:
  11473. complex general, complex Hermitian, real general, real symmetric, real
  11474. symmetric banded, real symmetric tridiagonal, special real
  11475. tridiagonal, generalized real, and generalized real symmetric matices.
  11476. In addition, two routines are included that use singular value
  11477. decomposition to solve certain least-squares problems.  The
  11478. single-precsion versions are in SEISPACK.
  11479.  
  11480. Author: Unknown
  11481. Path: GNU/eispack-1.0-src.lha
  11482.  
  11483. ==========
  11484.  
  11485. emacs    18.59    GNU Emacs editor
  11486.  
  11487. GNU Emacs is the GNU incarnation of the advanced, self-documenting,
  11488. customizable, extensible real-time display editor Emacs. (The `G' in
  11489. `GNU' is not silent.)
  11490.  
  11491. We say that Emacs is a "display" editor because normally the text
  11492. being edited is visible on the screen and is updated automatically as
  11493. you type your commands.
  11494.  
  11495. We call it a "real-time" editor because the display is updated very
  11496. frequently, usually after each character or pair of characters you
  11497. type.  This minimizes the amount of information you must keep in your
  11498. head as you edit.
  11499.  
  11500. We call Emacs advanced because it provides facilities that go beyond
  11501. simple insertion and deletion: filling of text; automatic indentation
  11502. of programs; viewing two or more files at once; and dealing in terms
  11503. of characters, words, lines, sentences, paragraphs, and pages, as well
  11504. as expressions and comments in several different programming
  11505. languages.  It is much easier to type one command meaning "go to the
  11506. end of the paragraph" than to find that spot with simple cursor keys.
  11507.  
  11508. "Self-documenting" means that at any time you can type a special
  11509. character, `Control-h', to find out what your options are.  You can
  11510. also use it to find out what any command does, or to find all the
  11511. commands that pertain to a topic.
  11512.  
  11513. "Customizable" means that you can change the definitions of Emacs
  11514. commands in little ways.  For example, if you use a programming
  11515. language in which comments start with `<**' and end with `**>', you
  11516. can tell the Emacs comment manipulation commands to use those strings.
  11517. Another sort of customization is rearrangement of the command set.
  11518. For example, if you prefer the four basic cursor motion commands (up,
  11519. down, left and right) on keys in a diamond pattern on the keyboard,
  11520. you can have it.
  11521.  
  11522. "Extensible" means that you can go beyond simple customization and
  11523. write entirely new commands, programs in the Lisp language to be run
  11524. by Emacs's own Lisp interpreter.  Emacs is an "on-line extensible"
  11525. system, which means that it is divided into many functions that call
  11526. each other, any of which can be redefined in the middle of an editing
  11527. session.  Any part of Emacs can be replaced without making a separate
  11528. copy of all of Emacs.  Most of the editing commands of Emacs are
  11529. written in Lisp already; the few exceptions could have been written in
  11530. Lisp but are written in C for efficiency.  Although only a programmer
  11531. can write an extension, anybody can use it afterward.
  11532.  
  11533. Author: Richard Stallman
  11534. Path: GNU/emacs-18.59-bin.lha
  11535.  
  11536. ==========
  11537.  
  11538. emacs    18.59    GNU Emacs editor
  11539.  
  11540. GNU Emacs is the GNU incarnation of the advanced, self-documenting,
  11541. customizable, extensible real-time display editor Emacs. (The `G' in
  11542. `GNU' is not silent.)
  11543.  
  11544. We say that Emacs is a "display" editor because normally the text
  11545. being edited is visible on the screen and is updated automatically as
  11546. you type your commands.
  11547.  
  11548. We call it a "real-time" editor because the display is updated very
  11549. frequently, usually after each character or pair of characters you
  11550. type.  This minimizes the amount of information you must keep in your
  11551. head as you edit.
  11552.  
  11553. We call Emacs advanced because it provides facilities that go beyond
  11554. simple insertion and deletion: filling of text; automatic indentation
  11555. of programs; viewing two or more files at once; and dealing in terms
  11556. of characters, words, lines, sentences, paragraphs, and pages, as well
  11557. as expressions and comments in several different programming
  11558. languages.  It is much easier to type one command meaning "go to the
  11559. end of the paragraph" than to find that spot with simple cursor keys.
  11560.  
  11561. "Self-documenting" means that at any time you can type a special
  11562. character, `Control-h', to find out what your options are.  You can
  11563. also use it to find out what any command does, or to find all the
  11564. commands that pertain to a topic.
  11565.  
  11566. "Customizable" means that you can change the definitions of Emacs
  11567. commands in little ways.  For example, if you use a programming
  11568. language in which comments start with `<**' and end with `**>', you
  11569. can tell the Emacs comment manipulation commands to use those strings.
  11570. Another sort of customization is rearrangement of the command set.
  11571. For example, if you prefer the four basic cursor motion commands (up,
  11572. down, left and right) on keys in a diamond pattern on the keyboard,
  11573. you can have it.
  11574.  
  11575. "Extensible" means that you can go beyond simple customization and
  11576. write entirely new commands, programs in the Lisp language to be run
  11577. by Emacs's own Lisp interpreter.  Emacs is an "on-line extensible"
  11578. system, which means that it is divided into many functions that call
  11579. each other, any of which can be redefined in the middle of an editing
  11580. session.  Any part of Emacs can be replaced without making a separate
  11581. copy of all of Emacs.  Most of the editing commands of Emacs are
  11582. written in Lisp already; the few exceptions could have been written in
  11583. Lisp but are written in C for efficiency.  Although only a programmer
  11584. can write an extension, anybody can use it afterward.
  11585.  
  11586. Author: Richard Stallman
  11587. Path: GNU/emacs-18.59-diffs.lha
  11588.  
  11589. ==========
  11590.  
  11591. emacs    18.59    GNU Emacs editor
  11592.  
  11593. GNU Emacs is the GNU incarnation of the advanced, self-documenting,
  11594. customizable, extensible real-time display editor Emacs. (The `G' in
  11595. `GNU' is not silent.)
  11596.  
  11597. We say that Emacs is a "display" editor because normally the text
  11598. being edited is visible on the screen and is updated automatically as
  11599. you type your commands.
  11600.  
  11601. We call it a "real-time" editor because the display is updated very
  11602. frequently, usually after each character or pair of characters you
  11603. type.  This minimizes the amount of information you must keep in your
  11604. head as you edit.
  11605.  
  11606. We call Emacs advanced because it provides facilities that go beyond
  11607. simple insertion and deletion: filling of text; automatic indentation
  11608. of programs; viewing two or more files at once; and dealing in terms
  11609. of characters, words, lines, sentences, paragraphs, and pages, as well
  11610. as expressions and comments in several different programming
  11611. languages.  It is much easier to type one command meaning "go to the
  11612. end of the paragraph" than to find that spot with simple cursor keys.
  11613.  
  11614. "Self-documenting" means that at any time you can type a special
  11615. character, `Control-h', to find out what your options are.  You can
  11616. also use it to find out what any command does, or to find all the
  11617. commands that pertain to a topic.
  11618.  
  11619. "Customizable" means that you can change the definitions of Emacs
  11620. commands in little ways.  For example, if you use a programming
  11621. language in which comments start with `<**' and end with `**>', you
  11622. can tell the Emacs comment manipulation commands to use those strings.
  11623. Another sort of customization is rearrangement of the command set.
  11624. For example, if you prefer the four basic cursor motion commands (up,
  11625. down, left and right) on keys in a diamond pattern on the keyboard,
  11626. you can have it.
  11627.  
  11628. "Extensible" means that you can go beyond simple customization and
  11629. write entirely new commands, programs in the Lisp language to be run
  11630. by Emacs's own Lisp interpreter.  Emacs is an "on-line extensible"
  11631. system, which means that it is divided into many functions that call
  11632. each other, any of which can be redefined in the middle of an editing
  11633. session.  Any part of Emacs can be replaced without making a separate
  11634. copy of all of Emacs.  Most of the editing commands of Emacs are
  11635. written in Lisp already; the few exceptions could have been written in
  11636. Lisp but are written in C for efficiency.  Although only a programmer
  11637. can write an extension, anybody can use it afterward.
  11638.  
  11639. Author: Richard Stallman
  11640. Path: GNU/emacs-18.59-src.lha
  11641.  
  11642. ==========
  11643.  
  11644. emacs    18.59    GNU Emacs editor
  11645.  
  11646. GNU Emacs is the GNU incarnation of the advanced, self-documenting,
  11647. customizable, extensible real-time display editor Emacs. (The `G' in
  11648. `GNU' is not silent.)
  11649.  
  11650. We say that Emacs is a "display" editor because normally the text
  11651. being edited is visible on the screen and is updated automatically as
  11652. you type your commands.
  11653.  
  11654. We call it a "real-time" editor because the display is updated very
  11655. frequently, usually after each character or pair of characters you
  11656. type.  This minimizes the amount of information you must keep in your
  11657. head as you edit.
  11658.  
  11659. We call Emacs advanced because it provides facilities that go beyond
  11660. simple insertion and deletion: filling of text; automatic indentation
  11661. of programs; viewing two or more files at once; and dealing in terms
  11662. of characters, words, lines, sentences, paragraphs, and pages, as well
  11663. as expressions and comments in several different programming
  11664. languages.  It is much easier to type one command meaning "go to the
  11665. end of the paragraph" than to find that spot with simple cursor keys.
  11666.  
  11667. "Self-documenting" means that at any time you can type a special
  11668. character, `Control-h', to find out what your options are.  You can
  11669. also use it to find out what any command does, or to find all the
  11670. commands that pertain to a topic.
  11671.  
  11672. "Customizable" means that you can change the definitions of Emacs
  11673. commands in little ways.  For example, if you use a programming
  11674. language in which comments start with `<**' and end with `**>', you
  11675. can tell the Emacs comment manipulation commands to use those strings.
  11676. Another sort of customization is rearrangement of the command set.
  11677. For example, if you prefer the four basic cursor motion commands (up,
  11678. down, left and right) on keys in a diamond pattern on the keyboard,
  11679. you can have it.
  11680.  
  11681. "Extensible" means that you can go beyond simple customization and
  11682. write entirely new commands, programs in the Lisp language to be run
  11683. by Emacs's own Lisp interpreter.  Emacs is an "on-line extensible"
  11684. system, which means that it is divided into many functions that call
  11685. each other, any of which can be redefined in the middle of an editing
  11686. session.  Any part of Emacs can be replaced without making a separate
  11687. copy of all of Emacs.  Most of the editing commands of Emacs are
  11688. written in Lisp already; the few exceptions could have been written in
  11689. Lisp but are written in C for efficiency.  Although only a programmer
  11690. can write an extension, anybody can use it afterward.
  11691.  
  11692. Author: Richard Stallman
  11693. Path: GNU/emacs-18.59.tar.gz
  11694.  
  11695. ==========
  11696.  
  11697. emacs    19.28    GNU Emacs editor
  11698.  
  11699. GNU Emacs is the GNU incarnation of the advanced, self-documenting,
  11700. customizable, extensible real-time display editor Emacs. (The `G' in
  11701. `GNU' is not silent.)
  11702.  
  11703. We say that Emacs is a "display" editor because normally the text
  11704. being edited is visible on the screen and is updated automatically as
  11705. you type your commands.
  11706.  
  11707. We call it a "real-time" editor because the display is updated very
  11708. frequently, usually after each character or pair of characters you
  11709. type.  This minimizes the amount of information you must keep in your
  11710. head as you edit.
  11711.  
  11712. We call Emacs advanced because it provides facilities that go beyond
  11713. simple insertion and deletion: filling of text; automatic indentation
  11714. of programs; viewing two or more files at once; and dealing in terms
  11715. of characters, words, lines, sentences, paragraphs, and pages, as well
  11716. as expressions and comments in several different programming
  11717. languages.  It is much easier to type one command meaning "go to the
  11718. end of the paragraph" than to find that spot with simple cursor keys.
  11719.  
  11720. "Self-documenting" means that at any time you can type a special
  11721. character, `Control-h', to find out what your options are.  You can
  11722. also use it to find out what any command does, or to find all the
  11723. commands that pertain to a topic.
  11724.  
  11725. "Customizable" means that you can change the definitions of Emacs
  11726. commands in little ways.  For example, if you use a programming
  11727. language in which comments start with `<**' and end with `**>', you
  11728. can tell the Emacs comment manipulation commands to use those strings.
  11729. Another sort of customization is rearrangement of the command set.
  11730. For example, if you prefer the four basic cursor motion commands (up,
  11731. down, left and right) on keys in a diamond pattern on the keyboard,
  11732. you can have it.
  11733.  
  11734. "Extensible" means that you can go beyond simple customization and
  11735. write entirely new commands, programs in the Lisp language to be run
  11736. by Emacs's own Lisp interpreter.  Emacs is an "on-line extensible"
  11737. system, which means that it is divided into many functions that call
  11738. each other, any of which can be redefined in the middle of an editing
  11739. session.  Any part of Emacs can be replaced without making a separate
  11740. copy of all of Emacs.  Most of the editing commands of Emacs are
  11741. written in Lisp already; the few exceptions could have been written in
  11742. Lisp but are written in C for efficiency.  Although only a programmer
  11743. can write an extension, anybody can use it afterward.
  11744.  
  11745. Author: Richard Stallman
  11746. Path: GNU/emacs-19.28-diffs.lha
  11747.  
  11748. ==========
  11749.  
  11750. emacs    19.28    GNU Emacs editor
  11751.  
  11752. GNU Emacs is the GNU incarnation of the advanced, self-documenting,
  11753. customizable, extensible real-time display editor Emacs. (The `G' in
  11754. `GNU' is not silent.)
  11755.  
  11756. We say that Emacs is a "display" editor because normally the text
  11757. being edited is visible on the screen and is updated automatically as
  11758. you type your commands.
  11759.  
  11760. We call it a "real-time" editor because the display is updated very
  11761. frequently, usually after each character or pair of characters you
  11762. type.  This minimizes the amount of information you must keep in your
  11763. head as you edit.
  11764.  
  11765. We call Emacs advanced because it provides facilities that go beyond
  11766. simple insertion and deletion: filling of text; automatic indentation
  11767. of programs; viewing two or more files at once; and dealing in terms
  11768. of characters, words, lines, sentences, paragraphs, and pages, as well
  11769. as expressions and comments in several different programming
  11770. languages.  It is much easier to type one command meaning "go to the
  11771. end of the paragraph" than to find that spot with simple cursor keys.
  11772.  
  11773. "Self-documenting" means that at any time you can type a special
  11774. character, `Control-h', to find out what your options are.  You can
  11775. also use it to find out what any command does, or to find all the
  11776. commands that pertain to a topic.
  11777.  
  11778. "Customizable" means that you can change the definitions of Emacs
  11779. commands in little ways.  For example, if you use a programming
  11780. language in which comments start with `<**' and end with `**>', you
  11781. can tell the Emacs comment manipulation commands to use those strings.
  11782. Another sort of customization is rearrangement of the command set.
  11783. For example, if you prefer the four basic cursor motion commands (up,
  11784. down, left and right) on keys in a diamond pattern on the keyboard,
  11785. you can have it.
  11786.  
  11787. "Extensible" means that you can go beyond simple customization and
  11788. write entirely new commands, programs in the Lisp language to be run
  11789. by Emacs's own Lisp interpreter.  Emacs is an "on-line extensible"
  11790. system, which means that it is divided into many functions that call
  11791. each other, any of which can be redefined in the middle of an editing
  11792. session.  Any part of Emacs can be replaced without making a separate
  11793. copy of all of Emacs.  Most of the editing commands of Emacs are
  11794. written in Lisp already; the few exceptions could have been written in
  11795. Lisp but are written in C for efficiency.  Although only a programmer
  11796. can write an extension, anybody can use it afterward.
  11797.  
  11798. Author: Richard Stallman
  11799. Path: GNU/emacs-19.28-src.lha
  11800.  
  11801. ==========
  11802.  
  11803. emacs    19.28    GNU Emacs editor
  11804.  
  11805. GNU Emacs is the GNU incarnation of the advanced, self-documenting,
  11806. customizable, extensible real-time display editor Emacs. (The `G' in
  11807. `GNU' is not silent.)
  11808.  
  11809. We say that Emacs is a "display" editor because normally the text
  11810. being edited is visible on the screen and is updated automatically as
  11811. you type your commands.
  11812.  
  11813. We call it a "real-time" editor because the display is updated very
  11814. frequently, usually after each character or pair of characters you
  11815. type.  This minimizes the amount of information you must keep in your
  11816. head as you edit.
  11817.  
  11818. We call Emacs advanced because it provides facilities that go beyond
  11819. simple insertion and deletion: filling of text; automatic indentation
  11820. of programs; viewing two or more files at once; and dealing in terms
  11821. of characters, words, lines, sentences, paragraphs, and pages, as well
  11822. as expressions and comments in several different programming
  11823. languages.  It is much easier to type one command meaning "go to the
  11824. end of the paragraph" than to find that spot with simple cursor keys.
  11825.  
  11826. "Self-documenting" means that at any time you can type a special
  11827. character, `Control-h', to find out what your options are.  You can
  11828. also use it to find out what any command does, or to find all the
  11829. commands that pertain to a topic.
  11830.  
  11831. "Customizable" means that you can change the definitions of Emacs
  11832. commands in little ways.  For example, if you use a programming
  11833. language in which comments start with `<**' and end with `**>', you
  11834. can tell the Emacs comment manipulation commands to use those strings.
  11835. Another sort of customization is rearrangement of the command set.
  11836. For example, if you prefer the four basic cursor motion commands (up,
  11837. down, left and right) on keys in a diamond pattern on the keyboard,
  11838. you can have it.
  11839.  
  11840. "Extensible" means that you can go beyond simple customization and
  11841. write entirely new commands, programs in the Lisp language to be run
  11842. by Emacs's own Lisp interpreter.  Emacs is an "on-line extensible"
  11843. system, which means that it is divided into many functions that call
  11844. each other, any of which can be redefined in the middle of an editing
  11845. session.  Any part of Emacs can be replaced without making a separate
  11846. copy of all of Emacs.  Most of the editing commands of Emacs are
  11847. written in Lisp already; the few exceptions could have been written in
  11848. Lisp but are written in C for efficiency.  Although only a programmer
  11849. can write an extension, anybody can use it afterward.
  11850.  
  11851. Author: Richard Stallman
  11852. Path: GNU/emacs-19.28.tar.gz
  11853.  
  11854. ==========
  11855.  
  11856. f2c    93.04.28    Fortran 77 to C translator
  11857.  
  11858. F2c converts Fortran 77 source code in files with names ending in `.f'
  11859. or `.F' to C (or C++) source files in the current directory, with `.c'
  11860. substituted for the final `.f' or `.F'.  If no Fortran files are
  11861. named, f2c reads Fortran from standard input and writes C on standard
  11862. output.  Filenames that end with `.p' or `.P' are taken to be
  11863. prototype files, as produced by option `-P', and are read first.
  11864.  
  11865. Author: David Gay
  11866. Stu Feldman
  11867. Mark Maimone
  11868. Norm Schryer
  11869. Path: GNU/f2c-1993.04.28-bin.lha
  11870.  
  11871. ==========
  11872.  
  11873. f2c    93.04.28    Fortran 77 to C translator
  11874.  
  11875. F2c converts Fortran 77 source code in files with names ending in `.f'
  11876. or `.F' to C (or C++) source files in the current directory, with `.c'
  11877. substituted for the final `.f' or `.F'.  If no Fortran files are
  11878. named, f2c reads Fortran from standard input and writes C on standard
  11879. output.  Filenames that end with `.p' or `.P' are taken to be
  11880. prototype files, as produced by option `-P', and are read first.
  11881.  
  11882. Author: David Gay
  11883. Stu Feldman
  11884. Mark Maimone
  11885. Norm Schryer
  11886. Path: GNU/f2c-1993.04.28-diffs.lha
  11887.  
  11888. ==========
  11889.  
  11890. f2c    93.04.28    Fortran 77 to C translator
  11891.  
  11892. F2c converts Fortran 77 source code in files with names ending in `.f'
  11893. or `.F' to C (or C++) source files in the current directory, with `.c'
  11894. substituted for the final `.f' or `.F'.  If no Fortran files are
  11895. named, f2c reads Fortran from standard input and writes C on standard
  11896. output.  Filenames that end with `.p' or `.P' are taken to be
  11897. prototype files, as produced by option `-P', and are read first.
  11898.  
  11899. Author: David Gay
  11900. Stu Feldman
  11901. Mark Maimone
  11902. Norm Schryer
  11903. Path: GNU/f2c-1993.04.28-src.lha
  11904.  
  11905. ==========
  11906.  
  11907. f2c    93.04.28    Fortran 77 to C translator
  11908.  
  11909. F2c converts Fortran 77 source code in files with names ending in `.f'
  11910. or `.F' to C (or C++) source files in the current directory, with `.c'
  11911. substituted for the final `.f' or `.F'.  If no Fortran files are
  11912. named, f2c reads Fortran from standard input and writes C on standard
  11913. output.  Filenames that end with `.p' or `.P' are taken to be
  11914. prototype files, as produced by option `-P', and are read first.
  11915.  
  11916. Author: David Gay
  11917. Stu Feldman
  11918. Mark Maimone
  11919. Norm Schryer
  11920. Path: GNU/f2c-1993.04.28.tar.gz
  11921.  
  11922. ==========
  11923.  
  11924. fileutils    3.12    File management utilities.
  11925.  
  11926. These are the GNU file management utilities.  Most of these programs
  11927. have significant advantages over their Unix counterparts, such as
  11928. greater speed, additional options, and fewer arbitrary limits.
  11929.  
  11930. The programs that can be built with this package are: chgrp, chown,
  11931. chmod, cp, dd, df, du, install, ln, dir, vdir, ls, mkdir, mvdir,
  11932. mkfifo, mknod, mv, rm, rmdir and touch.  But mvdir is built only on
  11933. systems that lack the rename system call.
  11934.  
  11935. The programs cat, cut, expand, head, paste, split, tac, tail and
  11936. unexpand, which used to be part of the fileutils, are now part of the
  11937. textutils.  Cmp is now part of the diff distribution.
  11938.  
  11939. Author: Free Software Foundation
  11940. Path: GNU/fileutils-3.12-bin.lha
  11941.  
  11942. ==========
  11943.  
  11944. fileutils    3.12    File management utilities.
  11945.  
  11946. These are the GNU file management utilities.  Most of these programs
  11947. have significant advantages over their Unix counterparts, such as
  11948. greater speed, additional options, and fewer arbitrary limits.
  11949.  
  11950. The programs that can be built with this package are: chgrp, chown,
  11951. chmod, cp, dd, df, du, install, ln, dir, vdir, ls, mkdir, mvdir,
  11952. mkfifo, mknod, mv, rm, rmdir and touch.  But mvdir is built only on
  11953. systems that lack the rename system call.
  11954.  
  11955. The programs cat, cut, expand, head, paste, split, tac, tail and
  11956. unexpand, which used to be part of the fileutils, are now part of the
  11957. textutils.  Cmp is now part of the diff distribution.
  11958.  
  11959. Author: Free Software Foundation
  11960. Path: GNU/fileutils-3.12-diffs.lha
  11961.  
  11962. ==========
  11963.  
  11964. fileutils    3.12    File management utilities.
  11965.  
  11966. These are the GNU file management utilities.  Most of these programs
  11967. have significant advantages over their Unix counterparts, such as
  11968. greater speed, additional options, and fewer arbitrary limits.
  11969.  
  11970. The programs that can be built with this package are: chgrp, chown,
  11971. chmod, cp, dd, df, du, install, ln, dir, vdir, ls, mkdir, mvdir,
  11972. mkfifo, mknod, mv, rm, rmdir and touch.  But mvdir is built only on
  11973. systems that lack the rename system call.
  11974.  
  11975. The programs cat, cut, expand, head, paste, split, tac, tail and
  11976. unexpand, which used to be part of the fileutils, are now part of the
  11977. textutils.  Cmp is now part of the diff distribution.
  11978.  
  11979. Author: Free Software Foundation
  11980. Path: GNU/fileutils-3.12-src.lha
  11981.  
  11982. ==========
  11983.  
  11984. fileutils    3.12    File management utilities.
  11985.  
  11986. These are the GNU file management utilities.  Most of these programs
  11987. have significant advantages over their Unix counterparts, such as
  11988. greater speed, additional options, and fewer arbitrary limits.
  11989.  
  11990. The programs that can be built with this package are: chgrp, chown,
  11991. chmod, cp, dd, df, du, install, ln, dir, vdir, ls, mkdir, mvdir,
  11992. mkfifo, mknod, mv, rm, rmdir and touch.  But mvdir is built only on
  11993. systems that lack the rename system call.
  11994.  
  11995. The programs cat, cut, expand, head, paste, split, tac, tail and
  11996. unexpand, which used to be part of the fileutils, are now part of the
  11997. textutils.  Cmp is now part of the diff distribution.
  11998.  
  11999. Author: Free Software Foundation
  12000. Path: GNU/fileutils-3.12.tar.gz
  12001.  
  12002. ==========
  12003.  
  12004. findutils    4.1    GNU find, xargs, and locate
  12005.  
  12006. This package contains the GNU find, xargs, and locate programs.  This
  12007. version of find and xargs comply with POSIX 1003.2, and also support
  12008. some additional options, some borrowed from Unix and some unique to
  12009. GNU.
  12010.  
  12011. To gain speed, GNU find now avoids statting files whenever possible.
  12012. It does this by: (1) Checking the number of links to directories and
  12013. not statting files that it knows aren't directories until it
  12014. encounters a test or action that needs the stat info.  (2) Rearranging
  12015. the command line, where possible, so that it can do tests that don't
  12016. require a stat before tests that do, in hopes that the latter will be
  12017. skipped because of an OR or AND.  (But it only does this where it will
  12018. leave the output unchanged.)
  12019.  
  12020. The locate utility is based on James Woods' public domain fast-find
  12021. code, which is also distributed with the 4.3BSD find.  Because POSIX
  12022. requires `find foo' to have the same effect as `find foo -print', the
  12023. fast-find searching has been moved to a separate program, `locate';
  12024. the same thing has been done in 4.3BSD-reno/4.4BSD.  If you use
  12025. locate, you should run the included `updatedb' script from cron
  12026. periodically (typically nightly).
  12027.  
  12028. Author: Free Software Foundation
  12029. Path: GNU/findutils-4.1-bin.lha
  12030.  
  12031. ==========
  12032.  
  12033. findutils    4.1    GNU find, xargs, and locate
  12034.  
  12035. This package contains the GNU find, xargs, and locate programs.  This
  12036. version of find and xargs comply with POSIX 1003.2, and also support
  12037. some additional options, some borrowed from Unix and some unique to
  12038. GNU.
  12039.  
  12040. To gain speed, GNU find now avoids statting files whenever possible.
  12041. It does this by: (1) Checking the number of links to directories and
  12042. not statting files that it knows aren't directories until it
  12043. encounters a test or action that needs the stat info.  (2) Rearranging
  12044. the command line, where possible, so that it can do tests that don't
  12045. require a stat before tests that do, in hopes that the latter will be
  12046. skipped because of an OR or AND.  (But it only does this where it will
  12047. leave the output unchanged.)
  12048.  
  12049. The locate utility is based on James Woods' public domain fast-find
  12050. code, which is also distributed with the 4.3BSD find.  Because POSIX
  12051. requires `find foo' to have the same effect as `find foo -print', the
  12052. fast-find searching has been moved to a separate program, `locate';
  12053. the same thing has been done in 4.3BSD-reno/4.4BSD.  If you use
  12054. locate, you should run the included `updatedb' script from cron
  12055. periodically (typically nightly).
  12056.  
  12057. Author: Free Software Foundation
  12058. Path: GNU/findutils-4.1-diffs.lha
  12059.  
  12060. ==========
  12061.  
  12062. findutils    4.1    GNU find, xargs, and locate
  12063.  
  12064. This package contains the GNU find, xargs, and locate programs.  This
  12065. version of find and xargs comply with POSIX 1003.2, and also support
  12066. some additional options, some borrowed from Unix and some unique to
  12067. GNU.
  12068.  
  12069. To gain speed, GNU find now avoids statting files whenever possible.
  12070. It does this by: (1) Checking the number of links to directories and
  12071. not statting files that it knows aren't directories until it
  12072. encounters a test or action that needs the stat info.  (2) Rearranging
  12073. the command line, where possible, so that it can do tests that don't
  12074. require a stat before tests that do, in hopes that the latter will be
  12075. skipped because of an OR or AND.  (But it only does this where it will
  12076. leave the output unchanged.)
  12077.  
  12078. The locate utility is based on James Woods' public domain fast-find
  12079. code, which is also distributed with the 4.3BSD find.  Because POSIX
  12080. requires `find foo' to have the same effect as `find foo -print', the
  12081. fast-find searching has been moved to a separate program, `locate';
  12082. the same thing has been done in 4.3BSD-reno/4.4BSD.  If you use
  12083. locate, you should run the included `updatedb' script from cron
  12084. periodically (typically nightly).
  12085.  
  12086. Author: Free Software Foundation
  12087. Path: GNU/findutils-4.1-src.lha
  12088.  
  12089. ==========
  12090.  
  12091. findutils    4.1    GNU find, xargs, and locate
  12092.  
  12093. This package contains the GNU find, xargs, and locate programs.  This
  12094. version of find and xargs comply with POSIX 1003.2, and also support
  12095. some additional options, some borrowed from Unix and some unique to
  12096. GNU.
  12097.  
  12098. To gain speed, GNU find now avoids statting files whenever possible.
  12099. It does this by: (1) Checking the number of links to directories and
  12100. not statting files that it knows aren't directories until it
  12101. encounters a test or action that needs the stat info.  (2) Rearranging
  12102. the command line, where possible, so that it can do tests that don't
  12103. require a stat before tests that do, in hopes that the latter will be
  12104. skipped because of an OR or AND.  (But it only does this where it will
  12105. leave the output unchanged.)
  12106.  
  12107. The locate utility is based on James Woods' public domain fast-find
  12108. code, which is also distributed with the 4.3BSD find.  Because POSIX
  12109. requires `find foo' to have the same effect as `find foo -print', the
  12110. fast-find searching has been moved to a separate program, `locate';
  12111. the same thing has been done in 4.3BSD-reno/4.4BSD.  If you use
  12112. locate, you should run the included `updatedb' script from cron
  12113. periodically (typically nightly).
  12114.  
  12115. Author: Free Software Foundation
  12116. Path: GNU/findutils-4.1.tar.gz
  12117.  
  12118. ==========
  12119.  
  12120. flex    2.4.7    Fast lexical analyzer generator
  12121.  
  12122. Flex is a tool for generating scanners, programs which recognized
  12123. lexical patterns in text.  Flex reads the given input files, or its
  12124. standard input if no file names are given, for a description of a
  12125. scanner to generate.  The description is in the form of pairs of
  12126. regular expressions and C code, called rules.  Flex generates as
  12127. output a C source file, lex.yy.c, which defines a routine yylex().
  12128. This file is compiled and linked with the -lfl library to produce an
  12129. executable.  When the executable is run, it analyzes its input for
  12130. occurrences of the regular expressions.  Whenever it finds one, it
  12131. executes the corresponding C code.
  12132.  
  12133. Author: Vern Paxson
  12134. Van Jacobson
  12135. Jef Poskanzer
  12136. Path: GNU/flex-2.4.7-bin.lha
  12137.  
  12138. ==========
  12139.  
  12140. flex    2.4.7    Fast lexical analyzer generator
  12141.  
  12142. Flex is a tool for generating scanners, programs which recognized
  12143. lexical patterns in text.  Flex reads the given input files, or its
  12144. standard input if no file names are given, for a description of a
  12145. scanner to generate.  The description is in the form of pairs of
  12146. regular expressions and C code, called rules.  Flex generates as
  12147. output a C source file, lex.yy.c, which defines a routine yylex().
  12148. This file is compiled and linked with the -lfl library to produce an
  12149. executable.  When the executable is run, it analyzes its input for
  12150. occurrences of the regular expressions.  Whenever it finds one, it
  12151. executes the corresponding C code.
  12152.  
  12153. Author: Vern Paxson
  12154. Van Jacobson
  12155. Jef Poskanzer
  12156. Path: GNU/flex-2.4.7-diffs.lha
  12157.  
  12158. ==========
  12159.  
  12160. flex    2.4.7    Fast lexical analyzer generator
  12161.  
  12162. Flex is a tool for generating scanners, programs which recognized
  12163. lexical patterns in text.  Flex reads the given input files, or its
  12164. standard input if no file names are given, for a description of a
  12165. scanner to generate.  The description is in the form of pairs of
  12166. regular expressions and C code, called rules.  Flex generates as
  12167. output a C source file, lex.yy.c, which defines a routine yylex().
  12168. This file is compiled and linked with the -lfl library to produce an
  12169. executable.  When the executable is run, it analyzes its input for
  12170. occurrences of the regular expressions.  Whenever it finds one, it
  12171. executes the corresponding C code.
  12172.  
  12173. Author: Vern Paxson
  12174. Van Jacobson
  12175. Jef Poskanzer
  12176. Path: GNU/flex-2.4.7-src.lha
  12177.  
  12178. ==========
  12179.  
  12180. flex    2.4.7    Fast lexical analyzer generator
  12181.  
  12182. Flex is a tool for generating scanners, programs which recognized
  12183. lexical patterns in text.  Flex reads the given input files, or its
  12184. standard input if no file names are given, for a description of a
  12185. scanner to generate.  The description is in the form of pairs of
  12186. regular expressions and C code, called rules.  Flex generates as
  12187. output a C source file, lex.yy.c, which defines a routine yylex().
  12188. This file is compiled and linked with the -lfl library to produce an
  12189. executable.  When the executable is run, it analyzes its input for
  12190. occurrences of the regular expressions.  Whenever it finds one, it
  12191. executes the corresponding C code.
  12192.  
  12193. Author: Vern Paxson
  12194. Van Jacobson
  12195. Jef Poskanzer
  12196. Path: GNU/flex-2.4.7.tar.gz
  12197.  
  12198. ==========
  12199.  
  12200. fontutils    0.6    Utility package to manipulate fonts.
  12201.  
  12202. You can manipulate fonts in various ways using the utilities:
  12203. conversion of a scanned image to a bitmap font, hand-editing of
  12204. bitmaps, conversion of a bitmap font to an outline font, and more.
  12205. More generally, you can start with a scanned image of artwork and work
  12206. your way through to a finished font with side bearings, accented
  12207. characters, ligatures, and so on.
  12208.  
  12209. The font formats recognized by these programs are primarily those used
  12210. by the (freely available) TeX typesetting system developed by Donald
  12211. E. Knuth from 1977--1990.  The filenames, font searching, and other
  12212. aspects of their usage are also based on TeX.  They also support
  12213. output of PostScript Type 1 fonts.
  12214.  
  12215. Author: Karl Berry
  12216. Kathryn Hargreaves
  12217. Richard Murphey
  12218. Erik Wallin
  12219. Path: GNU/fontutils-0.6-bin.lha
  12220.  
  12221. ==========
  12222.  
  12223. fontutils    0.6    Utility package to manipulate fonts.
  12224.  
  12225. You can manipulate fonts in various ways using the utilities:
  12226. conversion of a scanned image to a bitmap font, hand-editing of
  12227. bitmaps, conversion of a bitmap font to an outline font, and more.
  12228. More generally, you can start with a scanned image of artwork and work
  12229. your way through to a finished font with side bearings, accented
  12230. characters, ligatures, and so on.
  12231.  
  12232. The font formats recognized by these programs are primarily those used
  12233. by the (freely available) TeX typesetting system developed by Donald
  12234. E. Knuth from 1977--1990.  The filenames, font searching, and other
  12235. aspects of their usage are also based on TeX.  They also support
  12236. output of PostScript Type 1 fonts.
  12237.  
  12238. Author: Karl Berry
  12239. Kathryn Hargreaves
  12240. Richard Murphey
  12241. Erik Wallin
  12242. Path: GNU/fontutils-0.6-diffs.lha
  12243.  
  12244. ==========
  12245.  
  12246. fontutils    0.6    Utility package to manipulate fonts.
  12247.  
  12248. You can manipulate fonts in various ways using the utilities:
  12249. conversion of a scanned image to a bitmap font, hand-editing of
  12250. bitmaps, conversion of a bitmap font to an outline font, and more.
  12251. More generally, you can start with a scanned image of artwork and work
  12252. your way through to a finished font with side bearings, accented
  12253. characters, ligatures, and so on.
  12254.  
  12255. The font formats recognized by these programs are primarily those used
  12256. by the (freely available) TeX typesetting system developed by Donald
  12257. E. Knuth from 1977--1990.  The filenames, font searching, and other
  12258. aspects of their usage are also based on TeX.  They also support
  12259. output of PostScript Type 1 fonts.
  12260.  
  12261. Author: Karl Berry
  12262. Kathryn Hargreaves
  12263. Richard Murphey
  12264. Erik Wallin
  12265. Path: GNU/fontutils-0.6-src.lha
  12266.  
  12267. ==========
  12268.  
  12269. fontutils    0.6    Utility package to manipulate fonts.
  12270.  
  12271. You can manipulate fonts in various ways using the utilities:
  12272. conversion of a scanned image to a bitmap font, hand-editing of
  12273. bitmaps, conversion of a bitmap font to an outline font, and more.
  12274. More generally, you can start with a scanned image of artwork and work
  12275. your way through to a finished font with side bearings, accented
  12276. characters, ligatures, and so on.
  12277.  
  12278. The font formats recognized by these programs are primarily those used
  12279. by the (freely available) TeX typesetting system developed by Donald
  12280. E. Knuth from 1977--1990.  The filenames, font searching, and other
  12281. aspects of their usage are also based on TeX.  They also support
  12282. output of PostScript Type 1 fonts.
  12283.  
  12284. Author: Karl Berry
  12285. Kathryn Hargreaves
  12286. Richard Murphey
  12287. Erik Wallin
  12288. Path: GNU/fontutils-0.6.tar.gz
  12289.  
  12290. ==========
  12291.  
  12292. g77    0.5.13    GNU FORTRAN compilers
  12293.  
  12294. The GNU FORTRAN compiler is currently is implemented as a replacement
  12295. for the f2c+gcc combination, and its implementation is designed so it
  12296. can, in most cases, generate object files that are link-compatible
  12297. with those generated by f2c+gcc using the identical combination (which
  12298. includes a similar/identical copy of f2c.h).
  12299.  
  12300. Author: Free Software Foundation
  12301. Path: GNU/g77-0.5.13-bin.lha
  12302.  
  12303. ==========
  12304.  
  12305. g77    0.5.13    GNU FORTRAN compilers
  12306.  
  12307. The GNU FORTRAN compiler is currently is implemented as a replacement
  12308. for the f2c+gcc combination, and its implementation is designed so it
  12309. can, in most cases, generate object files that are link-compatible
  12310. with those generated by f2c+gcc using the identical combination (which
  12311. includes a similar/identical copy of f2c.h).
  12312.  
  12313. Author: Free Software Foundation
  12314. Path: GNU/g77-0.5.13-diffs.lha
  12315.  
  12316. ==========
  12317.  
  12318. g77    0.5.13    GNU FORTRAN compilers
  12319.  
  12320. The GNU FORTRAN compiler is currently is implemented as a replacement
  12321. for the f2c+gcc combination, and its implementation is designed so it
  12322. can, in most cases, generate object files that are link-compatible
  12323. with those generated by f2c+gcc using the identical combination (which
  12324. includes a similar/identical copy of f2c.h).
  12325.  
  12326. Author: Free Software Foundation
  12327. Path: GNU/g77-0.5.13-src.lha
  12328.  
  12329. ==========
  12330.  
  12331. g77    0.5.13    GNU FORTRAN compilers
  12332.  
  12333. The GNU FORTRAN compiler is currently is implemented as a replacement
  12334. for the f2c+gcc combination, and its implementation is designed so it
  12335. can, in most cases, generate object files that are link-compatible
  12336. with those generated by f2c+gcc using the identical combination (which
  12337. includes a similar/identical copy of f2c.h).
  12338.  
  12339. Author: Free Software Foundation
  12340. Path: GNU/g77-0.5.13.lha
  12341.  
  12342. ==========
  12343.  
  12344. g77    0.5.13    GNU FORTRAN compilers
  12345.  
  12346. The GNU FORTRAN compiler is currently is implemented as a replacement
  12347. for the f2c+gcc combination, and its implementation is designed so it
  12348. can, in most cases, generate object files that are link-compatible
  12349. with those generated by f2c+gcc using the identical combination (which
  12350. includes a similar/identical copy of f2c.h).
  12351.  
  12352. Author: Free Software Foundation
  12353. Path: GNU/g77-0.5.13.tar.gz
  12354.  
  12355. ==========
  12356.  
  12357. gawk    2.15.6    Pattern scanning & processing.
  12358.  
  12359. Gawk is the GNU Project's implementation of the AWK programming
  12360. language.  It conforms to the definition of the language in the POSIX
  12361. 1003.2 Command Language And Utilities Standard.  This version in turn
  12362. is based on the description in "The AWK Programming Language", by Aho,
  12363. Kernighan, and Weinberger, with the additional features defined in the
  12364. System V Release 4 version of UNIX awk.  Gawk also provides some
  12365. GNU-specific extensions.
  12366.  
  12367. The command line consists of options to gawk itself, the AWK program
  12368. text (if not supplied via the -f or --file options), and values to be
  12369. made available in the ARGC and ARGV pre-defined AWK variables.
  12370.  
  12371. Author: Paul Rubin
  12372. Jay Fenlason
  12373. Path: GNU/gawk-2.15.6-bin.lha
  12374.  
  12375. ==========
  12376.  
  12377. gawk    2.15.6    Pattern scanning & processing.
  12378.  
  12379. Gawk is the GNU Project's implementation of the AWK programming
  12380. language.  It conforms to the definition of the language in the POSIX
  12381. 1003.2 Command Language And Utilities Standard.  This version in turn
  12382. is based on the description in "The AWK Programming Language", by Aho,
  12383. Kernighan, and Weinberger, with the additional features defined in the
  12384. System V Release 4 version of UNIX awk.  Gawk also provides some
  12385. GNU-specific extensions.
  12386.  
  12387. The command line consists of options to gawk itself, the AWK program
  12388. text (if not supplied via the -f or --file options), and values to be
  12389. made available in the ARGC and ARGV pre-defined AWK variables.
  12390.  
  12391. Author: Paul Rubin
  12392. Jay Fenlason
  12393. Path: GNU/gawk-2.15.6-diffs.lha
  12394.  
  12395. ==========
  12396.  
  12397. gawk    2.15.6    Pattern scanning & processing.
  12398.  
  12399. Gawk is the GNU Project's implementation of the AWK programming
  12400. language.  It conforms to the definition of the language in the POSIX
  12401. 1003.2 Command Language And Utilities Standard.  This version in turn
  12402. is based on the description in "The AWK Programming Language", by Aho,
  12403. Kernighan, and Weinberger, with the additional features defined in the
  12404. System V Release 4 version of UNIX awk.  Gawk also provides some
  12405. GNU-specific extensions.
  12406.  
  12407. The command line consists of options to gawk itself, the AWK program
  12408. text (if not supplied via the -f or --file options), and values to be
  12409. made available in the ARGC and ARGV pre-defined AWK variables.
  12410.  
  12411. Author: Paul Rubin
  12412. Jay Fenlason
  12413. Path: GNU/gawk-2.15.6-src.lha
  12414.  
  12415. ==========
  12416.  
  12417. gawk    2.15.6    Pattern scanning & processing.
  12418.  
  12419. Gawk is the GNU Project's implementation of the AWK programming
  12420. language.  It conforms to the definition of the language in the POSIX
  12421. 1003.2 Command Language And Utilities Standard.  This version in turn
  12422. is based on the description in "The AWK Programming Language", by Aho,
  12423. Kernighan, and Weinberger, with the additional features defined in the
  12424. System V Release 4 version of UNIX awk.  Gawk also provides some
  12425. GNU-specific extensions.
  12426.  
  12427. The command line consists of options to gawk itself, the AWK program
  12428. text (if not supplied via the -f or --file options), and values to be
  12429. made available in the ARGC and ARGV pre-defined AWK variables.
  12430.  
  12431. Author: Paul Rubin
  12432. Jay Fenlason
  12433. Path: GNU/gawk-2.15.6.tar.gz
  12434.  
  12435. ==========
  12436.  
  12437. gcc    2.3.3    GNU C/C++/Obj-C compilers
  12438.  
  12439. The GNU C, C++, and Objective C compilers.  Includes all support for
  12440. compiling C, C++ and Objective C, including a run-time library for
  12441. Objective C.
  12442.  
  12443. Author: Free Software Foundation
  12444. Path: GNU/gcc-2.3.3-bin.lha
  12445.  
  12446. ==========
  12447.  
  12448. gcc    2.3.3    GNU C/C++/Obj-C compilers
  12449.  
  12450. The GNU C, C++, and Objective C compilers.  Includes all support for
  12451. compiling C, C++ and Objective C, including a run-time library for
  12452. Objective C.
  12453.  
  12454. Author: Free Software Foundation
  12455. Path: GNU/gcc-2.3.3-diffs.lha
  12456.  
  12457. ==========
  12458.  
  12459. gcc    2.3.3    GNU C/C++/Obj-C compilers
  12460.  
  12461. The GNU C, C++, and Objective C compilers.  Includes all support for
  12462. compiling C, C++ and Objective C, including a run-time library for
  12463. Objective C.
  12464.  
  12465. Author: Free Software Foundation
  12466. Path: GNU/gcc-2.3.3-src.lha
  12467.  
  12468. ==========
  12469.  
  12470. gcc    2.3.3    GNU C/C++/Obj-C compilers
  12471.  
  12472. The GNU C, C++, and Objective C compilers.  Includes all support for
  12473. compiling C, C++ and Objective C, including a run-time library for
  12474. Objective C.
  12475.  
  12476. Author: Free Software Foundation
  12477. Path: GNU/gcc-2.3.3.tar.gz
  12478.  
  12479. ==========
  12480.  
  12481. gcc    2.6.2    GNU C/C++/Obj-C compilers.
  12482.  
  12483. The GNU C, C++, and Objective C compilers.  Includes all support for
  12484. compiling C, C++ and Objective C, including a run-time library for
  12485. Objective C.
  12486.  
  12487. Author: Free Software Foundation
  12488. Path: GNU/gcc-2.6.3-bin.lha
  12489.  
  12490. ==========
  12491.  
  12492. gcc    2.6.2    GNU C/C++/Obj-C compilers.
  12493.  
  12494. The GNU C, C++, and Objective C compilers.  Includes all support for
  12495. compiling C, C++ and Objective C, including a run-time library for
  12496. Objective C.
  12497.  
  12498. Author: Free Software Foundation
  12499. Path: GNU/gcc-2.6.3-diffs.lha
  12500.  
  12501. ==========
  12502.  
  12503. gcc    2.6.2    GNU C/C++/Obj-C compilers.
  12504.  
  12505. The GNU C, C++, and Objective C compilers.  Includes all support for
  12506. compiling C, C++ and Objective C, including a run-time library for
  12507. Objective C.
  12508.  
  12509. Author: Free Software Foundation
  12510. Path: GNU/gcc-2.6.3-src.lha
  12511.  
  12512. ==========
  12513.  
  12514. gcc    2.6.2    GNU C/C++/Obj-C compilers.
  12515.  
  12516. The GNU C, C++, and Objective C compilers.  Includes all support for
  12517. compiling C, C++ and Objective C, including a run-time library for
  12518. Objective C.
  12519.  
  12520. Author: Free Software Foundation
  12521. Path: GNU/gcc-2.6.3.tar.gz
  12522.  
  12523. ==========
  12524.  
  12525. gdb    4.12    GNU debugger (incomplete port)
  12526.  
  12527. The purpose of a debugger such as GDB is to allow you to see what is
  12528. going on "inside" another program while it executes, or what another
  12529. program was doing at the moment it crashed.
  12530.  
  12531. GDB can do four main kinds of things (plus other things in support of
  12532. these) to help you catch bugs in the act: (1) start your program,
  12533. specifying anything that might affect its behavior, (2) make your
  12534. program stop on specified conditions, (3) examine what has happened,
  12535. when your program has stopped, (4) change things in your program, so
  12536. you can experiment with correcting the effects of one bug and go on to
  12537. learn about another.
  12538.  
  12539. You can use GDB to debug programs written in C, C++, and Modula-2.
  12540. Fortran support will be added when a GNU Fortran compiler is ready.
  12541.  
  12542. Author: Free Software Foundation
  12543. Path: GNU/gdb-4.14-bin.lha
  12544.  
  12545. ==========
  12546.  
  12547. gdb    4.12    GNU debugger (incomplete port)
  12548.  
  12549. The purpose of a debugger such as GDB is to allow you to see what is
  12550. going on "inside" another program while it executes, or what another
  12551. program was doing at the moment it crashed.
  12552.  
  12553. GDB can do four main kinds of things (plus other things in support of
  12554. these) to help you catch bugs in the act: (1) start your program,
  12555. specifying anything that might affect its behavior, (2) make your
  12556. program stop on specified conditions, (3) examine what has happened,
  12557. when your program has stopped, (4) change things in your program, so
  12558. you can experiment with correcting the effects of one bug and go on to
  12559. learn about another.
  12560.  
  12561. You can use GDB to debug programs written in C, C++, and Modula-2.
  12562. Fortran support will be added when a GNU Fortran compiler is ready.
  12563.  
  12564. Author: Free Software Foundation
  12565. Path: GNU/gdb-4.14-diffs.lha
  12566.  
  12567. ==========
  12568.  
  12569. gdb    4.12    GNU debugger (incomplete port)
  12570.  
  12571. The purpose of a debugger such as GDB is to allow you to see what is
  12572. going on "inside" another program while it executes, or what another
  12573. program was doing at the moment it crashed.
  12574.  
  12575. GDB can do four main kinds of things (plus other things in support of
  12576. these) to help you catch bugs in the act: (1) start your program,
  12577. specifying anything that might affect its behavior, (2) make your
  12578. program stop on specified conditions, (3) examine what has happened,
  12579. when your program has stopped, (4) change things in your program, so
  12580. you can experiment with correcting the effects of one bug and go on to
  12581. learn about another.
  12582.  
  12583. You can use GDB to debug programs written in C, C++, and Modula-2.
  12584. Fortran support will be added when a GNU Fortran compiler is ready.
  12585.  
  12586. Author: Free Software Foundation
  12587. Path: GNU/gdb-4.14-src.lha
  12588.  
  12589. ==========
  12590.  
  12591. gdb    4.12    GNU debugger (incomplete port)
  12592.  
  12593. The purpose of a debugger such as GDB is to allow you to see what is
  12594. going on "inside" another program while it executes, or what another
  12595. program was doing at the moment it crashed.
  12596.  
  12597. GDB can do four main kinds of things (plus other things in support of
  12598. these) to help you catch bugs in the act: (1) start your program,
  12599. specifying anything that might affect its behavior, (2) make your
  12600. program stop on specified conditions, (3) examine what has happened,
  12601. when your program has stopped, (4) change things in your program, so
  12602. you can experiment with correcting the effects of one bug and go on to
  12603. learn about another.
  12604.  
  12605. You can use GDB to debug programs written in C, C++, and Modula-2.
  12606. Fortran support will be added when a GNU Fortran compiler is ready.
  12607.  
  12608. Author: Free Software Foundation
  12609. Path: GNU/gdb-4.14.tar.gz
  12610.  
  12611. ==========
  12612.  
  12613. gdbm    1.7.3    GNU database manager library
  12614.  
  12615. GNU dbm is a library of routines that manages data files that contain
  12616. key/data pairs.  The access provided is that of storing, retrieval,
  12617. and deletion by key and a non-sorted traversal of all keys.  A process
  12618. is allowed to use multiple data files at the same time.
  12619.  
  12620. Author: Philip A. Nelson
  12621. Path: GNU/gdbm-1.7.3-bin.lha
  12622.  
  12623. ==========
  12624.  
  12625. gdbm    1.7.3    GNU database manager library
  12626.  
  12627. GNU dbm is a library of routines that manages data files that contain
  12628. key/data pairs.  The access provided is that of storing, retrieval,
  12629. and deletion by key and a non-sorted traversal of all keys.  A process
  12630. is allowed to use multiple data files at the same time.
  12631.  
  12632. Author: Philip A. Nelson
  12633. Path: GNU/gdbm-1.7.3-diffs.lha
  12634.  
  12635. ==========
  12636.  
  12637. gdbm    1.7.3    GNU database manager library
  12638.  
  12639. GNU dbm is a library of routines that manages data files that contain
  12640. key/data pairs.  The access provided is that of storing, retrieval,
  12641. and deletion by key and a non-sorted traversal of all keys.  A process
  12642. is allowed to use multiple data files at the same time.
  12643.  
  12644. Author: Philip A. Nelson
  12645. Path: GNU/gdbm-1.7.3-src.lha
  12646.  
  12647. ==========
  12648.  
  12649. gdbm    1.7.3    GNU database manager library
  12650.  
  12651. GNU dbm is a library of routines that manages data files that contain
  12652. key/data pairs.  The access provided is that of storing, retrieval,
  12653. and deletion by key and a non-sorted traversal of all keys.  A process
  12654. is allowed to use multiple data files at the same time.
  12655.  
  12656. Author: Philip A. Nelson
  12657. Path: GNU/gdbm-1.7.3.tar.gz
  12658.  
  12659. ==========
  12660.  
  12661. gmp    1.3.2    Arbitrary precision math library.
  12662.  
  12663. GNU MP is a library for arbitrary precision arithmetic, operating on
  12664. signed integers and rational numbers.  It has a rich set of functions,
  12665. and the functions have a regular interface.
  12666.  
  12667. The author has tried to make these functions as fast as possible, both
  12668. for small operands and for huge operands.  The speed is achieved by
  12669. using fullwords as the basic arithmetic type, by using fast
  12670. algorithms, by defining inline assembler for mixed sized
  12671. multiplication and division (i.e 32*32->64 bit multiplication and
  12672. 64/32->32,32 bit division), and by hacking the code with emphasis on
  12673. speed (and not simplicity and elegance).
  12674.  
  12675. The speed of GNU MP is about 5 to 100 times that of Berkeley MP for
  12676. small operands.  The speed-up increases with the operand sizes for
  12677. certain operations, for which GNU MP has asymptotically faster
  12678. algorithms.
  12679.  
  12680. Author: Torbjorn Granlund
  12681. Path: GNU/gmp-1.3.2-bin.lha
  12682.  
  12683. ==========
  12684.  
  12685. gmp    1.3.2    Arbitrary precision math library.
  12686.  
  12687. GNU MP is a library for arbitrary precision arithmetic, operating on
  12688. signed integers and rational numbers.  It has a rich set of functions,
  12689. and the functions have a regular interface.
  12690.  
  12691. The author has tried to make these functions as fast as possible, both
  12692. for small operands and for huge operands.  The speed is achieved by
  12693. using fullwords as the basic arithmetic type, by using fast
  12694. algorithms, by defining inline assembler for mixed sized
  12695. multiplication and division (i.e 32*32->64 bit multiplication and
  12696. 64/32->32,32 bit division), and by hacking the code with emphasis on
  12697. speed (and not simplicity and elegance).
  12698.  
  12699. The speed of GNU MP is about 5 to 100 times that of Berkeley MP for
  12700. small operands.  The speed-up increases with the operand sizes for
  12701. certain operations, for which GNU MP has asymptotically faster
  12702. algorithms.
  12703.  
  12704. Author: Torbjorn Granlund
  12705. Path: GNU/gmp-1.3.2-diffs.lha
  12706.  
  12707. ==========
  12708.  
  12709. gmp    1.3.2    Arbitrary precision math library.
  12710.  
  12711. GNU MP is a library for arbitrary precision arithmetic, operating on
  12712. signed integers and rational numbers.  It has a rich set of functions,
  12713. and the functions have a regular interface.
  12714.  
  12715. The author has tried to make these functions as fast as possible, both
  12716. for small operands and for huge operands.  The speed is achieved by
  12717. using fullwords as the basic arithmetic type, by using fast
  12718. algorithms, by defining inline assembler for mixed sized
  12719. multiplication and division (i.e 32*32->64 bit multiplication and
  12720. 64/32->32,32 bit division), and by hacking the code with emphasis on
  12721. speed (and not simplicity and elegance).
  12722.  
  12723. The speed of GNU MP is about 5 to 100 times that of Berkeley MP for
  12724. small operands.  The speed-up increases with the operand sizes for
  12725. certain operations, for which GNU MP has asymptotically faster
  12726. algorithms.
  12727.  
  12728. Author: Torbjorn Granlund
  12729. Path: GNU/gmp-1.3.2-src.lha
  12730.  
  12731. ==========
  12732.  
  12733. gmp    1.3.2    Arbitrary precision math library.
  12734.  
  12735. GNU MP is a library for arbitrary precision arithmetic, operating on
  12736. signed integers and rational numbers.  It has a rich set of functions,
  12737. and the functions have a regular interface.
  12738.  
  12739. The author has tried to make these functions as fast as possible, both
  12740. for small operands and for huge operands.  The speed is achieved by
  12741. using fullwords as the basic arithmetic type, by using fast
  12742. algorithms, by defining inline assembler for mixed sized
  12743. multiplication and division (i.e 32*32->64 bit multiplication and
  12744. 64/32->32,32 bit division), and by hacking the code with emphasis on
  12745. speed (and not simplicity and elegance).
  12746.  
  12747. The speed of GNU MP is about 5 to 100 times that of Berkeley MP for
  12748. small operands.  The speed-up increases with the operand sizes for
  12749. certain operations, for which GNU MP has asymptotically faster
  12750. algorithms.
  12751.  
  12752. Author: Torbjorn Granlund
  12753. Path: GNU/gmp-1.3.2.tar.gz
  12754.  
  12755. ==========
  12756.  
  12757. gnat    2.03    GNU ADA compiler.
  12758.  
  12759. The GNU ADA compiler.  Includes all support for compiling ADA.
  12760.  
  12761. Author: Free Software Foundation
  12762. Path: GNU/gnat-2.03-bin.lha
  12763.  
  12764. ==========
  12765.  
  12766. gnat    2.03    GNU ADA compiler.
  12767.  
  12768. The GNU ADA compiler.  Includes all support for compiling ADA.
  12769.  
  12770. Author: Free Software Foundation
  12771. Path: GNU/gnat-2.03-diffs.lha
  12772.  
  12773. ==========
  12774.  
  12775. gnat    2.03    GNU ADA compiler.
  12776.  
  12777. The GNU ADA compiler.  Includes all support for compiling ADA.
  12778.  
  12779. Author: Free Software Foundation
  12780. Path: GNU/gnat-2.03-src.lha
  12781.  
  12782. ==========
  12783.  
  12784. gnat    2.03    GNU ADA compiler.
  12785.  
  12786. The GNU ADA compiler.  Includes all support for compiling ADA.
  12787.  
  12788. Author: Free Software Foundation
  12789. Path: GNU/gnat-2.03.lha
  12790.  
  12791. ==========
  12792.  
  12793. gnat    2.03    GNU ADA compiler.
  12794.  
  12795. The GNU ADA compiler.  Includes all support for compiling ADA.
  12796.  
  12797. Author: Free Software Foundation
  12798. Path: GNU/gnat-2.03.tar.gz
  12799.  
  12800. ==========
  12801.  
  12802. GNU-misc-bin    ?.?    Miscellaneous files for GNU utility tree
  12803.  
  12804. These are some miscellaneous files that go in the installation of a
  12805. GNU utility binary tree.  Included are the GNU General Public License
  12806. and General Library Public License files, a README file, some top
  12807. level drawer icons, and the GNU coding standards document in
  12808. AmigaGuide format.
  12809.  
  12810. Author: (null)
  12811. Path: GNU/GNU-misc-bin.lha
  12812.  
  12813. ==========
  12814.  
  12815. GNU-misc-src    ?.?    Miscellaneous files for GNU utility tree
  12816.  
  12817.  
  12818. These are some miscellaneous files that go in the installation of a
  12819. GNU utility source tree.  Included are the GNU General Public License
  12820. and General Library Public License files, a README file, manifest lists
  12821. of files that go in archive distributions, the source README, and the
  12822. configuration files for doing a top level configure.
  12823.  
  12824. Author: (null)
  12825. Path: GNU/GNU-misc-src.lha
  12826.  
  12827. ==========
  12828.  
  12829. GNU-Startup    1.0    Script and files to setup GNU environ.
  12830.  
  12831. This archive contains the GNU:Sys/S/GNU-Startup script which
  12832. should be called from S:User-Startup at boot time to setup the
  12833. GNU environment.  It also contains a few other files that
  12834. are no other convenient home.
  12835.  
  12836. Author: (null)
  12837. Path: GNU/GNU-Startup-bin.lha
  12838.  
  12839. ==========
  12840.  
  12841. grep    2.0    GNU grep package
  12842.  
  12843. GNU grep is based on a fast lazy-state deterministic matcher (about
  12844. twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-
  12845. Gosper search for a fixed string that eliminates impossible text from
  12846. being considered by the full regexp matcher without necessarily having
  12847. to look at every character.  The result is typically many times faster
  12848. than Unix grep or egrep.  (Regular expressions containing
  12849. backreferencing will run more slowly, however.)
  12850.  
  12851. Author: Mike Haertel
  12852. Arthur David Olson
  12853. Richard Stallman
  12854. Karl Berry
  12855. Henry Spencer
  12856. Scott Anderson
  12857. David MacKenzie
  12858. James Woods
  12859. Andrew Hume
  12860. Path: GNU/grep-2.0-bin.lha
  12861.  
  12862. ==========
  12863.  
  12864. grep    2.0    GNU grep package
  12865.  
  12866. GNU grep is based on a fast lazy-state deterministic matcher (about
  12867. twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-
  12868. Gosper search for a fixed string that eliminates impossible text from
  12869. being considered by the full regexp matcher without necessarily having
  12870. to look at every character.  The result is typically many times faster
  12871. than Unix grep or egrep.  (Regular expressions containing
  12872. backreferencing will run more slowly, however.)
  12873.  
  12874. Author: Mike Haertel
  12875. Arthur David Olson
  12876. Richard Stallman
  12877. Karl Berry
  12878. Henry Spencer
  12879. Scott Anderson
  12880. David MacKenzie
  12881. James Woods
  12882. Andrew Hume
  12883. Path: GNU/grep-2.0-diffs.lha
  12884.  
  12885. ==========
  12886.  
  12887. grep    2.0    GNU grep package
  12888.  
  12889. GNU grep is based on a fast lazy-state deterministic matcher (about
  12890. twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-
  12891. Gosper search for a fixed string that eliminates impossible text from
  12892. being considered by the full regexp matcher without necessarily having
  12893. to look at every character.  The result is typically many times faster
  12894. than Unix grep or egrep.  (Regular expressions containing
  12895. backreferencing will run more slowly, however.)
  12896.  
  12897. Author: Mike Haertel
  12898. Arthur David Olson
  12899. Richard Stallman
  12900. Karl Berry
  12901. Henry Spencer
  12902. Scott Anderson
  12903. David MacKenzie
  12904. James Woods
  12905. Andrew Hume
  12906. Path: GNU/grep-2.0-src.lha
  12907.  
  12908. ==========
  12909.  
  12910. grep    2.0    GNU grep package
  12911.  
  12912. GNU grep is based on a fast lazy-state deterministic matcher (about
  12913. twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-
  12914. Gosper search for a fixed string that eliminates impossible text from
  12915. being considered by the full regexp matcher without necessarily having
  12916. to look at every character.  The result is typically many times faster
  12917. than Unix grep or egrep.  (Regular expressions containing
  12918. backreferencing will run more slowly, however.)
  12919.  
  12920. Author: Mike Haertel
  12921. Arthur David Olson
  12922. Richard Stallman
  12923. Karl Berry
  12924. Henry Spencer
  12925. Scott Anderson
  12926. David MacKenzie
  12927. James Woods
  12928. Andrew Hume
  12929. Path: GNU/grep-2.0.tar.gz
  12930.  
  12931. ==========
  12932.  
  12933. groff    1.09    GNU groff document formatting system
  12934.  
  12935. This is the GNU groff document formatting system.  Included in this
  12936. release are implementations of troff, pic, eqn, tbl, refer, the -man
  12937. macros and the -ms macros, and drivers for PostScript, TeX dvi format,
  12938. and typewriter-like devices.  Also included is a modified version of
  12939. the Berkeley -me macros, an enhanced version of the X11 xditview
  12940. previewer, and an implementation of the -mm macros.
  12941.  
  12942. Author: James Clark
  12943. Path: GNU/groff-1.09-bin.lha
  12944.  
  12945. ==========
  12946.  
  12947. groff    1.09    GNU groff document formatting system
  12948.  
  12949. This is the GNU groff document formatting system.  Included in this
  12950. release are implementations of troff, pic, eqn, tbl, refer, the -man
  12951. macros and the -ms macros, and drivers for PostScript, TeX dvi format,
  12952. and typewriter-like devices.  Also included is a modified version of
  12953. the Berkeley -me macros, an enhanced version of the X11 xditview
  12954. previewer, and an implementation of the -mm macros.
  12955.  
  12956. Author: James Clark
  12957. Path: GNU/groff-1.09-diffs.lha
  12958.  
  12959. ==========
  12960.  
  12961. groff    1.09    GNU groff document formatting system
  12962.  
  12963. This is the GNU groff document formatting system.  Included in this
  12964. release are implementations of troff, pic, eqn, tbl, refer, the -man
  12965. macros and the -ms macros, and drivers for PostScript, TeX dvi format,
  12966. and typewriter-like devices.  Also included is a modified version of
  12967. the Berkeley -me macros, an enhanced version of the X11 xditview
  12968. previewer, and an implementation of the -mm macros.
  12969.  
  12970. Author: James Clark
  12971. Path: GNU/groff-1.09-src.lha
  12972.  
  12973. ==========
  12974.  
  12975. groff    1.09    GNU groff document formatting system
  12976.  
  12977. This is the GNU groff document formatting system.  Included in this
  12978. release are implementations of troff, pic, eqn, tbl, refer, the -man
  12979. macros and the -ms macros, and drivers for PostScript, TeX dvi format,
  12980. and typewriter-like devices.  Also included is a modified version of
  12981. the Berkeley -me macros, an enhanced version of the X11 xditview
  12982. previewer, and an implementation of the -mm macros.
  12983.  
  12984. Author: James Clark
  12985. Path: GNU/groff-1.09.tar.gz
  12986.  
  12987. ==========
  12988.  
  12989. ghostscript    2.6.1.4    GNU postscript interpreter
  12990.  
  12991. Ghostscript is the name of a set of software that provides an
  12992. interpreter for the PostScript (TM) language, and a set of C
  12993. procedures (the Ghostscript library) that implement the graphics
  12994. capabilities that appear as primitive operations in the PostScript
  12995. language.
  12996.  
  12997. Author: L. Peter Deutsch
  12998. Path: GNU/gs-2.6.1.4-bin.lha
  12999.  
  13000. ==========
  13001.  
  13002. ghostscript    2.6.1.4    GNU postscript interpreter
  13003.  
  13004. Ghostscript is the name of a set of software that provides an
  13005. interpreter for the PostScript (TM) language, and a set of C
  13006. procedures (the Ghostscript library) that implement the graphics
  13007. capabilities that appear as primitive operations in the PostScript
  13008. language.
  13009.  
  13010. Author: L. Peter Deutsch
  13011. Path: GNU/gs-2.6.1.4-diffs.lha
  13012.  
  13013. ==========
  13014.  
  13015. ghostscript    2.6.1.4    GNU postscript interpreter
  13016.  
  13017. Ghostscript is the name of a set of software that provides an
  13018. interpreter for the PostScript (TM) language, and a set of C
  13019. procedures (the Ghostscript library) that implement the graphics
  13020. capabilities that appear as primitive operations in the PostScript
  13021. language.
  13022.  
  13023. Author: L. Peter Deutsch
  13024. Path: GNU/gs-2.6.1.4-src.lha
  13025.  
  13026. ==========
  13027.  
  13028. ghostscript    2.6.1.4    GNU postscript interpreter
  13029.  
  13030. Ghostscript is the name of a set of software that provides an
  13031. interpreter for the PostScript (TM) language, and a set of C
  13032. procedures (the Ghostscript library) that implement the graphics
  13033. capabilities that appear as primitive operations in the PostScript
  13034. language.
  13035.  
  13036. Author: L. Peter Deutsch
  13037. Path: GNU/gs-2.6.1.4.tar.gz
  13038.  
  13039. ==========
  13040.  
  13041. ghostscript-fonts    2.6.1    GNU postscript interpreter fonts
  13042.  
  13043. Ghostscript is the name of a set of software that provides an
  13044. interpreter for the PostScript (TM) language, and a set of C
  13045. procedures (the Ghostscript library) that implement the graphics
  13046. capabilities that appear as primitive operations in the PostScript
  13047. language.
  13048.  
  13049. Author: L. Peter Deutsch
  13050. Path: GNU/gs-fonts-2.6.1-bin.lha
  13051.  
  13052. ==========
  13053.  
  13054. ghostscript-fonts    2.6.1    GNU postscript interpreter fonts
  13055.  
  13056. Ghostscript is the name of a set of software that provides an
  13057. interpreter for the PostScript (TM) language, and a set of C
  13058. procedures (the Ghostscript library) that implement the graphics
  13059. capabilities that appear as primitive operations in the PostScript
  13060. language.
  13061.  
  13062. Author: L. Peter Deutsch
  13063. Path: GNU/gs-fonts-2.6.1-diffs.lha
  13064.  
  13065. ==========
  13066.  
  13067. ghostscript-fonts    2.6.1    GNU postscript interpreter fonts
  13068.  
  13069. Ghostscript is the name of a set of software that provides an
  13070. interpreter for the PostScript (TM) language, and a set of C
  13071. procedures (the Ghostscript library) that implement the graphics
  13072. capabilities that appear as primitive operations in the PostScript
  13073. language.
  13074.  
  13075. Author: L. Peter Deutsch
  13076. Path: GNU/gs-fonts-2.6.1-src.lha
  13077.  
  13078. ==========
  13079.  
  13080. ghostscript-fonts    2.6.1    GNU postscript interpreter fonts
  13081.  
  13082. Ghostscript is the name of a set of software that provides an
  13083. interpreter for the PostScript (TM) language, and a set of C
  13084. procedures (the Ghostscript library) that implement the graphics
  13085. capabilities that appear as primitive operations in the PostScript
  13086. language.
  13087.  
  13088. Author: L. Peter Deutsch
  13089. Path: GNU/gs-fonts-2.6.1.tar.gz
  13090.  
  13091. ==========
  13092.  
  13093. gzip    1.2.4    GNU compressing/decompressing programs
  13094.  
  13095. Gzip reduces the size of the named files using Lempel-Ziv coding
  13096. (LZ77).  Whenever possible, each file is replaced by one with the
  13097. extension .gz, while keeping the same ownership modes, access and
  13098. modification times.  (The default extension is -gz for VMS, z for
  13099. MSDOS, OS/2 FAT, Windows NT FAT and Atari.) If no files are specified,
  13100. or if a file name is "-", the standard input is compressed to the
  13101. standard output.  Gzip will only attempt to compress regular files.
  13102. In particular, it will ignore symbolic links.
  13103.  
  13104. If the compressed file name is too long for its file system, gzip
  13105. truncates it.  Gzip attempts to truncate only the parts of the file
  13106. name longer than 3 characters.  (A part is delimited by dots.) If the
  13107. name consists of small parts only, the longest parts are truncated.
  13108. For example, if file names are limited to 14 characters,
  13109. gzip.msdos.exe is compressed to gzi.msd.exe.gz.  Names are not
  13110. truncated on systems which do not have a limit on file name length.
  13111.  
  13112. By default, gzip keeps the original file name and timestamp in the
  13113. compressed file. These are used when decompressing the file with the
  13114. -N option.  This is useful when the compressed file name was truncated
  13115. or when the time stamp was not preserved after a file transfer.
  13116.  
  13117. Compressed files can be restored to their original form using gzip -d
  13118. or gunzip or zcat. If the original name saved in the compressed file
  13119. is not suitable for its file system, a new name is constructed from
  13120. the original one to make it legal.
  13121.  
  13122. gunzip takes a list of files on its command line and replaces each
  13123. file whose name ends with .gz, -gz, .z, -z, _z or .Z and which begins
  13124. with the correct magic number with an uncompressed file without the
  13125. original extension.  gunzip also recognizes the special extensions
  13126. ".tgz" and ".taz" as shorthands for .tar.gz and .tar.Z respectively.
  13127. When compressing, gzip uses the .tgz extension if necessary instead of
  13128. truncating a file with a .tar extension.
  13129.  
  13130. gunzip can currently decompress files created by gzip, zip, compress,
  13131. compress -H or pack. The detection of the input format is automatic.
  13132. When using the first two formats, gunzip checks a 32 bit CRC. For
  13133. pack, gunzip checks the uncompressed length. The standard compress
  13134. format was not designed to allow consistency checks.  However gunzip
  13135. is sometimes able to detect a bad .Z file. If you get an error when
  13136. uncompressing a .Z file, do not assume that the .Z file is correct
  13137. simply because the standard uncompress does not complain.  This
  13138. generally means that the standard uncompress does not check its input,
  13139. and happily generates garbage output.  The SCO compress -H format (lzh
  13140. compression method) does not include a CRC but also allows some
  13141. consistency checks.
  13142.  
  13143. Files created by zip can be uncompressed by gzip only if they have a
  13144. single member compressed with the 'deflation' method. This feature is
  13145. only intended to help conversion of tar.zip files to the tar.gz
  13146. format. To extract zip files with several members, use unzip instead
  13147. of gunzip.
  13148.  
  13149. zcat is identical to gunzip -c. (On some systems, zcat may be
  13150. installed as gzcat to preserve the original link to compress.) zcat
  13151. uncompresses either a list of files on the command line or its
  13152. standard input and writes the uncompressed data on standard output.
  13153. zcat will uncompress files that have the correct magic number whether
  13154. they have a .gz suffix or not.
  13155.  
  13156. Gzip uses the Lempel-Ziv algorithm used in zip and PKZIP.  The amount
  13157. of compression obtained depends on the size of the input and the
  13158. distribution of common substrings.  Typically, text such as source
  13159. code or English is reduced by 60-70%.  Compression is generally much
  13160. better than that achieved by LZW (as used in compress), Huffman coding
  13161. (as used in pack), or adaptive Huffman coding (compact).
  13162.  
  13163. Compression is always performed, even if the compressed file is
  13164. slightly larger than the original. The worst case expansion is a few
  13165. bytes for the gzip file header, plus 5 bytes every 32K block, or an
  13166. expansion ratio of 0.015% for large files. Note that the actual number
  13167. of used disk blocks almost never increases.  gzip preserves the mode,
  13168. ownership and timestamps of files when compressing or decompressing.
  13169.  
  13170. Author: Jean-loup Gailly
  13171. Path: GNU/gzip-1.2.4-bin.lha
  13172.  
  13173. ==========
  13174.  
  13175. gzip    1.2.4    GNU compressing/decompressing programs
  13176.  
  13177. Gzip reduces the size of the named files using Lempel-Ziv coding
  13178. (LZ77).  Whenever possible, each file is replaced by one with the
  13179. extension .gz, while keeping the same ownership modes, access and
  13180. modification times.  (The default extension is -gz for VMS, z for
  13181. MSDOS, OS/2 FAT, Windows NT FAT and Atari.) If no files are specified,
  13182. or if a file name is "-", the standard input is compressed to the
  13183. standard output.  Gzip will only attempt to compress regular files.
  13184. In particular, it will ignore symbolic links.
  13185.  
  13186. If the compressed file name is too long for its file system, gzip
  13187. truncates it.  Gzip attempts to truncate only the parts of the file
  13188. name longer than 3 characters.  (A part is delimited by dots.) If the
  13189. name consists of small parts only, the longest parts are truncated.
  13190. For example, if file names are limited to 14 characters,
  13191. gzip.msdos.exe is compressed to gzi.msd.exe.gz.  Names are not
  13192. truncated on systems which do not have a limit on file name length.
  13193.  
  13194. By default, gzip keeps the original file name and timestamp in the
  13195. compressed file. These are used when decompressing the file with the
  13196. -N option.  This is useful when the compressed file name was truncated
  13197. or when the time stamp was not preserved after a file transfer.
  13198.  
  13199. Compressed files can be restored to their original form using gzip -d
  13200. or gunzip or zcat. If the original name saved in the compressed file
  13201. is not suitable for its file system, a new name is constructed from
  13202. the original one to make it legal.
  13203.  
  13204. gunzip takes a list of files on its command line and replaces each
  13205. file whose name ends with .gz, -gz, .z, -z, _z or .Z and which begins
  13206. with the correct magic number with an uncompressed file without the
  13207. original extension.  gunzip also recognizes the special extensions
  13208. ".tgz" and ".taz" as shorthands for .tar.gz and .tar.Z respectively.
  13209. When compressing, gzip uses the .tgz extension if necessary instead of
  13210. truncating a file with a .tar extension.
  13211.  
  13212. gunzip can currently decompress files created by gzip, zip, compress,
  13213. compress -H or pack. The detection of the input format is automatic.
  13214. When using the first two formats, gunzip checks a 32 bit CRC. For
  13215. pack, gunzip checks the uncompressed length. The standard compress
  13216. format was not designed to allow consistency checks.  However gunzip
  13217. is sometimes able to detect a bad .Z file. If you get an error when
  13218. uncompressing a .Z file, do not assume that the .Z file is correct
  13219. simply because the standard uncompress does not complain.  This
  13220. generally means that the standard uncompress does not check its input,
  13221. and happily generates garbage output.  The SCO compress -H format (lzh
  13222. compression method) does not include a CRC but also allows some
  13223. consistency checks.
  13224.  
  13225. Files created by zip can be uncompressed by gzip only if they have a
  13226. single member compressed with the 'deflation' method. This feature is
  13227. only intended to help conversion of tar.zip files to the tar.gz
  13228. format. To extract zip files with several members, use unzip instead
  13229. of gunzip.
  13230.  
  13231. zcat is identical to gunzip -c. (On some systems, zcat may be
  13232. installed as gzcat to preserve the original link to compress.) zcat
  13233. uncompresses either a list of files on the command line or its
  13234. standard input and writes the uncompressed data on standard output.
  13235. zcat will uncompress files that have the correct magic number whether
  13236. they have a .gz suffix or not.
  13237.  
  13238. Gzip uses the Lempel-Ziv algorithm used in zip and PKZIP.  The amount
  13239. of compression obtained depends on the size of the input and the
  13240. distribution of common substrings.  Typically, text such as source
  13241. code or English is reduced by 60-70%.  Compression is generally much
  13242. better than that achieved by LZW (as used in compress), Huffman coding
  13243. (as used in pack), or adaptive Huffman coding (compact).
  13244.  
  13245. Compression is always performed, even if the compressed file is
  13246. slightly larger than the original. The worst case expansion is a few
  13247. bytes for the gzip file header, plus 5 bytes every 32K block, or an
  13248. expansion ratio of 0.015% for large files. Note that the actual number
  13249. of used disk blocks almost never increases.  gzip preserves the mode,
  13250. ownership and timestamps of files when compressing or decompressing.
  13251.  
  13252. Author: Jean-loup Gailly
  13253. Path: GNU/gzip-1.2.4-diffs.lha
  13254.  
  13255. ==========
  13256.  
  13257. gzip    1.2.4    GNU compressing/decompressing programs
  13258.  
  13259. Gzip reduces the size of the named files using Lempel-Ziv coding
  13260. (LZ77).  Whenever possible, each file is replaced by one with the
  13261. extension .gz, while keeping the same ownership modes, access and
  13262. modification times.  (The default extension is -gz for VMS, z for
  13263. MSDOS, OS/2 FAT, Windows NT FAT and Atari.) If no files are specified,
  13264. or if a file name is "-", the standard input is compressed to the
  13265. standard output.  Gzip will only attempt to compress regular files.
  13266. In particular, it will ignore symbolic links.
  13267.  
  13268. If the compressed file name is too long for its file system, gzip
  13269. truncates it.  Gzip attempts to truncate only the parts of the file
  13270. name longer than 3 characters.  (A part is delimited by dots.) If the
  13271. name consists of small parts only, the longest parts are truncated.
  13272. For example, if file names are limited to 14 characters,
  13273. gzip.msdos.exe is compressed to gzi.msd.exe.gz.  Names are not
  13274. truncated on systems which do not have a limit on file name length.
  13275.  
  13276. By default, gzip keeps the original file name and timestamp in the
  13277. compressed file. These are used when decompressing the file with the
  13278. -N option.  This is useful when the compressed file name was truncated
  13279. or when the time stamp was not preserved after a file transfer.
  13280.  
  13281. Compressed files can be restored to their original form using gzip -d
  13282. or gunzip or zcat. If the original name saved in the compressed file
  13283. is not suitable for its file system, a new name is constructed from
  13284. the original one to make it legal.
  13285.  
  13286. gunzip takes a list of files on its command line and replaces each
  13287. file whose name ends with .gz, -gz, .z, -z, _z or .Z and which begins
  13288. with the correct magic number with an uncompressed file without the
  13289. original extension.  gunzip also recognizes the special extensions
  13290. ".tgz" and ".taz" as shorthands for .tar.gz and .tar.Z respectively.
  13291. When compressing, gzip uses the .tgz extension if necessary instead of
  13292. truncating a file with a .tar extension.
  13293.  
  13294. gunzip can currently decompress files created by gzip, zip, compress,
  13295. compress -H or pack. The detection of the input format is automatic.
  13296. When using the first two formats, gunzip checks a 32 bit CRC. For
  13297. pack, gunzip checks the uncompressed length. The standard compress
  13298. format was not designed to allow consistency checks.  However gunzip
  13299. is sometimes able to detect a bad .Z file. If you get an error when
  13300. uncompressing a .Z file, do not assume that the .Z file is correct
  13301. simply because the standard uncompress does not complain.  This
  13302. generally means that the standard uncompress does not check its input,
  13303. and happily generates garbage output.  The SCO compress -H format (lzh
  13304. compression method) does not include a CRC but also allows some
  13305. consistency checks.
  13306.  
  13307. Files created by zip can be uncompressed by gzip only if they have a
  13308. single member compressed with the 'deflation' method. This feature is
  13309. only intended to help conversion of tar.zip files to the tar.gz
  13310. format. To extract zip files with several members, use unzip instead
  13311. of gunzip.
  13312.  
  13313. zcat is identical to gunzip -c. (On some systems, zcat may be
  13314. installed as gzcat to preserve the original link to compress.) zcat
  13315. uncompresses either a list of files on the command line or its
  13316. standard input and writes the uncompressed data on standard output.
  13317. zcat will uncompress files that have the correct magic number whether
  13318. they have a .gz suffix or not.
  13319.  
  13320. Gzip uses the Lempel-Ziv algorithm used in zip and PKZIP.  The amount
  13321. of compression obtained depends on the size of the input and the
  13322. distribution of common substrings.  Typically, text such as source
  13323. code or English is reduced by 60-70%.  Compression is generally much
  13324. better than that achieved by LZW (as used in compress), Huffman coding
  13325. (as used in pack), or adaptive Huffman coding (compact).
  13326.  
  13327. Compression is always performed, even if the compressed file is
  13328. slightly larger than the original. The worst case expansion is a few
  13329. bytes for the gzip file header, plus 5 bytes every 32K block, or an
  13330. expansion ratio of 0.015% for large files. Note that the actual number
  13331. of used disk blocks almost never increases.  gzip preserves the mode,
  13332. ownership and timestamps of files when compressing or decompressing.
  13333.  
  13334. Author: Jean-loup Gailly
  13335. Path: GNU/gzip-1.2.4-src.lha
  13336.  
  13337. ==========
  13338.  
  13339. gzip    1.2.4    GNU compressing/decompressing programs
  13340.  
  13341. Gzip reduces the size of the named files using Lempel-Ziv coding
  13342. (LZ77).  Whenever possible, each file is replaced by one with the
  13343. extension .gz, while keeping the same ownership modes, access and
  13344. modification times.  (The default extension is -gz for VMS, z for
  13345. MSDOS, OS/2 FAT, Windows NT FAT and Atari.) If no files are specified,
  13346. or if a file name is "-", the standard input is compressed to the
  13347. standard output.  Gzip will only attempt to compress regular files.
  13348. In particular, it will ignore symbolic links.
  13349.  
  13350. If the compressed file name is too long for its file system, gzip
  13351. truncates it.  Gzip attempts to truncate only the parts of the file
  13352. name longer than 3 characters.  (A part is delimited by dots.) If the
  13353. name consists of small parts only, the longest parts are truncated.
  13354. For example, if file names are limited to 14 characters,
  13355. gzip.msdos.exe is compressed to gzi.msd.exe.gz.  Names are not
  13356. truncated on systems which do not have a limit on file name length.
  13357.  
  13358. By default, gzip keeps the original file name and timestamp in the
  13359. compressed file. These are used when decompressing the file with the
  13360. -N option.  This is useful when the compressed file name was truncated
  13361. or when the time stamp was not preserved after a file transfer.
  13362.  
  13363. Compressed files can be restored to their original form using gzip -d
  13364. or gunzip or zcat. If the original name saved in the compressed file
  13365. is not suitable for its file system, a new name is constructed from
  13366. the original one to make it legal.
  13367.  
  13368. gunzip takes a list of files on its command line and replaces each
  13369. file whose name ends with .gz, -gz, .z, -z, _z or .Z and which begins
  13370. with the correct magic number with an uncompressed file without the
  13371. original extension.  gunzip also recognizes the special extensions
  13372. ".tgz" and ".taz" as shorthands for .tar.gz and .tar.Z respectively.
  13373. When compressing, gzip uses the .tgz extension if necessary instead of
  13374. truncating a file with a .tar extension.
  13375.  
  13376. gunzip can currently decompress files created by gzip, zip, compress,
  13377. compress -H or pack. The detection of the input format is automatic.
  13378. When using the first two formats, gunzip checks a 32 bit CRC. For
  13379. pack, gunzip checks the uncompressed length. The standard compress
  13380. format was not designed to allow consistency checks.  However gunzip
  13381. is sometimes able to detect a bad .Z file. If you get an error when
  13382. uncompressing a .Z file, do not assume that the .Z file is correct
  13383. simply because the standard uncompress does not complain.  This
  13384. generally means that the standard uncompress does not check its input,
  13385. and happily generates garbage output.  The SCO compress -H format (lzh
  13386. compression method) does not include a CRC but also allows some
  13387. consistency checks.
  13388.  
  13389. Files created by zip can be uncompressed by gzip only if they have a
  13390. single member compressed with the 'deflation' method. This feature is
  13391. only intended to help conversion of tar.zip files to the tar.gz
  13392. format. To extract zip files with several members, use unzip instead
  13393. of gunzip.
  13394.  
  13395. zcat is identical to gunzip -c. (On some systems, zcat may be
  13396. installed as gzcat to preserve the original link to compress.) zcat
  13397. uncompresses either a list of files on the command line or its
  13398. standard input and writes the uncompressed data on standard output.
  13399. zcat will uncompress files that have the correct magic number whether
  13400. they have a .gz suffix or not.
  13401.  
  13402. Gzip uses the Lempel-Ziv algorithm used in zip and PKZIP.  The amount
  13403. of compression obtained depends on the size of the input and the
  13404. distribution of common substrings.  Typically, text such as source
  13405. code or English is reduced by 60-70%.  Compression is generally much
  13406. better than that achieved by LZW (as used in compress), Huffman coding
  13407. (as used in pack), or adaptive Huffman coding (compact).
  13408.  
  13409. Compression is always performed, even if the compressed file is
  13410. slightly larger than the original. The worst case expansion is a few
  13411. bytes for the gzip file header, plus 5 bytes every 32K block, or an
  13412. expansion ratio of 0.015% for large files. Note that the actual number
  13413. of used disk blocks almost never increases.  gzip preserves the mode,
  13414. ownership and timestamps of files when compressing or decompressing.
  13415.  
  13416. Author: Jean-loup Gailly
  13417. Path: GNU/gzip-1.2.4.tar.gz
  13418.  
  13419. ==========
  13420.  
  13421. indent    1.9.1    C code beautifier
  13422.  
  13423. The `indent' program can be used to make code easier to read.  It can
  13424. also convert from one style of writing C to another, and understands a
  13425. substantial amount about the syntax of C, but it also attempts to cope
  13426. with incomplete and misformed syntax.  In version 1.2 and more recent
  13427. versions, the GNU style of indenting is the default.
  13428.  
  13429. Author: Free Software Foundation
  13430. Path: GNU/indent-1.9.1-bin.lha
  13431.  
  13432. ==========
  13433.  
  13434. indent    1.9.1    C code beautifier
  13435.  
  13436. The `indent' program can be used to make code easier to read.  It can
  13437. also convert from one style of writing C to another, and understands a
  13438. substantial amount about the syntax of C, but it also attempts to cope
  13439. with incomplete and misformed syntax.  In version 1.2 and more recent
  13440. versions, the GNU style of indenting is the default.
  13441.  
  13442. Author: Free Software Foundation
  13443. Path: GNU/indent-1.9.1-diffs.lha
  13444.  
  13445. ==========
  13446.  
  13447. indent    1.9.1    C code beautifier
  13448.  
  13449. The `indent' program can be used to make code easier to read.  It can
  13450. also convert from one style of writing C to another, and understands a
  13451. substantial amount about the syntax of C, but it also attempts to cope
  13452. with incomplete and misformed syntax.  In version 1.2 and more recent
  13453. versions, the GNU style of indenting is the default.
  13454.  
  13455. Author: Free Software Foundation
  13456. Path: GNU/indent-1.9.1-src.lha
  13457.  
  13458. ==========
  13459.  
  13460. indent    1.9.1    C code beautifier
  13461.  
  13462. The `indent' program can be used to make code easier to read.  It can
  13463. also convert from one style of writing C to another, and understands a
  13464. substantial amount about the syntax of C, but it also attempts to cope
  13465. with incomplete and misformed syntax.  In version 1.2 and more recent
  13466. versions, the GNU style of indenting is the default.
  13467.  
  13468. Author: Free Software Foundation
  13469. Path: GNU/indent-1.9.1.tar.gz
  13470.  
  13471. ==========
  13472.  
  13473. ispell    4.0    GNU spelling checker
  13474.  
  13475. Ispell is a program that helps you to correct typos in a file, and to
  13476. find the correct spelling of words.  When presented with a word that
  13477. is not in the dictionary, ispell attempts to find near misses that
  13478. might include the word you meant.
  13479.  
  13480. The best way to use ispell is with GNU EMACS.  For documentation about
  13481. this mode, see the info topic "ispell".
  13482.  
  13483. Ispell can also be used by itself, and in this case the most common
  13484. usage is "ispell filename".  If ispell finds a word that is not in the
  13485. dictionary, it is printed at the top of the screen.  Ispell then
  13486. checks the dictionary for near misses \- words that differ only by a
  13487. single letter, a missing or extra letter, or a pair of transposed
  13488. letters.  Any that are found are printed on the following lines, and
  13489. finally, two lines of context containing the word are printed at the
  13490. bottom of the screen.  If your terminal can type in reverse video, the
  13491. word itself is highlighted.
  13492.  
  13493. If you think the word is correct as it stands, you can type either
  13494. "Space" to accept it this one time, "A" to accept it for the rest of
  13495. this file, or "I" to accept it and put it in your private dictionary.
  13496. If one of the near misses is the word you want, type the corresponding
  13497. number.  Finally, you can type "R" and you will be prompted for a
  13498. replacement word.  The string you type will be broken into words, and
  13499. each one will also be checked.  You can also type "?" for help.
  13500.  
  13501. If ispell is started with no arguments, it enters a loop reading words
  13502. from the standard input, and printing messages about them on the
  13503. standard output.  You can use this mode to find the spelling of a
  13504. problem word.
  13505.  
  13506. Author: Pace Willisson
  13507. Path: GNU/ispell-4.0-bin.lha
  13508.  
  13509. ==========
  13510.  
  13511. ispell    4.0    GNU spelling checker
  13512.  
  13513. Ispell is a program that helps you to correct typos in a file, and to
  13514. find the correct spelling of words.  When presented with a word that
  13515. is not in the dictionary, ispell attempts to find near misses that
  13516. might include the word you meant.
  13517.  
  13518. The best way to use ispell is with GNU EMACS.  For documentation about
  13519. this mode, see the info topic "ispell".
  13520.  
  13521. Ispell can also be used by itself, and in this case the most common
  13522. usage is "ispell filename".  If ispell finds a word that is not in the
  13523. dictionary, it is printed at the top of the screen.  Ispell then
  13524. checks the dictionary for near misses \- words that differ only by a
  13525. single letter, a missing or extra letter, or a pair of transposed
  13526. letters.  Any that are found are printed on the following lines, and
  13527. finally, two lines of context containing the word are printed at the
  13528. bottom of the screen.  If your terminal can type in reverse video, the
  13529. word itself is highlighted.
  13530.  
  13531. If you think the word is correct as it stands, you can type either
  13532. "Space" to accept it this one time, "A" to accept it for the rest of
  13533. this file, or "I" to accept it and put it in your private dictionary.
  13534. If one of the near misses is the word you want, type the corresponding
  13535. number.  Finally, you can type "R" and you will be prompted for a
  13536. replacement word.  The string you type will be broken into words, and
  13537. each one will also be checked.  You can also type "?" for help.
  13538.  
  13539. If ispell is started with no arguments, it enters a loop reading words
  13540. from the standard input, and printing messages about them on the
  13541. standard output.  You can use this mode to find the spelling of a
  13542. problem word.
  13543.  
  13544. Author: Pace Willisson
  13545. Path: GNU/ispell-4.0-diffs.lha
  13546.  
  13547. ==========
  13548.  
  13549. ispell    4.0    GNU spelling checker
  13550.  
  13551. Ispell is a program that helps you to correct typos in a file, and to
  13552. find the correct spelling of words.  When presented with a word that
  13553. is not in the dictionary, ispell attempts to find near misses that
  13554. might include the word you meant.
  13555.  
  13556. The best way to use ispell is with GNU EMACS.  For documentation about
  13557. this mode, see the info topic "ispell".
  13558.  
  13559. Ispell can also be used by itself, and in this case the most common
  13560. usage is "ispell filename".  If ispell finds a word that is not in the
  13561. dictionary, it is printed at the top of the screen.  Ispell then
  13562. checks the dictionary for near misses \- words that differ only by a
  13563. single letter, a missing or extra letter, or a pair of transposed
  13564. letters.  Any that are found are printed on the following lines, and
  13565. finally, two lines of context containing the word are printed at the
  13566. bottom of the screen.  If your terminal can type in reverse video, the
  13567. word itself is highlighted.
  13568.  
  13569. If you think the word is correct as it stands, you can type either
  13570. "Space" to accept it this one time, "A" to accept it for the rest of
  13571. this file, or "I" to accept it and put it in your private dictionary.
  13572. If one of the near misses is the word you want, type the corresponding
  13573. number.  Finally, you can type "R" and you will be prompted for a
  13574. replacement word.  The string you type will be broken into words, and
  13575. each one will also be checked.  You can also type "?" for help.
  13576.  
  13577. If ispell is started with no arguments, it enters a loop reading words
  13578. from the standard input, and printing messages about them on the
  13579. standard output.  You can use this mode to find the spelling of a
  13580. problem word.
  13581.  
  13582. Author: Pace Willisson
  13583. Path: GNU/ispell-4.0-src.lha
  13584.  
  13585. ==========
  13586.  
  13587. ispell    4.0    GNU spelling checker
  13588.  
  13589. Ispell is a program that helps you to correct typos in a file, and to
  13590. find the correct spelling of words.  When presented with a word that
  13591. is not in the dictionary, ispell attempts to find near misses that
  13592. might include the word you meant.
  13593.  
  13594. The best way to use ispell is with GNU EMACS.  For documentation about
  13595. this mode, see the info topic "ispell".
  13596.  
  13597. Ispell can also be used by itself, and in this case the most common
  13598. usage is "ispell filename".  If ispell finds a word that is not in the
  13599. dictionary, it is printed at the top of the screen.  Ispell then
  13600. checks the dictionary for near misses \- words that differ only by a
  13601. single letter, a missing or extra letter, or a pair of transposed
  13602. letters.  Any that are found are printed on the following lines, and
  13603. finally, two lines of context containing the word are printed at the
  13604. bottom of the screen.  If your terminal can type in reverse video, the
  13605. word itself is highlighted.
  13606.  
  13607. If you think the word is correct as it stands, you can type either
  13608. "Space" to accept it this one time, "A" to accept it for the rest of
  13609. this file, or "I" to accept it and put it in your private dictionary.
  13610. If one of the near misses is the word you want, type the corresponding
  13611. number.  Finally, you can type "R" and you will be prompted for a
  13612. replacement word.  The string you type will be broken into words, and
  13613. each one will also be checked.  You can also type "?" for help.
  13614.  
  13615. If ispell is started with no arguments, it enters a loop reading words
  13616. from the standard input, and printing messages about them on the
  13617. standard output.  You can use this mode to find the spelling of a
  13618. problem word.
  13619.  
  13620. Author: Pace Willisson
  13621. Path: GNU/ispell-4.0.tar.gz
  13622.  
  13623. ==========
  13624.  
  13625. ixemul    40.4    Unix emulation environment, Amiga lib.
  13626.  
  13627. The ixemul.library provides a Unix emulation environment for the Amiga.
  13628. This makes porting of typical Unix applications very easy, with almost
  13629. no changes required to the Unix source code.
  13630.  
  13631. This archive contains several versions of the runtime dynamic library
  13632. "ixemul.library" that is needed by Amiga binaries that have been
  13633. compiled to use this environment.  It also contains a couple of 
  13634. auxiliary programs, "ixconfig" and "ixtrace", for configuring the
  13635. environment and for doing library tracing when the tracing version
  13636. of the library is installed.
  13637.  
  13638. Author: Markus Wild
  13639. Path: GNU/ixemul-40.4-bin.lha
  13640.  
  13641. ==========
  13642.  
  13643. ixemul    40.4    Unix emulation environment, devel files.
  13644.  
  13645. The ixemul.library provides a Unix emulation environment for the Amiga.
  13646. This makes porting of typical Unix applications very easy, with almost
  13647. no changes required to the Unix source code.
  13648.  
  13649. This archive contains the include files, the C runtime startup modules,
  13650. the link time library that interfaces to ixemul.library (libc.a), and
  13651. the manual pages for the supported functions.
  13652.  
  13653. Author: Markus Wild
  13654. Path: GNU/ixemul-40.4-env-bin.lha
  13655.  
  13656. ==========
  13657.  
  13658. ixemul    40.4    Shared lib providing UNIX like environ.
  13659.  
  13660. (by Markus Wild)
  13661.  
  13662. I always wanted a library, that would emulate as much as possible of a
  13663. **IX/BSD environment on the Amiga, so that programs (usually programming
  13664. tools) written for **IX/BSD could be ported in a quick and straight forward
  13665. way to the Amiga.  I guess the library accomplishes this goal fairly well.
  13666.  
  13667. What it is and what it isn't
  13668. ============================
  13669.  
  13670. The design of the library was therefore guided towards **IX/BSD
  13671. compatibility, and *not* :
  13672.  o to be too conservative with resources 
  13673.  o to be particularly conformant to Amiga habits. Thus if I had to decide
  13674.    whether I should make a function act more like an Amiga function or
  13675.    more like a **IX/BSD one, I decided for the latter. As an example:
  13676.    _cli_parse() does wildcard expansion, and tries to apply more or less
  13677.    **IX/BSD shell semantics to an argument line, it doesn't call
  13678.    ReadArgs().
  13679.    The types used in my own source code are all from sys/types.h (except
  13680.    BPTR). I don't think capitalized identifiers should be used for typedef'd
  13681.    types. According to C-conventions, anything written in captials should
  13682.    be `#undef'inable, which typedefs aren't. Thus if you write contributions
  13683.    to be included into the official distribution of this library, code
  13684.    according to this. Use `u_char' and not UBYTE, etc. I don't care that
  13685.    this is against the Commodore coding standard, this is my code, and
  13686.    I decide what I like and what not.
  13687.  o to be particularly suited for inclusion into a shared library, although
  13688.    most things *are* shared now. What I'd really want for the Amiga is 
  13689.    the concept of a dynamic linker.
  13690.  
  13691. On the other hand, it should be:
  13692.  o expandable. As an example, a file descriptor already can refer to `real'
  13693.    files, directories, memory buffers treated as files. I plan to add 
  13694.    sockets in some next release (Commodore: please get out some examples 
  13695.    on how to use SANA-II stuff, so my sockets can be compatible!)
  13696.  o patchable. If you want some function to behave differently, you can
  13697.    SetFunction() it, and the rest of the library should use your new entry.
  13698.    NOTE: I used this only for major functions, that may reasonably change. 
  13699.      I didn't call functions like strcmp(), strlen(), bcopy() that way for
  13700.          efficiency reasons (and my lazyness to change the whole string/
  13701.          and other libraries;-)))
  13702.    This version doesn't particularly follow this goal very well, mostly
  13703.    stdio is still the original BSD code, and doesn't use syscall()...
  13704.  
  13705. Author: Markus M. Wild
  13706. Path: GNU/ixemul-40.4-src.lha
  13707.  
  13708. ==========
  13709.  
  13710. ixpipe    1.0    Create IXPIPE: for ixemul.library use
  13711.  
  13712. A pipe handler for use with ixemul.library.
  13713.  
  13714. Author: Markus Wild
  13715. Path: GNU/ixpipe-1.0-src.lha
  13716.  
  13717. ==========
  13718.  
  13719. ixtrace    1.2    Tracer utility for ixemul.library.
  13720.  
  13721. A trace utility for ixemul.library that lets you scan every call made
  13722. through the library base.
  13723.  
  13724. Author: Markus Wild
  13725. Path: GNU/ixtrace-1.2-src.lha
  13726.  
  13727. ==========
  13728.  
  13729. jove    4.14.6    Small but very useful EMACS like editor.
  13730.  
  13731. JOVE stands for Jonathan's Own Version of Emacs.
  13732.  
  13733. JOVE is an advanced, self-documenting, customizable real-time display
  13734. editor.  It (and this tutorial introduction) are based on the original
  13735. EMACS editor and user manual written at M.I.T. by Richard Stallman+.
  13736.  
  13737. Although JOVE is meant to be compatible with EMACS, and indeed many of
  13738. the basic commands are very similar, there are some major differences
  13739. between the two editors, and you should not rely on their behaving
  13740. identically.
  13741.  
  13742. JOVE is considered a display editor because normally the text being
  13743. edited is visible on the screen and is updated automatically as you
  13744. type your commands.
  13745.  
  13746. It's considered a real-time editor because the display is updated very
  13747. frequently, usually after each character or pair of characters you
  13748. type.  This minimizes the amount of information you must keep in your
  13749. head as you edit.
  13750.  
  13751. JOVE is advanced because it provides facilities that go beyond simple
  13752. insertion and deletion: filling of text; automatic indentations of
  13753. programs; view more than one file at once; and dealing in terms of
  13754. characters, words, lines, sentences and paragraphs.  It is much easier
  13755. to type one command meaning "go to the end of the paragraph" than to
  13756. find the desired spot with repetition of simpler commands.
  13757.  
  13758. Self-documenting means that at almost any time you can easily find out
  13759. what a command does, or to find all the commands that pertain to a
  13760. topic.
  13761.  
  13762. Customizable means that you can change the definition of JOVE commands
  13763. in little ways.  For example, you can rearrange the command set; if
  13764. you prefer to use arrow keys for the four basic cursor motion commands
  13765. (up, down, left and right), you can.  Another sort of customization is
  13766. writing new commands by combining built in commands.
  13767.  
  13768. Author: Jonathan Payne
  13769. Path: GNU/jove-4.14.6-bin.lha
  13770.  
  13771. ==========
  13772.  
  13773. jove    4.14.6    Small but very useful EMACS like editor.
  13774.  
  13775. JOVE stands for Jonathan's Own Version of Emacs.
  13776.  
  13777. JOVE is an advanced, self-documenting, customizable real-time display
  13778. editor.  It (and this tutorial introduction) are based on the original
  13779. EMACS editor and user manual written at M.I.T. by Richard Stallman+.
  13780.  
  13781. Although JOVE is meant to be compatible with EMACS, and indeed many of
  13782. the basic commands are very similar, there are some major differences
  13783. between the two editors, and you should not rely on their behaving
  13784. identically.
  13785.  
  13786. JOVE is considered a display editor because normally the text being
  13787. edited is visible on the screen and is updated automatically as you
  13788. type your commands.
  13789.  
  13790. It's considered a real-time editor because the display is updated very
  13791. frequently, usually after each character or pair of characters you
  13792. type.  This minimizes the amount of information you must keep in your
  13793. head as you edit.
  13794.  
  13795. JOVE is advanced because it provides facilities that go beyond simple
  13796. insertion and deletion: filling of text; automatic indentations of
  13797. programs; view more than one file at once; and dealing in terms of
  13798. characters, words, lines, sentences and paragraphs.  It is much easier
  13799. to type one command meaning "go to the end of the paragraph" than to
  13800. find the desired spot with repetition of simpler commands.
  13801.  
  13802. Self-documenting means that at almost any time you can easily find out
  13803. what a command does, or to find all the commands that pertain to a
  13804. topic.
  13805.  
  13806. Customizable means that you can change the definition of JOVE commands
  13807. in little ways.  For example, you can rearrange the command set; if
  13808. you prefer to use arrow keys for the four basic cursor motion commands
  13809. (up, down, left and right), you can.  Another sort of customization is
  13810. writing new commands by combining built in commands.
  13811.  
  13812. Author: Jonathan Payne
  13813. Path: GNU/jove-4.14.6-diffs.lha
  13814.  
  13815. ==========
  13816.  
  13817. jove    4.14.6    Small but very useful EMACS like editor.
  13818.  
  13819. JOVE stands for Jonathan's Own Version of Emacs.
  13820.  
  13821. JOVE is an advanced, self-documenting, customizable real-time display
  13822. editor.  It (and this tutorial introduction) are based on the original
  13823. EMACS editor and user manual written at M.I.T. by Richard Stallman+.
  13824.  
  13825. Although JOVE is meant to be compatible with EMACS, and indeed many of
  13826. the basic commands are very similar, there are some major differences
  13827. between the two editors, and you should not rely on their behaving
  13828. identically.
  13829.  
  13830. JOVE is considered a display editor because normally the text being
  13831. edited is visible on the screen and is updated automatically as you
  13832. type your commands.
  13833.  
  13834. It's considered a real-time editor because the display is updated very
  13835. frequently, usually after each character or pair of characters you
  13836. type.  This minimizes the amount of information you must keep in your
  13837. head as you edit.
  13838.  
  13839. JOVE is advanced because it provides facilities that go beyond simple
  13840. insertion and deletion: filling of text; automatic indentations of
  13841. programs; view more than one file at once; and dealing in terms of
  13842. characters, words, lines, sentences and paragraphs.  It is much easier
  13843. to type one command meaning "go to the end of the paragraph" than to
  13844. find the desired spot with repetition of simpler commands.
  13845.  
  13846. Self-documenting means that at almost any time you can easily find out
  13847. what a command does, or to find all the commands that pertain to a
  13848. topic.
  13849.  
  13850. Customizable means that you can change the definition of JOVE commands
  13851. in little ways.  For example, you can rearrange the command set; if
  13852. you prefer to use arrow keys for the four basic cursor motion commands
  13853. (up, down, left and right), you can.  Another sort of customization is
  13854. writing new commands by combining built in commands.
  13855.  
  13856. Author: Jonathan Payne
  13857. Path: GNU/jove-4.14.6-src.lha
  13858.  
  13859. ==========
  13860.  
  13861. jove    4.14.6    Small but very useful EMACS like editor.
  13862.  
  13863. JOVE stands for Jonathan's Own Version of Emacs.
  13864.  
  13865. JOVE is an advanced, self-documenting, customizable real-time display
  13866. editor.  It (and this tutorial introduction) are based on the original
  13867. EMACS editor and user manual written at M.I.T. by Richard Stallman+.
  13868.  
  13869. Although JOVE is meant to be compatible with EMACS, and indeed many of
  13870. the basic commands are very similar, there are some major differences
  13871. between the two editors, and you should not rely on their behaving
  13872. identically.
  13873.  
  13874. JOVE is considered a display editor because normally the text being
  13875. edited is visible on the screen and is updated automatically as you
  13876. type your commands.
  13877.  
  13878. It's considered a real-time editor because the display is updated very
  13879. frequently, usually after each character or pair of characters you
  13880. type.  This minimizes the amount of information you must keep in your
  13881. head as you edit.
  13882.  
  13883. JOVE is advanced because it provides facilities that go beyond simple
  13884. insertion and deletion: filling of text; automatic indentations of
  13885. programs; view more than one file at once; and dealing in terms of
  13886. characters, words, lines, sentences and paragraphs.  It is much easier
  13887. to type one command meaning "go to the end of the paragraph" than to
  13888. find the desired spot with repetition of simpler commands.
  13889.  
  13890. Self-documenting means that at almost any time you can easily find out
  13891. what a command does, or to find all the commands that pertain to a
  13892. topic.
  13893.  
  13894. Customizable means that you can change the definition of JOVE commands
  13895. in little ways.  For example, you can rearrange the command set; if
  13896. you prefer to use arrow keys for the four basic cursor motion commands
  13897. (up, down, left and right), you can.  Another sort of customization is
  13898. writing new commands by combining built in commands.
  13899.  
  13900. Author: Jonathan Payne
  13901. Path: GNU/jove-4.14.6.lha
  13902.  
  13903. ==========
  13904.  
  13905. less    252    Viewer program similar to "more".
  13906.  
  13907. Less is a program similar to more (1), but which allows backward
  13908. movement in the file as well as forward movement.  Also, less does not
  13909. have to read the entire input file before starting, so with large
  13910. input files it starts up faster than text editors like vi (1).  Less
  13911. uses termcap (or terminfo on some systems), so it can run on a variety
  13912. of terminals.  There is even limited support for hardcopy terminals.
  13913. (On a hardcopy terminal, lines which should be printed at the top of
  13914. the screen are prefixed with a caret.)
  13915.  
  13916. Commands are based on both more and vi.  Commands may be preceded by a
  13917. decimal number, called N in the descriptions below.  The number is
  13918. used by some commands, as indicated.
  13919.  
  13920. Author: Mark Nudelman et al.
  13921. Path: GNU/less-252-bin.lha
  13922.  
  13923. ==========
  13924.  
  13925. less    252    Viewer program similar to "more".
  13926.  
  13927. Less is a program similar to more (1), but which allows backward
  13928. movement in the file as well as forward movement.  Also, less does not
  13929. have to read the entire input file before starting, so with large
  13930. input files it starts up faster than text editors like vi (1).  Less
  13931. uses termcap (or terminfo on some systems), so it can run on a variety
  13932. of terminals.  There is even limited support for hardcopy terminals.
  13933. (On a hardcopy terminal, lines which should be printed at the top of
  13934. the screen are prefixed with a caret.)
  13935.  
  13936. Commands are based on both more and vi.  Commands may be preceded by a
  13937. decimal number, called N in the descriptions below.  The number is
  13938. used by some commands, as indicated.
  13939.  
  13940. Author: Mark Nudelman et al.
  13941. Path: GNU/less-252-diffs.lha
  13942.  
  13943. ==========
  13944.  
  13945. less    252    Viewer program similar to "more".
  13946.  
  13947. Less is a program similar to more (1), but which allows backward
  13948. movement in the file as well as forward movement.  Also, less does not
  13949. have to read the entire input file before starting, so with large
  13950. input files it starts up faster than text editors like vi (1).  Less
  13951. uses termcap (or terminfo on some systems), so it can run on a variety
  13952. of terminals.  There is even limited support for hardcopy terminals.
  13953. (On a hardcopy terminal, lines which should be printed at the top of
  13954. the screen are prefixed with a caret.)
  13955.  
  13956. Commands are based on both more and vi.  Commands may be preceded by a
  13957. decimal number, called N in the descriptions below.  The number is
  13958. used by some commands, as indicated.
  13959.  
  13960. Author: Mark Nudelman et al.
  13961. Path: GNU/less-252-src.lha
  13962.  
  13963. ==========
  13964.  
  13965. less    252    Viewer program similar to "more".
  13966.  
  13967. Less is a program similar to more (1), but which allows backward
  13968. movement in the file as well as forward movement.  Also, less does not
  13969. have to read the entire input file before starting, so with large
  13970. input files it starts up faster than text editors like vi (1).  Less
  13971. uses termcap (or terminfo on some systems), so it can run on a variety
  13972. of terminals.  There is even limited support for hardcopy terminals.
  13973. (On a hardcopy terminal, lines which should be printed at the top of
  13974. the screen are prefixed with a caret.)
  13975.  
  13976. Commands are based on both more and vi.  Commands may be preceded by a
  13977. decimal number, called N in the descriptions below.  The number is
  13978. used by some commands, as indicated.
  13979.  
  13980. Author: Mark Nudelman et al.
  13981. Path: GNU/less-252.tar.gz
  13982.  
  13983. ==========
  13984.  
  13985. libcurses    8.3    Platform independant screen maint lib
  13986.  
  13987. In making available the generalized terminal descriptions in termcap,
  13988. much information was made available to the programmer, but little work
  13989. was taken out of one's hands.  The purpose of this package is to allow
  13990. the C programmer to do the most common type of terminal dependent
  13991. functions, those of movement optimization and optimal screen updating,
  13992. without doing any of the dirty work, and with nearly as much ease as
  13993. is necessary to simply print or read things.
  13994.  
  13995. Author: Kenneth C. R. C. Arnold
  13996. Elan Amir
  13997. Path: GNU/libcurses-8.3-bin.lha
  13998.  
  13999. ==========
  14000.  
  14001. libcurses    8.3    Platform independant screen maint lib
  14002.  
  14003. In making available the generalized terminal descriptions in termcap,
  14004. much information was made available to the programmer, but little work
  14005. was taken out of one's hands.  The purpose of this package is to allow
  14006. the C programmer to do the most common type of terminal dependent
  14007. functions, those of movement optimization and optimal screen updating,
  14008. without doing any of the dirty work, and with nearly as much ease as
  14009. is necessary to simply print or read things.
  14010.  
  14011. Author: Kenneth C. R. C. Arnold
  14012. Elan Amir
  14013. Path: GNU/libcurses-8.3-diffs.lha
  14014.  
  14015. ==========
  14016.  
  14017. libcurses    8.3    Platform independant screen maint lib
  14018.  
  14019. In making available the generalized terminal descriptions in termcap,
  14020. much information was made available to the programmer, but little work
  14021. was taken out of one's hands.  The purpose of this package is to allow
  14022. the C programmer to do the most common type of terminal dependent
  14023. functions, those of movement optimization and optimal screen updating,
  14024. without doing any of the dirty work, and with nearly as much ease as
  14025. is necessary to simply print or read things.
  14026.  
  14027. Author: Kenneth C. R. C. Arnold
  14028. Elan Amir
  14029. Path: GNU/libcurses-8.3-src.lha
  14030.  
  14031. ==========
  14032.  
  14033. libcurses    8.3    Platform independant screen maint lib
  14034.  
  14035. In making available the generalized terminal descriptions in termcap,
  14036. much information was made available to the programmer, but little work
  14037. was taken out of one's hands.  The purpose of this package is to allow
  14038. the C programmer to do the most common type of terminal dependent
  14039. functions, those of movement optimization and optimal screen updating,
  14040. without doing any of the dirty work, and with nearly as much ease as
  14041. is necessary to simply print or read things.
  14042.  
  14043. Author: Kenneth C. R. C. Arnold
  14044. Elan Amir
  14045. Path: GNU/libcurses-8.3.lha
  14046.  
  14047. ==========
  14048.  
  14049. libg++    2.6.1    GNU C++ class library
  14050.  
  14051. A C++ class library for use with the GNU C++ compiler.
  14052.  
  14053. Author: (null)
  14054. Path: GNU/libg++-2.6.2-bin.lha
  14055.  
  14056. ==========
  14057.  
  14058. libg++    2.6.1    GNU C++ class library
  14059.  
  14060. A C++ class library for use with the GNU C++ compiler.
  14061.  
  14062. Author: (null)
  14063. Path: GNU/libg++-2.6.2-diffs.lha
  14064.  
  14065. ==========
  14066.  
  14067. libg++    2.6.1    GNU C++ class library
  14068.  
  14069. A C++ class library for use with the GNU C++ compiler.
  14070.  
  14071. Author: (null)
  14072. Path: GNU/libg++-2.6.2-src.lha
  14073.  
  14074. ==========
  14075.  
  14076. libg++    2.6.1    GNU C++ class library
  14077.  
  14078. A C++ class library for use with the GNU C++ compiler.
  14079.  
  14080. Author: (null)
  14081. Path: GNU/libg++-2.6.2.lha
  14082.  
  14083. ==========
  14084.  
  14085. libg++    2.6.1    GNU C++ class library
  14086.  
  14087. A C++ class library for use with the GNU C++ compiler.
  14088.  
  14089. Author: (null)
  14090. Path: GNU/libg++-2.6.2.tar.gz
  14091.  
  14092. ==========
  14093.  
  14094. libm    5.4    Runtime math library
  14095.  
  14096. This runtime math library is from BSD.  It is used with the GNU C
  14097. compiler when the -lm option is given to gcc.
  14098.  
  14099. Author: (null)
  14100. Path: GNU/libm-5.4-bin.lha
  14101.  
  14102. ==========
  14103.  
  14104. libm    5.4    Runtime math library
  14105.  
  14106. This runtime math library is from BSD.  It is used with the GNU C
  14107. compiler when the -lm option is given to gcc.
  14108.  
  14109. Author: (null)
  14110. Path: GNU/libm-5.4-diffs.lha
  14111.  
  14112. ==========
  14113.  
  14114. libm    5.4    Runtime math library
  14115.  
  14116. This runtime math library is from BSD.  It is used with the GNU C
  14117. compiler when the -lm option is given to gcc.
  14118.  
  14119. Author: (null)
  14120. Path: GNU/libm-5.4-src.lha
  14121.  
  14122. ==========
  14123.  
  14124. libm    5.4    Runtime math library
  14125.  
  14126. This runtime math library is from BSD.  It is used with the GNU C
  14127. compiler when the -lm option is given to gcc.
  14128.  
  14129. Author: (null)
  14130. Path: GNU/libm-5.4.tar.gz
  14131.  
  14132. ==========
  14133.  
  14134. libnix    0.8    A library for amiga specific gcc develp.
  14135.  
  14136. This is libnix, a static (i.e. link) library for gcc 2.3.3 or above.
  14137. It's not a replacement for ixemul.library (though it's possible to
  14138. recompile most of the gcc environment with libnix) but a good thing
  14139. for amiga specific development on gcc:
  14140.  
  14141. * It's mostly compatible to SAS's way of handling things, i.e.
  14142.   you get even an automatic shared library opening feature and
  14143.   some other things you may miss in ixemul.library.
  14144.   This also means it's ANSI compliant.
  14145.  
  14146. * It doesn't need any shared libraries than normal Amiga OS ones.
  14147.  
  14148. * It is not copyrighted by the FSF. Therefore you neither need
  14149.   to include sources nor objects together with your executable.
  14150.   (read the GLGPL _before_ flaming on this statement)
  14151.  
  14152. * And it's short! I was able to compile a 492 byte 'hello, world'
  14153.   using normal main.
  14154.  
  14155. * It uses OS20 features whenever necessary.
  14156.  
  14157. To cut it short:
  14158.  
  14159. Use ixemul.library for porting Un*x programs, libnix for compiling
  14160. amiga-only programs and gcc becomes one of the best Amiga compilers.
  14161.  
  14162. Author: Matthias Fleischer
  14163. Gunther Nikl
  14164. Path: GNU/libnix-0.8-bin.lha
  14165.  
  14166. ==========
  14167.  
  14168. libnix    0.8    A library for amiga specific gcc develp.
  14169.  
  14170. This is libnix, a static (i.e. link) library for gcc 2.3.3 or above.
  14171. It's not a replacement for ixemul.library (though it's possible to
  14172. recompile most of the gcc environment with libnix) but a good thing
  14173. for amiga specific development on gcc:
  14174.  
  14175. * It's mostly compatible to SAS's way of handling things, i.e.
  14176.   you get even an automatic shared library opening feature and
  14177.   some other things you may miss in ixemul.library.
  14178.   This also means it's ANSI compliant.
  14179.  
  14180. * It doesn't need any shared libraries than normal Amiga OS ones.
  14181.  
  14182. * It is not copyrighted by the FSF. Therefore you neither need
  14183.   to include sources nor objects together with your executable.
  14184.   (read the GLGPL _before_ flaming on this statement)
  14185.  
  14186. * And it's short! I was able to compile a 492 byte 'hello, world'
  14187.   using normal main.
  14188.  
  14189. * It uses OS20 features whenever necessary.
  14190.  
  14191. To cut it short:
  14192.  
  14193. Use ixemul.library for porting Un*x programs, libnix for compiling
  14194. amiga-only programs and gcc becomes one of the best Amiga compilers.
  14195.  
  14196. Author: Matthias Fleischer
  14197. Gunther Nikl
  14198. Path: GNU/libnix-0.8-src.lha
  14199.  
  14200. ==========
  14201.  
  14202. m4    1.4    GNU macro processor
  14203.  
  14204. This is GNU m4, a program which copies its input to the output,
  14205. expanding macros as it goes.  m4 has built-in functions for including
  14206. named files, running Unix commands, doing integer arithmetic,
  14207. manipulating text in various ways, recursion, etc...  Macros can also
  14208. be user-defined, and can take any number of arguments.
  14209.  
  14210. Author: Rene' Seindal
  14211. Path: GNU/m4-1.4-bin.lha
  14212.  
  14213. ==========
  14214.  
  14215. m4    1.4    GNU macro processor
  14216.  
  14217. This is GNU m4, a program which copies its input to the output,
  14218. expanding macros as it goes.  m4 has built-in functions for including
  14219. named files, running Unix commands, doing integer arithmetic,
  14220. manipulating text in various ways, recursion, etc...  Macros can also
  14221. be user-defined, and can take any number of arguments.
  14222.  
  14223. Author: Rene' Seindal
  14224. Path: GNU/m4-1.4-diffs.lha
  14225.  
  14226. ==========
  14227.  
  14228. m4    1.4    GNU macro processor
  14229.  
  14230. This is GNU m4, a program which copies its input to the output,
  14231. expanding macros as it goes.  m4 has built-in functions for including
  14232. named files, running Unix commands, doing integer arithmetic,
  14233. manipulating text in various ways, recursion, etc...  Macros can also
  14234. be user-defined, and can take any number of arguments.
  14235.  
  14236. Author: Rene' Seindal
  14237. Path: GNU/m4-1.4-src.lha
  14238.  
  14239. ==========
  14240.  
  14241. m4    1.4    GNU macro processor
  14242.  
  14243. This is GNU m4, a program which copies its input to the output,
  14244. expanding macros as it goes.  m4 has built-in functions for including
  14245. named files, running Unix commands, doing integer arithmetic,
  14246. manipulating text in various ways, recursion, etc...  Macros can also
  14247. be user-defined, and can take any number of arguments.
  14248.  
  14249. Author: Rene' Seindal
  14250. Path: GNU/m4-1.4.tar.gz
  14251.  
  14252. ==========
  14253.  
  14254. make    3.71    POSIX compatible "make" program
  14255.  
  14256. The "make" utility automatically determines which pieces of a large
  14257. program need to be recompiled, and issues commands to recompile them.
  14258. GNU "make" conforms to section 6.2 of "IEEE Standard 1003.2-1992"
  14259. (POSIX.2).
  14260.  
  14261. Author: Richard Stallman
  14262. Roland McGrath
  14263. Path: GNU/make-3.71-bin.lha
  14264.  
  14265. ==========
  14266.  
  14267. make    3.71    POSIX compatible "make" program
  14268.  
  14269. The "make" utility automatically determines which pieces of a large
  14270. program need to be recompiled, and issues commands to recompile them.
  14271. GNU "make" conforms to section 6.2 of "IEEE Standard 1003.2-1992"
  14272. (POSIX.2).
  14273.  
  14274. Author: Richard Stallman
  14275. Roland McGrath
  14276. Path: GNU/make-3.71-diffs.lha
  14277.  
  14278. ==========
  14279.  
  14280. make    3.71    POSIX compatible "make" program
  14281.  
  14282. The "make" utility automatically determines which pieces of a large
  14283. program need to be recompiled, and issues commands to recompile them.
  14284. GNU "make" conforms to section 6.2 of "IEEE Standard 1003.2-1992"
  14285. (POSIX.2).
  14286.  
  14287. Author: Richard Stallman
  14288. Roland McGrath
  14289. Path: GNU/make-3.71-src.lha
  14290.  
  14291. ==========
  14292.  
  14293. make    3.71    POSIX compatible "make" program
  14294.  
  14295. The "make" utility automatically determines which pieces of a large
  14296. program need to be recompiled, and issues commands to recompile them.
  14297. GNU "make" conforms to section 6.2 of "IEEE Standard 1003.2-1992"
  14298. (POSIX.2).
  14299.  
  14300. Author: Richard Stallman
  14301. Roland McGrath
  14302. Path: GNU/make-3.71.tar.gz
  14303.  
  14304. ==========
  14305.  
  14306. octave    1.1.1    Language for numerical computations.
  14307.  
  14308. Octave is a high-level language, primarily intended for numerical
  14309. computations.  It provides a convenient command line interface for
  14310. solving linear and nonlinear problems numerically.
  14311.  
  14312. Author: John W. Eaton
  14313. Path: GNU/octave-1.1.1-bin.lha
  14314.  
  14315. ==========
  14316.  
  14317. octave    1.1.1    Language for numerical computations.
  14318.  
  14319. Octave is a high-level language, primarily intended for numerical
  14320. computations.  It provides a convenient command line interface for
  14321. solving linear and nonlinear problems numerically.
  14322.  
  14323. Author: John W. Eaton
  14324. Path: GNU/octave-1.1.1-diffs.lha
  14325.  
  14326. ==========
  14327.  
  14328. octave    1.1.1    Language for numerical computations.
  14329.  
  14330. Octave is a high-level language, primarily intended for numerical
  14331. computations.  It provides a convenient command line interface for
  14332. solving linear and nonlinear problems numerically.
  14333.  
  14334. Author: John W. Eaton
  14335. Path: GNU/octave-1.1.1-src.lha
  14336.  
  14337. ==========
  14338.  
  14339. octave    1.1.1    Language for numerical computations.
  14340.  
  14341. Octave is a high-level language, primarily intended for numerical
  14342. computations.  It provides a convenient command line interface for
  14343. solving linear and nonlinear problems numerically.
  14344.  
  14345. Author: John W. Eaton
  14346. Path: GNU/octave-1.1.1.tar.gz
  14347.  
  14348. ==========
  14349.  
  14350. patch    2.1    Apply diff files
  14351.  
  14352. Patch will take a patch file containing any of the four forms of
  14353. difference listing produced by the diff program and apply those
  14354. differences to an original file, producing a patched version.  By
  14355. default, the patched version is put in place of the original, with the
  14356. original file backed up to another name.
  14357.  
  14358. Author: Larry Wall
  14359. Path: GNU/patch-2.1-bin.lha
  14360.  
  14361. ==========
  14362.  
  14363. patch    2.1    Apply diff files
  14364.  
  14365. Patch will take a patch file containing any of the four forms of
  14366. difference listing produced by the diff program and apply those
  14367. differences to an original file, producing a patched version.  By
  14368. default, the patched version is put in place of the original, with the
  14369. original file backed up to another name.
  14370.  
  14371. Author: Larry Wall
  14372. Path: GNU/patch-2.1-diffs.lha
  14373.  
  14374. ==========
  14375.  
  14376. patch    2.1    Apply diff files
  14377.  
  14378. Patch will take a patch file containing any of the four forms of
  14379. difference listing produced by the diff program and apply those
  14380. differences to an original file, producing a patched version.  By
  14381. default, the patched version is put in place of the original, with the
  14382. original file backed up to another name.
  14383.  
  14384. Author: Larry Wall
  14385. Path: GNU/patch-2.1-src.lha
  14386.  
  14387. ==========
  14388.  
  14389. patch    2.1    Apply diff files
  14390.  
  14391. Patch will take a patch file containing any of the four forms of
  14392. difference listing produced by the diff program and apply those
  14393. differences to an original file, producing a patched version.  By
  14394. default, the patched version is put in place of the original, with the
  14395. original file backed up to another name.
  14396.  
  14397. Author: Larry Wall
  14398. Path: GNU/patch-2.1.tar.gz
  14399.  
  14400. ==========
  14401.  
  14402. pdksh    4.9    A UNIX ksh compatible shell for AmigaDOS
  14403.  
  14404. A KSH-like shell that is compatible enough with the real UNIX ksh to
  14405. be used with most scripts that the UNIX ksh can run.
  14406.  
  14407. Author: Eric Gisin
  14408. Charles Forsyth
  14409. John R MacMillan
  14410. Simon J. Gerraty
  14411. Markus Wild
  14412. Path: GNU/pdksh-4.9-bin.lha
  14413.  
  14414. ==========
  14415.  
  14416. pdksh    4.9    A UNIX ksh compatible shell for AmigaDOS
  14417.  
  14418. A KSH-like shell that is compatible enough with the real UNIX ksh to
  14419. be used with most scripts that the UNIX ksh can run.
  14420.  
  14421. Author: Eric Gisin
  14422. Charles Forsyth
  14423. John R MacMillan
  14424. Simon J. Gerraty
  14425. Markus Wild
  14426. Path: GNU/pdksh-4.9-diffs.lha
  14427.  
  14428. ==========
  14429.  
  14430. pdksh    4.9    A UNIX ksh compatible shell for AmigaDOS
  14431.  
  14432. A KSH-like shell that is compatible enough with the real UNIX ksh to
  14433. be used with most scripts that the UNIX ksh can run.
  14434.  
  14435. Author: Eric Gisin
  14436. Charles Forsyth
  14437. John R MacMillan
  14438. Simon J. Gerraty
  14439. Markus Wild
  14440. Path: GNU/pdksh-4.9-src.lha
  14441.  
  14442. ==========
  14443.  
  14444. pdksh    4.9    A UNIX ksh compatible shell for AmigaDOS
  14445.  
  14446. A KSH-like shell that is compatible enough with the real UNIX ksh to
  14447. be used with most scripts that the UNIX ksh can run.
  14448.  
  14449. Author: Eric Gisin
  14450. Charles Forsyth
  14451. John R MacMillan
  14452. Simon J. Gerraty
  14453. Markus Wild
  14454. Path: GNU/pdksh-4.9.tar.gz
  14455.  
  14456. ==========
  14457.  
  14458. perl    4.036    Practical Extraction and Report Language
  14459.  
  14460. Perl is an interpreted language optimized for scanning arbitrary text
  14461. files, extracting information from those text files, and printing
  14462. reports based on that information.  It's also a good language for many
  14463. system management tasks.  The language is intended to be practical
  14464. (easy to use, efficient, complete) rather than beautiful (tiny,
  14465. elegant, minimal).  It combines (in the author's opinion, anyway) some
  14466. of the best features of C, sed, awk, and sh, so people familiar with
  14467. those languages should have little difficulty with it.  (Language
  14468. historians will also note some vestiges of csh, Pascal, and even
  14469. BASIC-PLUS.)  Expression syntax corresponds quite closely to C
  14470. expression syntax.
  14471.  
  14472. Unlike most Unix utilities, perl does not arbitrarily limit the size
  14473. of your data.  If you've got the memory, perl can slurp in your whole
  14474. file as a single string.  Recursion is of unlimited depth.  And the
  14475. hash tables used by associative arrays grow as necessary to prevent
  14476. degraded performance.  Perl uses sophisticated pattern matching
  14477. techniques to scan large amounts of data very quickly.  Although
  14478. optimized for scanning text, perl can also deal with binary data, and
  14479. can make dbm files look like associative arrays (where dbm is
  14480. available).  Setuid perl scripts are safer than C programs through a
  14481. dataflow tracing mechanism which prevents many stupid security holes.
  14482. If you have a problem that would ordinarily use sed or awk or sh, but
  14483. it exceeds their capabilities or must run a little faster, and you
  14484. don't want to write the silly thing in C, then perl may be for you.
  14485. There are also translators to turn your sed and awk scripts into perl
  14486. scripts.
  14487.  
  14488. Author: Larry Wall
  14489. Path: GNU/perl-4.036-bin.lha
  14490.  
  14491. ==========
  14492.  
  14493. perl    4.036    Practical Extraction and Report Language
  14494.  
  14495. Perl is an interpreted language optimized for scanning arbitrary text
  14496. files, extracting information from those text files, and printing
  14497. reports based on that information.  It's also a good language for many
  14498. system management tasks.  The language is intended to be practical
  14499. (easy to use, efficient, complete) rather than beautiful (tiny,
  14500. elegant, minimal).  It combines (in the author's opinion, anyway) some
  14501. of the best features of C, sed, awk, and sh, so people familiar with
  14502. those languages should have little difficulty with it.  (Language
  14503. historians will also note some vestiges of csh, Pascal, and even
  14504. BASIC-PLUS.)  Expression syntax corresponds quite closely to C
  14505. expression syntax.
  14506.  
  14507. Unlike most Unix utilities, perl does not arbitrarily limit the size
  14508. of your data.  If you've got the memory, perl can slurp in your whole
  14509. file as a single string.  Recursion is of unlimited depth.  And the
  14510. hash tables used by associative arrays grow as necessary to prevent
  14511. degraded performance.  Perl uses sophisticated pattern matching
  14512. techniques to scan large amounts of data very quickly.  Although
  14513. optimized for scanning text, perl can also deal with binary data, and
  14514. can make dbm files look like associative arrays (where dbm is
  14515. available).  Setuid perl scripts are safer than C programs through a
  14516. dataflow tracing mechanism which prevents many stupid security holes.
  14517. If you have a problem that would ordinarily use sed or awk or sh, but
  14518. it exceeds their capabilities or must run a little faster, and you
  14519. don't want to write the silly thing in C, then perl may be for you.
  14520. There are also translators to turn your sed and awk scripts into perl
  14521. scripts.
  14522.  
  14523. Author: Larry Wall
  14524. Path: GNU/perl-4.036-diffs.lha
  14525.  
  14526. ==========
  14527.  
  14528. perl    4.036    Practical Extraction and Report Language
  14529.  
  14530. Perl is an interpreted language optimized for scanning arbitrary text
  14531. files, extracting information from those text files, and printing
  14532. reports based on that information.  It's also a good language for many
  14533. system management tasks.  The language is intended to be practical
  14534. (easy to use, efficient, complete) rather than beautiful (tiny,
  14535. elegant, minimal).  It combines (in the author's opinion, anyway) some
  14536. of the best features of C, sed, awk, and sh, so people familiar with
  14537. those languages should have little difficulty with it.  (Language
  14538. historians will also note some vestiges of csh, Pascal, and even
  14539. BASIC-PLUS.)  Expression syntax corresponds quite closely to C
  14540. expression syntax.
  14541.  
  14542. Unlike most Unix utilities, perl does not arbitrarily limit the size
  14543. of your data.  If you've got the memory, perl can slurp in your whole
  14544. file as a single string.  Recursion is of unlimited depth.  And the
  14545. hash tables used by associative arrays grow as necessary to prevent
  14546. degraded performance.  Perl uses sophisticated pattern matching
  14547. techniques to scan large amounts of data very quickly.  Although
  14548. optimized for scanning text, perl can also deal with binary data, and
  14549. can make dbm files look like associative arrays (where dbm is
  14550. available).  Setuid perl scripts are safer than C programs through a
  14551. dataflow tracing mechanism which prevents many stupid security holes.
  14552. If you have a problem that would ordinarily use sed or awk or sh, but
  14553. it exceeds their capabilities or must run a little faster, and you
  14554. don't want to write the silly thing in C, then perl may be for you.
  14555. There are also translators to turn your sed and awk scripts into perl
  14556. scripts.
  14557.  
  14558. Author: Larry Wall
  14559. Path: GNU/perl-4.036-src.lha
  14560.  
  14561. ==========
  14562.  
  14563. perl    4.036    Practical Extraction and Report Language
  14564.  
  14565. Perl is an interpreted language optimized for scanning arbitrary text
  14566. files, extracting information from those text files, and printing
  14567. reports based on that information.  It's also a good language for many
  14568. system management tasks.  The language is intended to be practical
  14569. (easy to use, efficient, complete) rather than beautiful (tiny,
  14570. elegant, minimal).  It combines (in the author's opinion, anyway) some
  14571. of the best features of C, sed, awk, and sh, so people familiar with
  14572. those languages should have little difficulty with it.  (Language
  14573. historians will also note some vestiges of csh, Pascal, and even
  14574. BASIC-PLUS.)  Expression syntax corresponds quite closely to C
  14575. expression syntax.
  14576.  
  14577. Unlike most Unix utilities, perl does not arbitrarily limit the size
  14578. of your data.  If you've got the memory, perl can slurp in your whole
  14579. file as a single string.  Recursion is of unlimited depth.  And the
  14580. hash tables used by associative arrays grow as necessary to prevent
  14581. degraded performance.  Perl uses sophisticated pattern matching
  14582. techniques to scan large amounts of data very quickly.  Although
  14583. optimized for scanning text, perl can also deal with binary data, and
  14584. can make dbm files look like associative arrays (where dbm is
  14585. available).  Setuid perl scripts are safer than C programs through a
  14586. dataflow tracing mechanism which prevents many stupid security holes.
  14587. If you have a problem that would ordinarily use sed or awk or sh, but
  14588. it exceeds their capabilities or must run a little faster, and you
  14589. don't want to write the silly thing in C, then perl may be for you.
  14590. There are also translators to turn your sed and awk scripts into perl
  14591. scripts.
  14592.  
  14593. Author: Larry Wall
  14594. Path: GNU/perl-4.036.tar.gz
  14595.  
  14596. ==========
  14597.  
  14598. rcs    5.6.0.1    Revision Control System
  14599.  
  14600. RCS, the Revision Control System, manages multiple revisions of files.
  14601. RCS can store, retrieve, log, identify, and merge revisions.  It is
  14602. useful for files that are revised frequently, e.g. programs,
  14603. documentation, graphics, and papers.
  14604.  
  14605. Author: Walter F. Tichy
  14606. et. al.
  14607. Path: GNU/rcs-5.6.0.1-bin.lha
  14608.  
  14609. ==========
  14610.  
  14611. rcs    5.6.0.1    Revision Control System
  14612.  
  14613. RCS, the Revision Control System, manages multiple revisions of files.
  14614. RCS can store, retrieve, log, identify, and merge revisions.  It is
  14615. useful for files that are revised frequently, e.g. programs,
  14616. documentation, graphics, and papers.
  14617.  
  14618. Author: Walter F. Tichy
  14619. et. al.
  14620. Path: GNU/rcs-5.6.0.1-diffs.lha
  14621.  
  14622. ==========
  14623.  
  14624. rcs    5.6.0.1    Revision Control System
  14625.  
  14626. RCS, the Revision Control System, manages multiple revisions of files.
  14627. RCS can store, retrieve, log, identify, and merge revisions.  It is
  14628. useful for files that are revised frequently, e.g. programs,
  14629. documentation, graphics, and papers.
  14630.  
  14631. Author: Walter F. Tichy
  14632. et. al.
  14633. Path: GNU/rcs-5.6.0.1-src.lha
  14634.  
  14635. ==========
  14636.  
  14637. rcs    5.6.0.1    Revision Control System
  14638.  
  14639. RCS, the Revision Control System, manages multiple revisions of files.
  14640. RCS can store, retrieve, log, identify, and merge revisions.  It is
  14641. useful for files that are revised frequently, e.g. programs,
  14642. documentation, graphics, and papers.
  14643.  
  14644. Author: Walter F. Tichy
  14645. et. al.
  14646. Path: GNU/rcs-5.6.0.1.tar.gz
  14647.  
  14648. ==========
  14649.  
  14650. sed    2.05    GNU stream editor
  14651.  
  14652. Sed copies named files, or the standard input, to the standard output,
  14653. edited according to a script of commands.
  14654.  
  14655. Author: Free Software Foundation
  14656. Path: GNU/sed-2.05-bin.lha
  14657.  
  14658. ==========
  14659.  
  14660. sed    2.05    GNU stream editor
  14661.  
  14662. Sed copies named files, or the standard input, to the standard output,
  14663. edited according to a script of commands.
  14664.  
  14665. Author: Free Software Foundation
  14666. Path: GNU/sed-2.05-diffs.lha
  14667.  
  14668. ==========
  14669.  
  14670. sed    2.05    GNU stream editor
  14671.  
  14672. Sed copies named files, or the standard input, to the standard output,
  14673. edited according to a script of commands.
  14674.  
  14675. Author: Free Software Foundation
  14676. Path: GNU/sed-2.05-src.lha
  14677.  
  14678. ==========
  14679.  
  14680. sed    2.05    GNU stream editor
  14681.  
  14682. Sed copies named files, or the standard input, to the standard output,
  14683. edited according to a script of commands.
  14684.  
  14685. Author: Free Software Foundation
  14686. Path: GNU/sed-2.05.tar.gz
  14687.  
  14688. ==========
  14689.  
  14690. sh-utils    1.12    GNU shell programming utilities
  14691.  
  14692. This is a package of small shell programming utilities.  They are
  14693. mostly compliant with POSIX.2, where applicable.  The programs that
  14694. can be built with this package are: basename date dirname echo env
  14695. expr false groups id logname nice nohup pathchk printenv printf sleep
  14696. stty tee test true tty uname who whoami yes Some programs (uname,
  14697. nice, nohup, and stty) are built and installed only on systems that
  14698. have the features to support them.
  14699.  
  14700. Author: Free Software Foundation
  14701. Path: GNU/sh-utils-1.12-bin.lha
  14702.  
  14703. ==========
  14704.  
  14705. sh-utils    1.12    GNU shell programming utilities
  14706.  
  14707. This is a package of small shell programming utilities.  They are
  14708. mostly compliant with POSIX.2, where applicable.  The programs that
  14709. can be built with this package are: basename date dirname echo env
  14710. expr false groups id logname nice nohup pathchk printenv printf sleep
  14711. stty tee test true tty uname who whoami yes Some programs (uname,
  14712. nice, nohup, and stty) are built and installed only on systems that
  14713. have the features to support them.
  14714.  
  14715. Author: Free Software Foundation
  14716. Path: GNU/sh-utils-1.12-diffs.lha
  14717.  
  14718. ==========
  14719.  
  14720. sh-utils    1.12    GNU shell programming utilities
  14721.  
  14722. This is a package of small shell programming utilities.  They are
  14723. mostly compliant with POSIX.2, where applicable.  The programs that
  14724. can be built with this package are: basename date dirname echo env
  14725. expr false groups id logname nice nohup pathchk printenv printf sleep
  14726. stty tee test true tty uname who whoami yes Some programs (uname,
  14727. nice, nohup, and stty) are built and installed only on systems that
  14728. have the features to support them.
  14729.  
  14730. Author: Free Software Foundation
  14731. Path: GNU/sh-utils-1.12-src.lha
  14732.  
  14733. ==========
  14734.  
  14735. sh-utils    1.12    GNU shell programming utilities
  14736.  
  14737. This is a package of small shell programming utilities.  They are
  14738. mostly compliant with POSIX.2, where applicable.  The programs that
  14739. can be built with this package are: basename date dirname echo env
  14740. expr false groups id logname nice nohup pathchk printenv printf sleep
  14741. stty tee test true tty uname who whoami yes Some programs (uname,
  14742. nice, nohup, and stty) are built and installed only on systems that
  14743. have the features to support them.
  14744.  
  14745. Author: Free Software Foundation
  14746. Path: GNU/sh-utils-1.12.tar.gz
  14747.  
  14748. ==========
  14749.  
  14750. sharutils    4.1    Shell archive utils and uuencode/decode.
  14751.  
  14752. `shar' makes so-called shell archives out of many files, preparing
  14753. them for transmission by electronic mail services.  `unshar' helps
  14754. unpacking shell archives after reception.  The core of both programs
  14755. is initially derived from public domain.  Some modules and other
  14756. code sections are freely borrowed from other GNU distributions,
  14757. bringing `shar' under the terms of the GNU General Public License.
  14758.  
  14759. `uuencode' prepares a file for transmission over an electronic
  14760. channel which ignores or otherwise mangles the eight bit (high
  14761. order bit) of bytes.  `uudecode' does the converse transformation.
  14762. They are derived from the BSD NET/2 distribution.  If you have more
  14763. powerful `uuencode' and `uudecode' already available, you may want
  14764. to use `./configure --disable-uucode' to prevent their installation.
  14765.  
  14766. Author: Free Software Foundation
  14767. Path: GNU/sharutils-4.1-bin.lha
  14768.  
  14769. ==========
  14770.  
  14771. sharutils    4.1    Shell archive utils and uuencode/decode.
  14772.  
  14773. `shar' makes so-called shell archives out of many files, preparing
  14774. them for transmission by electronic mail services.  `unshar' helps
  14775. unpacking shell archives after reception.  The core of both programs
  14776. is initially derived from public domain.  Some modules and other
  14777. code sections are freely borrowed from other GNU distributions,
  14778. bringing `shar' under the terms of the GNU General Public License.
  14779.  
  14780. `uuencode' prepares a file for transmission over an electronic
  14781. channel which ignores or otherwise mangles the eight bit (high
  14782. order bit) of bytes.  `uudecode' does the converse transformation.
  14783. They are derived from the BSD NET/2 distribution.  If you have more
  14784. powerful `uuencode' and `uudecode' already available, you may want
  14785. to use `./configure --disable-uucode' to prevent their installation.
  14786.  
  14787. Author: Free Software Foundation
  14788. Path: GNU/sharutils-4.1-diffs.lha
  14789.  
  14790. ==========
  14791.  
  14792. sharutils    4.1    Shell archive utils and uuencode/decode.
  14793.  
  14794. `shar' makes so-called shell archives out of many files, preparing
  14795. them for transmission by electronic mail services.  `unshar' helps
  14796. unpacking shell archives after reception.  The core of both programs
  14797. is initially derived from public domain.  Some modules and other
  14798. code sections are freely borrowed from other GNU distributions,
  14799. bringing `shar' under the terms of the GNU General Public License.
  14800.  
  14801. `uuencode' prepares a file for transmission over an electronic
  14802. channel which ignores or otherwise mangles the eight bit (high
  14803. order bit) of bytes.  `uudecode' does the converse transformation.
  14804. They are derived from the BSD NET/2 distribution.  If you have more
  14805. powerful `uuencode' and `uudecode' already available, you may want
  14806. to use `./configure --disable-uucode' to prevent their installation.
  14807.  
  14808. Author: Free Software Foundation
  14809. Path: GNU/sharutils-4.1-src.lha
  14810.  
  14811. ==========
  14812.  
  14813. sharutils    4.1    Shell archive utils and uuencode/decode.
  14814.  
  14815. `shar' makes so-called shell archives out of many files, preparing
  14816. them for transmission by electronic mail services.  `unshar' helps
  14817. unpacking shell archives after reception.  The core of both programs
  14818. is initially derived from public domain.  Some modules and other
  14819. code sections are freely borrowed from other GNU distributions,
  14820. bringing `shar' under the terms of the GNU General Public License.
  14821.  
  14822. `uuencode' prepares a file for transmission over an electronic
  14823. channel which ignores or otherwise mangles the eight bit (high
  14824. order bit) of bytes.  `uudecode' does the converse transformation.
  14825. They are derived from the BSD NET/2 distribution.  If you have more
  14826. powerful `uuencode' and `uudecode' already available, you may want
  14827. to use `./configure --disable-uucode' to prevent their installation.
  14828.  
  14829. Author: Free Software Foundation
  14830. Path: GNU/sharutils-4.1.tar.gz
  14831.  
  14832. ==========
  14833.  
  14834. tar    1.11.2    GNU Tape Archiver
  14835.  
  14836. Tar collects files into an archive which is normally written to tape or
  14837. other backup media.  It can also be written to a normal file, and such
  14838. files have become a common intersystem exchange mechanism.
  14839.  
  14840. Author: John Gilmore
  14841. Path: GNU/tar-1.11.2-bin.lha
  14842.  
  14843. ==========
  14844.  
  14845. tar    1.11.2    GNU Tape Archiver
  14846.  
  14847. Tar collects files into an archive which is normally written to tape or
  14848. other backup media.  It can also be written to a normal file, and such
  14849. files have become a common intersystem exchange mechanism.
  14850.  
  14851. Author: John Gilmore
  14852. Path: GNU/tar-1.11.2-diffs.lha
  14853.  
  14854. ==========
  14855.  
  14856. tar    1.11.2    GNU Tape Archiver
  14857.  
  14858. Tar collects files into an archive which is normally written to tape or
  14859. other backup media.  It can also be written to a normal file, and such
  14860. files have become a common intersystem exchange mechanism.
  14861.  
  14862. Author: John Gilmore
  14863. Path: GNU/tar-1.11.2-src.lha
  14864.  
  14865. ==========
  14866.  
  14867. tar    1.11.2    GNU Tape Archiver
  14868.  
  14869. Tar collects files into an archive which is normally written to tape or
  14870. other backup media.  It can also be written to a normal file, and such
  14871. files have become a common intersystem exchange mechanism.
  14872.  
  14873. Author: John Gilmore
  14874. Path: GNU/tar-1.11.2.tar.gz
  14875.  
  14876. ==========
  14877.  
  14878. termcap    1.2    GNU termcap library.
  14879.  
  14880. This is the GNU termcap library, a library of C functions that enable
  14881. programs to send control strings to terminals in a way independent of
  14882. the terminal type.  Most of this package is also distributed with GNU
  14883. Emacs, but it is available in this separate distribution to make it
  14884. easier to install as -ltermcap.
  14885.  
  14886. Author: Free Software Foundation
  14887. Path: GNU/termcap-1.2-bin.lha
  14888.  
  14889. ==========
  14890.  
  14891. termcap    1.2    GNU termcap library.
  14892.  
  14893. This is the GNU termcap library, a library of C functions that enable
  14894. programs to send control strings to terminals in a way independent of
  14895. the terminal type.  Most of this package is also distributed with GNU
  14896. Emacs, but it is available in this separate distribution to make it
  14897. easier to install as -ltermcap.
  14898.  
  14899. Author: Free Software Foundation
  14900. Path: GNU/termcap-1.2-diffs.lha
  14901.  
  14902. ==========
  14903.  
  14904. termcap    1.2    GNU termcap library.
  14905.  
  14906. This is the GNU termcap library, a library of C functions that enable
  14907. programs to send control strings to terminals in a way independent of
  14908. the terminal type.  Most of this package is also distributed with GNU
  14909. Emacs, but it is available in this separate distribution to make it
  14910. easier to install as -ltermcap.
  14911.  
  14912. Author: Free Software Foundation
  14913. Path: GNU/termcap-1.2-src.lha
  14914.  
  14915. ==========
  14916.  
  14917. termcap    1.2    GNU termcap library.
  14918.  
  14919. This is the GNU termcap library, a library of C functions that enable
  14920. programs to send control strings to terminals in a way independent of
  14921. the terminal type.  Most of this package is also distributed with GNU
  14922. Emacs, but it is available in this separate distribution to make it
  14923. easier to install as -ltermcap.
  14924.  
  14925. Author: Free Software Foundation
  14926. Path: GNU/termcap-1.2.tar.gz
  14927.  
  14928. ==========
  14929.  
  14930. texinfo    3.1    GNU documentation system
  14931.  
  14932. Texinfo is a documentation system that uses a single source file to
  14933. produce both on-line information and printed output.  This means that
  14934. instead of writing two different documents, one for the on-line help
  14935. or other on-line information and the other for a typeset manual or
  14936. other printed work, you need write only one document.  When the work
  14937. is revised, you need revise only one document.  You can read the
  14938. on-line information, known as an "Info file", with an Info
  14939. documentation-reading program.
  14940.  
  14941. Author: Free Software Foundation
  14942. Path: GNU/texinfo-3.1-bin.lha
  14943.  
  14944. ==========
  14945.  
  14946. texinfo    3.1    GNU documentation system
  14947.  
  14948. Texinfo is a documentation system that uses a single source file to
  14949. produce both on-line information and printed output.  This means that
  14950. instead of writing two different documents, one for the on-line help
  14951. or other on-line information and the other for a typeset manual or
  14952. other printed work, you need write only one document.  When the work
  14953. is revised, you need revise only one document.  You can read the
  14954. on-line information, known as an "Info file", with an Info
  14955. documentation-reading program.
  14956.  
  14957. Author: Free Software Foundation
  14958. Path: GNU/texinfo-3.1-diffs.lha
  14959.  
  14960. ==========
  14961.  
  14962. texinfo    3.1    GNU documentation system
  14963.  
  14964. Texinfo is a documentation system that uses a single source file to
  14965. produce both on-line information and printed output.  This means that
  14966. instead of writing two different documents, one for the on-line help
  14967. or other on-line information and the other for a typeset manual or
  14968. other printed work, you need write only one document.  When the work
  14969. is revised, you need revise only one document.  You can read the
  14970. on-line information, known as an "Info file", with an Info
  14971. documentation-reading program.
  14972.  
  14973. Author: Free Software Foundation
  14974. Path: GNU/texinfo-3.1-src.lha
  14975.  
  14976. ==========
  14977.  
  14978. texinfo    3.1    GNU documentation system
  14979.  
  14980. Texinfo is a documentation system that uses a single source file to
  14981. produce both on-line information and printed output.  This means that
  14982. instead of writing two different documents, one for the on-line help
  14983. or other on-line information and the other for a typeset manual or
  14984. other printed work, you need write only one document.  When the work
  14985. is revised, you need revise only one document.  You can read the
  14986. on-line information, known as an "Info file", with an Info
  14987. documentation-reading program.
  14988.  
  14989. Author: Free Software Foundation
  14990. Path: GNU/texinfo-3.1.tar.gz
  14991.  
  14992. ==========
  14993.  
  14994. textutils    1.11    GNU text processing utilities
  14995.  
  14996. These are the GNU text file (actually, file contents) processing
  14997. utilities.  Most of these programs have significant advantages over
  14998. their Unix counterparts, such as greater speed, additional options,
  14999. and fewer arbitrary limits.  The programs that can be built with this
  15000. package are: cat, cksum, comm, csplit, cut, expand, fold, head, join,
  15001. nl, od paste, pr, sort, split, sum, tac, tail, tr, unexpand, uniq, and
  15002. wc.  The cmp program has moved to the GNU diff distribution.
  15003.  
  15004. Author: Free Software Foundation
  15005. Path: GNU/textutils-1.11-bin.lha
  15006.  
  15007. ==========
  15008.  
  15009. textutils    1.11    GNU text processing utilities
  15010.  
  15011. These are the GNU text file (actually, file contents) processing
  15012. utilities.  Most of these programs have significant advantages over
  15013. their Unix counterparts, such as greater speed, additional options,
  15014. and fewer arbitrary limits.  The programs that can be built with this
  15015. package are: cat, cksum, comm, csplit, cut, expand, fold, head, join,
  15016. nl, od paste, pr, sort, split, sum, tac, tail, tr, unexpand, uniq, and
  15017. wc.  The cmp program has moved to the GNU diff distribution.
  15018.  
  15019. Author: Free Software Foundation
  15020. Path: GNU/textutils-1.11-diffs.lha
  15021.  
  15022. ==========
  15023.  
  15024. textutils    1.11    GNU text processing utilities
  15025.  
  15026. These are the GNU text file (actually, file contents) processing
  15027. utilities.  Most of these programs have significant advantages over
  15028. their Unix counterparts, such as greater speed, additional options,
  15029. and fewer arbitrary limits.  The programs that can be built with this
  15030. package are: cat, cksum, comm, csplit, cut, expand, fold, head, join,
  15031. nl, od paste, pr, sort, split, sum, tac, tail, tr, unexpand, uniq, and
  15032. wc.  The cmp program has moved to the GNU diff distribution.
  15033.  
  15034. Author: Free Software Foundation
  15035. Path: GNU/textutils-1.11-src.lha
  15036.  
  15037. ==========
  15038.  
  15039. textutils    1.11    GNU text processing utilities
  15040.  
  15041. These are the GNU text file (actually, file contents) processing
  15042. utilities.  Most of these programs have significant advantages over
  15043. their Unix counterparts, such as greater speed, additional options,
  15044. and fewer arbitrary limits.  The programs that can be built with this
  15045. package are: cat, cksum, comm, csplit, cut, expand, fold, head, join,
  15046. nl, od paste, pr, sort, split, sum, tac, tail, tr, unexpand, uniq, and
  15047. wc.  The cmp program has moved to the GNU diff distribution.
  15048.  
  15049. Author: Free Software Foundation
  15050. Path: GNU/textutils-1.11.tar.gz
  15051.  
  15052. ==========
  15053.  
  15054. unixtex    6.1b    Basic TeX package based on TeX 3.1415
  15055.  
  15056. A basic TeX package containing MakeTeXPK, afm2tfm, bibtex, cmmf,
  15057. dvicopy, dvilj4, dvips, dvitype, gftodvi, gftopk, gftype, inimf,
  15058. initex, kpsewhich, latex, mf, mft, patgen, pktogf, pktype, pltotf,
  15059. pooltype, tangle, tex, tftopl, vftovp, virmf, virtex, vptovf, weave,
  15060. and a selection of fonts.
  15061.  
  15062. This version is based on unixtex 6.1, but includes an upgraded
  15063. kpathsea library (to version 2.6) that provides many improvements over
  15064. the version supplied with 6.1.
  15065.  
  15066. Author: various
  15067. Path: GNU/unixtex-6.1b-bin.lha
  15068.  
  15069. ==========
  15070.  
  15071. unixtex    6.1b    Basic TeX package based on TeX 3.1415
  15072.  
  15073. A basic TeX package containing MakeTeXPK, afm2tfm, bibtex, cmmf,
  15074. dvicopy, dvilj4, dvips, dvitype, gftodvi, gftopk, gftype, inimf,
  15075. initex, kpsewhich, latex, mf, mft, patgen, pktogf, pktype, pltotf,
  15076. pooltype, tangle, tex, tftopl, vftovp, virmf, virtex, vptovf, weave,
  15077. and a selection of fonts.
  15078.  
  15079. This version is based on unixtex 6.1, but includes an upgraded
  15080. kpathsea library (to version 2.6) that provides many improvements over
  15081. the version supplied with 6.1.
  15082.  
  15083. Author: various
  15084. Path: GNU/unixtex-6.1b-diffs.lha
  15085.  
  15086. ==========
  15087.  
  15088. unixtex    6.1b    Basic TeX package based on TeX 3.1415
  15089.  
  15090. A basic TeX package containing MakeTeXPK, afm2tfm, bibtex, cmmf,
  15091. dvicopy, dvilj4, dvips, dvitype, gftodvi, gftopk, gftype, inimf,
  15092. initex, kpsewhich, latex, mf, mft, patgen, pktogf, pktype, pltotf,
  15093. pooltype, tangle, tex, tftopl, vftovp, virmf, virtex, vptovf, weave,
  15094. and a selection of fonts.
  15095.  
  15096. This version is based on unixtex 6.1, but includes an upgraded
  15097. kpathsea library (to version 2.6) that provides many improvements over
  15098. the version supplied with 6.1.
  15099.  
  15100. Author: various
  15101. Path: GNU/unixtex-6.1b-src.lha
  15102.  
  15103. ==========
  15104.  
  15105. unixtex    6.1b    Basic TeX package based on TeX 3.1415
  15106.  
  15107. A basic TeX package containing MakeTeXPK, afm2tfm, bibtex, cmmf,
  15108. dvicopy, dvilj4, dvips, dvitype, gftodvi, gftopk, gftype, inimf,
  15109. initex, kpsewhich, latex, mf, mft, patgen, pktogf, pktype, pltotf,
  15110. pooltype, tangle, tex, tftopl, vftovp, virmf, virtex, vptovf, weave,
  15111. and a selection of fonts.
  15112.  
  15113. This version is based on unixtex 6.1, but includes an upgraded
  15114. kpathsea library (to version 2.6) that provides many improvements over
  15115. the version supplied with 6.1.
  15116.  
  15117. Author: various
  15118. Path: GNU/unixtex-6.1b.lha
  15119.  
  15120. ==========
  15121.  
  15122. wdiff    0.5    Display word diffs between text files.
  15123.  
  15124. `wdiff' is a front-end to GNU `diff'.  It compares two files, finding
  15125. which words have been deleted or added to the first in order to create
  15126. the second.  It has many output formats and interacts well with
  15127. terminals and pagers (notably with `less').  `wdiff' is particularily
  15128. useful when two texts differ only by a few words and paragraphs have
  15129. been refilled.
  15130.  
  15131. Author: Francois Pinard
  15132. Path: GNU/wdiff-0.5-bin.lha
  15133.  
  15134. ==========
  15135.  
  15136. wdiff    0.5    Display word diffs between text files.
  15137.  
  15138. `wdiff' is a front-end to GNU `diff'.  It compares two files, finding
  15139. which words have been deleted or added to the first in order to create
  15140. the second.  It has many output formats and interacts well with
  15141. terminals and pagers (notably with `less').  `wdiff' is particularily
  15142. useful when two texts differ only by a few words and paragraphs have
  15143. been refilled.
  15144.  
  15145. Author: Francois Pinard
  15146. Path: GNU/wdiff-0.5-diffs.lha
  15147.  
  15148. ==========
  15149.  
  15150. wdiff    0.5    Display word diffs between text files.
  15151.  
  15152. `wdiff' is a front-end to GNU `diff'.  It compares two files, finding
  15153. which words have been deleted or added to the first in order to create
  15154. the second.  It has many output formats and interacts well with
  15155. terminals and pagers (notably with `less').  `wdiff' is particularily
  15156. useful when two texts differ only by a few words and paragraphs have
  15157. been refilled.
  15158.  
  15159. Author: Francois Pinard
  15160. Path: GNU/wdiff-0.5-src.lha
  15161.  
  15162. ==========
  15163.  
  15164. wdiff    0.5    Display word diffs between text files.
  15165.  
  15166. `wdiff' is a front-end to GNU `diff'.  It compares two files, finding
  15167. which words have been deleted or added to the first in order to create
  15168. the second.  It has many output formats and interacts well with
  15169. terminals and pagers (notably with `less').  `wdiff' is particularily
  15170. useful when two texts differ only by a few words and paragraphs have
  15171. been refilled.
  15172.  
  15173. Author: Francois Pinard
  15174. Path: GNU/wdiff-0.5.tar.gz
  15175.  
  15176. ==========
  15177.  
  15178. 2MegAgnus    5.0D    A 2Meg Agnus project.
  15179.  
  15180. The Two Meg Agnus Project increases the amount of "chip" RAM in an Amiga
  15181. 500 or 2000 to 2 megabytes.  Chip RAM is where the graphics and sound data
  15182. are stored.  Even though you may have plenty of "fast" RAM, if you run out
  15183. of "chip" RAM then you will not be able to open any more windows or screens
  15184. and hence, no more programs.
  15185.  
  15186. Author: Neil Coito and Michael Cianflone
  15187. Path: hard/2MegAgnus-5.0D.lha
  15188.  
  15189. ==========
  15190.  
  15191. A1200HW    1.0    Q & A about Amiga 1200 hardware.
  15192.  
  15193. This is a text file that attempts to answer the most common hardware
  15194. questions about the Amiga 1200 simply and concisely.  Which is not to
  15195. say that it succeeds... 8-)
  15196.  
  15197. Author: Warren Block
  15198. Path: hard/A1200HW-1.0.lha
  15199.  
  15200. ==========
  15201.  
  15202. A4000HW    1.0    Reference guide to A4000 hardware.
  15203.  
  15204. This file is a reference to various tips, problems, repairs, and other
  15205. information on the Amiga 4000 and common boards and peripherals.
  15206.  
  15207. Author: Warren Block
  15208. Path: hard/A4000HW-1.0.lha
  15209.  
  15210. ==========
  15211.  
  15212. A4000HW    2.0    Reference guide to A4000 hardware.
  15213.  
  15214. This file is a reference to various tips, problems, repairs, and other
  15215. information on the Amiga 4000 and common boards and peripherals.
  15216.  
  15217. Author: Warren Block
  15218. Path: hard/A4000HW-2.0.lha
  15219.  
  15220. ==========
  15221.  
  15222. ARexX-10    ?.?    Communicates with X-10 coprocessors
  15223.  
  15224. This is a program for communicating with the X-10 coprocessor being sold
  15225. by Marrick Limited. It provides an ARexx hub through which any number of
  15226. other programs may communicate with the interface.
  15227.  
  15228. Author: Lyle Hazelwood
  15229. Path: hard/ARexX-10.lha
  15230.  
  15231. ==========
  15232.  
  15233. AutoXA    1.00    Add memory from MicroBotics M1230XA card
  15234.  
  15235. Loads a small program into your system that automatically adds the memory
  15236. that you have installed on a MicroBotics M1230XA card every time you
  15237. reboot, this routine survives a reboot, and makes the memory available to
  15238. the system software *much* earlier in the boot-up process.  This results in
  15239. almost all of the system's data being loaded into much faster XA memory,
  15240. rather than Chip memory.  It also frees up about 245 kilobytes of Chip
  15241. memory that graphic or music programs might need.
  15242.  
  15243. Author: Mike Pinson
  15244. MicroBotics Inc
  15245. Path: hard/AutoXA-1.00.lha
  15246.  
  15247. ==========
  15248.  
  15249. ClockTool    1.1    Manipulate battery and/or system clocks
  15250.  
  15251. A simple CLI utility to perform operations on the battery-backed-up and/or
  15252. system clock, e.g. set date/time of either, display either/both, set one
  15253. from the other, increment, and log.  Most of these features, particularly
  15254. those accessing the battery-backed-up clock, are not available using
  15255. current AmigaDos commands.
  15256.  
  15257. Author: Gary Duncan
  15258. Path: hard/ClockTool-1.1.lha
  15259.  
  15260. ==========
  15261.  
  15262. CVTS    1.0    The Complete Video Test System
  15263.  
  15264. "The Complete Video Test System" is a collection of 20 test patterns
  15265. (displayable with any IFF animation viewer) that can be used to evaluate
  15266. monitors, TV sets, VCRs, and other NTSC video equipment.  CVTS is easy to
  15267. use, with the documentation presented in clear, non-technical language.
  15268. Many of the tests are unique, and can be found nowhere else.  A shareware
  15269. contribution of only $5 gets you a viewing filter which is used with the
  15270. Colorbars test signal to precisely adjust TVs and monitors.
  15271.  
  15272. Author: Dave Muse
  15273. Path: hard/CVTS-1.0.lha
  15274.  
  15275. ==========
  15276.  
  15277. EPROMmer    3.2d    Hardware plans & software for EPROMmer.
  15278.  
  15279. New software (use WB2.0 or higher) for a hardware project originally by Bob
  15280. Blick and Udi Finkelstein.  EPROMmer programs 2716 27512 and can also load
  15281. SRAM's 6216,6264, 62256.  Capable of reading/writing binary data and
  15282. INTELHEX Files.  Supports all amiga models.  This version of the software
  15283. contains a new GUI and timing was changed to handle Amigas faster than
  15284. 7Mhz.
  15285.  
  15286. Author: Bob Blick
  15287. Udi Finkelstein
  15288. Carsten Rose
  15289. Path: hard/EPROMmer-3.2d.lha
  15290.  
  15291. ==========
  15292.  
  15293. GALer    1.41    Software & hardware to program GAL's.
  15294.  
  15295. GALs (Generic Array Logic) are programmable logic devices.  "GALer" is the
  15296. software and the hardware which is necessary to program your own GALs.  The
  15297. supported GAL-types are GAL16V8, GAL16V8A, GAL16V8B and GAL20V8, GAL20V8A,
  15298. GAL20V8B.  The circuit diagram for the GAL device programmer is available
  15299. from the author.  Includes both English and German versions.
  15300.  
  15301. Author: Christian Habermann
  15302. Path: hard/GALer-1.41.lha
  15303.  
  15304. ==========
  15305.  
  15306. LogiMouse    1.05    Mouse Driver for LogiTech serial mice
  15307.  
  15308. A mouse driver for LogiTech 'Mice' that use the 'MouseMan' protocol, eg
  15309. the TrackMan trackball
  15310.  
  15311.    (if you have a LogiTech Mouse that won't work with sermouse/optmouse
  15312.     or any of the other serial drivers around, then it prob. uses this
  15313.     protocol (maybe.. ;-) ))
  15314.  
  15315. Author: Simon Richardson
  15316. Path: hard/LogiMouse-1.05.lha
  15317.  
  15318. ==========
  15319.  
  15320. MiscHacks    ?.?    Various Amiga hardware hacks.
  15321.  
  15322. A collection of various hardware hacks for the Amiga.
  15323.  
  15324. Author: Various
  15325. posted by Hans Luyten
  15326. Path: hard/MiscHacks.lha
  15327.  
  15328. ==========
  15329.  
  15330. MouseClock    2.0    Battery backed-up clock/cal project v2.0
  15331.  
  15332. Hardware project of a low cost, very small external battery backed up
  15333. clock calendar for all Amigas (especially for A1200, A500, A600).
  15334. It is connected to the mouse port #2. Shareware, includes source.
  15335.  
  15336. Changes from v1.22 to v2.0:
  15337.  
  15338. - Added pcb layout (registering).
  15339. - Added MagicWB icons for the program.
  15340. - Revised docs and shareware drawings (now completely redrawn and printed
  15341.   with a 360 DPI inkjet printer)
  15342. - Now it may be mounted internally in the rear opening under the disk-drive
  15343.   of the A1200. 
  15344. - It may also use a not rechargeable battery.
  15345. - Added the possibility to order the clock chip.
  15346.  
  15347. Author: Adriano De Minicis
  15348. Path: hard/MouseClock-2.0.lha
  15349.  
  15350. ==========
  15351.  
  15352. OptMouse    1.2    Use M3 optical mouse on Amiga
  15353.  
  15354. Software and hardware instructions on how you can modify a Mouse Systems M3
  15355. optical serial mouse for use on the Amiga.  Also included are instructions
  15356. which allow a serial mouse to be modified to plug directly into the Amiga
  15357. mouse port.
  15358.  
  15359. Author: J Edward Hanway
  15360. Path: hard/OptMouse-1.2.lha
  15361.  
  15362. ==========
  15363.  
  15364. ParTest    ?.?    GUI utility to control parallel port.
  15365.  
  15366. A little GUI-based utility that allows you to individually set/clear the
  15367. data lines of the parallel port.
  15368.  
  15369. Author: Carsten Rose
  15370. Path: hard/ParTest.lha
  15371.  
  15372. ==========
  15373.  
  15374. PCDRV2AM    ?.?    Use 1.44Mb PC drives as Amiga HD drives
  15375.  
  15376. PCDRV2AM is a package describing how the author made
  15377. a DD (880 kb) floppy drive and a HD (880/1760 kb) 
  15378. floppy drive using a 3.5 inch PC 1.44 Mb floppy drive.
  15379. It consists of three files:
  15380.  
  15381.      - PCDRV2AM.IFF picture with the schemes.
  15382.      - PCDRV2AM.DOC text describing how to do it.
  15383.      - DRIVEID program to check the identification of 
  15384.        the drive in the amiga.
  15385.  
  15386. The drives are completely compatible with the standard 
  15387. amiga (HD/DD) floppy drives. There is no need for 
  15388. drivers if you use kickstart 2.x and higher.
  15389.  
  15390. Author: Dick Diederik
  15391. Path: hard/PCDRV2AM.lha
  15392.  
  15393. ==========
  15394.  
  15395. RomSwitcher    3.1    A multi-kickstart hardware project.
  15396.  
  15397. A Multi-Kickstart Board Project that allows the user of an Amiga 500, 2000,
  15398. or 2500 to switch between different versions of the operating system,
  15399. called Kickstart.  Some older software, and even some new software, is not
  15400. compatible with Commodore's latest version of the operating system.  This
  15401. hardware project will let you use the new version of the operating system
  15402. (it is *tons* better than 1.3 and below), and still remain compatible with
  15403. the software that won't work under the new operating system.
  15404.  
  15405. Author: Neil Coito and Michael Cianflone
  15406. Path: hard/RomSwitcher-3.1.lha
  15407.  
  15408. ==========
  15409.  
  15410. SerMouse    2.21    Driver/Docs for serial PC Mouse on Amiga
  15411.  
  15412. A full package on how to use a PC mouse on the Amiga.  Not only a
  15413. serial mouse driver but also how to rewire a 9-pin Sub-D serial to
  15414. 25-pin Sub-D serial and how to rewire 9-pin Sub-D BUS or 9-pin Mini-Din
  15415. BUS to an Amiga mouse plug. YOU CAN USE ALMOST ANY PC-MOUSE WITH THIS
  15416. ONE!
  15417.  
  15418. Author: Patrick van Beem
  15419. Path: hard/SerMouse-2.21.lha
  15420.  
  15421. ==========
  15422.  
  15423. SpeedRamsey    1.2a    SpeedRamsey, V1.2a, C source
  15424.  
  15425. Sets the skip bit in rev G Ramsey chips.  The skip mode speeds up RAM
  15426. access from five clocks each to four clocks each by skipping the last
  15427. cycle.  Some people call this 60-ns-mode because you need 60 ns DRAM or
  15428. faster to ensure that this works and doesn't crash your Amiga.  Requires
  15429. Rev G Ramsey chip (A4000).
  15430.  
  15431. Author: Holger Lubitz
  15432. Path: hard/SpeedRamsey-1.2a.lha
  15433.  
  15434. ==========
  15435.  
  15436. SummaDriver    2.01    Driver for Summagraphic digitizer tablet
  15437.  
  15438. This Commodity enables you to use the Summagraphic digitizer tablet
  15439. with your Commodore Amiga.  The tablet can be used together with the
  15440. mouse (or without it) as a direct input medium.  Therefore, the
  15441. driver can be used together with (nearly) any software.
  15442.  
  15443. Author: Joop van de Wege
  15444. Path: hard/SummaDriver-2.01.lha
  15445.  
  15446. ==========
  15447.  
  15448. Wacom    1.16    Wacom tablet driver, controls Amigamouse
  15449.  
  15450. This Commodity enables you to use a pressure sensitive digitizer tablet
  15451. from Wacom with your Commodore Amiga.  The tablet can be used together
  15452. with the mouse (or without it) as a direct input medium.  Therefore, the
  15453. driver can be used together with (nearly) any software.  Furthermore the
  15454. (pressure-sensitive) data provided by the tablet can be exported in custom
  15455. applications using a documented software interface.  Now directly supports
  15456. the complete Wacom IV comandset and lets you define your own working area
  15457. on the tablet.  Includes german localization.
  15458.  
  15459. Author: Roland Schwingel
  15460. Path: hard/Wacom-1.16.lha
  15461.  
  15462. ==========
  15463.  
  15464. ZeusSCSI    ?.?    Patch PPI Zeus SCSI version 2.98 driver.
  15465.  
  15466. Some programs that attempt to apply a patch to the Progressive Peripherals
  15467. Incorporated Zeus SCSI driver.  This patch includes a patch to use the
  15468. Wait/Signal mechanism to wait for the completion of SCSI I/O instead of the
  15469. "busy-wait" poll method used by the driver.  (These programs will only
  15470. patch the 2.98 version of the Zeus ROM.)
  15471.  
  15472. Author: Michael L Hitch
  15473. Path: hard/ZeusSCSI.lha
  15474.  
  15475. ==========
  15476.  
  15477. Accrete    1.1    Create random star-systems, with planets
  15478.  
  15479. A program, originally written in Pascal for the Apple ][, that
  15480. generates random star systems based, primarily, on Stephen Dole's
  15481. work, "Habitable Planets for Man".  The output is a text file
  15482. describing the primary attributes of a star and its planets, including
  15483. density, mass, surface temperature and pressure, orbit and rotation
  15484. period and even the boiling point of water on the surface.
  15485.  
  15486. Author: Joe Nowakowski
  15487. Ethan Dicks
  15488. Path: misc/Accrete-1.1.lha
  15489.  
  15490. ==========
  15491.  
  15492. Apple2000    1.3    Premier Apple ][ emulator for the Amiga
  15493.  
  15494. "Apple 2000" is the premier Apple ][ emulator for the Amiga computer.
  15495. At its current level it accurately emulates a 64K Apple ][+, including:
  15496. 6502 CPU; ALL video modes (Text, LoRes, HiRes, Mixed modes, etc); 16k RAM
  15497. card (64k computer); 5¼" disk drive (via disk images); Two button joystick;
  15498. Keyboard; Sound.  The emulation also runs in a completely system friendly
  15499. manner, multitasking properly with other programs.  The two main goals were
  15500. speed and accuracy.  This was accomplished by hand coding the emulator in
  15501. 100% machine language, optimization via instruction cycle analysis, and
  15502. painstaking attention to Apple hardware details.  Requires  Apple ][ ROM
  15503. image &    disk controller ROM image.
  15504.  
  15505. Author: Kevin Kralian
  15506. Path: misc/Apple2000-1.3.lha
  15507.  
  15508. ==========
  15509.  
  15510. ASpringies    1.0    An interactive mass and spring simulator
  15511.  
  15512. ASpringies is a simulator which allows you to interactively create
  15513. and edit a system of masses and springs.  The parameters of the masses
  15514. and springs (such as mass elasticity and spring K) as well as those of
  15515. the surrounding system (such as air viscosity and gravity) can be
  15516. changed.  These systems can be loaded and saved into a file.
  15517.  
  15518.   I guess you could use ASpringies for real work, but it's really
  15519. intended to be a time waster.
  15520.  
  15521. Author: Torsten Klein
  15522. Path: misc/ASpringies-1.0.lha
  15523.  
  15524. ==========
  15525.  
  15526. CardApp    1.0b    Reads/Writes PCMCIA cards on an Amiga
  15527.  
  15528. CardApp is an integrated application which provides similar functionality to
  15529. the CLI programs CardList, CardAdd and CardAll.  It uses the AppIcon and
  15530. AppMenuItem features of Workbench 2.0 (and above) to provide a simple,
  15531. easy-to-use interface.
  15532.  
  15533. CardApp, CardList, CardAdd and CardAll were written to enable PCMCIA cards
  15534. from the Amstrad Notepad series (NC100, NC150 and NC200) to be read and
  15535. written on a suitably equipped Amiga (i.e., one with a PCMCIA card slot,
  15536. currently just the A600 and A1200).
  15537.  
  15538. Author: Jason R. Hulance
  15539. Path: misc/Card-1.0b.lha
  15540.  
  15541. ==========
  15542.  
  15543. ChemBalance    3.0    Balance chemical equations
  15544.  
  15545. An ARexx script to balance unbalanced chemical equations.  With
  15546. ChemBalance in ram, enter "rx ram:ChemBalance" from a CLI or Shell
  15547. window.  A prompt should appear from which you can enter an unbalanced 
  15548. chemical equation for ChemBalance to try to balance.  This version allows
  15549. for multiple generalized hydrations.
  15550.  
  15551. Author: Patrick Reany
  15552. Path: misc/ChemBalance-3.0.lha
  15553.  
  15554. ==========
  15555.  
  15556. cP    4.3    Data plotting program for 2D data
  15557.  
  15558. A data plotting program capable of plotting two dimensional data in both
  15559. linear or log space.  The program runs from either the CLI or Workbench.
  15560. There is no limit to the number of points that the program can load except
  15561. the amount of ram on your system.  There is also no limit to the number of
  15562. sets.  cP creates a public screen, so you can open other applications on
  15563. its' screen.  This version of cP also sports an AREXX interface for almost
  15564. any function.
  15565.  
  15566. Author: Chris Conger
  15567. Path: misc/cP-4.3.lha
  15568.  
  15569. ==========
  15570.  
  15571. CP101A    1.01A    Attempts to diagnose illness & injury
  15572.  
  15573. Cybernetic Physician is an artificial intelligence expert system, with
  15574. inference engine and medical knowledge base.  Intended for home use,
  15575. and using non-technical terms, this program attempts to diagnose illness
  15576. and injury by the user's responses to simple questions.  "Not intended to
  15577. replace the services of a qualified physician."  This is a full working
  15578. shareware evaluation version, with a small, but useful subset of the
  15579. entire knowledge base.
  15580.  
  15581. Author: Satori Publishing
  15582. Path: misc/CP101A-1.01A.lha
  15583.  
  15584. ==========
  15585.  
  15586. CPK    2.5    Molecular renderer & manipulation prog.
  15587.  
  15588. Program renders spacefilling, wireframe and ball and stick representations
  15589. of molecules in the standard molecule format provided by the Brookhaven
  15590. Protein Databank.  The program features a complete ARexx command set,
  15591. interactive molecule manipulation capabilities  and provides an 
  15592. interface to the popular ray tracing program POV-Ray.  This
  15593. allows the user to generate high quality ray traced renderings of 
  15594. molecules as well.
  15595.  
  15596. Author: Eric G. Suchanek, Ph.D.
  15597. Path: misc/cpk-2.5.lha
  15598.  
  15599. ==========
  15600.  
  15601. DDLI    3.41    A personality indicator like the MBTI
  15602.  
  15603. The DDLI asks you a series of multiple choice questions in order to
  15604. determine your psychological type (life pattern).  It measures for the same
  15605. sixteen psychological types as the Myers-Briggs Type Indicator (MBTI) does:
  15606. ENFJ, ENFP, ENTJ, ENTP, ESFJ, ESFP, ESTJ, ESTP, INFJ, INFP, INTJ, INTP,
  15607. ISFJ, ISFP, ISTJ, ISTP.  These are based on four sets of preferences:
  15608. Extraversion vs. Introversion, iNtuition vs. Sensing, Feeling vs. Thinking,
  15609. and Judging vs. Perceiving.  The DDLI has many features that make it easy
  15610. to use: It lets you change your answers; It lets you save your answers and
  15611. resume later; It lets you skip questions and get back to them; And it
  15612. tabulates all the results for you. It also has feautures that the MBTI
  15613. doesn't have: It asks you to rank each of your answers; And It asks
  15614. questions that measure for preferences that the MBTI doesn't directly
  15615. measure for.
  15616.  
  15617. Author: Fergus Duniho
  15618. Path: misc/DDLI-3.41.lha
  15619.  
  15620. ==========
  15621.  
  15622. Dinosaurs    2.0    Demo introduction to dinosaurs.
  15623.  
  15624. With lots of hi-res graphics, this demo version introduces you to all type
  15625. of dinosaurs from different gealogical time periods.  Give recreation,
  15626. skeletal view, geographic locations, taxonomic information and general
  15627. descriptions.
  15628.  
  15629. Author: Bob Burdett
  15630. Path: misc/Dinosaurs-2.0.lha
  15631.  
  15632. ==========
  15633.  
  15634. DQua    1.2    A simple quadratic equation solver
  15635.  
  15636. A simple quadratic equation solver
  15637.  
  15638. Author: Lee Kindness
  15639. Path: misc/DQua-1.2.lha
  15640.  
  15641. ==========
  15642.  
  15643. FastPlot    1.00    A Modula-2 callable plot library.
  15644.  
  15645. A fast Modula-2 plotting library which produces bar charts, linear, curved,
  15646. scatter, logarithmic, and semi-log plots.  Any number of plots can be shown
  15647. on a custom screen with up to 32 colours.  Automatic x- and y-axis labels,
  15648. grids, local minima/maxima labelling, and an information box.
  15649.  
  15650. Author: Michael Griebling
  15651. Path: misc/FastPlot-1.00.lha
  15652.  
  15653. ==========
  15654.  
  15655. GFFT    1.12    FFT spectrum analysis of sample files
  15656.  
  15657. GFFT is an FFT-based spectrum analysis program with many features.  By
  15658. operating from stored sample data files, it offers higher resolution
  15659. and/or accuracy than real-time analyzers.  It accepts 8, 12, or 16-bit
  15660. data in in IFF 8SVX, AIFF, and AVR formats, or in unformatted files,
  15661. and can accept data points entered through a console in floating
  15662. point.\n
  15663.  
  15664. GFFT can be operated from either a Workbench GUI or from a CLI in
  15665. interactive or batch modes.  It has built-in help facilities for all
  15666. operating modes with a 170+ Kb help file.\n
  15667.  
  15668. GFFT can produce high quality spectrum plots on screen, plotter, or
  15669. printer, or save to Postscript or TeX files, or output spectral data
  15670. in text form to a console or file.  (GNUPLOT, a separate program by
  15671. other authors, is required for plotting features.  GFFT is designed to
  15672. invoke and control GNUPLOT automatically.)  It can plot in 2D
  15673. (Amplitude vs Frequency), or 3D (Amplitude vs Frequency vs Time).  It
  15674. allows the selection of logarithmic X and/or Y axes, the dB scaling of
  15675. X, and arbitrary 3D rotation.  GFFT can show multiple spectra in the
  15676. same plot, or append spectral data bands from earlier sessions.\n
  15677.  
  15678. GFFT provides 8 selectable FFT window types, including Blackman-Harris
  15679. 92 dB.  It can apply a special weighting for pink noise testing.
  15680. Smoothing, calibration, ranging, and quantization are also available.
  15681. There are no arbitrary limits to the number of frequency bins or
  15682. smoothing points, or to the length of data which can be analyzed.
  15683.  
  15684. Author: Charles P. Peterson
  15685. Path: misc/GFFT-1.12.lha
  15686.  
  15687. ==========
  15688.  
  15689. GraviSimu    1.1    Excellent Gravity Simulation Package
  15690.  
  15691. With this software you can simulate the behavior of different bodies
  15692. with different specs (masses etc.) like planets. Examples included.
  15693. German version only. Translations welcome.
  15694.  
  15695. Author: Thies Wellpott
  15696. Path: misc/GraviSimu-1.1.lha
  15697.  
  15698. ==========
  15699.  
  15700. Grocery    1.7    Create, sort, print grocery lists
  15701.  
  15702. Grocery will allow you to put together grocery lists and have them sorted
  15703. by aisle of the store.  Then you can print it and speed up your shopping
  15704. trip.  It holds data for foods found as well as your favorite meals.
  15705.  
  15706. Author: Brian Gragg
  15707. Path: misc/Grocery-1.7.lha
  15708.  
  15709. ==========
  15710.  
  15711. Makers    1.5    Bio sketches of famous mathematicians
  15712.  
  15713. This program contains brief biographical sketches of famous mathematicians
  15714. in book form. In particular, it is a Hyperbook application and is
  15715. self-contained. The HBBrowser program is included so no additional files are
  15716. required to run the application.
  15717.  
  15718. Author: Carmen Artino
  15719. Path: misc/Makers-1.5.lha
  15720.  
  15721. ==========
  15722.  
  15723. MathPlot    2.14    A function plotter with lin/log support
  15724.  
  15725. A function plotter with lin/log plot, a complete KS 2.0 interface,
  15726. and ARexx support.  Needs Kickstart/WorkBench 2.0 and mtool.library
  15727. (included).
  15728.  
  15729. Author: Rüdiger Dreier
  15730. Path: misc/MathPlot-2.14.lha
  15731.  
  15732. ==========
  15733.  
  15734. MathScript    2.0    Mathematical Formula Editor
  15735.  
  15736. MathScript is a formula editor, which is used to integrate mathematical
  15737. formulas into word processors or DTP programs.  It has an extensive amount
  15738. of mathematical and physical symbols and many control codes for creating
  15739. fractions, roots, exponents...  Although MathScript has no WYSIWYG, the
  15740. look of a formula can be seen immediately by its new preview feature.
  15741. It saves its formulas as graphics files which are then loaded
  15742. into word processors.  Available formats: EPS, Binary EPS, IFF, TIFF.
  15743. Its ARexx port can automate this procedure (scripts for FinalWriter
  15744. are included).  It supports multiple languages: english, deutsch,
  15745. francais, svenska, suomi
  15746.  
  15747. Author: Simon Ihmig
  15748. Path: misc/MathScript-2.0.lha
  15749.  
  15750. ==========
  15751.  
  15752. MN3A    1.2    An antenna design program
  15753.  
  15754. An antenna design program used to calculate currents, impedance,
  15755. and fields of wire antennas.  The wires may contain lumped-constant
  15756. loads.  Environment may be free space or various groundtypes.  SWR
  15757. may be plotted and the number of wires and segments is now limited
  15758. only by available RAM.  Binary only.
  15759.  
  15760. Author: Jim Martin
  15761. Path: misc/MN3A-1.2.lha
  15762.  
  15763. ==========
  15764.  
  15765. MULTI-PRED    1.1    Lotto, pools, horse race prediction tool
  15766.  
  15767. Demo version of a powerful prediction tool for LOTTO, POOLS, SWEEP,
  15768. DIGIT (eg 4d) and HORSE (races) systems available worldwide.  The
  15769. program uses an identical framework for all five systems but they
  15770. are run completely individually so that any number of them can
  15771. be used simultaneously.  All records, updates, predictions, bets
  15772. and results are stored separately and can be saved to disk or sent
  15773. to the printer at any time.
  15774.  
  15775. Author: Joe Taylor
  15776. Path: misc/multi-pred-demo-1.1.lha
  15777.  
  15778. ==========
  15779.  
  15780. Multiplot    XLN-S 1.01    Intuitive data plotting program
  15781.  
  15782. Multiplot XLN is a fully intuitive data plotting program. It plots
  15783. data points as (x,y) co-ordinates with or without x or y error
  15784. bars. It can plot an unlimited number of sets with any number of data
  15785. points using colour, line type, line weight, point shape and point
  15786. size to represent the different sets. A set may be joined by a line or
  15787. plotted as discrete points. Data may be impulse plotted, scatter
  15788. plotted, or shown as a histogram or step graph. Additions to the data
  15789. may be made in the form of lines of best fit (logarithmic,
  15790. exponential, linear and polynomial) and data smoothing utilising
  15791. modified open b-splines or averaging filtration.
  15792.  
  15793. The input file for Multiplot is a simple textfile and my be created
  15794. in any ASCII text editor or saved from any spreadsheet. Multiplot
  15795. supports the clipboard, and data input may be achieved solely through
  15796. it. Multiplot has a full ARexx interface which provides potential for
  15797. a wide variety of data manipulations including statistical analysis.
  15798. Output may be in any of the following formats: IntroCAD, Draw, mCAD,
  15799. IFF, Revised Hewlett-Packard Graphics Language (HPGL/2), Encapsulated
  15800. Postscript (EPSF) or Postscript. The graph can be printed to any
  15801. workbench printer by transparent use of the PLT: device. Multiplot
  15802. directly supports the HP LaserJet III and Postscript laser printers
  15803. such as the Apple Laser printer.
  15804.  
  15805. Author: Alan G Baxter
  15806. Path: misc/Multiplot-XLN-S1.01.lha
  15807.  
  15808. ==========
  15809.  
  15810. OPlot    1.99b    Full-Features function plotter
  15811.  
  15812.  
  15813.  OPlot is the strongest Amiga-2D-Plot-Program producing
  15814.  professional diagrams.
  15815.  
  15816.  Features:
  15817.  
  15818.        *PLOTTING        
  15819.          -function plots y=f(x)
  15820.          -parametrical plots y=f(x,t);x=f(t)
  15821.          -data plots
  15822.        *DATA-CONTOURING
  15823.          -cubic splines
  15824.          -basic splines
  15825.        *COORDINATES
  15826.          -cartesian
  15827.          -polar
  15828.        *OUTPUT
  15829.          -Screens (every Resolution and NUMBER you want)
  15830.          -WB-Printer
  15831.        *EXPORT
  15832.          -ProDraw-Genies 
  15833.          -LaTeX
  15834.          -HPGL
  15835.          -ILBM
  15836.        *GRAFIX
  15837.          -lines (free thickness)
  15838.          -points (12 kinds)
  15839.          -bars
  15840.        *FREE SCALABLE,  ROTATABLE NICE-LOOKING FONT
  15841.        *AXIS
  15842.          -Log-Scale
  15843.          -Grid
  15844.        *DOUBLE PRECISION
  15845.        *ONLINE CALCULATOR
  15846.        *LINEAR REGRESSION
  15847.        *ONLINE HELP
  15848.        *AND MANY MORE
  15849.  
  15850. Author: Andreas Maschke
  15851. Path: misc/OPlot-1.99b.lha
  15852.  
  15853. ==========
  15854.  
  15855. OurSolarSys    ?.?    A small guide to the Milky Way.
  15856.  
  15857. Using the HELM multimedia authoring software package from Eagle Tree
  15858. Software, this "book" is a small guide to our solar system "The Milky Way".
  15859. It contains facts, pictures, and commentary about each planet.  The
  15860. information used in this "book" was provided by "The Planetary Society" a
  15861. nonprofit,tax-exempt membership organization dedicated to the exploration
  15862. of the solar system.
  15863.  
  15864. Author: Joe Korczynsk
  15865. ABCUG User Group
  15866. Path: misc/OurSolarSys.lha
  15867.  
  15868. ==========
  15869.  
  15870. PowerCalc    1.51    Optimized WB 2D graphing calculator
  15871.  
  15872. A workbench 2D graphing calculator optimized for 68040 systems.  It
  15873. basically graphs functions of the form y=f(x).  The program features
  15874. grab and drag type realtime scrolling, just click with the left mousebutton
  15875. on the graph paper and drag the page around to view different areas of the
  15876. graph.
  15877.  
  15878. Author: Roger Uzun
  15879. Path: misc/PowerCalc-1.51.lha
  15880.  
  15881. ==========
  15882.  
  15883. SatTrack    4.2    Full-featured Satellite tracking program
  15884.  
  15885. SatTrack is a full-featured Satellite tracking program which uses 
  15886. mathematical formulas developed a hundred years ago.  The program 
  15887. provides the ability to enter the numerical information needed to 
  15888. track any satellite that orbits the Earth.  SatTrack can read both 
  15889. standards of satellite input format, as well as allowing for entering 
  15890. and modifying the information interactively.  SatTrack allows for 
  15891. multiple databases, each with a capacity of 300 satellites.
  15892.  
  15893. Author: Randy Stackhouse
  15894. Path: misc/SatTrack-4.2.lha
  15895.  
  15896. ==========
  15897.  
  15898. smiley    4    Generate/Explain smileys, like  :-)
  15899.  
  15900. Nice Program of David W.Sanderson.  Described in his
  15901. book "Smileys".  Compiled with gcc by Michael Zielinski.
  15902.  
  15903. Author: David W.Sanderson
  15904. Michael Zielinski
  15905. Path: misc/Smiley-4.lha
  15906.  
  15907. ==========
  15908.  
  15909. Splines    1.1    SAS/C 6.5x port of spline program.
  15910.  
  15911. This is a port to SAS/C6.5x of a spline program original issued
  15912. on Fish Disk 97 by Helene (Lee) Taran.
  15913.  
  15914. start-quote (from README.ORIGINAL):-
  15915.  
  15916.     This program demonstrates various curve fitting and rendering
  15917.     techniques. The user chooses a sequence of points and a curve
  15918.     type, and the program generates and displays the appropriate
  15919.     curve.  A simple <..well...it looks simple> interface allows
  15920.     the user to add, remove, and relocate points, in addition to
  15921.     selecting a curve type.
  15922.  
  15923.  
  15924.     Historical Note:
  15925.        This program was written for my third assignment in
  15926.        CS248A "Introduction to Computer Graphics" at Stanford.
  15927.  
  15928. end-quote
  15929.  
  15930. Author: Helene (Lee) Taran
  15931. Path: misc/Splines-1.1.lha
  15932.  
  15933. ==========
  15934.  
  15935. TheA64Package    3.01d    A comprehensive Commodore 64 emulator
  15936.  
  15937. A comprehensive emulator/utility package to assist Commodore 64 users
  15938. in upgrading to the Amiga.  This package compares to or surpasses the
  15939. commercially available packages of the same nature.  Many of the
  15940. utilities require a hardware interface that allows the Amiga to access
  15941. C64 peripherals such as disk drives and printers.  The hardware interface
  15942. available from QuesTronix.  Binary only.
  15943.  
  15944. Author: Cliff Dugan, QuesTronix
  15945. Path: misc/TheA64Package-3.01d.lha
  15946.  
  15947. ==========
  15948.  
  15949. TransNib    1.0    Simple parallel data transfer protocol.
  15950.  
  15951. A fast, simple parallel data transfer protocol.  It was designed to make
  15952. linking any type of machine to any other type as easy as possible.  All
  15953. that is required is six 5V I/O lines at each end.  It doesn't matter how
  15954. fast or slow each machine is, as the protocol uses a two-line handshake
  15955. procedure, ensuring the two machines cannot possibly go out of sync.  Any
  15956. two computers supporting the TransNib V1.00 protocol can be linked.  So
  15957. far, front-ends exist for Amiga and the Commodore 64.
  15958.  
  15959. Author: Matt Francis
  15960. Path: misc/TransNib-1.0.lha
  15961.  
  15962. ==========
  15963.  
  15964. Units    1.0    Convert among many units (UNIX `units')
  15965.  
  15966. Gives you conversion factors (or allows you to directly convert by 
  15967. including quantity) between *MANY* different types of units.  You 
  15968. may wish to know for example, how many millimeters are in an 
  15969. astronomical unit (heaven forbid!), or how many meters/second in 
  15970. a furlong/fortnight (ditto!).  Expandable by adding your own unit 
  15971. types to the conversion file (...like there aren't enough already ;)
  15972.  
  15973. Author: Adrian Mariano, modified and compiled by Ron Charlton for Amiga
  15974. Path: misc/Units-1.0.lha
  15975.  
  15976. ==========
  15977.  
  15978. Verbes    1.2    French verb tutorial
  15979.  
  15980. Ensemble Verbes is a program to help students practise and
  15981. master French verbs in the most common tenses of the
  15982. language.  The registered version of Ensemble Verbes
  15983. features over 75 verbs, including -er, -ir, -re, reflexive
  15984. and irregular conjugations; present, compound past,
  15985. imperfect, future, conditional and subjunctive present
  15986. tenses plus the present participle; and full online,
  15987. context-sensitive help via AmigaGuide.  This version of
  15988. the program includes all the -er verbs and two of the
  15989. tenses from the registered version.
  15990. Users can also obtain The French Student's Dictionary &
  15991. Guide, a 150-page, 5500-entry French/English and English/
  15992. French reference.  Registered users can get this at a
  15993. (very!) reduced cost.
  15994.  
  15995. Author: Peter Janes
  15996. Path: misc/Verbes-1.2.lha
  15997.  
  15998. ==========
  15999.  
  16000. Z80    0.99b    Zilog Z80 CPU emulator in m68k assembly.
  16001.  
  16002. Zilog Z80 CPU emulator package for the Motorola M68000 family.  It is coded
  16003. entirely in 680x0 assembler, and is probably the fastest existing Z80
  16004. emulator for this processor family, while retaining complete generality.
  16005. It was developed on an Amiga, but should be possible to use on any
  16006. 680x0-based computer without any modifications.
  16007.  
  16008. Author: Richard Carlsson
  16009. Path: misc/Z80-0.99b.lha
  16010.  
  16011. ==========
  16012.  
  16013. TYPmod    ?.?    Octamed module
  16014.  
  16015. A great octamed module, with a heavy quota of the sax.
  16016.  
  16017. Author: Tom Pettigrew
  16018. Path: mods/TYPmod.lha
  16019.  
  16020. ==========
  16021.  
  16022. CDTV-Player    2.31    Plays audio CD's while multitasking
  16023.  
  16024. A utility for all those people, who'd like to play Audio CD's while
  16025. multitasking on WorkBench.  It's an emulation of CDTV's remote
  16026. control, but is a little more sophisticated.  Allows access to the
  16027. archive even without a CDROM drive (i.e. AMIGA 500-4000), although you
  16028. can't play a CD.  Program and KARAOKE (live on-screen) included.
  16029. Recognizes CDs automatically.  Works on all CDTVs, AMIGA CD 32 and all
  16030. CD ROM emulating the cdtv.device or cd.device.
  16031.  
  16032. Author: Daniel Amor
  16033. Path: mus/CDTV-Player-2.31.lha
  16034.  
  16035. ==========
  16036.  
  16037. DASModPlayer    1.61    Module player for ProTracker/NT modules.
  16038.  
  16039. A module player for ProTracker/NT modules.  Lots of features including:
  16040. XPK, Powerpacker, and LHA support (In theory, all external archivers
  16041. supported, zip, zoo, shrink, etc.); Commodity with AppIcon, AppWindow and
  16042. ToolType support; Configuration, Keyboard shortcut, Screen Jumping, and
  16043. ARexx support; Auto detach from the CLI.
  16044.  
  16045. Author: Pauli Porkka
  16046. Path: mus/DASModPlay-1.61.lha
  16047.  
  16048. ==========
  16049.  
  16050. DeliTracker    2.07    Flexible soundplayer for many formats
  16051.  
  16052. A highly flexible soundplayer which supports many sound formats.  The
  16053. replay routines for the common formats ProTracker, NoiseTracker,
  16054. SoundTracker 15 and 31 inst. and StarTrekker without AM sounds, are
  16055. built within DeliTracker.  Additional players can be loaded from disk.
  16056. DeliTracker is NOT a Sampler, Digitizer, MIDI sequencer nor a song
  16057. editor.  It is only meant to play music modules in a very comfortable
  16058. way.  Here are some reasons for using DeliTracker: System friendly and
  16059. multitasks happily; Highly expandable due to modular concept; Allocates
  16060. the sound channels; Supports xpkmaster.library for decrunching; Correct
  16061. play speed in PAL/NTSC (uses timerdevice); Works well with serial.device;
  16062. Modulelists; ARexx; PubScreen support; Hotkey (Commodity); Appwindow,
  16063. modules can be played by simply dropping the module icon (or even a hole
  16064. directory) into the mainwindow; Written in 100% Assembler. Binary only.
  16065.  
  16066. Author: Peter Kunath, Frank Riffel
  16067. Path: mus/DeliTracker-2.07.lha
  16068.  
  16069. ==========
  16070.  
  16071. DSound    1.50    Play 8SVX samples off hard drive.
  16072.  
  16073. DSound is an 8SVX sound sample player that plays samples
  16074. directly off a hard drive, without having to load an entire
  16075. sample into memory first, making it possible to play samples
  16076. of any length even under limited memory conditions. This
  16077. version fixes some bugs and adds a display to the DSound
  16078. window that shows the length of the sample and the amount
  16079. played so far, both in minutes::seconds format.
  16080.  
  16081. Author: Dave Schreiber
  16082. Path: mus/DSound-1.50.lha
  16083.  
  16084. ==========
  16085.  
  16086. HD_Frequency    38.076    Record sound samples to hard drive
  16087.  
  16088. Release 2 of a harddisk recording system for 8 bit samplers.  Many new
  16089. brilliant features, new modular GUI conception.  Improved FourTrack cpu
  16090. replay routine (68030+) for best results.  Replay now works >30 kHz.
  16091. 68020+ specific versions included.  Binary only
  16092.  
  16093. Author: Michael Bock
  16094. Path: mus/HD_Frequency-38.076.lha
  16095.  
  16096. ==========
  16097.  
  16098. JukeBox    2.83    GUI-based audio CDROM disk player
  16099.  
  16100. A program to play compact digitial audio discs by emulating
  16101. a graphical user interface similar to common CD players. Supports
  16102. various vendor's SCSI-CDROM-player, CDTV and A570. It provides a
  16103. command line oriented, fully programmable ARexx user interface,
  16104. as well.
  16105.  
  16106. Author: Franz-Josef Reichert
  16107. Path: mus/JukeBox-2.83.lha
  16108.  
  16109. ==========
  16110.  
  16111. MEDUtils    1.0    Set of programs for MED modules
  16112.  
  16113. Set of programs for working with MED modules.  Includes utilites for 
  16114. playing, ripping, and allocating, and wipeing MED modules.
  16115.  
  16116. Author: Ben Hutchings
  16117. Path: mus/MEDUtils-1.0.lha
  16118.  
  16119. ==========
  16120.  
  16121. ModUtils    ?.?    Group of programs for working with Mods
  16122.  
  16123. Group of programs for working with Mods.  Includes utilities for
  16124. playing, allocating, ripping, and wipeing Mods.
  16125.  
  16126. Author: Ben Hutchings
  16127. Path: mus/ModUtils.lha
  16128.  
  16129. ==========
  16130.  
  16131. MPMaster    2.0    Transmit/Receive MIDI samples
  16132.  
  16133. A useful MIDI program that enables to transmit/receive samples via MIDI
  16134. between the Amiga and any MIDI device that supports the MIDI Sample Dump
  16135. Standard format (such the Yamaha SY85 synthesizer).  It has a WorkBench
  16136. interface, can play samples and all settings of the sample can be modified
  16137. before transmission.  Includes a diagram to build a very small MIDI
  16138. interface.  Distributed in two languages: English and Spanish.  Binary
  16139. only.
  16140.  
  16141. Author: Antonio J. Pomar Rosselló
  16142. Path: mus/MPMaster-2.0.lha
  16143.  
  16144. ==========
  16145.  
  16146. MusicWeb    1.2    MIDI Processing - Graphic-diagram
  16147.  
  16148. An extensible, interactive, graphic-diagram environment for building
  16149. configurations of elements to manipulate MIDI event streams.  Modules with
  16150. specific functions can be `plugged together' by placing icons in a diagram
  16151. and linking them in the desired configuration; paths may branch and join to
  16152. form a two-dimensional network. This is an early release, with a limited
  16153. set of modules -- including an 8SVX `instrument' -- intended for real-time
  16154. performance.
  16155.  
  16156. Author: Pete Goodeve
  16157. Path: mus/MusicWeb-1.2.lha
  16158.  
  16159. ==========
  16160.  
  16161. OctaMEDPlayer    5.12    Player for songs made with OctaMED
  16162.  
  16163. Standalone player program for playing songs made with OctaMED.  Can load
  16164. sng+samples-format and MMD0/MMD1-modules made with MED V2.10 or later, or
  16165. any version of OctaMED.  Can play standard four channel Amiga songs, MIDI
  16166. songs, 5 to 8 channel OctaMED songs, and multi-modules.  Has a nice 2.0
  16167. look and works fine under 2.0 as well as 1.3.
  16168.  
  16169. Author: Teijo Kinnunen and AMIGANUTS UNITED
  16170. Path: mus/OctaMEDPlayer-5.12.lha
  16171.  
  16172. ==========
  16173.  
  16174. PowerPlayer    4.1    User/System friendly module player
  16175.  
  16176. A very powerful, user friendly and system friendly module player.
  16177. It can handle nearly all module-formats, can read powerpacked &
  16178. xpk-packed modules and comes along with its own powerful cruncher
  16179. that uses the lh.library.  Has a simple to use userinterface and
  16180. an ARexx port, has locale-support and a nice installer script for
  16181. CBM's installer utility.  Binary only.
  16182.  
  16183. Author: Stephan Fuhrmann
  16184. Path: mus/PowerPlayer-4.1.lha
  16185.  
  16186. ==========
  16187.  
  16188. PowerTracker    1.3b    Module replayer with 20+ formats.
  16189.  
  16190. Module-Replayer supporting more than 20 formats.  A music player that goes
  16191. back to the basics.  It supports a wide range of music formats without the
  16192. need for many external libraries and players.  PowerTracker is a complete
  16193. music player in one tidy package!
  16194.  
  16195. Author: Wai Hung Liu
  16196. Path: mus/PowerTracker-1.3b.lha
  16197.  
  16198. ==========
  16199.  
  16200. Pro-Wizard    2.0    Convert many music formats to Protracker
  16201.  
  16202. Pro-Wizard is a multi-converter for Amiga music files packed with tools
  16203. like NoisePacker, ProPacker, ProRunner, and so on...  It converts all
  16204. these weird formats in the standard Protracker format!
  16205. New Features in this V2.0 :
  16206.  - Written in * 100% Assembler *!
  16207.  - User-friendly : mouse / gadgets / menus / keyboard!
  16208.  - XPK-libraries support.
  16209.  - Multi-Select allowed in the Loading requester!!
  16210.  - File-Ripper !!!!!
  16211.  - 12 new formats  ---->  40  recognized formats!
  16212.  - Possibility to enable/disable each format.
  16213.  - Palette requester, Screen Mode requester, Save Prefs.
  16214.  - Graphic User Interface!
  16215.  - Recognition help inside the program (VIEW function)!
  16216.  - Iconify function!
  16217.  
  16218. Author: Nicolas "Gryzor" FRANCK
  16219. Path: mus/Pro-Wizard-2.0.lha
  16220.  
  16221. ==========
  16222.  
  16223. PTPrefs    1.03    Changes look of various players
  16224.  
  16225. This little tool lets to change the pictur,pointer and font of
  16226. most Protrackers,Soundtrackers,Noisetrackers,Startrekkers,...
  16227.  
  16228. It converts the stuff that your trackers uses to standart IFF
  16229. pictures,which can then be edited by your favourite painting program.
  16230. If the pictures fits your personal taste,you can put them back
  16231. into the tracker.The next time you start that program,it will use
  16232. that stuff that you have patched in.
  16233.  
  16234. Author: MNT
  16235. Path: mus/PTPrefs-1.03.lha
  16236.  
  16237. ==========
  16238.  
  16239. SoundMachine    1.5    Loads,saves, & plays various sound files
  16240.  
  16241. Allows you to load, save, and play various sound file formats
  16242. including RAW, IFF, VOC, and WAV.  Two versions are included:
  16243. one with an Intuition interface and a smaller CLI version.
  16244. Very useful for those who frequent BBS's and have access to
  16245. these type of sound files.  New version supports stereo WAV,
  16246. and 16-bit files and more configurability.
  16247.  
  16248. Author: Syd L Bolton, Legendary Design Technologies
  16249. Path: mus/SoundMachine-1.5.lha
  16250.  
  16251. ==========
  16252.  
  16253. Amiga_Speaker_Design    1.00    Program to design speaker enclosures
  16254.  
  16255. Program to design vented or sealed speaker enclosures.
  16256.  
  16257. Author: Dennis Williams
  16258. Path: mus/Speaker_Design-1.00.lha
  16259.  
  16260. ==========
  16261.  
  16262. 1701Dshuttle        Picture of a shuttle and the NCC-1701D.
  16263.  
  16264. This picture of the Shuttle of the NCC-1701D was rendered on my
  16265. A4000/40 25MHz in 199 Min.  I found the models of the Shuttle and the
  16266. NCC-1701D somewhere in the net thanx to the authors.
  16267.  
  16268. Author: Markus Lamers
  16269. Path: pix/1701Dshuttle.lha
  16270.  
  16271. ==========
  16272.  
  16273. 24BitComix    ?.?    Set of comics by Bill Graham
  16274.  
  16275. Set of comics by Bill Graham
  16276.  
  16277. Author: Bill Graham
  16278. Path: pix/24BitComix.lha
  16279.  
  16280. ==========
  16281.  
  16282. ABC-Patterns    1.2    Backdrop patterns + Construction kit
  16283.  
  16284. ABC-PATTERNS is a pattern-collection for the Amiga Workbench.
  16285. NEW: Now ABC-PATTERNS is a Construction Kit!!!
  16286.  
  16287. There are 36 patterns in this collection, which are designed
  16288. for an 8-color Workbench Screen. The colors should be similar
  16289. to those of MagicWB (© 1993 by Martin Huttenloher).
  16290.  
  16291. AmigaGuide(TM) documentation is included.
  16292.  
  16293. Author: Dietmar Knoll
  16294. Path: pix/ABC-Patterns-1.2.lha
  16295.  
  16296. ==========
  16297.  
  16298. Apache    ?.?    Rendered picture of an Apache helicopter
  16299.  
  16300. This Apache alike helicopter was rendered on Real3D v2.48.
  16301. Rendering time on A4000/040 was about 3.5 hours.
  16302. Background picture was done on Vista Pro.
  16303.  
  16304. You may spread this picture freely, only if this info file is included.
  16305.  
  16306. Author: Henri Blåfield
  16307. Path: pix/Apache.lha
  16308.  
  16309. ==========
  16310.  
  16311. Asm93_gfx    ?.?    Various pics from Asm93 gfx compo.
  16312.  
  16313. Various pics from Asm93 gfx compo.
  16314.  
  16315. Author: Various
  16316. Path: pix/Asm93_gfx.lha
  16317.  
  16318. ==========
  16319.  
  16320. Baldwin    ?.?    Aladdin 4D raytrace, Baldwin grand piano
  16321.  
  16322. This is a render I did while learning to use Aladdin 4D - I mostly
  16323. wanted an image in which i could experiment with lense flare.  This is,
  16324. accordingly, a fairly simple image, with a grand piano sitting in the
  16325. middle of a featureless expanse of wooden floor.  There are two versions
  16326. included, a 1280x1024x24 JPEG version and an 800x600 HAM8 version.
  16327.  
  16328. Author: Steve Koren
  16329. Path: pix/Baldwin.lha
  16330.  
  16331. ==========
  16332.  
  16333. BatWormSolo    ?.?    640x413x24 JPEG picture by Bill Graham
  16334.  
  16335. A 640x413x24 JPEG picture of a "Bat Worm", by Bill Graham.
  16336.  
  16337. Author: Bill Graham
  16338. Path: pix/BatWormSolo.lha
  16339.  
  16340. ==========
  16341.  
  16342. Bent    ?.?    An insane Imagine/Mathvision rendering.
  16343.  
  16344. An insane Imagine and Mathvision rendering by Bill Graham, in jpeg format.
  16345.  
  16346. Author: Bill Graham
  16347. Path: pix/Bent.lha
  16348.  
  16349. ==========
  16350.  
  16351. BillsLounge    ?.?    A rendering of a bizarre bar scene.
  16352.  
  16353. It's been said that every man would like to own his own
  16354. bar. Well, here is Bill's, as a jpeg image.
  16355.  
  16356. Author: Bill Graham
  16357. Path: pix/BillsLounge.lha
  16358.  
  16359. ==========
  16360.  
  16361. BitART-City    ?.?    Rendered scene of a future city.
  16362.  
  16363. This archive includes a rendered scene of a 'strange' looking Future
  16364. City.  In this picture we tried to do something different to normal
  16365. logo presentations. So this is the result.  It was done with the
  16366. Raytracing Program "Reflections 2.0" and with Opal Paint on an Amiga
  16367. 3000/25.  This picture was entirely created by BitART DESIGN
  16368. Productions and can by freely distributed as far as no changes are
  16369. made.  It is not allowed to make any profit using this image!
  16370.  
  16371. Author: Armin Kleinschmidt
  16372. Path: pix/BitART-City.jpg.lha
  16373.  
  16374. ==========
  16375.  
  16376. BitART-Toys    ?.?    Rendered scene of a children's room
  16377.  
  16378. This picture shows a rendered scene of a children's room.  It was done
  16379. with the Raytracing Program "Reflections 2.0" and with Opal Paint on
  16380. an Amiga 3000/25.  This picture was entirely created by BitART DESIGN
  16381. Productions (further Code Factory Design) and can by freely
  16382. distributed as far as no changes are made.  It is not allowed to make
  16383. any profit using this image!
  16384.  
  16385. Author: Armin Kleinschmidt
  16386. Path: pix/BitART-Toys.jpg.lha
  16387.  
  16388. ==========
  16389.  
  16390. BlueSeaDream    ?.?    727 frame 211x265x6 anim by Bill Graham.
  16391.  
  16392. A 727 frame 211x265x6 animation by Bill Graham.
  16393.  
  16394. Author: Bill Graham
  16395. Path: pix/BlueSeaDream.lha
  16396.  
  16397. ==========
  16398.  
  16399. BootPics    ?.?    Some nice pictures for bootpic/backdrop
  16400.  
  16401. These four pictures are the first of a possible series of pictures
  16402. intended to be used in conjunction with "BootPic" or any other utility
  16403. which displays a picture during the startup sequence.
  16404.  
  16405. Author: Christian Hayden
  16406. Path: pix/BootPics.lha
  16407.  
  16408. ==========
  16409.  
  16410. BumpyPots    ?.?    Rendered picture of 3 Bumpy Pots
  16411.  
  16412. This is an image I orignaly created some time ago.  However I pulled it
  16413. out of the wood work and rerendered it after making a few minor changes.
  16414.  
  16415. The Image was created on a Commodore Amiga 4000/040, using Impluse's
  16416. Imagine V2.9 rendering software.
  16417.  
  16418. It was generated as a 1280x1024 24bit IFF image and scaled down to a
  16419. 1024x768 JPEG image.  It took 4 hours to raytrace.
  16420.  
  16421. Author: Alexander Craig
  16422. Path: pix/BumpyPots.lha
  16423.  
  16424. ==========
  16425.  
  16426. Butterfly    ?.?    Butterfly
  16427.  
  16428. A 3D Imagine trace of an electronic butterfly.
  16429.  
  16430. Author: Chris Short
  16431. Path: pix/ButterFly.lha
  16432.  
  16433. ==========
  16434.  
  16435. cam    ?.?    640x512x24 JPEG raytrace using Imagine 2
  16436.  
  16437.  
  16438. This picture was made with Imagine 2.0 for illustrating the stand of
  16439. BUGSS (French Amiga Users Club) at the ATACOM'93 exhibition.  There
  16440. are my first real pictures with Imagine.  I have made this one for the
  16441. CAM Collection.  I use Icoons to build the leave.
  16442.  
  16443. There are common objects in the 3 pictures :
  16444.  
  16445. - The ground, mirrored checker.
  16446. - The base of the main object, mirrored blue.
  16447. - The 2 mirrors doing 135° angle
  16448. - The same sky (extracted from TSiWF 3D Collection)
  16449.  
  16450. Here, the leave is mirrored red.
  16451.  
  16452. It's raytraced picture and the rendering time is 3 hours 
  16453. for a 640x512 Hires Lace 24bit picture on an A3000 16Mhz
  16454.  
  16455. Author: Pascal Rullier
  16456. Path: pix/CAM.jpg.lha
  16457.  
  16458. ==========
  16459.  
  16460. CFD-BladeRunner    ?.?    Rendered scene from Bladerunner movie
  16461.  
  16462. Rendered scene from the movie Bladerunner.
  16463.  
  16464. Author: Armin Kleinschmidt
  16465. Path: pix/CFD-BladeRunner.ham.lha
  16466.  
  16467. ==========
  16468.  
  16469. CFD-BladeRunner    ?.?    Rendered scene from Bladerunner movie
  16470.  
  16471. Rendered scene from the movie Bladerunner.
  16472.  
  16473. Author: Armin Kleinschmidt
  16474. Path: pix/CFD-BladeRunner.jpg.lha
  16475.  
  16476. ==========
  16477.  
  16478. CFD-Fantasy    ?.?    704x566x24 JPEG virtual world scene
  16479.  
  16480. JPEG raytrace (704x566x24) of virtual world scene.
  16481.  
  16482. Author: Armin Kleinschmidt
  16483. Path: pix/CFD-Fantasy.jpg.lha
  16484.  
  16485. ==========
  16486.  
  16487. CFD-ModernRoom    ?.?    704x566x24 JPEG virtual world scene
  16488.  
  16489. JPEG raytrace (704x566x24) of virtual world scene.
  16490.  
  16491. Author: Armin Kleinschmidt
  16492. Path: pix/CFD-ModernRoom.jpg.lha
  16493.  
  16494. ==========
  16495.  
  16496. CFD-ThreeCans    ?.?    352x566x6 HAM raytrace of softdrink cans
  16497.  
  16498. 352x566x6 HAM raytrace of softdrink cans.
  16499.  
  16500. Author: Armin Kleinschmidt
  16501. Path: pix/CFD-ThreeCans.ham.lha
  16502.  
  16503. ==========
  16504.  
  16505. CFD-TwoCans    ?.?    352x566x6 HAM raytrace of softdrink cans
  16506.  
  16507. 352x566x6 HAM raytrace of softdrink cans.
  16508.  
  16509. Author: Armin Kleinschmidt
  16510. Path: pix/CFD-TwoCans.ham.lha
  16511.  
  16512. ==========
  16513.  
  16514. Chamber3    ?.?    An insane Imagine/Mathvision rendering.
  16515.  
  16516. An insane Imagine and Mathvision rendering by Bill Graham, in jpeg format.
  16517.  
  16518. Author: Bill Graham
  16519. Path: pix/Chamber3.lha
  16520.  
  16521. ==========
  16522.  
  16523. Chunli03.jpg    ?.?    Chun Li doing spinning bird kick
  16524.  
  16525. Raytraced JPEG - Chun Li doing spinning bird kick
  16526.  
  16527. Author: Tom Woof
  16528. Path: pix/Chunli03.lha
  16529.  
  16530. ==========
  16531.  
  16532. Cobra.jpg    ?.?    Bell Cobra helicopter over Water
  16533.  
  16534. The Scene shows a Bell Cobra type fighting helicopter over a bump
  16535. mapped, quite realistic Water surface.
  16536.  
  16537.     Pink
  16538.  
  16539. Author: bsieker@techfak.uni-bielefeld.de
  16540. Path: pix/Cobra.lha
  16541.  
  16542. ==========
  16543.  
  16544. ComputerRac    1.0    "Computer Mechanic" Rachel Picture
  16545.  
  16546. A JPEG and 16 colour IFF picture of "Rachel Raccoon"
  16547. trying to fix the problems with Commodore/Amiga
  16548.  
  16549. Author: Les Dietz
  16550. Path: pix/ComputerRac-1.0.lha
  16551.  
  16552. ==========
  16553.  
  16554. CreaTV-Icons    1.0    Icons for MagicWB-styled Workbenches
  16555.  
  16556. A sample bunch of Drive-icons, Dock-icons (usable with
  16557. e.g. Toolmanager or as Tool-icons), default icons for
  16558. use with the whatis.library-package and more.
  16559. These artworks are reflecting the style of the Magic-
  16560. WorkBenchIcons.
  16561.  
  16562. Author: Karsten Böhm
  16563. Path: pix/CreaTV-Icons-1.0.lha
  16564.  
  16565. ==========
  16566.  
  16567. Crygirl.jpg    ?.?    Cyrstal Girl picture by Corinna
  16568.  
  16569. Crystal Girl is a composite of my sister and some art I created 
  16570. independently.
  16571.  
  16572. Author: Corinna Cohn
  16573. Path: pix/crygirl.lha
  16574.  
  16575. ==========
  16576.  
  16577. Cyber_Express    ?.?    746x484x24 cybernetic expressions poster
  16578.  
  16579. This is a poster/flyer I created using Imagine 2.9 with both 2.9 and
  16580. modified Essence Textures.  If features my title, Cybernetic
  16581. Expressions.  746x484x24 IFF, aspect ratio: 6:7
  16582.  
  16583. Author: Jason Koszarsky
  16584. Path: pix/Cyber_Express.iff.lha
  16585.  
  16586. ==========
  16587.  
  16588. PICS3D    ?.?    8 3D pictures for DCTV and Xspecs-3D
  16589.  
  16590. Here's a bunch of 3d pictures made with Caligari 2. To view these
  16591. pictures you must have a DCTV and Xspecs-3D or equivalent LCD glasses.
  16592. Just use your favorite show program and something like the flipglas
  16593. program by Ed Tannenbaum to view them.
  16594.  
  16595. The pictures were created by creating 2 separate images in Caligari
  16596. and then combining them into a single interlaced image with ADpro.
  16597. Included in the archive is an AREXX script that interlaces the two
  16598. images together. It is called f3.adpro so that it can be easily run
  16599. from ADpro. You can rename it to anything you want.
  16600.  
  16601. Making 3d pictures with Caligari is really easy. Just render the same
  16602. scene twice with slightly different camera positions for each
  16603. image. The way that you should move the camera or eye position is to
  16604. select screen mode and lock out y movement and then move the eye to
  16605. the left or right. If you move it to the left then this rendering
  16606. should be the left image. Make sure to save both images with different
  16607. names such as pic.l and pic.r so that you can tell them apart later
  16608. when you load them into ADpro. Be careful to not move the eye position
  16609. too much or the scene will be hard to view with the Xspecs glasses.
  16610.  
  16611. I hope you enjoy the pictures and if you have any comments or
  16612. questions please let me know.
  16613.  
  16614. included pictures:
  16615.  
  16616.   barrel.3d     
  16617.   beethoven.3d 
  16618.   porche.3d
  16619.   ship.3d
  16620.   teapot.3d
  16621.   tracbot.3d
  16622.   tribot.3d
  16623.   zero-gbot.3d
  16624.   
  16625. Some of these picture use lightwave objects or robots from the Antic
  16626. Microbot design pack for Sculpt3d.
  16627.  
  16628. Author: Mike Danielsen
  16629. Path: pix/Danielsen.lha
  16630.  
  16631. ==========
  16632.  
  16633. Delivrance    ?.?    JPEG of raytraced surealistic picture
  16634.  
  16635. This picture was made with Imagine 2.0. The objects are Shareware
  16636. included the body of the woman with her cycle.  Disk is available from
  16637. author for 10 US$ or 20DM, containing 2 objects, 2 Cycles, mappings,
  16638. and ornemental objects such as flowers and a tree.
  16639.  
  16640. Author: Eric Martinez
  16641. Path: pix/Delivrance.jpg.lha
  16642.  
  16643. ==========
  16644.  
  16645. Digiview4_0    ?.?    Ray Traced Picture in HAM8 Format.
  16646.  
  16647. Ray Traced Picture of Digiview Camera
  16648. in HAM8 format.
  16649.  
  16650. Author: jameslan@nbnet.nb.ca
  16651. Path: pix/DigiView.lha
  16652.  
  16653. ==========
  16654.  
  16655. DinoVR.jpg    ?.?    Imagine dinosaur in desert scene
  16656.  
  16657. This is an Imagine 3.0 raytrace of a velociraptor based dinosaur, in
  16658. a desert landscape.
  16659.  
  16660. Author: Andrew Nunn
  16661. Path: pix/DinoVR.lha
  16662.  
  16663. ==========
  16664.  
  16665. earth.jpg    ?.?    Topographic bumpmapped earth
  16666.  
  16667. Shows a sphere color mapped with a topographic map of the earth with
  16668. the usual colors (shades of blue for below Zero, green, yellowish to
  16669. brown for increasing heights) and bump mapped using a greyscale image
  16670. of the same data. To add a little ambience I added a second sphere
  16671. with turbidity to simulate a (way too thick!) atmosphere. This image
  16672. is not meant to look like the earth in space, but I like it anyway.
  16673.  
  16674.     Pink
  16675.  
  16676. Author: bsieker@techfak.uni-bielefeld.de
  16677. Path: pix/Earth.lha
  16678.  
  16679. ==========
  16680.  
  16681. f1    ?.?    948x428x24 JPEG raytrace, formula 1 car
  16682.  
  16683. This is the formula one car I uploaded on january. I finished it
  16684. !... I scanned the logos, mapped them on the car, and finally had pbs
  16685. to render it. (some brushmaps disappeared, and were rendered only
  16686. under a specific angle, and in the detail editor-quickrender...)
  16687.  
  16688. I know, this year, the Williams-Renault has changed. But finding,
  16689. scanning and redrawing the logos is boring and long. (as I don't own a
  16690. scanner, I have to use a mac or a PC) Any suggestion, notes, or any
  16691. object to exchange, e-mail me.
  16692.  
  16693. My configuration:
  16694.     A4000/040 14MB/340+120MB HD Imagine2.9 (waiting for 3.0)
  16695.     and ... 3D computer grafx addicted !!!
  16696.  
  16697. Author: Stanis HUMEZ
  16698. Path: pix/f1.jpg.lha
  16699.  
  16700. ==========
  16701.  
  16702. FishOcean    ?.?    Picture from Stephan Fuhrmann
  16703.  
  16704. Picture from Stephan Fuhrmann
  16705.  
  16706. Author: Stephan Fuhrmann
  16707. Path: pix/FishOcean.lha
  16708.  
  16709. ==========
  16710.  
  16711. FishStuff    ?.?    Collection of Pictures by Pat Fish
  16712.  
  16713. ComputerWarsArt:
  16714.  
  16715. Humorous computer wars IFF pictures & brushes. Hardware and Operating Systems 
  16716. depicted: Amiga, Apple, Atari, IBM, Intel, Mac, MicroSoft Windows, OS/2, PS/2. 
  16717. The Ami CHECKMARK & spinning (color cycling) BOING-ball are also present in 
  16718. this variety-filled collection. Some of the graphics are in the style of Jim
  16719. Sachs or Brad Schenck. The included Computer GraveYard pic has a Halloween
  16720. motif with digitized elements. Suitable for framing or dissection as clip-art
  16721. in your own pro-Amiga demos, games, presentations, newsletters, as long as
  16722. credit is given.  All images except for the Intel and two small Mac pics are
  16723. by Pat Fish.
  16724.  
  16725.  
  16726. UserGroupLogoArt:
  16727.  
  16728. IFF Pictures of Mohawk Valley Amiga User Group-related COLOR CLIP ART. Includes 
  16729. several versions of the Amiga CHECKMARK, and stylized MVAUG and GURU (Greater 
  16730. Utica-Rome Users) logos, with extras like a library-disk brush and 3D extruded 
  16731. Checkmark-GURU symbol. MVAUG logos appear in 3 different styles: One based on 
  16732. the 
  16733. original Amiga typeface (as seen on the 1000 and most brochures); 2 variations 
  16734. modeled on the second official CBM Amiga emblem (sharp blue trapezoid shape
  16735. with tail underline); a 3rd using my original font encompassing the Checkmark
  16736. as two of the letters. Designed to look correct regardless of resolution or 
  16737. aspect ratio. Provided in a variety of sizes and depths to look good on AGA
  16738. machines or even the original A1000. Components of the images and text
  16739. characters can be clipped for custom usage in demos, presentations,
  16740. newsletters, games, etc., as long as credit is given. By Pat Fish.
  16741.  
  16742.  
  16743. FishDrawings:
  16744.  
  16745. A few of my early pics with different themes (mostly IFF format). Two Halloween 
  16746. images with spooky cat (diff resolutions) and pumpkin brushes. A No-Bat pic in 
  16747. GIF format, an early Mets Logo, a stylized blue-shaded graphic-word "FISH",
  16748. rainbow color cycling logo for People for the Ethical Treatment of Animals, a
  16749. Contra-Aid political cartoon originally done on the C64, later colored on 
  16750. Amiga, and two Doodle converted pics from the C=64, one of Mr. Spock, and of 
  16751. my earliest No-Apples logo. By Pat Fish.
  16752.  
  16753. Author: Pat Fish
  16754. Path: pix/FishStuff.lha
  16755.  
  16756. ==========
  16757.  
  16758. FunkyBike    ?.?    704x482x24 raytraced pic of a motorcycle
  16759.  
  16760. This is a 704x482, 24-bit, ray-traced image of a futuristic motorcycle.  It
  16761. was dubbed 'funkybike' by its creator, Ernesto Rodriguez.  He rendered it
  16762. with Imagine 2.0 as part of a project for a graphics course at PSU.  I'm
  16763. posting this as a favour to him since he doesn't have an account of his
  16764. own.
  16765.  
  16766. Author: Ernesto Rodriguez
  16767. Path: pix/FunkyBike.jpg.lha
  16768.  
  16769. ==========
  16770.  
  16771. FutureCity    ?.?    Rendered scene of a Future City
  16772.  
  16773. Rendered scene of a Future City, inspired by Allessandro Saponi's picture
  16774. 'NipponRyori Ten'.
  16775.  
  16776. Author: BitART Design
  16777. Path: pix/FutureCity.lha
  16778.  
  16779. ==========
  16780.  
  16781. glas1        1024x768x24 JPEG rendering by F Maushart
  16782.  
  16783. To give an idea, what this is all about ... :
  16784. At first, this is only the work of an amateur. I'm doing this kind of
  16785. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  16786. perhaps promises way to much. I only choose this word, because it's all
  16787. done with a "computer" and it's totally strange, bizar and the pictures
  16788. are showing nothing real, so I called this "art".
  16789. I showed these pictures a few people during the last months and they liked
  16790. them so much, that they persuaded me to share them with more people.
  16791. I know, the pictures are not really as nice, but I hope that someone
  16792. out there like it too, and will enjoy watching them. If you want to,
  16793. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  16794. I appreciate every response I get.
  16795.  
  16796. Author: Florian Maushart
  16797. Path: pix/glas1.lha
  16798.  
  16799. ==========
  16800.  
  16801. glas2        1024x768x24 JPEG rendering by F Maushart
  16802.  
  16803. To give an idea, what this is all about ... :
  16804. At first, this is only the work of an amateur. I'm doing this kind of
  16805. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  16806. perhaps promises way to much. I only choose this word, because it's all
  16807. done with a "computer" and it's totally strange, bizar and the pictures
  16808. are showing nothing real, so I called this "art".
  16809. I showed these pictures a few people during the last months and they liked
  16810. them so much, that they persuaded me to share them with more people.
  16811. I know, the pictures are not really as nice, but I hope that someone
  16812. out there like it too, and will enjoy watching them. If you want to,
  16813. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  16814. I appreciate every response I get.
  16815.  
  16816. Author: Florian Maushart
  16817. Path: pix/glas2.lha
  16818.  
  16819. ==========
  16820.  
  16821. glas3        1024x768x24 JPEG rendering by F Maushart
  16822.  
  16823. To give an idea, what this is all about ... :
  16824. At first, this is only the work of an amateur. I'm doing this kind of
  16825. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  16826. perhaps promises way to much. I only choose this word, because it's all
  16827. done with a "computer" and it's totally strange, bizar and the pictures
  16828. are showing nothing real, so I called this "art".
  16829. I showed these pictures a few people during the last months and they liked
  16830. them so much, that they persuaded me to share them with more people.
  16831. I know, the pictures are not really as nice, but I hope that someone
  16832. out there like it too, and will enjoy watching them. If you want to,
  16833. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  16834. I appreciate every response I get.
  16835.  
  16836. Author: Florian Maushart
  16837. Path: pix/glas3.lha
  16838.  
  16839. ==========
  16840.  
  16841. GongAGA    ?.?    An animation, with sound, by Bill Graham
  16842.  
  16843. An animation, with sound, by Bill Graham
  16844.  
  16845. Author: Bill Graham
  16846. Path: pix/GongAGA.lha
  16847.  
  16848. ==========
  16849.  
  16850. GongECS    ?.?    An animation, with sound, by Bill Graham
  16851.  
  16852. An animation, with sound, by Bill Graham
  16853.  
  16854. Author: Bill Graham
  16855. Path: pix/GongECS.lha
  16856.  
  16857. ==========
  16858.  
  16859. GreatSASCIcons    ?.?    Great SAS C Icons (MagicWB style)
  16860.  
  16861. A totally cool collection of icons for use with SAS C version 6.5.
  16862. The icons are roughly based off of the icons included with the Sas C pakage.
  16863. Enjoy Everyone. These icons are by the way the *best* (much better then an
  16864. earlier coolection I saw on Aminet which only included the icons for the
  16865. starter_project folder.
  16866.  
  16867. Author: Jody Andrew Garnett
  16868. Path: pix/GreatSASCIcons.lha
  16869.  
  16870. ==========
  16871.  
  16872. HandJiveHAM6    ?.?    202 frame 176x220x6 anim by Bill Graham.
  16873.  
  16874. A 202 frame 176x220x6 animation by Bill Graham.
  16875.  
  16876. Author: Bill Graham
  16877. Path: pix/HandJiveHAM6.lha
  16878.  
  16879. ==========
  16880.  
  16881. HandJiveHAM8    ?.?    202 frame 352x220x8 anim by Bill Graham.
  16882.  
  16883. A 202 frame 352x220x8 animation by Bill Graham.
  16884.  
  16885. Author: Bill Graham
  16886. Path: pix/HandJiveHAM8.lha
  16887.  
  16888. ==========
  16889.  
  16890. Helmet    ?.?    Helmet with a skull wearing it.
  16891.  
  16892. This is a Imagine trace of a very cool looking helmet with a
  16893. slightly neanderthalish skull wearing it. Objects surrounded
  16894. with roses. Essence 1&2 used extensively.
  16895. Comments welcomed...thanks.
  16896.  
  16897. Author: Paul Wehner
  16898. Path: pix/Helmet.lha
  16899.  
  16900. ==========
  16901.  
  16902. hornlife    ?.?    Imagine rendered still-life
  16903.  
  16904. This is a musical/autobiographical rendering.  All objects are by the
  16905. author.
  16906.  
  16907. Author: Robert Dickow
  16908. Path: pix/HornLife.iff.lha
  16909.  
  16910. ==========
  16911.  
  16912. IconPack    1.0    Complete collection of replacement icons
  16913.  
  16914. IconPack is a complete collection of replacement icons
  16915. for Workbench 2 and 3. They are designed to look good
  16916. on a standard four-colour, high resolution, non-
  16917. interlaced screen. They are of the same shape and size
  16918. and use the same colour scheme of gray, black, white
  16919. and blue as the original icons.
  16920. IconPack contains icons for all standard Workbench files,
  16921. plus icons for some popular PD/shareware programs, hard-disk
  16922. related tools, and all usual datafiles (such as pictures,
  16923. textfiles, music etc.)
  16924.  
  16925. IconPack also includes the Iconizer utility to make the
  16926. installation of images from one icon to another as effortless
  16927. as possible. Iconizer changes only the imagery of icons, not
  16928. affecting the tool types, position, etc.
  16929. Source and destination icons can be selected either according to
  16930. a script, or manually with appwindow/file requester support.
  16931. Sporting a font-sensitive, graphical user-interface, Iconizer
  16932. lets you see the new image and the original image side-by-side,
  16933. before the installation, and lets you install or reject icons on
  16934. an icon-by-icon basis.
  16935. A script for Iconizer is provided that installs the icons from
  16936. IconPack to you workbench.
  16937.  
  16938. Author: Tom Ekstr|m (litoek@kielo.uta.fi)
  16939. Path: pix/IconPack-1.0.lha
  16940.  
  16941. ==========
  16942.  
  16943. image1        1024x768x24 JPEG rendering by F Maushart
  16944.  
  16945. To give an idea, what this is all about ... :
  16946. At first, this is only the work of an amateur. I'm doing this kind of
  16947. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  16948. perhaps promises way to much. I only choose this word, because it's all
  16949. done with a "computer" and it's totally strange, bizar and the pictures
  16950. are showing nothing real, so I called this "art".
  16951. I showed these pictures a few people during the last months and they liked
  16952. them so much, that they persuaded me to share them with more people.
  16953. I know, the pictures are not really as nice, but I hope that someone
  16954. out there like it too, and will enjoy watching them. If you want to,
  16955. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  16956. I appreciate every response I get.
  16957.  
  16958. Author: Florian Maushart
  16959. Path: pix/image1.lha
  16960.  
  16961. ==========
  16962.  
  16963. imgnbabe    ?.?    Raytraced image of Manga Babe by Tomwoof
  16964.  
  16965. This took about 1 hour 45 minutes to render on my Amiga 1200/030/40MHz. 
  16966. The sky backdrop was composited after the render and some rough edges were
  16967. smoothed. It's amazing what you can do with Imagine.int and Manga Babes ;)
  16968.  
  16969. Author: Tomwoof
  16970. Path: pix/imgnbabe.lha
  16971.  
  16972. ==========
  16973.  
  16974. im_sun.jpg    ?.?    Nice picture of the sun.
  16975.  
  16976. This is a pic from an animation I was working on a while back.  It uses
  16977. textures from Essence and Imagine converted to image maps for speed.
  16978. 5 Objects in all were used; 1 for the sun itself, 3 for the corona, and
  16979. one for the stars.
  16980.  
  16981. Author: kalb0003@gold.tc.umn.edu
  16982. Path: pix/im_sun.lha
  16983.  
  16984. ==========
  16985.  
  16986. Interior    ?.?    Picture of a building interior
  16987.  
  16988. OK, there's a bit of a story behind this one.  My father is an archetiect,
  16989. and his company is heavly computerised of the CAD side of things.  However
  16990. at no point do they use computers for visulisation - they print out their
  16991. plans and go away and build a nice scale model to be photographed.  Very
  16992. inefficient I thought.  So I set about producing some images for photo's
  16993. and plans of their buildings to show them what could be done with the
  16994. correct tools and a bit of patience.
  16995.  
  16996. Author: Alexander Craig
  16997. Path: pix/Interior.lha
  16998.  
  16999. ==========
  17000.  
  17001. isoicons8    ?.?    Set of 8 color icons for WB 2.04
  17002.  
  17003. Well, here they are: 8-color icons for WB 2.04.  These icons are nearly
  17004. exact duplicates of the 16-color icons designed by Roger McVey, with a few
  17005. additions for icons that he did not include, and a few edits to some of the
  17006. icons that I felt could be improved.
  17007.  
  17008. Author: Eric Penn
  17009. Roger McVey
  17010. Path: pix/IsoIcons8.lha
  17011.  
  17012. ==========
  17013.  
  17014. landed    ?.?    1024x768 JPEG image of probe on venus
  17015.  
  17016. This image was created using Imagine 2.0 for the Amiga.  A variety of
  17017. Essence textures were used, thanks go to Steve Worley for those.  The
  17018. image is a larger render of one scene from an animation that was done
  17019. for Penn State Aerospace Engineers.
  17020.  
  17021. Author: Jason Koszarsky
  17022. Path: pix/Landed.jpg.lha
  17023.  
  17024. ==========
  17025.  
  17026. light1        1024x768x24 JPEG rendering by F Maushart
  17027.  
  17028. To give an idea, what this is all about ... :
  17029. At first, this is only the work of an amateur. I'm doing this kind of
  17030. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  17031. perhaps promises way to much. I only choose this word, because it's all
  17032. done with a "computer" and it's totally strange, bizar and the pictures
  17033. are showing nothing real, so I called this "art".
  17034. I showed these pictures a few people during the last months and they liked
  17035. them so much, that they persuaded me to share them with more people.
  17036. I know, the pictures are not really as nice, but I hope that someone
  17037. out there like it too, and will enjoy watching them. If you want to,
  17038. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  17039. I appreciate every response I get.
  17040.  
  17041. Author: Florian Maushart
  17042. Path: pix/light1.lha
  17043.  
  17044. ==========
  17045.  
  17046. light2        1024x768x24 JPEG rendering by F Maushart
  17047.  
  17048. To give an idea, what this is all about ... :
  17049. At first, this is only the work of an amateur. I'm doing this kind of
  17050. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  17051. perhaps promises way to much. I only choose this word, because it's all
  17052. done with a "computer" and it's totally strange, bizar and the pictures
  17053. are showing nothing real, so I called this "art".
  17054. I showed these pictures a few people during the last months and they liked
  17055. them so much, that they persuaded me to share them with more people.
  17056. I know, the pictures are not really as nice, but I hope that someone
  17057. out there like it too, and will enjoy watching them. If you want to,
  17058. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  17059. I appreciate every response I get.
  17060.  
  17061. Author: Florian Maushart
  17062. Path: pix/light2.lha
  17063.  
  17064. ==========
  17065.  
  17066. light3        1024x768x24 JPEG rendering by F Maushart
  17067.  
  17068. To give an idea, what this is all about ... :
  17069. At first, this is only the work of an amateur. I'm doing this kind of
  17070. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  17071. perhaps promises way to much. I only choose this word, because it's all
  17072. done with a "computer" and it's totally strange, bizar and the pictures
  17073. are showing nothing real, so I called this "art".
  17074. I showed these pictures a few people during the last months and they liked
  17075. them so much, that they persuaded me to share them with more people.
  17076. I know, the pictures are not really as nice, but I hope that someone
  17077. out there like it too, and will enjoy watching them. If you want to,
  17078. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  17079. I appreciate every response I get.
  17080.  
  17081. Author: Florian Maushart
  17082. Path: pix/light3.lha
  17083.  
  17084. ==========
  17085.  
  17086. light4        1024x768x24 JPEG rendering by F Maushart
  17087.  
  17088. To give an idea, what this is all about ... :
  17089. At first, this is only the work of an amateur. I'm doing this kind of
  17090. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  17091. perhaps promises way to much. I only choose this word, because it's all
  17092. done with a "computer" and it's totally strange, bizar and the pictures
  17093. are showing nothing real, so I called this "art".
  17094. I showed these pictures a few people during the last months and they liked
  17095. them so much, that they persuaded me to share them with more people.
  17096. I know, the pictures are not really as nice, but I hope that someone
  17097. out there like it too, and will enjoy watching them. If you want to,
  17098. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  17099. I appreciate every response I get.
  17100.  
  17101. Author: Florian Maushart
  17102. Path: pix/light4.lha
  17103.  
  17104. ==========
  17105.  
  17106. MagicExpansion    1.3    Useful expansions for MagicWB and MUI
  17107.  
  17108. MagicExpansion is a package with  lots  of  expansions  for  MagicWB  by
  17109. Martin  Huttenloher  and  MUI  (MagicUserInterface)  by  Stefan  Stuntz.
  17110.  
  17111. Author: Johannes Beigel
  17112. Path: pix/MagicExpansion-1.3.lha
  17113.  
  17114. ==========
  17115.  
  17116. MagicIcons    ?.?    A set of icons for MagicWB.
  17117.  
  17118. Standard icons are just so boooring... After installing MagicWB I disliked
  17119. my old icons even more and I started to fiddle around with the existing
  17120. material to produce something more in line with the new 'magic' look of my
  17121. system. And this is the result.  Nothing really original, since I just took
  17122. a set of MagicWB icons, another set of my old icons and stir-fried them
  17123. using Deluxe Paint.
  17124.  
  17125. Author: Thomas Baetzler
  17126. Path: pix/MagicIcons.lha
  17127.  
  17128. ==========
  17129.  
  17130. Mamba    ?.?    768x482x24 JPEG picture by Bill Graham
  17131.  
  17132. A 768x482x24 JPEG picture by Bill Graham.
  17133.  
  17134. Author: Bill Graham
  17135. Path: pix/Mamba.lha
  17136.  
  17137. ==========
  17138.  
  17139. Medieval_Castle_1    ?.?    896x628x8 HAM raytrace, medieval castle
  17140.  
  17141. This is a picture of a Medieval style castle built on two small islands,
  17142. set against a backdrop of mountains belonging to a much larger island.  The
  17143. castle in the picture isn't modeled after a real one; I just made it up.\n
  17144.  
  17145. This is a view showing the entire front face of the castle on a somewhat
  17146. cloudy and rainy day.  Mountains are visible in the background along with a
  17147. lava flow descending into the ocean.\n
  17148.  
  17149. Hardware & Software used to create this image:\n
  17150.  
  17151.       Amiga 4000/040    (of course)\n
  17152.       Imagine 2.0       (rendering engine)\n
  17153.       Essence I and II  (indispensably cool algorithmic textures packages)\n
  17154.       VistaPro 3.0      (landscape generation)\n
  17155.       Deluxe Paint 4.5  (brushmaps for flags, etc.)\n
  17156.       ImageFX           (rain effects & other post processing)\n
  17157.  
  17158. Notes:\n
  17159.  
  17160. First, viewing these images in anything less than 800x600x8-bit is a waste
  17161. of time - too much detail is lost at lower resolutions to make it
  17162. worthwhile.  I've supplied them in two resolutions (896x628 & 1280x1024),
  17163. both of which look pretty good.  Don't even *think* about 320x400xanything
  17164. or 640x400x4-bit.\n
  17165.  
  17166. In the image, Essence textures were used for the water, the brick and stone
  17167. textures on the castle walls, and the lava & steam in the background.
  17168. VistaPro was used to create the landscape (which is actually quite a bit
  17169. larger than is visible in the picture).  The landscape was imported into
  17170. Imagine & cleaned up with some Essence bump textures to make it look
  17171. reasonable without using too many polygons.\n
  17172.  
  17173. As always, please don't modify the image in ways other than resolution
  17174. conversion, claim credit for it, or use it for commercial purposes without
  17175. permission of the author.  Thanks.
  17176.  
  17177. Author: Steve Koren
  17178. Path: pix/Medieval_Castle_1.ham.lha
  17179.  
  17180. ==========
  17181.  
  17182. Medieval_Castle_1    ?.?    1280x1024x24 JPEG trace, medieval castle
  17183.  
  17184. This is a picture of a Medieval style castle built on two small islands,
  17185. set against a backdrop of mountains belonging to a much larger island.  The
  17186. castle in the picture isn't modeled after a real one; I just made it up.\n
  17187.  
  17188. This is a view showing the entire front face of the castle on a somewhat
  17189. cloudy and rainy day.  Mountains are visible in the background along with a
  17190. lava flow descending into the ocean.\n
  17191.  
  17192. Hardware & Software used to create this image:\n
  17193.  
  17194.       Amiga 4000/040    (of course)\n
  17195.       Imagine 2.0       (rendering engine)\n
  17196.       Essence I and II  (indispensably cool algorithmic textures packages)\n
  17197.       VistaPro 3.0      (landscape generation)\n
  17198.       Deluxe Paint 4.5  (brushmaps for flags, etc.)\n
  17199.       ImageFX           (rain effects & other post processing)\n
  17200.  
  17201. Notes:\n
  17202.  
  17203. First, viewing these images in anything less than 800x600x8-bit is a waste
  17204. of time - too much detail is lost at lower resolutions to make it
  17205. worthwhile.  I've supplied them in two resolutions (896x628 & 1280x1024),
  17206. both of which look pretty good.  Don't even *think* about 320x400xanything
  17207. or 640x400x4-bit.\n
  17208.  
  17209. In the image, Essence textures were used for the water, the brick and stone
  17210. textures on the castle walls, and the lava & steam in the background.
  17211. VistaPro was used to create the landscape (which is actually quite a bit
  17212. larger than is visible in the picture).  The landscape was imported into
  17213. Imagine & cleaned up with some Essence bump textures to make it look
  17214. reasonable without using too many polygons.\n
  17215.  
  17216. As always, please don't modify the image in ways other than resolution
  17217. conversion, claim credit for it, or use it for commercial purposes without
  17218. permission of the author.  Thanks.
  17219.  
  17220. Author: Steve Koren
  17221. Path: pix/Medieval_Castle_1.jpg.lha
  17222.  
  17223. ==========
  17224.  
  17225. Medieval_Castle_2    ?.?    896x628x8 HAM raytrace, medieval castle
  17226.  
  17227. This is a picture of a Medieval style castle built on two small islands,
  17228. set against a backdrop of mountains belonging to a much larger island.  The
  17229. castle in the picture isn't modeled after a real one; I just made it up.\n
  17230.  
  17231. This is a view showing part of the front face of the castle on a somewhat
  17232. cloudy and rainy day.  Mountains are visible in the background along with a
  17233. lava flow descending into the ocean.\n
  17234.  
  17235. Hardware & Software used to create this image:\n
  17236.  
  17237.       Amiga 4000/040    (of course)\n
  17238.       Imagine 2.0       (rendering engine)\n
  17239.       Essence I and II  (indispensably cool algorithmic textures packages)\n
  17240.       VistaPro 3.0      (landscape generation)\n
  17241.       Deluxe Paint 4.5  (brushmaps for flags, etc.)\n
  17242.       ImageFX           (rain effects & other post processing)\n
  17243.  
  17244. Notes:\n
  17245.  
  17246. First, viewing these images in anything less than 800x600x8-bit is a waste
  17247. of time - too much detail is lost at lower resolutions to make it
  17248. worthwhile.  I've supplied them in two resolutions (896x628 & 1280x1024),
  17249. both of which look pretty good.  Don't even *think* about 320x400xanything
  17250. or 640x400x4-bit.\n
  17251.  
  17252. In the image, Essence textures were used for the water, the brick and stone
  17253. textures on the castle walls, and the lava & steam in the background.
  17254. VistaPro was used to create the landscape (which is actually quite a bit
  17255. larger than is visible in the picture).  The landscape was imported into
  17256. Imagine & cleaned up with some Essence bump textures to make it look
  17257. reasonable without using too many polygons.\n
  17258.  
  17259. As always, please don't modify the image in ways other than resolution
  17260. conversion, claim credit for it, or use it for commercial purposes without
  17261. permission of the author.  Thanks.
  17262.  
  17263. Author: Steve Koren
  17264. Path: pix/Medieval_Castle_2.ham.lha
  17265.  
  17266. ==========
  17267.  
  17268. Medieval_Castle_2    ?.?    1280x1024x24 JPEG trace, medieval castle
  17269.  
  17270. This is a picture of a Medieval style castle built on two small islands,
  17271. set against a backdrop of mountains belonging to a much larger island.  The
  17272. castle in the picture isn't modeled after a real one; I just made it up.\n
  17273.  
  17274. This is a view showing part of the front face of the castle on a somewhat
  17275. cloudy and rainy day.  Mountains are visible in the background along with a
  17276. lava flow descending into the ocean.\n
  17277.  
  17278. Hardware & Software used to create this image:\n
  17279.  
  17280.       Amiga 4000/040    (of course)\n
  17281.       Imagine 2.0       (rendering engine)\n
  17282.       Essence I and II  (indispensably cool algorithmic textures packages)\n
  17283.       VistaPro 3.0      (landscape generation)\n
  17284.       Deluxe Paint 4.5  (brushmaps for flags, etc.)\n
  17285.       ImageFX           (rain effects & other post processing)\n
  17286.  
  17287. Notes:\n
  17288.  
  17289. First, viewing these images in anything less than 800x600x8-bit is a waste
  17290. of time - too much detail is lost at lower resolutions to make it
  17291. worthwhile.  I've supplied them in two resolutions (896x628 & 1280x1024),
  17292. both of which look pretty good.  Don't even *think* about 320x400xanything
  17293. or 640x400x4-bit.\n
  17294.  
  17295. In the image, Essence textures were used for the water, the brick and stone
  17296. textures on the castle walls, and the lava & steam in the background.
  17297. VistaPro was used to create the landscape (which is actually quite a bit
  17298. larger than is visible in the picture).  The landscape was imported into
  17299. Imagine & cleaned up with some Essence bump textures to make it look
  17300. reasonable without using too many polygons.\n
  17301.  
  17302. As always, please don't modify the image in ways other than resolution
  17303. conversion, claim credit for it, or use it for commercial purposes without
  17304. permission of the author.  Thanks.
  17305.  
  17306. Author: Steve Koren
  17307. Path: pix/Medieval_Castle_2.jpg.lha
  17308.  
  17309. ==========
  17310.  
  17311. metal1        1024x768x24 JPEG rendering by F Maushart
  17312.  
  17313. To give an idea, what this is all about ... :
  17314. At first, this is only the work of an amateur. I'm doing this kind of
  17315. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  17316. perhaps promises way to much. I only choose this word, because it's all
  17317. done with a "computer" and it's totally strange, bizar and the pictures
  17318. are showing nothing real, so I called this "art".
  17319. I showed these pictures a few people during the last months and they liked
  17320. them so much, that they persuaded me to share them with more people.
  17321. I know, the pictures are not really as nice, but I hope that someone
  17322. out there like it too, and will enjoy watching them. If you want to,
  17323. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  17324. I appreciate every response I get.
  17325.  
  17326. Author: Florian Maushart
  17327. Path: pix/metal1.lha
  17328.  
  17329. ==========
  17330.  
  17331. metal2        1024x768x24 JPEG rendering by F Maushart
  17332.  
  17333. To give an idea, what this is all about ... :
  17334. At first, this is only the work of an amateur. I'm doing this kind of
  17335. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  17336. perhaps promises way to much. I only choose this word, because it's all
  17337. done with a "computer" and it's totally strange, bizar and the pictures
  17338. are showing nothing real, so I called this "art".
  17339. I showed these pictures a few people during the last months and they liked
  17340. them so much, that they persuaded me to share them with more people.
  17341. I know, the pictures are not really as nice, but I hope that someone
  17342. out there like it too, and will enjoy watching them. If you want to,
  17343. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  17344. I appreciate every response I get.
  17345.  
  17346. Author: Florian Maushart
  17347. Path: pix/metal2.lha
  17348.  
  17349. ==========
  17350.  
  17351. metal3        1024x768x24 JPEG rendering by F Maushart
  17352.  
  17353. To give an idea, what this is all about ... :
  17354. At first, this is only the work of an amateur. I'm doing this kind of
  17355. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  17356. perhaps promises way to much. I only choose this word, because it's all
  17357. done with a "computer" and it's totally strange, bizar and the pictures
  17358. are showing nothing real, so I called this "art".
  17359. I showed these pictures a few people during the last months and they liked
  17360. them so much, that they persuaded me to share them with more people.
  17361. I know, the pictures are not really as nice, but I hope that someone
  17362. out there like it too, and will enjoy watching them. If you want to,
  17363. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  17364. I appreciate every response I get.
  17365.  
  17366. Author: Florian Maushart
  17367. Path: pix/metal3.lha
  17368.  
  17369. ==========
  17370.  
  17371. NCV10Years.readme        724x566x24 JPEG rendering by G. Kuiper
  17372.  
  17373. This picture was my entry for the competition to celebrate the 10th 
  17374. anniversary of the Noordelijke Computer Vereniging (Northern Computer
  17375. Union) in Appingedam, The Netherlands. It didn't win any prizes, but
  17376. I think it's good enough to place it on AmiNet, so everyone can see it.
  17377.  
  17378. Author: G. H. Kuiper
  17379. Path: pix/NCV10Years.readme.lha
  17380.  
  17381. ==========
  17382.  
  17383. NewFromCBM    ?.?    Commodore advertisement from early years
  17384.  
  17385. New from Commodore! Well, ok, not quite new... But it was at one time...
  17386. :-).  I knew that CBM used to make watches and calulators but I had no idea
  17387. they made these things.  Imagine my surprise when I was looking through
  17388. some old instructions for a car computer my dad bought way back when and
  17389. seeing this advertisement... :-)
  17390.  
  17391. Author: Geoff Seeley
  17392. Path: pix/NewFromCBM.lha
  17393.  
  17394. ==========
  17395.  
  17396. numb1        1024x768x24 JPEG rendering by F Maushart
  17397.  
  17398. To give an idea, what this is all about ... :
  17399. At first, this is only the work of an amateur. I'm doing this kind of
  17400. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  17401. perhaps promises way to much. I only choose this word, because it's all
  17402. done with a "computer" and it's totally strange, bizar and the pictures
  17403. are showing nothing real, so I called this "art".
  17404. I showed these pictures a few people during the last months and they liked
  17405. them so much, that they persuaded me to share them with more people.
  17406. I know, the pictures are not really as nice, but I hope that someone
  17407. out there like it too, and will enjoy watching them. If you want to,
  17408. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  17409. I appreciate every response I get.
  17410.  
  17411. Author: Florian Maushart
  17412. Path: pix/numb1.lha
  17413.  
  17414. ==========
  17415.  
  17416. numb2        1024x768x24 JPEG rendering by F Maushart
  17417.  
  17418. To give an idea, what this is all about ... :
  17419. At first, this is only the work of an amateur. I'm doing this kind of
  17420. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  17421. perhaps promises way to much. I only choose this word, because it's all
  17422. done with a "computer" and it's totally strange, bizar and the pictures
  17423. are showing nothing real, so I called this "art".
  17424. I showed these pictures a few people during the last months and they liked
  17425. them so much, that they persuaded me to share them with more people.
  17426. I know, the pictures are not really as nice, but I hope that someone
  17427. out there like it too, and will enjoy watching them. If you want to,
  17428. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  17429. I appreciate every response I get.
  17430.  
  17431. Author: Florina Maushart
  17432. Path: pix/numb2.lha
  17433.  
  17434. ==========
  17435.  
  17436. numb3        1024x768x24 JPEG rendering by F Maushart
  17437.  
  17438. To give an idea, what this is all about ... :
  17439. At first, this is only the work of an amateur. I'm doing this kind of
  17440. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  17441. perhaps promises way to much. I only choose this word, because it's all
  17442. done with a "computer" and it's totally strange, bizar and the pictures
  17443. are showing nothing real, so I called this "art".
  17444. I showed these pictures a few people during the last months and they liked
  17445. them so much, that they persuaded me to share them with more people.
  17446. I know, the pictures are not really as nice, but I hope that someone
  17447. out there like it too, and will enjoy watching them. If you want to,
  17448. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  17449. I appreciate every response I get.
  17450.  
  17451. Author: Florian Maushart
  17452. Path: pix/numb3.lha
  17453.  
  17454. ==========
  17455.  
  17456. bismarkplus    ?.?    Schlachtschiff Bismarck raytrace
  17457.  
  17458.  
  17459.                           > Jan Van Overbeke, 3-DEE <
  17460.                                    presents:
  17461.  
  17462.                              #####        __ |
  17463.                                #####     L__||
  17464.                                   ##@#   _TT___
  17465.                                    %#   |    __|
  17466.                             | __    _-|  T  T_
  17467.                             ||__J  |  l  |   _|
  17468.                               TT__ |   \ |   |
  17469.                          \__ _-- | |    \|   l-_   __/
  17470.                     \ __ |__||   | |     |      | |__| __/
  17471.                   ___|__|_TT_|___|_|_____|______|__TT_|__|___
  17472.                   \      _____________________________      /
  17473.                    \ ooo                              o oo /
  17474.                     \                                     /
  17475.         ~~~~~~~~~~~~~\                                   /~~~~~~~~~~~~~
  17476.                       \______________________________JVO/
  17477.  
  17478.                           > Schlachtschiff Bismarck <
  17479.  
  17480.                 As she must have looked like before she entered
  17481.        Grimstadtfjord near Bergen from the 18th to the 21st of may 1941
  17482.                      while executing "Operation Rheinübung"
  17483.                Included all batteries ranging from 20mm to 380mm
  17484.  
  17485.           A compilation of history and images 53 years in the making
  17486.                      Yet unsurpassed 3-dimensional reality
  17487.                        Consists of some 130,668 polygons
  17488.                          Rendered on a 10Mb Amiga3000
  17489.  
  17490.                "We're fools to make war on the brothers in arms"
  17491.                                   Dire Straits
  17492.  
  17493. Author: Jamn Van Overbeke
  17494. Path: pix/Overbeke.lha
  17495.  
  17496. ==========
  17497.  
  17498. Parasaur    ?.?    HAM and JPEG of Parasaurolophus.
  17499.  
  17500. HAM and JPEG of a Parasaurolophus.  (That's okay... I can't pronounce it
  17501. either!)
  17502.  
  17503. Author: Andrew Denton
  17504. Path: pix/Parasaur.lha
  17505.  
  17506. ==========
  17507.  
  17508. PastaSalad    ?.?    768x482x24 JPEG picture by Bill Graham
  17509.  
  17510. A 768x482x24 JPEG picture by Bill Graham.
  17511.  
  17512. Author: Bill Graham
  17513. Path: pix/PastaSalad.lha
  17514.  
  17515. ==========
  17516.  
  17517. PoolRachel    1.0    Cartoon picture for use as WB backdrop
  17518.  
  17519. A HAM-8, 16 colour, and 8 colour IFF picture of "Rachel Raccoon"
  17520. relaxing in the pool.  These pictures are suitable as Workbench
  17521. backdrops with the right software.
  17522.  
  17523. Author: Les Dietz
  17524. Path: pix/PoolRachel-1.0.lha
  17525.  
  17526. ==========
  17527.  
  17528. psychic1        1024x768x24 JPEG rendering by F Maushart
  17529.  
  17530. To give an idea, what this is all about ... :
  17531. At first, this is only the work of an amateur. I'm doing this kind of
  17532. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  17533. perhaps promises way to much. I only choose this word, because it's all
  17534. done with a "computer" and it's totally strange, bizar and the pictures
  17535. are showing nothing real, so I called this "art".
  17536. I showed these pictures a few people during the last months and they liked
  17537. them so much, that they persuaded me to share them with more people.
  17538. I know, the pictures are not really as nice, but I hope that someone
  17539. out there like it too, and will enjoy watching them. If you want to,
  17540. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  17541. I appreciate every response I get.
  17542.  
  17543. Author: Florian Maushart
  17544. Path: pix/psychic1.lha
  17545.  
  17546. ==========
  17547.  
  17548. psychic2        1024x768x24 JPEG rendering by F Maushart
  17549.  
  17550. To give an idea, what this is all about ... :
  17551. At first, this is only the work of an amateur. I'm doing this kind of
  17552. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  17553. perhaps promises way to much. I only choose this word, because it's all
  17554. done with a "computer" and it's totally strange, bizar and the pictures
  17555. are showing nothing real, so I called this "art".
  17556. I showed these pictures a few people during the last months and they liked
  17557. them so much, that they persuaded me to share them with more people.
  17558. I know, the pictures are not really as nice, but I hope that someone
  17559. out there like it too, and will enjoy watching them. If you want to,
  17560. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  17561. I appreciate every response I get.
  17562.  
  17563. Author: Florian Maushart
  17564. Path: pix/psychic2.lha
  17565.  
  17566. ==========
  17567.  
  17568. RachelMascot    1.0    Cartoon picture for use as WB backdrop
  17569.  
  17570. A HAM-8 and 16 colour IFF picture of "Rachel Raccoon" accepting the
  17571. "AmiCUE mascot of the year" award, suitable for use as a Workbench
  17572. backdrop with the right software.
  17573.  
  17574. Author: Les Dietz
  17575. Path: pix/RachelMascot-1.0.lha
  17576.  
  17577. ==========
  17578.  
  17579. RachelMonitor    1.0    "Rachel Monitor" Rachel Picture
  17580.  
  17581. A 16 colour IFF picture of "Rachel Raccoon" painting handball court
  17582. lines on the inside of a gutted IBM monitor.  Handball anyone?
  17583.  
  17584. Author: Les Dietz
  17585. Path: pix/RachelMonitor-1.0.lha
  17586.  
  17587. ==========
  17588.  
  17589. RachelRaccoon    3    RachelRaccoon
  17590.  
  17591. Two new hand-drawn "Eric Schwartz" style" pictures of a cartoon raccoon.
  17592. The pictures are overscanned hi-res interlace NTSC and are provided in 256,
  17593. 16, and 8 color versions suitable for use as Workbench backdrop pictures.
  17594. Included are "Karate Rachel" and "AmiCUE Rachel".  An included bonus is a
  17595. picture of Rachel by Eric Schwartz.
  17596.  
  17597. Author: Leslie Dietz (and Eric Schwartz)
  17598. Path: pix/RachelRaccoon-3.lha
  17599.  
  17600. ==========
  17601.  
  17602. RD001    ?.?    787x529x24 JPEG, clown fish over anemone
  17603.  
  17604. A 787x529x24 JPEG image of a clown fish over anemone.
  17605.  
  17606. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17607. amateur photographer who has been diving for 10+ years, and has been
  17608. doing underwater photography for about 8 years.  He has traveled all
  17609. over the globe in pursuit of underwater fun and photos.
  17610.  
  17611. To be placed on a mailing list for notification of the availability of
  17612. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17613. by this photographer and others, contact Amiga Library Services at the
  17614. below address or via FAX at (602) 917-0917.
  17615.  
  17616. Author: R. W. Dick
  17617. Path: pix/RD001.lha
  17618.  
  17619. ==========
  17620.  
  17621. RD002    ?.?    788x553x24 JPEG, coral polyps
  17622.  
  17623. A 788x553x24 JPEG image of coral polyps.
  17624.  
  17625. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17626. amateur photographer who has been diving for 10+ years, and has been
  17627. doing underwater photography for about 8 years.  He has traveled all
  17628. over the globe in pursuit of underwater fun and photos.
  17629.  
  17630. To be placed on a mailing list for notification of the availability of
  17631. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17632. by this photographer and others, contact Amiga Library Services at the
  17633. below address or via FAX at (602) 917-0917.
  17634.  
  17635. Author: R. W. Dick
  17636. Path: pix/RD002.lha
  17637.  
  17638. ==========
  17639.  
  17640. RD003    ?.?    787x545x24 JPEG, clown fish and anemone
  17641.  
  17642. A 787x545x24 JPEG image of a clown fish over a green-tip purple 
  17643. anemone.
  17644.  
  17645. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17646. amateur photographer who has been diving for 10+ years, and has been
  17647. doing underwater photography for about 8 years.  He has traveled all
  17648. over the globe in pursuit of underwater fun and photos.
  17649.  
  17650. To be placed on a mailing list for notification of the availability of
  17651. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17652. by this photographer and others, contact Amiga Library Services at the
  17653. below address or via FAX at (602) 917-0917.
  17654.  
  17655. Author: R. W. Dick
  17656. Path: pix/RD003.lha
  17657.  
  17658. ==========
  17659.  
  17660. RD004    ?.?    784x541x24 JPEG, spotted moray on reef
  17661.  
  17662. A 784x541x24 JPEG image of a spotted moray poking out of a reef wall.
  17663.  
  17664. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17665. amateur photographer who has been diving for 10+ years, and has been
  17666. doing underwater photography for about 8 years.  He has traveled all
  17667. over the globe in pursuit of underwater fun and photos.
  17668.  
  17669. To be placed on a mailing list for notification of the availability of
  17670. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17671. by this photographer and others, contact Amiga Library Services at the
  17672. below address or via FAX at (602) 917-0917.
  17673.  
  17674. Author: R. W. Dick
  17675. Path: pix/RD004.lha
  17676.  
  17677. ==========
  17678.  
  17679. RD005    ?.?    788x547x24 JPEG, purple soft coral
  17680.  
  17681. A 788x547x24 JPEG image of purple soft coral and staghorn coral.
  17682.  
  17683. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17684. amateur photographer who has been diving for 10+ years, and has been
  17685. doing underwater photography for about 8 years.  He has traveled all
  17686. over the globe in pursuit of underwater fun and photos.
  17687.  
  17688. To be placed on a mailing list for notification of the availability of
  17689. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17690. by this photographer and others, contact Amiga Library Services at the
  17691. below address or via FAX at (602) 917-0917.
  17692.  
  17693. Author: R. W. Dick
  17694. Path: pix/RD005.lha
  17695.  
  17696. ==========
  17697.  
  17698. RD006    ?.?    786x543x24 JPEG, red hind fish in sponge
  17699.  
  17700. An 786x543x24 JPEG image of a red hind fish inside a sponge.
  17701.  
  17702. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17703. amateur photographer who has been diving for 10+ years, and has been
  17704. doing underwater photography for about 8 years.  He has traveled all
  17705. over the globe in pursuit of underwater fun and photos.
  17706.  
  17707. To be placed on a mailing list for notification of the availability of
  17708. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17709. by this photographer and others, contact Amiga Library Services at the
  17710. below address or via FAX at (602) 917-0917.
  17711.  
  17712. Author: R. W. Dick
  17713. Path: pix/RD006.lha
  17714.  
  17715. ==========
  17716.  
  17717. RD007    ?.?    788x555x24 JPEG, tomato clown fish
  17718.  
  17719. An 788x555x24 JPEG image of a tomato clown fish and anemone.
  17720.  
  17721. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17722. amateur photographer who has been diving for 10+ years, and has been
  17723. doing underwater photography for about 8 years.  He has traveled all
  17724. over the globe in pursuit of underwater fun and photos.
  17725.  
  17726. To be placed on a mailing list for notification of the availability of
  17727. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17728. by this photographer and others, contact Amiga Library Services at the
  17729. below address or via FAX at (602) 917-0917.
  17730.  
  17731. Author: R. W. Dick
  17732. Path: pix/RD007.lha
  17733.  
  17734. ==========
  17735.  
  17736. RD008    ?.?    788x545x24 JPEG, brittlestar on sponge
  17737.  
  17738. An 788x545x24 JPEG image of a brittlestar on red sponge.
  17739.  
  17740. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17741. amateur photographer who has been diving for 10+ years, and has been
  17742. doing underwater photography for about 8 years.  He has traveled all
  17743. over the globe in pursuit of underwater fun and photos.
  17744.  
  17745. To be placed on a mailing list for notification of the availability of
  17746. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17747. by this photographer and others, contact Amiga Library Services at the
  17748. below address or via FAX at (602) 917-0917.
  17749.  
  17750. Author: R. W. Dick
  17751. Path: pix/RD008.lha
  17752.  
  17753. ==========
  17754.  
  17755. RD009    ?.?    788x521x24 JPEG, asparagus anemones
  17756.  
  17757. An 788x521x24 JPEG image of asparagus anemones.
  17758.  
  17759. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17760. amateur photographer who has been diving for 10+ years, and has been
  17761. doing underwater photography for about 8 years.  He has traveled all
  17762. over the globe in pursuit of underwater fun and photos.
  17763.  
  17764. To be placed on a mailing list for notification of the availability of
  17765. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17766. by this photographer and others, contact Amiga Library Services at the
  17767. below address or via FAX at (602) 917-0917.
  17768.  
  17769. Author: R. W. Dick
  17770. Path: pix/RD009.lha
  17771.  
  17772. ==========
  17773.  
  17774. RD010    ?.?    786x557x24 JPEG, splendid toadfish
  17775.  
  17776. An 786x557x24 JPEG image of a splendid toadfish under a coral head.
  17777.  
  17778. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17779. amateur photographer who has been diving for 10+ years, and has been
  17780. doing underwater photography for about 8 years.  He has traveled all
  17781. over the globe in pursuit of underwater fun and photos.
  17782.  
  17783. To be placed on a mailing list for notification of the availability of
  17784. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17785. by this photographer and others, contact Amiga Library Services at the
  17786. below address or via FAX at (602) 917-0917.
  17787.  
  17788. Author: R. W. Dick
  17789. Path: pix/RD010.lha
  17790.  
  17791. ==========
  17792.  
  17793. RD011    ?.?    545x787x24 JPEG, golden hind and coral
  17794.  
  17795. An 545x787x24 JPEG image of a golden hind fish and coral head.
  17796.  
  17797. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17798. amateur photographer who has been diving for 10+ years, and has been
  17799. doing underwater photography for about 8 years.  He has traveled all
  17800. over the globe in pursuit of underwater fun and photos.
  17801.  
  17802. To be placed on a mailing list for notification of the availability of
  17803. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17804. by this photographer and others, contact Amiga Library Services at the
  17805. below address or via FAX at (602) 917-0917.
  17806.  
  17807. Author: R. W. Dick
  17808. Path: pix/RD011.lha
  17809.  
  17810. ==========
  17811.  
  17812. RD012    ?.?    788x561x24 JPEG, finger coral & sponges
  17813.  
  17814. An 788x561x24 JPEG image of finger coral and sponges.
  17815.  
  17816. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17817. amateur photographer who has been diving for 10+ years, and has been
  17818. doing underwater photography for about 8 years.  He has traveled all
  17819. over the globe in pursuit of underwater fun and photos.
  17820.  
  17821. To be placed on a mailing list for notification of the availability of
  17822. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17823. by this photographer and others, contact Amiga Library Services at the
  17824. below address or via FAX at (602) 917-0917.
  17825.  
  17826. Author: R. W. Dick
  17827. Path: pix/RD012.lha
  17828.  
  17829. ==========
  17830.  
  17831. RD013    ?.?    786x557x24 JPEG, yellow crinoid & sponge
  17832.  
  17833. An 786x557x24 JPEG image of a yellow crinoid and red sponge.
  17834.  
  17835. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17836. amateur photographer who has been diving for 10+ years, and has been
  17837. doing underwater photography for about 8 years.  He has traveled all
  17838. over the globe in pursuit of underwater fun and photos.
  17839.  
  17840. To be placed on a mailing list for notification of the availability of
  17841. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17842. by this photographer and others, contact Amiga Library Services at the
  17843. below address or via FAX at (602) 917-0917.
  17844.  
  17845. Author: R. W. Dick
  17846. Path: pix/RD013.lha
  17847.  
  17848. ==========
  17849.  
  17850. RD014    ?.?    784x543x24 JPEG, lettuce coral & sponge
  17851.  
  17852. An 784x543x24 JPEG image of lettuce coral and sponge.
  17853.  
  17854. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17855. amateur photographer who has been diving for 10+ years, and has been
  17856. doing underwater photography for about 8 years.  He has traveled all
  17857. over the globe in pursuit of underwater fun and photos.
  17858.  
  17859. To be placed on a mailing list for notification of the availability of
  17860. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17861. by this photographer and others, contact Amiga Library Services at the
  17862. below address or via FAX at (602) 917-0917.
  17863.  
  17864. Author: R. W. Dick
  17865. Path: pix/RD014.lha
  17866.  
  17867. ==========
  17868.  
  17869. RD015    ?.?    787x539x24 JPEG, spiney lobsters & coral
  17870.  
  17871. An 787x539x24 JPEG image of spiney lobsters under coral head.
  17872.  
  17873. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17874. amateur photographer who has been diving for 10+ years, and has been
  17875. doing underwater photography for about 8 years.  He has traveled all
  17876. over the globe in pursuit of underwater fun and photos.
  17877.  
  17878. To be placed on a mailing list for notification of the availability of
  17879. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17880. by this photographer and others, contact Amiga Library Services at the
  17881. below address or via FAX at (602) 917-0917.
  17882.  
  17883. Author: R. W. Dick
  17884. Path: pix/RD015.lha
  17885.  
  17886. ==========
  17887.  
  17888. RD016    ?.?    787x533x24 JPEG, diver over coral head
  17889.  
  17890. An 787x533x24 JPEG image of a diver hanging behind a coral head.
  17891.  
  17892. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17893. amateur photographer who has been diving for 10+ years, and has been
  17894. doing underwater photography for about 8 years.  He has traveled all
  17895. over the globe in pursuit of underwater fun and photos.
  17896.  
  17897. To be placed on a mailing list for notification of the availability of
  17898. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17899. by this photographer and others, contact Amiga Library Services at the
  17900. below address or via FAX at (602) 917-0917.
  17901.  
  17902. Author: R. W. Dick
  17903. Path: pix/RD016.lha
  17904.  
  17905. ==========
  17906.  
  17907. RD017    ?.?    787x545x24 JPEG, asparagus anemone
  17908.  
  17909. An 787x545x24 JPEG image of an asparagus anemone and purple sponges.
  17910.  
  17911. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17912. amateur photographer who has been diving for 10+ years, and has been
  17913. doing underwater photography for about 8 years.  He has traveled all
  17914. over the globe in pursuit of underwater fun and photos.
  17915.  
  17916. To be placed on a mailing list for notification of the availability of
  17917. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17918. by this photographer and others, contact Amiga Library Services at the
  17919. below address or via FAX at (602) 917-0917.
  17920.  
  17921. Author: R. W. Dick
  17922. Path: pix/RD017.lha
  17923.  
  17924. ==========
  17925.  
  17926. RD018    ?.?    787x543x24 JPEG, blue chromis, gorgonian
  17927.  
  17928. An 787x543x24 JPEG image of blue chromis fish, gorgonian, and sponge.
  17929.  
  17930. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17931. amateur photographer who has been diving for 10+ years, and has been
  17932. doing underwater photography for about 8 years.  He has traveled all
  17933. over the globe in pursuit of underwater fun and photos.
  17934.  
  17935. To be placed on a mailing list for notification of the availability of
  17936. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17937. by this photographer and others, contact Amiga Library Services at the
  17938. below address or via FAX at (602) 917-0917.
  17939.  
  17940. Author: R. W. Dick
  17941. Path: pix/RD018.lha
  17942.  
  17943. ==========
  17944.  
  17945. RD019    ?.?    539x787x24 JPEG, angel fish & coral
  17946.  
  17947. An 539x787x24 JPEG image of angel fish and coral.
  17948.  
  17949. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17950. amateur photographer who has been diving for 10+ years, and has been
  17951. doing underwater photography for about 8 years.  He has traveled all
  17952. over the globe in pursuit of underwater fun and photos.
  17953.  
  17954. To be placed on a mailing list for notification of the availability of
  17955. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17956. by this photographer and others, contact Amiga Library Services at the
  17957. below address or via FAX at (602) 917-0917.
  17958.  
  17959. Author: R. W. Dick
  17960. Path: pix/RD019.lha
  17961.  
  17962. ==========
  17963.  
  17964. RD020    ?.?    787x541x24 JPEG, purple vase sponge
  17965.  
  17966. An 787x541x24 JPEG image of purple vase sponge and coral head.
  17967.  
  17968. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17969. amateur photographer who has been diving for 10+ years, and has been
  17970. doing underwater photography for about 8 years.  He has traveled all
  17971. over the globe in pursuit of underwater fun and photos.
  17972.  
  17973. To be placed on a mailing list for notification of the availability of
  17974. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17975. by this photographer and others, contact Amiga Library Services at the
  17976. below address or via FAX at (602) 917-0917.
  17977.  
  17978. Author: R. W. Dick
  17979. Path: pix/RD020.lha
  17980.  
  17981. ==========
  17982.  
  17983. RD021    ?.?    783x547x24 JPEG, red soft coral.
  17984.  
  17985. An 783x547x24 JPEG image of red soft coral.
  17986.  
  17987. The photographer, R. W. Dick, is a PADI certified dive instructor and
  17988. amateur photographer who has been diving for 10+ years, and has been
  17989. doing underwater photography for about 8 years.  He has traveled all
  17990. over the globe in pursuit of underwater fun and photos.
  17991.  
  17992. To be placed on a mailing list for notification of the availability of
  17993. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  17994. by this photographer and others, contact Amiga Library Services at the
  17995. below address or via FAX at (602) 917-0917.
  17996.  
  17997. Author: R. W. Dick
  17998. Path: pix/RD021.lha
  17999.  
  18000. ==========
  18001.  
  18002. RD022    ?.?    788x541x24 JPEG, lion fish on reef
  18003.  
  18004. An 788x541x24 JPEG image of a lion fish on a reef.
  18005.  
  18006. The photographer, R. W. Dick, is a PADI certified dive instructor and
  18007. amateur photographer who has been diving for 10+ years, and has been
  18008. doing underwater photography for about 8 years.  He has traveled all
  18009. over the globe in pursuit of underwater fun and photos.
  18010.  
  18011. To be placed on a mailing list for notification of the availability of
  18012. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18013. by this photographer and others, contact Amiga Library Services at the
  18014. below address or via FAX at (602) 917-0917.
  18015.  
  18016. Author: R. W. Dick
  18017. Path: pix/RD022.lha
  18018.  
  18019. ==========
  18020.  
  18021. RD023    ?.?    788x539x24 JPEG, spotted moray eel
  18022.  
  18023. An 788x539x24 JPEG image of a spotted moray eel.
  18024.  
  18025. The photographer, R. W. Dick, is a PADI certified dive instructor and
  18026. amateur photographer who has been diving for 10+ years, and has been
  18027. doing underwater photography for about 8 years.  He has traveled all
  18028. over the globe in pursuit of underwater fun and photos.
  18029.  
  18030. To be placed on a mailing list for notification of the availability of
  18031. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18032. by this photographer and others, contact Amiga Library Services at the
  18033. below address or via FAX at (602) 917-0917.
  18034.  
  18035. Author: R. W. Dick
  18036. Path: pix/RD023.lha
  18037.  
  18038. ==========
  18039.  
  18040. RD024    ?.?    489x783x24 JPEG, banded shrimp
  18041.  
  18042. An 489x783x24 JPEG image of a closeup of a banded shrimp.
  18043.  
  18044. The photographer, R. W. Dick, is a PADI certified dive instructor and
  18045. amateur photographer who has been diving for 10+ years, and has been
  18046. doing underwater photography for about 8 years.  He has traveled all
  18047. over the globe in pursuit of underwater fun and photos.
  18048.  
  18049. To be placed on a mailing list for notification of the availability of
  18050. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18051. by this photographer and others, contact Amiga Library Services at the
  18052. below address or via FAX at (602) 917-0917.
  18053.  
  18054. Author: R. W. Dick
  18055. Path: pix/RD024.lha
  18056.  
  18057. ==========
  18058.  
  18059. RD025    ?.?    787x537x24 JPEG, angel fish & coral
  18060.  
  18061. An 787x537x24 JPEG image of an angel fish & coral.
  18062.  
  18063. The photographer, R. W. Dick, is a PADI certified dive instructor and
  18064. amateur photographer who has been diving for 10+ years, and has been
  18065. doing underwater photography for about 8 years.  He has traveled all
  18066. over the globe in pursuit of underwater fun and photos.
  18067.  
  18068. To be placed on a mailing list for notification of the availability of
  18069. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18070. by this photographer and others, contact Amiga Library Services at the
  18071. below address or via FAX at (602) 917-0917.
  18072.  
  18073. Author: R. W. Dick
  18074. Path: pix/RD025.lha
  18075.  
  18076. ==========
  18077.  
  18078. RD026    ?.?    535x785x24 JPEG, red crinoid & coral
  18079.  
  18080. An 535x785x24 JPEG image of a red crinoid and coral head.
  18081.  
  18082. The photographer, R. W. Dick, is a PADI certified dive instructor and
  18083. amateur photographer who has been diving for 10+ years, and has been
  18084. doing underwater photography for about 8 years.  He has traveled all
  18085. over the globe in pursuit of underwater fun and photos.
  18086.  
  18087. To be placed on a mailing list for notification of the availability of
  18088. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18089. by this photographer and others, contact Amiga Library Services at the
  18090. below address or via FAX at (602) 917-0917.
  18091.  
  18092. Author: R. W. Dick
  18093. Path: pix/RD026.lha
  18094.  
  18095. ==========
  18096.  
  18097. Road2Nowhere    ?.?    752x480x24 JPEG raytrace, abrupt ending
  18098.  
  18099. This picture was generated in Lightwave 3.0 (using standard objects)
  18100. and touched up in Imagemaster.  It was rendered by The Rendering
  18101. Plant.
  18102.  
  18103. About The Rendering Plant: This is the graphics subsidiary of
  18104. VideoGraphics Images in Lincoln, NE.  We are just starting out, and
  18105. are a Toaster-based video production and computer graphics company.
  18106.  
  18107. This picture is freely distributable as long as no money is charged
  18108. (except for the cost of the disk), nor can it be used in any
  18109. production without the written consent of The Rendering Plant.  Watch
  18110. for future posts from The Rendering Plant (a subsidiary of VGI)
  18111.  
  18112. Author: Eric Richard Elliott
  18113. Path: pix/Road2Nowhere.jpg.lha
  18114.  
  18115. ==========
  18116.  
  18117. Sabot_Icons    ?.?    Three New Icons For Use With SABOT
  18118.  
  18119. Three new icons for use with the mail-notifying program, SABOT
  18120.  
  18121. Author: David Voy
  18122. Path: pix/Sabot_Icons.lha
  18123.  
  18124. ==========
  18125.  
  18126. Sewerage    ?.?    Rendered scene of a disgusting sewerage.
  18127.  
  18128. This archive includes a rendered scene of a disgusting sewerage.
  18129.  
  18130. Author: BitART Design
  18131. Path: pix/Sewerage.lha
  18132.  
  18133. ==========
  18134.  
  18135. SharkBait.jpg    ?.?    Imagine objects underwater in VistaPro
  18136.  
  18137. Test render of what can be done with the combination of
  18138. VistaPro 3.0 and Imagine 3.0 ... using Opalpaint extensively
  18139.  
  18140. Author: kpetlig@halcyon.com
  18141. Path: pix/SharkBait.lha
  18142.  
  18143. ==========
  18144.  
  18145. Simulator    ?.?    JPEG, Flight Simulator, Delft Markt Sq.
  18146.  
  18147. Size: scaled to 704x512 (square pixels) from 1990x1360
  18148.  
  18149. This image shows a flight simulator, being build by the Faculty of
  18150. Aerospace Engineering of the Delft University of Technology in the
  18151. Netherlands.  It's going to be used for basic research of stability and
  18152. control of civil airliners, helicopters, cars and ships (in order of
  18153. importancy).  It's nice to know for us Amiga fans that the basic design and
  18154. visualisation is done in Imagine, by the project leader and me on my
  18155. A4000/040. I'm busy with a animation of the simulator motion with the data
  18156. directly out off the control software of the platform. This for checking
  18157. the boundaries and interference of the actuators (the hydraulic tubes) with
  18158. the fuselage, which center of gravity is very low in this simulator (the
  18159. first of its kind).
  18160.  
  18161. The picture was taken on the Markt of Delft in Holland, I live behind the
  18162. Townhouse.  It was scanned with a HP ScanJet and composited with an Imagine
  18163. trace in PhotoShop. With the new perspective-edit mode of Imagine2.9 you
  18164. can place things much more accurate in real photos (vectorized first) than
  18165. before.  Once you have the right angles and lens focal length you can place
  18166. your object anywhere by translating over the local axis and that
  18167. interactively.  Cool.
  18168.  
  18169. The picture was 1990x1360 pixels (enough for rasterizing 150 lines/inch to
  18170. separate color-plates for printing a fullcolor card) so I scaled it down to
  18171. 704x512 en JPEG'ed it. It has square pixels, it's no NTSC picture, PAL
  18172. however is close enough.
  18173.  
  18174. Author: Erwin Zwart
  18175. Path: pix/Simulator.jpg.lha
  18176.  
  18177. ==========
  18178.  
  18179. SisBoomBa    ?.?    768x482x24 JPEG picture by Bill Graham
  18180.  
  18181. A 768x482x24 JPEG picture of a "tongue monster cheerleading section" by
  18182. Bill Graham.
  18183.  
  18184. Author: Bill Graham
  18185. Path: pix/SisBoomBa.lha
  18186.  
  18187. ==========
  18188.  
  18189. SL9HSTPics    ?.?    19 jpeg's of SL9 impacts from Hubble ST
  18190.  
  18191. In Jul 1994, fragments of the Shoemaker-Levy 9 comet impacted on
  18192. Jupiter.  Here are 19 high quality jpeg images of the results of those
  18193. collisions, as captured by the Hubble Space Telescope.  Most images
  18194. also have text files that describe exactly what the image is.
  18195.  
  18196. Author: Hubble Space Telescope Comet Team
  18197. Path: pix/SL9HSTPics.lha
  18198.  
  18199. ==========
  18200.  
  18201. sorrow1        1024x768x24 JPEG rendering by F Maushart
  18202.  
  18203. To give an idea, what this is all about ... :
  18204. At first, this is only the work of an amateur. I'm doing this kind of
  18205. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  18206. perhaps promises way to much. I only choose this word, because it's all
  18207. done with a "computer" and it's totally strange, bizar and the pictures
  18208. are showing nothing real, so I called this "art".
  18209. I showed these pictures a few people during the last months and they liked
  18210. them so much, that they persuaded me to share them with more people.
  18211. I know, the pictures are not really as nice, but I hope that someone
  18212. out there like it too, and will enjoy watching them. If you want to,
  18213. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  18214. I appreciate every response I get.
  18215.  
  18216. Author: Florian Maushart
  18217. Path: pix/sorrow1.lha
  18218.  
  18219. ==========
  18220.  
  18221. sorrow2        1024x768x24 JPEG rendering by F Maushart
  18222.  
  18223. To give an idea, what this is all about ... :
  18224. At first, this is only the work of an amateur. I'm doing this kind of
  18225. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  18226. perhaps promises way to much. I only choose this word, because it's all
  18227. done with a "computer" and it's totally strange, bizar and the pictures
  18228. are showing nothing real, so I called this "art".
  18229. I showed these pictures a few people during the last months and they liked
  18230. them so much, that they persuaded me to share them with more people.
  18231. I know, the pictures are not really as nice, but I hope that someone
  18232. out there like it too, and will enjoy watching them. If you want to,
  18233. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  18234. I appreciate every response I get.
  18235.  
  18236. Author: Florian Maushart
  18237. Path: pix/sorrow2.lha
  18238.  
  18239. ==========
  18240.  
  18241. SpaceScape    ?.?    352x440x6 IFF raytrace view of Jupiter
  18242.  
  18243. This is an imagine rendered image of a fanciful view of Jupiter from
  18244. one of its moons, with relics of intelligent life.
  18245.  
  18246. Author: Robert Dickow
  18247. Path: pix/SpaceScape.iff.lha
  18248.  
  18249. ==========
  18250.  
  18251. SpectrumShot    ?.?    Screen shot of EGS Spectrum card WB.
  18252.  
  18253. Screen shot of the author's workbench, after installing his new EGS
  18254. Spectrum card.  It is a 1024x768 workbench screen with 256 colours, as you
  18255. will be able to see from the open screenmode preferences screen.  It also
  18256. has a nice pic of a supermodel's face in a window, has a neat WB backdrop
  18257. and uses MagicWB icons.
  18258.  
  18259. Author: Darren Eveland
  18260. Path: pix/SpectrumShot.lha
  18261.  
  18262. ==========
  18263.  
  18264. ST-CLIPS    0.07    3 Star Trek logo's
  18265.  
  18266. Contains a TNG, TOS and the Klingon Logo
  18267.  
  18268. Author: Ernest Otte
  18269. Path: pix/ST-CLIPS-0.07.lha
  18270.  
  18271. ==========
  18272.  
  18273. Stereo    ?.?    Stereo imagery - need 3D glasses to view
  18274.  
  18275. You'll need to aquire some of those cheap red/blue 3D glasses to properly
  18276. view these pics and anims. They are commonly available at comic book stores,
  18277. novelty shops, etc. All of this stereo material will run on an ECS machine.
  18278. It just so happens that this method of anaglyphic (red/blue) stereo imagery
  18279. works best with a 32 color lo res interlaced display, tho best results are
  18280. obtained with a flicker free monitor. Enjoy!.........Bill Graham
  18281.  
  18282. Author: Bill Graham
  18283. Path: pix/Stereo.lha
  18284.  
  18285. ==========
  18286.  
  18287. submarine    ?.?    Photorealistic undersea rendering
  18288.  
  18289. This is a photorealistic undersea rendering.  Submarine object is by
  18290. the author.
  18291.  
  18292. Author: Robert Dickow
  18293. Path: pix/Submarine.iff.lha
  18294.  
  18295. ==========
  18296.  
  18297. Tall_Ships_Passage    ?.?    1025x768x8 GIF of raytrace from anim
  18298.  
  18299. This is a still frame taken from an animation I'm working on called
  18300. "Tall_Ship's_Passage".  It was rendered on an Amiga 4000 using Imagine 2.0
  18301. and the Essence algorithmic texture package.  The picture may be freely
  18302. distributed provided it is not modified in any way and this text file is
  18303. included.\n
  18304.  
  18305. This is a 256 color 1024x768 GIF file.  The HAM8 version looks better due
  18306. to the larger number of available colors, but this one uses larger
  18307. resolution for those with display cards that can handle 1024x768x8.\n
  18308.  
  18309. I did NOT make a .jpeg file, because the .jpeg seemed to destroy many of
  18310. the details of the flag and ship even on the most "loss free" setting.  The
  18311. GIF in 8 bit looks better than the jpeg did in 24 bit.  Also, this pictures
  18312. really needs at least 640x400 to be displayed.  Rendering to 320x400/HAM6
  18313. makes for an absolutely horrible looking image, so there is really no point
  18314. to providing a conversion in that format.  Feel free to convert one of
  18315. these if you like, but the results won't be much to look at.\n
  18316.  
  18317. The picture took roughly 4 hours to render on an Amiga 4000/040 in 1024x768
  18318. with the highest degree of antialiasing.  The animation frames in 640x400
  18319. with slightly less anti-aliasing took about 55 minutes each.  Essence
  18320. textures were used for the weathered brick on the lighthouses & the
  18321. patterns in the lighthouse light beams.  Imagine global fog was used to
  18322. give a feeling of depth and character.\n
  18323.  
  18324. The final 250 frame animation is the result of 90 Mb of data and about
  18325. 14000 CPU-minutes of rendering time.  I'll upload the animation to an FTP
  18326. site in a few weeks (after my Dpaint/AGA gets here!).  It will require at
  18327. least 14 Mb of RAM to play, or an HD animation player which supports AGA
  18328. graphics modes.  You will also need an AGA equipped Amiga, obviously.
  18329.  
  18330. Author: Steve Koren
  18331. Path: pix/Tall_Ships_Passage.gif.lha
  18332.  
  18333. ==========
  18334.  
  18335. Tall_Ships_Passage    ?.?    896x628x8 HAM raytrace from anim
  18336.  
  18337. This is a still frame taken from an animation I'm working on called
  18338. "Tall_Ship's_Passage".  It was rendered on an Amiga 4000 using Imagine 2.0
  18339. and the Essence algorithmic texture package.  The picture may be freely
  18340. distributed provided it is not modified in any way and this text file is
  18341. included.\n
  18342.  
  18343. A 896x628 HAM8 picture.  The default viewmode is SUPER72.  Using anything
  18344. else will produce a slighty wrong aspect ratio (SUPER72 has roughly square
  18345. pixels, while those in 640x400 modes are not).  You may have to adjust your
  18346. monitor or overscan prefs to see the entire overscanned SUPER72 picture.\n
  18347.  
  18348. I did NOT make a .jpeg file, because the .jpeg seemed to destroy many of
  18349. the details of the flag and ship even on the most "loss free" setting.  The
  18350. GIF in 8 bit looks better than the jpeg did in 24 bit.  Also, this pictures
  18351. really needs at least 640x400 to be displayed.  Rendering to 320x400/HAM6
  18352. makes for an absolutely horrible looking image, so there is really no point
  18353. to providing a conversion in that format.  Feel free to convert one of
  18354. these if you like, but the results won't be much to look at.\n
  18355.  
  18356. The picture took roughly 4 hours to render on an Amiga 4000/040 in 1024x768
  18357. with the highest degree of antialiasing.  The animation frames in 640x400
  18358. with slightly less anti-aliasing took about 55 minutes each.  Essence
  18359. textures were used for the weathered brick on the lighthouses & the
  18360. patterns in the lighthouse light beams.  Imagine global fog was used to
  18361. give a feeling of depth and character.\n
  18362.  
  18363. The final 250 frame animation is the result of 90 Mb of data and about
  18364. 14000 CPU-minutes of rendering time.  I'll upload the animation to an FTP
  18365. site in a few weeks (after my Dpaint/AGA gets here!).  It will require at
  18366. least 14 Mb of RAM to play, or an HD animation player which supports AGA
  18367. graphics modes.  You will also need an AGA equipped Amiga, obviously.
  18368.  
  18369. Author: Steve Koren
  18370. Path: pix/Tall_Ships_Passage.ham.lha
  18371.  
  18372. ==========
  18373.  
  18374. TC001    ?.?    768x512x24 JPEG, wall + hard/soft coral
  18375.  
  18376. A 768x512x24 JPEG image of a wall with hard and soft corals.
  18377.  
  18378. The photographer, Terrance Carey, is a PADI certified master instructor
  18379. and amateur photographer who has been diving for 10+ years.  He has been
  18380. doing underwater photography for about 7 years and also teaches this
  18381. PADI specialty.
  18382.  
  18383. To be placed on a mailing list for notification of the availability of
  18384. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18385. by this photographer and others, contact Amiga Library Services at the
  18386. below address or via FAX at (602) 917-0917.
  18387.  
  18388. Author: Terrance Carey
  18389. Path: pix/TC001.lha
  18390.  
  18391. ==========
  18392.  
  18393. TC002    ?.?    768x512x24 JPEG, hard coral in Kosarae
  18394.  
  18395. A 768x512x24 JPEG imageof hard coral in Kosarae.
  18396.  
  18397. The photographer, Terrance Carey, is a PADI certified master instructor
  18398. and amateur photographer who has been diving for 10+ years.  He has been
  18399. doing underwater photography for about 7 years and also teaches this
  18400. PADI specialty.
  18401.  
  18402. To be placed on a mailing list for notification of the availability of
  18403. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18404. by this photographer and others, contact Amiga Library Services at the
  18405. below address or via FAX at (602) 917-0917.
  18406.  
  18407. Author: Terrance Carey
  18408. Path: pix/TC002.lha
  18409.  
  18410. ==========
  18411.  
  18412. TC003    ?.?    768x512x24 JPEG, purple vase anemone
  18413.  
  18414. A 768x512x24 JPEG image of a clown fish over a purple vase anemone.
  18415.  
  18416. The photographer, Terrance Carey, is a PADI certified master instructor
  18417. and amateur photographer who has been diving for 10+ years.  He has been
  18418. doing underwater photography for about 7 years and also teaches this
  18419. PADI specialty.
  18420.  
  18421. To be placed on a mailing list for notification of the availability of
  18422. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18423. by this photographer and others, contact Amiga Library Services at the
  18424. below address or via FAX at (602) 917-0917.
  18425.  
  18426. Author: Terrance Carey
  18427. Path: pix/TC003.lha
  18428.  
  18429. ==========
  18430.  
  18431. TC004    ?.?    768x512x24 JPEG, soft corals in Palau
  18432.  
  18433. A 768x512x24 JPEG image of soft corals in Palau.
  18434.  
  18435. The photographer, Terrance Carey, is a PADI certified master instructor
  18436. and amateur photographer who has been diving for 10+ years.  He has been
  18437. doing underwater photography for about 7 years and also teaches this
  18438. PADI specialty.
  18439.  
  18440. To be placed on a mailing list for notification of the availability of
  18441. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18442. by this photographer and others, contact Amiga Library Services at the
  18443. below address or via FAX at (602) 917-0917.
  18444.  
  18445. Author: Terrance Carey
  18446. Path: pix/TC004.lha
  18447.  
  18448. ==========
  18449.  
  18450. TC005    ?.?    768x512x24 JPEG, lettuce coral & polyps
  18451.  
  18452. A 768x512x24 JPEG image of lettuce coral with feeding polyps.
  18453.  
  18454. The photographer, Terrance Carey, is a PADI certified master instructor
  18455. and amateur photographer who has been diving for 10+ years.  He has been
  18456. doing underwater photography for about 7 years and also teaches this
  18457. PADI specialty.
  18458.  
  18459. To be placed on a mailing list for notification of the availability of
  18460. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18461. by this photographer and others, contact Amiga Library Services at the
  18462. below address or via FAX at (602) 917-0917.
  18463.  
  18464. Author: Terrance Carey
  18465. Path: pix/TC005.lha
  18466.  
  18467. ==========
  18468.  
  18469. TC006    ?.?    768x512x24 JPEG, finger coral in Palau
  18470.  
  18471. A 768x512x24 JPEG image of finger coral in Palau.
  18472.  
  18473. The photographer, Terrance Carey, is a PADI certified master instructor
  18474. and amateur photographer who has been diving for 10+ years.  He has been
  18475. doing underwater photography for about 7 years and also teaches this
  18476. PADI specialty.
  18477.  
  18478. To be placed on a mailing list for notification of the availability of
  18479. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18480. by this photographer and others, contact Amiga Library Services at the
  18481. below address or via FAX at (602) 917-0917.
  18482.  
  18483. Author: Terrance Carey
  18484. Path: pix/TC006.lha
  18485.  
  18486. ==========
  18487.  
  18488. TC007    ?.?    768x512x24 JPEG, hard coral, Caribbean
  18489.  
  18490. A 768x512x24 JPEG image of hard coral in the Caribbean.
  18491.  
  18492. The photographer, Terrance Carey, is a PADI certified master instructor
  18493. and amateur photographer who has been diving for 10+ years.  He has been
  18494. doing underwater photography for about 7 years and also teaches this
  18495. PADI specialty.
  18496.  
  18497. To be placed on a mailing list for notification of the availability of
  18498. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18499. by this photographer and others, contact Amiga Library Services at the
  18500. below address or via FAX at (602) 917-0917.
  18501.  
  18502. Author: Terrance Carey
  18503. Path: pix/TC007.lha
  18504.  
  18505. ==========
  18506.  
  18507. TC008    ?.?    768x512x24 JPEG, lion fish under ledge.
  18508.  
  18509. A 768x512x24 JPEG image of a lion fish under a ledge in Yap.
  18510.  
  18511. The photographer, Terrance Carey, is a PADI certified master instructor
  18512. and amateur photographer who has been diving for 10+ years.  He has been
  18513. doing underwater photography for about 7 years and also teaches this
  18514. PADI specialty.
  18515.  
  18516. To be placed on a mailing list for notification of the availability of
  18517. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18518. by this photographer and others, contact Amiga Library Services at the
  18519. below address or via FAX at (602) 917-0917.
  18520.  
  18521. Author: Terrance Carey
  18522. Path: pix/TC008.lha
  18523.  
  18524. ==========
  18525.  
  18526. TC009    ?.?    768x512x24 JPEG, purple soft coral
  18527.  
  18528. A 768x512x24 JPEG image of purple soft coral in Palau.
  18529.  
  18530. The photographer, Terrance Carey, is a PADI certified master instructor
  18531. and amateur photographer who has been diving for 10+ years.  He has been
  18532. doing underwater photography for about 7 years and also teaches this
  18533. PADI specialty.
  18534.  
  18535. To be placed on a mailing list for notification of the availability of
  18536. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18537. by this photographer and others, contact Amiga Library Services at the
  18538. below address or via FAX at (602) 917-0917.
  18539.  
  18540. Author: Terrance Carey
  18541. Path: pix/TC009.lha
  18542.  
  18543. ==========
  18544.  
  18545. TC010    ?.?    512x768x24 JPEG, diver in tunnels
  18546.  
  18547. A 512x768x24 JPEG image of a diver descending into tunnels at Palau.
  18548.  
  18549. The photographer, Terrance Carey, is a PADI certified master instructor
  18550. and amateur photographer who has been diving for 10+ years.  He has been
  18551. doing underwater photography for about 7 years and also teaches this
  18552. PADI specialty.
  18553.  
  18554. To be placed on a mailing list for notification of the availability of
  18555. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18556. by this photographer and others, contact Amiga Library Services at the
  18557. below address or via FAX at (602) 917-0917.
  18558.  
  18559. Author: Terrance Carey
  18560. Path: pix/TC010.lha
  18561.  
  18562. ==========
  18563.  
  18564. TC011    ?.?    768x512x24 JPEG, diver and crinoid
  18565.  
  18566. A 768x512x24 JPEG image of a diver inspecting a crinoid.
  18567.  
  18568. The photographer, Terrance Carey, is a PADI certified master instructor
  18569. and amateur photographer who has been diving for 10+ years.  He has been
  18570. doing underwater photography for about 7 years and also teaches this
  18571. PADI specialty.
  18572.  
  18573. To be placed on a mailing list for notification of the availability of
  18574. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18575. by this photographer and others, contact Amiga Library Services at the
  18576. below address or via FAX at (602) 917-0917.
  18577.  
  18578. Author: Terrance Carey
  18579. Path: pix/TC011.lha
  18580.  
  18581. ==========
  18582.  
  18583. TC012    ?.?    768x512x24 JPEG, manta ray in Yap
  18584.  
  18585. A 768x512x24 JPEG image of a manta ray in Mill channel at Yap.
  18586.  
  18587. The photographer, Terrance Carey, is a PADI certified master instructor
  18588. and amateur photographer who has been diving for 10+ years.  He has been
  18589. doing underwater photography for about 7 years and also teaches this
  18590. PADI specialty.
  18591.  
  18592. To be placed on a mailing list for notification of the availability of
  18593. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18594. by this photographer and others, contact Amiga Library Services at the
  18595. below address or via FAX at (602) 917-0917.
  18596.  
  18597. Author: Terrance Carey
  18598. Path: pix/TC012.lha
  18599.  
  18600. ==========
  18601.  
  18602. TC013    ?.?    768x512x24 JPEG, manta rays in Yap
  18603.  
  18604. A 768x512x24 JPEG image of manta rays in Mill channel at Yap.
  18605.  
  18606. The photographer, Terrance Carey, is a PADI certified master instructor
  18607. and amateur photographer who has been diving for 10+ years.  He has been
  18608. doing underwater photography for about 7 years and also teaches this
  18609. PADI specialty.
  18610.  
  18611. To be placed on a mailing list for notification of the availability of
  18612. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18613. by this photographer and others, contact Amiga Library Services at the
  18614. below address or via FAX at (602) 917-0917.
  18615.  
  18616. Author: Terrance Carey
  18617. Path: pix/TC013.lha
  18618.  
  18619. ==========
  18620.  
  18621. TC014    ?.?    768x512x24 JPEG, diver and barrel sponge
  18622.  
  18623. A 768x512x24 JPEG image of a diver over barrel sponge at Belize.
  18624.  
  18625. The photographer, Terrance Carey, is a PADI certified master instructor
  18626. and amateur photographer who has been diving for 10+ years.  He has been
  18627. doing underwater photography for about 7 years and also teaches this
  18628. PADI specialty.
  18629.  
  18630. To be placed on a mailing list for notification of the availability of
  18631. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18632. by this photographer and others, contact Amiga Library Services at the
  18633. below address or via FAX at (602) 917-0917.
  18634.  
  18635. Author: Terrance Carey
  18636. Path: pix/TC014.lha
  18637.  
  18638. ==========
  18639.  
  18640. TC015    ?.?    768x512x24 JPEG, red starfish on rocks
  18641.  
  18642. A 768x512x24 JPEG image of a red starfish on rocks in the Channel
  18643. Islands, CA.
  18644.  
  18645. The photographer, Terrance Carey, is a PADI certified master instructor
  18646. and amateur photographer who has been diving for 10+ years.  He has been
  18647. doing underwater photography for about 7 years and also teaches this
  18648. PADI specialty.
  18649.  
  18650. To be placed on a mailing list for notification of the availability of
  18651. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18652. by this photographer and others, contact Amiga Library Services at the
  18653. below address or via FAX at (602) 917-0917.
  18654.  
  18655. Author: Terrance Carey
  18656. Path: pix/TC015.lha
  18657.  
  18658. ==========
  18659.  
  18660. TC016    ?.?    768x512x24 JPEG, wreck in San Carlos, MX
  18661.  
  18662. A 768x512x24 JPEG image of the Presidente DIAZ ORDAZ in San Carlos,
  18663. Mexico.
  18664.  
  18665. The photographer, Terrance Carey, is a PADI certified master instructor
  18666. and amateur photographer who has been diving for 10+ years.  He has been
  18667. doing underwater photography for about 7 years and also teaches this
  18668. PADI specialty.
  18669.  
  18670. To be placed on a mailing list for notification of the availability of
  18671. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18672. by this photographer and others, contact Amiga Library Services at the
  18673. below address or via FAX at (602) 917-0917.
  18674.  
  18675. Author: Terrance Carey
  18676. Path: pix/TC016.lha
  18677.  
  18678. ==========
  18679.  
  18680. TC017    ?.?    768x512x24 JPEG, Presidente DIAZ ORDAZ
  18681.  
  18682. A 768x512x24 JPEG image of the Presidente DIAZ ORDAZ wreck in San
  18683. Carlos, Mexico.
  18684.  
  18685. The photographer, Terrance Carey, is a PADI certified master instructor
  18686. and amateur photographer who has been diving for 10+ years.  He has been
  18687. doing underwater photography for about 7 years and also teaches this
  18688. PADI specialty.
  18689.  
  18690. To be placed on a mailing list for notification of the availability of
  18691. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18692. by this photographer and others, contact Amiga Library Services at the
  18693. below address or via FAX at (602) 917-0917.
  18694.  
  18695. Author: Terrance Carey
  18696. Path: pix/TC017.lha
  18697.  
  18698. ==========
  18699.  
  18700. TC018    ?.?    768x512x24 JPEG, school of silver sides
  18701.  
  18702. A 768x512x24 JPEG image of a school of silver sides inside the wreck
  18703. Presidente DIAZ ORDAZ at San Carlos, Mexico.
  18704.  
  18705. The photographer, Terrance Carey, is a PADI certified master instructor
  18706. and amateur photographer who has been diving for 10+ years.  He has been
  18707. doing underwater photography for about 7 years and also teaches this
  18708. PADI specialty.
  18709.  
  18710. To be placed on a mailing list for notification of the availability of
  18711. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18712. by this photographer and others, contact Amiga Library Services at the
  18713. below address or via FAX at (602) 917-0917.
  18714.  
  18715. Author: Terrance Carey
  18716. Path: pix/TC018.lha
  18717.  
  18718. ==========
  18719.  
  18720. TC019    ?.?    768x512x24 JPEG, spotted moray eel
  18721.  
  18722. A 768x512x24 JPEG image of a spotted moray eel in Cozumel, Mexico.
  18723.  
  18724. The photographer, Terrance Carey, is a PADI certified master instructor
  18725. and amateur photographer who has been diving for 10+ years.  He has been
  18726. doing underwater photography for about 7 years and also teaches this
  18727. PADI specialty.
  18728.  
  18729. To be placed on a mailing list for notification of the availability of
  18730. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18731. by this photographer and others, contact Amiga Library Services at the
  18732. below address or via FAX at (602) 917-0917.
  18733.  
  18734. Author: Terrance Carey
  18735. Path: pix/TC019.lha
  18736.  
  18737. ==========
  18738.  
  18739. TC020    ?.?    768x512x24 JPEG, soft sponges and coral
  18740.  
  18741. A 768x512x24 JPEG image of soft sponges and coral in the Caribbean.
  18742.  
  18743. The photographer, Terrance Carey, is a PADI certified master instructor
  18744. and amateur photographer who has been diving for 10+ years.  He has been
  18745. doing underwater photography for about 7 years and also teaches this
  18746. PADI specialty.
  18747.  
  18748. To be placed on a mailing list for notification of the availability of
  18749. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18750. by this photographer and others, contact Amiga Library Services at the
  18751. below address or via FAX at (602) 917-0917.
  18752.  
  18753. Author: Terrance Carey
  18754. Path: pix/TC020.lha
  18755.  
  18756. ==========
  18757.  
  18758. TC021    ?.?    768x512x24 JPEG, juvenile damsel fish
  18759.  
  18760. A 768x512x24 JPEG image of a juvenile damsel fish and sponge.
  18761.  
  18762. The photographer, Terrance Carey, is a PADI certified master instructor
  18763. and amateur photographer who has been diving for 10+ years.  He has been
  18764. doing underwater photography for about 7 years and also teaches this
  18765. PADI specialty.
  18766.  
  18767. To be placed on a mailing list for notification of the availability of
  18768. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18769. by this photographer and others, contact Amiga Library Services at the
  18770. below address or via FAX at (602) 917-0917.
  18771.  
  18772. Author: Terrance Carey
  18773. Path: pix/TC021.lha
  18774.  
  18775. ==========
  18776.  
  18777. TC022    ?.?    768x512x24 JPEG, queen angel fish & reef
  18778.  
  18779. A 768x512x24 JPEG image of a queen angel fish under a reef in the
  18780. Cayman Islands.
  18781.  
  18782. The photographer, Terrance Carey, is a PADI certified master instructor
  18783. and amateur photographer who has been diving for 10+ years.  He has been
  18784. doing underwater photography for about 7 years and also teaches this
  18785. PADI specialty.
  18786.  
  18787. To be placed on a mailing list for notification of the availability of
  18788. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18789. by this photographer and others, contact Amiga Library Services at the
  18790. below address or via FAX at (602) 917-0917.
  18791.  
  18792. Author: Terrance Carey
  18793. Path: pix/TC022.lha
  18794.  
  18795. ==========
  18796.  
  18797. TC023    ?.?    768x512x24 JPEG, queen angel fish & reef
  18798.  
  18799. A 768x512x24 JPEG image of a queen angel fish under a reef in the
  18800. Cayman Islands.
  18801.  
  18802. The photographer, Terrance Carey, is a PADI certified master instructor
  18803. and amateur photographer who has been diving for 10+ years.  He has been
  18804. doing underwater photography for about 7 years and also teaches this
  18805. PADI specialty.
  18806.  
  18807. To be placed on a mailing list for notification of the availability of
  18808. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18809. by this photographer and others, contact Amiga Library Services at the
  18810. below address or via FAX at (602) 917-0917.
  18811.  
  18812. Author: Terrance Carey
  18813. Path: pix/TC023.lha
  18814.  
  18815. ==========
  18816.  
  18817. TC024    ?.?    768x512x24 JPEG, butterfly fish & sponge
  18818.  
  18819. A 768x512x24 JPEG image of a butterfly fish, sponges, and corals.
  18820.  
  18821. The photographer, Terrance Carey, is a PADI certified master instructor
  18822. and amateur photographer who has been diving for 10+ years.  He has been
  18823. doing underwater photography for about 7 years and also teaches this
  18824. PADI specialty.
  18825.  
  18826. To be placed on a mailing list for notification of the availability of
  18827. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18828. by this photographer and others, contact Amiga Library Services at the
  18829. below address or via FAX at (602) 917-0917.
  18830.  
  18831. Author: Terrance Carey
  18832. Path: pix/TC024.lha
  18833.  
  18834. ==========
  18835.  
  18836. TC025    ?.?    768x512x24 JPEG, stingray in Cozumel, MX
  18837.  
  18838. A 768x512x24 JPEG image of a stringray in Cozumel, Mexico.
  18839.  
  18840. The photographer, Terrance Carey, is a PADI certified master instructor
  18841. and amateur photographer who has been diving for 10+ years.  He has been
  18842. doing underwater photography for about 7 years and also teaches this
  18843. PADI specialty.
  18844.  
  18845. To be placed on a mailing list for notification of the availability of
  18846. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18847. by this photographer and others, contact Amiga Library Services at the
  18848. below address or via FAX at (602) 917-0917.
  18849.  
  18850. Author: Terrance Carey
  18851. Path: pix/TC025.lha
  18852.  
  18853. ==========
  18854.  
  18855. TC026    ?.?    768x512x24 JPEG, blue tang in Belize
  18856.  
  18857. A 768x512x24 JPEG image of a blue tang in Belize.
  18858.  
  18859. The photographer, Terrance Carey, is a PADI certified master instructor
  18860. and amateur photographer who has been diving for 10+ years.  He has been
  18861. doing underwater photography for about 7 years and also teaches this
  18862. PADI specialty.
  18863.  
  18864. To be placed on a mailing list for notification of the availability of
  18865. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18866. by this photographer and others, contact Amiga Library Services at the
  18867. below address or via FAX at (602) 917-0917.
  18868.  
  18869. Author: Terrance Carey
  18870. Path: pix/TC026.lha
  18871.  
  18872. ==========
  18873.  
  18874. TC027    ?.?    768x512x24 JPEG, Gerabaldi fish
  18875.  
  18876. A 768x512x24 JPEG image of a Gerabaldi fish in San Clemente, CA.
  18877.  
  18878. The photographer, Terrance Carey, is a PADI certified master instructor
  18879. and amateur photographer who has been diving for 10+ years.  He has been
  18880. doing underwater photography for about 7 years and also teaches this
  18881. PADI specialty.
  18882.  
  18883. To be placed on a mailing list for notification of the availability of
  18884. a full CD-ROM or photo CD containing 100-500 high quality dive images,
  18885. by this photographer and others, contact Amiga Library Services at the
  18886. below address or via FAX at (602) 917-0917.
  18887.  
  18888. Author: Terrance Carey
  18889. Path: pix/TC027.lha
  18890.  
  18891. ==========
  18892.  
  18893. Thunder    ?.?    HAM and JPEG of dinosaur.
  18894.  
  18895. Another "hungry-looking" dinosaur.  HAM and JPEG formats.
  18896.  
  18897. Author: Andrew Denton
  18898. Path: pix/Thunder.lha
  18899.  
  18900. ==========
  18901.  
  18902. Tmonster1    ?.?    640x413x24 JPEG picture by Bill Graham
  18903.  
  18904. A 640x413x24 JPEG picture of a "tongue monster".
  18905.  
  18906. Author: Bill Graham
  18907. Path: pix/Tmonster1.lha
  18908.  
  18909. ==========
  18910.  
  18911. Tmonster2    ?.?    640x413x24 JPEG picture by Bill Graham
  18912.  
  18913. A 640x413x24 JPEG picture of a "tongue monster".
  18914.  
  18915. Author: Bill Graham
  18916. Path: pix/Tmonster2.lha
  18917.  
  18918. ==========
  18919.  
  18920. Tmonster3    ?.?    640x413x24 JPEG picture by Bill Graham
  18921.  
  18922. A 640x413x24 JPEG picture of two "tongue monsters" doing a "high-five".
  18923.  
  18924. Author: Bill Graham
  18925. Path: pix/Tmonster3.lha
  18926.  
  18927. ==========
  18928.  
  18929. TrashIntel    ?.?    "Intel Inside" trashcan icon
  18930.  
  18931. I put together this icon from Intel In/Out WB pics downloaded here.
  18932.  
  18933. Author: Bill Chin
  18934. Path: pix/TrashIcon.lha
  18935.  
  18936. ==========
  18937.  
  18938. TrevsWBPix    ?.?    Set of MagicWB patterns, etc
  18939.  
  18940. Excuse me, but I'm too lazy to write very much so...
  18941. The original archive contains this text file, a prefs drawer (with 16 magic workbench images in the
  18942. patterns drawer, a presets drawer, and the env-archive drawer), a piece of a startup-sequence in the
  18943. s: dir, and a rand command in the c: dir., as well as two sample pictures grabbed from my WB.
  18944.  
  18945. Author: Trevor Morris
  18946. Path: pix/TrevsWBPix.lha
  18947.  
  18948. ==========
  18949.  
  18950. TShirt    ?.?    Tshirt pics, by Eric Schwartz.
  18951.  
  18952. These are two pictures which I have printed on my TShirt.  Front: Amicon5
  18953. Flip the Frog & Clarisse Cat by Eric W.  Schwartz.  Back : Green Smily &
  18954. Don't Panic known from the cover of some DNA-books.
  18955.  
  18956. Author: Eric W Schwartz and an unknown artist
  18957. submitted by Martin Schulze
  18958. Path: pix/TShirt.lha
  18959.  
  18960. ==========
  18961.  
  18962. tsiwf    ?.?    JPEG Imagine 2.0 raytraced image.
  18963.  
  18964.  
  18965. This picture was made with Imagine 2.0 for illustrating the stand of
  18966. BUGSS (French Amiga Users Club) at the ATACOM'93 exhibition.  There
  18967. are my first real pictures with Imagine.  I have made this one for the
  18968. TSiWF Collection.
  18969.  
  18970. There are common objects in the 3 pictures :
  18971.  
  18972. - The ground, mirrored checker.
  18973. - The base of the main object, mirrored blue.
  18974. - The 2 mirrors doing 135° angle
  18975. - The same sky (extracted from TSiWF 3D Collection)
  18976.  
  18977. Here, the main object is a mirrored spongeri fractal 3D triangle
  18978. extracted from TSiWF Collection, of course *8) with a sphere inside
  18979. with a snail mapping and the same mapping of it in black & white
  18980. (bump).
  18981.  
  18982. We can notice the "FGP" logo at the bottom of the base.
  18983.  
  18984. It's raytraced picture and the rendering time is 8 hours 
  18985. for a 640x512 Hires Lace 24bit picture on an A3000 16Mhz
  18986.  
  18987. Author: Pascal Rullier
  18988. Path: pix/TSiWF.jpg.lha
  18989.  
  18990. ==========
  18991.  
  18992. TVPreview    ?.?    Screen grab of interactive pic viewer.
  18993.  
  18994. A screen grab of a yet-to-be-released interactive 24-bit picture viewer
  18995. called TowerView.
  18996.  
  18997. Author: Christoph Feck
  18998. Path: pix/TVPreview.lha
  18999.  
  19000. ==========
  19001.  
  19002. Twisted_City    ?.?    896x628x8 HAM pic of a twisted city
  19003.  
  19004. I got the idea for this picture after playing around with Imagine's
  19005. "Conform to Path" feature using some old building objects I had.  This
  19006. feature lets you take an arbitrary object and bend it in a shape defined by
  19007. a splined path.  This was used to make the twisted buildings, radio tower,
  19008. and bridge supports.  The water, galaxy, gas planet, and pits on the bridge
  19009. road are Essence II textures.  Most others are Essence I textures,
  19010. including the clouds and a lot of other subtler ones.\n
  19011.  
  19012. Some things didn't turn out quite as I had hoped: the windows on the
  19013. buildings don't quite follow the buildings' twists in quite the manner that
  19014. I had wanted them to.  The alleged glass elevator on the side of the
  19015. nearest tall building isn't very convincing; it looked OK close up with the
  19016. light at the right angle, but it doesn't really come across as glass from
  19017. this viewpoint.  I had also wanted to make things like the airport runway
  19018. twisted, but it is a bitmap, and aligning objects (for the blue runway
  19019. lights) with a particular feature in the middle of a brushmap is not very
  19020. easy in Imagine.  The city could also stand to have a little more detail,
  19021. but I got tired of making objects for it.\n
  19022.  
  19023. My initial attempt at this image used motion-blurring for the aircraft, but
  19024. I decided I didn't like that.  Too much detail goes away.\n
  19025.  
  19026. Viewing this image in anything less than 640x400x8-bit is a waste of time;
  19027. too much detail is lost at lower resolutions to make it worthwhile.  I've
  19028. supplied the image in two resolutions (896x628 & 1280x1024), both of which
  19029. look pretty good.  Don't even *think* about 320x400 or 640x400x4-bit.  The
  19030. image is also (intentionally) dim, so you might have to crank up your
  19031. monitor brightness a little bit.\n
  19032.  
  19033. As always, please don't modify the image in ways other than resolution
  19034. conversion, or claim credit for it, or use it for commercial purposes
  19035. without permission of the author.  Thanks.\n
  19036.  
  19037. (PS - if you like it, you might drop me a note... :-)\n
  19038.  
  19039. Hardware & Software used to create this image:\n
  19040.  
  19041.       Amiga 4000/040    (of course)\n
  19042.       Imagine 2.0       (rendering engine)\n
  19043.       Essence I and II  (indispensably cool algorithmic textures packages)\n
  19044.       Deluxe Paint IV   (brushmaps for the roads, airport, signs, etc.\n
  19045.       ImageFX           (post-render 24-bit image processing)\n
  19046.  
  19047. Author: Steve Koren
  19048. Path: pix/Twisted_City.ham.lha
  19049.  
  19050. ==========
  19051.  
  19052. Twisted_City    ?.?    1280x1024x24 JPEG pic of a twisted city
  19053.  
  19054. I got the idea for this picture after playing around with Imagine's
  19055. "Conform to Path" feature using some old building objects I had.  This
  19056. feature lets you take an arbitrary object and bend it in a shape defined by
  19057. a splined path.  This was used to make the twisted buildings, radio tower,
  19058. and bridge supports.  The water, galaxy, gas planet, and pits on the bridge
  19059. road are Essence II textures.  Most others are Essence I textures,
  19060. including the clouds and a lot of other subtler ones.\n
  19061.  
  19062. Some things didn't turn out quite as I had hoped: the windows on the
  19063. buildings don't quite follow the buildings' twists in quite the manner that
  19064. I had wanted them to.  The alleged glass elevator on the side of the
  19065. nearest tall building isn't very convincing; it looked OK close up with the
  19066. light at the right angle, but it doesn't really come across as glass from
  19067. this viewpoint.  I had also wanted to make things like the airport runway
  19068. twisted, but it is a bitmap, and aligning objects (for the blue runway
  19069. lights) with a particular feature in the middle of a brushmap is not very
  19070. easy in Imagine.  The city could also stand to have a little more detail,
  19071. but I got tired of making objects for it.\n
  19072.  
  19073. My initial attempt at this image used motion-blurring for the aircraft, but
  19074. I decided I didn't like that.  Too much detail goes away.\n
  19075.  
  19076. Viewing this image in anything less than 640x400x8-bit is a waste of time;
  19077. too much detail is lost at lower resolutions to make it worthwhile.  I've
  19078. supplied the image in two resolutions (896x628 & 1280x1024), both of which
  19079. look pretty good.  Don't even *think* about 320x400 or 640x400x4-bit.  The
  19080. image is also (intentionally) dim, so you might have to crank up your
  19081. monitor brightness a little bit.\n
  19082.  
  19083. As always, please don't modify the image in ways other than resolution
  19084. conversion, or claim credit for it, or use it for commercial purposes
  19085. without permission of the author.  Thanks.\n
  19086.  
  19087. (PS - if you like it, you might drop me a note... :-)\n
  19088.  
  19089. Hardware & Software used to create this image:\n
  19090.  
  19091.       Amiga 4000/040    (of course)\n
  19092.       Imagine 2.0       (rendering engine)\n
  19093.       Essence I and II  (indispensably cool algorithmic textures packages)\n
  19094.       Deluxe Paint IV   (brushmaps for the roads, airport, signs, etc.\n
  19095.       ImageFX           (post-render 24-bit image processing)\n
  19096.  
  19097. Author: Steve Koren
  19098. Path: pix/Twisted_City.jpg.lha
  19099.  
  19100. ==========
  19101.  
  19102. VahlenkampArt    ?.?    Small selection of HAM/HAM8 artwork
  19103.  
  19104. The files in this archive:
  19105.  
  19106. Landscape.pic      320x400x6
  19107. RainbowWeb.pic     784x454x8
  19108. RGB.pic            784x454x8
  19109. SpaceTemple.pic    640x400x8
  19110. VortexTemple.pic   784x454x8
  19111.  
  19112. are a small selection of HAM/HAM8 artwork I created with DeluxePaint
  19113. IV AGA and Genesis. These pictures are freely redistributable, so feel
  19114. free to copy them. However, they must not be sold for profit without
  19115. my permission.
  19116.  
  19117. Author: Henning Vahlenkamp
  19118. Path: pix/VahlenkampArt.lha
  19119.  
  19120. ==========
  19121.  
  19122. VoyageToAtlantis    ?.?    Imagine2.9 raytraced image
  19123.  
  19124. This is a single frame from a long animation I have been working on.  
  19125. It uses several new features from Imagine 2.9. The entire animation 
  19126. is over 200 Megabytes in HAM Interlace Overscan.  It looks pretty good
  19127. genlocked onto videotape.  The sub comes from out of the distance,
  19128. makes a turn in front of the camera, and goes on to find the domed
  19129. underwater city of Atlantis. The undersea plants
  19130. were made with the new twist, bend, and taper tools in the Detail
  19131. Editor.  The ocean floor is a plane with the new Wave texture. The 
  19132. sunken galleon is from the Imagine 2.0 included objects. The seashells  
  19133. were made with Shelley, which I got off aminet (thanks!).  The
  19134. submarine is my concept of the proposed Centurion class.  Yes, I
  19135. know submarines don't travel underwater with their mast and
  19136. and periscope up but I thought it looked cooler.  Some things I
  19137. am working on are a better hull texture, cavitation bubbles as the
  19138. prop turns (maybe with particles), and adding more detail to the hull.
  19139. Since then, I have made models of the Seawolf, Typhoon, and am working
  19140. on the Akula plus a zillion other projects.
  19141.  
  19142. Author: Ted Stethem
  19143. Path: pix/Voyage2Atlantis.lha
  19144.  
  19145. ==========
  19146.  
  19147. water1        1024x768x24 JPEG rendering by F Maushart
  19148.  
  19149. To give an idea, what this is all about ... :
  19150. At first, this is only the work of an amateur. I'm doing this kind of
  19151. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  19152. perhaps promises way to much. I only choose this word, because it's all
  19153. done with a "computer" and it's totally strange, bizar and the pictures
  19154. are showing nothing real, so I called this "art".
  19155. I showed these pictures a few people during the last months and they liked
  19156. them so much, that they persuaded me to share them with more people.
  19157. I know, the pictures are not really as nice, but I hope that someone
  19158. out there like it too, and will enjoy watching them. If you want to,
  19159. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  19160. I appreciate every response I get.
  19161.  
  19162. Author: Florian Maushart
  19163. Path: pix/water1.lha
  19164.  
  19165. ==========
  19166.  
  19167. water2        1024x768x24 JPEG rendering by F Maushart
  19168.  
  19169. To give an idea, what this is all about ... :
  19170. At first, this is only the work of an amateur. I'm doing this kind of
  19171. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  19172. perhaps promises way to much. I only choose this word, because it's all
  19173. done with a "computer" and it's totally strange, bizar and the pictures
  19174. are showing nothing real, so I called this "art".
  19175. I showed these pictures a few people during the last months and they liked
  19176. them so much, that they persuaded me to share them with more people.
  19177. I know, the pictures are not really as nice, but I hope that someone
  19178. out there like it too, and will enjoy watching them. If you want to,
  19179. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  19180. I appreciate every response I get.
  19181.  
  19182. Author: Florian Maushart
  19183. Path: pix/water2.lha
  19184.  
  19185. ==========
  19186.  
  19187. water3        1024x768x24 JPEG rendering by F Maushart
  19188.  
  19189. To give an idea, what this is all about ... :
  19190. At first, this is only the work of an amateur. I'm doing this kind of
  19191. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  19192. perhaps promises way to much. I only choose this word, because it's all
  19193. done with a "computer" and it's totally strange, bizar and the pictures
  19194. are showing nothing real, so I called this "art".
  19195. I showed these pictures a few people during the last months and they liked
  19196. them so much, that they persuaded me to share them with more people.
  19197. I know, the pictures are not really as nice, but I hope that someone
  19198. out there like it too, and will enjoy watching them. If you want to,
  19199. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  19200. I appreciate every response I get.
  19201.  
  19202. Author: Florian Maushart
  19203. Path: pix/water3.lha
  19204.  
  19205. ==========
  19206.  
  19207. WeirdPlanet    ?.?    Sphere inside the hole of a torus.
  19208.  
  19209. This is a 704 X 562 picture of a sphere inside the hole of a torus (donut). The
  19210. sphere is golden in colour (not apparent because of its reflectivity) and is 
  19211. altitude mapped to give it weird patterns when reflecting the torus. The torus 
  19212. has a disturbed texture on it and is also altitude mapped but not to the same 
  19213. degree as the sphere. I have also rendered this picture in 1680 X 1188 for 
  19214. printing on A2 size paper on a 400dpi colour bubblejet and the detail looks 
  19215. amazing (possibly because I've never seen anything in that resolution before), 
  19216. the 24 bit IFF of that was 4.2 megs. I might upload the jpeg of it in a few 
  19217. weeks.
  19218.  
  19219. Author: Leo Hamulczyk
  19220. Path: pix/WeirdPlanet.lha
  19221.  
  19222. ==========
  19223.  
  19224. accelerators-hardware    ?.?    Reviews of accelerator products
  19225.  
  19226. Reviews of accelerator products:
  19227.  
  19228.     68000's faster than 7 MHz
  19229.     68010
  19230.     68020
  19231.     68030
  19232.     68040
  19233.     etc.
  19234.  
  19235. Author: Various; maintained by Daniel Barrett
  19236. Path: reviews/accelerators.lha
  19237.  
  19238. ==========
  19239.  
  19240. amigados-reviews    ?.?    Reviews of AmigaDOS versions.
  19241.  
  19242. Reviews of AmigaDOS versions.
  19243.  
  19244. Author: Various; maintained by Daniel Barrett
  19245. Path: reviews/amigados.lha
  19246.  
  19247. ==========
  19248.  
  19249. april-fools    ?.?    April Fools jokes from 1993.
  19250.  
  19251. These "reviews" are April Fools jokes from 1993, all written by
  19252. Daniel Barrett, barrett@cs.umass.edu.
  19253.  
  19254. Author: Various; maintained by Daniel Barrett
  19255. Path: reviews/april-fools.lha
  19256.  
  19257. ==========
  19258.  
  19259. audio-hardware    ?.?    Reviews of audio hardware products
  19260.  
  19261. Reviews of audio hardware products:
  19262.  
  19263.     Digitizers
  19264.     MIDI interfaces
  19265.     Sound boards
  19266.     Speakers
  19267.  
  19268. Author: Various; maintained by Daniel Barrett
  19269. Path: reviews/audio.lha
  19270.  
  19271. ==========
  19272.  
  19273. books-reviews    ?.?    Reviews of Amiga-related books.
  19274.  
  19275. Reviews of Amiga-related books.
  19276.  
  19277. Author: Various; maintained by Daniel Barrett
  19278. Path: reviews/books.lha
  19279.  
  19280. ==========
  19281.  
  19282. business-software    ?.?    Reviews of business software.
  19283.  
  19284. Reviews of business software.
  19285.  
  19286. Author: Various; maintained by Daniel Barrett
  19287. Path: reviews/business.lha
  19288.  
  19289. ==========
  19290.  
  19291. calendar-software    ?.?    Reviews of calendar/reminder programs.
  19292.  
  19293. Reviews of calendar/reminder programs.
  19294.  
  19295. Author: Various; maintained by Daniel Barrett
  19296. Path: reviews/calendar.lha
  19297.  
  19298. ==========
  19299.  
  19300. cd-rom-hardware    ?.?    Reviews of CD-ROM related products
  19301.  
  19302. Reviews of CD-ROM related products:
  19303.  
  19304.     CD-ROM drives.
  19305.     Commodore CD-ROM machines (CDTV, CD32, etc.)
  19306.  
  19307. Author: Various; maintained by Daniel Barrett
  19308. Path: reviews/cd-rom.lha
  19309.  
  19310. ==========
  19311.  
  19312. computers-hardware    ?.?    Reviews of Amiga computers.
  19313.  
  19314. Reviews of Amiga computers.
  19315.  
  19316. Author: Various; maintained by Daniel Barrett
  19317. Path: reviews/computers.lha
  19318.  
  19319. ==========
  19320.  
  19321. confer-reviews    ?.?    Reviews of conferences.
  19322.  
  19323. Reviews of conferences.
  19324.  
  19325. Author: Various; maintained by Daniel Barrett
  19326. Path: reviews/conferences.lha
  19327.  
  19328. ==========
  19329.  
  19330. copiers-hardware    ?.?    Reviews of disk copying hardware.
  19331.  
  19332. Reviews of disk copying hardware products.
  19333.  
  19334. Author: Various; maintained by Daniel Barrett
  19335. Path: reviews/copiers.lha
  19336.  
  19337. ==========
  19338.  
  19339. database-software    ?.?    Reviews of databases.
  19340.  
  19341. Reviews of databases.
  19342.  
  19343. Author: Various; maintained by Daniel Barrett
  19344. Path: reviews/database.lha
  19345.  
  19346. ==========
  19347.  
  19348. datacomm-hardware    ?.?    Reviews of modems and FAXmodems.
  19349.  
  19350. Reviews of modems and FAXmodems.
  19351.  
  19352. Author: Various; maintained by Daniel Barrett
  19353. Path: reviews/datacomm.lha
  19354.  
  19355. ==========
  19356.  
  19357. debug-hardware    ?.?    Reviews of hardware debugging aids.
  19358.  
  19359. Reviews of hardware debugging aids.
  19360.  
  19361. Author: Various; maintained by Daniel Barrett
  19362. Path: reviews/debug.lha
  19363.  
  19364. ==========
  19365.  
  19366. disk-software    ?.?    Reviews of disk-related products
  19367.  
  19368. Reviews of disk-related products:
  19369.  
  19370.     Backup programs
  19371.     Directory programs, disk organizing programs
  19372.     Disk repair programs
  19373.     Software caches
  19374.     Virtual memory
  19375.  
  19376. Author: Various; maintained by Daniel Barrett
  19377. Path: reviews/disk.lha
  19378.  
  19379. ==========
  19380.  
  19381. emulation-hardware    ?.?    Reviews of hardware emulators.
  19382.  
  19383. Reviews of hardware products for emulating other computers:
  19384.  
  19385.     PC
  19386.     Macintosh
  19387.     etc.
  19388.  
  19389. Author: Various; maintained by Daniel Barrett
  19390. Path: reviews/emulation.lha
  19391.  
  19392. ==========
  19393.  
  19394. gag-software    ?.?    Reviews of funny or strange software.
  19395.  
  19396. Reviews of funny or strange software.
  19397.  
  19398. Author: Various; maintained by Daniel Barrett
  19399. Path: reviews/gag.lha
  19400.  
  19401. ==========
  19402.  
  19403. games-software    ?.?    Reviews of games.
  19404.  
  19405. Reviews of games.
  19406.  
  19407. Author: Various; maintained by Daniel Barrett
  19408. Path: reviews/games.lha
  19409.  
  19410. ==========
  19411.  
  19412. graphics-hardware    ?.?    Reviews of graphics hardware
  19413.  
  19414. Reviews of graphics hardware:
  19415.  
  19416.     Animation accelerators
  19417.     Graphics cards
  19418.     Video digitizers
  19419.     etc.
  19420.  
  19421. Author: Various; maintained by Daniel Barrett
  19422. Path: reviews/graphics.lha
  19423.  
  19424. ==========
  19425.  
  19426. humor-reviews    ?.?    Reviews with a humorous basis.
  19427.  
  19428. Reviews with a humorous basis.
  19429.  
  19430. Author: Various; maintained by Daniel Barrett
  19431. Path: reviews/humor.lha
  19432.  
  19433. ==========
  19434.  
  19435. ide-hardware    ?.?    Reviews of IDE disk controllers.
  19436.  
  19437. Reviews of IDE disk controllers.
  19438.  
  19439. Author: Various; maintained by Daniel Barrett
  19440. Path: reviews/ide.lha
  19441.  
  19442. ==========
  19443.  
  19444. input-devices-hardware    ?.?    Reviews of input devices
  19445.  
  19446. Reviews of input devices:
  19447.  
  19448.     Gamepads
  19449.     Joysticks
  19450.     Keyboards
  19451.     Mice
  19452.     Trackballs
  19453.  
  19454. Author: Various; maintained by Daniel Barrett
  19455. Path: reviews/input-devices.lha
  19456.  
  19457. ==========
  19458.  
  19459. magazines-reviews    ?.?    Reviews of Amiga-related magazines.
  19460.  
  19461. Reviews of Amiga-related magazines.
  19462.  
  19463. Author: Various; maintained by Daniel Barrett
  19464. Path: reviews/magazines.lha
  19465.  
  19466. ==========
  19467.  
  19468. memory-hardware    ?.?    Reviews of memory products
  19469.  
  19470. Reviews of memory products:
  19471.  
  19472.     RAM
  19473.     RAM boards
  19474.  
  19475. Author: Various; maintained by Daniel Barrett
  19476. Path: reviews/memory.lha
  19477.  
  19478. ==========
  19479.  
  19480. modems-hardware    ?.?    Reviews of modems.
  19481.  
  19482. Reviews of modems.
  19483.  
  19484. Author: Various; maintained by Daniel Barrett
  19485. Path: reviews/modems.lha
  19486.  
  19487. ==========
  19488.  
  19489. monitors-hardware    ?.?    Reviews of computer monitors.
  19490.  
  19491. Reviews of computer monitors.
  19492.  
  19493. Author: Various; maintained by Daniel Barrett
  19494. Path: reviews/monitors.lha
  19495.  
  19496. ==========
  19497.  
  19498. multimedia-software    ?.?    Reviews of multimedia software.
  19499.  
  19500. Reviews of multimedia software.
  19501.  
  19502. Author: Various; maintained by Daniel Barrett
  19503. Path: reviews/multimedia.lha
  19504.  
  19505. ==========
  19506.  
  19507. IO-ports-hardware    ?.?    Reviews of hardware IO products.
  19508.  
  19509. Reviews of hardware devices with input/output ports, such as:
  19510.  
  19511.     Multi-serial boards
  19512.     Multi-parallel boards
  19513.     Ethernet boards
  19514.     ARCnet boards
  19515.  
  19516. Author: Various; maintained by Daniel Barrett
  19517. Path: reviews/ports.lha
  19518.  
  19519. ==========
  19520.  
  19521. power-hardware    ?.?    Reviews of power supplies, etc.
  19522.  
  19523. Reviews of power supplies, uninterruptable power supplies (UPS), etc.
  19524.  
  19525. Author: Various; maintained by Daniel Barrett
  19526. Path: reviews/power.lha
  19527.  
  19528. ==========
  19529.  
  19530. printing-software    ?.?    Reviews of printing products.
  19531.  
  19532. Reviews of printer drivers and printing software.
  19533.  
  19534. Author: Various; maintained by Daniel Barrett
  19535. Path: reviews/printing.lha
  19536.  
  19537. ==========
  19538.  
  19539. programmer-tools    ?.?    Reviews of programming software
  19540.  
  19541. Reviews of programming software:
  19542.  
  19543.     Assemblers
  19544.     Compilers
  19545.     Interpreters
  19546.     Languages
  19547.     Programming environments
  19548.     Function libraries
  19549.  
  19550. Author: Various; maintained by Daniel Barrett
  19551. Path: reviews/programmer.lha
  19552.  
  19553. ==========
  19554.  
  19555. projects-hardware    ?.?    Reviews of hardware projects.
  19556.  
  19557. Reviews of hardware projects.
  19558.  
  19559. Author: Various; maintained by Daniel Barrett
  19560. Path: reviews/projects.lha
  19561.  
  19562. ==========
  19563.  
  19564. rom-switchers    ?.?    Reviews of ROM-switcher devices.
  19565.  
  19566. Reviews of ROM-switcher devices that allow an Amiga to run several different
  19567. operating system versions.
  19568.  
  19569. Author: Various; maintained by Daniel Barrett
  19570. Path: reviews/rom-switchers.lha
  19571.  
  19572. ==========
  19573.  
  19574. science-software    ?.?    Reviews of scientific software
  19575.  
  19576. Reviews of scientific software:
  19577.  
  19578.     Astronomy
  19579.     Chemistry
  19580.     Mathematics
  19581.     Physics
  19582.     etc.
  19583.  
  19584. The file "morphine.iff" is an IFF image that goes with the review of
  19585. "MoG" in this directory.
  19586.  
  19587. Author: Various; maintained by Daniel Barrett
  19588. Path: reviews/science.lha
  19589.  
  19590. ==========
  19591.  
  19592. scsi-hardware    ?.?    Reviews of SCSI host adapters.
  19593.  
  19594. Reviews of SCSI host adapters.
  19595. Hard drive reviews are in the "../storage" subdirectory.
  19596.  
  19597. Author: Various; maintained by Daniel Barrett
  19598. Path: reviews/scsi.lha
  19599.  
  19600. ==========
  19601.  
  19602. shell-reviews    ?.?    Reviews of shells and CLI's.
  19603.  
  19604. Reviews of command-line interfaces (shells).
  19605.  
  19606. Author: Various; maintained by Daniel Barrett
  19607. Path: reviews/shell.lha
  19608.  
  19609. ==========
  19610.  
  19611. shows-reviews    ?.?    Reviews of Amiga shows and conferences.
  19612.  
  19613. Reviews of Amiga shows and conferences.
  19614.  
  19615. Author: Various; maintained by Daniel Barrett
  19616. Path: reviews/shows.lha
  19617.  
  19618. ==========
  19619.  
  19620. storage-hardware    ?.?    Reviews of storage devices.
  19621.  
  19622. Reviews of hard drives and other storage devices.
  19623. CD-ROM drive reviews are in the ../cd-rom directory.
  19624.  
  19625. Author: Various; maintained by Daniel Barrett
  19626. Path: reviews/storage.lha
  19627.  
  19628. ==========
  19629.  
  19630. text-reviews    ?.?    Reviews of text processing software
  19631.  
  19632. Reviews of text processing software:
  19633.  
  19634.     Text editors
  19635.     Word processors
  19636.     Outline processors
  19637.     Spelling and grammar checkers
  19638.     TeX and other typesetting software
  19639.  
  19640. Author: Various; maintained by Daniel Barrett
  19641. Path: reviews/text.lha
  19642.  
  19643. ==========
  19644.  
  19645. unix-reviews    ?.?    Reviews of UNIX related products.
  19646.  
  19647. Reviews of UNIX-related products for Amigas:
  19648.  
  19649.     UNIX implementations
  19650.     Software that runs under Amiga UNIX implementations
  19651.  
  19652. Author: Various; maintained by Daniel Barrett
  19653. Path: reviews/unix.lha
  19654.  
  19655. ==========
  19656.  
  19657. vendors-reviews    ?.?    Reviews of Amiga vendors.
  19658.  
  19659. Reviews of Amiga stores and mailorder vendors.
  19660.  
  19661. Author: Various; maintained by Daniel Barrett
  19662. Path: reviews/vendors.lha
  19663.  
  19664. ==========
  19665.  
  19666. 2Print2    2.0    Print one/two pages per sheet on HP LJ
  19667.  
  19668. A simple little utility for HP Laserjets and other printers that support
  19669. the HP-PCL language.  It's only goal in life is to print either one 166
  19670. chars x 66 line page, or two 80 x 66 line pages per sheet.  Does not go
  19671. through printer.device, but rather the output from 2Print is redirected to
  19672. a file or PAR: for faster printing.
  19673.  
  19674. Author: Raj Goel
  19675. Path: text/2Print2-2.0.lha
  19676.  
  19677. ==========
  19678.  
  19679. ADInlay    1.06    Cassette inlay card maker.
  19680.  
  19681. Cassette Inlay card maker, very simple and easy to use.  Up to 12 tracks
  19682. per side, optional numbering and Autocapitalization.
  19683.  
  19684. Author: Andrew Dowds
  19685. Path: text/ADInlay-1.06.lha
  19686.  
  19687. ==========
  19688.  
  19689. AGDocs    ?.?    Docs (up to V40) of AmigaGuide commands
  19690.  
  19691. Complete documentation of all known Amigaguide commands, from V33
  19692. to V40 AmigaOS.  Both AmigaGuide and DVI formats included, along
  19693. with texinfo sources
  19694.  
  19695. Author: Aric R Caley
  19696. Path: text/AGDocs.lha
  19697.  
  19698. ==========
  19699.  
  19700. AGPrefs    36.89    Program to conrol AmigaGuide preferences
  19701.  
  19702. Amigaguide has various preference options. However no preference editor
  19703. is supplied to alter them, now you can. This program requires OS36+ (WB2)
  19704. if you do not have this then lookup the AmigaGuide documentation to find 
  19705. out how you can change these preferences. AmigaGuide prefs is very similar
  19706. to the C= preference editors, it is therefore easy to use. For more 
  19707. information on any of the preference options look at the AmigaGuide 
  19708. documentation in the "Preference" section.
  19709.  
  19710. Author: Lee Kindness
  19711. Path: text/AGPrefs-36.89.lha
  19712.  
  19713. ==========
  19714.  
  19715. AGWriter    1.03    Produce AmigaGuide files from text files
  19716.  
  19717. This program is capable of taking text files produced using any text
  19718. editor and with little effort producing an AmigaGuide File.
  19719.  
  19720.         AGW has the following features :
  19721.  
  19722.         » Allows Creation of AmigaGuide Files simply and easily
  19723.         » Reads/Writes AmigaGuide files
  19724.         » Converts AmigaGuide files to Text
  19725.         » Simple GUI interface
  19726.         » Create/Delete/Modify LINK/ALINK/RX/RXS/SYSTEM commands
  19727.         » Modify Node information
  19728.         » Modify File information
  19729.  
  19730. New     Loading of files now more stable.
  19731.         Added QUIT command.
  19732.         AmigaGuide commands commented out now ignored (ie \).
  19733.         Textual commands now read/write.
  19734.         Added Cmd line parameter -w to put AGW on current Public Screen.
  19735.         Split menu command now calls split command :-)
  19736.         Unknown AmigaGuide commands are kept.
  19737.  
  19738. Author: David McPaul
  19739. Path: text/AGWriter-1.03.lha
  19740.  
  19741. ==========
  19742.  
  19743. AmigaGuide    34.6    Commodore AmigaGuide hypertext utility
  19744.  
  19745. Archive distribution of the AmigaGuide hypertext utility direct from
  19746. Commodore.  Contains developer examples and tools for AmigaGuide under
  19747. V34/V37 and V39, plus a new free print/sign/send-in distribution
  19748. license for AmigaGuide, amigaguide.library, WDisplay, and their icons.
  19749.  
  19750. Author: Commodore Business Machines
  19751. Path: text/AmigaGuide-34.6.lha
  19752.  
  19753. ==========
  19754.  
  19755. Banner    1.5    Create banners from any font
  19756.  
  19757. A smart character rendering utility for - surprise - banners.  It can only be
  19758. used from within the command line of a CLI or a SHELL.  By default BANNER will
  19759. print your string into the SHELL using an internal font which contains the ASCII
  19760. characters from 32 (space) to 126 (overscore).  If you don't like them you can
  19761. also tell BANNER to render the characters out of any other font that is accessible
  19762. via the diskfont.library.
  19763.  
  19764. Author: Tobias Ferber
  19765. Path: text/Banner-1.5.lha
  19766.  
  19767. ==========
  19768.  
  19769. Canon600    2.0    Canon BJC-600 printer driver
  19770.  
  19771. Optimized driver that handles all kind of papers, graphic modes and 
  19772. international characters; full control of your printer. Provides end of
  19773. printing spoken signalling.
  19774.  
  19775. Author: Sergio R. Caprile
  19776. Path: text/Canon600-2.0.lha
  19777.  
  19778. ==========
  19779.  
  19780. CassLabel    2.1    Program  for editing cassette covers.
  19781.  
  19782. CassLabel  is  a  MUI  based  program  for editing cassette covers and
  19783. nearly  all  other  kinds of covers. The GUI is fully font sensitive and
  19784. the resizesible, because of MUI. It always supports user defined formats
  19785. for  output.  It  makes your life easier (especially if your are a music
  19786. freak).
  19787.  
  19788. Author: Dirk Nehring
  19789. Path: text/CassLabel-2.1.lha
  19790.  
  19791. ==========
  19792.  
  19793. Column    1.23    Splits ASCII text into several columns.
  19794.  
  19795. Column splits any textfile into multiple columns (a new file for each
  19796. column), for instance to import database export files into DTP
  19797. programs.  It generates new files, one for each column and does not
  19798. change the original file.  With this way of import you have the
  19799. possibility to format each column in a different style.
  19800.  
  19801. Author: Ralf Gruner
  19802. Path: text/Column-1.23.lha
  19803.  
  19804. ==========
  19805.  
  19806. CVT    1.6    Flexible character set conversion pkg
  19807.  
  19808. CV is a highly configurable conversion utility, the heart of which is
  19809. CVT -- a tool which reads conversion rules from a scriptfile.
  19810. Included are scripts like
  19811.  
  19812.             Amiga <-> DOS
  19813.                   <-> Mac
  19814.                   <-> TeX   and many, many more
  19815.  
  19816. These scriptfiles are well documented and human readable!
  19817.  
  19818. There also is the frontend CSC -- the charset compiler.  CSC generates
  19819. CVT scripts from a charset description script of the source and destination
  19820. charset.
  19821.  
  19822. Author: Tobias Ferber
  19823. Path: text/CVT-1.6.lha
  19824.  
  19825. ==========
  19826.  
  19827. DebugIT    2.1    compiler error management
  19828.  
  19829. DebugIT is a small compiler error management system for the editor GoldED and
  19830. the SAS/C compiler. Errors of the last compiler pass are listed in a window.
  19831.  
  19832. Author: Dietmar Eilert
  19833. Path: text/DebugIT-2.1.lha
  19834.  
  19835. ==========
  19836.  
  19837. detex    1.0    Strip TeX commands from TeX files
  19838.  
  19839. Port of unif Detex.
  19840. Detex removes TeX commands to get a text file.  Useful to use with a
  19841. speller like ispell or fspell.
  19842.  
  19843. Author: LACOMBE Bruno
  19844. Path: text/detex-1.0.lha
  19845.  
  19846. ==========
  19847.  
  19848. DeviceGuide    1.0    AmigaGuide list/desc of common .devices
  19849.  
  19850. A list of (almost) all xxx.device-files/drivers for the Amiga in
  19851. "AmigaGuide" format, containing info on Versions, Authors, Purpose,
  19852. where to get it, etc. etc. etc.
  19853.  
  19854. Author: Dan Elgaard
  19855. Path: text/DeviceGuide-1.0.lha
  19856.  
  19857. ==========
  19858.  
  19859. DviDvi    1.1    Modify the contents of a dvi file
  19860.  
  19861. A small utility to modify the contents of a dvi file.  For example,
  19862. you could put two or 4 pages on one sheet of paper, print one of them
  19863. reversed and much else.
  19864.  
  19865. Author: Thomas Rockicki, Amiga-Port by Thomas Baetzler and Jochen Wiedmann
  19866. Path: text/DviDvi-1.1.lha
  19867.  
  19868. ==========
  19869.  
  19870. DviHP    2.1    Print DVI files on HP-LJ (PCL5 support)
  19871.  
  19872.  
  19873. DviHP  is  a  program for printing DVI files (generated by TeX) on HP
  19874. LaserJet and compatibiles printers.
  19875.  
  19876.  
  19877.                               Features
  19878.                               ========
  19879.  
  19880. o DviHP  downloads  fonts  to  printer;  printing  is  therefore much
  19881.   faster,  especially when printing large documents. Version 2.1 uses
  19882.   PCL5 font compression.
  19883.  
  19884. o User  friendlyness:  you  can  set parameters through environmental
  19885.   variable  "DVIHPOPTS",  in a command-line when invoking it from CLI
  19886.   or  Shell,  via  ToolTypes  when  invoking it from Workbench or via
  19887.   graphical user interface.
  19888.  
  19889. o It supports printing in landscape orientation.
  19890.  
  19891. o DviHP  allows  you  to include IFF ILBM files (raster pictures) and
  19892.   PostScript files in your documents.
  19893.  
  19894. o DviHP lets you redirect output to a file, even when you're printing
  19895.   IFF ILBM pictures and/or PostScript files.
  19896.  
  19897. o PCL5/PJL support and PCL5 font compression.
  19898.  
  19899. Author: Ales Pecnik
  19900. Path: text/DviHP-2.1.lha
  19901.  
  19902. ==========
  19903.  
  19904. DviPS    5.58    Converts TeX DVI files to PostScript
  19905.  
  19906. DviPS takes a DVI file produced by TeX (or by some other processor such
  19907. as GFtoDVI) and converts it to PostScript, normally sending the result
  19908. directly to the laserprinter.  The DVI file may be specified without the
  19909. extension.  Fonts used may either be resident in the printer or defined
  19910. as bitmaps in PK files, or a `virtual' combination of both.  If the
  19911. MakeTeXPK program is installed, DviPS will automatically invoke METAFONT
  19912. to generate fonts that don't already exist.  *LOTS* of command line 
  19913. options.
  19914.  
  19915. Author: Tomas Rokicki, Amiga port by Giuseppe Ghibò
  19916. Path: text/DviPS-5.58.lha
  19917.  
  19918. ==========
  19919.  
  19920. EpsonFX    1.0    Epson FX-850/Citizen printer driver
  19921.  
  19922. Optimized driver that handles new graphic modes and international
  19923. characters, faster than standard EpsonX driver.
  19924.  
  19925. Author: Sergio R. Caprile
  19926. Path: text/EpsonFX-1.0.lha
  19927.  
  19928. ==========
  19929.  
  19930. EpsonLX    1.0    Epson LX-800 printer driver
  19931.  
  19932. Optimized driver that handles new graphic modes and international
  19933. characters, faster than standard EpsonX driver.
  19934.  
  19935. Author: Sergio R. Caprile
  19936. Path: text/EpsonLX-1.0.lha
  19937.  
  19938. ==========
  19939.  
  19940. FishCover    ?.?    Front cover for Oct93 FreshFish CDROM.
  19941.  
  19942. A 1536 by 1536 pixel 16 color bitmap that you can print out and place
  19943. inside the cover of the FreshFish CDROM.
  19944.  
  19945. Author: Iljitsch van Beijnum
  19946. Path: text/FishCover.lha
  19947.  
  19948. ==========
  19949.  
  19950. FreshFonts    0.1    Preview of fonts CD to be released 4Q94.
  19951.  
  19952. This is a small (approx 20Mb) preview of a new fonts CD scheduled for
  19953. release in the fall of 1994.
  19954.  
  19955. Author: Danny Amor
  19956. Path: text/FreshFontsPreview-0.1.lha
  19957.  
  19958. ==========
  19959.  
  19960. GastonFonts    ?.?    Three new fonts, 2 proportional, 1 fixed
  19961.  
  19962. A set of three new fonts:
  19963.  
  19964.     GastonIntuition 12/13 Point
  19965.     ---------------------------
  19966.     a proportional font - it looks great on the workbench and
  19967.     in applications (best lookin´ in high resolutions [800x600])
  19968.  
  19969.     GastonPiktogram 11/12 Point
  19970.     ---------------------------    
  19971.     a proportional font for your icons on the workbench
  19972.  
  19973.     GastonShell 10/11
  19974.     -----------------    
  19975.     a fixedwidth font for AMIGA-shell and apps like DOpus etc.
  19976.  
  19977. Author: Martin Rolfsmeyer
  19978. Path: text/GastonFonts.lha
  19979.  
  19980. ==========
  19981.  
  19982. GoldED    2.2.0    A VERY nice shareware text editor
  19983.  
  19984. The basic design goals of this editor were to make it  as  user  friendly  as
  19985. possible. And make it as fast as possible. A lot of attention has been put to
  19986. the general look & feel, performance considerations and full support  of  the
  19987. Amiga  OS. The whole design is based on OS2.x/3.x, a fast CPU, sufficient RAM
  19988. and a hard disk. The  makers  of  GoldED  neither  cared  much  about  memory
  19989. consumption  nor  did  they  pay  attention to OS1.3 compatibility since this
  19990. would have meant to make concessions to speed or general handling.
  19991.  
  19992.           o OS3.x look & functions AppWindows more
  19993.           o multi-task-design for best performance
  19994.           o Folding of paragraphes (unlimited nesting available)
  19995.           o undo & redo
  19996.           o Menus fully customizable (easy-to-use requesters)
  19997.           o ARexx port - approx. 420 commands/options
  19998.           o QuickReference capability (includes, sources, ...)
  19999.           o APC (TM): Automatic phrase completion, based on dictionary
  20000.           o shifting (two speeds)
  20001.           o Smooth display, fast scrolling
  20002.           o HotKey support
  20003.           o unlimited number of windows
  20004.           o open files are listed in the menu
  20005.           o Formatter (aligned, block, centered)
  20006.           o automatic indention (left margin)
  20007.           o SmartIndention (code dependant, e.g. after 'if')
  20008.           o AutoBackup (any interval, any backup path)
  20009.           o MenuHelp (AmigaGuide)
  20010.           o localized (English/German so far)
  20011.           o right-to-left input mode available
  20012.           o printer control (linefeed/spacing/style)
  20013.           o Multiselect of files (e.g. join files together)
  20014.           o direct XPK support: (de)crunching
  20015.           o ASCII character selection window
  20016.           o flexible GUI handling: any display mode, font
  20017.           o protection bits support, file comment support
  20018.           o clipboard support (snapping): Cut & paste
  20019.           o load and save position of open windows @{" AutoDesktop " link M194}
  20020.           o FastLoad mode
  20021.           o AutoCase (TM) correction (based on user's dictionary)
  20022.           o automatic parenthesis check available
  20023.           o QuickFunc jump table display for many prog. languages
  20024.           o insertion of columns , removal of columns
  20025.           o user friendly (about 25 requesters)
  20026.           o fixed/regular/dynamic TABs; solid/tranparent TABs
  20027.           o character set remap (e.g. Amiga to MS-DOS)
  20028.           o four speeds of scrolling
  20029.           o quick starter ED
  20030.           o startup macro
  20031.           o powerful macro recording
  20032.           o templates
  20033.           o global search across file boundaries
  20034.           o file hunter (extract file name under cursor, search file)
  20035.           o online spellchecker
  20036.           o user defined gadgets
  20037.           o search/replace history
  20038.           o asynchronous printing
  20039.           o icon dock
  20040.           o preview display mode
  20041.           o search and replace functions support wildcards
  20042.           o and many more ...
  20043.  
  20044. Author: Dietmar Eilert
  20045. Path: text/GoldED-2.2.0.lha
  20046.  
  20047. ==========
  20048.  
  20049. HandlerGuide    1.0    AmigaGuide list/desc of common handlers
  20050.  
  20051. A list of (almost) all Handler-files for the Amiga in "AmigaGuide"-format,
  20052. containing info on Versions, Authors, Purpose, where to get it, etc. etc.
  20053. etc.
  20054.  
  20055. Author: Dan Elgaard
  20056. Path: text/HandlerGuide-1.0.lha
  20057.  
  20058. ==========
  20059.  
  20060. HebrewArabic    ?.?    HebrewArabic, shareware
  20061.  
  20062. Hebrew and Arabic fonts.  These fonts can be accessed using the Rashumon
  20063. multi-lingual word processor for the Amiga.  With these fonts, one can
  20064. access both Hebrew/Arabic and Latin characters using the same font.
  20065.  
  20066. Author: Michael Haephrati
  20067. John Hajjer
  20068. Path: text/HebrewArabic.lha
  20069.  
  20070. ==========
  20071.  
  20072. HebrewFont    1.0    HebrewFont, V1.0, shareware
  20073.  
  20074. This is a scalable vector font.  It contains the Hebrew character set and
  20075. Hebrew looking Latin characters.  This font is available in Adobe,
  20076. IntelliFont, PageStream & ProPage format.  It contains a special Hebrew
  20077. keymap.  Designed with FontDesigner.
  20078.  
  20079. Author: Daniel Amor
  20080. Path: text/HebrewFont-1.0.lha
  20081.  
  20082. ==========
  20083.  
  20084. Heddley    1.18    Composes AmigaGuide files easily.
  20085.  
  20086. Heddley allows you to compose AmigaGuide files with greater ease than
  20087. by hand. It provides you with an overview of all the documents in the
  20088. database (an AmigaGuide file is called a 'database', made up of many 
  20089. documents).
  20090.  
  20091. Author: Edd Dumbill
  20092. Path: text/Heddley-1.18.lha
  20093.  
  20094. ==========
  20095.  
  20096. HP4Driver    35.8    Driver for HP Laserjet 4 printer.
  20097.  
  20098. An HP LaserJet 4 printer driver with support for 600 dpi and bitmap
  20099. compression.
  20100.  
  20101. Author: Kelly Jordan
  20102. Path: text/HP4Driver-35.8.lha
  20103.  
  20104. ==========
  20105.  
  20106. HP4Lsetter    2.01    HP LaserJet 4L printer setup util.
  20107.  
  20108. HP LaserJet 4L printer setup utility.  Allows you to set things like Page
  20109. Setup, Type Styles, Print Quality, Memory, Copies, Lines/Page, Paper Size,
  20110. Orientation, Feed, etc.  Note: Some items disabled in this unregistered
  20111. version.
  20112.  
  20113. Author: Quentin Snow
  20114. Path: text/HP4Lsetter-2.01.lha
  20115.  
  20116. ==========
  20117.  
  20118. HWGPost    22.26    PostScript Library w/many Level 2 feat.
  20119.  
  20120.  
  20121. What you get here is the sixth version of HWGPOST that is publically
  20122. available. It is rather raw. My intention is to abuse you as beta
  20123. tester. ;^)
  20124.  
  20125. HWGPOST is project that I started because I had some problems with
  20126. post.library 1.7 (and 1.86 where post.library stayed the same) not
  20127. handling some PostScript code correctly. So I built on the post 1.7
  20128. source. HWGPOST is IMHO a major step towards PostScript Level 2
  20129. already and as time and motivation permits it will hopefully become a
  20130. R&W book compliant PostScript Level 2 interpreter library with maybe
  20131. some Display PostScript extensions.
  20132.  
  20133. Currently this archive is probably mostly useful to users of
  20134. post.library up to 1.7.
  20135.  
  20136.  
  20137. Major new features for HWGPOST beta 6
  20138. =====================================
  20139.  
  20140.     - for the first time a hopefully working pathbbox operator.
  20141.  
  20142. Sorry, setsystemparams and setpagedevice still have to wait.
  20143.  
  20144. Author: Heinz Wrobel
  20145. Path: text/HWGPost-22.26.lha
  20146.  
  20147. ==========
  20148.  
  20149. JemTeX    2.00    Program to enable Japanese typesetting.
  20150.  
  20151. Some programs to enable Japanese typesetting.  "fontable" produces a
  20152. Japanese file (fontable.jem) which contains all the available Japanese
  20153. fonts in a tabular style. It has to be run through "Jem2tex" which produces
  20154. the TeX-file "fontable.tex".  Finally, "jis2mf" produces .mf-sourcecode for
  20155. Metafont and affiliated tools to generate printer-fonts for TeX. jis2mf
  20156. reads the data from the jis24 bitmap-file.
  20157.  
  20158. Author: Francois Jalbert
  20159. Wilfried Solbach
  20160. Path: text/JemTeX-2.00.lha
  20161.  
  20162. ==========
  20163.  
  20164. JISConvert    1.02E    Convert Japanese text between formats.
  20165.  
  20166. This simple mouse driven conversion program can convert Japanese language
  20167. text between a variety of formats.  Formats supported are: EUC (Extended
  20168. Unix Code), New JIS, Old JIS, NEC JIS, and Shift JIS.  Program also has
  20169. options to convert half width katakana to full size and to repair New JIS
  20170. files that have had the ESC characters stripped off.
  20171.  
  20172. Author: Dwight Hubbard
  20173. Path: text/JISConvert-1.02E.lha
  20174.  
  20175. ==========
  20176.  
  20177. Less    1.6Z    Amiga port of UNIX text file reader
  20178.  
  20179. A text file reader, descended from Unix "Less."  Less has features
  20180. found on no other Amiga file reader; it can use pipes, accepts
  20181. multiple filenames, and has many convenient positioning commands for
  20182. forward and backward movement, marking positions, etc.  This version
  20183. adds an option to suppress opening a new window, using the existing
  20184. CLI window instead (especially useful with an AUX: shell), and
  20185. includes some minor bug fixes.
  20186.  
  20187. Author: Ray Zarling et. al.
  20188. Path: text/Less-1.6Z.lha
  20189.  
  20190. ==========
  20191.  
  20192. LibraryGuide    1.4    AmigaGuide list/desc of common libraries
  20193.  
  20194. A list of (almost) all shared Libraries of the Amiga in "AmigaGuide"
  20195. format, containing info on Versions, Authors, Purpose, Where to get it,
  20196. etc. etc. etc.  Contains 234 Libraries and 57 Sub-Libraries.
  20197.  
  20198. Author: Dan Elgaard
  20199. Path: text/LibraryGuide-1.4.lha
  20200.  
  20201. ==========
  20202.  
  20203. Linea    ?.?    A very thin font
  20204.  
  20205. This is a very, very thin font. Comes in three versions: light, medium, bold.
  20206. Beware: Light consists of lines that have only a width of one (1) pixel!!! 
  20207. You'll need a very, very good printer (with a very, very high resolution) 
  20208. to produce nice output. Medium's lines are 5 pixel wide and Bold consists of
  20209. lines that are a massive of 15 pixels!
  20210.  
  20211. Font Formats: - Adobe (Type 1 [pfa & pfb], Type 3, Bitmap)
  20212.               - DMF (+ bitmap)
  20213.               - Bitmap (Black&White)
  20214.               - IntelliFont
  20215.               - Truetype
  20216.  
  20217. Author: Daniel Amor
  20218. Path: text/Linea.lha
  20219.  
  20220. ==========
  20221.  
  20222. LSP    0.1ß    Print on PCL-based laser printer
  20223.  
  20224. LSP (Laser Source Printer) is a little utility for people that have 
  20225. access to a PCL-based laser printer.  One of the most useful applications 
  20226. is to use DOUBLE in conjunction with FLUSHRIGHT.  DOUBLE prints two
  20227. logical pages on one physical page.   (The pages are outlined by a box an 
  20228. titled with the file name).  FLUSHRIGHT is a new concept in printing
  20229. source (well...  not so new ***8-)).   When a line is longer than a
  20230. default length (usually 80 char) LSP breaks the line but they are right
  20231. aligned so they don't mess up your source code indentation.
  20232.  
  20233. Author: Paolino "del" Dell'Aquila
  20234. Path: text/LSP-0.1ß.lha
  20235.  
  20236. ==========
  20237.  
  20238. Macro    2.8    GoldED macro collection
  20239.  
  20240.  
  20241. A collection of ARexx macros related to GoldED: TeX support, SAS/C macros,
  20242. uuencode, DevKit macros and many more. Contributions by Francois Helsen,
  20243. Lieven Lema, Tattoo Mabonzo, Krzysztof P. Jasiutowicz, Oliver Clouth,
  20244. Richard Bemrose, Fin Schuppenhauer, BURGHARD Eric, Rico Krasowski, Wolfgang
  20245. Küting, Oliver Clouth, Markus Zahn, Leu Simon GRIS, René Laederach and
  20246. Stefan Schor.
  20247.  
  20248. Author: various authors
  20249. Path: text/Macro-2.8.lha
  20250.  
  20251. ==========
  20252.  
  20253. MetaFont    2.71    A computer font generation system.
  20254.  
  20255. MetaFont is the name of a computer font generation system invented by Prof.
  20256. Donald E. Knuth of Stanford University.  It reads text files prepared with
  20257. `programs' that specify the outline of characters in fonts of type,
  20258. graphical symbols, or other elements for printing high quality documents.
  20259. Typesetting systems like 'TeX' make use of the font metric information
  20260. produced by MetaFont and printer drivers or screen previewers make use of
  20261. the pixel information as to where to put the `ink.' The usage of the
  20262. associated programs is described to some detail, but no introduction to the
  20263. MetaFont language itself is given.
  20264.  
  20265. Author: Donald E Knuth
  20266. Andreas Scherer
  20267. Path: text/MetaFont-2.71.lha
  20268.  
  20269. ==========
  20270.  
  20271. Mirror    1.3    Online bracket highlighting for GoldED
  20272.  
  20273. Mirror is a GoldED add-on providing online bracket highlighting while the
  20274. user is typing.  Several bracket types are recognized.
  20275.  
  20276. Author: Dietmar Eilert
  20277. Path: text/Mirror-1.3.lha
  20278.  
  20279. ==========
  20280.  
  20281. MiserPrint    1.14    Print util for inkjets (HP-compatible).
  20282.  
  20283. MiserPrint is a print utility that puts up to 8 normal pages of text on one
  20284. sheet of paper.  You are able to save paper and time.  MiserPrint uses the
  20285. small built-in fonts (Courier and Letter Gothic) of the HP-Deskjet or
  20286. compatible printers.
  20287.  
  20288. Author: Heinz-Guenter Boettger
  20289. Path: text/MiserPrint-1.14.lha
  20290.  
  20291. ==========
  20292.  
  20293. MiserPrint    1.15    Print util for inkjets (HP-compatible).
  20294.  
  20295. MiserPrint is a print utility that puts up to 8 normal pages of text on one
  20296. sheet of paper.  You are able to save paper and time.  MiserPrint uses the
  20297. small built-in fonts (Courier and Letter Gothic) of the HP-Deskjet or
  20298. compatible printers.
  20299.  
  20300. Author: Heinz-Guenter Boettger
  20301. Path: text/MiserPrint-1.15.lha
  20302.  
  20303. ==========
  20304.  
  20305. MuchMore    4.4    Soft scroll text viewer with xpk-support
  20306.  
  20307. A soft scrolling text viewer.  Can run in a window on a public screen
  20308. or on his own screen.  Display mode can be choosen with ASL screen
  20309. mode requester.  Supports ANSI, pipes, xpk, locale. Includes 7
  20310. catalogs.
  20311.  
  20312. Author: Fridtjof Siebert
  20313. Christian Stiens
  20314. Path: text/MuchMore-4.4.lha
  20315.  
  20316. ==========
  20317.  
  20318. MuchMore    4.6    Soft scroll text viewer with xpk-support
  20319.  
  20320. A soft scrolling text viewer.  Can run in a window on a public screen
  20321. or on his own screen.  Display mode can be choosen with ASL screen
  20322. mode requester.  Supports ANSI, pipes, xpk, locale. Includes 7
  20323. catalogs.
  20324.  
  20325. Author: Fridtjof Siebert
  20326. Christian Stiens
  20327. Path: text/MuchMore-4.6.lha
  20328.  
  20329. ==========
  20330.  
  20331. MultiIndicator    2.0    Shows ASCII, binary, AmigaGuide docs
  20332.  
  20333. MI shows ASC-files (with or without ESC-sequences and Tabs), binaries
  20334. and AmigaGuide documents (if an external Guideindicator is available)
  20335. MI decides automatically whether to use the ASC-, HEX- or Guide-
  20336. indicator.
  20337.  
  20338.   Main features:
  20339.         - configurable
  20340.         - supports XPK and PowerPacker
  20341.         - localization
  20342.         - font sensitive
  20343.         - AREXX-Port
  20344.         - AppIcon
  20345.         - print files
  20346.         - patternsearching
  20347.  
  20348.   New features:
  20349.         - AppWindow
  20350.         - print area
  20351.         - rezizeable
  20352.         - saveable windowsize
  20353.         - SysIHack compatible :-)
  20354.  
  20355. Author: Andreas Baum
  20356. Path: text/MultiIndicator-2.0.lha
  20357.  
  20358. ==========
  20359.  
  20360. PasTeX    1.3    Port of TeX, powerful typesetting system
  20361.  
  20362. A very well done Amiga port of the incredibly powerful TeX typesetting
  20363. system originally written by Donald Knuth at Stanford University.
  20364.  
  20365. Author: Donald Knuth
  20366. Georg Hessmann
  20367. Path: text/PasTeX-1.3-1of9.lha
  20368.  
  20369. ==========
  20370.  
  20371. PasTeX    1.3    Port of TeX, powerful typesetting system
  20372.  
  20373. A very well done Amiga port of the incredibly powerful TeX typesetting
  20374. system originally written by Donald Knuth at Stanford University.
  20375.  
  20376. Author: Donald Knuth
  20377. Georg Hessmann
  20378. Path: text/PasTeX-1.3-2of9.lha
  20379.  
  20380. ==========
  20381.  
  20382. PasTeX    1.3    Port of TeX, powerful typesetting system
  20383.  
  20384. A very well done Amiga port of the incredibly powerful TeX typesetting
  20385. system originally written by Donald Knuth at Stanford University.
  20386.  
  20387. Author: Donald Knuth
  20388. Georg Hessmann
  20389. Path: text/PasTeX-1.3-3of9.lha
  20390.  
  20391. ==========
  20392.  
  20393. PasTeX    1.3    Port of TeX, powerful typesetting system
  20394.  
  20395. A very well done Amiga port of the incredibly powerful TeX typesetting
  20396. system originally written by Donald Knuth at Stanford University.
  20397.  
  20398. Author: Donald Knuth
  20399. Georg Hessmann
  20400. Path: text/PasTeX-1.3-4of9.lha
  20401.  
  20402. ==========
  20403.  
  20404. PasTeX    1.3    Port of TeX, powerful typesetting system
  20405.  
  20406. A very well done Amiga port of the incredibly powerful TeX typesetting
  20407. system originally written by Donald Knuth at Stanford University.
  20408.  
  20409. Author: Donald Knuth
  20410. Georg Hessmann
  20411. Path: text/PasTeX-1.3-5of9.lha
  20412.  
  20413. ==========
  20414.  
  20415. PasTeX    1.3    Port of TeX, powerful typesetting system
  20416.  
  20417. A very well done Amiga port of the incredibly powerful TeX typesetting
  20418. system originally written by Donald Knuth at Stanford University.
  20419.  
  20420. Author: Donald Knuth
  20421. Georg Hessmann
  20422. Path: text/PasTeX-1.3-6of9.lha
  20423.  
  20424. ==========
  20425.  
  20426. PasTeX    1.3    Port of TeX, powerful typesetting system
  20427.  
  20428. A very well done Amiga port of the incredibly powerful TeX typesetting
  20429. system originally written by Donald Knuth at Stanford University.
  20430.  
  20431. Author: Donald Knuth
  20432. Georg Hessmann
  20433. Path: text/PasTeX-1.3-7of9.lha
  20434.  
  20435. ==========
  20436.  
  20437. PasTeX    1.3    Port of TeX, powerful typesetting system
  20438.  
  20439. A very well done Amiga port of the incredibly powerful TeX typesetting
  20440. system originally written by Donald Knuth at Stanford University.
  20441.  
  20442. Author: Donald Knuth
  20443. Georg Hessmann
  20444. Path: text/PasTeX-1.3-8of9.lha
  20445.  
  20446. ==========
  20447.  
  20448. PasTeX    1.3    Port of TeX, powerful typesetting system
  20449.  
  20450. A very well done Amiga port of the incredibly powerful TeX typesetting
  20451. system originally written by Donald Knuth at Stanford University.
  20452.  
  20453. Author: Donald Knuth
  20454. Georg Hessmann
  20455. Path: text/PasTeX-1.3-9of9.lha
  20456.  
  20457. ==========
  20458.  
  20459. PrintManager    2.0    Printer spooler with appicon support.
  20460.  
  20461. Very powerful printer spooler.  Works with all programs, whether
  20462. they use PRT: or the printer device directly, are printing text or
  20463. graphics. Has a GUI to control the print queue.
  20464.  
  20465. Author: Nicola Salmoria
  20466. Path: text/PrintManager-2.0.lha
  20467.  
  20468. ==========
  20469.  
  20470. PSPRT    1.24    Print PS files on non-PostScript printer
  20471.  
  20472. PSPRT-Handler allows you to print PostScript files on non-postscript
  20473. capable printers using the "post.library" PostScript interpreter.
  20474.  
  20475. Author: Daniel Weber
  20476. Path: text/PSPRT-1.24.lha
  20477.  
  20478. ==========
  20479.  
  20480. Genies_StarTeck    1.0    Seven genies for Professional Draw.
  20481.  
  20482. Seven must have genies for anyone with Professional Draw.
  20483. These genies will increase your productivity, create new
  20484. objects and facilitate special effects. The genies are
  20485. PieCharts, Stars, Emboss/Engrave, ScalePercent, ZoomWindow,
  20486. SelectByAttribute and GridSet. Well documented and includes
  20487. installation script. Also includes a keyboard template, 
  20488. sample clip art and DTP tips and tricks.
  20489.  
  20490. Author: Graham Beard
  20491. Path: text/StarTeckGenies-1.0.lha
  20492.  
  20493. ==========
  20494.  
  20495. Text2Guide    3.10    Convert ASCII text to AmigaGuide format.
  20496.  
  20497. Converts plain ASCII text into AmigaGuide (c) format.  Sticking to some
  20498. simple organization of the text file, one can have a well structured
  20499. guide file while still having an easily readable text file.
  20500.  
  20501. Author: Stephan Sürken
  20502. Path: text/Text2Guide-3.10.lha
  20503.  
  20504. ==========
  20505.  
  20506. TextCount    3.0    Generates stats about text files
  20507.  
  20508. This is a text analyser which shows some informations
  20509. about any text file (number of lines, words, blanks..).
  20510. It has locale support and a style-guide conforming GUI.
  20511.  
  20512. Author: Constantin Rack
  20513. Path: text/TextCount-3.0.lha
  20514.  
  20515. ==========
  20516.  
  20517. TextRead    37.20.r1.04    Fast and simple ASCII text reader.
  20518.  
  20519. A fast but quite simple ascii reader, which was designed to replace More or
  20520. PPMore.  The text output is very fast, since the program writes directly
  20521. into it's screen memory.  The program supports printing, different
  20522. tabsizes, fonts and screen modes.  The search routines uses local.library,
  20523. if present, so the case insensitive search works in Sweden too...
  20524. The two libraries are included.  Example usage given with reading
  20525. the doc file, instead of using the standard "More" file reader.
  20526.  
  20527. Author: Martin Blom
  20528. Path: text/TextRead-37.20.r1.04.lha
  20529.  
  20530. ==========
  20531.  
  20532. TimesFont    ?.?    3D font for Reflections 2.03+.
  20533.  
  20534. A 3-D font for Reflections 2.03+, in ready to use alpha1 format.  Contains
  20535. only the capital letters.  The full version including small letters,
  20536. numbers and German special icons is available from the author.
  20537.  
  20538. Author: Karin Siegmann
  20539. Path: text/TimesFont.lha
  20540.  
  20541. ==========
  20542.  
  20543. VirtPrinters    2    Two new printer drivers.
  20544.  
  20545. Two new printer drivers.  One shows the printer output on a screen and the
  20546. other saves it as IFF pictures.  These drivers emulate a page-mode printer,
  20547. like a laser printer.  They both support color and b&w modes.  Color mode
  20548. uses three bitplanes, while b&w uses only one.  Several density settings
  20549. available, some correspond to the Amiga's aspect ratio, but most are just 1
  20550. to 1.  Screen_Printer requires a great deal of chip ram at the higher
  20551. density settings.  Won't crash under 3.0 anymore.
  20552.  
  20553. Author: Garrick Meeker
  20554. Path: text/VirtPrinters-2.lha
  20555.  
  20556. ==========
  20557.  
  20558. WANT    1.017    Searches textfiles for keywords
  20559.  
  20560. WANT let's you search a textfile, like INDEX, for one or two "search 
  20561. terms". If two terms are entered, you may select AND or OR as logical 
  20562. operators.  WANT is very fast. Searches on a 1200 take about one second
  20563. for a 1MB file. A full GUI interface and presetable options via tooltypes
  20564. make this is a powerful search facility. The output of a search can be
  20565. directed to your favorite filereader or text editor. This is version 1.017,
  20566. with a planned release of version 2 around  December 1994. 
  20567. WB2.04 & up. ReqTools Library required, but not included. EGREP and GAWK
  20568. are required and included. CLI or WorkBench. GiftWare.
  20569. IMPORTANT: The docs for WANT are located in WANT/DOCS. Please read 
  20570. them before installing and using WANT. Installation requires you to 
  20571. leave all of the included files in their directories.
  20572.  
  20573. Author: Will Bow
  20574. Colin Thompson
  20575. Path: text/WANT-1.017.lha
  20576.  
  20577. ==========
  20578.  
  20579. Words    2.2    Spell checking package for GoldED
  20580.  
  20581. Words is a ready-to-use spell checking package for the editor GoldED.
  20582. German dictionaries, a spell checker (ISpell) and a GoldED API interface
  20583. (SpellIT) are included.
  20584.  
  20585. Author: Heinz Knutzen (dictionaries)
  20586. Martin Schulz (dictionaries)
  20587. Loren J. Rittle (ISpell)
  20588. Dietmar Eilert (SpellIT)
  20589. Path: text/Words-2.2.lha
  20590.  
  20591. ==========
  20592.  
  20593. xMore    1.4    A small and fast replacement for "more"
  20594.  
  20595. Yet another file reader, you might think, and you are right.  I missed
  20596. small XPK-understanding file reader with reasonable feature list, but there
  20597. was none available.  Most ( (c) 1992 by Uwe Röhm) can hardly be called
  20598. small (but it surely has 'reasonable' feature list!).  I have to admit that
  20599. xMore is currently bigger than I planned it to be, but people don't seem to
  20600. want small programs, they want features!  So, what do you get?
  20601.  
  20602.     + light speed search! No loss of speed even if case insensitive
  20603.       and/or backwards!
  20604.     + wildcard search. Searching doesn't slow down if only "?" is
  20605.       used (in fact it is FASTER when "?" is used).
  20606.     + hex mode.
  20607.     + FAST scrolling. Should beat Most (pun intended) textreaders
  20608.       using customized Text() function with custom screen.
  20609.     + displays ANSI styles (no colors) and some backspace-styles
  20610.     + variable TAB size! (now you can read those funny #?.c
  20611.       files with too much TABs ;)
  20612.     + can start one of the four possible editors.
  20613.     + freely definable keys!
  20614.     + font sensitivity, user definable font.
  20615.     + definable window dimensions, defaults to display size.
  20616.     + opens on any public screen or opens it's own screen.
  20617.     + multiple files from shell, Workbench and file requester.
  20618.     + pipe support.
  20619.     + clipboard support.
  20620.     + Support for Directory Opus compatibility.
  20621.     + character conversion.
  20622.     + lots of small details like default zoomed size exactly one
  20623.       line high. Small things make the difference!
  20624.     + can be made resident (has been pure from day one, but who
  20625.       remembers to mention everything)
  20626.     + OS 2.04 required (sorry, v36 users. There just is too much
  20627.       functions in RKMs with text 'this function is broken in V36'
  20628.       that I didn't bother dodging them. To pre-2.0 users xMore is
  20629.       Yet Another Reason To Update. Come on guys, do you use CP/M
  20630.       at work or what ? ;)
  20631.     + Can read files containig more than 65535 lines! With hex mode
  20632.       this is MUST (256K+ file in narrow window = lots of lines!).
  20633.       (This would be suitable place to mention certain well-known
  20634.       directory utility and another XPK-supporting reader which both
  20635.       assume no-one has REALLY big files, but that could give offence
  20636.       to JP and UR, so I won't)
  20637.  
  20638.     - wildcard search only supports "?"
  20639.     - reads whole file into memory (EVERYBODY has min. 1 Meg today)
  20640.  
  20641. Author: Jorma Oksanen
  20642. Path: text/xMore-1.4.lha
  20643.  
  20644. ==========
  20645.  
  20646. A-Kwic    2.00    Allows fast keyword search of text data
  20647.  
  20648. The A-Kwic system provides a facility where users can do keyword searches
  20649. of text data.\n
  20650. A-Kwic creates a database of text records. Each record is scanned for
  20651. keywords.\n
  20652. Once the database is created, the user uses a search program to do keyword
  20653. searches to find, and optionally display, records that match the specified
  20654. keyword(s).\n
  20655. Multiple keywords can be specified. They can be "anded" or "ored", and
  20656. "wildcard" specifiers can also be used.\n
  20657. The A-Kwic was originally developed to index "Fish Disk" content listings.
  20658. It is also handy for indexing the contents of CD-ROMs. Another use is
  20659. for companys to index customer files, based on various keywords, or to
  20660. index customer support trouble reports or product fix descriptions.
  20661.  
  20662. Author: David W. Lowrey
  20663. Path: util/A-Kwic-2.00.lha
  20664.  
  20665. ==========
  20666.  
  20667. ABCDir    3.0    Versatile and easy to use directory util
  20668.  
  20669. A versatile and easy to use directory utility.  It goes into LHA archives,
  20670. it makes good use of file comments, it has definable filetypes, it's quick,
  20671. it has a shell, it slices, it dices and it even makes soup!
  20672.  
  20673. Author: Marc Dionne
  20674. Path: util/ABCDir-3.0.lha
  20675.  
  20676. ==========
  20677.  
  20678. About    1.1    Displays brief information about files
  20679.  
  20680. About is a command-line program which displays brief
  20681. information about the file or files you supply on the
  20682. command line with it.
  20683.  
  20684. At present it will display all the information which the
  20685. List command does - real name (if the file is linked this
  20686. will be the name of the original file), size, number of
  20687. blocks it uses, protection bits, date and time when it was
  20688. last modified, comment attached to it - plus the 'class' of
  20689. data it thinks the file contains, the DataType group of
  20690. this data, and the name of the format which the file
  20691. appears to follow. Details of how file types are recognised
  20692. are at the end of this file.
  20693.  
  20694. Author: Ben Hutchings
  20695. Path: util/About-1.1.lha
  20696.  
  20697. ==========
  20698.  
  20699. AboutClock    3.00    A little workbench clock.
  20700.  
  20701. A little WorkBench clock giving you "About" the right time! Do you remember
  20702. the good old days when you asked someone the time and they said, "It's
  20703. nearly five" and not "It's 4:57 and 28 seconds" ? Well now there is a
  20704. Workbench clock that does just that! Now able to tell the time in a number
  20705. of different European languages thanks to the efforts of Daniel Amor who
  20706. provided the idea and translations.
  20707.  
  20708. Author: Stuart Davis
  20709. Path: util/AboutClock-3.00.lha
  20710.  
  20711. ==========
  20712.  
  20713. AcmaUtils    ?.?    Misc useful CLI/script utilities
  20714.  
  20715. Some miscellaneous CLI/script utilities, includes:  CheckLeftButton - Checks
  20716. whether the left mouse button is pressed and returns WARN if so.  Also flashes
  20717. the screen when the button is down; DiskBooter - Lets you to boot a disk from
  20718. DF0: without resetting the machine; FileChanged - Returns WARN if the specified
  20719. file has been changed (the `a' archiveflag is clear); ListLibs - List the
  20720. libraries currently in memory; Palshell - Make the boot Shell-window PAL-sized
  20721. (640x256 instead of 640x200); VerCheck - a utility for 2.04 hard drive users
  20722. with 1.3 ROM sharer/ReloKick who need to use their hard disk in both 2.04/1.3
  20723. modes.
  20724.  
  20725. Author: Jan Hagqvist
  20726. Path: util/AcmaUtils.lha
  20727.  
  20728. ==========
  20729.  
  20730. ACTool    1.0    Integer conversion tool; hex/dec/oct/bin
  20731.  
  20732. An integer conversion tool from/to hexadecimal/decimal/octal/binary.  Both
  20733. Workbench and CLI interface.  Compatible with OS 1.3/2.x/3.x.  Includes
  20734. documentation in both french and english.
  20735.  
  20736. Author: Laurent Papier
  20737. Path: util/ACTool-1.0.lha
  20738.  
  20739. ==========
  20740.  
  20741. AddCR    1.0    AddCR, V1.0, C source, PD
  20742.  
  20743. Yet another Amiga/IBM text file converter, which (surprise, surprise)
  20744. converts Amiga style end-of-lines characters ($0a) to IBM format ($0d,$0a)
  20745. or vice versa.  Features: Should work on all amigas (or at least > wb1.2);
  20746. Relatively small (11k); Extremely fast (main loop is written in optimized
  20747. assembly); Works in low memory situations (min. memory requirement = 12288
  20748. bytes); Progress indicator; When converting to Amiga format, only ($0d,$0a)
  20749. characters are converted to $0a (all $xx,$0a are left alone where $xx <>
  20750. $0d); When converting to IBM format, ($0d,0a) pairs are left alone.
  20751.  
  20752. Author: Son Le
  20753. Path: util/AddCR-1.0.lha
  20754.  
  20755. ==========
  20756.  
  20757. ADoc    4.00    An hypertext-like help utility.
  20758.  
  20759. ADoc is an utility that allows you to manage all kinds of documentations on
  20760. any subject. It is able to automatically start searching for a word selected
  20761. by a mouse click, and to work on several documentation files at the same time.
  20762. ADoc can display a picture beside to the text, use straight the AutoDocs and
  20763. AmigaGuide files (as well as "PowerPacker" compressed files) and may be controled
  20764. via AREXX.
  20765.  
  20766. Author: Denis Gounelle
  20767. Path: util/ADoc-4.00.lha
  20768.  
  20769. ==========
  20770.  
  20771. AIBB    6.5    GUI-based CPU performance tester
  20772.  
  20773. AIBB is a system performance analysis tool designed with built-in tests
  20774. for exercising CPU, FPU, and graphics portions of system performance.
  20775. Comparisons to 4 different machines can be displayed, with a default of
  20776. the A600, A1200, A3000/25, and A4000/040 contained within AIBB.
  20777. The option to create and/or load data files from other systems for
  20778. comparison is also included within the program.
  20779.  
  20780. Author: LaMonte Koop
  20781. Path: util/AIBB-6.5.lha
  20782.  
  20783. ==========
  20784.  
  20785. AIFF_dt    1.11    DataType for AIFF/AIFC sound files
  20786.  
  20787. A DataTypes class which permits reading and playing of AIFF
  20788. and AIFC format sound files which are very common on Apple
  20789. Macintosh machines.
  20790.  
  20791. Author: Olaf `Olsen' Barthel
  20792. Path: util/AIFF_dt-1.11.lha
  20793.  
  20794. ==========
  20795.  
  20796. AII    2.0    A GUI interface for most avail archivers
  20797.  
  20798. The Archiving Intuition Interface is a program that makes using
  20799. archiving software infinitely easier by adding a GUI (mouse base
  20800. interface).  Supports Lha, Zoo, Arc, UnArj, Zip, DMS, LhWarp and
  20801. Shrink.
  20802.  
  20803. Author: Paul Mclachlan
  20804. Path: util/AII-2.0.lha
  20805.  
  20806. ==========
  20807.  
  20808. AlarmingClock    2.5    Alarm Clock that plays 8SVX sounds
  20809.  
  20810. AlarmingClock is an alarm clock that plays a user selectable
  20811. IFF 8SVX sound for the alarm.  It has 12 or 24 hour modes,
  20812. an optional hourly chime and a snooze button.  It can be
  20813. iconified down to just a title bar or opened to reveal
  20814. a graphic user interface.
  20815.  
  20816. Author: Brian Neal
  20817. Path: util/AlarmingClock-2.5.lha
  20818.  
  20819. ==========
  20820.  
  20821. AlertPatch    3.0    Supplies a lot more info during Alert()
  20822.  
  20823. A patch into the exec.library/Alert() function to display more
  20824. meaningful information to the user.  This includes: Alert Type
  20825. - Software Failure or DeadEnd; Task - Task address and name;
  20826. Error - The alert error being displayed; Caused By - If the
  20827. calling routines are known then it will tell you where the
  20828. problem lies (eg. "graphics.library"); Cause - Single line
  20829. description of what the alert is all about; Task Owner - if
  20830. MultiUser FileSystem is installed then the userID and userName
  20831. are also displayed; Data Registers - A dump of the CPU data
  20832. registers d0...d7; Address Registers - A dump of the CPU address
  20833. registers a0...a7; Text Representation - A text representation of
  20834. the data and address registers.
  20835.  
  20836. Author: David Swasbrook
  20837. Path: util/AlertPatch-3.0.lha
  20838.  
  20839. ==========
  20840.  
  20841. ALock    1.1    Grabs input events and limits access.
  20842.  
  20843. A little hack inspired by an earlier one by Mike Sinz, which appeared on
  20844. one of the DevCon disks.  It's purpose is quite obvious: alock grabs all
  20845. inputevents and thus protects your Amiga from any unwanted access by the
  20846. keyboard or the mouse until you enter the correct password.
  20847.  
  20848. Author: Michael Kaiser
  20849. Path: util/ALock-1.1.lha
  20850.  
  20851. ==========
  20852.  
  20853. AmigaEyes    ?.?    Displays two eyes that follow pointer
  20854.  
  20855. This small program displays two eyes that follow the mouse pointer in the
  20856. WorkBench screen. This eyes can wink from time to time and go to sleep if
  20857. the user doesn't move the mouse for a user defined lapse of time.
  20858. Thre is two versions, one for no-interlaced screen and the other one for
  20859. interlaced screen.
  20860.  
  20861. Author: Stéphane Poirier
  20862. Path: util/AmigaEyes.lha
  20863.  
  20864. ==========
  20865.  
  20866. AmigaWorkStation    1.4    Shows "Windows" like screen during boot
  20867.  
  20868. This  utility  opens  Windows  like  screen during boot and shows some
  20869. information  about  your  machine:   CPU,  FPU,  GFX Chips, Kickstart,
  20870. memory,  current time and date.  You can change palette from 7 presets
  20871. and select hour system if you want.
  20872.  
  20873. Author: Paul Hernik
  20874. Path: util/AmigaWorkStation-1.4.lha
  20875.  
  20876. ==========
  20877.  
  20878. AntiCicloVir    2.4    Link/File/BB/Validator/Memory virus elim
  20879.  
  20880. A link virus detector and exterminator.  Also detects other types of
  20881. viri.   This version recognizes:  188 Bootblock, 28 File, 15 Link,
  20882. 7 Disk-Validator, 11 Trojans, and 17 Bombs.  Automatically checks each
  20883. inserted disk for boot block and disk-validator viruses.  Can scan all
  20884. files of a specified directory for known link viruses, and constantly
  20885. monitors memory and system vectors.  Now public domain and includes
  20886. source in assembler.
  20887.  
  20888. Author: Matthias Gutt
  20889. Path: util/AntiCicloVir-2.4.lha
  20890.  
  20891. ==========
  20892.  
  20893. APIPE    37.7    Alternative pipe handler (incl. source)
  20894.  
  20895. The `APipe-Handler' allows you to add the `APIPE:' DOS device to your
  20896. system.  This device acts as a pipe between two programs, but in a
  20897. different manner than the standard `PIPE:' device does.  This handler
  20898. interprets the text after the `APIPE:' prefix as a command line
  20899. to execute, and the process/command which opens the file indicated
  20900. by the mention of `APIPE:' can now read the standard output or write
  20901. the standard input of the program indicated by the command line
  20902. depending on whether the `APIPE:' file was opened for reading or
  20903. writing, respectively.   Thus, the opening an `APIPE:' file is analogous
  20904. to the UNIX `popen()' call, but it is more widely available to the user.\n
  20905. Complete source is included and can be used as an example of a handler.
  20906.  
  20907. Author: Per Bojsen
  20908. Path: util/APIPE-37.7.lha
  20909.  
  20910. ==========
  20911.  
  20912. AppCon    38.73    Makes the CON: window an AppWindow
  20913.  
  20914. Declares the actual CON:-window as an AppWindow and lets you
  20915. drop your icons in this window.  Then, the name and path of
  20916. the icon are inserted into the current command line exactly
  20917. as if you typed them with your keyboard, but slightly faster!
  20918.  
  20919. Author: Stephan Fuhrmann
  20920. Path: util/AppCon-38.73.lha
  20921.  
  20922. ==========
  20923.  
  20924. AppISizer    0.72    AppIcon gets the size of disks, etc.
  20925.  
  20926. New, localized version of the AppIcon utility that gets the size of disks,
  20927. directories or files.  Gives the size in bytes, blocks and the actual size
  20928. occupied.  Supplied with a French catalog.  Includes English documentation
  20929. in AmigaGuide format and French documentation.  Also offers several new
  20930. enhancements.
  20931.  
  20932. Author: Gérard Cornu
  20933. Path: util/AppISizer-0.72.lha
  20934.  
  20935. ==========
  20936.  
  20937. AppLauncher    1.0    Application Launcher for WB2 and WB3
  20938.  
  20939. AppLauncher is an AppWindow, AppIcon and AppMenu application that lets
  20940. you quickly launch your favorite applications via the Tool Menu, Launch
  20941. Palette or remotely using ARexx commands.  AppLauncher is incredibly easy
  20942. to use because of the intuitive user interface and flexibility.
  20943.  
  20944. Application can be launched using the or by using the Workbench Tool menu
  20945. or ARexx.  Any Tools or Projects can be launched by simply drag and drop
  20946. and double clicking the icon.
  20947.  
  20948. AppLauncher supports the standard Workbench icons, NewIcons, and MagicWB
  20949. icons.
  20950.  
  20951. Unlimited number of preferences can be used with AppLauncher.  You can load
  20952. a new preference dynamically.
  20953.  
  20954. AppLauncher can run on any platform with Workbench 2.0 or higher installed
  20955. and 512K of RAM.
  20956.  
  20957. Author: Danny Y. Wong
  20958. Path: util/AppLauncher-1.0.lha
  20959.  
  20960. ==========
  20961.  
  20962. AppPP    1.1    AppIcon/GUI for crunch/decrunch with PP
  20963.  
  20964. A crunching program made to avoid loading Powerpacker or another utility
  20965. like that everytime you have one or several files to crunch or decrunch.
  20966. It has an AppIcon and a Gadtools graphical user interface which makes it
  20967. easy to configure and to use.  Especially made to be used from WBStartUp.
  20968.  
  20969. Author: Patrick Burnand
  20970. Path: util/AppPP-1.1.lha
  20971.  
  20972. ==========
  20973.  
  20974. APPVM    0.9    System patch for true virtual memory.
  20975.  
  20976. Application Virtual Memory. A better-than-nothing demand paged
  20977. VM service for applications running on systems with MMUs and
  20978. some spare hard disk space for a swap area.
  20979.  
  20980. Author: Laurence Vanhelsuwé
  20981. Path: util/AppVM-0.9.lha
  20982.  
  20983. ==========
  20984.  
  20985. ARexxAppList    1994.10.11    List of 421 programs that support ARexx.
  20986.  
  20987. The ARexx Application List.  A list (plain text) of approximately 421 Amiga
  20988. programs that support ARexx, with brief descriptions of their capabilities.
  20989. Updates are posted in the USENET newsgroup comp.sys.amiga.applications.
  20990.  
  20991. Author: Daniel J Barrett
  20992. Path: util/ARexxAppList-1994.10.11.lha
  20993.  
  20994. ==========
  20995.  
  20996. ARexxAppList    1995.01.30    List of 425 programs that support ARexx.
  20997.  
  20998. The ARexx Application List.  A list (plain text) of approximately 425 Amiga
  20999. programs that support ARexx, with brief descriptions of their capabilities.
  21000. Updates are posted in the USENET newsgroup comp.sys.amiga.applications.
  21001.  
  21002. Author: Daniel J Barrett
  21003. Path: util/ARexxAppList-1995.01.30.lha
  21004.  
  21005. ==========
  21006.  
  21007. ARexxSuper    1.10    ARexx port testing tool
  21008.  
  21009. An all-purpose mouse-controlled localized ARexx communication program.
  21010. All done via a nice GadTools interface.  Documentation in AmigaGuide
  21011. format.  Useful for testing and debugging ARexx interfaces.
  21012.  
  21013. Author: Frédéric DELACROIX
  21014. Path: util/ArexxSuper-1.10.lha
  21015.  
  21016. ==========
  21017.  
  21018. ARexxSupervisor    1.20    Tool to test/debug ARexx interfaces
  21019.  
  21020. ARexxSupervisor  is  mainly  a  tool for the developpers of you who want to
  21021. integrate and properly test/debug ARexx interfaces in their programs.
  21022.  
  21023. ARexxSupervisor provides a means of mouse-controlling the data that is sent
  21024. to  a valid ARexx port.  Be careful however, it is easy to make destructive
  21025. actions or provoke deadlocks or gurus.
  21026.  
  21027. Author: F.DELACROIX
  21028. Path: util/ARexxSupervisor-1.20.lha
  21029.  
  21030. ==========
  21031.  
  21032. Arq    1.83    A "Requestor Improver" (understated!)
  21033.  
  21034. Replaces the standard system requesters with nice animated
  21035. requesters which you can also attach different sounds to.
  21036. Also includes "upd" a small sound sample player daemon.
  21037.  
  21038. Author: Martin Laubach
  21039. Graphics by Peter Wlcek  
  21040. upd by Jonas Petersson
  21041. Path: util/Arq-1.83.lha
  21042.  
  21043. ==========
  21044.  
  21045. Artic    1.7    A "Stacker-like" device based compressor
  21046.  
  21047. Artic   is   a  device  based  compressor,  like  Stacker  on  the  PCs  or
  21048. CopressDisk.Device or DiskExpander.., but with some different features that
  21049. make it easier, more practical and faster to use:
  21050.  
  21051.   * FAST compression, VERY FAST decompression.
  21052.  
  21053.   * ability to use the external compression libraries XPK plus
  21054.     two internal methods.
  21055.  
  21056.   * no need to compress a whole partition.
  21057.  
  21058.   * user-friendly program to handle operations, that can use MUI.
  21059.  
  21060.   * files are stored as FILES not as Tracks.
  21061.  
  21062.   * both compressed and uncompressed files are handled.
  21063.  
  21064.   * more features can be found in Artic.guide
  21065.  
  21066. Author: Alessandro Garoli
  21067. Path: util/Artic-1.7.lha
  21068.  
  21069. ==========
  21070.  
  21071. ARTM    2.04    Display and control system activity
  21072.  
  21073. Amiga Real Time Monitor.  Displays and controls system activity such
  21074. as tasks, windows, libraries, devices, resources, ports, residents,
  21075. interrupts, vectors, memory, mounts, assigns, locks, fonts, hardware,
  21076. res_cmds, a little SystemMonitor and display the last Alert.
  21077.  
  21078. Author: F. J. Mertens
  21079. Dietmar Jansen
  21080. Path: util/ARTM-2.04.lha
  21081.  
  21082. ==========
  21083.  
  21084. AssignManager    1.24    New preferences editor for assigns.
  21085.  
  21086. A new prefs editor which handles your custom assigns in a friendly,
  21087. all-encompassing way.  No more fiddling with Assign commands in
  21088. User-Startups.  Now you can use Assign Manager to edit your list of assigns
  21089. to your heart's content.
  21090.  
  21091. Author: Matt Francis
  21092. Path: util/AssignManager-1.24.lha
  21093.  
  21094. ==========
  21095.  
  21096. AssignWedge    1.4    An AssignX type clone
  21097.  
  21098. On the Amiga, many programs require a particular logical device name or
  21099. assignment to point to a drawer or volume to find their data. If you forget
  21100. to place such an assignment in your User-Startup file or take care of it by
  21101. hand you will sooner or later see the familiar "Please insert volume ... in
  21102. any drive" requester popping up. AssignWedge `wedges' into the operating
  21103. system routine responsible for bringing up this requester, giving you the
  21104. choice to take one of the following actions using the mouse:
  21105.  
  21106.    · Retry
  21107.  
  21108.      If you have taken care of the assignment or device yourself,
  21109.      this will cause the action that brought up the requester
  21110.      to be repeated.
  21111.  
  21112.    · Assign
  21113.  
  21114.      This will create an assignment under the name displayed in
  21115.      the requester. You just have to pick the drawer to tie it to.
  21116.  
  21117.    · Mount
  21118.  
  21119.      Assuming that the device displayed in the requester can be
  21120.      mounted, this will execute the AmigaDOS `Mount' command
  21121.      and then repeat the action that brought up the requester.
  21122.  
  21123.    · Deny
  21124.  
  21125.      This effectively denies the program that brought up this
  21126.      requester to refer to the device in question. Whenever
  21127.      it refers to it, no requester will appear asking you to
  21128.      insert the volume in question. Instead, the program to
  21129.      ask for the volume will see any attempt to access the
  21130.      volume failing.
  21131.  
  21132.    · Cancel
  21133.  
  21134.      Denies the program request to access the volume. It's
  21135.      as simple as that.
  21136.  
  21137. Author: Olaf Barthel
  21138. Path: util/AssignWedge-1.4.lha
  21139.  
  21140. ==========
  21141.  
  21142. AudioScope    3.0    Realtime audio spectrum analyzer w/FFT
  21143.  
  21144. AudioScope is a real-time audio spectrum analyzer for the
  21145. Amiga which uses a 512 point Fast Fourier Transform (FFT)
  21146. to process audio data received through your audio digitizer.
  21147. AudioScope provides a high resolution display of audio
  21148. signal amplitude vs frequency and can be used to evaluate
  21149. the frequency content of sounds of all kinds.
  21150. Now, in addition to the real-time display of signal amplitude
  21151. vs. frequency, a display option providing a continuous
  21152. scrolling color display of audio signal amplitude vs. time
  21153. vs. frequency is available.
  21154.  
  21155. Author: Richard Horne
  21156. Path: util/AudioScope-3.0.lha
  21157.  
  21158. ==========
  21159.  
  21160. AutoScroll    1.0    allows use of OS2.0 AUTOSCROLL & NEWLOOK
  21161.  
  21162.  1. This little proggy allows you to use OS2.0 AUTOSCROLL and
  21163.     NEWLOOK, which are probably not used by OS1.3 dedicated
  21164.     programs.
  21165.  
  21166.  2. AUTOSCROLL flag lets you drag active screen by mouse
  21167.     movements only (eg. drag screen down, then move pointer to the
  21168.     bottom of screen and move it down). NOWLOOK flag makes screen's
  21169.     titlebar and menus to be drawn OS2.0+ style (white background,
  21170.     underline, 3D gadgets) instead of disgusting 1.3 look.
  21171.  
  21172. Author: Marcin Orlowski
  21173. Path: util/AutoScroll-1.0.lha
  21174.  
  21175. ==========
  21176.  
  21177. AXDiff    1.0    Graphical comparison & merge utility
  21178.  
  21179. AXDiff is a graphical file comparison and merge utility.  It allows
  21180. you to see files side by side with differences between the files
  21181. highlighted.  You may move within the files looking at the differences
  21182. within context of the rest of the file.  A merged file can be created
  21183. which contains the lines which do not differ between files along with
  21184. user-selected lines from the sections which differ.  You can select
  21185. either no part, either part, or both parts of the sections which
  21186. differ to be written to the merged file.  Selectable fonts, sizes, and
  21187. other options too.
  21188.  
  21189. Author: Jim Lawrie
  21190. Path: util/AXDiff-1.0.lha
  21191.  
  21192. ==========
  21193.  
  21194. BeepAManiac    0.7    Replace the System Beep for WB2 and WB3
  21195.  
  21196. First there was DisplayBeep that alerts the user by flash the screen, then
  21197. came DisplayBeep with sound extension that alerts the user with a beep or
  21198. sampled sound and/or flash the screen.  Now comes BeepAManiac, a small
  21199. Commodity that patches the standard Intuition DisplayBeep function.
  21200.  
  21201. BeepAManiac lets you play infinite number of sounds.  Each time the
  21202. DisplayBeep is called, BeepAManiac plays a random sound.  This is much more
  21203. pleasant to listen then the same old standard boring sound.
  21204.  
  21205. BeepAManiac is very small and uses very little memory.  You can configure
  21206. BeepAManiac to use from 8K to 128K size sampled sounds.  BeepAManiac can
  21207. also play two simultaneous sounds at the same time if the DisplayBeep is
  21208. call twice in the row.
  21209.  
  21210. Author: Danny Y. Wong
  21211. Path: util/BeepAManiac-0.7.lha
  21212.  
  21213. ==========
  21214.  
  21215. Binary_dt    39.11    Datatype for viewing binary files in hex
  21216.  
  21217. This is a binary data type for using in MultiView or similar programs!
  21218. The datatype loads any binary file and displays it in a hex format!
  21219.  
  21220. Author: Stefan Ruppert
  21221. Path: util/Binary_dt-39.11.lha
  21222.  
  21223. ==========
  21224.  
  21225. Binary_dt    39.6    Datatype for viewing binary files in hex
  21226.  
  21227. This is a binary data type for using in MultiView or similar programs!
  21228. The datatype loads any binary file and displays it in a hex format!
  21229.  
  21230. Author: Stefan Ruppert
  21231. Path: util/Binary_dt-39.6.lha
  21232.  
  21233. ==========
  21234.  
  21235. BioRhythm    3.0    Shows your 3 basic BioRhythms & average
  21236.  
  21237. An intuition based easy-to-use program that shows your 3 basic
  21238. BioRhythms plus the average-"rhythm".  Take a look, dump it to your
  21239. printer and make your plans for "when to do what".
  21240.  
  21241. Author: Thomas Arnfeldt
  21242. Path: util/BioRhythm-3.0.lha
  21243.  
  21244. ==========
  21245.  
  21246. BootUte    1.2    Enable older software on A1200/A4000
  21247.  
  21248. Enables more older software work on the Amiga 1200 and 4000 series,
  21249. it is also useful for users with accelerators.
  21250.  
  21251. Author: Paul Toyne
  21252. Path: util/BootUte-1.2.lha
  21253.  
  21254. ==========
  21255.  
  21256. BPTools    1.1    Some BridgePort tools for the Amiga side
  21257.  
  21258. A collection of BridgePort tools for use on the Amiga side.  JDIR will
  21259. read JDISK directories.  MAKEJD will create JDISKS.  READJD and WRITEJD
  21260. will read and write to JDISKs'.  READJD and WRITEJD are approximately
  21261. ten times faster than AREAD and AWRITE.  Binary only.
  21262.  
  21263. Author: Milt Henderson
  21264. Path: util/BPTools-1.1.lha
  21265.  
  21266. ==========
  21267.  
  21268. BreakName    37.2    Break processes by issuing their names
  21269.  
  21270. BreakName is an addition to the well known C:Break
  21271. command. It may break CLI processes by issuing
  21272. either the complete path+filename, or simply the
  21273. filename of the process to break. Useful for
  21274. breaking from within scripts
  21275.  
  21276. Author: Kai Iske
  21277. Path: util/BreakName-37.2.lha
  21278.  
  21279. ==========
  21280.  
  21281. BReq    1.16    Gadgets for OS selection during startup
  21282.  
  21283. This program started out as a simple program to solve a simple
  21284. problem - choose to boot into AmigaOS or NetBSD on a machine
  21285. that had both options available at startup time BEFORE going
  21286. through all of the Startup-Sequence.  This was originally done
  21287. using Nico Francois' excellent ReqTools package.  After requests
  21288. came asking for timeout I decided that using Intuition directly
  21289. was best so the original version was completely scrapped and
  21290. what is now here came to be.  I added a timeout and default
  21291. feature allowing BReq to go through a default option after a
  21292. certain amount of time had passed.  Realizing that the timeout
  21293. might be quite long I added a blanker (quite simple once I got
  21294. the idea of IDCMP) and it was quite silly of me not to make
  21295. both buttons (or gadgets rather) alterable - so now both gads
  21296. can be altered on the command line.
  21297.  
  21298. Author: Eric R. Augustine
  21299. Path: util/BReq-1.16.lha
  21300.  
  21301. ==========
  21302.  
  21303. Brik    2.0    Compute & use CRC lists to verify files
  21304.  
  21305. A general purpose program that calculates both text and binary cyclic
  21306. redundancy codes (CRCs).  Text mode CRCs calculated by brik are
  21307. portable across systems for files that are in the usual text format on
  21308. each system.  Binary mode CRCs are portable for files that are moved
  21309. from system to system without any change.  Brik can be used to verify
  21310. and update an embedded checksum header in files.  It runs under
  21311. MS-DOS, UNIX system V, BSD UNIX, VAX/VMS, and AmigaDOS.
  21312.  
  21313. Author: Rahul Dhesi
  21314. Path: util/brik-2.0.lha
  21315.  
  21316. ==========
  21317.  
  21318. BrowserII    3.0    Directory maintenance utility
  21319.  
  21320. It is a multi-window file-manager.  It is based on drag and drop just like
  21321. workbench.  In fact, it is exactly like workbench in text mode.  It is
  21322. fully asynchronous.  That is to say, you can perform several copies,
  21323. delete, directory scan,...  at the same time.  You can pause or stop
  21324. running processes.  Pressing [ESC] pauses all processes (accidental
  21325. operations).  It is small, about 150 KBytes (not compressed of course),
  21326. including the whatis.library, a powerfull library that identify file
  21327. types.  Does not use much memory when idle (may use more while copying).
  21328. Use pooled memory even under WB2.0 to minimize fragmentation.  It is fast.
  21329. It has an intelligent iconification, directory tree, archive support,
  21330. window snapshot and an intelligent buffered copy process which makes it a
  21331. lot faster than standard copy commands/tools when source & destination
  21332. directories are on the same device unit.  You can copy a complete 880 Kb
  21333. floppy with only 1 drive in 1 pass without using RAM disk as a tmp
  21334. storage.  Copies even continue while iconified.  And at last, it is
  21335. powerfull and highly configurable.  It is ShareWare.  Once registered, you
  21336. get a key file which is valid forever.  if you are not registered (you
  21337. don't have the key file), the about requester will popup from time to
  21338. time, but BrowserII stay fully functionnal.
  21339. Available languages: english, french, deutsch, svenska
  21340.  
  21341. Author: Pierre Carrette, Sylvain Rougier
  21342. Path: util/BrowserII-3.0.lha
  21343.  
  21344. ==========
  21345.  
  21346. BRun    1.0    Start another program in separate CLI.
  21347.  
  21348. BRun is a very simple program which will start any other
  21349. CLI program in a totally separate CLI.
  21350. BRun works a bit like Run with input/output redirected to
  21351. NIL:. Now you may say, why not just do this with a macro:
  21352.  
  21353.     Alias BRun Run >NIL: <NIL: [] >NIL: <NIL:
  21354.  
  21355. This is what I tried for a while, but unfortunately it
  21356. doesn't always work (I can't actually remember what made it
  21357. fail, but believe me there was a problem!)
  21358.  
  21359. Also, redirecting Run's output to NIL: means that you won't
  21360. see any error messages from Run itself, and though it re-
  21361. directs standard output it can't stop other programs from
  21362. opening '*' and writing to your console window anyway.
  21363.  
  21364. BRun simply creates a new and totally separate CLI to run
  21365. the one command you give it. It does not generate any output
  21366. unless there is an error in creating the new CLI.
  21367.  
  21368. CDBRun is also quite simple and will start any other CLI
  21369. program in a totally separate CLI with a different current
  21370. directory. This is intended for all those programs which
  21371. require certain configuration or support files to be in the
  21372. current directory when they start. With this command you
  21373. don't actually need to change the current directory of the
  21374. CLI you are typing into.
  21375.  
  21376. Author: Ben Hutchings
  21377. Path: util/BRun-1.0.lha
  21378.  
  21379. ==========
  21380.  
  21381. bsplit    1.0    Split files into pieces by byte count
  21382.  
  21383. Split binary files into managable pieces as specified by a byte count.
  21384. Similar to the UNIX "split" program, which works with lines, not
  21385. bytes.
  21386.  
  21387. Author: P. Knoppers
  21388. Path: util/bsplit-1.0.lha
  21389.  
  21390. ==========
  21391.  
  21392. Bush    1.4    Produces directory listing like "Tree"
  21393.  
  21394. Many of you may have seen Tree on PC machines. Bush is similar to Tree. 
  21395. Bush produces directory listings showing the structure of a directory and 
  21396. all sub-directories. Why Bush you may ask, we already have DTree on the 
  21397. Amiga? Simple speed and simplicity. Bush's advantages over DTree : 
  21398.  
  21399.        - Speed, up to 15%+ faster.
  21400.        - Does not require WB 2.
  21401.        - More compact output.
  21402.        - Aditional features 
  21403.          - size display
  21404.          - protection display.
  21405.        
  21406. However there are some tradeoffs, there is no colour option and no support
  21407. for PC fonts (Bush is usable and down-to-earth, does a simple tree need 
  21408. colour and connected branches?).
  21409.  
  21410. Author: Lee Kindness
  21411. Path: util/Bush-1.4.lha
  21412.  
  21413. ==========
  21414.  
  21415. ButtonMenu    1.23    Easy creation of customizable menus
  21416.  
  21417. ButtonMenu allows you to create menus in the form of a window full
  21418. of GadTools buttons.  Two programs are provided: one to allow you to
  21419. create the menu and one which runs the menu.  It is then possible to
  21420. run your menu from a startup-sequence, for example.  The GUI for the
  21421. creator was designed to use Topaz 8, but it will adapt to the current
  21422. screen font if it is not too big.
  21423.  
  21424. An added bonus is the ability to load ButtonMenu from within ButtonMenu
  21425. from within ButtonMenu and so on... This means you can nest menus to
  21426. create complicated menu systems.
  21427.  
  21428. Author: Oliver Roberts
  21429. Path: util/ButtonMenu-1.23.lha
  21430.  
  21431. ==========
  21432.  
  21433. CacheFont    1.1    Vastly increase speed of font requsters
  21434.  
  21435. CacheFont is a small patch that will dramatically increase the speed of
  21436. font requesters. It cuts the access time of a font requester containing
  21437. about 100 fonts from 14 seconds (without CacheFont) to half a second (with
  21438. CacheFont).
  21439.  
  21440. It has been tested extensively on many utilities and many computers
  21441. without any problems.
  21442.  
  21443. Version 1.1 fixes a bug with Tagged Font Lists. It should now work with
  21444. most (if not *all*) software.
  21445.  
  21446. Author: Adam Dawes
  21447. Path: util/CacheFont-1.1.lha
  21448.  
  21449. ==========
  21450.  
  21451. CatchDisk    1.20    Commodity for auto-formatting disks.
  21452.  
  21453. A simple commodity for "auto-formating" bad/unformatted disks.  Each time a
  21454. disk is inserted into a drive, it checks to see if it is properly
  21455. formatted.  If not, CatchDisk executes the Format program and asks the user
  21456. if he wishes to format the disk.
  21457.  
  21458. Author: Alessandro Sala
  21459. Path: util/CatchDisk-1.20.lha
  21460.  
  21461. ==========
  21462.  
  21463. CFX    5.560    Check type of file a la "dir/list" cmd
  21464.  
  21465. The Amiga caters for many varied programs, and these programs use their
  21466. own data types. CFX (Crunched File eXaminer) contains a huge database
  21467. of known filetypes and can deduce a file's "type" very quickly, in a
  21468. fashion like the AmigDOS "list" or "dir" commands. Contains options to
  21469. check for types like "executable, "not executable", "crunched", "graphics",
  21470. "sounds" etc.
  21471.  
  21472. Author: Bob Rye
  21473. Marcus Mroczkowski
  21474. Path: util/CFX-5.560.lha
  21475.  
  21476. ==========
  21477.  
  21478. CFX    5.570    Check type of file with "dir/list" cmd
  21479.  
  21480. The Amiga caters for many varied programs, and these programs use their
  21481. own data types. CFX (Crunched File eXaminer) contains a huge database
  21482. of known filetypes and can deduce a file's "type" very quickly, in a
  21483. fashion like the AmigDOS "list" or "dir" commands. Contains options to
  21484. check for types like "executable, "not executable", "crunched", "graphics",
  21485. "sounds" etc.
  21486.  
  21487. Author: Bob Rye
  21488. Marcus Mroczkowski
  21489. Path: util/CFX-5.570.lha
  21490.  
  21491. ==========
  21492.  
  21493. ChangeIcon    1.0    Give files specified icon, uses WhatIs
  21494.  
  21495. A Workbench AppIcon/MenuItem/Window tool that will give dropped files a
  21496. (new) icon - depending on their filetypes which ChangeIcon will detect
  21497. using the WhatIs library (included).  New types and default icons can be
  21498. easily defined.  Localized for Workbench 2.1, (German and French catalogs
  21499. included).
  21500.  
  21501. Author: Hanns Holger Rutz
  21502. WhatIs library by Sylvain Rougier and Pierre Carette
  21503. Path: util/ChangeIcon-1.0.lha
  21504.  
  21505. ==========
  21506.  
  21507. chksum    1.0    SVR4 "sum" compatible checksum program
  21508.  
  21509. Produces a checksum of a byte stream that should be the same as the
  21510. standard SVR4 "sum" program.  Note that the "sum" documentation is
  21511. misleading, the checksum is NOT simply a 16-bit checksum of all the
  21512. bytes.
  21513.  
  21514. Author: Fred Fish
  21515. Path: util/chksum-1.0.lha
  21516.  
  21517. ==========
  21518.  
  21519. CLIExchange    1.4    A CLI version of standard Exchange util
  21520.  
  21521. A 584 byte CLI replacement for the standard CBM Exchange utility.  The
  21522. only difference is that Exchange has a graphical user interface while
  21523. CLIExchange has been designed to be called from CLI so it can be used
  21524. within scripts, menus, docks or hotkeys.
  21525.  
  21526. Author: Gaël Marziou
  21527. Path: util/CLIExchange-1.4.lha
  21528.  
  21529. ==========
  21530.  
  21531. ClipHistory    2.2    Adds a history to the clipboard device
  21532.  
  21533. A commodity that adds a history to the clipboard.  From a window you can
  21534. select which clip to re-paste to the clipboard.  Lots of options, both to
  21535. control the history (size, number of clips, amount of memory to use,
  21536. filtering, etc.) and the window (size, position, open on non-public
  21537. screens, etc.).  Binary only.
  21538.  
  21539. Author: Magnus Holmgren
  21540. Path: util/ClipHistory-2.2.lha
  21541.  
  21542. ==========
  21543.  
  21544. CliVa    2.3    A VERY configurable Application launcher
  21545.  
  21546. A VERY configurable Application launcher, configurable via ordinary
  21547. textfile.  Allows you to define all sorts of gadgets and menu options.
  21548. Much easier to just try the supplied examples than to explain it!
  21549.  
  21550. Author: Christian Warren
  21551. Path: util/CliVa-2.3.lha
  21552.  
  21553. ==========
  21554.  
  21555. SCR    1.01    AGA Screen Color Requester
  21556.  
  21557. The standard Amiga 3.0 Preferences Palette Requester is
  21558. very limited in that it only operates on the first eight
  21559. screen colors.  Screen Color Requester solves this prob-
  21560. lem for AGA Amigas by providing palette controls that
  21561. allow you to change, copy, swap, spread, and cycle all
  21562. individual colors of the workbench or any public screen.
  21563. You can also load and save modified screen palettes for
  21564. various applications.  If you are a programmer, you can
  21565. link the included object file with your own programs and
  21566. save yourself the work of programming a color requester
  21567. of your own.
  21568.  
  21569. Author: Richard Horne
  21570. Path: util/ColorRequester-1.01.lha
  21571.  
  21572. ==========
  21573.  
  21574. ColorSaver    1.19    Color Palette commodity w/ARexx
  21575.  
  21576. A general purpose color palette tool designed to be available at any time
  21577. through the use of a hotkey.  It contains several features not generally
  21578. found in other palette tools.  Features include:
  21579.  
  21580.     * Implemented as a Commodity, Popup w/Hotkey
  21581.     * Load/Save color palettes
  21582.     * Sliders selectable between RGB/HSV
  21583.     * Copy, Swap, Range, Complement Functions
  21584.     * Left/right shifting of the entire palette
  21585.     * Ability to permanently alter (patch) the color tables
  21586.           of executables with a statically allocated color table.
  21587.     * "Remembers" load/save file path's through the life of the program
  21588.     * "Remembers" screen position it was last popped up to
  21589.     * Runs from CLI or WorkBench
  21590.     * ARexx Port with 15 commands
  21591.     * PostCardWare, Includes source
  21592.     * Tested with Enforcer
  21593.  
  21594. Author: Dan Fish
  21595. Path: util/ColorSaver-1.19.lha
  21596.  
  21597. ==========
  21598.  
  21599. Columns    2.6    GUI program to print text in columns.
  21600.  
  21601. A GUI-based "paper-saving" utility.  Allows you to print text in columns
  21602. and use various compression modes (up to 160 characters per line and 180
  21603. lines per standard DIN A4 page).  5.6 times more characters than in usual
  21604. modes, but still readable.  Written completely in assembly.  Kickstart 2.0
  21605. and 3.0 compatible, Kickstart 2.0 look, Keyboard controls and saveable
  21606. settings.
  21607.  
  21608. Author: Martin Mares
  21609. Tomas Zikmund
  21610. Path: util/Columns-2.6.lha
  21611.  
  21612. ==========
  21613.  
  21614. Convert    2.01    A flexible file conversion utility.
  21615.  
  21616. A flexible file conversion utility.  It covers the application domain of
  21617. any ASCII file conversion tool between the Amiga and any other computer
  21618. system.  In addition, Convert is freely configurable, so that it can be
  21619. used for any conversion problem.  Includes scripts for Amiga, Mac, PC and
  21620. Commodore 64 & 128 machines.
  21621.  
  21622. Author: Rainer Koppler
  21623. Path: util/Convert-2.01.lha
  21624.  
  21625. ==========
  21626.  
  21627. Cout    1.00    Cout, V1.00, C++ source
  21628.  
  21629. A program that replaces the Echo command, Special characters (\n, \t, \f..
  21630. like in C) control the output.  In addition to that bold, underlined,
  21631. italic and inverse text is supported.
  21632.  
  21633. Author: Harald Pehl
  21634. Path: util/Cout-1.00.lha
  21635.  
  21636. ==========
  21637.  
  21638. CPULoad    1.0ß    Very fast XLoad type monitor
  21639.  
  21640. Shows system load graphically, in a small window
  21641.  
  21642. Author: Thomas Radtke
  21643. Path: util/CPULoad-1.0ß.lha
  21644.  
  21645. ==========
  21646.  
  21647. Csh    5.39    Replacement for the shell, like UN*X csh
  21648.  
  21649. Replacement for the Amiga shell, similar to UN*X csh.  Main features
  21650. include over 100 built in commands, 70 functions, new system variables,
  21651. file name completion, freely programmable command line editing, file
  21652. classes, auto cd, lazy cd, intuition menus for the shell window, automatic
  21653. RX-ing, local variables, $( ), statement blocks, high speed, plus much
  21654. more.
  21655.  
  21656. Author: Andreas M. Kirchwitz
  21657. Urban Dominik Mueller
  21658. C Borreo
  21659. Steve Drew
  21660. Matt Dillon
  21661. Path: util/Csh-5.39.lha
  21662.  
  21663. ==========
  21664.  
  21665. CX    1.3    replacement of the "Exchange" program
  21666.  
  21667. CX is a replacement of the original "Exchange" program from the
  21668. Workbench. I wrote it, because I need a program with the ability
  21669. of removing all commodities in the system. And I always wanted to
  21670. write a commodity.
  21671. One of my goals was to be compatible in the using to the original
  21672. program, but also offer new methods of executing actions. You can
  21673. select all buttons and gadgets by pressing a key on your keyboard,
  21674. use the cursor keys to move around in the list of commodities and
  21675. other things.
  21676. I hope, that this version is mostly bug free.
  21677.  
  21678. Author: Fin Schuppenhauer
  21679. Path: util/CX-1.3.lha
  21680.  
  21681. ==========
  21682.  
  21683. CXHandler    3.3    CXHandler is an Exchange clone
  21684.  
  21685. CXHandler is an Exchange clone.
  21686. The program is controlable via keys and is font sensitiv.
  21687.  
  21688. Author: Martin Stengle
  21689. Path: util/CXHandler-3.3.lha
  21690.  
  21691. ==========
  21692.  
  21693. C_dt    39.5    C datatype, highlights c/c++ keywords
  21694.  
  21695. This is a C Source data type for using in MultiView or similar programs.
  21696. It displays different parts of a C Source in different style and color,
  21697. like comments, keywords, basic types and cpp keywords!  This goes all
  21698. through a prefs file.  If you design a nice preference file, please 
  21699. submit it to the author, so that anyone can use it!
  21700.  
  21701. Author: Stefan Ruppert
  21702. Path: util/C_dt-39.5.lha
  21703.  
  21704. ==========
  21705.  
  21706. C_dt    39.6    C datatype, highlights c/c++ keywords
  21707.  
  21708. This is a C Source data type for using in MultiView or similar programs.
  21709. It displays different parts of a C Source in different style and color,
  21710. like comments, keywords, basic types and cpp keywords!  This goes all
  21711. through a prefs file.  If you design a nice preference file, please 
  21712. submit it to the author, so that anyone can use it!
  21713.  
  21714. Author: Stefan Ruppert
  21715. Path: util/C_dt-39.6.lha
  21716.  
  21717. ==========
  21718.  
  21719. DBB    1.1.9    DBB is a digital logic circuit simulator
  21720.  
  21721. Digital Breadboard is a full GUI digital circuit simulator.  Digital
  21722. Breadboard currently supports 2 and 3 input AND, OR, NAND, and NOR
  21723. gates, NOT and XOR gates, D, JK, and SR edge-triggered flip-flops,
  21724. multiple independant clocks, switched and pulsed inputs, outputs, Vcc,
  21725. GND, independant 4-channel trace scope, event counters, variable speed
  21726. timer, preferences printing, and more.  Includes combinational logic
  21727. design utilities.
  21728.  
  21729. Author: Dan Griffin
  21730. Path: util/DBB-1.1.9.lha
  21731.  
  21732. ==========
  21733.  
  21734. DefDTIcon    1.4    Changes selected icon images to defaults
  21735.  
  21736. This very useful utility installs itself to the Workbench
  21737. Tools menu. Any file selected via it will have its icon
  21738. images changed to the default for its datatype. Includes
  21739. many standard icons.
  21740.  
  21741. Author: Lee Kindness
  21742. Path: util/DefDTIcon-1.4.lha
  21743.  
  21744. ==========
  21745.  
  21746. DefDTIcon    1.7    Changes selected icon images to defaults
  21747.  
  21748. This very useful utility installs itself to the Workbench
  21749. Tools menu. Any file selected via it will have its icon
  21750. images changed to the default for its datatype. Includes
  21751. many standard icons.
  21752.  
  21753. Author: Lee Kindness
  21754. Path: util/DefDTIcon-1.7.lha
  21755.  
  21756. ==========
  21757.  
  21758. Degrader    1.30    Tries to get badly written progs to work
  21759.  
  21760. Degrades your machine to try and get badly written programs
  21761. to work.  Allows you to block memory, add non-autoconfig
  21762. memory at reset, turn audio filter on or off, intercept
  21763. privilege violation errors, switch off cache/burst modes and
  21764. can slow down a fast machine.  Also can swap the boot drive
  21765. and force 50Hz or 60Hz.  Will do things straight away, after
  21766. one reset or after every reset.
  21767.  
  21768. Author: Chris Hames
  21769. Path: util/Degrader-1.30.lha
  21770.  
  21771. ==========
  21772.  
  21773. DesktopMAGIC    2.0    Modular screen saver/system sound mgr
  21774.  
  21775. U.S. Demo Version of MaxonMAGIC, the most popular screensaver in
  21776. Germany.  DesktopMAGIC saves your screen from phosphor burn-in by
  21777. featuring 32 animated screen saver modules, accompanied by sampled sound
  21778. and 8-track music.  Plus, it puts sound into your system, Workbench, and
  21779. even all your already installed applications by assigning sounds or voices
  21780. to windows, keys, times, text and virtually all other system events.  It
  21781. gives your AMIGA that MAGIC feeling you will never want to miss again.
  21782.  
  21783. Author: MediaDesk
  21784. Path: util/DesktopMAGIC-2.0.lha
  21785.  
  21786. ==========
  21787.  
  21788. DeviceLock    1.2    GUI interface for CLI command 'lock'
  21789.  
  21790. This is a GUI interface for the CLI programm 'lock'. You can
  21791. lock or allow writing to partitions via gadgets or hotkeys.
  21792. You can configure it to your own needs and it should work
  21793. with other (CLI-)lock programs, too.
  21794.  
  21795. Author: Thomas Wagner
  21796. Path: util/DeviceLock-1.2.lha
  21797.  
  21798. ==========
  21799.  
  21800. DirKING    3.00    Powerful 'List' and 'Dir' replacement
  21801.  
  21802. DirKing is a very powerful replacement for the AmigaDOS 'List' and 'Dir'
  21803. commands.  It gives full control over formatting of the listing.  Batch
  21804. (script) files can also be generated, which can be executed from within
  21805. DirKing.  The directory can be sorted on one or more items (e.g. size,
  21806. date, comment, data type,..), and in a user defined order.  DirKing also
  21807. supports numerous directory filters (e.g. name, date, comment, datatype...).
  21808. All these filters can be made effective on files only, on directories only
  21809. or on both.  One can even define patterns for each directory level.
  21810. Multiple scan paths may be given, also supported are multiple assigns,
  21811. links, datatypes and locale value formats.  Unique is the feature to
  21812. monitor the directory scanning process.  If you have cataloged your disk
  21813. collection, then you can insert the disk ID in the listing.  Very useful
  21814. are the listing fields which inform you how many files and dirs each
  21815. directory contains.  The actual blocks and bytes used by a directory can
  21816. be shown, thus allowing to see if it would fit on a certain disk.  DirKing
  21817. offers a lot more than can be presented in this short space, so check it
  21818. out!  DirKing currently supports AmigaDOS v1.2 upto v3.1.  Binary only.
  21819.  
  21820. Author: Chris P. Vandierendonck
  21821. Path: util/DirKING-3.00.lha
  21822.  
  21823. ==========
  21824.  
  21825. DirMenu    0.9ß    Access files easily with pop up menus
  21826.  
  21827. Dir Menu is a pop up based file selector. You simply  press  a  hotkey
  21828. and a menu will pop up on current screen, showing all disk volumes you
  21829. have. Then select a volume, and it's root directory will appear.  Then
  21830. select  any file on your directory, and Dir Menu will execute selected
  21831. file according to its type
  21832.  
  21833. With Dir Menu you can instantly and quickly browse throught  directory
  21834. trees on your disk drives, easily take a look at a picture anywhere on
  21835. your disk, read any text without worrying how to load  a  text  shower
  21836. first,  look  into a lha archive by simply selecting that archive file
  21837. etc.
  21838.  
  21839. You can configure what Dir Menu should do on any type of file you will
  21840. select.  You can also configure your favorite directories and files to
  21841. appear on the first display (when you press a hotkey).
  21842.  
  21843. Dir  Menu  will  recognize  almost every known type of files.  It uses
  21844. WhatIs  library,  and  that  means  if  there  is any type of file not
  21845. already  configured  you  can  configure a new type, and Dir Menu will
  21846. remember it for ever!
  21847.  
  21848. Author: Jure Vrhovnik
  21849. Path: util/DirMenu-0.9ß.lha
  21850.  
  21851. ==========
  21852.  
  21853. Dirs    1.00    Powerful new DIR cmd with 23 options.
  21854.  
  21855. A powerful new DIR command with 23 options.  Files and Directories can be
  21856. sorted by name, size or date (ascending and descending), information about
  21857. the size, protection-bits, date or comment can be hidden.  Options you use
  21858. in everyday work can be stored in an environment variable.  The hidden flag
  21859. is supported...
  21860.  
  21861. Author: Harald Pehl
  21862. Path: util/Dirs-1.00.lha
  21863.  
  21864. ==========
  21865.  
  21866. DisplayMode    1.22    Screenmode preferences clone
  21867.  
  21868. Screenmode preferences clone, controlable via keys and is font sensitive.
  21869.  
  21870. Author: Martin Stengle
  21871. Path: util/DisplayMode-1.22.lha
  21872.  
  21873. ==========
  21874.  
  21875. DMS    1.11    A popular disk archiver
  21876.  
  21877. DISK-Masher is a utility that allows users to compress and archive
  21878. entire floppy disks.  Offers four different types of compression,
  21879. extended virus checking of boot blocks, and data encryption.  Requires
  21880. at least 512K of memory.
  21881.  
  21882. Author: SDS Software
  21883. Path: util/dms-1.11.lha
  21884.  
  21885. ==========
  21886.  
  21887. DoIcon    1.2    Icon information and manipulation tool
  21888.  
  21889. DoIcon is yet another icon tool, but it's designed for quick shell-usage
  21890. and can perfectly used together with DirOpus or any similar tool.
  21891. Features: 
  21892.  - Displaying and manipulation of icon related values (eg. Tooltypes)
  21893.  - Search & replace of a specified defaulttool (with pattern-support)
  21894.  - Search & replace of specified tooltypes (with pattern-support)
  21895.  - Search & delete of a specified tooltype (with pattern-support)
  21896.  - Converting icons to 8 bit-planes
  21897.    (For icons which are not displayed correctly on >8 color WBs)
  21898.  - Remapping icon colors (1.x style <-> 2.x/3.x style)
  21899.  - Remapping icon colors (MagicWB 8 color -> standard 4 color)
  21900.  - Recursively delete all ".info"-files (the old 1.x drawer-infos)
  21901.  - Converting icon-ImageData to C-Sourcecode
  21902.  - Full pattern and locale support
  21903.  
  21904. Author: Lars 'SFX' Eilebrecht
  21905. Path: util/DoIcon-1.2.lha
  21906.  
  21907. ==========
  21908.  
  21909. DosK    1.0    Enhancements of AmigaDOS Commands
  21910.  
  21911. A DosK is an enhansement to the Amiga Dos system. It does not replace Amiga
  21912. Dos but rather improves it. While Amiga Dos has improved over the years
  21913. it still uses the same interface. This interface is the typed line that
  21914. scrolls past the screen and requires a great knowledge of the options
  21915. available with each Amiga Dos Command. DosK allows you to use Amiga
  21916. Dos commands without typing, in most cases, and very little in others.
  21917. DosK will never scroll past the screen since it supplies a scroll bar
  21918. which will allow you to scroll back up and see what slid past you. Now
  21919. you can also print any text screen without having to use a dump program
  21920. and it is done by using one of the menus that are now at the top of
  21921. your screen along with bookmarks and many other goodies.
  21922.  
  21923. Author: Kenneth J. McCormick
  21924. Path: util/DosK-1.0.lha
  21925.  
  21926. ==========
  21927.  
  21928. DOSPrefs    2.2    Small commodity with three functions.
  21929.  
  21930. DOSPrefs is a small commodity with three functions:
  21931.  
  21932. 1. Control the "Wildstar"-flag of the Amiga OS 2.0+ dos.library.
  21933.  
  21934. 2. Control the "Noclick"-flags of the Amiga OS 2.0+ trackdisk.device.
  21935.  
  21936. 3. Provide an all new "Unixdirs"-feature.
  21937.  
  21938. Author: Norbert Püschel
  21939. Path: util/DOSPrefs-2.2.lha
  21940.  
  21941. ==========
  21942.  
  21943. DOSReqTools    ?.?    Use ReqTools Requesters from DOS Scripts
  21944.  
  21945. DOSReqTools gives AmigaDOS script writers access to all seven of Nico 
  21946. Francios' ReqTools Requesters.  The requesters are fully functional 
  21947. and can give your scripts a professional look.  They can be used from 
  21948. within an AmigaGuide document to pop up on top of the text. Ideal for 
  21949. use as a replacement for Commodore's Installer or as a front end for
  21950. CLI-only programs.
  21951.  
  21952. All functions are fully documented with AmigaGuide. A "man page" type
  21953. script is included for quick reference. Dozens of demo scripts are 
  21954. included that can be run from within the AmigaGuide Docs. The AmigaGuide
  21955. tutorial is truely interactive. Examples can be seen by clicking labels.
  21956.  
  21957. An installer script is included.
  21958.  
  21959. Eight Extensions to DOS are included to make string manipulation easier
  21960. from your DOS script.
  21961.  
  21962. ChangeExt   Changes the extension of a filename held as an ENVariable
  21963. EqualsNull  Determines if a file or variable contains data or is empty
  21964. GetString   Takes in keyboard input from the shell with a prompt
  21965. InString    Determines if one string is inside another. Returns position
  21966. SubString   Returns a substring of a string 
  21967. PathPart    Returns the path from a <path/filename>
  21968. FilePart    Returns the filename from a <path/filename>
  21969. AddPart     Joins a separate path and filename as one. Checks syntax.
  21970.  
  21971. Author: Will Bow
  21972. Colin Thompson
  21973. Path: util/DOSReqTools.lha
  21974.  
  21975. ==========
  21976.  
  21977. DosWedge    2.13    Unix directories for AmigaDOS
  21978.  
  21979. Patches into several functions is dos.library to make AmigaDOS
  21980. a more Unix like environment. You are able to use . .. ~ and
  21981. ~username just like under unix. Also optionally you may use
  21982. /dev for dev:.
  21983.  
  21984. Author: David Swasbrook
  21985. Path: util/DosWedge-2.13.lha
  21986.  
  21987. ==========
  21988.  
  21989. DropIt!    0.98    Start programs by dropping icons.
  21990.  
  21991. DropIt! has been written in order to make the "exploration" of the
  21992. public domain disks easier.  More often than not, those disks contain
  21993. numerous files which examination needs the use of quite a lot of
  21994. different utilities (ILBM reader, text viewer, archive utility, ...).
  21995. DropIt! enables you to do this automatically.
  21996.  
  21997. To this end, it opens when it is started an icon on the Workbench
  21998. screen on which you can put another icon.  The type of the file is
  21999. then recognized automatically and the associated program (chosen by
  22000. the user) started (an ILBM reader for an image for instance).
  22001.  
  22002. Author: Jean-Yves Oberlé
  22003. Path: util/DropIt!-0.98.lha
  22004.  
  22005. ==========
  22006.  
  22007. DropnAct    1.0    An AppIcon for easy data file handling
  22008.  
  22009. Drop'n Act installs an AppIcon on your Workbench. When you
  22010. drop a file on this icon, Drop'n Act will analyze it and
  22011. act according to the type of the file, e.g. show a picture,
  22012. play a piece of music, extract an archive, etc.
  22013.  
  22014. Author: Rüdiger Hanke
  22015. Path: util/DropnAct-1.0.lha
  22016.  
  22017. ==========
  22018.  
  22019. DTA    1.00    DataTransferAnalysis (Drive Speed)
  22020.  
  22021.  
  22022.      The following is an example of some of the useful information DTA
  22023.      will display for you.    
  22024.  
  22025.        CPU: 68040/68882
  22026.  
  22027.        Volume: DH1 (DCFFS)
  22028.  
  22029.        Processing file "dl:LionKing.lha".
  22030.  
  22031.        Read 946054 bytes / 923.9K in 0 seconds and ~432129 microseconds.
  22032.  
  22033.        Data Transfer Analysis (DTA) = 2.1M/second (2189286 bytes/second).
  22034.  
  22035.      The idea behind this very simple/crude program is to give you an
  22036.      average idea of how well your machine/controller/drive are performing
  22037.      together.  The whole "analysis" depends on the number of buffers and
  22038.      what type of memory they are in, your drive/controller speed, your
  22039.      system's CPU load, the maxtransfer and DMA settings, file system, ...
  22040.  
  22041.      This program just samples the time, reads a LARGE file, and samples
  22042.      the time again...
  22043.  
  22044. Author: Trevor Andrews
  22045. Path: util/DTA-1.00.lha
  22046.  
  22047. ==========
  22048.  
  22049. DzDir    2.0    Directory utility that uses MUI
  22050.  
  22051. DzDir is a directory utility that uses MUI for maximum future benefit, 
  22052. Command line size dynamically allocated from 0-1024 bytes, Unlimited 
  22053. AppIcon & Hotkey support, Up to 100 configurable buttons, Multiformat 
  22054. Date/Time display, Multiposition Ram gauges, May open with out the 
  22055. Directory windows (ie. Dock only), System friendly capture of output (no 
  22056. console windows), Ability to View a text file from within a Lha archive, 
  22057. Many objects respond to appevents, Instant file type recognition, Ability 
  22058. to add new filetypes as they evolve, Default icons may be set up so DzDir 
  22059. will add the correct icon for file types, Hotkeys may be setup for buttons,
  22060. AppIcons, or just as hotkeys, Arexx Support, On-line Help, File information
  22061. strings for size/selected information, Icon edit window like Workbench's 
  22062. "Icons/Information..." window, Ability to put an Iff or an Icons image or 
  22063. text in your buttons, Left and Right buttons may be configured to do 
  22064. different things to a filetype, 30 internal functions, Ability to move 
  22065. buttons horizontally and vertically, Add a new button to the left/right,
  22066. copy the button to the left/right or delete any button, Auto-tileing of 
  22067. buttons.
  22068.  
  22069. Author: Ben Martin
  22070. Path: util/DzDir-2.0.lha
  22071.  
  22072. ==========
  22073.  
  22074. EClock    1.0    Clock appears on any Screen
  22075.  
  22076. An upgrade of "Clock V2.2", EClock is a  simple Clock program but
  22077. with the handy feature that you can "snapshot" the clock to stay with
  22078. any screen or it can be free to pop to the frontmost screen automatically.
  22079. An unlimited number of alarm times can be set, which can simply put up
  22080. a requester or cause some program to run in background.  Hourly chimes
  22081. can also be made to run a program (I.E. a sound sample player).  Uses
  22082. locale.library with OS2.1+.
  22083.  
  22084. Author: Bernd Grunwald
  22085. Path: util/EClock-1.0.lha
  22086.  
  22087. ==========
  22088.  
  22089. EcoDisk    1.19    A user-friendly file manager
  22090.  
  22091. A user-friendly file manager (gadgets, menus).  Includes a lot of useful
  22092. functions: play modules (4 differents types), read files, execute standard
  22093. dos functions ... Binary only
  22094.  
  22095. Author: Thomas Pimmel
  22096. Path: util/EcoDisk-1.19.lha
  22097.  
  22098. ==========
  22099.  
  22100. EdWordPro    5.0    Fully featured text editor.
  22101.  
  22102. A fully featured and fully operational text editor which offers all the
  22103. standard features of any decent editor as well as the ability to hold up to
  22104. 15 documents in memory, a Macro facility, Keyword Text Casing (i.e. editor
  22105. will automatically force keywords into upper/lower case etc); The ability
  22106. to send AmigaDOS commands; 12 possible screen resolutions; A full ASCII
  22107. table; Powerful search routines; Vertical Blocks; A built in calculator; A
  22108. Word Count; The ability to sort a piece of text alphabetically .. and much
  22109. more.  EdWord can be used to edit binary files as well as plain vanilla
  22110. texts and as such becomes a competent filebased editor (like NewZap).
  22111.  
  22112. Author: Martin Reddy
  22113. Path: util/EdWordPro-5.0.lha
  22114.  
  22115. ==========
  22116.  
  22117. ErrorMsg    3.03    Lib to display localized error messages
  22118.  
  22119.     All  developpers know how boring it is to include in their programs
  22120. messages  telling the user what went wrong on an error.  This is a long and
  22121. tiresome  task  for the programmer, who would prefer to do more interesting
  22122. things.
  22123.  
  22124.     Moreover,   including   error  messages  in  the  executable  often
  22125. dramatically  increases the size of the files, and these messages are often
  22126. in  english  only.   So the idea of a shared library that would provide all
  22127. localized error messages the system could deliver was born.  This is exacly
  22128. what  errormsg.library  is.  It includes a function to simply get a pointer
  22129. on  the  message  to  display,  and  functions  to display it.  As of V2.0,
  22130. errormsg.library  has  a  query function which enables it to be called from
  22131. ARexx programs.
  22132.  
  22133.     In   errormsg.library,   error   messages   are   identified  by  a
  22134. system/subsystem  id  (to  be able to from know who the message is) and the
  22135. Code  itself.  Most of the functions provide tags to alter the behaviour of
  22136. the library.  Check the autodoc file for more information.
  22137.  
  22138. Author: Frederic Delacroix
  22139. Path: util/ErrorMsg-3.03.lha
  22140.  
  22141. ==========
  22142.  
  22143. Event    1.17    Tool to remember everything you want.
  22144.  
  22145. Information:
  22146. ------------
  22147. With this software you have a good tool to remember everything you want.
  22148.  
  22149.  
  22150.  
  22151. Features:
  22152. ---------
  22153. * requiers only 12 kB memory (a primary argument!)
  22154. * the event´s are storend in a data file
  22155. * multitasking friendly
  22156. * "gliding" event´s
  22157. * loading only the Event´s from the current day
  22158.  
  22159. Author: Klaus Muckenhuber
  22160. Path: util/Event-1.17.lha
  22161.  
  22162. ==========
  22163.  
  22164. FCD    1.02    Fast replacement for CLI "cd" command.
  22165.  
  22166. "Fast-Change-Directory" a useable replacement for the CD command.  Uses an
  22167. index file to store paths for the specified device.  So if you want to
  22168. change to a dir lying in the deepest jungle of your HD (f.e.
  22169. bla/hi/jo/here/is/right) you can just type "FCD right".
  22170.  
  22171. Author: Nico Max
  22172. Path: util/FCD-1.02.lha
  22173.  
  22174. ==========
  22175.  
  22176. FDB    1.3    Quickly locate files/dirs with database.
  22177.  
  22178. UDB generates a database of your files at different places, e.g.  your
  22179. hardisks, CD-ROMs, network machines, ...
  22180.  
  22181. FDB is able to scan this database to find dirs/files very fast.
  22182.  
  22183. LDB lists a database.
  22184.  
  22185. Based on the same databases of FindDB, UpdateDB
  22186. V2.1 © 1989 - 1992 by Larry Phillips & Martin Steppler,
  22187. but enhanced:
  22188.  
  22189. - multi databases
  22190. - amiga style pattern
  22191. - amiga template arguments
  22192. - more commands
  22193.  
  22194. Changes to 1.3:
  22195.  
  22196. - bugs corrected
  22197. - udb: new option "AV=AvoidPaths", define paths, which are not scanned
  22198. - new program 'ldb' to list a database
  22199. - documentation: .guide & .doc
  22200. - german documentation
  22201. - fdb: 'DB=DataBase/K' can contain a pattern to select several databases
  22202.  
  22203. Author: Klaus Melchior
  22204. Path: util/FDB-1.3.lha
  22205.  
  22206. ==========
  22207.  
  22208. fifolib    37.4    A general fifo library implementation
  22209.  
  22210. FIFO: is like PIPE: but is based on fifo.library rather than its own
  22211. implementation.  Fifo.library is a general fifo library implementation
  22212. that supports named fifos, writing to a fifo from a hardware
  22213. exception, multiple readers on a fifo with each getting the same data
  22214. stream, efficient reading, and automatic or manual flow control.
  22215. Programs that require non-blocking IO can access one side of a FIFO:
  22216. connection via the fifo.library instead of the FIFO: device.
  22217.  
  22218. Author: Matt Dillon
  22219. Path: util/FifoLib-37.4.lha
  22220.  
  22221. ==========
  22222.  
  22223. FileChop    1.0    Splits and rejoins files.
  22224.  
  22225. Splits multi-megabyte files up into pieces so they'll fit on floppies.
  22226.  
  22227. Author: Charles Pham
  22228. Path: util/FileChop-1.0.lha
  22229.  
  22230. ==========
  22231.  
  22232. Filer    3.22    Configurable GUI-based Directory Utility
  22233.  
  22234. Filer is an Intuition controlled file manager for OS 2.04 and newer.
  22235. It is ShareWare, see documentation for registration details.
  22236.  
  22237. You can use Filer for copying, deleting and renaming files or creating
  22238. directories. You can create, list and extract archives with it or use
  22239. it as an universal viewing tool. Filer even is able to control your whole
  22240. system as a replacement for the Workbench.
  22241.  
  22242. Some of Filer's features are:
  22243.  
  22244. - font-sensitive, resizable and Style Guide compliant GadTools GUI
  22245. - ARexx interface
  22246. - highly configurable
  22247. - keyboard support
  22248. - class support
  22249. - archive support
  22250. - Envoy support
  22251.  
  22252. Author: Matthias Scheler
  22253. Path: util/Filer-3.22.lha
  22254.  
  22255. ==========
  22256.  
  22257. FindTask    1.01    Finds program by its own task's name,
  22258.  
  22259. This little program (OS2.0+) is dedicated to all of you using AmigaDOS
  22260. commands in all-kind scripts. This prog lets you find any program
  22261. actually being executing, by its own task's name, e.g.:
  22262.  
  22263. FINDTASK TASK='DeliTracker v1.30'
  22264.  
  22265. looks for Delitracker v1.30. If the task is not exists WARN
  22266. (RC=ERRORCODE = 5) will be returned, in other case OK code (0) will
  22267. be set.
  22268.  
  22269. Author: Marcin Orlowski
  22270. Path: util/FindTask-1.01.lha
  22271.  
  22272. ==========
  22273.  
  22274. FishButton    1.0    Popup menus to run FreshFish CDROM apps
  22275.  
  22276. ButtonMenu pop-up menus for launching ready-to-run (not archived)
  22277. applications on FreshFish CDROMs. Uses the BMX ButtonMenu Executor
  22278. program by Oliver Roberts to load ButtonMenu from disk. These can
  22279. be put into effective use by creating ToolManager exec items for
  22280. each CDROM Menu, then putting all these TM exec items into a TM dock
  22281. with a HotKey set for it. Then all the menus will be a HotKey-press
  22282. and a click away.
  22283.  
  22284. Author: Steve Edford \n
  22285. BMX by Oliver Roberts \n
  22286. WBRun by Sylvain Rougier & Pierre Carrette
  22287. Path: util/FishButton-1.0.lha
  22288.  
  22289. ==========
  22290.  
  22291. FlipIt    1.2    Flip through screens via hotkeys.
  22292.  
  22293. Commodity that lets you install hotkeys for flipping through screens.
  22294. FlipIt lets you specify a hotkey to push the frontmost screen to the back,
  22295. and a hotkey to bring the rearmost screen to the front.  This is useful
  22296. when using programs that do not have depth gadgets on their screens.
  22297.  
  22298. Author: Michael J Barsoom
  22299. Path: util/FlipIt-1.2.lha
  22300.  
  22301. ==========
  22302.  
  22303. FlipIt    2.0    Flip through screens via hotkeys.
  22304.  
  22305. Commodity that lets you install hotkeys for flipping through screens.
  22306. FlipIt lets you specify a hotkey to push the frontmost screen to the back,
  22307. and a hotkey to bring the rearmost screen to the front.  This is useful
  22308. when using programs that do not have depth gadgets on their screens.
  22309.  
  22310. Author: Michael J Barsoom
  22311. Path: util/FlipIt-2.0.lha
  22312.  
  22313. ==========
  22314.  
  22315. Flush    1.2    Flushes unused libs, devices, and fonts
  22316.  
  22317. Flushes unused libraries, devices and fonts from RAM.  Options include
  22318. flush all, flush one type, report but don't flush, report which got
  22319. flushed, and amount of memory regained.  Runs from CLI, under AmigaDOS
  22320. 2.04 or later.
  22321.  
  22322. Author: Gary Duncan
  22323. Path: util/Flush-1.2.lha
  22324.  
  22325. ==========
  22326.  
  22327. FlushCX    2.01    The ultimate commodity killer
  22328.  
  22329. FlushCX is a useful tool which terminates all active commodities and
  22330. that way some memory is gained. This can be pretty necessary e.g. on
  22331. an A1200 without extra memory.  Contains both a CLI-only version and
  22332. a WB-only version.
  22333.  
  22334. Author: Jan Stötzer
  22335. Path: util/FlushCX-2.01.lha
  22336.  
  22337. ==========
  22338.  
  22339. FlushCX    ?.?    The ultimate commodity killer
  22340.  
  22341. FlushCX is a useful tool which terminates all active commodities and
  22342. that way some memory is gained. This can be pretty necessary e.g. on
  22343. an A1200 without extra memory.  Contains both a CLI-only version and
  22344. a WB-only version.
  22345.  
  22346. Author: Jan Stötzer
  22347. Path: util/FlushCX.lha
  22348.  
  22349. ==========
  22350.  
  22351. FMath    40.4    Replacement for the math libraries
  22352.  
  22353. This  set  of  libraries  is a replacement for the original libraries by
  22354. Commodore.   They  are  written in highly optimized assembler code using
  22355. the  68881/68882  FPU  chips  and  the  68040  FPU  directly without any
  22356. emulation  or  compatibility  overhead.   So  they are much faster, much
  22357. smaller, and still 100% compatible.
  22358.  
  22359. Author: Martin Berndt
  22360. Path: util/FMath-40.4.lha
  22361.  
  22362. ==========
  22363.  
  22364. FontPrefs    2.14    Font preferences clone
  22365.  
  22366. Alternative to the standard font preferences program.
  22367. Font Sensitive.
  22368.  
  22369. Author: Martin Stengle
  22370. Path: util/FontPrefs-2.14.lha
  22371.  
  22372. ==========
  22373.  
  22374. ForceIcon    1.6    Substitute Icon images and positions
  22375.  
  22376. ForceIcon is an utility mainly for users of CDRom drives or users of
  22377. networking software capable of sharing devices and icons. Since one
  22378. can not snapshot the position of a volume`s icon (on read only media),
  22379. nor replace it by a user-defined one, I wrote this utility. ForceIcon
  22380. allows you to set the position of a disk`s icon and/or replace it by a
  22381. different image/icon which doesn`t have to be a disk.info file. All
  22382. types of ".info" files may be selected.  Special features include
  22383. inheritance of device specific settings, specifying the root drawer`s
  22384. size/position and display flags/modes.
  22385.  
  22386. Author: Kai Iske
  22387. Path: util/ForceIcon-1.6.lha
  22388.  
  22389. ==========
  22390.  
  22391. ForceIcon    1.8    Substitute Icon images and positions
  22392.  
  22393. ForceIcon is an utility mainly for users of CDRom drives 
  22394. or users of networking software capable of sharing devices
  22395. and icons. Since one can not snapshot the position of a
  22396. volume`s icon (on read only media), nor replace it by a
  22397. user-defined one, I wrote this utility. ForceIcon allows
  22398. you to set the position of a disk`s icon and/or replace
  22399. it by a different image/icon which doesn`t have to be a
  22400. disk.info file. All types of ".info" files may be selected.
  22401. Special features include inheritance of device specific
  22402. settings, specifying the root drawer`s size/position
  22403. and display flags/modes. ForceIcon may even change the look
  22404. and position of AppIcons.
  22405.  
  22406. Author: Kai Iske
  22407. Path: util/ForceIcon-1.8.lha
  22408.  
  22409. ==========
  22410.  
  22411. FrontPub    1.1    Frontmost screen becomes def public scr
  22412.  
  22413. FrontPub is a small utility that automatically declares the frontmost
  22414. screen to be the default public screen provided the frontmost is actually
  22415. a public screen.  Together with the global public screen mode 'SHANGHAI'
  22416. enabled all windows that normally open on the workbench screen will now
  22417. open on the new default public screen.  (Because FrontPub would not be
  22418. very useful with a disabled 'SHANGHAI'-mode, it will be switched on at
  22419. program start). It uses a verticalblank-interrupt server to monitor
  22420. Intuition's frontscreen.  All other accesses and (possible) changes are
  22421. done by the main program. Currently FrontPub does not support any arguments.
  22422.  
  22423. Features:
  22424.  
  22425.  - is a commodity, so it can be disabled/enabled/ended at any time
  22426.  - exits if CTRL-C was received
  22427.  - amount of needed cpu-time is negligible
  22428.  - pure, can be made resident (not very useful though)
  22429.  
  22430. Author: Gunther Nikl
  22431. Path: util/FrontPub-1.1.lha
  22432.  
  22433. ==========
  22434.  
  22435. FSG    2.0    File access snooper
  22436.  
  22437. Monitor all accesses to specific DOS device(s)
  22438.  
  22439. Author: Martin Mares
  22440. Path: util/FSG-2.0.lha
  22441.  
  22442. ==========
  22443.  
  22444. FSort    1.1    Very fast file sorting utility
  22445.  
  22446.    File sorting... Hmm... C:Sort does this... But it's very
  22447.    sssslllllooooowwwww.  ARP Sort sorts slightly faster.
  22448.  
  22449.    - FSort tries to be much more better.
  22450.    - FSort supports input from stdin and output to stdout (PIPES !!!).
  22451.    - FSort eats less RAM (but slightly more than ARP Sort).
  22452.    - FSort requires Kickstart 2.04 or higher.
  22453.    - FSort is pure and can be made resident.
  22454.    - FSort takes advantage of the powerful ss.library (also in this archive,
  22455.      see SSLib<???>.lha on the AmiNet for complete distribution).
  22456.  
  22457.    Speed comparison: (280K file, on GVP A530 Turbo - 68EC030 40MHz)
  22458.  
  22459.       original C:Sort 37.3    36 seconds    380K used
  22460.       ARP Sort            27 seconds    317K used
  22461.       FSort            4.9 seconds    334K used
  22462.  
  22463.    All the timings are measured by Stat 1.0 (available in MJUtils.lha
  22464.    on AmiNet).
  22465.  
  22466. Author: Martin Mares
  22467. Path: util/FSort-1.1.lha
  22468.  
  22469. ==========
  22470.  
  22471. GBlanker    38.8    A modular screen blanking package.
  22472.  
  22473. Garshneblanker is a complete modular screen blanking package designed with
  22474. AmigaDOS 2.04+ in mind.  This software takes advantage of all the new
  22475. features of ADOS 2.04+ in order to make it as upwardly compatible with new
  22476. releases as possible.  Features: Screen Mode Database use in each module;
  22477. Full Commodities interface; Font sensitive window; Public screen support;
  22478. GadTools interface; IFF Preferences files; Use of tool types to support
  22479. global and local prefs; AppWindow support; AGA Support in all modules!
  22480. Beautiful 256 color displays.
  22481.  
  22482. Author: Michael D. Bayne
  22483. Path: util/GBlanker-38.8.lha
  22484.  
  22485. ==========
  22486.  
  22487. GClock    1.0    A Clock
  22488.  
  22489. A device for informing you of the exact quantum of your existance.... Yeah,
  22490. yeah, it's a clock.
  22491.  
  22492. Author: James W Savage
  22493. Path: util/GClock-1.0.lha
  22494.  
  22495. ==========
  22496.  
  22497. GEDScripts    1.1    Some useful ARexx scripts for GoldED
  22498.  
  22499. Two main directories, the first one provides scripts for use with GoldED
  22500. in conjunction with PasTeX.  Includes Start_TeX.ged, StartDVIprint.ged,
  22501. GoToSDVI.ged, Quit_TeX.ged, Letterhead.ged and NextError.ged.  This
  22502. package also contains a version of TeXedit.rexx that works with GoldED.
  22503. The second directory contains scripts and revamped GUIspell for using
  22504. GoldED in conjunction with ISpell and GUIspell.  Requires Ispell
  22505. distribution from AmigaLibDisk774 to be of any use.
  22506.  
  22507. Author: René Laederach
  22508. Path: util/GEDScripts-1.1.lha
  22509.  
  22510. ==========
  22511.  
  22512. Genie    2.56    A GUI based genealogy data manager
  22513.  
  22514. A GUI-based genealogy data manager and report generator.  Can generate
  22515. Ahnentafel, family group record, pedigree, and descendancy charts plus
  22516. listings of all people and spouses.  Can handle 32K+ people, unlimited
  22517. spouses and children.  GEDCOM output has been validated by LDS Church
  22518. for Ancestral File submission.
  22519.  
  22520. Author: Everett M. Greene
  22521. Path: util/Genie-2.56.lha
  22522.  
  22523. ==========
  22524.  
  22525. Glue_K    1.0    Runs multiple programs from 1 icon
  22526.  
  22527. Glue_K is a program that will make an icon that will run up to 13 programs
  22528. from anywhere on your hard drive or floppy, when it is clicked.
  22529.  
  22530. Author: Kenneth J. McCormick
  22531. Path: util/Glue_K-1.0.lha
  22532.  
  22533. ==========
  22534.  
  22535. GED    1.1    programmer's editor
  22536.  
  22537. GoldED is a text editor for programmers. Suggested hardware:
  22538. OS3.1, 68030, 2MB RAM, HD. Features: fast scrolling, folding,
  22539. project management, DICE-C compiler frontend, ARexx port (380+
  22540. commands), asynchronous printing, flexible GUI: any mode, any
  22541. font, user defined menus, user-defined gadgets, preview mode,
  22542. keymap editor. OS3.1 support (AppWindows, MenuHelp, HotKey),
  22543. localized, ASCII character selection table, character set remap
  22544. (e.g MS-DOS to Amiga), APC (automatic phrase completion),
  22545. AutoCase (automatic case correction), smart indention after
  22546. user-defined keywords, QuickFunc scanner (displays a table of all
  22547. functions defined in your source code; language-independant),
  22548. includes & AutoDocs reference function, file hunter, global
  22549. search across file boundaries, macro recording, formatter,
  22550. QuickStarter, AutoBackup facility, XPK-support, clipboard
  22551. support, online spell checker, icon dock based on Stefan Becker's
  22552. ToolManager. Additional tools: PCL (Laser/DeskJet) printing
  22553. utility HiSpeed, Recover (recovers text buffers after reboot),
  22554. compiler frontend GUIMake and more. English, German & French
  22555. documentation provided as AmigaGuide files. v1.0, commercial
  22556. demo, binary only. Authors: Dietmar Eilert (GoldED), Rico
  22557. Krasowski (GUIMake) and others.
  22558.  
  22559. Author: Dietmar Eilert
  22560. Path: util/GoldED-1.1.lha
  22561.  
  22562. ==========
  22563.  
  22564. HeartBeat    1.0    Generic system call analysis tool.
  22565.  
  22566. Let's you snoop on ANY library, device or resource's calls,
  22567. whether system or third-party, as long as you've got a standard
  22568. Commodore ".FD" file for it.
  22569.  
  22570. Author: Laurence Vanhelsuwé
  22571. Path: util/HeartBeat-1.0.lha
  22572.  
  22573. ==========
  22574.  
  22575. HFK    39.46    Yet another titlebar clock
  22576.  
  22577. Yet another TitleBar clock that tries to look like part of your Workbench
  22578. title bar.  It actually opens a very small, nondraggable window in the
  22579. upper right corner of the screen.  HFK opens on the default public screen,
  22580. which will usually be Workbench.  HFK uses almost 0% of CPU time, as it is
  22581. written very efficiently in C, taking advantage of the timer.device, and
  22582. only once a minute to render the time.
  22583.  
  22584. Author: Herbert West
  22585. Path: util/HFK-39.46.lha
  22586.  
  22587. ==========
  22588.  
  22589. History    37.5    List and control shell command history.
  22590.  
  22591. This is a 2.04/3.0/3.1 compatible version of the history command.  It
  22592. allows listing, saving, loading, and execution of the standard
  22593. con-handler command line history.
  22594.  
  22595. Author: Andy Finkel
  22596. Path: util/History-37.5.lha
  22597.  
  22598. ==========
  22599.  
  22600. HotScreen    1.0    Select desired screen via a popup list
  22601.  
  22602. If you have many screens open and have to shuffle between them,
  22603. it can take some time to reach the right one.  But don´t miss it !
  22604. HotScreen gives You a list of all screens by shortcut.  You select
  22605. the wanted screen and that´s all.
  22606.  
  22607. Author: Carsten Orthbandt
  22608. Path: util/HotScreen-1.0.lha
  22609.  
  22610. ==========
  22611.  
  22612. HyperANSI    1.08    ANSI character & graphics editor
  22613.  
  22614.  
  22615. HyperANSI is a program which allows you to easily create ANSI
  22616. graphics with minimum effort.
  22617.  
  22618.    NOTE: Unlike previous releases of HyperANSI, this version has
  22619.          no "crippled"  features, and  no longer  displays  that
  22620.          annoying delay screen.
  22621.  
  22622. Author: Mike D. Nelson
  22623. Path: util/HyperANSI-1.08.lha
  22624.  
  22625. ==========
  22626.  
  22627. IconCalendar    1.0    Shows date and month in an AppIcon
  22628.  
  22629. This neat little program shows the current number of the month
  22630. and month name in an AppIcon. Month names can be translated to
  22631. any language.
  22632.  
  22633. Author: Mika Kuulusa
  22634. Path: util/IconCalendar-1.0.lha
  22635.  
  22636. ==========
  22637.  
  22638. IconMonger    2.0    Make global changes to icons
  22639.  
  22640. CLI-only utility for making changes to icons.  Can work on single
  22641. icons or selected icons within a single directory or on an entire
  22642. directory tree or disk.  Select icons by name, image, type, stack size
  22643. and/or default tool, and change their image, colors, stacksize,
  22644. default tool and/or posi- tion.
  22645.  
  22646. Author: Todd M. Lewis
  22647. Path: util/IconMonger-2.0.lha
  22648.  
  22649. ==========
  22650.  
  22651. IconTrace    2.02    An icon.library monitor, version 2.02
  22652.  
  22653. Use this program to find out which tooltypes a program
  22654. supports and which icons it looks for.
  22655.  
  22656. Author: Peter Stuer
  22657. Path: util/IconTrace-2.02.lha
  22658.  
  22659. ==========
  22660.  
  22661. IFFMaster    1.3    Show IFF structure & chunk contents
  22662.  
  22663. IFF Master is a program that allows you to have a view inside the structure
  22664. of IFF files.  It is not yet another picture viewer or sound sample player,
  22665. but it displays the internal entities (chunks) of a file.  For example, the
  22666. headers of pictures (ILBM) or sound samples (8SVX) are displayed in clear,
  22667. so you can directly read the size and depth of the image or the sampling rate.
  22668.  
  22669. Current features (V 1.3) include:
  22670.  - MUI application
  22671.  - localized GUI (with AmigaOS 2.1 or later)
  22672.  - Extensive chunk type library (currently 37 form types, 234 known chunks,
  22673.    60 of these with comprehensive structure description)
  22674.  - Chunk contents are presented alternatively as structure, text or hexdump
  22675.  - Bit fields and enumeration types are displayed in clear
  22676.  - Fixed point values are printed in decimal (e.g. 8SVX.VHDR.Volume)
  22677.  - Callback hooks for special attributes, e.g. the Mode-ID
  22678.    inside the CAMG chunk is de-referenced (e.g. "PAL: Hires").
  22679.  - clipboard support
  22680.  - chunk contents and partial FORMs can be saved
  22681.  - AppWindow and AppIcon
  22682.  
  22683. Features new for V 1.3:
  22684.  
  22685. BUG  prefs window: close gadget now functioning
  22686. BUG  Cycle chain (TAB) now works in all windows
  22687. NEW  new chunk types: IAND, IANM, DR2D, RGB8, RGBN, SPLT
  22688. NEW  hex numbers get a user-chosen indicator, construction of hex dumps is
  22689.      now more than 3 times faster
  22690. NEW  IFFs can be saved, even nested FORMs, e.g. images inside animations
  22691. NEW  Implemented some editing capabilities (delete chunks)
  22692. NEW  Preferences can be saved
  22693.  
  22694. Author: Kay Drangmeister
  22695. Path: util/IFFMaster-1.3.lha
  22696.  
  22697. ==========
  22698.  
  22699. Inf    1.35    Extended AmigaDOS INFO command
  22700.  
  22701. Display's extended information about the file system(s).
  22702.  
  22703. Author: Trevor Andrews
  22704. Path: util/Inf-1.35.lha
  22705.  
  22706. ==========
  22707.  
  22708. InfoWin    1.0    MUI program to receive ARexx messages.
  22709.  
  22710. A simple little program written to use MUI.  MUI stands for 'Magical User
  22711. Interface', an awesome package by Stefan Stuntz.  InfoWin keeps track of
  22712. messages sent to it via its ARexx port.  I wrote it to track messages from
  22713. my Caller ID ARexx script so that I would have an easy way of seeing my new
  22714. calls.  It's not complete yet (ie. it's not as fully featured as I hope to
  22715. make it eventually) but it is already in use on my system.
  22716.  
  22717. Author: Nick MacDonald
  22718. Path: util/InfoWin-1.0.lha
  22719.  
  22720. ==========
  22721.  
  22722. InfraRexx    1.4    Use Amiga as infrared remote controller.
  22723.  
  22724. The InfraRexx software along with the InfraJoy hardware serve as an
  22725. ARexx-infrared interface, so your Amiga becomes a remote control
  22726. unit. Also, the other way around, you can control your Amiga using
  22727. a common infrared remote control unit.
  22728.  
  22729. Author: Leon Woestenberg
  22730. Jeroen Steenblik
  22731. Path: util/InfraRexx-1.4.lha
  22732.  
  22733. ==========
  22734.  
  22735. Injector    2.00    Insert input events as if typed from kbd
  22736.  
  22737. A hotkey-invoked commodity, wholly configurable, that enables you to
  22738. inject all sorts of things as if they were typed on the keyboard.
  22739. Totally rewritten since versions 1.x.  Has a nice prefs program, full
  22740. localization and ARexx support.  Binary only.
  22741.  
  22742. Author: Frédéric DELACROIX
  22743. Path: util/Injector-2.00.lha
  22744.  
  22745. ==========
  22746.  
  22747. Injector    2.32    Injects things into the input stream
  22748.  
  22749. Those of you who already know Injector will have to read on, as the program
  22750. was entirely rewritten since version 1.x, and lots of things have changed.
  22751.  
  22752. Injector  is  a  hotkey-invoked commodity whose purpose is to inject things
  22753. into the InputEvent stream (that is to say as if typed on keyboard).  It is
  22754. wholly  configurable  with a nice preferences program, has ARexx facilities
  22755. and lots of features.
  22756.  
  22757. However, the icon facility has been removed, this will be the job of a more
  22758. functionnal commodity (yet to be written:-).
  22759.  
  22760. To make this work, Injector has its own language, made of keywords, with or
  22761. without  arguments  enclosed  in  parentheses.   You  will have to read the
  22762. references sections for further informations.
  22763.  
  22764. Author: Frederic Delacroix
  22765. Path: util/Injector-2.32.lha
  22766.  
  22767. ==========
  22768.  
  22769. Install    39.2    Replacement for C= Install command
  22770.  
  22771. Install is a replacement for Commodore's Install command
  22772. for OS 2.0 or later only. I have also written the InstallBB
  22773. program to supplement the standard Install command under
  22774. earlier versions of the OS.
  22775.  
  22776. Author: Ben Hutchings
  22777. Path: util/Install-39.2.lha
  22778.  
  22779. ==========
  22780.  
  22781. Installer    1.26    Commodore's Amiga Installer utility
  22782.  
  22783. Archive distribution of the Amiga Installer utility direct from
  22784. Commodore.  Contains V1.24 of the Installer, documen- tation and
  22785. examples for developers to use when developing their software.  Also
  22786. contains various enhancements and fixes detailed in the documentation
  22787. enclosed.  The documen- tation has also been enhanced and brought up
  22788. to date.
  22789.  
  22790. Author: Commodore Business Machines
  22791. Path: util/Installer-1.26.lha
  22792.  
  22793. ==========
  22794.  
  22795. IRMaster    2.6    Replace IR remote controls with Amiga.
  22796.  
  22797. Software/hardware project to control devices with an infra-red remote
  22798. control (tv set, cd player etc.)  with the amiga.  Using the IR-editor
  22799. you can build a remote control and learn the IR commands.  The
  22800. projects are launched by the IR-runner.  That means you can control
  22801. e.g. your tv set from the Workbench.
  22802.  
  22803. Author: Jürgen Frank
  22804. Michael Watzl
  22805. Path: util/IRMaster-2.6.lha
  22806.  
  22807. ==========
  22808.  
  22809. IRMaster    3.11    Use Amiga as an infrared remote
  22810.  
  22811. The IR-Master project consists of two software components
  22812. and a control hardware which is connected to the joystickport.
  22813. With this equipment you can control almost every device which
  22814. is supplied with an IR remote.
  22815.  
  22816. Author: Jürgen Frank
  22817. Michael Watzl
  22818. Path: util/IRMaster-3.11.lha
  22819.  
  22820. ==========
  22821.  
  22822. ISAN    1.2    Realtime program opcode stream analyzer.
  22823.  
  22824. Allows you to monitor any Task's instruction stream in real-time!
  22825. Let's you find out (for example) whether a program uses any
  22826. 020/030/040/88x    instructions, or whether it's most likely
  22827. compiled or not.
  22828. Output is in the form of a bargraph window and/or a Screen
  22829. displaying all 65536 680x0 opcodes mapped to pixels.
  22830. An ASCII configuration file defines which individual opcodes
  22831. or opcode groups you're interested in snooping on.
  22832.  
  22833. Author: Laurence Vanhelsuwé
  22834. Path: util/ISAN-1.2.lha
  22835.  
  22836. ==========
  22837.  
  22838. Jade    3.2    Programmer's editor Amiga and Unix X11
  22839.  
  22840. A text editor primarily designed for programmers.  It is easily customized
  22841. through a Lisp-style extension language and can be tailored to the user's
  22842. own requirements.  Jade is designed to run under a graphical windowing
  22843. system, systems currently supported are the Commodore Amiga and the
  22844. X Window System version 11 (but only under Unix).  It is the successor
  22845. to the editor `Jed 2.10' which was released for the Amiga in early 1993.
  22846. The author has decided to rename it since there is already an editor
  22847. called 'Jed' available on Unix systems (there is no connection between
  22848. the two).  "Jade" is an anagram of "A Jed", if you want an acronym you
  22849. could use "Just Another Damn Editor".  Jade is compatible with GNU Emacs
  22850. in terms of keystrokes and command names to a certain extent but it is
  22851. not intended as a simple copy of Emacs.
  22852.  
  22853. Author: John Harper
  22854. Path: util/Jade-3.2.lha
  22855.  
  22856. ==========
  22857.  
  22858. JPEGDataType    39.1    Datatype to convert jpegs to 8 bit data.
  22859.  
  22860. Converts jpegs to 8 bit data for multiview and other programs.  It's SLOW
  22861. and memory hungry, but does quite a reasonable job.
  22862.  
  22863. Author: Steve Goddard
  22864. Path: util/JpegDataType-39.1.lha
  22865.  
  22866. ==========
  22867.  
  22868. Kalender    2.2    A small calendar program
  22869.  
  22870. A small but powerful calendar program.
  22871.  
  22872. Author: Kai Hofmann
  22873. Path: util/Kalender-2.2.lha
  22874.  
  22875. ==========
  22876.  
  22877. KlingNum    1.1    Converts decimal numbers into Klingon
  22878.  
  22879. It converts decimal numbers that you give it into longhand Klingon.
  22880. The English equivalent would be a program that, when you give it 531,
  22881. returns "five hundred and thirty-one".  The source I used for my
  22882. numbering-system data only included the suffixes for numbers up into
  22883. the millions range, so the highest number it can translate into
  22884. Klingon is 9,999,999 - it also can't translate decimals, as those
  22885. weren't covered in the Klingon Dictionary either.
  22886.  
  22887. Author: Sean Martin Newton
  22888. Path: util/KlingNum-1.1.lha
  22889.  
  22890. ==========
  22891.  
  22892. LastAlert2    2.1    Will show the last alert or guru
  22893.  
  22894. Are you tired of always having troubles with finding your pen and paper just
  22895. to write down the last guru you got. Now this problem is solved because I
  22896. have written a small and quick program that will show the last alert or guru
  22897. there have been. If you don't get the point of what this program can be used
  22898. to then try to read the rest of this user manual.
  22899.  
  22900. Author: Jørgen Da Larsen
  22901. Path: util/LastAlert2-2.1.lha
  22902.  
  22903. ==========
  22904.  
  22905. LazyBench    1.20    Launches applications from a ListView
  22906.  
  22907. LazyBench is the perfect solution for lazy people with a hard disk
  22908. crammed full of goodies, which are too difficult to reach because
  22909. they are buried away in drawers inside drawers, inside drawers,
  22910. inside drawers...  LazyBench installs as a Commodity and quietly
  22911. waits in the background.  From then on, you can use its hot key to
  22912. pop up its window and effortlessly launch your favourite applications
  22913. (Tools or Projects) from a ListView.
  22914.                    
  22915. LazyBench is 100% OS compliant and has been extensively tested with
  22916. tools like Enforcer and Mungwall, has a real font adaptative GUI with
  22917. a dynamic layout engine, supports Locale, virtual and public screens,
  22918. third parties graphics boards, and is fully userconfigurable.
  22919.  
  22920. Usually these features come at a price, in terms of executable size,
  22921. performance, or both, but not in this case: LazyBench is just 16472
  22922. bytes long, works well even with a plain 68000 CPU, and doesn't need
  22923. any custom libraries, handlers or devices that aren't already a part
  22924. of the Amiga's operating system.
  22925.  
  22926. Author: Werther 'Mircko' Pirani
  22927. Path: util/LazyBench-1.20.lha
  22928.  
  22929. ==========
  22930.  
  22931. Lens    1.2    A magnifying program for the WorkBench.
  22932.  
  22933. Lens is a magnifying program for the workbench (and other screens).  To run
  22934. Lens from the workbench just click on its icon.  From a CLI, just type the
  22935. name of the program (i.e. "Run Lens").  There is nothing to install.
  22936.  
  22937. What Lens does is read the display graphics in a rectangle centered about
  22938. the mouse pointer and magnify it to the dimensions you specify.  Lens will
  22939. allow you to zoom in and out.  Here is a list of the features Lens has:
  22940.  
  22941.  - Displays the current magnification and mouse coordinates in the title bar.
  22942.  - Independent zooming in/out of X and Y dimensions.
  22943.  - Adjustable sampling rate (number of times to update per minute).
  22944.  - Displays axes (crosshairs) to indicate the mouse position (if desired).
  22945.  - Allows you to freeze the lens view when the lens window is inactive.
  22946.  - Has the ability to jump from one screen to another.
  22947.  - Also allows you to specify just about any screen to open on initially.
  22948.  
  22949. Author: John Cowgill
  22950. Path: util/Lens-1.2.lha
  22951.  
  22952. ==========
  22953.  
  22954. LhA    1.38    A fast LhArc compatible archiver
  22955.  
  22956. A very fast archiver that is compatible with MS-DOS LhArc V1.13 and
  22957. LHA V2.13, as well as the Amiga LhArc.  LhA is very memory efficient,
  22958. has been written with stability and reliability in mind, has carefully
  22959. optimized compression and decompression routines, is multitasking
  22960. reentrant and pure, handles multiple volume archives (registered
  22961. version only), and more.
  22962.  
  22963. Author: Stefan Boberg
  22964. Path: util/LhA-1.38.lha
  22965.  
  22966. ==========
  22967.  
  22968. LHArc    1.30    Archive program using LZHUF compression
  22969.  
  22970. An archive program like Arc and Zoo, with a heavy emphasis maximum
  22971. compression for minimum archive size, using LZHUF compression.
  22972.  
  22973. Author: Paolo Zibetti
  22974. Path: util/LHArc-1.30.lha
  22975.  
  22976. ==========
  22977.  
  22978. LHWarp    1.40    Disk packer for .lhw files
  22979.  
  22980. A program which will read tracks directly from your floppy disk,
  22981. compress them using adaptive huffman encoding, and output them to a
  22982. file.  The resulting file can be used by lhwarp to reconstruct an
  22983. image of the original disk.
  22984.  
  22985. Author: Jonathan Forbes
  22986. Path: util/LHWarp-1.40.lha
  22987.  
  22988. ==========
  22989.  
  22990. LLP    1.0    Machine access control and logging.
  22991.  
  22992. Login. Logout. Pass. Set of programs to control and log access
  22993. to stand-alone machines in public areas.
  22994. Using Pass a system operator defines authorized users, who can
  22995. then log in to the machine via Login.
  22996. Written in portable ANSI C, without any Amiga-specific code.
  22997.  
  22998. Author: Laurence Vanhelsuwé
  22999. Path: util/LLP-1.0.lha
  23000.  
  23001. ==========
  23002.  
  23003. LockColors    1.1a    Complete control over Workbench Palette
  23004.  
  23005. LockColors uses the OS3.0+ specific ObtainPen() to give you
  23006. complete control over your WorkBench palette.  Now you can have
  23007. correct colors for all your MagicWb-icons independently of your
  23008. screendepth.  Tested with Enforcer/Mungwall.
  23009.  
  23010. NOTE: Your WorkBench must be deeper than 8 colors to use LockColors,
  23011.       because on screens <=8 colors all the pens are locked by the
  23012.       system (and all the pens can be altered with the system palette
  23013.       editor, so LockColors really has no practical use on those screens)
  23014.  
  23015.     - Version 1.1a fixes an annoying problem when LockColors
  23016.       has to use its TimeOut feature. After this, all pens
  23017.       locked by LockColors seemed to be systemlocked.
  23018.  
  23019.     - LockColors no longer blocks your Workbench from closing.
  23020.     - Fixed some bugs and added some requested features.
  23021.  
  23022. Author: Torgeir Hovden
  23023. Path: util/LockColors-1.1a.lha
  23024.  
  23025. ==========
  23026.  
  23027. LockPointer    1.0    Locks pointer on X or Y coordinate
  23028.  
  23029. 1. I have written program (OS2.04+) because no one modeler of available
  23030.    rendering programs (mainly REAL 3D, REAL 3Dv2, IMAGINE) has very
  23031.    useful possibiliy to lock pointer on any (X or Y) axis, like does
  23032.    DPaint or Brilliance. This program do this insted of it.
  23033.  
  23034. 2. Running LOCK POINTER via CLI/SHELL you cannot change keys used to lock
  23035.    the pointer, just only install or remove program. The only way to
  23036.    modify those keys is using ToolTypes described in program's icon:
  23037.  
  23038.      LOCK_X   - after this tool type you should place key which lock
  23039.                 pointer on X axis.
  23040.      LOCK_Y   - as above but lock on Y axis.
  23041.      SWITCH   - this key pressed together with LMB will switch program
  23042.                 on/off without kicking it out of memory.This little program (OS2.0+) is dedicated to all of you using AmigaDOS
  23043. commands in all-kind scripts. This prog lets you find any program
  23044. actually being executing, by its own task's name, e.g.:
  23045.  
  23046. FINDTASK TASK='DeliTracker v1.30'
  23047.  
  23048. looks for Delitracker v1.30. If the task is not exists WARN
  23049. (RC=ERRORCODE = 5) will be returned, in other case OK code (0) will
  23050. be set.
  23051.  
  23052. Author: Marcin Orlowski
  23053. Path: util/LockPointer-1.0.lha
  23054.  
  23055. ==========
  23056.  
  23057. MacSND_dt    1.7    DataType for Mac "snd" resource data
  23058.  
  23059. A DataTypes class which permits reading and playing of
  23060. Apple Macintosh "snd " resource sound data, such as system
  23061. beeps.
  23062.  
  23063. Author: Olaf `Olsen' Barthel
  23064. Path: util/MacSND_dt-1.7.lha
  23065.  
  23066. ==========
  23067.  
  23068. MagicA2024    1.0    Patch to remap MagicWB icons for A2024
  23069.  
  23070. MagicA2024 is a commodity and patches the private routines of the
  23071. icon.library to recolor MagicWB icons to the four A2024 colors. The
  23072. bitmap is adjusted on the fly, extra chip memory is needed for the new
  23073. image, the blitter is used.
  23074.  
  23075. Author: Klaus Melchior
  23076. Path: util/MagicA2024-1.0.lha
  23077.  
  23078. ==========
  23079.  
  23080. MagicCX    1.0    Great modular commodity system
  23081.  
  23082. MagicCX is the definite commodity/system enhancer for any Amiga running
  23083. OS 2.x or better.  It is a very powerful and flexible system.
  23084.  
  23085.      - It incorporates many, many features known from other
  23086.        commodities, while offering new, unseen features
  23087.      - External preferences program allows full control over
  23088.        MagicCX
  23089.      - It offers a special module design, known from Workbench.
  23090.        You may install/use modules/functions by simply dragging them
  23091.        to a Modules directory, if not used, move them to a storage
  23092.        directory.
  23093.      - Offers ModulesManager program for Users of OS 3.x and up
  23094.      - Comes with manuals in English and German
  23095.      - Localized under OS 2.1 and up. English, German translations
  23096.        available
  23097.      - Utilizes Installer for installing MagicCX to your system
  23098.      - Compact system installation. Only a few files will be spread
  23099.        around your system. All others are kept in a single directory
  23100.      - Only basic functions (window activation and such) are built
  23101.        into the main program.  The remaining features were put into
  23102.        external modules
  23103.      - MagicCX comes with 18 (for now) different modules you may
  23104.        choose from.
  23105.      - Flexible blanker system with two internal blankers and 8
  23106.        (for now) external blanker modules
  23107.      - Utilizes powerful gadget layout library
  23108.      - Plenty of features, take a look.
  23109.  
  23110. Author: Kai Iske
  23111. Path: util/MagicCX-1.0.lha
  23112.  
  23113. ==========
  23114.  
  23115. MagicCXDansk    ?.?    Danish catalogs for MagicCX 1.0
  23116.  
  23117. These are the danish catalogs for MagicCX 1.0. They were made by Flemming
  23118. Lindeblad.
  23119.  
  23120. Simply unpack the archive to your "LOCALE:" directory. All needed directories
  23121. will be generated then, ie. a MagicCX directory in your locale:catalogs/dansk
  23122. directory.
  23123.  
  23124. Author: Flemming Lindeblad
  23125. Path: util/MagicCXDansk.lha
  23126.  
  23127. ==========
  23128.  
  23129. MagicMenu    1.29    Replaces all Intuition menus.
  23130.  
  23131. Replaces all Intuition menus, supporting both "pull-down" and "pop-up"
  23132. menus.  Menus can be displayed in either the Standard look, or the modern
  23133. AmigaOS 2.0 style 3D-Look, and controlled exclusively using the keyboard,
  23134. (no need to grab the mouse anymore!) Configurable handling and appearance.
  23135. Remembers every menu's last selected item, displaying Pop-Up menus the next
  23136. time at a position allowing quick selection of the same or neighboring
  23137. items.  Automatically brings the currently active screen (if not visible)
  23138. to the front for menu selection then returns it to the back after a
  23139. selection is made.  Input timeouts, plus much more!
  23140.  
  23141. Author: Martin Korndörfer
  23142. Path: util/MagicMenu-1.29.lha
  23143.  
  23144. ==========
  23145.  
  23146. MagicWord    1.1    Utility for word replacement and macros
  23147.  
  23148. MagicWord is a universal utility for word replacement and macros.
  23149. Other than special solutions in editors and wordprocessors, MagicWord
  23150. works with nearly every wordprocessor, editor and any other utility.
  23151. Instead of recording macros for every application, it is easier to
  23152. record the macros once with MagicWord for you'll be able to use them
  23153. with future applications too.  The use of MagicWord is only limited by
  23154. the ideas of the user.  This versatility can be used especially by
  23155. replacing words.  So you can let MagicWord type your address simply by
  23156. typing \adr in any application.  MagicWord can also be used as a
  23157. little data base because you get access to information by typing
  23158. keywords.  The access is done rather quick by hashing.
  23159.  
  23160. Author: Urs Fleisch
  23161. Path: util/MagicWord-1.1.lha
  23162.  
  23163. ==========
  23164.  
  23165. Man    1.11a    Unix type Man command
  23166.  
  23167. This is a simple MAN command, known from UNIX systems.
  23168. The advantage is, that it recognizes .guide files to be
  23169. AmigaGuide© documents. MAN then uses a different viewer
  23170. in order to display the AmigaGuide© document. Furthermore
  23171. MAN recognizes TeX-DVI files as well, using a different
  23172. viewer to display them. You may configure MAN using
  23173. environment variables.
  23174.  
  23175. Author: Kai Iske
  23176. Path: util/Man-1.11a.lha
  23177.  
  23178. ==========
  23179.  
  23180. Man    3.7    UNIX like man/Xman command
  23181.  
  23182. A program to handle docs and hypertexts. They can by called easily by
  23183. shell or by wb. Font-sensitive gui to control features. Appwindow to
  23184. add texts/guides. Realized as a commodity. Binary only.
  23185.  
  23186. Author: Markus Hillenbrand
  23187. Path: util/Man-3.7.lha
  23188.  
  23189. ==========
  23190.  
  23191. Man_dt    39.4    Datatype for Unix man pages
  23192.  
  23193. This is a unix manual page data type for using in MultiView or similar
  23194. programs! The datatype loads any manual page file and displays it!
  23195.  
  23196. Author: Stefan Ruppert
  23197. Path: util/Man_dt-39.4.lha
  23198.  
  23199. ==========
  23200.  
  23201. Man_Iske    37.14    Unix type Man command
  23202.  
  23203. This is a simple MAN command, known from UNIX systems.
  23204. The advantage is, that it recognizes .guide files to be
  23205. AmigaGuide© documents. MAN then uses a different viewer
  23206. in order to display the AmigaGuide© document. Furthermore
  23207. MAN recognizes TeX-DVI files as well, using a different
  23208. viewer to display them. You may configure MAN using
  23209. environment variables.
  23210.  
  23211. Author: Kai Iske
  23212. Path: util/Man_Iske-37.14.lha
  23213.  
  23214. ==========
  23215.  
  23216. MayFlower    ?.?    A collection of misc cli/script programs
  23217.  
  23218. A collection of miscellaneous cli and script file programs the author
  23219. has maintained over the years.  All programs previously released have
  23220. had minor/major improvements done to them.  Some programs will now work
  23221. with the SPAT script file when working with wild character matching, and
  23222. some programs will work in resident mode.
  23223.  
  23224. Author: Stephen D Childers
  23225. Path: util/MayFlower.lha
  23226.  
  23227. ==========
  23228.  
  23229. MCalc    1.4    Powerful MUI-based calculator
  23230.  
  23231. MUIProCalc is a MUI-based calculator much like Jimmy Yang`s
  23232. Calc 3.0. It still lacks the plotter, but it offers a quite
  23233. flexible history facility for inserting previously entered
  23234. expressions. Different output formats offered and plenty of
  23235. functions the user may choose from. Furthermore the look
  23236. of the calculator may be customized. ARexx Port for ease of
  23237. calculating from within an editor. Some functions are able to
  23238. return TeX compatible output. Results or inputs may be copied
  23239. to the Clipboard.
  23240.  
  23241. MUIProCalc comes with a fancy GUI you may configure to your
  23242. needs. Function gadgets may be flipped through using pages
  23243. so that they don`t eat up too much of space. MUIProCalc
  23244. supports an input/output history you may configure so that
  23245. you may re-insert previously entered expressions/results.
  23246. History entries may be copied to a userdefiniable clipboard
  23247. unit. It features various display/output bases such as decimal,
  23248. hexadecimal, octal, and binary and of course calculation sizes
  23249. ranging from 8 Bit to 32 Bit width. Angles may be displayed as
  23250. radians or degrees. MUIProCalc offers an ARexx port you may
  23251. use to calc expressions externally. These commands are able
  23252. to return TeX compatible output such as "1\cdot 10^{-5}". It
  23253. comes with two example scripts for use with CED Pro.
  23254.  
  23255. Author: Kai Iske
  23256. Path: util/MCalc-1.4.lha
  23257.  
  23258. ==========
  23259.  
  23260. MCalc    1.5    Powerful calculator
  23261.  
  23262. MUIProCalc is a MUI-based calculator much like Jimmy Yang`s
  23263. Calc 3.0. It still lacks the plotter, but it offers a quite
  23264. flexible history facility for inserting previously entered
  23265. expressions. Different output formats offered and plenty of
  23266. functions the user may choose from. Furthermore the look
  23267. of the calculator may be customized. ARexx Port for ease of
  23268. calculating from within an editor. Some functions are able to
  23269. return TeX compatible output. Results or inputs may be copied
  23270. to the Clipboard.
  23271.  
  23272. MUIProCalc comes with a fancy GUI you may configure to your
  23273. needs. Function gadgets may be flipped through using pages
  23274. so that they don`t eat up too much of space. MUIProCalc
  23275. supports an input/output history you may configure so that
  23276. you may re-insert previously entered expressions/results.
  23277. History entries may be copied to a userdefiniable clipboard
  23278. unit. It features various display/output bases such as decimal,
  23279. hexadecimal, octal, and binary and of course calculation sizes
  23280. ranging from 8 Bit to 32 Bit width. Angles may be displayed as
  23281. radians, degrees, or grads. MUIProCalc offers an ARexx port
  23282. you may use to calc expressions externally. These commands
  23283. are able to return TeX compatible output such as
  23284. "1\cdot 10^{-5}". It comes with two example scripts for use
  23285. with CED Pro.
  23286.  
  23287. Author: Kai Iske
  23288. Path: util/MCalc-1.5.lha
  23289.  
  23290. ==========
  23291.  
  23292. MCP    1.02    A powerful Multifunction Commodity
  23293.  
  23294. MCP (Master Control Program) is a powerful Multifunction commodity with 
  23295. the following features:
  23296.  - Mouse-Speeder
  23297.  - Drive-NoClick
  23298.  - SetDRI pens
  23299.  - AssignWedge
  23300.  - automatic Screen-activation
  23301.  - AppChange
  23302.  - NoTopaz
  23303.  - Screen-Blanker (supports SwazBlanker)
  23304.  - Screen-Dimmer
  23305.  - MousePointer Blanker
  23306.  - Alert-History
  23307.  - full Windowmoving
  23308.  - QuietTD
  23309.  - CrunchPatch
  23310.  - DosWildstar (* instead of #?)
  23311.  - 16 Color Pointer
  23312.  - complex Promotor
  23313.  - PatchRGB32
  23314.  - New Workbenchtitle
  23315.  - LibSearch / FontSearch
  23316.  - Formatprotection
  23317.  - ToolAlias
  23318.  - AssignPrefs
  23319.  - Borderblank
  23320.  - NoGuru
  23321.  - little RTPatch
  23322.  - WorkbenchTitle activate
  23323.  - CopyMemQuicker
  23324.  - No Chipmem option
  23325.  - No Capslock
  23326.  - CacheFont
  23327.  - ToolType Enhancer
  23328.  - many Hotkey Functions
  23329.  - MUI Prefs-Program
  23330.  - Coded in 100% Assembler
  23331.  - uses Reqtools.library
  23332.  
  23333. Author: Stefan "zerocom" Sommerfeld
  23334. Michael "Oxygene" Knoke
  23335. Vincent "fOX" Schöttke
  23336. Path: util/MCP-1.02.lha
  23337.  
  23338. ==========
  23339.  
  23340. MemCheck    ?.?    Program to test your memory for errors
  23341.  
  23342. MemCheck is a program to test your memory for hardware
  23343. errors - and to prevent them from affecting your other pro-
  23344. grams. It tests each individual memory circuit by attempt-
  23345. ing to switch all the bits in memory into the opposite state
  23346. then reading them to find out whether they actually have
  23347. taken the other value. Thus each bit is toggled and any
  23348. hardware errors will be found. After testing the memory is
  23349. restored to its original state.
  23350.  
  23351. Because fiddling with the whole of the memory would tend to
  23352. irritate other programs (to say the least!) all other
  23353. programs are paused while it runs.
  23354.  
  23355. Author: Ben Hutchings
  23356. Path: util/MemCheck.lha
  23357.  
  23358. ==========
  23359.  
  23360. MemMinister    1.1    monitors your memory-usage
  23361.  
  23362. MemMinister is a small tool, giving you information about the amount of free
  23363. memory at your system. It shows you independant values for chipmemory and
  23364. fastmemory, and of course even the total amount of free memory. MemMinister also
  23365. offers features like a snap-funktion, monitoring the memory-usage since the time
  23366. you snapped the values, and a flush-gadget, offering you an easy way to flush
  23367. your memory from all currently not used libraries, fonts, devices and more. It
  23368. is small, simple to use and very CPU-economical!
  23369.  
  23370. Author: Marcus Ohlstrom
  23371. Path: util/MemMinister-1.1.lha
  23372.  
  23373. ==========
  23374.  
  23375. MFRhelp    0.20    Use MagicFileRequester with CygnusED 3.5
  23376.  
  23377. If you are user of the great MagicFileRequester v2.0(d/e) by Stefan Stuntz
  23378. and of the new CygnusEd 3.5 you probably have noticed, that the CygnusEd
  23379. 3.5 refuses to load a single file if the MagicFileRequester is installed.
  23380. Now, to get rid of this problem you can do the following things: remove the
  23381. MagicFileRequester (probably the worst idea you ever had...:-) ); open
  23382. always more than one file at the same time (not a good solution); install
  23383. MFRHelp (that would be fine!).
  23384.  
  23385. Author: Daniel Weber
  23386. Path: util/MFRhelp-0.20.lha
  23387.  
  23388. ==========
  23389.  
  23390. MFRinCED35    1.0    Use Magic-File-Requester in CED 3.5
  23391.  
  23392. Allows the usage of Stefan Stuntz's Magic-File-Requester in CED3.5, which
  23393. doesn't work with MFR directly (probably out of a change in CED3.5's
  23394. file-loading-mechanisms).  Uses a small program to set the default public
  23395. screen and Arexx scripts.  Requires OS2.0+.  Public Domain
  23396.  
  23397. Author: Benjamin Lear
  23398. Path: util/MFRinCED-1.0.lha
  23399.  
  23400. ==========
  23401.  
  23402. mg    3b    Small GNU EMACS style editor with AREXX
  23403.  
  23404. A public domain EMACS style editor, that uses the GNU EMACS command
  23405. set.  Includes AREXX support.
  23406.  
  23407. Author: Mike Meyer, et al.
  23408. Path: util/mg-3b.lha
  23409.  
  23410. ==========
  23411.  
  23412. MIA    1.2    Manipulates many icons at once
  23413.  
  23414. Mass Icon Alter (MIA) allows manipulation of many icons all at once.
  23415. It can change any of the following icon and file attributes:  Stack
  23416. size, date/time, comment, default tool, tool types (append or replace),
  23417. images, icon type, protection bits, and Workbench's default icons.
  23418. MIA runs as an Application Icon, Application MenuItem, normal graphical
  23419. user interface, or from an AmigaDOS shell.  Installer script and
  23420. AmigaGuide help manual are included.
  23421.  
  23422. Author: Boyd Edmondson
  23423. Path: util/MIA-1.2.lha
  23424.  
  23425. ==========
  23426.  
  23427. MidMoose    1.0ß    Maps a key to the middle mouse button.
  23428.  
  23429. Maps a specified key press ( defaults to f10 ) to the middle mouse button. 
  23430. So users without a 3 button mouse can use features normally not available 
  23431. to them. Works with DirWork (got no other programs to test it on)
  23432.  
  23433. Author: Lee Kindness
  23434. Path: util/MidMoose-1.0ß.lha
  23435.  
  23436. ==========
  23437.  
  23438. MJUtils    1.0    A collection of useful CLI utilities.
  23439.  
  23440. A collection of useful CLI utilities.  Included are AFD, an ascii file
  23441. dumper; Stat, measures the execution time and memory requirements of a
  23442. command; MakeCol, make a text file multi-column; Print, prints a 640x512x1
  23443. IFF picture on Epson 9-pin printers in a special "equaldensity" mode;
  23444. WordCount, counts frequencies of all words in a file; FastCmp, a fast
  23445. byte-to-byte comparison of two files; FType, search for strings in a binary
  23446. file; SetMPos, set the mouse position to a given XY coordinate; Exe, reads
  23447. lines from the standard input and executes them... plus more!
  23448.  
  23449. Author: Martin Mares
  23450. MJSoft System Software
  23451. Path: util/MJUtils-1.0.lha
  23452.  
  23453. ==========
  23454.  
  23455. MonitorInfo    37.4    Inspect various properties of a monitor
  23456.  
  23457. A small utility that lets you inspect various properties of a monitor
  23458. in the AMIGA's monitor database, such as scan rates, sync timings and
  23459. polarity, and much more.  CLI only.
  23460.  
  23461. Author: Gregor S. M. Kuhlmann
  23462. Path: util/MonitorInfo-37.4.lha
  23463.  
  23464. ==========
  23465.  
  23466. MouseShift    2.1    Map middle mouse button to leftshift key
  23467.  
  23468. Translates the middle mouse button into the left shift key.  This allows
  23469. easy multiple selection.  Note that programs that use the middle mouse
  23470. button directly will no longer recognize it.  MouseShift requires at least
  23471. AmigaDOS 1.2 to run, but will run as a commodity under AmigaDOS 2.04 or
  23472. greater.  Contains a bug fix that allows it to now work under OS3.0.
  23473.  
  23474. Author: Garrick Meeker
  23475. Path: util/MouseShift-2.1.lha
  23476.  
  23477. ==========
  23478.  
  23479. Move    37.11    Unix type Move command
  23480.  
  23481. This is not just another Move command it features
  23482. more: Recursive directory movements (including
  23483. creation of destination dir), pattern support, and
  23484. command line flags like those known from e.g.
  23485. C:Rename...and many, many more
  23486.  
  23487. Author: Kai Iske
  23488. Path: util/Move-37.11.lha
  23489.  
  23490. ==========
  23491.  
  23492. MPatch    37.4    Inspect various properties of a monitor
  23493.  
  23494. A small utility to change timing and polarity of the sync signals in the
  23495. AMIGA's monitor database.  Can make the DoublePAL, DoubleNTSC and Super72
  23496. monitors a bit more useful, and fixes some sync'ing problems with the C=
  23497. 1960 and older VGA multiscans.  CLI only.
  23498.  
  23499. Author: Gregor S. M. Kuhlmann
  23500. Path: util/MPatch-37.4.lha
  23501.  
  23502. ==========
  23503.  
  23504. msplit    1.3    Utility to split large files
  23505.  
  23506. Utility to split large files into several smaller ones in order
  23507. to put  them onto a floppy disk and  recover the  large file on
  23508. another system. Optimized for speed and memory usage. Including
  23509. executables for  Amiga,  MS-DOS,  Sun Sparc,  Convex,  Vax-VMS,
  23510. Acorn Archimedes, DEC-Station(ULTRIX) and sourcecode in ANSI-C.
  23511.  
  23512. Author: Rene Tschirley
  23513. Path: util/MSplit-1.3.lha
  23514.  
  23515. ==========
  23516.  
  23517. MUIMegaNum    1.0    Convert base10 <-> base36 with MUI-GUI
  23518.  
  23519. Converts decimal numbers (base10) to/from hexatridecimal numbers
  23520. (base36), also called "Meganums". Both english and german docs are
  23521. included.  Written for the graphical BBS-protocol "RIP", which uses
  23522. Meganums for transmitting coordinates.
  23523. etc.
  23524.  
  23525. Author: Volker Voigt
  23526. Path: util/MUIMegaNum-1.0.lha
  23527.  
  23528. ==========
  23529.  
  23530. MousoMeter    3.12    Measures mouse movement
  23531.  
  23532. MousoMeter is a cute little commodity that measures the distance (km)
  23533. you "drive" with your Mouse.  Counters for daily and total usage.  Using 
  23534. the time MousoMeter has been active, it can also calculate your average 
  23535. "mouse-speed" in meters/hr. (However, don't let your boss see this!)
  23536. MousoMeter also records the number of "Mouse-Clicks".  With a
  23537. sophisticated program like MousoMeter, it should be easy to get
  23538. a government grant to scientifically study Carpal-Tunnel!!
  23539.  
  23540. Author: Wolfgang Breyha, Michael Matzl
  23541. Path: util/MUIMousoMeter-3.12.lha
  23542.  
  23543. ==========
  23544.  
  23545. MUISpeechToy    0.01    Speechtoy clone using MUI 2.0 interface.
  23546.  
  23547. MUI-Speechtoy was written as a test application for MUI-Builder,
  23548. written by Eric Totel and MUI, written by Stefan Stuntz.  It contains
  23549. only some primitive features that can be changed.
  23550.  
  23551. Author: Andreas Jung
  23552. Path: util/MUISpeechToy-0.01.lha
  23553.  
  23554. ==========
  23555.  
  23556. MultiCX    1.46    Powerfully small Multifunction commodity
  23557.  
  23558. MultiCX  is the smallest Multi-Function-Commodity for the Amiga,
  23559. thought as a replacement for many larger and sometimes badly
  23560. programmed programs.  It is a 100% pure commodity, which means
  23561. that it does not use any  patches (SetFunction), no interrupts
  23562. and no special input handlers.  So it can safely be disabled or
  23563. removed at any time.
  23564.  
  23565. Features:
  23566.  
  23567.   - Notification ( MultiCX recognizes any changes of the ToolTypes
  23568.        while running, so there's no real need for a GUI.)
  23569.   - Screen Blanker
  23570.   - Mouse Accelerator
  23571.   - Mouse Blanker
  23572.   - Middle Mouse Button screen cycling
  23573.   - Right Mouse button as shift key
  23574.   - Window Cycling
  23575.   - SUN-like Window Activation
  23576.   - HoldX and HoldY
  23577.   - Enter ASCII codes directly (I.E. <ALT> 65 = A)
  23578.   - CapShift
  23579.   - Window Close/Zoom
  23580.   - Window Remember
  23581.   - PopCLI
  23582.   - System Flags (BlackBorder, NoClick, WildStar)
  23583.  
  23584. Also includes HandleCX, a CLI replacement for Exchange
  23585.  
  23586. Author: Martin Berndt
  23587. Path: util/MultiCX-1.46.lha
  23588.  
  23589. ==========
  23590.  
  23591. MultiUser    1.8    Create Unix like multiuser environment
  23592.  
  23593. Allows you to create a Unix-like environment where several users live
  23594. together in harmony, unable to delete each others files, unable to read
  23595. those private love-letters of other users... And this even if several users
  23596. are working on the machine at the same time (on a terminal hooked up to the
  23597. serial port)
  23598.  
  23599. Author: Geert Uytterhoeven
  23600. Path: util/MultiUser-1.8.lha
  23601.  
  23602. ==========
  23603.  
  23604. NewAlertHook    40.3    Enhanced Alert display mechanism
  23605.  
  23606. Many people don't understand Amiga system error codes displayed
  23607. in the alerts.  These codes contain a lot of information and it's
  23608. hard to learn what they mean.  This program tries to improve the
  23609. alerts by adding the following information:
  23610.  
  23611.      - Name of program that caused the alert.
  23612.      - Complete text description of the error.
  23613.  
  23614. NewAlertHook has to be installed by the AddModule utility (also
  23615. included) by
  23616.  
  23617.       AddModule NewAlertHook INIT
  23618.  
  23619. The INIT switch causes NewAlertHook to initialize itself without
  23620. rebooting the system.
  23621.  
  23622. Author: Martin Mares
  23623. Path: util/NewAlertHook-40.3.lha
  23624.  
  23625. ==========
  23626.  
  23627. NewEXT    1.4    Changes extensions of files in batches
  23628.  
  23629. This Shell utility lets the extensions of files to be changed
  23630. in batches. For example it can rename all .iff files in a 
  23631. drawer to .ilbm.
  23632.  
  23633. Author: Lee Kindness
  23634. Path: util/NewEXT-1.4.lha
  23635.  
  23636. ==========
  23637.  
  23638. NoAGA    1.0    Run older pgms w/out changing screenmode
  23639.  
  23640. NoAGA is designed to run old demos, intros, tools etc. on your
  23641. AGA-machine without changing the screenmode or rebooting the system.
  23642. Considers caches, VBR, sprite modes, FASTMEM.  Checks for destroying
  23643. decrunchers.  Workbench support ( AppIcon ).
  23644.  
  23645. Author: Uwe Schilling
  23646. Path: util/NoAGA-1.0.lha
  23647.  
  23648. ==========
  23649.  
  23650. NoteIt    1.4.1    Post It note pad program
  23651.  
  23652. Post It note pad program
  23653.  
  23654. Author: Ryan J. Bruner
  23655. Path: util/NoteIt-1.4.1.lha
  23656.  
  23657. ==========
  23658.  
  23659. P-Compress2    1.2    New program replacing P-Compress
  23660.  
  23661. A new compression program replacing P-Compress for OS2 and
  23662. OS3, but retaining compatability.  Many new features including an
  23663. even higher efficiency option, Compicon, completely new Intuition
  23664. interface.  P-Compress2 will provide better compression than any
  23665. other general purpose program available to the Amiga.
  23666.  
  23667. Author: Chas A.Wyndham
  23668. Path: util/P-Compress2-1.2.lha
  23669.  
  23670. ==========
  23671.  
  23672. PackIt    1.18a    CLI frontend for PowerPacker + wildcards
  23673.  
  23674. PackIt is a CLI only program to replace the crunch and decrunch commands
  23675. that came with PowerPacker (Copyright Nico Francois).  PackIt features:  1)
  23676. Single command for crunching and decrunching 2) Automatic crunching or
  23677. decrunching of data files depending on whether it is allready crunched or
  23678. not.  3) Files can be encrypted, and passwords can be entered on the
  23679. command line or via a requester.  4) Will not crunch executables, unless
  23680. told to do so.  Note:  PackIt will only crunch the executables as a data
  23681. files you will not be able to run them.  5) Automatic replacement of source
  23682. file unless a destination is given.  6) Directories can be specified as a
  23683. destination, in that case files will be crunched/decrunched into that dir.
  23684. 7) Allows use of wildcards to crunch/decrunch whole directories.  8)
  23685. Automatic adding and removing of .pp suffixes from data files.  9) Icon
  23686. files will not be crunched unless you want them to.  10) Default options
  23687. can now be stored in ENV:PackIt
  23688.  
  23689. Author: Michael J Barsoom
  23690. Path: util/PackIt-1.18a.lha
  23691.  
  23692. ==========
  23693.  
  23694. PaletteTool    1.4    3.0/AGA public screen palette tool.
  23695.  
  23696. Palette tool that opens and operates on the default public screen.  Has
  23697. gadtools-based user interface, with keyboard equivalents for many of the
  23698. program functions.  Features include full 8 bit RGB support, full AmigaDOS
  23699. 3.0-compliant locked pen "protect" mode as well as standard "free" mode,
  23700. and fully integrated "color by name" selection, with a built-in database of
  23701. 507 colors.
  23702.  
  23703. Supports the follow actions: color spread (multi-directional), individual
  23704. color copy, individual color exchange, rotation of palette in both
  23705. direction, cycling of entire palette in both directions with adjustable
  23706. cycle speed, and individual color "show" (flash selected color).
  23707.  
  23708. The user interface consists of separately controllable windows for main
  23709. functions, color palette (2 sizes), and "color by name" selection.
  23710. Features a single-level "undo" capability.  Iconifiable, with color cycling
  23711. controls also available from the programs iconified state
  23712.  
  23713. Features ability of pick a pen/color from anywhere on the current screen
  23714. (using the mouse pointer and either the space bar or middle-mouse-button).
  23715. This type of color "pick" can also be used with the copy, spread, and
  23716. exchange actions.  Also features a "panic" restore button (and key
  23717. equivalent) so you can restore the palette to where it was at program
  23718. start.
  23719.  
  23720. Author: Timothy B. Kreuzer
  23721. Path: util/PaletteTool-1.4.lha
  23722.  
  23723. ==========
  23724.  
  23725. PARex    3.10    Text filter/converter/utility
  23726.  
  23727. PARex is a program which allows you to process files, mostly
  23728. textfiles, whereby strings can be replaced by another, text
  23729. between two strings can be stripped, strings put in lower or
  23730. upper case.  PARex supports normal text searching, wildcard
  23731. searching, context remembering and word-only searching.
  23732. Using data scripts enables the use of an unlimited number of
  23733. such replace commands.  Each replace command can be individually
  23734. controlled.  All ASCII codes can be used in the search and
  23735. replace strings, even entrire files, dates, times,... can be
  23736. inserted in such strings.  Custom formatted hexadecimal output
  23737. is also supported.  Over twenty ready to use program scripts
  23738. are included to perform simple tasks as: converting files
  23739. between different computer systems, stripping comments from
  23740. source files, finding strings in files, converting AmigaGuide
  23741. files to normal text files,... even automatic version updating
  23742. of source files! (By the way v3.xx is about two to more than
  23743. twenty times faster than the previous versions, and is
  23744. supplied in english, german, french, and dutch!)
  23745.  
  23746. Author: Chris P. Vandierendonck
  23747. Path: util/PARex-3.10.lha
  23748.  
  23749. ==========
  23750.  
  23751. PeekQual    ?.?    Generates WARN (5) codes on qualifiers
  23752.  
  23753. The  reason  for  this  program  to be is that I recently had trouble in finding
  23754. which  of  the  programs  launched in my user-startup was sometimes crashing the
  23755. system.  I wrote a special version of the user-startup that asked before running
  23756. all programs, and thought it would be great to have a program allowing to switch
  23757. the files automatically when a key was hit.
  23758.  
  23759. The  best candidates for those keys were of course the qualifiers, since they do
  23760. not  interfere  with the output window.  Moreover, there is a new (V36) function
  23761. in  the input.device that would make it easy to test:  PeekQualifier().  So here
  23762. is this program, which does not even require a window to be opened to work.  The
  23763. program fits in one disk block, and is pure, meaning it can be made resident.
  23764.  
  23765. To use PeekQual, you must have kickstart 2.04 or higher.  It will only work from
  23766. CLI, the template is as follows:
  23767.  
  23768. PeekQual ONQUAL,OFFQUAL
  23769.  
  23770.     Each  of the arguments, ONQUAL and OFFQUAL, should be a word made of the
  23771. following  letters  (I've tried to respect this rule:  lower case for left keys,
  23772. and upper case for right ones):
  23773.  
  23774.     s:    left Shift
  23775.     S:    right Shift
  23776.     c:    Control
  23777.     C:    Caps lock
  23778.     a:    left Alt
  23779.     A:    right Alt
  23780.     g:    left amiGa
  23781.     G:    right amiGa
  23782.     b:    left mouse Button
  23783.     B:    right mouse Button
  23784.     m:    Middle mouse button
  23785.  
  23786.     The  program does the following:  it PeekQualifier()s and then tests the
  23787. result:  if all keys given in the ONQUAL argument are pressed and all keys given
  23788. in  the  OFFQUAL argument are NOT be pressed, then the program returns WARN (5),
  23789. else  it returns OK (0).  The result can then be tested with the IF WARN command
  23790. in  a  script  file.   All qualifiers given neither in ONQUAL nor in OFFQUAL are
  23791. ignored.
  23792.  
  23793. Example, in your startup-sequence:
  23794.  
  23795. PeekQual CSs
  23796. IF WARN
  23797.  Execute S:User-Startup.Debug
  23798. ELSE
  23799.  Execute S:User-Startup
  23800. ENDIF
  23801.  
  23802. Author: Frederic Delacroix
  23803. Path: util/PeekQual.lha
  23804.  
  23805. ==========
  23806.  
  23807. PerfMeter    2.2    CPU usage, load and memory meter
  23808.  
  23809. PerfMeter is the X's PerformanceMeter-style little meter, which shows
  23810. CPU usage, CPU load, chip, fast and public memory, and uptime.  The
  23811. items can be selected from the Project menu.
  23812.  
  23813. Author: Juha Tuominen
  23814. Path: util/PerfMeter-2.2.lha
  23815.  
  23816. ==========
  23817.  
  23818. PicBoot    2.6    Displays picture during bootup
  23819.  
  23820.    Have you removed all output in your 2.0+ startup, and only see a
  23821. black screen during boot? Wouldn't it be nice to have a picture
  23822. instead? A picture that disappeared when the Workbench screen opened?
  23823.  
  23824.    If so, PicBoot is certainly a program for you. What it will do is to
  23825. read any IFF file containing an ILBM picture - or a GIF file - and show
  23826. that picture. As soon as the Workbench screen appears (or you press any
  23827. mouse-button), the picture will go away.
  23828.  
  23829. Author: Magnus Holmgren
  23830. Path: util/PicBoot-2.6.lha
  23831.  
  23832. ==========
  23833.  
  23834. PicIcon    1.03    Create icons from IFF ILBM pictures
  23835.  
  23836. Takes an IFF image file, both ILBM and ANIM formats are supported, and
  23837. creates an icon image showing the contents of the file.  This can be used
  23838. to more readily identify specific images within large collections, for
  23839. example, or simply to create an Icon in the likeness of your program.
  23840.  
  23841. Author: Michael J. Sheppard
  23842. Path: util/PicIcon-1.03.lha
  23843.  
  23844. ==========
  23845.  
  23846. Picticon    0.96    Scales pictures into icons. os3.x only
  23847.  
  23848. Allows  pictures  to  be  dropped onto an appicon.  Will then load the
  23849. pictures using datatypes.library and scale them into icons.
  23850.  
  23851. Many  options  to  customize  how  the scaled picture icons will look.
  23852. Allows frames/backgrounds and size text (built in fonts, tho)
  23853.  
  23854. Features:
  23855. o  Files may  be passed by dropping them onto an appicon, selecting an
  23856.    apptool item, shift-selection, or via a CLI interface.
  23857. o  Dithering (one type, error-diffusion)
  23858. o  Remaps to current Workbench palette
  23859. o  Both fractional and integer scaling
  23860. o  User defined icon size
  23861. o  Allows templates for both tooltypes and/or background underlay
  23862. o  User defined appicon image
  23863. o  Ability to place picture dimension text onto icon
  23864. o  Preserves aspect of pictures with aspect information
  23865. o  User defined screen aspect. (for non-lace or s-hires users)
  23866. o  HAM-6/HAM-8 support
  23867. o  Datatype  loader/scaler  module  is  available for registered E 3.0
  23868.    users.  (no source)
  23869. o  NewIcons support (optional) 
  23870. o  WhatIs support (optional)
  23871. o  Multiple filenames and/or wildcards from the CLI interface
  23872.  
  23873. Author: Chad Randall
  23874. Path: util/Picticon-0.96.lha
  23875.  
  23876. ==========
  23877.  
  23878. Picticon    1.1    Scales pictures into icons. os3.x only
  23879.  
  23880. Allows  pictures  to  be  dropped onto an appicon.  Will then load the
  23881. pictures using datatypes.library and scale them into icons.
  23882.  
  23883. Many  options  to  customize  how  the scaled picture icons will look.
  23884. Allows frames/backgrounds and size text (built in fonts, tho)
  23885.  
  23886. Features:
  23887. o  Files may  be passed by dropping them onto an appicon, selecting an
  23888.    apptool item, shift-selection, or via a CLI interface.
  23889. o  Dithering (one type, error-diffusion)
  23890. o  Remaps to current Workbench palette
  23891. o  Both fractional and integer scaling
  23892. o  User defined icon size
  23893. o  Allows templates for both tooltypes and/or background underlay
  23894. o  User defined appicon image
  23895. o  Ability to place picture dimension text onto icon
  23896. o  Preserves aspect of pictures that contain aspect information
  23897. o  User defined screen aspect. (for non-lace or s-hires users)
  23898. o  HAM-6/HAM-8 support for both reading and rendering
  23899. o  Datatype  loader/scaler  module  is  available for registered E 3.0
  23900.    users.  (no source)
  23901. o  NewIcons support (optional, not included) 
  23902. o  WhatIs support (optional, not included)
  23903. o  Multiple filenames and/or wildcards from the CLI interface
  23904.  
  23905. Author: Chad Randall
  23906. Path: util/Picticon-1.1.lha
  23907.  
  23908. ==========
  23909.  
  23910. PictureClock    39.72    Full-screen analog clock on top of a pic
  23911.  
  23912. PictureClock is a clock like the ones you see on TV between programs.
  23913. It takes any datatype-supported picture as a background and any
  23914. datatype- supported sound for a 'chime' sound every half hour.
  23915. Kickstart 3.0 (V39) or higher and datatypes.library V39 are required.
  23916.  
  23917. Author: Maarten ter Mors
  23918. Path: util/PictureClock-39.72.lha
  23919.  
  23920. ==========
  23921.  
  23922. PMontre    1.2    Digital Clock/Date/Free Mem/Alarm
  23923.  
  23924.  
  23925. PMontre V1.2 is a FreeWare digital clock for the WB.
  23926.  
  23927. Some features:
  23928.  
  23929.     - Digital Clock :-)
  23930.     - Date (possible disable)
  23931.     - Calendar (for French language only)
  23932.     - English/French/German languages
  23933.     - Free memory Chip/Fast/Total in only one
  23934.       bargraph (possible disable)
  23935.     - PubScreen option
  23936.     - WB toolstypes and Shell options supported
  23937.     - Alarm whith requester
  23938.     - Borderless option
  23939.  
  23940. Author: Pascal Pensa
  23941. Path: util/PMontre-1.2.lha
  23942.  
  23943. ==========
  23944.  
  23945. PolyEd    1.242    User-friendly, powerfull text editor
  23946.  
  23947. PolyEd is one of the most user friendly text editors for the Amiga.
  23948. It is kept small and easy, but has all the features.
  23949.  
  23950. PolyEd has all features, needed to edit texts, but no other features,
  23951. like clocks, memory displays, calculators ...
  23952.  
  23953. As the Amiga has a great multitasking operating system, it is, in my
  23954. opinion unnecessary to put all those things into one single program,
  23955. but better to set up one's desired environment by some different
  23956. programs (which can be further improved by arexx).
  23957.  
  23958. In other words, if you need a calculator, parallel to PolyEd, why not
  23959. run the one from the 'utilities' drawer or one from the public domain
  23960. pool.
  23961.  
  23962. Via the arexx-port, centering, formating and functions you can think
  23963. of, can be added to PolyEd too.
  23964.  
  23965. Author: Robert Brandner
  23966. Path: util/PolyEd-1.242.lha
  23967.  
  23968. ==========
  23969.  
  23970. PopUpScreen    1.02    Pops specified screen to front
  23971.  
  23972. This program lets you simply add hotkey to any program
  23973. you wish.  To do so you will have to use (for now!) FKey
  23974. program (or similar one), enter there your hotkey combination,
  23975. switch COMMAND to RUN PROGRAM and type into the window as follow:
  23976.  
  23977.     POPUPSCREEN SCR <ScreenName> 
  23978.  
  23979. where SCREENNAME is the name of program's screen you want to pop up.
  23980. NOTE:  ScreenName is CASE SENSITIVE!  You can also use part of name
  23981. (abbrev.) by typing eg:
  23982.  
  23983.     SCR=Psych      (for screen named:  "Psychodelic").
  23984.  
  23985. When you are poping screen up its first window will be made active.
  23986. If you do not like this use NOACTIVATE flag to disable it. When you
  23987. call this program 2nd time your screen will be sent to back and
  23988. WorkBench screen will be fronted!
  23989.  
  23990. Switch INFO prints out all named screens and its size and depeth.
  23991. Switch HELP will (surprise, surprise) help you...  :-)
  23992.  
  23993. Author: Marcin Orlowski
  23994. Path: util/PopUpScreen-1.02.lha
  23995.  
  23996. ==========
  23997.  
  23998. PowerSnap    2.2a    Commodity to cut and paste text
  23999.  
  24000. PowerSnap is a utility that allows you to use the mouse to mark
  24001. characters anywhere on the screen and paste them somewhere else, like
  24002. in the CLI or in a string gadget. PowerSnap will check what font is
  24003. used in the window you snap from and will look for the position of the
  24004. characters automatically.  It recognizes all non proportional fonts of
  24005. up to 24 pixels wide and of any height so this should cover most fonts
  24006. used.  Snapping and pasting text is done using the mouse, making
  24007. PowerSnap fast and easy to use.
  24008.  
  24009. Author: Nico François
  24010. Path: util/PowerSnap-2.2a.lha
  24011.  
  24012. ==========
  24013.  
  24014. PPLib    1.6    A shared library to support PowerPacker.
  24015.  
  24016. A shared library to make life easy for people who wish to write programs
  24017. that support PowerPacker.  Loading crunched files from C or assembly is
  24018. made fast, short and easy.
  24019.  
  24020. Author: Nico Francois
  24021. Path: util/PPlib-1.6.lha
  24022.  
  24023. ==========
  24024.  
  24025. PPrefs    2.0    Screenmode promotion utility
  24026.  
  24027. PPrefs is a screenmode promotion utiltity which allows you to promote every
  24028. available screenmode of your system (including HAM and EHB modes) to
  24029. another mode. You simply select a source and a destination mode and every
  24030. program that wants to open a screen with the source mode, instead will open
  24031. a screen with the destination mode. If you want that some very special
  24032. programs get their very special screenmode or don't get promoted at all,
  24033. besides that "mode to mode" promotion, PPrefs supports task/screen specific
  24034. promotion, as well..address
  24035.  
  24036. Author: Olaf Gschweng
  24037. Path: util/PPrefs-2.0.lha
  24038.  
  24039. ==========
  24040.  
  24041. ProcurePens    1.14    Lock or procure a pen with ObtainPen().
  24042.  
  24043. Uses the V39 graphics.library function ObtainPen() to lock, or procure, a
  24044. pen.  The idea here is that you call this program from your user-startup,
  24045. so that it gets run every time you boot.  This way, you can have a standard
  24046. setup for colors beyond the eight that Palette Preferences allows.  You can
  24047. lock all available pens for exclusive use, if you wanted to.  With the pens
  24048. locked and set on startup, you can use those extra colors in Workbench
  24049. icons (though you may have to use IconEdit 2.x to get them to work in 16
  24050. colors), Dock icons, console escape colors (multicolor CLI prompts), and
  24051. other cool stuff.
  24052.  
  24053. Author: Joseph Luk
  24054. Path: util/ProcurePens-1.14.lha
  24055.  
  24056. ==========
  24057.  
  24058. ProxWatch    1.2    Localized Font-Sensitive Watch
  24059.  
  24060. o ProxWatch is a small utility for your WBStartup drawer.
  24061. o The string used for displaying date and time is totally user definable.
  24062. o The window can be opened on your favourite public screen.
  24063. o Using a borderless backdrop window the watch text may be visually
  24064.   attached to the screen title.
  24065.  
  24066. Author: Boris Folgmann
  24067. Path: util/ProxWatch-1.2.lha
  24068.  
  24069. ==========
  24070.  
  24071. PS    1.36    Lists info about tasks and processes
  24072.  
  24073. Lists information about all tasks and processes currently
  24074. in the system.
  24075.  
  24076. Author: Trevor Andrews
  24077. Path: util/PS-1.36.lha
  24078.  
  24079. ==========
  24080.  
  24081. PST    1.0a    Public Screen creation tool
  24082.  
  24083. CREATES A PUBLIC SCREEN WITH SCREEN TYPE SELECTABLE FROM ANY
  24084. CURRENTLY ACTIVE MONITOR TYPE
  24085. USES THE 3.0 ASL SCREEN MODE REQUESTER
  24086. ALLOWS FOR SELECTION OF SCREEN DIMENSIONS, DEPTH, OVERSCAN, AND
  24087. autoscroll (via ASL Screen Mode Requester)
  24088. Allows complete control of all Public Screen-related features,
  24089. such as "Default Public Screen", "Pop to Front", and "Shanghai".
  24090. Tested OK using the Enforcer.
  24091.  
  24092.  
  24093. Extremely compatible with the KreuzerSoft series of graphics
  24094. programs (Fractal, LyapunovSpace, Terrain, PaletteTool, etc.)
  24095. but is NOT in anyway restricted to usage with them.
  24096.  
  24097. Put differently, this is a general-usage tool.
  24098.  
  24099. Author: Timothy B. Kreuzer
  24100. Path: util/PST-1.0a.lha
  24101.  
  24102. ==========
  24103.  
  24104. Publican    1.6    Public screen support utility.
  24105.  
  24106. Publican is a public screen support utility. It allows you to set 
  24107. the default public screen, set global public screen behaviour flags and
  24108. obtain the name of the frontmost public screen (and write it to StdOut
  24109. or a local/global variable).
  24110.  
  24111. Author: Lee Kindness
  24112. Path: util/Publican-1.6.lha
  24113.  
  24114. ==========
  24115.  
  24116. PutChar    2.1    Utility like PopChar on the MacIntosh
  24117.  
  24118. This program is a utility like PopChar on the Apple MacIntosh.
  24119. PutChar enables you to use all ASCII-codes in any application whether
  24120. the code is in the current keymap or not.  The possibility of loading
  24121. fonts allows you to work reasonable even with fonts that don't have
  24122. the standard character set, e.g. foreign fonts, Greek letters or
  24123. mathematical symbols.  PutChar runs on every Amiga, but it takes also
  24124. advantage of the power of some libraries and Kickstart 2.0.
  24125.  
  24126. Author: Urs Fleisch
  24127. Path: util/PutChar-2.1.lha
  24128.  
  24129. ==========
  24130.  
  24131. QDisk    2.11    WorkBench utility to monitor space usage
  24132.  
  24133. A WorkBench utility that will monitor the space usage of any mounted
  24134. AMIGA DOS volume, like your hard drive or your floppy drive.  QDisk
  24135. will also notify you if a volume becomes too full.  Comes with a
  24136. preference editor to customize QDisk to your needs.
  24137.  
  24138. Author: Norman Baccari
  24139. Path: util/QDisk-2.11.lha
  24140.  
  24141. ==========
  24142.  
  24143. QuickTools    1.1    CD & find file/dirs quickly via database
  24144.  
  24145. QuickTools is the tool-package for the harddisk-owner who is tired of
  24146. writing long pathnames when changing directories and who doesn't have the
  24147. time to search for files manually. QuickTools consists mainly of four small
  24148. utilities and a library where the search-routines are. All search-routines
  24149. support standard AmigaDOS wildcards. 
  24150.  
  24151. The utilites are: 
  24152.  
  24153. Qcd: Change directory by only writing enough of the directory name to
  24154. identify it. The directory can be anywhere on the harddisk.
  24155.  
  24156. QFind: Search for files.
  24157.  
  24158. QPop: A commodity for file and directory searching.
  24159.  
  24160. QMan A documentation finding utility using the database to locate the
  24161. documentation file for a specified program.
  24162.  
  24163. Author: Eivind Nordseth
  24164. Path: util/QTools-1.1.lha
  24165.  
  24166. ==========
  24167.  
  24168. Quip    0.07e    Fortune Cookie Program From Hell
  24169.  
  24170. "The Fortune Cookie Program From Hell", or quite simply, the most flexible
  24171. fortune cookie program ever created on any platform.  It even has its own
  24172. scripting 'language' (QuipScript).  Documentation in both ASCII and Guide
  24173. formats.  Requires OS 2.04+.
  24174.  
  24175. Author: Joseph Edwards Van Riper III
  24176. Path: util/Quip-0.07e.lha
  24177.  
  24178. ==========
  24179.  
  24180. rand    1.00    Selects nearly anything at random
  24181.  
  24182. Rand executes a command that contains text randomly chosen from a
  24183. file.  This text may be a file name, a program name, an argument
  24184. list, a sentence, or whatever.  Rand is useful for selecting random
  24185. backdrops, blankers, patterns, pointers, and other things during
  24186. boot up.  It can also be put to other uses, such as selecting
  24187. taglines.
  24188.  
  24189. Author: Fergus Duniho
  24190. Path: util/rand-1.00.lha
  24191.  
  24192. ==========
  24193.  
  24194. RandomPic    1.0    Changes Workbench pattern at each boot
  24195.  
  24196. This utility can change the Workbench 
  24197. backdrop picture (pattern) randomly 
  24198. at eatch boot
  24199.  
  24200. Author: Pierre-Yves Guignard
  24201. Path: util/RandomPic-1.0.lha
  24202.  
  24203. ==========
  24204.  
  24205. RandomX    1.1    Creates very random numbers
  24206.  
  24207. This utility creates a random number within the specified range
  24208. (e.g between 1000 and 25312 or 1.001 and 2.321).  It uses several
  24209. sources to create the random number.  This utility can be used in
  24210. startup-sequences on amigas without clocks and it will produce a
  24211. different number every time.
  24212.  
  24213. Author: Andrew Leppard
  24214. Path: util/RandomX-1.1.lha
  24215.  
  24216. ==========
  24217.  
  24218. Recall    2.3    Utility to help you remember events
  24219.  
  24220.   A program to keep track of birthdays, anniversaries and other important
  24221.   events. It is an easy-to-use, intuition-based utility for the absent-
  24222.   minded!
  24223.  
  24224.  
  24225.  FEATURES
  24226.  
  24227.  - keeps track of the remaining days to important events
  24228.  - keeps track of the days since important events happened
  24229.  - automatically start programs depending on the date and time
  24230.  - be reminded every # day (e.g. every 14th day)
  24231.  - be reminded # days before or after the event
  24232.  - be reminded once a day, every time you boot, before or after a certain
  24233.    date, before or after a certain hour or minute
  24234.  - be reminded about events until you acknowledge them
  24235.  - be reminded with requesters, alerts or practically anything that can be
  24236.    displayed on an Amiga-monitor
  24237.  - display unlimited lines of text in the same requester/alert (only
  24238.    limited by the screen's resolution and memory)
  24239.  - group different events in the same requester or alert
  24240.  - keep a simple database of the birthdays of family and friends
  24241.  - let your Amiga keep track of how old people are by insterting the date
  24242.    of birth in the middle of the string where you want to display the age
  24243.    (i.e. the text "Adam is {080570} years old today" will be displayed as
  24244.    "Adam is 23 years old today".)
  24245.  - make advanced events which are displayed for example after 21:00 every
  24246.    3rd day the first 7 days of every 2nd month the next 4 years
  24247.  - combine all of the attributes mentioned above in the same event
  24248.  - enter these events in an easy-to-use environment and without the need of
  24249.    programming-knowledge, just by entering the desired text and pressing a
  24250.    few buttons
  24251.  
  24252. NEW FEATURES
  24253.  
  24254.  - Suomi catalogs included.
  24255.  
  24256.  - Various bug fixes.
  24257.    (Among them, some bugs which caused gurus on some machines).
  24258.  
  24259. Author: Ketil Hunn
  24260. Path: util/Recall-2.3.lha
  24261.  
  24262. ==========
  24263.  
  24264. Remind    1.41    Reminds you of important dates.
  24265.  
  24266.   Calender programs are plentiful for the Amiga, you can always find another
  24267. program sitting on a board which tells you what you are doing today. However
  24268. I feel none of the programs I have tried actually are useful and easy to
  24269. read.
  24270.  
  24271.   The good thing about remind is that it contains all the information in one
  24272. window, including what you need to do today, what you need to do within
  24273. several days, and what you have to do for the rest of the year. The user
  24274. interface has been remarked on by several people for its clarity.
  24275.  
  24276.   Its compact, completely configurable (well nearly), and its free.
  24277.   Completely and utterly free, all I ask is that you send me some e-mail to
  24278. say that you are using the program.
  24279.  
  24280. Author: Richard Ambridge
  24281. Path: util/Remind-1.41.lha
  24282.  
  24283. ==========
  24284.  
  24285. Reminder    5.9    A nice reminder utility
  24286.  
  24287. Reminder keeps an eye on a list of messages and commands, which the
  24288. user (you) wants to be shown and/or executed at a specific time or
  24289. time intervals.  Any or all of the timeparameters can be wildcards.
  24290. Once every minute the list is checked, and if a match between the
  24291. systemclock and a time specification is found a window will pop up,
  24292. and the message(s) will be shown and/or the command(s) will be
  24293. executed.
  24294.  
  24295. Because Reminder is supposed to run as a backgroundprocess, it is
  24296. designed to be memory efficient and use as little CPU time as possible.
  24297. Should you however be the owner of an unexpanded A500, or for any other
  24298. reason NOT want the program to run continuous, it is possible to make it
  24299. show all messages for today at once, and then die (when using this
  24300. option no commands will be executed).
  24301.  
  24302. Author: Ebbe Holleris Petersen
  24303. Path: util/Reminder-5.9.lha
  24304.  
  24305. ==========
  24306.  
  24307. Reminder    6.0    A nice reminder utility
  24308.  
  24309. Reminder keeps an eye on a list of messages and commands, which the
  24310. user (you) wants to be shown and/or executed at a specific time or
  24311. time intervals.  Any or all of the timeparameters can be wildcards.
  24312. Once every minute the list is checked, and if a match between the
  24313. systemclock and a time specification is found a window will pop up,
  24314. and the message(s) will be shown and/or the command(s) will be
  24315. executed.
  24316.  
  24317. Because Reminder is supposed to run as a backgroundprocess, it is
  24318. designed to be memory efficient and use as little CPU time as possible.
  24319. Should you however be the owner of an unexpanded A500, or for any other
  24320. reason NOT want the program to run continuous, it is possible to make it
  24321. show all messages for today at once, and then die (when using this
  24322. option no commands will be executed).
  24323.  
  24324. Author: Ebbe Holleris Petersen
  24325. Path: util/Reminder-6.0.lha
  24326.  
  24327. ==========
  24328.  
  24329. RemindMe    1.0    Events reminder
  24330.  
  24331. A simple events reminder. Reads the events from a file and checks if the
  24332. user should be notified. Weekly, monthly, yearly and unique events are
  24333. possible.
  24334.  
  24335. Author: Marcus J. Stratmann
  24336. Path: util/RemindMe-1.0.lha
  24337.  
  24338. ==========
  24339.  
  24340. ReNum    2.1    Changes the names of sequences of files
  24341.  
  24342. ReNum is a utility that changes the names of sequences of files. ReNum
  24343. is aimed at helping animators that wishes to transfer files, say from
  24344. Real3d to DPaint. Real3d calls IFF-files generated as an anim something
  24345. like this: Pic0, Pic1, ... (from now on called "Dynamic format"), while
  24346. DPaint wants multiple IFF-files to build an animation, to be in alpha-
  24347. betical order, often meaning you have to rename your pictures to Pic000,
  24348. Pic001, and so on ("Fixed format"). This can be very tedious, especially
  24349. if you have a hundred or more pictures. No more of that, because that's
  24350. exactly what ReNum does! ReNum can also convert files from Fixed to
  24351. Dynamic.
  24352.  
  24353. ReNum is also capable of changing the names (and not the framenumbers)
  24354. or the numbering of a sequence.
  24355.  
  24356. Author: Emil Åström
  24357. Path: util/ReNum-2.1.lha
  24358.  
  24359. ==========
  24360.  
  24361. ReqASK    1.0    Mouse driven replacement for "ask" cmd.
  24362.  
  24363. A powerful mouse-driven replacement for the shell command ASK.  ReqASK
  24364. gives you a large palette of features to customize to fit your needs, by
  24365. allowing you use ReqTools requesters from scripts.  Aside from the normal
  24366. features known from other requester ask commands such as body text,
  24367. gadgets, font and similar things, ReqASK offers you two unique special
  24368. features: Timeout (your requester will close automatically when the time
  24369. limit expires) and IDCMP (requester can close on IDCMP events such as
  24370. DISKINSERTED and DISKREMOVED).
  24371.  
  24372. Author: Marc Heuler
  24373. Path: util/ReqASK-1.0.lha
  24374.  
  24375. ==========
  24376.  
  24377. ReqChange    3.5    Makes system use Reqtools requesters
  24378.  
  24379.   ReqChange is a program that patches Intuition, ASL, ARP and REQ to use
  24380. the ReqTools requesters instead. It also adds a couple of extra features,
  24381. like an AssignWedge, the possibility to send ARexx-commands when a patched
  24382. requester appears, and several options to configure how the patches should
  24383. behave.
  24384.  
  24385. Author: Magnus Holmgren
  24386. Path: util/ReqChange-3.5.lha
  24387.  
  24388. ==========
  24389.  
  24390. ReqTools    2.2c    Very useful shared requester library
  24391.  
  24392. A standard Amiga shared runtime library which makes it a lot quicker
  24393. and easier to build standard requesters into your programs.  Designed
  24394. with CBM's style guidelines in mind, so that the resulting requesters
  24395. have the look and feel of AmigaDOS 2.0.  Includes a demo and glue/demo
  24396. sources.
  24397.  
  24398. Author: Nico Francois
  24399. Path: util/ReqTools-2.2c.lha
  24400.  
  24401. ==========
  24402.  
  24403. Request    2.03    A sophisticated replacement for ASK
  24404.  
  24405. Request opens an rtEZRequest() of the reqtools.library with
  24406. user text and gadgets.  Designed for use in script files.
  24407. A (very :-) sophisticated replacement for ask.
  24408.  
  24409. Author: Stefan Sticht, Goncalves A. Georges
  24410. Path: util/Request-2.03.lha
  24411.  
  24412. ==========
  24413.  
  24414. Retire    1.0    Removes entries from s:user-startup.
  24415.  
  24416. Retire removes entries of applications from the s:user-startup file without using the installer.
  24417. It is useful in shell scripts to uninstall applications.
  24418. Retire removes the lines from BEGIN to END of the application entry and following empty lines if any.
  24419.  
  24420. Author: Ralf Gruner
  24421. Path: util/Retire-1.0.lha
  24422.  
  24423. ==========
  24424.  
  24425. RexxDosSupport    2.3    ARexx function lib for V37+ dos functs.
  24426.  
  24427. ARexx function library for accessing Dos V37+ functions.
  24428.    · ReadArgs()
  24429.    · GetVar(), SetVar(), DeleteVar()
  24430.    · ParsePattern(), MatchPattern() - even case-insensitive
  24431.    · Fault()
  24432. V2.1 implements some more functions:
  24433.    · Delete(), Rename(), MakeDir()
  24434.    · SetComment(), SetProtection()
  24435.  
  24436. Author: hartmut Goebel
  24437. Path: util/RexxDosSupport-2.3.lha
  24438.  
  24439. ==========
  24440.  
  24441. RexxSkeleton    2.4    Create ARexx intuition skeleton
  24442.  
  24443. This program could save you many hours of programming and
  24444. makes ARexx intuition related to your scripts real fun - just
  24445. press one or two buttons and a full ARexx intuition skeleton
  24446. is ready by your hand.
  24447.  
  24448. Rexx Window Skeleton is dedicated to RexxArpLib.library 3.3
  24449. by W.G.J. Langeveld - which gives a nice ARexx intuition interface
  24450. that looks like OS2/3 and works like c intuition programming.
  24451.  
  24452. This program intuition is made as clear & clean as possible
  24453. with only one window - I like a nice clean layout - Isn't frustrating
  24454. with all these programs with lots of windows.
  24455.  
  24456. Author: Kåre Johansson
  24457. Path: util/RexxSkeleton-2.4.lha
  24458.  
  24459. ==========
  24460.  
  24461. RO    0.81    A MUI-Based FileManager
  24462.  
  24463. RO  is a new Intuition-controlled, fully user-configurable file manager for
  24464. OS  2.04  and newer.  RO's mighty features will assist and help you on your
  24465. daily  work  with  your  Amiga.   With  RO  there is no need to learn those
  24466. cryptic  shell  commands, because you have the complete power of your Amiga
  24467. in  one  hand.
  24468. Due to the usage of MUI you are able to configure the look and feel of this
  24469. tool  as  you like it.  MUI is the Magic User Interface developed by Stefan
  24470. Stuntz  which should be installed on every Amiga.  It is an object oriented
  24471. system  to  create  and  maintain  graphical user interfaces.  Users of MUI
  24472. based  applications  have  the ability to customize nearly every pixel of a
  24473. programs interface according to their personal taste.
  24474.  
  24475. Author: Oliver Rummeyer
  24476. Path: util/RO-0.81.lha
  24477.  
  24478. ==========
  24479.  
  24480. RSys    1.3    Very comprehensive system monitor
  24481.  
  24482. Very comprehensive system monitor.  Provides information on just about
  24483. everything you could possibly want information on! (Plus some...)
  24484. Documentation in German, but program speaks english.  Version 1.3,
  24485. includes source.
  24486.  
  24487. Author: Rolf Böhme
  24488. Path: util/RSys-1.3.lha
  24489.  
  24490. ==========
  24491.  
  24492. RunLame    1.34    A smart degrader for stupid programs.
  24493.  
  24494. A smart degrader, more lame programs work, fixes the following lame coding:
  24495. not considering caches; not considering the location of the vbr; assuming
  24496. screenmode is an old chipset mode; assuming sprite resolution is lores;
  24497. turning off sprite DMA in the wrong way.  Comes with a GUI and lots of
  24498. user-friendly features.  Also includes RunLameInfiltrator, which enables
  24499. you to permanently fix lame programs.  Has passed an extremely careful
  24500. beta-testing.
  24501.  
  24502. Author: Bilbo the first
  24503. Path: util/RunLame-1.34.lha
  24504.  
  24505. ==========
  24506.  
  24507. RunList    1.2    Commodity lauches commonly used programs
  24508.  
  24509. RunList is a commodity to lauch commonly used programs. When activated,
  24510. a user defined list of commands is displayed, any one of which can be
  24511. activated by clicking on a gadget or by pressing a function key. If
  24512. required, RunList can also add an item to the Workbench 'Tools' menu to
  24513. activate RunList.
  24514.  
  24515. Author: David Kinder
  24516. Path: util/RunList-Kinder-1.2.lha
  24517.  
  24518. ==========
  24519.  
  24520. RunList2    2    Commodity to run programs from a list.
  24521.  
  24522. RListN, RListB and RListS are small tools helping to run
  24523. programs. They are all the same, differ only by size in order to
  24524. meet ones need.
  24525.  
  24526. Author: Heinz Reinert
  24527. Path: util/RunList2-2.lha
  24528.  
  24529. ==========
  24530.  
  24531. RushDemo2    37.5370    Full-featured directory utility demo
  24532.  
  24533. Demo version of a fast, full-featured directory utility for
  24534. AmigaDOS 2.0 or greater.  It allows files and directories
  24535. to be manipulated quickly and easily.  Rush uses features
  24536. of AmigaDOS 2.0, 2.1, and 3.0, and follows the Amiga User
  24537. Interface Style Guide.  Some features: Easy to edit ASCII
  24538. config files; Online AmigaGuide® help; Automatic archive
  24539. format recognition for archive extracting and listing.
  24540. Automatic format recognition when double clicking on files;
  24541. Can open in any 2.0, 2.1, 3.0, or beyond screen mode, in
  24542. any available depth; Public screen support; Enforcer and
  24543. Mungwall tested!!!; Iconifies to AppIcon; Rush is also an
  24544. AppWindow; User selectable fonts; Uses ASL file and font
  24545. requester; Rush is built as a shared library so only one
  24546. copy of the code is in memory, even if multiple copies of
  24547. Rush are running; Multiple Assign support; Uses memory
  24548. pools to reduce fragmentation and increase speed; Locale
  24549. support; Plus much more!
  24550.  
  24551. Author: Douglas Keller
  24552. Path: util/RushDemo2-37.5370.lha
  24553.  
  24554. ==========
  24555.  
  24556. S-Pack    1.1    Archiver w/multivol, selfextract, & more
  24557.  
  24558. One program for all your file-packing requirements including
  24559. HD-backup, archiving, data transfer.
  24560. Unbeatable compression, self-unpacking, multi-volume packs.
  24561. Needs no special libraries or handlers.
  24562.  
  24563. Author: Chas A.Wyndham.
  24564. Path: util/S-Pack-1.1.lha
  24565.  
  24566. ==========
  24567.  
  24568. SASC_GoldED    1.1    Embeds GoldED into SAS/C(++) Environment
  24569.  
  24570. Two AREXX scripts for embedding GoldED into the SAS/C(++)
  24571. environment. The first invokes SMAKE or SC from within
  24572. GOLDED and collects the errors and warnings using SCMSG. 
  24573. The second script is executed when someone clicks on an 
  24574. error/warning in the SCMSG window and positionates the 
  24575. cursor on the line with the error. When the file in which 
  24576. the selected error occured is not loaded into GoldED the
  24577. file is loaded in an new window before positionating the 
  24578. cursor.
  24579.  
  24580. Author: Roland Schwingel
  24581. Path: util/SASC_GoldED-1.1.lha
  24582.  
  24583. ==========
  24584.  
  24585. Scout    1.3    Tool to monitor computer system.
  24586.  
  24587.  
  24588. A tool that allows you to monitor your computer system. It displays
  24589. many different things - like tasks, ports, assigns, expansion boards,
  24590. resident commands, interrupts, etc. - and you can perform some 
  24591. certain actions on them.
  24592.  
  24593. For example you can freeze tasks, close windows and screens, release
  24594. semaphores or remove locks, ports and interrupts.
  24595.  
  24596. An implemented ARexx interface makes you these actions available, too.
  24597.  
  24598. Author: Andreas Gelhausen
  24599. Path: util/Scout-1.3.lha
  24600.  
  24601. ==========
  24602.  
  24603. Screen2IFF    1.03    Save front screen to IFF file w/hotkey
  24604.  
  24605. A commodity that enables you to save the frontmost Intuition screen by
  24606. pressing a hotkey.  English and French AmigaGuide docs provided.
  24607.  
  24608. Author: Frédéric DELACROIX
  24609. Path: util/Screen2IFF-1.03.lha
  24610.  
  24611. ==========
  24612.  
  24613. ScreenFool    2.7    public screen manager utility
  24614.  
  24615. ScreenFool is a utility for Amigas with Release 2 or later of the operating
  24616. system.  It allows you to work with so-called "Public" screens and thereby
  24617. enhance your productivity, by allowing Workbench screen (and other)
  24618. applications to use a different screen than the regular Workbench.
  24619.  
  24620. Author: Chris Lawrence
  24621. Path: util/ScreenFool-2.7.lha
  24622.  
  24623. ==========
  24624.  
  24625. ScreenTool    1.04    Switch between screens using hotkeys.
  24626.  
  24627. On the MS-DOS´en you have the keyboard shortcut CTRL-TAB to cycle
  24628. between the applications, and the CTRL-ESC shortcut to view all
  24629. running applications in a requester.
  24630.  
  24631. With ScreenTool you have the MS-Windows CTRL-ESC function on your
  24632. Amiga.  You get a requester with all available screens - so you have a
  24633. tool to handle comfortable all open screens.
  24634.  
  24635. ScreenTool is not a Commodity, because it is very small - and so it is
  24636. fast enough by starting from the disk.  By activating with FKey you
  24637. can start a lot of tools with the keyboard, without using any
  24638. additional RAM.
  24639.  
  24640. So ScreenTool will save your CPU and RAM!
  24641.  
  24642. Author: Klaus Muckenhuber
  24643. Path: util/ScreenTool-1.04.lha
  24644.  
  24645. ==========
  24646.  
  24647. Set040    2.41    68040 MMU map and cache control program.
  24648.  
  24649. A 68040 MMU Mapping & Cache Control program.  The program is now fully
  24650. capable of surviving a reboot on a KICKROM setup.  It is able to trap
  24651. attempted writes to kickstart, and completely recover and prevent the
  24652. software failure.  The various help and info options are now much easier to
  24653. remember and understand, and are also much more informative.
  24654.  
  24655. Author: Nic Wilson
  24656. Path: util/Set040-2.41.lha
  24657.  
  24658. ==========
  24659.  
  24660. Set_Icon    ?.?    AppIcon for mass icon manipulation
  24661.  
  24662. A WorkBench AppIcon with the following functions:
  24663.  
  24664.   1.  The program creates an appicon on to which you drop your icon,
  24665.       if there isn't an existing .info file a new one will be created,
  24666.       otherwise all the information from the old icon will be copied
  24667.       to the new one (e.g tooltypes, stacksize and so on).  You can do
  24668.       more than one icon at a time using the shift drag method.
  24669.  
  24670.  2.  The program will copy the image from the first icon to all the
  24671.      others, if any of the files do not have a .info file, one will
  24672.      be created.
  24673.  
  24674.  3.  The program will copy the Tool Types and (Tool) from the first icon
  24675.      to all the others, if any of the files do not have a .info file, one
  24676.      will be created.
  24677.  
  24678.  4.  The program will remove the .info files of the selected files.
  24679.  
  24680. Author: Kev Crate
  24681. Path: util/Set_Icon.lha
  24682.  
  24683. ==========
  24684.  
  24685. ShowFont    1.1    Versatile Font-viewing utility
  24686.  
  24687. Show your available fonts in a comfortable way.  Features: Shows bitmapped
  24688. and Compugraphic®-outline fonts; Easy selection of fonts outside the fonts:
  24689. drawer; Shows colored fonts in their "natural" colors; Presents fonts in
  24690. all screen modes.  The surface changes its size automatically to fit on the
  24691. screen.  You are also able to open ShowFont on the Workbench or on a public
  24692. screen; You have the choice to look at all drawable chars, at the string
  24693. you have saved in the preferences file, or at the chars you are typing in a
  24694. gadget; Additional information about height, width, number of bitplanes and
  24695. proportional fonts is given; Fonts can be presented normally, italically,
  24696. bold or underlined; plus much more...  First public release.  Binary only.
  24697.  
  24698. Author: Uwe Schilling
  24699. Path: util/ShowFont-1.1.lha
  24700.  
  24701. ==========
  24702.  
  24703. Shrub    1.4    Creates dir listings in a "tree" format.
  24704.  
  24705.   So what the hell is Shrub you ask? A datatbase of all available plants in 
  24706. the UK - No. A nifty program that hepls you maintain the temperatures that
  24707. plant seeds need to germinate - I don't think so. Shrub creates directory
  24708. listings in a "tree" format.
  24709.  
  24710.   If you have used the "Tree" command of MSDOS then you'll know what I'm on
  24711. about. Otherwise here goes an explanation : You select a drawer, every file
  24712. within this drawer is displayed in a list, if there are other drawers in this
  24713. directory then they too will have their contents displayed, and so on. The
  24714. output in the list is formated so that it is easy to understand. Eg:
  24715.  
  24716.   File1
  24717.   File2
  24718.   Dir1
  24719.     File1.1
  24720.     Dir1.1
  24721.       File1.1.1
  24722.     File1.2
  24723.   File3
  24724.   File4
  24725.  
  24726. Author: Lee Kindness
  24727. Path: util/Shrub-1.4.lha
  24728.  
  24729. ==========
  24730.  
  24731. SIP    2.20    System Information Program - Monitor
  24732.  
  24733. A quick and reliable System Monitor for OS V2.04+ Users,
  24734. which includes a very intuitive GUI.
  24735. It looks very similar to one of the first and best programs in this
  24736. sector (we do not mention names here), but is FREEWARE, not Shareware.
  24737.  
  24738. Author: Andreas R. Kleinert
  24739. Path: util/SIP-2.20.lha
  24740.  
  24741. ==========
  24742.  
  24743. Size    1.0    Counts bytes in the specified directory
  24744.  
  24745. If you want to copy a whole directory, and you do not know how much
  24746. files or bytes are located in this directory, this shell command 
  24747. will help you. It counts bytes, directries, blocks and links. The
  24748. actual size of the directory will also be counted.
  24749.  
  24750. Author: Markus Hillenbrand
  24751. Path: util/Size-1.0.lha
  24752.  
  24753. ==========
  24754.  
  24755. SkoEd    1.14    A Programmer's Editor Revisited.
  24756.  
  24757.   Well, when I got my Amiga I found that there were no editors around that I
  24758. really liked.  Some were good and did quite a lot but they were not me.  So I
  24759. wrote SkoEd which is in may ways my personal preference.  SkoEd is by no means
  24760. the begin and end all of Editors; there are a number of areas which need
  24761. improving.  It is however at a stage that I feel can be released to the Amiga
  24762. community.
  24763.  
  24764. FEATURES
  24765.  
  24766.  
  24767.   Here is a list of what SkoEd can do.
  24768.  
  24769.     - Remaps keystrokes to commands.
  24770.     - Customisable.
  24771.     - Multiple Files.
  24772.     - Multiple Views of files.
  24773.     - Clones the WorkBench Screen and WorkBench Screen text font.
  24774.     - Set own Screen and Font.
  24775.     - Reads,Writes and Converts IBM format files.
  24776.     - A FAST Find/Replace.
  24777.     - Column Blocks.
  24778.     - Clipboard support.
  24779.     - AutoSave after time limit expires.
  24780.     - Folding.
  24781.     - Match {([])}.
  24782.     - Count number of braces {} in a file.
  24783.     - Word Completion. (I like this one :-)
  24784.     - Zoom/Explode of Views.
  24785.     - Memory file to remember files previously loaded and cursor location.
  24786.     - Unlimited Marks to allow you to go instantly to a marked location.
  24787.     - Undelete n Deletes. (n is setable)
  24788.     - Iconify.
  24789.     - Script file bit is handled correctly (and is settable).
  24790.     - AREXX
  24791.     - User Configurable Gadget Strip
  24792.     - And other, less obvious functions.
  24793.  
  24794.   Here are the areas I wish to improve.
  24795.     - A full macro language. (although with Arexx do I need this?)
  24796.     - A full Undo as opposed to Undelete (and Redo).
  24797.     - Repeat command.
  24798.     - Allow user to create own menu strips.
  24799.  
  24800. Author: David McPaul
  24801. Path: util/SkoEd-1.14.lha
  24802.  
  24803. ==========
  24804.  
  24805. SMenu    1.0    Powerful and fast-working screenselector
  24806.  
  24807. SMenu is a screenselector with several nice features.
  24808.    o It is a Commodity.
  24809.    o It works fast, because the list of screens can be accessed with a
  24810.      simple mouseclick or a hotkey.
  24811.    o The configuration is done in a GUI.
  24812.    o Full keyboard support.
  24813.    o It is possible to define a hotkey for each screen.
  24814.    o ARexx support.
  24815.  
  24816. Author: Jon Anders Haugum
  24817. Path: util/SMenu-1.0.lha
  24818.  
  24819. ==========
  24820.  
  24821. SnoopDos    3.0    System and application monitor
  24822.  
  24823. SnoopDos 
  24824. SnoopDos is a utility that allows you to monitor a variety of system
  24825. operations carried out by programs on your Amiga. This includes what
  24826. files a program is trying to open, what fonts, libraries, devices and
  24827. environment variables it is looking for, and so on.
  24828.  
  24829. This is very useful if you are trying to figure out why a certain
  24830. application won't work properly. Usually, it's because the application
  24831. can't find a certain configuration file, library or device.
  24832.  
  24833. This version has many new features not present in version 1.7. Among
  24834. the most important are a full GUI, support for many new functions,
  24835. support for monitoring programs compiled with GNU C, and a packet
  24836. debugger for programmers.
  24837.  
  24838. Author: Eddy Carroll
  24839. Path: util/SnoopDos-3.0.lha
  24840.  
  24841. ==========
  24842.  
  24843. Snoopy    2.0    Monitor calls to library/devs/resources
  24844.  
  24845. Enables you to monitor library function calls of any library you wish.
  24846. The idea of course came from SnoopDos by Eddy Carroll, but Snoopy is
  24847. different in approach and purpose.  Snoopy has no specific patches for
  24848. specific functions.  It is an all-purpose tool to monitor *ANY* library
  24849. call in *ANY* system library.  Now allows you to also monitor *ANY*
  24850. device and *ANY* resource!
  24851.  
  24852. Author: Gerson Kurz
  24853. Path: util/Snoopy-2.0.lha
  24854.  
  24855. ==========
  24856.  
  24857. Sort    1.34    Sorts ASCII-Files, many features
  24858.  
  24859. A cli-based text file sort utility.  Includes options for:
  24860. Ascending/descending sort; Limiting sort to a range of lines;
  24861. Case-sensitivity; Delete empty lines; Delete multiple occurences
  24862. of same line; Overwrite input file; Sort and write file in reverse
  24863. order of input; Join files and sort. Includes both English and
  24864. German binaries.
  24865.  
  24866. Author: Rüdiger Werner
  24867. Path: util/Sort-1.34.lha
  24868.  
  24869. ==========
  24870.  
  24871. Sort    1.36    Sorts ASCII-Files, many features
  24872.  
  24873. A cli-based text file sort utility.  Includes options for:
  24874. Ascending/descending sort; Limiting sort to a range of lines;
  24875. Case-sensitivity; Delete empty lines; Delete multiple occurences
  24876. of same line; Overwrite input file; Sort and write file in reverse
  24877. order of input; Join files and sort. Includes both English and
  24878. German binaries.
  24879.  
  24880. Author: Rüdiger Werner
  24881. Path: util/Sort-1.36.lha
  24882.  
  24883. ==========
  24884.  
  24885. SpeakTimeCX    1.2    Have the system time spoken by hotkey
  24886.  
  24887. A simple commodity, that once activated, will allow you to have the
  24888. system time spoken through the narrator.device at the touch of a hotkey.
  24889.  
  24890. Author: Gary Walker
  24891. Path: util/SpeakTimeCX-1.2.lha
  24892.  
  24893. ==========
  24894.  
  24895. Splitter    1.21    Split any file into several files.
  24896.  
  24897. Can split any file into a given number of files with equal size or several
  24898. files with given size and can join those automatically to the original file
  24899. again.  Works now with MS-DOS computers.  Binaries for amiga, MS-DOS and
  24900. SUN sparc included.
  24901.  
  24902. Author: Martin Schlodder
  24903. Path: util/Splitter-1.21.lha
  24904.  
  24905. ==========
  24906.  
  24907. Sploin    1.79    Powerful file splitter/joiner. UNIX comp
  24908.  
  24909. Sploin is a highly configurable file splitter and joiner. Can extract any
  24910. number of bytes from anywhere in a file, separate a file in two (with header
  24911. skiping), split a file in smaller ones (specifying the number of chunks or the
  24912. size of each) with optional auto-truncation to MS-DOS 8.3 chars limitation,
  24913. and joining with various ways of specifying the files. The major feature is
  24914. it's ability to split a big file into smaller ones, and then automatically
  24915. joining them together later. Can be compiled on practically all UNIX and VMS
  24916. systems (thus ideal for bringing home huge archives freshly FTPed).
  24917.  
  24918. Author: Yves Perrenoud
  24919. Path: util/Sploin-1.79.lha
  24920.  
  24921. ==========
  24922.  
  24923. SSearch    1.3    Fast replacement for AmigaDOS 'search'
  24924.  
  24925. Does nearly the same thing as the AmigaDOS's search command but faster.
  24926. Example: searching for "foobar" in the C= Autodocs (plus some other
  24927. Autodocs, 82 files, 1937 KBytes) requires 73 seconds with search and
  24928. 15 seconds with ssearch on the author's machine (A3000/030-25).  SSearch
  24929. has two additional features compared to search:  you can search case
  24930. sensitive, which is even faster than case insensitive, and you can switch
  24931. off printing of file names.
  24932.  
  24933. Author: Stefan Sticht
  24934. Path: util/SSearch-1.3.lha
  24935.  
  24936. ==========
  24937.  
  24938. SSearch    1.4    Fast replacement for AmigaDOS 'search'
  24939.  
  24940. Does nearly the same thing as the AmigaDOS's search command but faster.
  24941. Example: searching for "foobar" in the C= Autodocs (plus some other
  24942. Autodocs, 82 files, 1937 KBytes) requires 73 seconds with search and
  24943. 15 seconds with ssearch on the author's machine (A3000/030-25).  SSearch
  24944. has two additional features compared to search:  you can search case
  24945. sensitive, which is even faster than case insensitive, and you can switch
  24946. off printing of file names.
  24947.  
  24948. Author: Stefan Sticht
  24949. Path: util/SSearch-1.4.lha
  24950.  
  24951. ==========
  24952.  
  24953. SSLib    5.103    Shared library of support functions
  24954.  
  24955. A shared library containing functions for:
  24956.  
  24957.   * Program startup and exit
  24958.   * Miscellaneous services
  24959.   * General tracking services
  24960.   * Special tracking services
  24961.   * File operations
  24962.   * Hashed trees
  24963.   * Filename manipulation
  24964.   * Next generation of names ...
  24965.   * Private functions allowing SS extensions
  24966.   * Memory allocation with pools
  24967.   * Sorting and misc
  24968.   * Buffered I/O
  24969.   * ...And some additional services
  24970.  
  24971. Author: Martin Mares
  24972. Path: util/SSLib-5.103.lha
  24973.  
  24974. ==========
  24975.  
  24976. SSplit    1.3    Split large files in smaller ones
  24977.  
  24978. A small utility that allows you to split one big file into several small
  24979. files.  Useful for splitting up large files for transporting or storing
  24980. on floppies.  Includes templates to split files to the exact size for
  24981. storing on OFS, FFS, and low and high density MSDOS disks.
  24982.  
  24983. Author: Stefan Sticht
  24984. Path: util/SSplit-1.3.lha
  24985.  
  24986. ==========
  24987.  
  24988. StarBlank    3.1    Screen blanker shows moving stars
  24989.  
  24990. Screen blanker commodity that shows a moving
  24991. star field.  Features user definable timeout,
  24992. hot keys, and an insty-blank hot key.  Based
  24993. upon Leo Schwab's "stars" screen hack.
  24994.  
  24995. Author: Brian Neal
  24996. Path: util/StarBlank-3.1.lha
  24997.  
  24998. ==========
  24999.  
  25000. StartUp-Menu    1.39    Customizable startup utility
  25001.  
  25002. A menu which allows you to choose between various options at
  25003. startup. Features: ARexx support; screen database support;
  25004. unlimited number of buttons/choices; can show a file in the
  25005. menu backgroud; public screen support; any font on the menu;
  25006. can scroll phrases along the bottom of the menu; the menu
  25007. can have any palette; menu can pop up only if certain 
  25008. qualifiers are pressed (eg. Mouse buttons); can show free
  25009. RAM and time and can can also alter system settings (disable
  25010. drive clicking, enable * as a wildcard and public screen
  25011. flags).
  25012.  
  25013. Author: Lee Kindness
  25014. Path: util/StartUp-Menu-1.39.lha
  25015.  
  25016. ==========
  25017.  
  25018. StartWindow    2    Small tool helping to run programs.
  25019.  
  25020. StartWindow2 is a small tool helping to run programs. It is the
  25021. update of StartWindow1.1
  25022.  
  25023. Author: Heinz Reinert
  25024. Path: util/StartWindow-2.lha
  25025.  
  25026. ==========
  25027.  
  25028. Statis    1.24    Enhanced replacement for the STATUS cmd
  25029.  
  25030. STATIS is much like the STATUS command but has the following improvements;
  25031. STATIS tells you if a process has been run in the background by printing
  25032. the # flag in front of the process number; STATIS displays the result codes
  25033. of a process (if you specify the RC option); STATIS prints the arguments of
  25034. the command (if you specify the EXT option); STATIS allows for search of a
  25035. command by NAME, by ARGUMENTS, by both NAME and ARGUMENTS and also supports
  25036. PATTERN MATCHING!;  STATIS will show you the CURRENT IO of a command (if 
  25037. you specify the CIO option).
  25038.  
  25039. Author: Dominique Lorre
  25040. Path: util/Statis-1.24.lha
  25041.  
  25042. ==========
  25043.  
  25044. StickIt2    2.00    Computerized "PostIt Note" type reminder
  25045.  
  25046. StickIt2 is a replacement for the good ol' Post-It note. It allows
  25047. you to stick notes on your screen which will be displayed every time
  25048. you reboot; useful to remind you of things to do.
  25049.  
  25050.   StickIt version 2.00 supports the following features:
  25051.  
  25052.    * StickIt2 can have up to 100 notes in use at any time.
  25053.    * StickIt2's notes can be in any colour.
  25054.    * StickIt2's notes can use any font in any colour, size and style.
  25055.      Each note can have its own font.
  25056.    * StickIt2's notes are directly editable (like typing text into a
  25057.      word processor).
  25058.    * StickIt2's notes are resizable using a discrete hidden resize
  25059.      gadget.
  25060.    * StickIt2's notes can open on any public screen.
  25061.    * StickIt2 runs as a commodity.
  25062.    * StickIt2 uses the system clipboard.
  25063.    * StickIt2 can be run from either Workbench or the CLI with full
  25064.      tooltype support in both cases.
  25065.    * StickIt2 has a font sensitive GadTools interface designed with the
  25066.      excellent "The Designer". See Credits.
  25067.    * StickIt version 2.00 is only 7k larger than StickIt-1.03.
  25068.  
  25069.   The limits imposed by the program are:
  25070.  
  25071.    * The note may only contain 4k of text (just over 4,000 characters).
  25072.    * The title bar may only contain 128 characters of text.
  25073.  
  25074. Author: Andy Dean
  25075. Path: util/StickIt2-2.00.lha
  25076.  
  25077. ==========
  25078.  
  25079. SunWindows    2.0.030    A virtual screen/window manager
  25080.  
  25081. A virtual screen/window manager, which makes it a lot easier to
  25082. control windows on (virtual) public screens.  The whole screen with
  25083. its windows can be controlled via a little window which re-displays
  25084. the whole screen.  Lots of hotkeys offer you great control over
  25085. windows and screens.  Requires the reqtools.library (provided).
  25086.  
  25087. Author: Bernhard Scholz
  25088. Path: util/SunWindow-2.0.030.lha
  25089.  
  25090. ==========
  25091.  
  25092. SuperDark    2.1a    A very nice modular screen blanker
  25093.  
  25094. A screen blanker with some special features.  It is similar to the
  25095. AfterDark screen blanker in the PC and Mac worlds.  Features include a
  25096. lot of different screen effects via "modular" screen blankers, a
  25097. screen locker, and more.
  25098.  
  25099. Author: Thomas Landspurg
  25100. Path: util/SuperDark-2.1a.lha
  25101.  
  25102. ==========
  25103.  
  25104. SwazInfo    1.4    Replaces WorkBench information window
  25105.  
  25106. SwazInfo replaces WorkBench's icon information window while still
  25107. retaining all the information and options and provid- ing several
  25108. enhancements.  Features added in addition to normal Workbench
  25109. information are: AppWindow, support for MultiuserFileSystem,
  25110. configurable window font, commodities support, and ARexx support.
  25111.  
  25112. Author: David Swasbrook
  25113. Path: util/SwazInfo-1.4.lha
  25114.  
  25115. ==========
  25116.  
  25117. SysInfo    3.24    Gives comprehensive system information
  25118.  
  25119. A brand new release of this popular program.  It reports interesting
  25120. information about the configuration of your Amiga, including some
  25121. speed comparisons with other configurations, versions of the OS
  25122. software, and much more.  Binary only.
  25123.  
  25124. Author: Nic Wilson
  25125. Path: util/SysInfo-3.24.lha
  25126.  
  25127. ==========
  25128.  
  25129. Targa_dt    39.1    Datatype for Targa or TGA images
  25130.  
  25131. A datatype used for showing Targa image files.
  25132.  
  25133. New features:
  25134.  
  25135. - Added 15,16 bit support
  25136. - Added support for 8,15,16 and 32 bit colourmaps and for pictures
  25137.   without a colourmap
  25138. - Added support for interleaved pictures
  25139. - Added support for right to left pictures
  25140. - Fixed small problem with 15,16,24 and 32 bit pictures, that also have a
  25141.   colourmap
  25142. - Swapped some colours in the HAM palette, to give the pointer (almost) the
  25143.   standard Workbench colours
  25144.  
  25145. Author: Arthur Pijpers
  25146. Path: util/Targa_dt-39.1.lha
  25147.  
  25148. ==========
  25149.  
  25150. TAUI    ?.?    A Magic User Interface for your lharc.
  25151.  
  25152. TAUI is a short program that gives you
  25153. a Magic User Interface for your lharc.
  25154. TAUI uses MUI (the Magic User Interface),
  25155. (c) Stefan Stuntz.
  25156. (Though, Stefan, could you tell me why
  25157.  to install the 2.0 includes to get 
  25158.  the program run under MUI 2.0 ???)
  25159. It should work with your lharc, though I
  25160. have just tried lha yet. Every archives
  25161. action is configured thru Tooltypes, so
  25162. you can use any lharc.
  25163.  
  25164. Author: Jürgen Schober
  25165. Path: util/TAUI.lha
  25166.  
  25167. ==========
  25168.  
  25169. TauIcons    1.7    MagicWB style icons for Workbench
  25170.  
  25171. 8 color Workbench icons using the MagicWB palette and templates. Includes
  25172. well over hundred icons and dockicons. Documentation has detailed
  25173. installation instructions.
  25174.  
  25175. Author: Osma Ahvenlampi
  25176. Path: util/TauIcons-1.7.lha
  25177.  
  25178. ==========
  25179.  
  25180. TeleBASE    2.614    Phone/addr database w/caller id & print
  25181.  
  25182. TeleBASE is a database for addresses and phone numbers.  It will
  25183. dial your modem for you, print envelopes, labels, and phone lists.
  25184. TeleBASE will also receive Caller ID messages with the appropriate
  25185. hard/firmware.  A full featured ARexx port is also included.
  25186. WB2.0 Commodity.  Tested w/Supra's 32bis modems.
  25187.  
  25188. Author: Scott Rogerson
  25189. Path: util/TeleBASE-2.614.lha
  25190.  
  25191. ==========
  25192.  
  25193. TimeCalc    1.0    A timecode calculator for EBU/SMPTE.
  25194.  
  25195. Well, I never found a decent timecode calculator, so here is one that works
  25196. correctly (For me at any rate) with EBU and SMPTE timecodes (SMPTE
  25197. DropFrame is not currently supported).  It has clever string gadgets that
  25198. make timecode entry a breeze.  Timecode entry routines are part of the
  25199. "Diamond Edit" package which is a single frame recorder for the PAL
  25200. environment (soon for NTSC) that is a very powerful and cost effective
  25201. means of recording hires 24bit animations to video tape for playback at a
  25202. full frame rate (for professional VTRs only).  Requires OS2.x.
  25203.  
  25204. Author: Paul Huxham
  25205. Path: util/TimeCalc-1.0.lha
  25206.  
  25207. ==========
  25208.  
  25209. TimeEvent    1.0    Preference Editor v1.0 for cron programs
  25210.  
  25211. With the TimeEvent Preference Editor you can control the execution times
  25212. of a list of programs.  You can popup a requester to remind you of a
  25213. special date, start a backup every week or let your computer fetch your
  25214. email during the night, because of the lower rates.  As with the System
  25215. Preference Editors, there has to be an additional program to perform the
  25216. settings made with TimeEvent.  This program is called cron and it runs
  25217. in the background.  (not included!)
  25218.  
  25219. Author: Alexander Lazarevic
  25220. Path: util/TimeEvent-1.0.lha
  25221.  
  25222. ==========
  25223.  
  25224. TimeGuardian    1.1    Package to start events at certain times
  25225.  
  25226. TimeGuardian is a program package with which you can easily start
  25227. events, that have to be done at certain times or dates on your
  25228. computer. You also can write log files to disk, where you can see when
  25229. your computer was switched on.
  25230.  
  25231. Author: Gerri Körner
  25232. Path: util/TimeGuardian-1.1.lha
  25233.  
  25234. ==========
  25235.  
  25236. TimePlanner    1.0    Events reminder and/or program launcher.
  25237.  
  25238. A simple but handy scheduled events deamon. Sits in the
  25239. background and notifies you of pre-programmed events (de-
  25240. scribed in an ASCII config file); can also start batchfiles at
  25241. preset dates and/or times.
  25242.  
  25243. Author: Laurence Vanhelsuwé
  25244. Path: util/TimePlanner-1.0.lha
  25245.  
  25246. ==========
  25247.  
  25248. TM2Ascii    1.0    Translate ToolManager config to ASCII.
  25249.  
  25250. Have you ever tried to move your ToolManager-icons directory to another
  25251. place? Did you rename your Harddisk or get a bigger one? Did your index
  25252. finger get tired of endless clicking only to change the path of 42 icons?
  25253. The solution is TM2Ascii.  It will read a ToolManager configfile and
  25254. translate it to an ASCII (readable!) file.  Use your favorite editor to
  25255. globally change everything you want and then use TM2Ascii to change the
  25256. file back into ToolManger format.
  25257.  
  25258. Author: Michael Illgner
  25259. Path: util/TM2Ascii-1.0.lha
  25260.  
  25261. ==========
  25262.  
  25263. ToolsDaemon    2.1a    Run programs by selecting WB menu item.
  25264.  
  25265. Allows you to run programs simply by selecting a menu item from the menu
  25266. strip of Workbench 2.0.  Shell and Workbench programs are supported,
  25267. including arguments and tool types for both of these.  The menu items can
  25268. be arranged in several menus, with sub-items and keyboard shortcuts.
  25269.  
  25270. Author: Nico Francois
  25271. Path: util/ToolsDaemon-2.1a.lha
  25272.  
  25273. ==========
  25274.  
  25275. ToolType    3.2    Edit ToolTypes easily.
  25276.  
  25277. A program to make it easier to edit tooltypes in icons.  ToolType will
  25278. read the tooltypes from an icon file and let you use your favorite
  25279. text editor to change or add to the tooltypes.  ToolType can be run
  25280. from shell, Workbench, or set up as an appicon.  Includes an option to
  25281. sort the tooltypes alphabetically.
  25282.  
  25283. Author: Michael J Barsoom
  25284. Path: util/ToolType-3.2.lha
  25285.  
  25286. ==========
  25287.  
  25288. ToolType    3.3    Edit ToolTypes easily.
  25289.  
  25290. A program to make it easier to edit tooltypes in icons.  ToolType will
  25291. read the tooltypes from an icon file and let you use your favorite
  25292. text editor to change or add to the tooltypes.  ToolType can be run
  25293. from shell, Workbench, or set up as an appicon.  Includes an option to
  25294. sort the tooltypes alphabetically.
  25295.  
  25296. Author: Michael J Barsoom
  25297. Path: util/ToolType-3.3.lha
  25298.  
  25299. ==========
  25300.  
  25301. TPD    39.1    Datatype to read PCX files.
  25302.  
  25303. Tron's PCX DataType V39.1, TPD is a datatype for OS 3.0 or newer.  This
  25304. datatype enables your system to read PCX files.  PCX is an image file
  25305. format invented by the programmers of the program "PaintBrush" and one of
  25306. the most common image formats on MS-DOS computers.  With this datatype you
  25307. will be able to display such PCX files with "MultiView" or load them as
  25308. patterns or pictures with "WBPattern".
  25309.  
  25310. Author: Matthias Scheler
  25311. Path: util/TPD-39.1.lha
  25312.  
  25313. ==========
  25314.  
  25315. TPD    39.6    Tron's PCX DataType 39.6
  25316.  
  25317. This datatypes enables your system to read PCX files.  PCX is an image
  25318. file format invented by the programmers of the program "PaintBrush" and
  25319. one of the most common image formats on MS-DOS computers.  With this
  25320. datatype you will be able to display such PCX files with "MultiView" or
  25321. load them as patterns or pictures with "WBPattern".
  25322.  
  25323. Author: Matthias Scheler
  25324. Path: util/TPD-39.6.lha
  25325.  
  25326. ==========
  25327.  
  25328. true    1.0    Simple versions of "true" and "false"
  25329.  
  25330. Trivially simple versions of "true" and "false" UNIX
  25331. like shell commands, for cases where the shell in use
  25332. has no equivalent builtin command.
  25333.  
  25334. Author: Fred Fish
  25335. Path: util/true-1.0.lha
  25336.  
  25337. ==========
  25338.  
  25339. Type1    1.4    PostScript font engine
  25340.  
  25341.  
  25342. Postscript Type1 fonts on the Amiga - (at last!)
  25343.  
  25344. The files in this distribution implement a Postscript Type1 font
  25345. engine for the Amiga.  It is designed as a shared library that
  25346. does for type1 fonts what 'bullet.library' does for compugraphic
  25347. fonts.  In addition, a program 't1manager' is included, which is
  25348. required to install, remove, and preview type1 fonts.
  25349. Includes 68000 and 68030+882 versions.
  25350.  
  25351. Author: Amish S. Dave
  25352. Path: util/Type1-1.4.lha
  25353.  
  25354. ==========
  25355.  
  25356. UnLock    37.0    Unlock Lock()-ed objects on HD
  25357.  
  25358. This is just a little program to
  25359. fix problems occuring with programs,
  25360. leaving locks on objects somewhere on
  25361. your HD. Have you ever had the problem,
  25362. that when you tested a program just
  25363. downloaded from a BBS, it seemed that
  25364. the program kept a Lock() on some
  25365. object on your HD? If so, you know
  25366. that you can not delete the object
  25367. (dir, file whatever), without removing
  25368. the lock first or rebooting. I have
  25369. encountered this problem lots of times,
  25370. but didn`t always want to launch a
  25371. System Monitor, to remove the
  25372. outstanding locks, just to delete
  25373. something.
  25374.  
  25375. Author: Kai Iske
  25376. Path: util/UnLock-37.0.lha
  25377.  
  25378. ==========
  25379.  
  25380. UnPacker    1.2    AppIcon util for extracting archives
  25381.  
  25382. UnPacker is an appicon utility for extracting archives from the WB.
  25383. It automatically chooses the archiver to use by comparing the file
  25384. suffix (e.g.. '.lha') with the program icon's tooltypes. Thus you
  25385. can configure it to recognize every archive format you use.
  25386.  
  25387. Author: Erik Sagalara
  25388. Path: util/UnPacker-1.2.lha
  25389.  
  25390. ==========
  25391.  
  25392. UnTar    ?.?    CLI utility to unpack tar archives.
  25393.  
  25394. A very simple CLI utility to unpack archives generated by the Unix TAR
  25395. program or equivalent.  It has not been extensively tested, but should work
  25396. for most, if not all, TAR files.
  25397.  
  25398. Author: Andrew Church
  25399. Path: util/UnTar.lha
  25400.  
  25401. ==========
  25402.  
  25403. UOut    1.1    Joins and decodes split uuencoded files.
  25404.  
  25405. It will take the separate files, join them together (stripping
  25406. out all non-uucode data in the process), call your uudecode
  25407. program on the resulting file, and then delete the uucode files.
  25408.  
  25409. Author: Roland Acton
  25410. Path: util/UOut-1.1.lha
  25411.  
  25412. ==========
  25413.  
  25414. Usage    1.06    Extended "du" (disk usage) type command
  25415.  
  25416. Similar to the UNIX "du" (disk usage) command, this program has more options,
  25417. mainly the ability to make comparisons and return WARN if the given amount has
  25418. been exceeded.  Supports wildcards.
  25419.  
  25420. Author: Janne Kiiskilä
  25421. Path: util/Usage-1.06.lha
  25422.  
  25423. ==========
  25424.  
  25425. UUCode    36.9    Optimized stand-alone uuencode/uudecode.
  25426.  
  25427. Encode files for network transmission and decode transferred files. This
  25428. standard encoding algorithm converts three 8-Bit groups (bytes) to four
  25429. 6-Bit groups (sextets) of printable characters, which can then be sent over
  25430. networks which don't support eight data bits.
  25431.  
  25432. These tools were written because the existing programs did not fit my
  25433. personal needs. The others were either inconvenient to use, too slow or too
  25434. oversized, so I decided to write optimized versions myself. Both tools are
  25435. pure and can be made resident.
  25436.  
  25437. Author: Ralph Seichter
  25438. Path: util/UUCode-36.9.lha
  25439.  
  25440. ==========
  25441.  
  25442. uuInOut    1.03    A pair of very rapid uuencode/decoders.
  25443.  
  25444. A pair of very rapid uuencode/decoders.  They beat anything currently
  25445. available on aminet by a good margin, especially on decoding.  Very fast,
  25446. pure, small and 100% assembly.  Automatically detects and takes advantage
  25447. of 68020+.  Requires Workbench 2.04+.
  25448.  
  25449. Author: Nicolas Dade
  25450. Path: util/uuInOut-1.03.lha
  25451.  
  25452. ==========
  25453.  
  25454. UUxT    3.0b    CLI/GUI-based UUEncoder/UUDecoder
  25455.  
  25456. UUxT is a full featured UUencode/decoder with the following features:
  25457.  
  25458.    o  File splitting when encoding for easy mailing/posting.
  25459.    o  Batch decoding.  (You can decode many files at once, as well as
  25460.       split files without joining them.  UUxT also has wildcard support.)
  25461.    o  Batch encoding.  You can encode multiple files into one text file.
  25462.    o  Automatically skips over mail headers and other junk that can end
  25463.       up inencoded files.
  25464.    o  Ability to LhA compress files for you, and then uuencode the
  25465.       resulting compressed file, all in one step, thus saving you time.
  25466.       You can also decode and de-LhA in one step.
  25467.  
  25468. UUxT also comes with UUxT-GUI 2.0, a full featured workbench interface for
  25469. UUxT.   UUxT-GUI 2.0 now supports all of UUxT 3.0's features including
  25470. batch encoding, decoding, etc.
  25471.  
  25472. Author: Asher Feldman
  25473. Path: util/UUxT-3.0b.lha
  25474.  
  25475. ==========
  25476.  
  25477. VCLI    7.04    Control CLI by voice commands
  25478.  
  25479. Voice Command Line Interface (VCLI) will execute CLI commands, ARexx
  25480. commands, or ARexx scripts by voice command.  VCLI allows you to launch
  25481. multiple applications or control any program with an ARexx capability
  25482. entirely by spoken voice command.  VCLI is multitasking and will run in
  25483. the background, listening for your voice command even while other
  25484. programs may be running.  VCLI also has its own ARexx port so that
  25485. internal functions and options can be controlled by ARexx command.
  25486. This new version fixes a few bugs, plugs a memory leak, improves
  25487. gadget functions by providing keyboard alternatives, and increases the
  25488. sensitivity of the voice.library recognition functions so that you don't
  25489. always have to speak so loudly.  Documentation is provided for both 
  25490. AmigaGuide and Multiview.  This is the fastest and most accurate version
  25491. of VCLI yet, and it fully supports DSS 8, Perfect Sound 3, Sound Magic
  25492. (Sound Master) and many generic audio digitizers.
  25493.  
  25494. Author: Richard Horne
  25495. Path: util/VCLI-7.04.lha
  25496.  
  25497. ==========
  25498.  
  25499. Vim    3.0    A clone of the UNIX "vi" text editor
  25500.  
  25501. Vi IMproved.  A clone of the UNIX text editor "vi".  Very useful for
  25502. editing programs and other plain ASCII text.  Full Vi compatibility
  25503. (except Q command) and includes most "ex" commands.  Extra features
  25504. above Vi: Multilevel undo, command line history, improved command line
  25505. editing, command typeahead display, command to display yank buffers,
  25506. possi- bility to edit binary files, file name stack, support for Manx
  25507. QuickFix, shows current file name in window title, on-line help, text
  25508. block operations, etc.
  25509.  
  25510. Includes a few bug fixes and new features like tag stack, file marks,
  25511. jump list, visual (first select area, then operator), use of cursor
  25512. keys in insert mode, column mode copy/cut/paste, macro programming by
  25513. example, text formatting, termcap support, etc.  Also runs under UNIX
  25514. and MSDOS.
  25515.  
  25516. Author: Bram Moolenaar, et. al.
  25517. Path: util/Vim-3.0.lha
  25518.  
  25519. ==========
  25520.  
  25521. VirusChecker    6.50    A memory/file/bootblock virus detector
  25522.  
  25523. A virus checker that can check memory, disk bootblocks, and all disk files
  25524. for signs of most known viruses.  Can remember nonstandard bootblocks that
  25525. you indicate are OK and not bother you about them again.  Includes an ARexx
  25526. port, supports SHI's Bootblock.library.  By using this library and its
  25527. brainfile you have the ability to add new Bootblock viruses as SHI releases
  25528. new brainfiles.
  25529.  
  25530. Author: John Veldthuis
  25531. Path: util/VirusChecker-6.50.lha
  25532.  
  25533. ==========
  25534.  
  25535. VirusZII    1.12    AntiVirus utility with file decrunching
  25536.  
  25537. Release II of this popular virus detector.  The filechecker can decrunch
  25538. files for testing and the memory checker removes all known viruses
  25539. from memory without 'Guru Meditation' and checks memory for viruses
  25540. regularly.  VirusZ has easy to use intuitionized menus including keycuts
  25541. for both beginners and experienced users.
  25542.  
  25543. Author: Georg Hörmann
  25544. Path: util/VirusZII-1.12.lha
  25545.  
  25546. ==========
  25547.  
  25548. VMem    1.0    Virtual Memory system w/memory emulation
  25549.  
  25550. Release 1 VIRTUAL MEMORY SYSTEM for ALL Amigas with WB2 or
  25551. above (requires programs to be specially written for it,
  25552. though.)  Incorporates "memory emulation" to allow chip mem
  25553. to act as FAST mem,etc.  Includes a Preferences program in
  25554. Workbench 2+ style.  Complete with programming header files,
  25555. AutoDocs(tm), and an example program with source.  The rest
  25556. of the package is Binary only.
  25557.  
  25558. Author: Lee Braiden
  25559. Path: util/VMem-1.0.lha
  25560.  
  25561. ==========
  25562.  
  25563. VMM    2.1    Virtual memory for Amigas w/68030/68040
  25564.  
  25565. VMM implements a virtual memory manager for Amigas with a 68040 or
  25566. 68030 processor.  A nice GUI to enter all parameters and to disable
  25567. certain tasks and load files from using virtual memory is also
  25568. provided.   
  25569.  
  25570. V2.1 fixes various bugs in V2.0a.  It also includes a write buffer for
  25571. pages going out to disk, making VMM a lot faster.  Paging to a file
  25572. has also been speeded up significantly.
  25573.  
  25574. Author: Martin Apel
  25575. Path: util/VMM-2.1.lha
  25576.  
  25577. ==========
  25578.  
  25579. VMM    3.0    Virtual memory for Amigas with MMU
  25580.  
  25581. VMM implements a virtual memory manager for Amigas with a 68040, 68030
  25582. or 68020+68851 processor.  A localized user interface to enter all
  25583. parameters and to disable certain tasks and load files from using
  25584. virtual memory is also provided.  For the user interface MUI 2.3 is
  25585. needed.
  25586.  
  25587. V3.0 includes the ability to swap out program code, memory tracking,
  25588. better MMU support, an ARexx port and some other new features.
  25589.  
  25590. Author: Martin Apel
  25591. Path: util/VMM-3.0.lha
  25592.  
  25593. ==========
  25594.  
  25595. VoiceShell    1.21    Control your Amiga with voice commands.
  25596.  
  25597. VoiceShell is THE voice recognition program for the Amiga computer. It
  25598. allows you to start a program just by saying the program's name, actually
  25599. it allows you to control just about everything about your Amiga. VoiceShell
  25600. is a replacement project for VCLI by Richard Horne. VoiceShell however
  25601. uses the same library, also by Richard Horne, to recognize the words.
  25602.  
  25603. Author: Tomi Blinnikka
  25604. Path: util/VoiceShell-1.21.lha
  25605.  
  25606. ==========
  25607.  
  25608. VT    2.68    A comprehensive virus utility package.
  25609.  
  25610. A very good virus checker, however all the documentation is in
  25611. German.
  25612.  
  25613. Author: Heiner Schneegold
  25614. Path: util/VT-2.68.lha
  25615.  
  25616. ==========
  25617.  
  25618. VT    2.70    A comprehensive virus utility package.
  25619.  
  25620. A very good virus checker, however all the documentation is in
  25621. German.
  25622.  
  25623. Author: Heiner Schneegold
  25624. Path: util/VT-2.70.lha
  25625.  
  25626. ==========
  25627.  
  25628. WangiPad    1.10    Launch programs from a list on WB
  25629.  
  25630. WangiPad lets you launch programs from a list on your workbench.
  25631. This a major advantage over the ToolManager Dock approach, you can
  25632. get more items in for less Workbench real-estate.  It is also more
  25633. flexible than the ToolsDaemon menu method.  Has many options and of
  25634. course supports drag 'n' drop AppWindow argument substitution.
  25635.  
  25636. Author: Lee Kindness
  25637. Path: util/WangiPad-1.10.lha
  25638.  
  25639. ==========
  25640.  
  25641. WB2Stuff    ?.?    WB2 icons, presets, and IFF Images.
  25642.  
  25643. Some miscellaneous WorkBench stuff.  Includes a couple of IFF pictures,
  25644. some pattern presets and some 4-color icons.  The icons are similar to
  25645. the standard WB2.0 icons but meant to have their purpose more "intuitively
  25646. obvious".
  25647.  
  25648. Author: John E. Perry, ///
  25649. Path: util/WB2Stuff.lha
  25650.  
  25651. ==========
  25652.  
  25653. WBFlash    2.1    Color-cycle active window or WorkBench
  25654.  
  25655. A small program that allows you to easily create nice colourcycles
  25656. on the Workbench screen.  WBFlash now also supports AGA chipset for
  25657. greatly improved performance.  Both Swedish and English versions are
  25658. included.  Binary only.
  25659.  
  25660. Author: Thomas Pettersson
  25661. Path: util/WBFlash-2.1.lha
  25662.  
  25663. ==========
  25664.  
  25665. WBPrint    1.03    Prints text on WB screens title bar
  25666.  
  25667. This program lets you print any text (like DOS command ECHO)
  25668. on Workbench screen's title bar.  WB screen will be fronted
  25669. automagically.  You can also turn screen flash on.  Note:  there is
  25670. only one screen line for your text, therefore there are no special
  25671. chars (like *n) supported (maximal number of letters in on the WB's!
  25672. title bar depends on current WB font widch (check the proportional
  25673. one!).
  25674.  
  25675. Author: Marcin Orlowski
  25676. Path: util/WBPrint-1.03.lha
  25677.  
  25678. ==========
  25679.  
  25680. WhatIs    3.5    Can detect file types
  25681.  
  25682. WhatIs.library can detect file types and is fully parametrable by an
  25683. ascii file.  You can describe file types and they will be recognized
  25684. by the library.  A few tools are also included.
  25685.  
  25686. Author: Sylvain Rougier
  25687. Pierre Carrette
  25688. Path: util/WhatIs-3.5.lha
  25689.  
  25690. ==========
  25691.  
  25692. WindowDaemon    1.9    Extended control to intuition windows
  25693.  
  25694. Window Daemon gives extended control to intuition windows and screens
  25695. through HotKeys and Arexx.  In addition there is better workbench drawer
  25696. manipulation, you can close the current drawer window when opening another
  25697. drawer, and when closing a drawer can open its parent automatically.
  25698. Using a hotkey you can manage the task priority owning the current window
  25699. and even suspend the task.  Also the active window can be brought to the
  25700. front or pushed to the back by simply holding down both mouse buttons.
  25701.  
  25702. Author: David Swasbrook
  25703. Path: util/WindowDaemon-1.9.lha
  25704.  
  25705. ==========
  25706.  
  25707. WindowKey    1.04    Controls windows via keyboard
  25708.  
  25709. WindowKey  is  yet another input helper program.  The job of those programs
  25710. is  well  known:  they activate, bring to front, push to back, zoom, etc...
  25711. any window or screen (in the Intuition sense of the word) on user request.
  25712.  
  25713. Lots  of programs exist that do that, including Commodores'FKey provided on
  25714. the  workbench  disk, but none of them had a user interface as powerful and
  25715. were  as  flexible  as WindowKey.  The interface for WindowKey was directly
  25716. reproduced  from that of my other program Injector.  The reason why I chose
  25717. to  make  two  different  programs  instead  of  including  the features of
  25718. WindowKey in Injector is that you can use either program without the other,
  25719. which  sounds  quite normal since their jobs are completely different (this
  25720. is  one reproach to other input helper programs which tend to do everything
  25721. and end up doing nothing).
  25722.  
  25723. Another  reason to the existence of WindowKey is the possibility to control
  25724. Intuition  only  from  the  keyboard, instead of having to hunt for a mouse
  25725. hidden under a pile of paper when wanting to change the active window.
  25726.  
  25727. To  make  this work, WindowKey has its own language, made of keywords, with
  25728. or  without  arguments  enclosed in parentheses.  You will have to read the
  25729. references sections for further informations.
  25730.  
  25731. Author: Frederic Delacroix
  25732. Path: util/WindowKey-1.04.lha
  25733.  
  25734. ==========
  25735.  
  25736. Xoper    2.4    Monitor and control system activity
  25737.  
  25738. Very comprehensive program to monitor and control system activity.
  25739. Monitor cpu, memory usage, ports, interrupts, devices.  Close windows,
  25740. screens, show loaded fonts or last Guru code number.  Clean up memory,
  25741. flush unused libraries, devices, fonts. etc. and a whole bunch more!
  25742. Spawns its own process.  A very handy background task to have loaded.
  25743.  
  25744. Author: Werner Gunther
  25745. Path: util/Xoper-2.4.lha
  25746.  
  25747. ==========
  25748.  
  25749. Xoper    2.5    Monitor and control system activity
  25750.  
  25751. Very comprehensive program to monitor and control system activity.
  25752. Monitor cpu, memory usage, ports, interrupts, devices.  Close windows,
  25753. screens, show loaded fonts or last Guru code number.  Clean up memory,
  25754. flush unused libraries, devices, fonts. etc. and a whole bunch more!
  25755. Spawns its own process.  A very handy background task to have loaded.
  25756.  
  25757. Author: Werner Gunther
  25758. Path: util/Xoper-2.5.lha
  25759.  
  25760. ==========
  25761.  
  25762. xpkdisk    37.5    An exec style compressing disk device.
  25763.  
  25764. `xpkdisk.device' is an exec-style device that looks like trackdisk.device
  25765. and similar disks.  The difference is that it compresses its data and
  25766. stores it in multiple files in an existing filesystem.  It uses the XPK
  25767. (eXternal PacKer) standard to do the actual compression.
  25768.  
  25769. Author: Olaf Seibert
  25770. Path: util/xpkDisk-37.5.lha
  25771.  
  25772. ==========
  25773.  
  25774. xpkHFMN    1.16    A dynamic Huffman xpk compression lib.
  25775.  
  25776. A dynamic Huffman xpk compression library, a rewrite of xpkHUFF.library.
  25777. It's 100% 68000 and pc-relative & reentrant, and it's FAST, and when I say
  25778. fast, I mean REALLY fast.  It is not a replacement for HUFF but a further
  25779. library called HFMN because the algorithm used is not 100% identical to the
  25780. one of HUFF, therefore the HFMN data will not decrunch with HUFF and vice
  25781. versa.
  25782.  
  25783. Author: Martin Hauner
  25784. Path: util/xpkHFMN-1.16.lha
  25785.  
  25786. ==========
  25787.  
  25788. RAKE    1.1    XPK packer sublibrary
  25789.  
  25790.     RAKE is an  XPK packer sublibrary  which  implements a highly  optimized
  25791. form  of  the popular  LZ77 compression  algorithm. It  uses  static huffman
  25792. coding   for   the  'len'   and  a  three-step  coding  for   the   'offset'
  25793. information.  The  major  feature   of this packer  is the  highly optimized
  25794. algorithm for tracking down redundant data.
  25795.  
  25796. Author: Karsten Dageförde
  25797. Path: util/xpkRAKE-1.1.lha
  25798.  
  25799. ==========
  25800.  
  25801. xpkSHRI    1.0    An XPK packer sub-library.
  25802.  
  25803. An XPK packer sub-library that implements a high compression rate,
  25804. optimized compressor.  The compressor uses offset/len encoding with
  25805. adaptive arithmetic aftercoding for best compression results.  Its
  25806. compression rate is better than that of most other packers, e.g. lha, zoo
  25807. or powerpacker.
  25808.  
  25809. Author: Matthias Meixner
  25810. Path: util/xpkSHRI-1.0.lha
  25811.  
  25812. ==========
  25813.  
  25814. Yak    1.60    A multipurpose commodity
  25815.  
  25816. Yet Another Kommodity.  Features a sunmouse that only activates when
  25817. the mouse stops, KeyActivate windows, click windows to front or back,
  25818. cycle screens with mouse, mouse and screen blanking,
  25819. close/zip/shrink/enlarge windows with programmable hotkeys and a lot
  25820. of other configurable hotkeys.  Fully localized English language
  25821. builtin and provided catalogs for Dutch, French, German, Italian and
  25822. Swedish.  Documentation in English, French, German and Italian.
  25823. Includes installer scripts and C source.
  25824.  
  25825. Author: Gaël Marziou
  25826. Martin W. Scott
  25827. Path: util/Yak-1.60.lha
  25828.  
  25829. ==========
  25830.  
  25831. Yak    2.0ß8    A multipurpose commodity
  25832.  
  25833.  
  25834. Yak stands for "Yet Another Kommodity" and is a mouse/window manipulation
  25835. program along the same lines as DMouse, MightyMouse etc.
  25836.  
  25837. Yak has the following features:
  25838.  
  25839.         o AutoPoint (sunmouse) that only activates when mouse stops
  25840.           can also specify which screens to include/exclude.
  25841.           (Compatible with popup-menu type programs)
  25842.  
  25843.         o AutoPop windows (bring them to front) when they're
  25844.           auto-activated;
  25845.  
  25846.         o KeyActivate windows (when key pressed);
  25847.  
  25848.         o Activate windows when menu button pressed;
  25849.  
  25850.         o Click windows to front or back; may also specify which
  25851.           screens/windows to include/exclude.
  25852.  
  25853.         o Cycle screens with mouse;
  25854.  
  25855.         o Mouse and Screen blanking (hotkey blanking too);
  25856.  
  25857.         o Extensible hotkey system (like FKey's) with actions to:
  25858.  
  25859.                 Execute a CLI Command or an ARexx script;
  25860.                 Insert text (with embedded hotkeys);
  25861.                 Insert date (in custom format if locale present);
  25862.                 Close/Zip/Shrink/Enlarge windows;
  25863.                 Move/Cycle screens and windows;
  25864.                 Activate Workbench;
  25865.                 Blank display;
  25866.                 Pop up a palette on front screen (needs reqtools);
  25867.                 Menu shortcut
  25868.  
  25869.         o KeyClick with adjustable volume;
  25870.  
  25871.         o No Click option (for drives).
  25872.  
  25873.         o Wildstar option (like StarBurst) lets you use '*' as wildcard.
  25874.  
  25875.         o Optional on-screen AppIcon to bring up preferences window.
  25876.  
  25877. Look  familiar?  It's a combination of the AutoPoint, ClickToFront, Blanker
  25878. and  IHelp/FKey  standard  commodities  (on the Extras disk) with a hint of
  25879. KCommodity and DMouse thrown in.
  25880.  
  25881. Fully localized when running OS 2.1 or more!
  25882.  
  25883. And  it's  quite  small!
  25884.  
  25885. Author: Gaël Marziou
  25886. Philippe Bastiani
  25887. Path: util/Yak-2.0ß8.lha
  25888.  
  25889. ==========
  25890.  
  25891. Yass    2.3    Yet another Screen Selector Commodity
  25892.  
  25893. Yet Another Screen Selector, a commodity with several nice
  25894. features such as: Completely controllable via keyboard (of
  25895. course you can use your mouse, if you really want to); Shows
  25896. Screens and Windows (option); Shows PublicScreenname or
  25897. ScreenTitle (option); Ability to change the default Public
  25898. screen; Opens window even on non-public screens (option).
  25899. Font-sensitive; Resizeable window.  Binary only.
  25900.  
  25901. Author: Albert Schweizer
  25902. Path: util/Yass-2.3.lha
  25903.  
  25904. ==========
  25905.  
  25906. ZedREXX    1.0c    Easily add GUI to any REXX script.
  25907.  
  25908. ZedREXX provides users with the ability to quickly and easily build a
  25909. graphical user-interface into any of their REXX scripts.  ZedREXX
  25910. syntax is structured, simple and easy to read.  Common GUI techniques
  25911. are implemented in the command host instead of in the REXX script,
  25912. making the run- time speed and response time of a ZedREXX script
  25913. similiar to the same application written in C.  This is an evaluation
  25914. copy of a commercial program, registration is required for continued
  25915. use.
  25916.  
  25917. Author: David N. Junod
  25918. Path: util/ZedREXX-1.0c.lha
  25919.  
  25920. ==========
  25921.  
  25922. Zero    1.1    DOS-handler like /dev/zero in Unix
  25923.  
  25924. An AmigaDOS handler much like the /dev/zero device in Unix.
  25925. It provides streams of 0-bytes, which can be unlimited or set to an
  25926. arbitrary limit.  There are two ways to use the handler:
  25927.  
  25928.     zero:           unlimited stream of 0-bytes
  25929.     zero:<number>   a stream of <number> 0-bytes
  25930.  
  25931. Examples:
  25932.  
  25933.     copy zero: to somefile      will quickly fill your harddisk
  25934.     copy zero:2000 to somefile  generates a file of 2000 0-bytes
  25935.     copy zero:0 to somefile     generates a file of size 0
  25936.     copy zero:foo to somefile   results in an error
  25937.  
  25938. Author: Ingo Wilken
  25939. Path: util/Zero-1.1.lha
  25940.  
  25941. ==========
  25942.  
  25943. ZGIFDataType    39.13    Fast datatype for displaying GIF files.
  25944.  
  25945. A very fast GIF Datatype
  25946.  
  25947.  Main features:
  25948.  
  25949.     o    SPEED.  Try it, after using this you wont want to be without it!
  25950.     o    Supports most gifs (only some esoteric, and mostly unused features
  25951.         of the GIF8?a standard have been ignored)
  25952.     o    Uses async file reading for greater performance - on an A1200 will
  25953.     load a picture the same speed off of floppy as off of hard drive!
  25954.     o    100% Assembly language, very optimised.
  25955.     o    Custom chunky to planar conversion, that is reasonably fast
  25956.         (a version using WritePixelLine8() runs about 50% the speed of
  25957.          this version)
  25958.     o    Now works with all 68000 series CPU's (i hope)
  25959.     o    Its FREE! (this is of course the best bit)
  25960.  
  25961.  
  25962.  Main limitations: (hey, its not _perfect_ after all)
  25963.  
  25964.     o    OM_WRITE BOOPSI method not yet implemented.  Expect this in a future
  25965.         release.
  25966.     o    Only decodes pictures with a global colour table.  Most gif loaders
  25967.         do the same, and most writers write them.
  25968.     o    Ignores any local colour tables (but still decodes picture).  Could
  25969.         lead to a bad palette.
  25970.  
  25971. Author: Michael Zucchi
  25972. Path: util/ZGIFDataType-39.13.lha
  25973.  
  25974. ==========
  25975.  
  25976. ZGIFDataType    39.7    Fast datatype for displaying GIF files.
  25977.  
  25978. A much faster replacement gif.datatype, coded using the same lightning
  25979. assembler as seen in ZGif04 (only _faster_).  Main points: Very fast,
  25980. pictures usually load at the same speed as equivalent depth ILBM's! (use it
  25981. with viewtek105 for faster gif loading :); Supports almost all gifs (all
  25982. self-contained gifs); async file reading dramatically boosts floppy
  25983. performance; It's free! Requires and 020+ and OS3.0+.
  25984.  
  25985. Author: Michael Zucchi
  25986. Path: util/ZGIFDataType-39.7.lha
  25987.  
  25988. ==========
  25989.  
  25990. zoo    2.1    Portable archiver with good compression
  25991.  
  25992. Zoo is used to create and maintain collections of files in compressed
  25993. form.  It uses a Lempel-Ziv compression algorithm that gives space
  25994. savings in the range of 20% to 80% depending on the type of file data.
  25995. Zoo can store and selectively extract multiple generations of the same
  25996. file.  Data can be recovered from damaged archives by skipping the
  25997. damaged portion and locating undamaged data with the help of fiz(1).
  25998.  
  25999. Author: Rahul Dhesi, et al.
  26000. Path: util/zoo-2.1.lha
  26001.  
  26002. ==========
  26003.  
  26004. ZShell    2.2    Small, fast shell with CFN and review.
  26005.  
  26006.  
  26007.   ZShell is a small (26K), fast and powerful SHELL with many (64) builtin
  26008.   commands. So it replaces most of the commands in the C: directory
  26009.   what effects in saving disk space and reducing disk accesses. There
  26010.   is no way around ZShell for those who do not have a harddisk or still
  26011.   have Kickstart 1.2/1.3 . But it is useful for those with a better
  26012.   Kickstart and/or harddisk, too, because for example it has powerful
  26013.   editing & history, filenamecompletion, review buffer and a lovely
  26014.   LIST, DIR and INFO command (very sensible ones !). I tried to made
  26015.   usage similar to the AmigaDOS Shell for easy using.
  26016.  
  26017. Some of the features:
  26018. * Freeware, no payment required.
  26019. * Usage is similar (or better) to the standard AmigaDOS shell.
  26020. * Supports the standard housekeeping commands which are builtin,
  26021.   so no disk access is necessary.
  26022.   eg. list, dir, cd, rename, makedir, delete, copy, path, info, type
  26023. * A total of 64 builtin commands.
  26024. * About 26K small (pure assembler code, source included).
  26025. * Starting from Workbench or CLI/Shell possible.
  26026. * Filenamecompletion by simply pressing TAB.
  26027. * Review-buffer to see what scrolled out of the window.
  26028. * Command line editing better than KS2.0 .
  26029. * Command and Function key aliasing.
  26030. * DIR and LIST both sort (by default) and show filesize.
  26031. * Simple 'MORE' type text viewer.
  26032. * Some commands and features for debugging system/programs.
  26033. * Online HELP function and AmigaGuide documentation with examples.
  26034. * Has a kind of Memory-Clock with alarm.
  26035. * Colourful output, can be reduced to one colour.
  26036.  
  26037. Author: Paul Hayter, Martin Gierich
  26038. Path: util/ZShell-2.2.lha
  26039.  
  26040. ==========
  26041.  
  26042. ZShell    2.5    Small, fast shell with CFN and review.
  26043.  
  26044.  ZShell is a small (31K), fast and powerful Shell with many (65)
  26045.  builtin commands. So it replaces most of the commands in the C:
  26046.  directory (like LIST, COPY etc.) what effects in saving disk space
  26047.  and reducing disk accesses. There is no way around ZShell for
  26048.  those who do not have a harddisk or still have Kickstart 1.2/1.3 .
  26049.  
  26050. Some of the features:
  26051.  
  26052.  * Freeware, no payment required !
  26053.  * Usage is similar (or better) to the standard AmigaDOS shell.
  26054.  * Supports the standard housekeeping commands which are builtin,
  26055.    so no disk access is necessary.
  26056.    eg. list, dir, cd, assign, delete, copy, move, path, info, type
  26057.  * A total of 65 builtin commands.
  26058.  * About 31K small (pure assembler code, source included).
  26059.  * Starting from Workbench (!) or CLI. No installation needed.
  26060.  * File name completion by simply pressing TAB; shows all matches.
  26061.  * Review buffer to see again what scrolled out of the window.
  26062.  * Some commands and debugging features for programmers.
  26063.  * Online Help function and AmigaGuide documentation with examples.
  26064.  * Command line editing better than OS2.0/3.0 Shell.
  26065.  * Support of OS2.0+ and OS3.0+ specific features.
  26066.  * Wild cards and recursive processing.
  26067.  * Real RUN and NEWCLI command that reenters ZShell quickly.
  26068.  * DIR and LIST both sort (by default) and show filesizes.
  26069.  * Application-Window/-Icon
  26070.  * Can open window on own screen
  26071.  * 100% script compatibility
  26072.  * Can create and show Hard- and Softlinks.
  26073.  
  26074. Author: Paul Hayter, Martin Gierich
  26075. Path: util/ZShell-2.5.lha
  26076.  
  26077.