home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD1.bin / new / contents < prev    next >
Text File  |  1995-04-18  |  124KB  |  3,407 lines

  1. This file is generated automatically from the product info files
  2. included in this tree.
  3.  
  4. ==========
  5.  
  6. AddressBook    0.32    A new address database using MUI
  7.  
  8.  
  9. Address-Book is yet another address utility. But it has
  10. some useful features:
  11.  
  12.  - Address-Book is GIFTWARE (there are no limitations).
  13.  - Address-Book uses MUI (nice gui).
  14.  - Multi addresses for any entry (very useful for students).
  15.  - Multi phonenumbers for any address.
  16.  - Multi E-Mail's for any entry.
  17.  - Arexx Support via Server.
  18.  - etc.
  19.  
  20. Author: Joerg Krause
  21. Path: biz/dbase/AddressBook/
  22.  
  23. ==========
  24.  
  25. AFile    4.01    A datafile manager
  26.  
  27. AFile is a data file manager, that is a tool which lets you create and
  28. manage your files (addresses, video collections, clients, ...) using an
  29. Intuition interface.  There is no limitation to the number of fields or
  30. records.  The program offer the standard printing, sorting, and importing/
  31. exporting functions.  AFile uses AREXX as it's programming language.  You
  32. can create full input masks with background picture, field positioning,
  33. checking of entered data, menus and printing customization.
  34.  
  35. Author: Denis Gounelle
  36. Path: biz/dbase/AFile/
  37.  
  38. ==========
  39.  
  40. AmigaBase    2.1    Very powerful programmable db with GUI
  41.  
  42.  
  43.       AmigaBase is not a relational database with SQL interface or something
  44.       like this. AmigaBase is a hierarchical programmable database.
  45.       Nevertheless, or just because, AmigaBase is ideal for managing
  46.       music cassettes, videos, addresses, etc. Complex applications like
  47.       a finance manager with automatic printing of transfer forms
  48.       and writing client accounts is no problem for AmigaBase, too.
  49.  
  50.       A project consists of one or several records. A record is displayed
  51.       by a rectangle with a colored border and a titlebar. The record
  52.       name is displayed in the title bar. A record can be placed beside or
  53.       within annother one (hierarchy).
  54.       In records you can place variables which are used for data input and
  55.       display.
  56.       Data is organized in datasets. For each record you can allocate
  57.       any number of datasets (only limited by available memory).
  58.       Datasets can be ordered by several keys.
  59.       A filter allows the selection of some datasets.
  60.       A print menu allows printing of datasets.
  61.       With a search requester it is easy to find certain datasets.
  62.  
  63.       AmigaBase offers two display modes: form and listing.
  64.       In form display all records are displayed in several windows. In
  65.       each record exactly one dataset is shown.
  66.       In listing display all dataset of a specific record are displayed
  67.       in a scrolling list in a window.
  68.  
  69.       AmigaBase has two operating modes: working mode and installing mode.
  70.       In working mode you can work with your project, input data, start
  71.       programs, etc.
  72.       In installing mode you build your data structure. You can define
  73.       new variables, change and delete them. Variables can be of the type
  74.       BOOLEAN (boolean values), CHOICE (one item out of many items),
  75.       INTEGER (integer values), REAL (floating point values),
  76.       STRING (any text), DATE (date values), TIME (time values),
  77.       or MEMO (unlimited multi line text). Additionally there is the
  78.       program button type which is only used to start AmigaBase programs.
  79.       Furthermore you can define, change and delete texts. Texts are only
  80.       used for decoration in records.
  81.       You can also define, change and delete records and windows.
  82.       You must give each variable, record and window a name. This name
  83.       must begin with an uppercase letter followed by up to nine letters,
  84.       digits or the character '_'. There are some reserved words that
  85.       cannot be used for names.
  86.  
  87.       A special feature of AmigaBase is the programming of it. For each
  88.       variable (except MEMO variables) you can write a program which
  89.       is called whenever you change the contents of this variable or press
  90.       RETURN while the cursor is on the program button variable.
  91.       If you want to have a view into programming AmigaBase I recommend
  92.       that you have a look at the label print program of the cassette
  93.       project (included in the distribution).
  94.  
  95.       A complete description of all functions and abilities of AmigaBase
  96.       is found in the user manual of AmigaBase. This document is available
  97.       by registration only.
  98.  
  99.  
  100.    Import of datasets
  101.    ------------------
  102.  
  103.       For importing datasets there aren't any menu items. But with the use
  104.       of an AmigaBase program you can write your own Import routine.
  105.       First you have to load the import file into a MEMO variable (MEMOLOAD).
  106.       Then you do a FOR loop and examine each line of the MEMO variable.
  107.       Use LeftStr, MidStr, RightStr, Val, etc. to extract the data and
  108.       assign it to the dataset variables.
  109.       This looks awkward, but it is very flexible. The user manual contains
  110.       a whole chapter about importing and exporting datasets.
  111.  
  112.  
  113.    New features V1.31 - V2.00
  114.    --------------------------
  115.  
  116.       o  Full font sensitive
  117.       o  OS 3.0 look
  118.       o  Iconification of windows.
  119.       o  Improved memory management
  120.       o  Arexx port
  121.       o  Copy & paste
  122.       o  New variable type: CHOICE
  123.       o  MEMO variables with their own window
  124.       o  Improved text editor.
  125.       o  Enabled use of an external editor
  126.       o  Shortcuts for variables
  127.       o  Improved preferences settings (project dependent/independent)
  128.       o  Formats for date and floating point values.
  129.       o  Stack overflow handler and ctrl-c checking
  130.       o  Save & load of filter programs
  131.       o  Font attributes, background color and borders for all variable types.
  132.       o  New program types: PreNewDataset, PostNewDataset, PreDeleteDataset,
  133.          PostDeleteDataset and Functions.
  134.       o  Many new functions and improvements for programming AmigaBase
  135.       o  Many bug fixes
  136.  
  137.    New features V2.00 - V2.1
  138.    -------------------------
  139.  
  140.       o  Danish and French catalog file.
  141.       o  New programming functions: Filename, Changes, ARexxPort,
  142.          ChooseString, Now, StrCmp and ChoiceLabels.
  143.       o  Improvements for file requesters.
  144.       o  Many bug fixes and other improvements.
  145.  
  146.  
  147.    Example projects:
  148.    -----------------
  149.  
  150.       In the directory Data/Deutsch and Data/English you will find some
  151.       example projects.
  152.       If you have created your own project and you think it should be
  153.       distributed with AmigaBase then send it to me! I will have a look
  154.       at it and maybe include it in the next distribution.
  155.  
  156. Author: Steffen Gutmann
  157. Path: biz/dbase/AmigaBase/
  158.  
  159. ==========
  160.  
  161. BarTender    1.0    Database of alcholic drinks
  162.  
  163. Includes a GUI frontend for a 1000 drink database. Searchable from
  164. a listview gadget or from a string gadget (best match). Lists the
  165. ingredients required, preparation instructions and will print to the
  166. printer if requested. The Database is in english, and includes all the
  167. old stand-bys as well as some weird one's.  Your liver will thank you!
  168. (okay, maybe not).
  169.  
  170. Author: Mike Nelson
  171. Path: biz/dbase/BarTender/
  172.  
  173. ==========
  174.  
  175. bBaseIII    3.04    Full-featured easy-to-use database
  176.  
  177. bBaseIII is a full-featured, graphically interfaced, reasonably fast
  178. and, I think you will agree, quite an easy-to-use database program.
  179. Basically, it will sort, search for, display and print out stored
  180. information, but wait, there's more!
  181. Refer to Section 1.2 - `Feature Summary'.
  182.  
  183. Once a database has been loaded from disk, all modifications are done in
  184. computer memory, and will NOT be permanently saved until the database is
  185. saved to disk.  This can be done using the menus, the function keys,
  186. or upon quiting.
  187.  
  188. Almost all functions of bBase may be accessed from the menus, and most
  189. also have keyboard equivalents.  These are all described in Section 9 -
  190. ` SUMMARY OF KEYBOARD COMMANDS'.
  191.  
  192. What bBase is NOT, is an SBase competitor.  bBase does not even WANT to
  193. be like SBase.  The philosophy behind bBase was to create a simple,
  194. intuitive database program, easy to learn, yet packed with features.
  195.  
  196. It multi-tasks extremely well, as it does not burn up CPU time while not
  197. actually performing operations.
  198.  
  199. Author: Robert Bromley
  200. Path: biz/dbase/bBaseIII/
  201.  
  202. ==========
  203.  
  204. db    2.5    Database with GadTool look
  205.  
  206. db is a small and fast database program that I wrote after having tested
  207. numerous other PD database programs and always found something lacking or
  208. irritating me. They might have dozzens of features not found in db, but
  209. they lacked font sensitivity and a standard GUI look and OS 3.0 behaviour.
  210.  
  211. My main need was to keep record on addresses and telephone numbers of
  212. friends and companies. Before v2.0 db was fixed to be just an address
  213. and telephone database, but that has changed.  The program is designed
  214. to handle information of your choice.  Currently you have to use a file
  215. editor to specify the database fields and layout as there is no GUI for
  216. that.  Anyway that's a one time job, then you just USE the database and
  217. have fun.
  218.  
  219. Complete GUI support will probably only be included in a commercial product
  220. I plan to call REG.
  221.  
  222. A partial list of db's features include:
  223.  
  224.     o Dynamic memory handling. Number of records and fields only limited by
  225.       free memory.
  226.     o GadTool based. (Use fields of string, checkbox and cycle type)
  227.     o Mouse and keyboard driven.
  228.     o User definable fields and layout.
  229.     o Multiple views of the same database.
  230.     o Commodore's Clipboard for flexible interaction with other programs.
  231.     o AppWindow -just drag and drop database icons on db to load.
  232.     o Online MenuHelp -Press HELP key when selecting a menu item.
  233.     o Font sensitivity.
  234.     o ARexx
  235.     o ASL requesters for flexible loads and saves.
  236.     o Localized
  237.     o Dial numbers using a modem or loudspeaker
  238.     o WB and Shell usage with Commodore's template parsing
  239.     o Fast and flexible find function using AmigaDOS patterns.
  240.     o Filter function.
  241.     o Fast and flexible sort function.
  242.       Multiple sort orders can be specified.
  243.     o 'Export View' and two standard ASCII export features.
  244.     o Automatic ASCII import (tab-separated ASCII)
  245.  
  246. Author: David Ekholm, Datadosen
  247. Path: biz/dbase/db/
  248.  
  249. ==========
  250.  
  251. QuickFile    3.10    Flexible,fast, & easy flat file database
  252.  
  253. QuickFile is a flexible, flat file database. It uses random access with
  254. indexing for fast access to records. Files can be larger than available
  255. ram, but as much of the file as possible is kept in ram to reduce disk
  256. accesses. Features include:
  257.  
  258.     - Multiple indexes with unique and non-unique keys
  259.     - Data types include character, date, integer, floating point,
  260.       calculation, cycle, image and external
  261.     - Up to 250 characters per field  and 250 fields per record.
  262.     - Form and list style displays and reports.
  263.     - Unlimited number of views of each file.
  264.     - Sort over any number of keys, ascending and descending order.
  265.     - Search operators include Like, Equal, Between, Sounds Like, Not Like
  266.       and Not Equal.
  267.     - Fields can be added, changed, or deleted at any time.
  268.     - ASCII export/import
  269.     - Multi column label printing.
  270.     - Multi-level grouping and totalling
  271.     - Any number of open windows
  272.     - Online context sensitive AmigaGuide help
  273.  
  274. Author: Alan Wigginton
  275. Path: biz/dbase/QuickFile/
  276.  
  277. ==========
  278.  
  279. SCAN8800    2.53    Database/Receiver controller for SWL
  280.  
  281. A specialized database program to store frequencies and station
  282. names for shortwave transmitters.  It can also control a receiver
  283. for scanning frequency ranges.  Binary only.
  284.  
  285. Author: Rainer Redweik
  286. Path: biz/dbase/SCAN8800_OS_2/
  287.  
  288. ==========
  289.  
  290. SCAN8800    2.43    Database/Receiver controller for SWL
  291.  
  292. A specialized database program to store frequencies and station
  293. names for shortwave transmitters.  It can also control a receiver
  294. for scanning frequency ranges.  Binary only.
  295.  
  296. Author: Rainer Redweik
  297. Path: biz/dbase/SCAN8800_WB_1.3/
  298.  
  299. ==========
  300.  
  301. QuickTextDemo    1.0    Interactive desktop video program.
  302.  
  303. QuickText is an interactive desktop video program designed to easily
  304. develop and display almost any type of graphic screen, including
  305. titles and credits, pictures, and even animations.  Other features
  306. include full ARexx support, auto screen sequencing, on-screen timer,
  307. text and numeric variables, a recordable/replayable "doodler", and an
  308. easy-to-use point-and-click interface.  "QT" works on any Amiga with
  309. Workbench 1.2 or higher, and requires Ruby and Diamond fonts which are
  310. included in all releases of WorkBench.
  311.  
  312. It is well suited for on-line video titling & credits, silent paging,
  313. and cable reader boards.
  314.  
  315. Author: Todd Sprague
  316. Path: biz/demo/QuickTextDemo/
  317.  
  318. ==========
  319.  
  320. VStationDemo    demo 1    Video editing control software.
  321.  
  322. This version of VStation Amiga Professional is provided to allow
  323. people to take a close look at the software before considering
  324. purchasing it. It doesn't save anything, edit performs are converted
  325. to previews, and various other features are disabled but for the most
  326. part the program is intact. This includes the toaster interface,
  327. serial communication, and pretty much everything needed to see how the
  328. program works. Transport control, online help, loading data, edit
  329. previews, and many other functions operate the same way as the release
  330. version.
  331.  
  332. This is the third generation of edit control software written for the
  333. EditLink series of controllers. We now have support for over 100 vcrs
  334. and camcorders using any combination Panasonic 5-pin, Sony Control-L,
  335. and RS-422 compatible interface. The software is a powerful
  336. combination of features that take full advantage of the most popular
  337. peripherals, providing a multitude of EDL tools, and an interface that
  338. makes the complex task of managing all this power as easy to learn as
  339. possible.
  340.  
  341. Some of the highlights of the system include:
  342.  
  343.    A/B roll editing with full auto-assembly
  344.       * Tape change prompts
  345.       * Extensive Per-Event options
  346.          * Different mixes
  347.          * Personal Animation Recorder support
  348.          * ARexx commands, both initialization and GPI triggered
  349.       
  350.    Full support for NewTek Video Toaster
  351.       * Effect, Framestore, CG, and Background color stored for each event.
  352.       * Freeze the last frame of the edit for X-roll edits.
  353.       * Optionally disable sending Toaster commands for control by other
  354.         software, such as T-Rexx macros.
  355.       * Change framestore device for each event.
  356.       
  357.    Support for SunRize SoundSwitch mixer.
  358.    
  359.    Support for DPS TBC-IV and PAR.
  360.    
  361.    Tapelogs with commented scene marks
  362.       * Set edit points from scene marks.
  363.       * Create marks by tapping to the beat
  364.       * Scene list scrolls to track current location.
  365.     
  366.    EDL Tools
  367.       * Powerful event selector functions. Select by comment, tape ID,
  368.          selected tracks, input source, and more.
  369.       * Load project file into paste buffer
  370.       * Save selected events as a project file
  371.       * Cut or Copy events into paste buffer
  372.       * Insert, Replace and Append with extensive options.
  373.       * Replace just parts of events with the paste buffer events.
  374.       * External plug-in operations.
  375.   
  376.    
  377.    And lots of other new features and refinements.
  378.  
  379. Author: Eric Cosky
  380. Path: biz/demo/VStationDemo/
  381.  
  382. ==========
  383.  
  384. DemoCoGo    3.0    Solves coordinate geometry problems
  385.  
  386. An engineering/surveying program to solve coordinate 
  387. geometry problems for highway design, surveying, 
  388. subdivision layouts and constuction. Needs 1/2 Meg.  
  389. Demo Version 3.0 runs from CLI only and is freely 
  390. distributable. Output to screen, with save and print
  391. disabled. Full version allows input and output in feet
  392. or meters. Manual, which includes sample problems, and
  393. full working version available from Author for small
  394. donation.
  395.  
  396. Author: D. R. Benson
  397. Path: biz/misc/DemoCoGo3.0/
  398.  
  399. ==========
  400.  
  401. AmigaElm    6.24    Mail-Reader (UUCP/Internet), v6 (6.24)
  402.  
  403. Electronic Mail Reader for UUCP and IP packages (AmigaUUCP, Dillon-UUCP,
  404. Feulner-UUCP, wUUCP, AmiTCP + InetUtils etc.), easy to install and to use.
  405. Mostly compatible with Unix-elm (basic functions) and lots of additional
  406. features. Can be used over a serial line.  Basic internal support for MIME
  407. (multimedia mail) and encryption/decryption (eg, with PGP).  Also supports
  408. "metamail" and "reqtools" library 2.x.  Registered version comes with full
  409. C source (and has better support ;-) (concept based on hwr-mail by Heiko W.
  410. Rupp)
  411.  
  412. Author: Andreas M. Kirchwitz
  413. Path: comm/mail/AmigaElm/
  414.  
  415. ==========
  416.  
  417. MailQueue    37.2    Monitor number of Messages in SMTPSpool
  418.  
  419. This is just a little program to use with
  420. the INetUtils for AmiTCP/AS225, especially
  421. for your SMTPSpool directory. The program
  422. will monitor all queued files within the
  423. SMTPSpool directory and display the number
  424. of messages in a small window, you may
  425. position somewhere on your Workbench. As
  426. soon as a message is queued/deleted, the
  427. information will be updated.
  428.  
  429. Author: Kai Iske
  430. Path: comm/net/MailQueue/
  431.  
  432. ==========
  433.  
  434. AmiPOP    1.16    A POP 3 client for AmigaDOS.
  435.  
  436. AmiPOP@ is a POP3 Client for AmigaDOS.  It was written directly from
  437. the POP3 RFC (RFC #1225). AmiPOP is only a simple transport mechanism
  438. for moving electronic mail messages between a POP-Host, typically
  439. a mainframe, and your local AmigaDOS system.  The advantage of POP
  440. over other transports such as SMTP is that all E-mail can still be
  441. directed to the mainframe system.  This is of primary importance when
  442. either a dialup line is used, which has a new IP address for each
  443. connection, or when a user uses many machines, and wishes to be able
  444. to transparently read mail on all of them.
  445.  
  446. AmiPOP features:
  447.     · AUISG compliant (or at least it tries to be!)
  448.     · Makes heavy use of 2.0 (and higher) functions such as ReadArgs,
  449.       utility.library, GadTools, and 2.0 functions in Amiga.lib.
  450.     · Written from RFC 1225, not a port of a Unix or a PC application.
  451.     · Small code size, and low system resource usage.
  452.     · Commodities interface
  453.  
  454. Author: Scott Ellis
  455. Path: comm/tcp/AmiPOP/
  456.  
  457. ==========
  458.  
  459. HFT    38.557    A very small ANSI terminal program.
  460.  
  461. A wonderful ANSI terminal program. Main features are:
  462.  
  463. - Reliable ANSI terminal emulation
  464. - Multiple simultaneous terminal windows/sessions
  465. - Console support with cut & paste
  466. - Opens on the default public screen
  467. - Compatible with all serial.device clones; tested on serial, baudbandit,
  468.   uw, and nullmodem devices
  469. - Takes advantage of Workbench 2.04; 1.3 is not supported
  470.  
  471. Author: Herbert West
  472. Path: comm/term/HFT/
  473.  
  474. ==========
  475.  
  476. TeleTerm    2.0    Fast, full-featured Terminal, XEM, XPR
  477.  
  478. TeleTerm is a powerful, fast terminal program with XEM and XPR support, a
  479. dynamic phonebook, review buffer, 60 macros, and much more.
  480.  
  481.                  TeleTerm has the following main features:
  482.  
  483.      XEM support
  484.      XPR support
  485.      Internal multi-tasking of windows
  486.      Faster interleaved bitmaps for smooth scrolling (OS 3.x)
  487.      Public screen, so other programs can open on TeleTerm's screen
  488.      Can open on the WorkBench
  489.      Numerous visual controls, from ScreenMode to ScreenPens
  490.      Low memory consumption (could theoretically run in 512k)
  491.      60 user-defined macros
  492.      Highly detailed phonebook, including multi-line BBS support, and full
  493.            preferences control for each entry
  494.      Much, much more...
  495.  
  496. Author: Josh Farley
  497. Path: comm/term/TeleTerm/
  498.  
  499. ==========
  500.  
  501. Term    4.3    Very nice terminal program.
  502.  
  503. A telecommuncations program designed for use with any Commodore-Amiga
  504. computer running Kickstart 2.04 or higher.  Its features include:
  505.  
  506.    * Fast built-in VT-220 terminal emulation
  507.  
  508.    * Support for custom terminal emulation modules following the `XEM
  509.      2.0' standard
  510.  
  511.    * Operates in any display environment, supports all screen display
  512.      modes
  513.  
  514.    * Support for file transfer modules following the `XPR' standard
  515.  
  516.    * File- and printer-capturing functions
  517.  
  518.    * Review-buffer support
  519.  
  520.    * Powerful phone book and dialing functions
  521.  
  522.    * `Amiga User Interface Style Guide' conformant user interface
  523.  
  524.    * Online-help (requires AmigaGuide package)
  525.  
  526.    * Built-in `ARexx' interface
  527.  
  528.    * File upload list, which permits selecting the files to be
  529.      transferred before the upload is started.
  530.  
  531.    * Login script learn mode.
  532.  
  533.    * Built-in keyword/response parser which makes it possible to have
  534.      `term' respond to BBS prompts and such with the user name,
  535.      password, etc. without having to program the ARexx interface.
  536.  
  537.    * Interface for external programs to rendezvous with `term', taking
  538.      over serial I/O processing (such as `HydraCom').
  539.  
  540. Author: Olaf `Olsen' Barthel
  541. Path: comm/term/term/
  542.  
  543. ==========
  544.  
  545. BarflyDemo    1.18    Very powerful Debugger and Assembler.
  546.  
  547. Very powerful Intuition controlled Source Level Debugger and an optimizing
  548. Assembler.  The Debugger allows the parallel debugging of several tasks in
  549. unlimited windows.  Has different windows for ASM/Copper-Disassembler,
  550. Memory, Source, Breakpoints, Watchpoints, Checksums and a lot of other
  551. functions.  It supports SAS-C and GCC Sourcelevel Debugging and allows
  552. dynamic include structure support. Supports 68000-68040/6888x.
  553. The Assembler has multi-pass optimizing, precompiled includes,
  554. include/incbin cache, highlevel macros, smalldata and advanced hunk
  555. support.  Supports 68000-68060/6888x.
  556.  
  557. Author: Ralph Schmidt
  558. Path: dev/asm/BarflyDemo/
  559.  
  560. ==========
  561.  
  562. PhxAss    4.14    Highly optimizing macro assembler
  563.  
  564. PhxAss V4.xx is a highly optimizing macro assembler for Motorola's 680x0
  565. CPUs, 6888x FPUs and 68851 MMU (of course, the 030, 040 and 060 MMUs are
  566. also supported). It requires OS2.04 (V37) as a minimum and does no longer
  567. support older operating systems! (Kick 1.x owners: Get PhxAss V3.97)
  568.  
  569. Most important features:
  570. o Fast: 15000-30000 lines per minute with standard Amigas, 50000-200000
  571.   with A4000/040.
  572. o Symbolic and Source Level Debugging.
  573. o Automatic generation of executables (if possible).
  574. o Small Code and Small Data support (also support for __MERGED sections).
  575. o Listing file, Cross Reference Listing, Equates file.
  576. o Complete floating point support: You can use complex floating point
  577.   expressions, including float functions (sine, logarithm, square root,
  578.   power, etc.), everywhere in your source, e.g. defining float EQUates or
  579.   SETs.
  580. o Switches for nine different optimizations.
  581. o Locale symbols (xxx$ and .xxx type).
  582. o Support for Motorola's old and new operand style (even in 68000 mode).
  583. o locale.library usage (english, german, polish).
  584. o Nearly all directives of the most popular assemblers like Seka, DevPac or
  585.   AS (Aztec) are supported. Examples: INCBIN, INCDIR, CODE_C, REPT, RS,
  586.   RSRESET, EQUR, REG, OFFSET, XDEF, XREF, PUBLIC, ...
  587. o Further development and support is guaranteed for years, because I'll
  588.   *never* change my system (Amiga forever!).
  589. o Finally: Although Shareware, PhxAss is completely functional!
  590.  
  591. You will find four different versions of PhxAss in this distribution:
  592. 1. PhxAss: The standard 680x0,FPU,MMU macro assembler.
  593. 2. SmallPhxAss: This is a 68000-only version without floating point support.
  594. 3. FreePhxAss: This program is FREEWARE! It is intended for developers of
  595.     PD-Compilers, who want to include PhxAss in their compiler package.
  596. 4. GigaPhxAss: Identical to PhxAss, but source codes are not limited to
  597.     65535 lines. Quite useful for assembling Reassembler outputs.
  598.  
  599. PhxAss is SHAREWARE. A registration will cost you 25 DM or 15$. In return
  600. you will receive the latest update and the right to ask me for a new update
  601. whenever you want.
  602.  
  603. Author: Frank Wille
  604. Path: dev/asm/PhxAss/
  605.  
  606. ==========
  607.  
  608. ACE    2.35    Update (V2.35) of Amiga BASIC compiler
  609.  
  610. ACE is a FreeWare Amiga BASIC compiler which, in conjunction with A68K
  611. and Blink produces standalone executables.
  612.  
  613. The language defines a large subset of AmigaBASIC but also has many
  614. features not found in the latter such as: turtle graphics, recursion,
  615. SUBs with return values, structures, arguments, include files, a
  616. better WAVE command which allows for large waveforms, external
  617. references, named constants and a variety of other commands and
  618. functions not found in AmigaBASIC.
  619.  
  620. New features in version 2.0 include: gadgets, three standard requester
  621. types, serial I/O and menus (with optional command-keys for menu
  622. items). New commands and functions for this version include EXIT FOR,
  623. PTAB, SPC, DEF FN, ON ERROR and ERR (these last two handle file and
  624. serial I/O at present). INPUT and PRINT can now be used transparently
  625. for all screen/window combinations.
  626.  
  627. All user-defined windows are now fully-configurable and may be used in
  628. conjunction with screens as per AmigaBASIC. Window close event
  629. trapping is also a new feature.
  630.  
  631. In addition to event trapping, ACE now supports WAITing for both menus
  632. and gadgets. Waiting is more operating-system-friendly than event
  633. trapping.
  634.  
  635. A simple graphical front-end (Integrated Development Environment) is
  636. also provided with the archive. This is written in ACE.
  637.  
  638. Author: David Benn
  639. Path: dev/basic/ACE_Update/
  640.  
  641. ==========
  642.  
  643. DeCon    2.1    Sends serial debug output to a console
  644.  
  645. Many debugging utilities send their output to serial port using simple
  646. communication mechanism embedded in the exec.library -- the RawPutChar
  647. function.  This simple utility patches that function, opens a window
  648. on the WB screen and redirects all to this window.
  649.  
  650. Author: Martin Mares
  651. Path: dev/debug/DeCon/
  652.  
  653. ==========
  654.  
  655. DisectDemo    1.7    Symbolic disassembler and debugger.
  656.  
  657. Disect is a very powerful combined disassembler/debugger program,
  658. which has been designed to be easy to use. Its power is achieved at
  659. the expense of memory: the minimum requirement is 1Mb; for larger
  660. projects, 2Mb will be required. The programmer neither encourages nor
  661. condones its use to assist in illegal duplication of copyright
  662. software. Disect can be used for two main purposes: development of
  663. software; and the gaining of knowledge (hacking can be very
  664. educational).
  665.  
  666. The debugger allows an executable file, a disk boot-block, a binary
  667. file, or an area of memory to be loaded and created as a Process. It
  668. is even possible to grab an existing memory-resident Process. A
  669. Process's instructions can be executed individually, or the Process
  670. can be activated, with or without breakpoints installed. System
  671. exceptions can be trapped before they crash the machine, and program
  672. symbols can be read from execut- able files.
  673.  
  674. The disassembler allows a loaded program to be commented, have blank
  675. lines inserted, and have it's numbers and addresses replaced with
  676. constant or program symbols. All the symbols of Release 3 of the
  677. system include files are available to the disassembler. A program
  678. which has been dissected in this way can then be saved as two source
  679. files: a program file, and a support file. The support file will
  680. contain EQUs for all required constant symbols. System constant
  681. symbols can be EQUs (grouped by the SI file where they live), or
  682. alternatively the support file can INCLUDE all required SI files.
  683. Disect data files can be saved, to be reloaded later: 'hold on to your
  684. hacks'!
  685.  
  686. Disect requires Release 2 of the Amiga operating system; it also
  687. requires the ASL library, and GadTools library.
  688.  
  689. If you've paid your shareware fee then you'll have the full version.
  690. Otherwise, the copy you've got is (hopefully) only a demo. This has a
  691. few differences: you cannot disassemble to file; you cannot extract
  692. program symbols from executable files; auto trace mode is not
  693. available.  In addition, you will not have all of the system symbol
  694. data files. If this is so, and since, as I don't doubt, you'll be
  695. impressed by this program, then don't hesitate in registering today,
  696. by sending your name and full address (and a cheque/postal order for
  697. £20) to the address which you'll find at the end of this file. As well
  698. as receiving the full version, you'll also be en- titled to technical
  699. support (by mail) if required. If you like this program, it's well
  700. worth the money... this will encourage further versions, which will
  701. only get even more powerful... imagine!
  702.  
  703. Author: D. M. Alderson
  704. Path: dev/debug/DisectDemo/
  705.  
  706. ==========
  707.  
  708. MemWatcher    1.0    Replaces drip, WB-Displ., Cluster Source
  709.  
  710. MemWatcher's purpose is to control memory loss and memory consumation of
  711. programs under development.  Easy to use Workbench interface.
  712.  
  713. Author: Frank Brandau
  714. Path: dev/debug/MemWatcher/
  715.  
  716. ==========
  717.  
  718. PoolWatch    1.01    Debug tool for pool-allocations (OS3.x)
  719.  
  720. PoolWatch  is a debug tool for OS 3.0 and higher designed to watch and
  721. correct  illegal  allocation  and  freeing  of  memory  that  use  the
  722. pool-functions provided in OS 3.0 and upwards.  PoolWatch is necessary
  723. since  Mungwall  do  not  catch any illegal memory handling concerning
  724. pool-allocations.
  725.  
  726. PoolWatch  is especially useful in combination with Enforcer, Mungwall
  727. (which  will  watch  normal  allocations  that  use AllocMem/FreeMem),
  728. SegTracker and FindHit (included in the Enforcer archive).
  729.  
  730. If  SegTracker  is  running  in  the system when PoolWatch is started,
  731. PoolWatch   will  use  the  public  SegTracker  seglist  tracking  for
  732. identifying  the  hunk  and  offset  into the executable doing illegal
  733. allocations.
  734.  
  735. You  *need*  sushi  to run PoolWatch.  PoolWatch will use kprintf() to
  736. output  text, and without sushi (or a terminal-program :) you will not
  737. be able to see the text.  Future versions will probably support output
  738. to stdio too.
  739.  
  740. Author: Magne Østlyngen
  741. Path: dev/debug/PoolWatch/
  742.  
  743. ==========
  744.  
  745. SerLog    1.6    Debugging device to monitor serial-IO
  746.  
  747. serlog.device passes all IOExtSer requests to a "real" serial.device
  748. and writes the results to a file.  You may configure the amount of
  749. information to be stored in the log.  The log-file created by
  750. serlog.device contains a binary dump which can be formatted
  751. (i.e. transferred into a readable version) using the supplied
  752. formatter.
  753. Note that serlog.device uses *significant* overhead over the underlying
  754. serial.device, resulting in very low baud-rates.
  755.  
  756. Author: Stefan Pröls
  757. Path: dev/debug/SerLog/
  758.  
  759. ==========
  760.  
  761. VisualArts    2.2    A powerful GUI designer
  762.  
  763. Visual Arts 2.2 is a powerful GUI builder. Features includes: Menu and
  764. List manager, Object Master, Insert custom codes into any GadTools or
  765. GadTool Menu items, primitive drawing tools such as rectangle, circle and
  766. lines; supports AppWindow, MultiProcessing windows, and scrollable super
  767. bitmap window.
  768.  
  769. Add ARexx to any program, custom images, custom images and/or icon images
  770. for boolean button, PopupMenu, get any IFF color map and use it in your
  771. program, color palette and over 40 custom patterns for fills.  Supports
  772. Context Sensitive layouts, console window, serial handler, add speech to
  773. your applications, support WB3.x, extended gadget and more. 
  774.  
  775. An intuitive interface unlike other GUIs, unlimited windows can be opened,
  776. supports PAL, NTSC, EURO, VGA, AGA screen modes, user perference,
  777. automatic history and time interval saving, user configurable source
  778. output such as Intuition, Handler, WB2.1, WB3.1 and many more features.
  779. Codes generated by Visual Arts can compile and run without adding a single
  780. line of code.
  781.  
  782. Author: Danny Y. Wong
  783. Path: dev/gui/VisualArts/
  784.  
  785. ==========
  786.  
  787. FPL    11.5    Interpreting, C-like language library
  788.  
  789.         FPL is an interpreting script/macro language shared library,
  790.         designed to be flexible and easy inserted in any code.
  791.  
  792.         FPL is a complete script programming language _very_ similar
  793.         to C. If you are a software developer and plan to add any
  794.         kind of macro/script control, consider the FPL alternative!
  795.  
  796.         FPL library lets the software programmer define functions
  797.         and variables that FPL should accept. The library will call
  798.         a function in the software whenever any of these functions
  799.         are used or variables are read in an FPL program.
  800.  
  801.         FPL is portable to any modern operating system, and the
  802.         package includes binaries for Amiga, OS/2 and Intel SVR4
  803.         UNIX. Source is included.
  804.  
  805.         The language FPL includes features like:
  806.  
  807.         o Full ANSI C syntax statements with semicolon separations.
  808.  
  809.         o String, integer/long, char and short variables, including
  810.           multidimensional arrays.
  811.  
  812.         o 100% ANSI C operator precedence and expression syntax/
  813.           evaluation.
  814.  
  815.         o A subset of the ANSI C function declaration and prototyping
  816.           syntax and concepts. The use of functions is exactly as C.
  817.  
  818.         o Fully recursive, fully re-entrant.
  819.  
  820.         o while, for, if, do, break, continue, else, int, exit, char,
  821.           long, register, auto, volatile, typedef, const, switch and
  822.           return are 100% ANSI C compatible. 'while' has been extended
  823.           with an 'else' support and 'break' with a multi level break
  824.           option.
  825.  
  826.         o A number of internal functions which include: strcmp,
  827.           strncmp, strstr, atoi, strtol, strlen, abs, sprintf and the
  828.           FPL specific substr, eval, ltostr and interpret!
  829.  
  830. Author: Daniel Stenberg
  831. Path: dev/lang/FPL/
  832.  
  833. ==========
  834.  
  835. ADoc    1.02    Create autodocs and/or texinfo from src
  836.  
  837. The ADOC scanner creates Autodocs or Texinfo source from source code.
  838. It is an enhanced version of Bill Koesters `Autodoc' program as of
  839. 21-Aug-89 which is part of C=ommodore's Native Developer Kit (NDK).
  840.  
  841. Author: Tobias Ferber
  842. Path: dev/misc/ADoc/
  843.  
  844. ==========
  845.  
  846. BitOp    2.2    Bit tool; dec-hex-bin conv; calc
  847.  
  848. A tool for creating/editing bitmasks. Also converts dec-hex-bin. And can
  849. be used as a calculator. Performs AND, OR, EOR, ADD, SUB, MUL, DIV, NOT,
  850. NEG, and SL/SR on any one or two numbers.
  851.  
  852. Author: John Corigliano
  853. Path: dev/misc/BitOp/
  854.  
  855. ==========
  856.  
  857. CatEdit    1.2b    A GUI catalog editor/translator
  858.  
  859. A GUI catalog editor/translator, allows you to translate localized
  860. programs.  You can also remove errors in the translation of a program
  861. or even the Workbench.  All you need to translate a program is a
  862. catalog file in a language that you understand.
  863.  
  864. Author: Rafael D'Halleweyn
  865. Path: dev/misc/CatEdit/
  866.  
  867. ==========
  868.  
  869. OFL    1.2    Describes functions in libraries
  870.  
  871. By  selecting the library you wish to consult, you will be presented with a
  872. list  of  its  functions.  Just clic on the one you're interested in, and a
  873. requester containing the following information will appear:
  874.  
  875.  - the function's name
  876.  - a short summary of what it does
  877.  - its offset
  878.  - the structures and registers it uses
  879.  
  880. Naturally enough, the information provided is not comprehensive; OFL is no
  881. replacement  to  the  autodocs.   Its  main  aim is to provide you with the
  882. minimum  information needed and spare you hours of tedious research through
  883. tons  of  documentation.  For more details, you will have to go through the
  884. autodocs and/or the 'Rom Kernal Reference Manuals'.
  885.  
  886. Author: Christophe Beaumont
  887. Path: dev/misc/OFL/
  888.  
  889. ==========
  890.  
  891. PhxLnk    4.15    AmigaDOS module linker
  892.  
  893. PhxLnk supports all features of a standard Amiga-DOS linker (like BLink),
  894. except of overlay hunks and automatic link vectors (ALV).
  895.  
  896. Implemented functions:
  897. o Links object files and libraries (SAS/C extended libraries also)
  898. o Sections may be forced to Chip-memory
  899. o Small Code, Small Data
  900. o SAS/C-Blink Small Data compatibility available
  901. o '_MERGED' sections are recognized automatically (and coalesced like
  902.   Small Data sections)
  903. o Symbolic and Source Level Debugging (PowerVisor compatibility included)
  904. o Debug blocks are removed on request
  905. o Deletes empty sections
  906. o Zero bytes at the end of a section are deleted and appear in the
  907.   HUNK_HEADER block only
  908. o User may define absolute external symbols
  909.  
  910. PhxLnk is FREEWARE.
  911.  
  912. Author: Frank Wille
  913. Path: dev/misc/PhxLnk/
  914.  
  915. ==========
  916.  
  917. DiskMon    3.1    Disk monitor - for most block devices
  918.  
  919. Version 3.1 of DiskMonTools, a tool for Floppy-Disks, Harddisks and CDs.
  920.  
  921.  Features:
  922.  - English and german AmigaGuide® documentation.
  923.  - DiskMonitor:
  924.    - Works with Floppy-Disks, Harddisks, CD-ROMs(*)
  925.      Ram-Disks (like RAD:, SD0, ...), etc.
  926.    - Can display/edit Rigid-Disk-Blocks
  927.    - Works with blocksizes > 512 bytes.
  928.    - Search for ASCII and HEX data.
  929.    - Displays all ASCII Codes (0-255).
  930.    - Repairs Read/Write-Errors on Floppy-Disks.
  931.  - FileMonitor:
  932.    - Works directly on disks (can edit files larger than the availible
  933.      memory) or in RAM(*) for faster searching and editing.
  934.    - Search for ASCII and HEX data.
  935.    - Displays all ASCII Codes (0-255).
  936.  - DiskOptimizer:
  937.    - Optimizes a disk or partition for faster access.
  938.    - Workbench mode for displaying Icons faster.
  939.    - 2 modes, one for partitions that are mostly read, the other for
  940.      partitions where often files are written.
  941.    - Works with blocksizes > 512 bytes.
  942.    - Displays the structure of the partition.
  943.    - Works with all Amiga-FilesSystems (DOS\0-DOS\5).
  944.    - Works with OS 2.0 - OS 3.1 SoftLinks(*).
  945.  - Undelete:
  946.    - Recovers deleted files.
  947.  - Speed(*):
  948.    - Tests the read-performance of any drive.
  949.  - CD-Player(*):
  950.    - Plays Audio-CDs.
  951.  - Works on Amigas with a 68000-CPU, DMT 3.0 needs 68020 or higher(*)
  952.  
  953.  (*) new in Version 3.1
  954.  
  955. Includes both English and German documentation
  956.  
  957. Author: Jörg Strohmayer
  958. Path: disk/moni/DiskMon/
  959.  
  960. ==========
  961.  
  962. AirTaxi    ?.?    SpaceTaxi clone for 25MHz+, 1m+ chip
  963.  
  964. AirTaxi is a SpaceTaxi clone for 1-5 players which uses a 4-joystick
  965. parallel adapter for players 4 and 5.  A very entertaining, colorful
  966. and noisy game with multiple levels.
  967.  
  968. Author: David May
  969. Path: game/2play/AirTaxi/
  970.  
  971. ==========
  972.  
  973. KightsQuest    ?.?    Single player board game of strategy
  974.  
  975. KnightsQuest is a one player game of strategy, in which you move
  976. around an 8x8 grid with a knight (chess piece), trying to land on
  977. all spaces. (Not an easy task!)
  978.  
  979. Author: David H. Loeser Jr.
  980. Path: game/board/KnightsQuest/
  981.  
  982. ==========
  983.  
  984. DiamondCaves    1.3    Great Boulder dash clone
  985.  
  986. Diamond Caves is a Boulder Dash clone with many  advantages  to  previously
  987. released clones:
  988.  
  989. - programmed 100% using OS-routines
  990. - supports different screenmodes (runs on gfx-boards!)
  991. - comes with ready-to-run installer script
  992. - 1 or 2 players (maybe even more in future releases)
  993. - playfields from 10x10 to 100x100 squares
  994. - loads of new features like conveyor belts, switches, and much more
  995. - recording and replay of previously played games
  996. - 25 tutorial-levels and 25 game-levels in the unregistrated version
  997. - great Intuition-based Leveleditor in the registrated version
  998.  
  999. Author: Peter Elzner
  1000. Path: game/misc/DiamondCaves/
  1001.  
  1002. ==========
  1003.  
  1004. Puzzle    1.3    Try to put 16 color images back together
  1005.  
  1006. This is a simple puzzle game.  You have square pieces and you move
  1007. them around to make the picture.  It is all mouse driven.  You can
  1008. show the picture (remember to press the left mouse button to return
  1009. to the puzzle)  It is a simple program that doesn't keep track of 
  1010. whether you have completed the puzzle or not.  Also, I never got
  1011. around to putting in double buffering to get rid of the slight
  1012. flashes.  Oh well.
  1013.  
  1014. You can use any picture you want so long as it is 320x200 and 16 
  1015. colors with the lower 4 colors being unused. The program will 
  1016. automatically set the lower four colors to:
  1017.  
  1018.      color #       DPaint Color       ADPro Color
  1019.        0            0,0,0              0,0,0
  1020.        1            9,9,9              153,153,153
  1021.        2            14,14,14           238,238,238
  1022.        3            5,5,5              85,85,85
  1023.        
  1024. All the other colors can by anything you want.
  1025.  
  1026. Author: Brian Gragg
  1027. Path: game/misc/Puzzle/
  1028.  
  1029. ==========
  1030.  
  1031. DungeonMap    2.2    Creates custom dungeons for games
  1032.  
  1033. DungeonMap is intended to be used as an aid to Dungeon Masters (DM's) © TSR
  1034. for creating dungeons for use in Advanced Dungeons & Dragons (AD&D) © TSR.
  1035. But, you can use it for what ever you like.
  1036.  
  1037. The legend says "Door" and "Arch." But, these can be interpreted any way you
  1038. please (E.g., Door's could be locked or secret doors, and Arch's could be open
  1039. or unlocked doors). Just use your imagination. For the most part the program
  1040. is self explanatory.  I'll just cover some of the more subtle points and
  1041. features.
  1042.  
  1043. Author: Bill Elliot
  1044. Path: game/role/DungeonMap/
  1045.  
  1046. ==========
  1047.  
  1048. PanicSociety    1.1    Multilevel graphic puzzle adventure.
  1049.  
  1050. Update to version 1.0
  1051. Hillery and her Liberals friends have taken total control of the
  1052. world. You are one of some 10 million people left, scheduled for
  1053. transfering to the country of your origin. But, someone has
  1054. tampered with your environmental control causing you to awaken
  1055. from a mind controlled state. Your objective, to learn all you
  1056. can about Panic Society, escape from your prison, find master
  1057. control, shut it down, and rebuild society.
  1058. Panic Society uses the mouse and keyboard.
  1059.  
  1060. Author: Ronald F. Picardi
  1061. 630 Bacon Rd.
  1062. Saginaw, MI 48609
  1063. Path: game/role/PanicSociety/
  1064.  
  1065. ==========
  1066.  
  1067. SSW    1.38    2 player space war game in 53 systems.
  1068.  
  1069. Solar System Wars is a game similar to Space Wars, pitting two players
  1070. against each other, in orbit around 0 to 4 stars.  Choose from 53
  1071. different solar systems, or turn on the random system selector for a
  1072. new challenge every round.  A variety of weapons are available.  Two or
  1073. three button joysticks are strongly recommended, but not required.
  1074. Both NTSC and PAL are supported.  Binary only.
  1075.  
  1076. New in version 1.38:
  1077.  
  1078. * Fixed bug that sometimes left torpedo pixels on the screen when a
  1079.   Cluster Pod popped.
  1080.  
  1081. * Fixed glitch in joystick routines that made a Cloaked ship flicker if
  1082.   you tried Hyperspace at the same time.
  1083.  
  1084. * Made the Disruptor more disruptive.  When hit, a ship will accelerate
  1085.   with quad thrust while spinning.
  1086.  
  1087. Author: James Cleverdon
  1088. Path: game/shoot/SSW/
  1089.  
  1090. ==========
  1091.  
  1092. AntiMatter    2.1    Deduce the location of hidden "atoms".
  1093.  
  1094. Amiga version of the `70s board game "Black Box".  Features are:
  1095. Intuition-based, stereo sound, animated pointer, supports all Amigas
  1096. and OS versions 1.3+, well tested.
  1097.  
  1098. Author: Adam Levin-Delson
  1099. Path: game/think/AntiMatter/
  1100.  
  1101. ==========
  1102.  
  1103. CardGamesDlx    1.1    Very nice BlackJack & VideoPoker games
  1104.  
  1105. Two cardgames in one.  BlackJack/VideoPoker.  Fully compatible with REKO
  1106. Cardsets! Includes 1 new AGA and 1 new ECS REKO cardset.  Works on all
  1107. OS2.1+ 680x0 ECS/AGA Amigas!
  1108.  
  1109. Author: Logic System Productions
  1110. Path: game/think/CardGamesDlx/
  1111.  
  1112. ==========
  1113.  
  1114. SmokeEmPoker    1.4.1    Multi-player draw poker game.
  1115.  
  1116. Play draw-poker against five opponents at once (not 'video' poker).
  1117. Easy-to-use graphic interface, configurable preferences, multi-tasking
  1118. and system-friendly. Version 1.4.1 adds stats graphing, key shortcuts,
  1119. sound effects, bug fixes, and more prefs.
  1120. Requires WB 2.x or later, at least 2 megs of memory, WB overscan,
  1121. speech requires Amiga speech software.
  1122. BeerWare by Dave O'Brien.
  1123.  
  1124. Author: Dave O'Brien (dave.obrien@sybase.com)
  1125. Path: game/think/SmokeEmPoker/
  1126.  
  1127. ==========
  1128.  
  1129. Irit    5.0    Multi-platform 3D solid object modeler
  1130.  
  1131. IRIT is a solid modeler developed for educational purposes.  Although
  1132. small, it is now powerful enough to create quite complex scenes.
  1133.  
  1134. IRIT started as a polygonal solid modeler and was originally developed
  1135. on an IBM PC under MSDOS.  Version 2.0 was also ported to X11 and version
  1136. 3.0  to SGI 4D systems.  Version 3.0 also includes quite a few free form
  1137. curves and surfaces tools.  See the UPDATE.NEW file for more detailed update
  1138. information.  In Version 4.0, the display devices were enhanced, freeform
  1139. curves and surfaces have further support, functions can be defined, and
  1140. numerous improvement and optimizations are added.
  1141.  
  1142. Author: Gershon Elber, Amiga port by Kriton Kyrimis
  1143. Path: gfx/3d/Irit/
  1144.  
  1145. ==========
  1146.  
  1147. GfxCon    1.3    Image format converter for most formats
  1148.  
  1149. Image format converter that can load and save most formats:
  1150.  
  1151. Load: ILBM, LBM, RGB8, RGBN, PCX, IMG, BMP, RLE4, RLE8,
  1152.       GIF, TIFF, JPEG, RGB-Raw, Targa
  1153.  
  1154. Save: ILBM, PCX, GIF, JPEG, RGB-Raw, Postscript
  1155.  
  1156.  
  1157. Features:
  1158.  - virtual memory built in (even with a plain 68000)
  1159.  - color-effects and simple transformations are possible
  1160.  - shows most information stored in images
  1161.  - has a nice GUI
  1162.  - fontsensitiv
  1163.  - 68020/881-version included
  1164.  
  1165. New:
  1166.  
  1167.   V1.3    - HAM6 working again
  1168.     - TIFF-RGB images and bug fixes
  1169.     - improved virtual memory
  1170.  
  1171.   V1.2    - HAM8
  1172.     - Targa-CLUT-images
  1173.  
  1174. Author: Dirk Farin
  1175. Path: gfx/conv/GfxCon/
  1176.  
  1177. ==========
  1178.  
  1179. ImageStudio    2.0.0    Image processing program
  1180.  
  1181.    ImageStudio is written for the casual graphics user who wishes to
  1182. convert or manipulate various graphics formats on a modest Amiga
  1183. system. There are several commercial offerings available, however the
  1184. casual user is paying a lot of money for many facilities and options
  1185. they would probably never use.
  1186.  
  1187.    Bitmap graphics, by their nature, usually require large amounts of
  1188. RAM. One of the main objectives of ImageStudio was to reduce this
  1189. burden by utilising virtual memory - most users have more spare hard
  1190. disk space than spare RAM.
  1191.  
  1192.    ImageStudio works with several buffers at any one time (dependant on
  1193. how many levels of undo are specified), each of these buffers can hold
  1194. either colour-mapped or 24-bit images.
  1195.  
  1196.    ImageStudio comes with a fully featured ARexx port, which allows the
  1197. writing of macro scripts to automate repetative processes and also
  1198. allows communication with other ARexx aware programs. Again, ARexx has
  1199. the reputation of being "something pretty difficult", so we've
  1200. simplified the use of ARexx in ImageStudio by allowing the user to
  1201. create, edit and run scripts entirely within ImageStudio - ImageStudio
  1202. even provides a blank template as a starting point for each new script.
  1203.  
  1204. List of features
  1205. ================
  1206.    General:
  1207.    * Full 24-bit image buffers, with optimizations for colour-mapped
  1208.      (palette based) images.
  1209.    * Up to 100 levels of undo / redo.
  1210.    * User configurable virtual memory.
  1211.    * Fully featured, easy to use, ARexx interface.
  1212.    * User saveable preferences.
  1213.    * Operations applicable to the whole image or a selected region.
  1214.    * Up to 256 greyshade preview window (with optional dither).
  1215.    * Zoom on preview window.
  1216.    * Internal / external viewers (external for third party 24-bit
  1217.      graphics cards).
  1218.    * Loading / saving / manipulating of AGA image formats (e.g. 256
  1219.      colours, HAM8) on non-AGA machines.
  1220.    * Max image size of 32000 x 32000 (limited to 250 x 250 in the
  1221.      unregistered version).
  1222.    * Copy / paste to / from the system clipboard.
  1223.    * Runs on all Workbench 2.04+ Amiga's - utilises AGA chipset if
  1224.      available.
  1225.    * Online AmigaGuide help, as well as ASCII, TeX `.dvi' and
  1226.      PostScript documentation.
  1227.    * Multi-level help error requesters.
  1228.    * Standard Workbench2 interface.
  1229.    * Public screen.
  1230.    * Requires no third party libraries or utilities.
  1231.  
  1232.    Import:
  1233.    * IFF-ILBM formats (Standard palette based, HAM6, HAM8, extra
  1234.      halfbright, ILBM24)
  1235.    * BMP
  1236.    * GIF (conforming to GIF87a)
  1237.    * JPEG (conforming to JFIF standard)
  1238.    * PCX
  1239.    * Targa
  1240.    * Any installed Amiga datatype (with Workbench 2.1+)
  1241.  
  1242.    Export:
  1243.    * IFF-ILBM formats (Standard palette based, HAM6, HAM8, extra
  1244.      halfbright, ILBM24)
  1245.    * BMP
  1246.    * EPS
  1247.    * JPEG (conforming to JFIF standard)
  1248.    * PCX
  1249.    * Targa
  1250.  
  1251.    Colour Balance:
  1252.    * All operations are available to the R,G,B components separately.
  1253.    * Brightness ( upto ±100%)
  1254.    * Contrast (non to full)
  1255.    * Gamma ( + and - )
  1256.  
  1257.    Convolution:
  1258.    * Many supplied convolution filters.
  1259.    * User definable convolutions, load and save to disk.
  1260.  
  1261.    Effects:
  1262.    * Built in effects: Dynamic range expansion, FlipX, FlipY, RollX,
  1263.      RollY, Negative, Greyscale, Highlight, Shadow, Random, Pixelize,
  1264.      Remove isolated pixels.
  1265.  
  1266.    Scale:
  1267.    * Crop to selected region.
  1268.    * Increase / decrease scale by percentage or absolute image size.
  1269.    * Simple scale or colour averaged.
  1270.  
  1271.    Colour reduction:
  1272.    * Increase colour mapped images to 24-bit.
  1273.    * Decrease number of colours in 24-bit or colour mapped images via
  1274.      Heckbert median cut algorithm.
  1275.    * Dithers available for colour reduction: None, Floyd-Steinberg,
  1276.      Burkes, Stucki, Sierra, Jarvis, Stevenson-Arce.
  1277.  
  1278.    Palette:
  1279.    * Edit palette colours and ranges.
  1280.    * Save current palette.
  1281.    * Force palette onto current image, dithering if necessary (all
  1282.      dithers available).
  1283.  
  1284. Author: Andy Dean
  1285. Graham Dean
  1286. Path: gfx/conv/ImageStudio/
  1287.  
  1288. ==========
  1289.  
  1290. IPRDemo    1.0    New, fast, intuitive image processor
  1291.  
  1292.         IPR Demo Release is the demoversion of 'Image Processing
  1293.         Revelations', a NEW, FAST and INTUITIVE image processing package.
  1294.         With features not seen in any other image processor!
  1295.         Especially its fast operation and the easy intuitive way
  1296.         to control the image processing is IPR's major advantage.
  1297.         IPR Demo Release gives you the chance to look and feel
  1298.         IPR's smooth and intuitive operation.
  1299.  
  1300.         - Supported fileformats of the Demo Release:
  1301.           BMP, GIF, IFF, JPEG (only greyscale), TIFF, PCX, TARGA,
  1302.           Multipic (*)
  1303.           (*) Special Amiga-libraries, allowing further loading of PBM,
  1304.               VLAB, YUVN, PGM, PPM, QRT, SunRaster, XIPaint, and others.
  1305.           The full version of IPR also supports colour-JPEG and Datatypes.
  1306.  
  1307.         - Support for all amiga-chipsets (support for PAL, NTSC, DblPAL,
  1308.           DblNTSC, VGA, MULTISCAN and others)
  1309.  
  1310.         - Easy to master, intuitive, consistent interface.
  1311.  
  1312.         - Color-manipulations on one of (or a combination of)
  1313.           the red, green or blue components of the picture.
  1314.  
  1315.         - Color-manipulations on specified color-registers.
  1316.  
  1317.         - Real time color manipulation.
  1318.  
  1319.         - Brightness, BroadCast, ColorFilter, ColorLimiter, Contrast,
  1320.           GammaCorrect, GrayScale, Intensity Range, Negative, Palette,
  1321.           Posterize, Solarize, Arc, Fisheye, Flip, Mirror, MultipleCopy,
  1322.           Rotate, Shear, Sinewave, Pixelize, Spotlight, Zoom, LineArt,
  1323.           Relief, ApplyPalette, ColorReduction, Palette optimization,
  1324.           RenderHAM, CropRectangle, Scale, and more!
  1325.  
  1326.         - Each function has a built-in demo-mode, showing the user the
  1327.           possibilities of that function.
  1328.  
  1329.         - Integrated viewer.
  1330.  
  1331. Author: Barnie Productions
  1332. Path: gfx/conv/IPRDemo/
  1333.  
  1334. ==========
  1335.  
  1336. ImageEngineer    1.0    New image processing application.
  1337.  
  1338. Image Engineer is brand new freely distributalbe image processing
  1339. application.  Image Engineer can for tasks varying from converting images
  1340. between different fileformats, rendering 24 bits down to standard Amiga
  1341. screen modes and enhancing baddly scanned images.  What you can use it for
  1342. is basicly limited by what you can think off.
  1343.  
  1344. Features
  1345. ~~~~~~~~
  1346.  
  1347. * Coded in 100% 68020 Assembler
  1348. * Multiple image editing
  1349. * All processing is done in 8 bit grey or 24 bit colour
  1350. * Uses superview.library for loading and saving. superview.library currently
  1351.   supports IFF ILBM, IFF ACBM, PCX, SVO, GIF, BMP, FBM, C64 (Koala, Doodle),
  1352.   IMG, TIFF, Targa, WPG, SunRaster, Pictor, MacPaint, JPEG.
  1353. * ARexx support
  1354. * Can display images using superview.library. superview.library currently
  1355.   supports EGS and OpalVision (more in the works).
  1356. * Supports AGA where available.
  1357. * Can render and dither image to the standard Amiga screen modes, as well as
  1358.   HAM6 and HAM8.
  1359. * Image Composition
  1360. * User Convolves
  1361. * Image balance control, brightness, contrast, gamma.
  1362. * Extensive filtering control.
  1363. * It's Free! (The money you save on software you can spend on hardware ;-)
  1364.  
  1365. Author: Simon Edwards
  1366. Path: gfx/edit/ImageEngineer/
  1367.  
  1368. ==========
  1369.  
  1370. TSMorph    3.2    A comprehensive morphing package.
  1371.  
  1372. TSMorph is a set of morphing programs. It consists of three programs:\n
  1373.  
  1374.      TSMorph         Edit the Morph parameters\n
  1375.      TSMorph-render  Generate the morphed images\n
  1376.      TSMorph-prefs   Preferences editor\n
  1377.  
  1378. TSMorph is used to create a parameter file which is used by
  1379. TSMorph-render to produce the morphed images. Run times can be about 3
  1380. seconds per frame for a 150x150 image on a 28Mhz 68040.\n
  1381.  
  1382. TSMorph-render can be used to either morph one (or a series of)
  1383. image(s) to another in a set number of frames with a number of control
  1384. points, or just distort one (or a series of) image(s) with control
  1385. points. When TSMorph is run without parameters it will display an ASL
  1386. file requester for a file created by TSMorph, it will then create the
  1387. images, displaying a Progress Requester on the default public (or
  1388. named) screen allowing the process to be interrupted and/or stopped.\n
  1389.  
  1390. ARexx scripts are run before and after each image is processed. These
  1391. allow the changing of movement and colour to be controlled along with
  1392. the ability to only generate some frames, and also post image
  1393. processing (e.g. to change to a non-24-bit format and build an
  1394. animation).\n
  1395.  
  1396. TSmorph is used to generate the parameter file. When run it displays
  1397. an Information Window on a public screen. This allows the input of the
  1398. file names to morph between, the number of frames, the start frame,
  1399. the output file names, and the type of morph (single or dual images)
  1400. to be changed.\n
  1401.  
  1402. It also allows the editing of control points on the images. The images
  1403. are displayed on a public screen in resizeable, scrollable windows.\n
  1404.  
  1405. When the images are displayed control points can be edited in various
  1406. modes. These modes allow the addition, deletion, linking and unlinking
  1407. of the control points.\n
  1408.  
  1409. Context sensitive help is displayed using amigaguide (if available).
  1410. The 'Help' key can be pressed in the gadgets, over the gadgets, on
  1411. menus or anytime a window is active.\n
  1412.  
  1413. Author: Topicsave Limited
  1414. Path: gfx/edit/TSMorph/
  1415.  
  1416. ==========
  1417.  
  1418. xv    2.10    Amiga port of the popular unix displayer
  1419.  
  1420. This is a port of an X11 program called Xv (v3.10) by John Bradley.
  1421.  
  1422. XV is a program that displays image files in GIF87, GIF89, JPEG,
  1423. PBM/PGM/PPM, TIFF, PDS/VICAR Sun Rasterfile, and X11 Bitmap formats.
  1424. XV runs on nearly ALL X displays: 1, 2, 4, 6, 8, 16, 24, and 32-bit,
  1425. color, greyscale, and black/white.
  1426.  
  1427. XV displays one image at a time in an output window, or on the root
  1428. window.  You can arbitrarily stretch or compress the window, and the
  1429. picture will be rescaled to fit.  You can rotate the picture in
  1430. 90-degree steps.  You can flip the picture vertically and
  1431. horizontally.  You can repeatedly 'crop' a picture (define a
  1432. rectangular 'region-of-interest' and 'throw away' the rest).  You can
  1433. magnify any portion of the picture by any amount, up to the maximum
  1434. size of your screen.
  1435.  
  1436. XV allows you click on the picture to determine pixel RGB values and
  1437. x,y coordinates.  You can perform arbitrary 'gamma correction' on the
  1438. picture both in RGB space and HSV space.  You can specify the maximum
  1439. number of colors that XV should use, for some interesting visual
  1440. effects.  You can have the program produce a stippled version of the
  1441. picture using black and white, or any other pair of colors.
  1442.  
  1443. XV can write images in a variety of formats, with many of the
  1444. modifications you may have made to the picture saved as well.  You can
  1445. use XV to do format conversion.  XV will also automatically uncompress
  1446. compress-ed files, as well as read files from stdin.
  1447.  
  1448. Author: John Bradley, Amiga port by Terje Pedersen
  1449. Path: gfx/edit/xv/
  1450.  
  1451. ==========
  1452.  
  1453. AmigaToNTSC    1.2    Patches graphics.library for PAL/NTSC
  1454.  
  1455. AmigaToNTSC patches graphics.library so it will think you have an
  1456. NTSC Amiga.  AmigaToPAL will patch it to think you have a PAL Amiga.
  1457. Custom screens will open in the mode selected.
  1458.  
  1459. Author: Nico Francois
  1460. Path: gfx/fract/MandelTour/AmigaToNTSC/
  1461.  
  1462. ==========
  1463.  
  1464. MandelTourDemo    3.0    Demo of a new fractal program
  1465.  
  1466. Demo version of a new Mandelbrot explorer with two original features:
  1467. (1) it keeps memory of all the pictures that have been saved so as to
  1468. make easier a systematic exploration of the Mandelbrot Set, with
  1469. various facilities for navigating in the graphic library formed
  1470. by these pictures (2) it has sophisticated routines for picture rendering,
  1471. far better than what can be achieved with the usual cyclic coloring of its 
  1472. competitors. MandelTour uses fixed point arithmetic routine from 32 bits 
  1473. to 128 bits. Possibility of complex animations.
  1474.  
  1475. Author: France Festival Distribution
  1476. Path: gfx/fract/MandelTour/
  1477.  
  1478. ==========
  1479.  
  1480. CloudsAGA    2.0    Creates random clouds in AGA resolutions
  1481.  
  1482. This program creates randomly clouds which you might use in 
  1483. your paint program, as a texture in a ray tracing program or 
  1484. as a background for your workbench. Uses all AGA-resolutions. 
  1485. Supports now sizes 1024x1024 and 2048x2048.
  1486.  
  1487. Author: Daniel Amor
  1488. Path: gfx/misc/CloudsAGA/
  1489.  
  1490. ==========
  1491.  
  1492. ImageFX_SDK    2.0    ImageFX 2.0 Source Developers Kit
  1493.  
  1494. This developers kit will allow most Amiga programs to develop modules for
  1495. nearly any part of the ImageFX 2.0 system.
  1496.  
  1497. Author: Nova Design, Inc.
  1498. Path: gfx/misc/ImageFX_SDK/
  1499.  
  1500. ==========
  1501.  
  1502. MiniMorph    1.1d    A small morphing package
  1503.  
  1504. MiniMorph is a program that will allow you to create smooth morphs/warps
  1505. between two different images over a period of frames to create an animation.
  1506. Actually it works only on greyscale pictures (16-256). It has been written
  1507. 100% in assembler to be as fast as possible. For example morphing a 
  1508. 320*256*256 picture takes less than 9 seconds on a standard A1200.
  1509.  
  1510. Author: Philippe Banwarth
  1511. Path: gfx/misc/MiniMorph/
  1512.  
  1513. ==========
  1514.  
  1515. IconShow    0.12ß    Icon viewer for directory utils and CLI
  1516.  
  1517. This program allows you to view and test icons. It can be used from CLI
  1518. or any configurable directory utility (Directory Opus, DiskMaster, MegaD
  1519. and many others).
  1520.  
  1521. Author: Per-Olof Yliniemi
  1522. Path: gfx/show/IconShow/
  1523.  
  1524. ==========
  1525.  
  1526. ARexX-10    ?.?    Communicates with X-10 coprocessors
  1527.  
  1528. This is a program for communicating with the X-10 coprocessor being sold
  1529. by Marrick Limited. It provides an ARexx hub through which any number of
  1530. other programs may communicate with the interface.
  1531.  
  1532. Author: Lyle Hazelwood
  1533. Path: hard/drivr/ARexX-10/
  1534.  
  1535. ==========
  1536.  
  1537. LogiMouse    1.05    Mouse Driver for LogiTech serial mice
  1538.  
  1539. A mouse driver for LogiTech 'Mice' that use the 'MouseMan' protocol, eg
  1540. the TrackMan trackball
  1541.  
  1542.    (if you have a LogiTech Mouse that won't work with sermouse/optmouse
  1543.     or any of the other serial drivers around, then it prob. uses this
  1544.     protocol (maybe.. ;-) ))
  1545.  
  1546. Author: Simon Richardson
  1547. Path: hard/drivr/LogiMouse/
  1548.  
  1549. ==========
  1550.  
  1551. MouseClock    2.0    Battery backed-up clock/cal project v2.0
  1552.  
  1553. Hardware project of a low cost, very small external battery backed up
  1554. clock calendar for all Amigas (especially for A1200, A500, A600).
  1555. It is connected to the mouse port #2. Shareware, includes source.
  1556.  
  1557. Changes from v1.22 to v2.0:
  1558.  
  1559. - Added pcb layout (registering).
  1560. - Added MagicWB icons for the program.
  1561. - Revised docs and shareware drawings (now completely redrawn and printed
  1562.   with a 360 DPI inkjet printer)
  1563. - Now it may be mounted internally in the rear opening under the disk-drive
  1564.   of the A1200. 
  1565. - It may also use a not rechargeable battery.
  1566. - Added the possibility to order the clock chip.
  1567.  
  1568. Author: Adriano De Minicis
  1569. Path: hard/hack/MouseClock/
  1570.  
  1571. ==========
  1572.  
  1573. PCDRV2AM    ?.?    Use 1.44Mb PC drives as Amiga HD drives
  1574.  
  1575. PCDRV2AM is a package describing how the author made
  1576. a DD (880 kb) floppy drive and a HD (880/1760 kb) 
  1577. floppy drive using a 3.5 inch PC 1.44 Mb floppy drive.
  1578. It consists of three files:
  1579.  
  1580.      - PCDRV2AM.IFF picture with the schemes.
  1581.      - PCDRV2AM.DOC text describing how to do it.
  1582.      - DRIVEID program to check the identification of 
  1583.        the drive in the amiga.
  1584.  
  1585. The drives are completely compatible with the standard 
  1586. amiga (HD/DD) floppy drives. There is no need for 
  1587. drivers if you use kickstart 2.x and higher.
  1588.  
  1589. Author: Dick Diederik
  1590. Path: hard/hack/PCDRV2AM/
  1591.  
  1592. ==========
  1593.  
  1594. A1200HW    1.0    Q & A about Amiga 1200 hardware.
  1595.  
  1596. This is a text file that attempts to answer the most common hardware
  1597. questions about the Amiga 1200 simply and concisely.  Which is not to
  1598. say that it succeeds... 8-)
  1599.  
  1600. Author: Warren Block
  1601. Path: hard/misc/A1200HW/
  1602.  
  1603. ==========
  1604.  
  1605. A4000HW    2.0    Reference guide to A4000 hardware.
  1606.  
  1607. This file is a reference to various tips, problems, repairs, and other
  1608. information on the Amiga 4000 and common boards and peripherals.
  1609.  
  1610. Author: Warren Block
  1611. Path: hard/misc/A4000HW/
  1612.  
  1613. ==========
  1614.  
  1615. FastPlot    1.00    A Modula-2 callable plot library.
  1616.  
  1617. A fast Modula-2 plotting library which produces bar charts, linear, curved,
  1618. scatter, logarithmic, and semi-log plots.  Any number of plots can be shown
  1619. on a custom screen with up to 32 colours.  Automatic x- and y-axis labels,
  1620. grids, local minima/maxima labelling, and an information box.
  1621.  
  1622. Author: Michael Griebling
  1623. Path: misc/math/FastPlot/
  1624.  
  1625. ==========
  1626.  
  1627. MathScript    2.0    Mathematical Formula Editor
  1628.  
  1629. MathScript is a formula editor, which is used to integrate mathematical
  1630. formulas into word processors or DTP programs.  It has an extensive amount
  1631. of mathematical and physical symbols and many control codes for creating
  1632. fractions, roots, exponents...  Although MathScript has no WYSIWYG, the
  1633. look of a formula can be seen immediately by its new preview feature.
  1634. It saves its formulas as graphics files which are then loaded
  1635. into word processors.  Available formats: EPS, Binary EPS, IFF, TIFF.
  1636. Its ARexx port can automate this procedure (scripts for FinalWriter
  1637. are included).  It supports multiple languages: english, deutsch,
  1638. francais, svenska, suomi
  1639.  
  1640. Author: Simon Ihmig
  1641. Path: misc/math/MathScript/
  1642.  
  1643. ==========
  1644.  
  1645. Grocery    1.7    Create, sort, print grocery lists
  1646.  
  1647. Grocery will allow you to put together grocery lists and have them sorted
  1648. by aisle of the store.  Then you can print it and speed up your shopping
  1649. trip.  It holds data for foods found as well as your favorite meals.
  1650.  
  1651. Author: Brian Gragg
  1652. Path: misc/misc/Grocery/
  1653.  
  1654. ==========
  1655.  
  1656. PTPrefs    1.03    Changes look of various players
  1657.  
  1658. This little tool lets to change the pictur,pointer and font of
  1659. most Protrackers,Soundtrackers,Noisetrackers,Startrekkers,...
  1660.  
  1661. It converts the stuff that your trackers uses to standart IFF
  1662. pictures,which can then be edited by your favourite painting program.
  1663. If the pictures fits your personal taste,you can put them back
  1664. into the tracker.The next time you start that program,it will use
  1665. that stuff that you have patched in.
  1666.  
  1667. Author: MNT
  1668. Path: mus/misc/PT_Prefs/
  1669.  
  1670. ==========
  1671.  
  1672. PowerPlayer    4.1    User/System friendly module player
  1673.  
  1674. A very powerful, user friendly and system friendly module player.
  1675. It can handle nearly all module-formats, can read powerpacked &
  1676. xpk-packed modules and comes along with its own powerful cruncher
  1677. that uses the lh.library.  Has a simple to use userinterface and
  1678. an ARexx port, has locale-support and a nice installer script for
  1679. CBM's installer utility.  Binary only.
  1680.  
  1681. Author: Stephan Fuhrmann
  1682. Path: mus/play/PowerPlayer/
  1683.  
  1684. ==========
  1685.  
  1686. BlueSeaDream    ?.?    727 frame 211x265x6 anim by Bill Graham.
  1687.  
  1688. A 727 frame 211x265x6 animation by Bill Graham.
  1689.  
  1690. Author: Bill Graham
  1691. Path: pix/anim/BlueSeaDream
  1692.  
  1693. ==========
  1694.  
  1695. GongAGA    ?.?    An animation, with sound, by Bill Graham
  1696.  
  1697. An animation, with sound, by Bill Graham
  1698.  
  1699. Author: Bill Graham
  1700. Path: pix/anim/GongAGA.diff
  1701.  
  1702. ==========
  1703.  
  1704. GongECS    ?.?    An animation, with sound, by Bill Graham
  1705.  
  1706. An animation, with sound, by Bill Graham
  1707.  
  1708. Author: Bill Graham
  1709. Path: pix/anim/GongECS.diff
  1710.  
  1711. ==========
  1712.  
  1713. HandJiveHAM6    ?.?    202 frame 176x220x6 anim by Bill Graham.
  1714.  
  1715. A 202 frame 176x220x6 animation by Bill Graham.
  1716.  
  1717. Author: Bill Graham
  1718. Path: pix/anim/HandJiveHAM6
  1719.  
  1720. ==========
  1721.  
  1722. HandJiveHAM8    ?.?    202 frame 352x220x8 anim by Bill Graham.
  1723.  
  1724. A 202 frame 352x220x8 animation by Bill Graham.
  1725.  
  1726. Author: Bill Graham
  1727. Path: pix/anim/HandJiveHAM8
  1728.  
  1729. ==========
  1730.  
  1731. 24BitComix    ?.?    Set of comics by Bill Graham
  1732.  
  1733. Set of comics by Bill Graham
  1734.  
  1735. Author: Bill Graham
  1736. Path: pix/bill/24BitComix/
  1737.  
  1738. ==========
  1739.  
  1740. BatWormSolo    ?.?    640x413x24 JPEG picture by Bill Graham
  1741.  
  1742. A 640x413x24 JPEG picture of a "Bat Worm", by Bill Graham.
  1743.  
  1744. Author: Bill Graham
  1745. Path: pix/bill/BatwormSolo.jpg
  1746.  
  1747. ==========
  1748.  
  1749. Mamba    ?.?    768x482x24 JPEG picture by Bill Graham
  1750.  
  1751. A 768x482x24 JPEG picture by Bill Graham.
  1752.  
  1753. Author: Bill Graham
  1754. Path: pix/bill/Mamba.jpg
  1755.  
  1756. ==========
  1757.  
  1758. PastaSalad    ?.?    768x482x24 JPEG picture by Bill Graham
  1759.  
  1760. A 768x482x24 JPEG picture by Bill Graham.
  1761.  
  1762. Author: Bill Graham
  1763. Path: pix/bill/PastaSalad.jpg
  1764.  
  1765. ==========
  1766.  
  1767. SisBoomBa    ?.?    768x482x24 JPEG picture by Bill Graham
  1768.  
  1769. A 768x482x24 JPEG picture of a "tongue monster cheerleading section" by
  1770. Bill Graham.
  1771.  
  1772. Author: Bill Graham
  1773. Path: pix/bill/SisBoomBa.jpg
  1774.  
  1775. ==========
  1776.  
  1777. Stereo    ?.?    Stereo imagery - need 3D glasses to view
  1778.  
  1779. You'll need to aquire some of those cheap red/blue 3D glasses to properly
  1780. view these pics and anims. They are commonly available at comic book stores,
  1781. novelty shops, etc. All of this stereo material will run on an ECS machine.
  1782. It just so happens that this method of anaglyphic (red/blue) stereo imagery
  1783. works best with a 32 color lo res interlaced display, tho best results are
  1784. obtained with a flicker free monitor. Enjoy!.........Bill Graham
  1785.  
  1786. Author: Bill Graham
  1787. Path: pix/bill/Stereo/
  1788.  
  1789. ==========
  1790.  
  1791. Tmonster1    ?.?    640x413x24 JPEG picture by Bill Graham
  1792.  
  1793. A 640x413x24 JPEG picture of a "tongue monster".
  1794.  
  1795. Author: Bill Graham
  1796. Path: pix/bill/Tmonster1.jpg
  1797.  
  1798. ==========
  1799.  
  1800. Tmonster2    ?.?    640x413x24 JPEG picture by Bill Graham
  1801.  
  1802. A 640x413x24 JPEG picture of a "tongue monster".
  1803.  
  1804. Author: Bill Graham
  1805. Path: pix/bill/Tmonster2.jpg
  1806.  
  1807. ==========
  1808.  
  1809. Tmonster3    ?.?    640x413x24 JPEG picture by Bill Graham
  1810.  
  1811. A 640x413x24 JPEG picture of two "tongue monsters" doing a "high-five".
  1812.  
  1813. Author: Bill Graham
  1814. Path: pix/bill/Tmonster3.jpg
  1815.  
  1816. ==========
  1817.  
  1818. Sabot_Icons    ?.?    Three New Icons For Use With SABOT
  1819.  
  1820. Three new icons for use with the mail-notifying program, SABOT
  1821.  
  1822. Author: David Voy
  1823. Path: pix/icon/Sabot_Icons/
  1824.  
  1825. ==========
  1826.  
  1827. RachelMonitor    1.0    "Rachel Monitor" Rachel Picture
  1828.  
  1829. A 16 colour IFF picture of "Rachel Raccoon" painting handball court
  1830. lines on the inside of a gutted IBM monitor.  Handball anyone?
  1831.  
  1832. Author: Les Dietz
  1833. Path: pix/misc/RachelMonitor/
  1834.  
  1835. ==========
  1836.  
  1837. VolleyballRachel.16.iff    1.0    "Volleyball Rachel" Rachel Picture
  1838.  
  1839. A 16 colour IFF picture of "Rachel Raccoon" spiking a poor
  1840. defenseless volleyball
  1841.  
  1842. Author: Les Dietz
  1843. Path: pix/misc/VolleyBallRach/
  1844.  
  1845. ==========
  1846.  
  1847. 1701Dshuttle        Picture of a shuttle and the NCC-1701D.
  1848.  
  1849. This picture of the Shuttle of the NCC-1701D was rendered on my
  1850. A4000/40 25MHz in 199 Min.  I found the models of the Shuttle and the
  1851. NCC-1701D somewhere in the net thanx to the authors.
  1852.  
  1853. Author: Markus Lamers
  1854. Path: pix/trace/1701Dshuttle.jpg
  1855.  
  1856. ==========
  1857.  
  1858. glas1        1024x768x24 JPEG rendering by F Maushart
  1859.  
  1860. To give an idea, what this is all about ... :
  1861. At first, this is only the work of an amateur. I'm doing this kind of
  1862. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  1863. perhaps promises way to much. I only choose this word, because it's all
  1864. done with a "computer" and it's totally strange, bizar and the pictures
  1865. are showing nothing real, so I called this "art".
  1866. I showed these pictures a few people during the last months and they liked
  1867. them so much, that they persuaded me to share them with more people.
  1868. I know, the pictures are not really as nice, but I hope that someone
  1869. out there like it too, and will enjoy watching them. If you want to,
  1870. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  1871. I appreciate every response I get.
  1872.  
  1873. Author: Florian Maushart
  1874. Path: pix/trace/glas1.jpg
  1875.  
  1876. ==========
  1877.  
  1878. glas2        1024x768x24 JPEG rendering by F Maushart
  1879.  
  1880. To give an idea, what this is all about ... :
  1881. At first, this is only the work of an amateur. I'm doing this kind of
  1882. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  1883. perhaps promises way to much. I only choose this word, because it's all
  1884. done with a "computer" and it's totally strange, bizar and the pictures
  1885. are showing nothing real, so I called this "art".
  1886. I showed these pictures a few people during the last months and they liked
  1887. them so much, that they persuaded me to share them with more people.
  1888. I know, the pictures are not really as nice, but I hope that someone
  1889. out there like it too, and will enjoy watching them. If you want to,
  1890. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  1891. I appreciate every response I get.
  1892.  
  1893. Author: Florian Maushart
  1894. Path: pix/trace/glas2.jpg
  1895.  
  1896. ==========
  1897.  
  1898. glas3        1024x768x24 JPEG rendering by F Maushart
  1899.  
  1900. To give an idea, what this is all about ... :
  1901. At first, this is only the work of an amateur. I'm doing this kind of
  1902. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  1903. perhaps promises way to much. I only choose this word, because it's all
  1904. done with a "computer" and it's totally strange, bizar and the pictures
  1905. are showing nothing real, so I called this "art".
  1906. I showed these pictures a few people during the last months and they liked
  1907. them so much, that they persuaded me to share them with more people.
  1908. I know, the pictures are not really as nice, but I hope that someone
  1909. out there like it too, and will enjoy watching them. If you want to,
  1910. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  1911. I appreciate every response I get.
  1912.  
  1913. Author: Florian Maushart
  1914. Path: pix/trace/glas3.jpg
  1915.  
  1916. ==========
  1917.  
  1918. image1        1024x768x24 JPEG rendering by F Maushart
  1919.  
  1920. To give an idea, what this is all about ... :
  1921. At first, this is only the work of an amateur. I'm doing this kind of
  1922. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  1923. perhaps promises way to much. I only choose this word, because it's all
  1924. done with a "computer" and it's totally strange, bizar and the pictures
  1925. are showing nothing real, so I called this "art".
  1926. I showed these pictures a few people during the last months and they liked
  1927. them so much, that they persuaded me to share them with more people.
  1928. I know, the pictures are not really as nice, but I hope that someone
  1929. out there like it too, and will enjoy watching them. If you want to,
  1930. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  1931. I appreciate every response I get.
  1932.  
  1933. Author: Florian Maushart
  1934. Path: pix/trace/image1.jpg
  1935.  
  1936. ==========
  1937.  
  1938. light1        1024x768x24 JPEG rendering by F Maushart
  1939.  
  1940. To give an idea, what this is all about ... :
  1941. At first, this is only the work of an amateur. I'm doing this kind of
  1942. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  1943. perhaps promises way to much. I only choose this word, because it's all
  1944. done with a "computer" and it's totally strange, bizar and the pictures
  1945. are showing nothing real, so I called this "art".
  1946. I showed these pictures a few people during the last months and they liked
  1947. them so much, that they persuaded me to share them with more people.
  1948. I know, the pictures are not really as nice, but I hope that someone
  1949. out there like it too, and will enjoy watching them. If you want to,
  1950. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  1951. I appreciate every response I get.
  1952.  
  1953. Author: Florian Maushart
  1954. Path: pix/trace/light1.jpg
  1955.  
  1956. ==========
  1957.  
  1958. light2        1024x768x24 JPEG rendering by F Maushart
  1959.  
  1960. To give an idea, what this is all about ... :
  1961. At first, this is only the work of an amateur. I'm doing this kind of
  1962. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  1963. perhaps promises way to much. I only choose this word, because it's all
  1964. done with a "computer" and it's totally strange, bizar and the pictures
  1965. are showing nothing real, so I called this "art".
  1966. I showed these pictures a few people during the last months and they liked
  1967. them so much, that they persuaded me to share them with more people.
  1968. I know, the pictures are not really as nice, but I hope that someone
  1969. out there like it too, and will enjoy watching them. If you want to,
  1970. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  1971. I appreciate every response I get.
  1972.  
  1973. Author: Florian Maushart
  1974. Path: pix/trace/light2.jpg
  1975.  
  1976. ==========
  1977.  
  1978. light3        1024x768x24 JPEG rendering by F Maushart
  1979.  
  1980. To give an idea, what this is all about ... :
  1981. At first, this is only the work of an amateur. I'm doing this kind of
  1982. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  1983. perhaps promises way to much. I only choose this word, because it's all
  1984. done with a "computer" and it's totally strange, bizar and the pictures
  1985. are showing nothing real, so I called this "art".
  1986. I showed these pictures a few people during the last months and they liked
  1987. them so much, that they persuaded me to share them with more people.
  1988. I know, the pictures are not really as nice, but I hope that someone
  1989. out there like it too, and will enjoy watching them. If you want to,
  1990. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  1991. I appreciate every response I get.
  1992.  
  1993. Author: Florian Maushart
  1994. Path: pix/trace/light3.jpg
  1995.  
  1996. ==========
  1997.  
  1998. light4        1024x768x24 JPEG rendering by F Maushart
  1999.  
  2000. To give an idea, what this is all about ... :
  2001. At first, this is only the work of an amateur. I'm doing this kind of
  2002. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  2003. perhaps promises way to much. I only choose this word, because it's all
  2004. done with a "computer" and it's totally strange, bizar and the pictures
  2005. are showing nothing real, so I called this "art".
  2006. I showed these pictures a few people during the last months and they liked
  2007. them so much, that they persuaded me to share them with more people.
  2008. I know, the pictures are not really as nice, but I hope that someone
  2009. out there like it too, and will enjoy watching them. If you want to,
  2010. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  2011. I appreciate every response I get.
  2012.  
  2013. Author: Florian Maushart
  2014. Path: pix/trace/light4.jpg
  2015.  
  2016. ==========
  2017.  
  2018. metal1        1024x768x24 JPEG rendering by F Maushart
  2019.  
  2020. To give an idea, what this is all about ... :
  2021. At first, this is only the work of an amateur. I'm doing this kind of
  2022. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  2023. perhaps promises way to much. I only choose this word, because it's all
  2024. done with a "computer" and it's totally strange, bizar and the pictures
  2025. are showing nothing real, so I called this "art".
  2026. I showed these pictures a few people during the last months and they liked
  2027. them so much, that they persuaded me to share them with more people.
  2028. I know, the pictures are not really as nice, but I hope that someone
  2029. out there like it too, and will enjoy watching them. If you want to,
  2030. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  2031. I appreciate every response I get.
  2032.  
  2033. Author: Florian Maushart
  2034. Path: pix/trace/metal1.jpg
  2035.  
  2036. ==========
  2037.  
  2038. metal2        1024x768x24 JPEG rendering by F Maushart
  2039.  
  2040. To give an idea, what this is all about ... :
  2041. At first, this is only the work of an amateur. I'm doing this kind of
  2042. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  2043. perhaps promises way to much. I only choose this word, because it's all
  2044. done with a "computer" and it's totally strange, bizar and the pictures
  2045. are showing nothing real, so I called this "art".
  2046. I showed these pictures a few people during the last months and they liked
  2047. them so much, that they persuaded me to share them with more people.
  2048. I know, the pictures are not really as nice, but I hope that someone
  2049. out there like it too, and will enjoy watching them. If you want to,
  2050. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  2051. I appreciate every response I get.
  2052.  
  2053. Author: Florian Maushart
  2054. Path: pix/trace/metal2.jpg
  2055.  
  2056. ==========
  2057.  
  2058. metal3        1024x768x24 JPEG rendering by F Maushart
  2059.  
  2060. To give an idea, what this is all about ... :
  2061. At first, this is only the work of an amateur. I'm doing this kind of
  2062. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  2063. perhaps promises way to much. I only choose this word, because it's all
  2064. done with a "computer" and it's totally strange, bizar and the pictures
  2065. are showing nothing real, so I called this "art".
  2066. I showed these pictures a few people during the last months and they liked
  2067. them so much, that they persuaded me to share them with more people.
  2068. I know, the pictures are not really as nice, but I hope that someone
  2069. out there like it too, and will enjoy watching them. If you want to,
  2070. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  2071. I appreciate every response I get.
  2072.  
  2073. Author: Florian Maushart
  2074. Path: pix/trace/metal3.jpg
  2075.  
  2076. ==========
  2077.  
  2078. NCV10Years.readme        724x566x24 JPEG rendering by G. Kuiper
  2079.  
  2080. This picture was my entry for the competition to celebrate the 10th 
  2081. anniversary of the Noordelijke Computer Vereniging (Northern Computer
  2082. Union) in Appingedam, The Netherlands. It didn't win any prizes, but
  2083. I think it's good enough to place it on AmiNet, so everyone can see it.
  2084.  
  2085. Author: G. H. Kuiper
  2086. Path: pix/trace/NCV10Years.jpg
  2087.  
  2088. ==========
  2089.  
  2090. numb1        1024x768x24 JPEG rendering by F Maushart
  2091.  
  2092. To give an idea, what this is all about ... :
  2093. At first, this is only the work of an amateur. I'm doing this kind of
  2094. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  2095. perhaps promises way to much. I only choose this word, because it's all
  2096. done with a "computer" and it's totally strange, bizar and the pictures
  2097. are showing nothing real, so I called this "art".
  2098. I showed these pictures a few people during the last months and they liked
  2099. them so much, that they persuaded me to share them with more people.
  2100. I know, the pictures are not really as nice, but I hope that someone
  2101. out there like it too, and will enjoy watching them. If you want to,
  2102. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  2103. I appreciate every response I get.
  2104.  
  2105. Author: Florian Maushart
  2106. Path: pix/trace/numb1.jpg
  2107.  
  2108. ==========
  2109.  
  2110. numb2        1024x768x24 JPEG rendering by F Maushart
  2111.  
  2112. To give an idea, what this is all about ... :
  2113. At first, this is only the work of an amateur. I'm doing this kind of
  2114. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  2115. perhaps promises way to much. I only choose this word, because it's all
  2116. done with a "computer" and it's totally strange, bizar and the pictures
  2117. are showing nothing real, so I called this "art".
  2118. I showed these pictures a few people during the last months and they liked
  2119. them so much, that they persuaded me to share them with more people.
  2120. I know, the pictures are not really as nice, but I hope that someone
  2121. out there like it too, and will enjoy watching them. If you want to,
  2122. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  2123. I appreciate every response I get.
  2124.  
  2125. Author: Florina Maushart
  2126. Path: pix/trace/numb2.jpg
  2127.  
  2128. ==========
  2129.  
  2130. numb3        1024x768x24 JPEG rendering by F Maushart
  2131.  
  2132. To give an idea, what this is all about ... :
  2133. At first, this is only the work of an amateur. I'm doing this kind of
  2134. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  2135. perhaps promises way to much. I only choose this word, because it's all
  2136. done with a "computer" and it's totally strange, bizar and the pictures
  2137. are showing nothing real, so I called this "art".
  2138. I showed these pictures a few people during the last months and they liked
  2139. them so much, that they persuaded me to share them with more people.
  2140. I know, the pictures are not really as nice, but I hope that someone
  2141. out there like it too, and will enjoy watching them. If you want to,
  2142. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  2143. I appreciate every response I get.
  2144.  
  2145. Author: Florian Maushart
  2146. Path: pix/trace/numb3.jpg
  2147.  
  2148. ==========
  2149.  
  2150. psychic1        1024x768x24 JPEG rendering by F Maushart
  2151.  
  2152. To give an idea, what this is all about ... :
  2153. At first, this is only the work of an amateur. I'm doing this kind of
  2154. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  2155. perhaps promises way to much. I only choose this word, because it's all
  2156. done with a "computer" and it's totally strange, bizar and the pictures
  2157. are showing nothing real, so I called this "art".
  2158. I showed these pictures a few people during the last months and they liked
  2159. them so much, that they persuaded me to share them with more people.
  2160. I know, the pictures are not really as nice, but I hope that someone
  2161. out there like it too, and will enjoy watching them. If you want to,
  2162. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  2163. I appreciate every response I get.
  2164.  
  2165. Author: Florian Maushart
  2166. Path: pix/trace/psychic1.jpg
  2167.  
  2168. ==========
  2169.  
  2170. psychic2        1024x768x24 JPEG rendering by F Maushart
  2171.  
  2172. To give an idea, what this is all about ... :
  2173. At first, this is only the work of an amateur. I'm doing this kind of
  2174. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  2175. perhaps promises way to much. I only choose this word, because it's all
  2176. done with a "computer" and it's totally strange, bizar and the pictures
  2177. are showing nothing real, so I called this "art".
  2178. I showed these pictures a few people during the last months and they liked
  2179. them so much, that they persuaded me to share them with more people.
  2180. I know, the pictures are not really as nice, but I hope that someone
  2181. out there like it too, and will enjoy watching them. If you want to,
  2182. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  2183. I appreciate every response I get.
  2184.  
  2185. Author: Florian Maushart
  2186. Path: pix/trace/psychic2.jpg
  2187.  
  2188. ==========
  2189.  
  2190. sorrow1        1024x768x24 JPEG rendering by F Maushart
  2191.  
  2192. To give an idea, what this is all about ... :
  2193. At first, this is only the work of an amateur. I'm doing this kind of
  2194. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  2195. perhaps promises way to much. I only choose this word, because it's all
  2196. done with a "computer" and it's totally strange, bizar and the pictures
  2197. are showing nothing real, so I called this "art".
  2198. I showed these pictures a few people during the last months and they liked
  2199. them so much, that they persuaded me to share them with more people.
  2200. I know, the pictures are not really as nice, but I hope that someone
  2201. out there like it too, and will enjoy watching them. If you want to,
  2202. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  2203. I appreciate every response I get.
  2204.  
  2205. Author: Florian Maushart
  2206. Path: pix/trace/sorrow1.jpg
  2207.  
  2208. ==========
  2209.  
  2210. sorrow2        1024x768x24 JPEG rendering by F Maushart
  2211.  
  2212. To give an idea, what this is all about ... :
  2213. At first, this is only the work of an amateur. I'm doing this kind of
  2214. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  2215. perhaps promises way to much. I only choose this word, because it's all
  2216. done with a "computer" and it's totally strange, bizar and the pictures
  2217. are showing nothing real, so I called this "art".
  2218. I showed these pictures a few people during the last months and they liked
  2219. them so much, that they persuaded me to share them with more people.
  2220. I know, the pictures are not really as nice, but I hope that someone
  2221. out there like it too, and will enjoy watching them. If you want to,
  2222. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  2223. I appreciate every response I get.
  2224.  
  2225. Author: Florian Maushart
  2226. Path: pix/trace/sorrow2.jpg
  2227.  
  2228. ==========
  2229.  
  2230. water1        1024x768x24 JPEG rendering by F Maushart
  2231.  
  2232. To give an idea, what this is all about ... :
  2233. At first, this is only the work of an amateur. I'm doing this kind of
  2234. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  2235. perhaps promises way to much. I only choose this word, because it's all
  2236. done with a "computer" and it's totally strange, bizar and the pictures
  2237. are showing nothing real, so I called this "art".
  2238. I showed these pictures a few people during the last months and they liked
  2239. them so much, that they persuaded me to share them with more people.
  2240. I know, the pictures are not really as nice, but I hope that someone
  2241. out there like it too, and will enjoy watching them. If you want to,
  2242. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  2243. I appreciate every response I get.
  2244.  
  2245. Author: Florian Maushart
  2246. Path: pix/trace/water1.jpg
  2247.  
  2248. ==========
  2249.  
  2250. water2        1024x768x24 JPEG rendering by F Maushart
  2251.  
  2252. To give an idea, what this is all about ... :
  2253. At first, this is only the work of an amateur. I'm doing this kind of
  2254. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  2255. perhaps promises way to much. I only choose this word, because it's all
  2256. done with a "computer" and it's totally strange, bizar and the pictures
  2257. are showing nothing real, so I called this "art".
  2258. I showed these pictures a few people during the last months and they liked
  2259. them so much, that they persuaded me to share them with more people.
  2260. I know, the pictures are not really as nice, but I hope that someone
  2261. out there like it too, and will enjoy watching them. If you want to,
  2262. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  2263. I appreciate every response I get.
  2264.  
  2265. Author: Florian Maushart
  2266. Path: pix/trace/water2.jpg
  2267.  
  2268. ==========
  2269.  
  2270. water3        1024x768x24 JPEG rendering by F Maushart
  2271.  
  2272. To give an idea, what this is all about ... :
  2273. At first, this is only the work of an amateur. I'm doing this kind of
  2274. raytrace-pictures as a hobby of mine. The word "computer art" for this,
  2275. perhaps promises way to much. I only choose this word, because it's all
  2276. done with a "computer" and it's totally strange, bizar and the pictures
  2277. are showing nothing real, so I called this "art".
  2278. I showed these pictures a few people during the last months and they liked
  2279. them so much, that they persuaded me to share them with more people.
  2280. I know, the pictures are not really as nice, but I hope that someone
  2281. out there like it too, and will enjoy watching them. If you want to,
  2282. you can email me your opinion directly through: <mafl0011@fh-karlsruhe.de>.
  2283. I appreciate every response I get.
  2284.  
  2285. Author: Florian Maushart
  2286. Path: pix/trace/water3.jpg
  2287.  
  2288. ==========
  2289.  
  2290. DebugIT    2.1    compiler error management
  2291.  
  2292. DebugIT is a small compiler error management system for the editor GoldED and
  2293. the SAS/C compiler. Errors of the last compiler pass are listed in a window.
  2294.  
  2295. Author: Dietmar Eilert
  2296. Path: text/edit/DebugIT/
  2297.  
  2298. ==========
  2299.  
  2300. GoldED    2.2.0    A VERY nice shareware text editor
  2301.  
  2302. The basic design goals of this editor were to make it  as  user  friendly  as
  2303. possible. And make it as fast as possible. A lot of attention has been put to
  2304. the general look & feel, performance considerations and full support  of  the
  2305. Amiga  OS. The whole design is based on OS2.x/3.x, a fast CPU, sufficient RAM
  2306. and a hard disk. The  makers  of  GoldED  neither  cared  much  about  memory
  2307. consumption  nor  did  they  pay  attention to OS1.3 compatibility since this
  2308. would have meant to make concessions to speed or general handling.
  2309.  
  2310.           o OS3.x look & functions AppWindows more
  2311.           o multi-task-design for best performance
  2312.           o Folding of paragraphes (unlimited nesting available)
  2313.           o undo & redo
  2314.           o Menus fully customizable (easy-to-use requesters)
  2315.           o ARexx port - approx. 420 commands/options
  2316.           o QuickReference capability (includes, sources, ...)
  2317.           o APC (TM): Automatic phrase completion, based on dictionary
  2318.           o shifting (two speeds)
  2319.           o Smooth display, fast scrolling
  2320.           o HotKey support
  2321.           o unlimited number of windows
  2322.           o open files are listed in the menu
  2323.           o Formatter (aligned, block, centered)
  2324.           o automatic indention (left margin)
  2325.           o SmartIndention (code dependant, e.g. after 'if')
  2326.           o AutoBackup (any interval, any backup path)
  2327.           o MenuHelp (AmigaGuide)
  2328.           o localized (English/German so far)
  2329.           o right-to-left input mode available
  2330.           o printer control (linefeed/spacing/style)
  2331.           o Multiselect of files (e.g. join files together)
  2332.           o direct XPK support: (de)crunching
  2333.           o ASCII character selection window
  2334.           o flexible GUI handling: any display mode, font
  2335.           o protection bits support, file comment support
  2336.           o clipboard support (snapping): Cut & paste
  2337.           o load and save position of open windows @{" AutoDesktop " link M194}
  2338.           o FastLoad mode
  2339.           o AutoCase (TM) correction (based on user's dictionary)
  2340.           o automatic parenthesis check available
  2341.           o QuickFunc jump table display for many prog. languages
  2342.           o insertion of columns , removal of columns
  2343.           o user friendly (about 25 requesters)
  2344.           o fixed/regular/dynamic TABs; solid/tranparent TABs
  2345.           o character set remap (e.g. Amiga to MS-DOS)
  2346.           o four speeds of scrolling
  2347.           o quick starter ED
  2348.           o startup macro
  2349.           o powerful macro recording
  2350.           o templates
  2351.           o global search across file boundaries
  2352.           o file hunter (extract file name under cursor, search file)
  2353.           o online spellchecker
  2354.           o user defined gadgets
  2355.           o search/replace history
  2356.           o asynchronous printing
  2357.           o icon dock
  2358.           o preview display mode
  2359.           o search and replace functions support wildcards
  2360.           o and many more ...
  2361.  
  2362. Author: Dietmar Eilert
  2363. Path: text/edit/GoldED/
  2364.  
  2365. ==========
  2366.  
  2367. Macro    2.8    GoldED macro collection
  2368.  
  2369.  
  2370. A collection of ARexx macros related to GoldED: TeX support, SAS/C macros,
  2371. uuencode, DevKit macros and many more. Contributions by Francois Helsen,
  2372. Lieven Lema, Tattoo Mabonzo, Krzysztof P. Jasiutowicz, Oliver Clouth,
  2373. Richard Bemrose, Fin Schuppenhauer, BURGHARD Eric, Rico Krasowski, Wolfgang
  2374. Küting, Oliver Clouth, Markus Zahn, Leu Simon GRIS, René Laederach and
  2375. Stefan Schor.
  2376.  
  2377. Author: various authors
  2378. Path: text/edit/Macro/
  2379.  
  2380. ==========
  2381.  
  2382. Mirror    1.3    Online bracket highlighting for GoldED
  2383.  
  2384. Mirror is a GoldED add-on providing online bracket highlighting while the
  2385. user is typing.  Several bracket types are recognized.
  2386.  
  2387. Author: Dietmar Eilert
  2388. Path: text/edit/Mirror/
  2389.  
  2390. ==========
  2391.  
  2392. Words    2.2    Spell checking package for GoldED
  2393.  
  2394. Words is a ready-to-use spell checking package for the editor GoldED.
  2395. German dictionaries, a spell checker (ISpell) and a GoldED API interface
  2396. (SpellIT) are included.
  2397.  
  2398. Author: Heinz Knutzen (dictionaries)
  2399. Martin Schulz (dictionaries)
  2400. Loren J. Rittle (ISpell)
  2401. Dietmar Eilert (SpellIT)
  2402. Path: text/edit/Words/
  2403.  
  2404. ==========
  2405.  
  2406. Column    1.23    Splits ASCII text into several columns.
  2407.  
  2408. Column splits any textfile into multiple columns (a new file for each
  2409. column), for instance to import database export files into DTP
  2410. programs.  It generates new files, one for each column and does not
  2411. change the original file.  With this way of import you have the
  2412. possibility to format each column in a different style.
  2413.  
  2414. Author: Ralf Gruner
  2415. Path: text/misc/Column/
  2416.  
  2417. ==========
  2418.  
  2419. CVT    1.6    Flexible character set conversion pkg
  2420.  
  2421. CV is a highly configurable conversion utility, the heart of which is
  2422. CVT -- a tool which reads conversion rules from a scriptfile.
  2423. Included are scripts like
  2424.  
  2425.             Amiga <-> DOS
  2426.                   <-> Mac
  2427.                   <-> TeX   and many, many more
  2428.  
  2429. These scriptfiles are well documented and human readable!
  2430.  
  2431. There also is the frontend CSC -- the charset compiler.  CSC generates
  2432. CVT scripts from a charset description script of the source and destination
  2433. charset.
  2434.  
  2435. Author: Tobias Ferber
  2436. Path: text/misc/CVT/
  2437.  
  2438. ==========
  2439.  
  2440. MiserPrint    1.15    Print util for inkjets (HP-compatible).
  2441.  
  2442. MiserPrint is a print utility that puts up to 8 normal pages of text on one
  2443. sheet of paper.  You are able to save paper and time.  MiserPrint uses the
  2444. small built-in fonts (Courier and Letter Gothic) of the HP-Deskjet or
  2445. compatible printers.
  2446.  
  2447. Author: Heinz-Guenter Boettger
  2448. Path: text/print/MiserPrint/
  2449.  
  2450. ==========
  2451.  
  2452. PSPRT    1.24    Print PS files on non-PostScript printer
  2453.  
  2454. PSPRT-Handler allows you to print PostScript files on non-postscript
  2455. capable printers using the "post.library" PostScript interpreter.
  2456.  
  2457. Author: Daniel Weber
  2458. Path: text/print/PSPRT/
  2459.  
  2460. ==========
  2461.  
  2462. MuchMore    4.6    Soft scroll text viewer with xpk-support
  2463.  
  2464. A soft scrolling text viewer.  Can run in a window on a public screen
  2465. or on his own screen.  Display mode can be choosen with ASL screen
  2466. mode requester.  Supports ANSI, pipes, xpk, locale. Includes 7
  2467. catalogs.
  2468.  
  2469. Author: Fridtjof Siebert
  2470. Christian Stiens
  2471. Path: text/show/MuchMore/
  2472.  
  2473. ==========
  2474.  
  2475. Glue_K    1.0    Runs multiple programs from 1 icon
  2476.  
  2477. Glue_K is a program that will make an icon that will run up to 13 programs
  2478. from anywhere on your hard drive or floppy, when it is clicked.
  2479.  
  2480. Author: Kenneth J. McCormick
  2481. Path: util/batch/GLUEKV10/
  2482.  
  2483. ==========
  2484.  
  2485. BeepAManiac    0.7    Replace the System Beep for WB2 and WB3
  2486.  
  2487. First there was DisplayBeep that alerts the user by flash the screen, then
  2488. came DisplayBeep with sound extension that alerts the user with a beep or
  2489. sampled sound and/or flash the screen.  Now comes BeepAManiac, a small
  2490. Commodity that patches the standard Intuition DisplayBeep function.
  2491.  
  2492. BeepAManiac lets you play infinite number of sounds.  Each time the
  2493. DisplayBeep is called, BeepAManiac plays a random sound.  This is much more
  2494. pleasant to listen then the same old standard boring sound.
  2495.  
  2496. BeepAManiac is very small and uses very little memory.  You can configure
  2497. BeepAManiac to use from 8K to 128K size sampled sounds.  BeepAManiac can
  2498. also play two simultaneous sounds at the same time if the DisplayBeep is
  2499. call twice in the row.
  2500.  
  2501. Author: Danny Y. Wong
  2502. Path: util/boot/BeepAManiac/
  2503.  
  2504. ==========
  2505.  
  2506. DosWedge    2.13    Unix directories for AmigaDOS
  2507.  
  2508. Patches into several functions is dos.library to make AmigaDOS
  2509. a more Unix like environment. You are able to use . .. ~ and
  2510. ~username just like under unix. Also optionally you may use
  2511. /dev for dev:.
  2512.  
  2513. Author: David Swasbrook
  2514. Path: util/boot/DosWedge/
  2515.  
  2516. ==========
  2517.  
  2518. PeekQual    ?.?    Generates WARN (5) codes on qualifiers
  2519.  
  2520. The  reason  for  this  program  to be is that I recently had trouble in finding
  2521. which  of  the  programs  launched in my user-startup was sometimes crashing the
  2522. system.  I wrote a special version of the user-startup that asked before running
  2523. all programs, and thought it would be great to have a program allowing to switch
  2524. the files automatically when a key was hit.
  2525.  
  2526. The  best candidates for those keys were of course the qualifiers, since they do
  2527. not  interfere  with the output window.  Moreover, there is a new (V36) function
  2528. in  the input.device that would make it easy to test:  PeekQualifier().  So here
  2529. is this program, which does not even require a window to be opened to work.  The
  2530. program fits in one disk block, and is pure, meaning it can be made resident.
  2531.  
  2532. To use PeekQual, you must have kickstart 2.04 or higher.  It will only work from
  2533. CLI, the template is as follows:
  2534.  
  2535. PeekQual ONQUAL,OFFQUAL
  2536.  
  2537.     Each  of the arguments, ONQUAL and OFFQUAL, should be a word made of the
  2538. following  letters  (I've tried to respect this rule:  lower case for left keys,
  2539. and upper case for right ones):
  2540.  
  2541.     s:    left Shift
  2542.     S:    right Shift
  2543.     c:    Control
  2544.     C:    Caps lock
  2545.     a:    left Alt
  2546.     A:    right Alt
  2547.     g:    left amiGa
  2548.     G:    right amiGa
  2549.     b:    left mouse Button
  2550.     B:    right mouse Button
  2551.     m:    Middle mouse button
  2552.  
  2553.     The  program does the following:  it PeekQualifier()s and then tests the
  2554. result:  if all keys given in the ONQUAL argument are pressed and all keys given
  2555. in  the  OFFQUAL argument are NOT be pressed, then the program returns WARN (5),
  2556. else  it returns OK (0).  The result can then be tested with the IF WARN command
  2557. in  a  script  file.   All qualifiers given neither in ONQUAL nor in OFFQUAL are
  2558. ignored.
  2559.  
  2560. Example, in your startup-sequence:
  2561.  
  2562. PeekQual CSs
  2563. IF WARN
  2564.  Execute S:User-Startup.Debug
  2565. ELSE
  2566.  Execute S:User-Startup
  2567. ENDIF
  2568.  
  2569. Author: Frederic Delacroix
  2570. Path: util/boot/PeekQual/
  2571.  
  2572. ==========
  2573.  
  2574. RandomPic    1.0    Changes Workbench pattern at each boot
  2575.  
  2576. This utility can change the Workbench 
  2577. backdrop picture (pattern) randomly 
  2578. at eatch boot
  2579.  
  2580. Author: Pierre-Yves Guignard
  2581. Path: util/boot/RandomPic/
  2582.  
  2583. ==========
  2584.  
  2585. Retire    1.0    Removes entries from s:user-startup.
  2586.  
  2587. Retire removes entries of applications from the s:user-startup file without using the installer.
  2588. It is useful in shell scripts to uninstall applications.
  2589. Retire removes the lines from BEGIN to END of the application entry and following empty lines if any.
  2590.  
  2591. Author: Ralf Gruner
  2592. Path: util/boot/Retire/
  2593.  
  2594. ==========
  2595.  
  2596. FlipIt    2.0    Flip through screens via hotkeys.
  2597.  
  2598. Commodity that lets you install hotkeys for flipping through screens.
  2599. FlipIt lets you specify a hotkey to push the frontmost screen to the back,
  2600. and a hotkey to bring the rearmost screen to the front.  This is useful
  2601. when using programs that do not have depth gadgets on their screens.
  2602.  
  2603. Author: Michael J Barsoom
  2604. Path: util/cdity/FlipIt/
  2605.  
  2606. ==========
  2607.  
  2608. FlushCX    2.01    The ultimate commodity killer
  2609.  
  2610. FlushCX is a useful tool which terminates all active commodities and
  2611. that way some memory is gained. This can be pretty necessary e.g. on
  2612. an A1200 without extra memory.  Contains both a CLI-only version and
  2613. a WB-only version.
  2614.  
  2615. Author: Jan Stötzer
  2616. Path: util/cdity/FlushCX/
  2617.  
  2618. ==========
  2619.  
  2620. LazyBench    1.20    Launches applications from a ListView
  2621.  
  2622. LazyBench is the perfect solution for lazy people with a hard disk
  2623. crammed full of goodies, which are too difficult to reach because
  2624. they are buried away in drawers inside drawers, inside drawers,
  2625. inside drawers...  LazyBench installs as a Commodity and quietly
  2626. waits in the background.  From then on, you can use its hot key to
  2627. pop up its window and effortlessly launch your favourite applications
  2628. (Tools or Projects) from a ListView.
  2629.                    
  2630. LazyBench is 100% OS compliant and has been extensively tested with
  2631. tools like Enforcer and Mungwall, has a real font adaptative GUI with
  2632. a dynamic layout engine, supports Locale, virtual and public screens,
  2633. third parties graphics boards, and is fully userconfigurable.
  2634.  
  2635. Usually these features come at a price, in terms of executable size,
  2636. performance, or both, but not in this case: LazyBench is just 16472
  2637. bytes long, works well even with a plain 68000 CPU, and doesn't need
  2638. any custom libraries, handlers or devices that aren't already a part
  2639. of the Amiga's operating system.
  2640.  
  2641. Author: Werther 'Mircko' Pirani
  2642. Path: util/cdity/LazyBench/
  2643.  
  2644. ==========
  2645.  
  2646. Reminder    6.0    A nice reminder utility
  2647.  
  2648. Reminder keeps an eye on a list of messages and commands, which the
  2649. user (you) wants to be shown and/or executed at a specific time or
  2650. time intervals.  Any or all of the timeparameters can be wildcards.
  2651. Once every minute the list is checked, and if a match between the
  2652. systemclock and a time specification is found a window will pop up,
  2653. and the message(s) will be shown and/or the command(s) will be
  2654. executed.
  2655.  
  2656. Because Reminder is supposed to run as a backgroundprocess, it is
  2657. designed to be memory efficient and use as little CPU time as possible.
  2658. Should you however be the owner of an unexpanded A500, or for any other
  2659. reason NOT want the program to run continuous, it is possible to make it
  2660. show all messages for today at once, and then die (when using this
  2661. option no commands will be executed).
  2662.  
  2663. Author: Ebbe Holleris Petersen
  2664. Path: util/cdity/Reminder/
  2665.  
  2666. ==========
  2667.  
  2668. Yak    2.0ß8    A multipurpose commodity
  2669.  
  2670.  
  2671. Yak stands for "Yet Another Kommodity" and is a mouse/window manipulation
  2672. program along the same lines as DMouse, MightyMouse etc.
  2673.  
  2674. Yak has the following features:
  2675.  
  2676.         o AutoPoint (sunmouse) that only activates when mouse stops
  2677.           can also specify which screens to include/exclude.
  2678.           (Compatible with popup-menu type programs)
  2679.  
  2680.         o AutoPop windows (bring them to front) when they're
  2681.           auto-activated;
  2682.  
  2683.         o KeyActivate windows (when key pressed);
  2684.  
  2685.         o Activate windows when menu button pressed;
  2686.  
  2687.         o Click windows to front or back; may also specify which
  2688.           screens/windows to include/exclude.
  2689.  
  2690.         o Cycle screens with mouse;
  2691.  
  2692.         o Mouse and Screen blanking (hotkey blanking too);
  2693.  
  2694.         o Extensible hotkey system (like FKey's) with actions to:
  2695.  
  2696.                 Execute a CLI Command or an ARexx script;
  2697.                 Insert text (with embedded hotkeys);
  2698.                 Insert date (in custom format if locale present);
  2699.                 Close/Zip/Shrink/Enlarge windows;
  2700.                 Move/Cycle screens and windows;
  2701.                 Activate Workbench;
  2702.                 Blank display;
  2703.                 Pop up a palette on front screen (needs reqtools);
  2704.                 Menu shortcut
  2705.  
  2706.         o KeyClick with adjustable volume;
  2707.  
  2708.         o No Click option (for drives).
  2709.  
  2710.         o Wildstar option (like StarBurst) lets you use '*' as wildcard.
  2711.  
  2712.         o Optional on-screen AppIcon to bring up preferences window.
  2713.  
  2714. Look  familiar?  It's a combination of the AutoPoint, ClickToFront, Blanker
  2715. and  IHelp/FKey  standard  commodities  (on the Extras disk) with a hint of
  2716. KCommodity and DMouse thrown in.
  2717.  
  2718. Fully localized when running OS 2.1 or more!
  2719.  
  2720. And  it's  quite  small!
  2721.  
  2722. Author: Gaël Marziou
  2723. Philippe Bastiani
  2724. Path: util/cdity/Yak/
  2725.  
  2726. ==========
  2727.  
  2728. CFX    5.570    Check type of file with "dir/list" cmd
  2729.  
  2730. The Amiga caters for many varied programs, and these programs use their
  2731. own data types. CFX (Crunched File eXaminer) contains a huge database
  2732. of known filetypes and can deduce a file's "type" very quickly, in a
  2733. fashion like the AmigDOS "list" or "dir" commands. Contains options to
  2734. check for types like "executable, "not executable", "crunched", "graphics",
  2735. "sounds" etc.
  2736.  
  2737. Author: Bob Rye
  2738. Marcus Mroczkowski
  2739. Path: util/cli/CFX/
  2740.  
  2741. ==========
  2742.  
  2743. DosK    1.0    Enhancements of AmigaDOS Commands
  2744.  
  2745. A DosK is an enhansement to the Amiga Dos system. It does not replace Amiga
  2746. Dos but rather improves it. While Amiga Dos has improved over the years
  2747. it still uses the same interface. This interface is the typed line that
  2748. scrolls past the screen and requires a great knowledge of the options
  2749. available with each Amiga Dos Command. DosK allows you to use Amiga
  2750. Dos commands without typing, in most cases, and very little in others.
  2751. DosK will never scroll past the screen since it supplies a scroll bar
  2752. which will allow you to scroll back up and see what slid past you. Now
  2753. you can also print any text screen without having to use a dump program
  2754. and it is done by using one of the menus that are now at the top of
  2755. your screen along with bookmarks and many other goodies.
  2756.  
  2757. Author: Kenneth J. McCormick
  2758. Path: util/cli/DosK/
  2759.  
  2760. ==========
  2761.  
  2762. Man_Iske    37.14    Unix type Man command
  2763.  
  2764. This is a simple MAN command, known from UNIX systems.
  2765. The advantage is, that it recognizes .guide files to be
  2766. AmigaGuide© documents. MAN then uses a different viewer
  2767. in order to display the AmigaGuide© document. Furthermore
  2768. MAN recognizes TeX-DVI files as well, using a different
  2769. viewer to display them. You may configure MAN using
  2770. environment variables.
  2771.  
  2772. Author: Kai Iske
  2773. Path: util/cli/Man_Iske/
  2774.  
  2775. ==========
  2776.  
  2777. Sort    1.36    Sorts ASCII-Files, many features
  2778.  
  2779. A cli-based text file sort utility.  Includes options for:
  2780. Ascending/descending sort; Limiting sort to a range of lines;
  2781. Case-sensitivity; Delete empty lines; Delete multiple occurences
  2782. of same line; Overwrite input file; Sort and write file in reverse
  2783. order of input; Join files and sort. Includes both English and
  2784. German binaries.
  2785.  
  2786. Author: Rüdiger Werner
  2787. Path: util/cli/Sort/
  2788.  
  2789. ==========
  2790.  
  2791. SSearch    1.4    Fast replacement for AmigaDOS 'search'
  2792.  
  2793. Does nearly the same thing as the AmigaDOS's search command but faster.
  2794. Example: searching for "foobar" in the C= Autodocs (plus some other
  2795. Autodocs, 82 files, 1937 KBytes) requires 73 seconds with search and
  2796. 15 seconds with ssearch on the author's machine (A3000/030-25).  SSearch
  2797. has two additional features compared to search:  you can search case
  2798. sensitive, which is even faster than case insensitive, and you can switch
  2799. off printing of file names.
  2800.  
  2801. Author: Stefan Sticht
  2802. Path: util/cli/SSearch/
  2803.  
  2804. ==========
  2805.  
  2806. MUIMegaNum    1.0    Convert base10 <-> base36 with MUI-GUI
  2807.  
  2808. Converts decimal numbers (base10) to/from hexatridecimal numbers
  2809. (base36), also called "Meganums". Both english and german docs are
  2810. included.  Written for the graphical BBS-protocol "RIP", which uses
  2811. Meganums for transmitting coordinates.
  2812. etc.
  2813.  
  2814. Author: Volker Voigt
  2815. Path: util/conv/MuiMegaNum/
  2816.  
  2817. ==========
  2818.  
  2819. Binary_dt    39.11    Datatype for viewing binary files in hex
  2820.  
  2821. This is a binary data type for using in MultiView or similar programs!
  2822. The datatype loads any binary file and displays it in a hex format!
  2823.  
  2824. Author: Stefan Ruppert
  2825. Path: util/dtype/Binary_dt/
  2826.  
  2827. ==========
  2828.  
  2829. C_dt    39.5    C datatype, highlights c/c++ keywords
  2830.  
  2831. This is a C Source data type for using in MultiView or similar programs.
  2832. It displays different parts of a C Source in different style and color,
  2833. like comments, keywords, basic types and cpp keywords!  This goes all
  2834. through a prefs file.  If you design a nice preference file, please 
  2835. submit it to the author, so that anyone can use it!
  2836.  
  2837. Author: Stefan Ruppert
  2838. Path: util/dtype/C_dt/
  2839.  
  2840. ==========
  2841.  
  2842. DefDTIcon    1.7    Changes selected icon images to defaults
  2843.  
  2844. This very useful utility installs itself to the Workbench
  2845. Tools menu. Any file selected via it will have its icon
  2846. images changed to the default for its datatype. Includes
  2847. many standard icons.
  2848.  
  2849. Author: Lee Kindness
  2850. Path: util/dtype/DefDTIcon/
  2851.  
  2852. ==========
  2853.  
  2854. Targa_dt    39.1    Datatype for Targa or TGA images
  2855.  
  2856. A datatype used for showing Targa image files.
  2857.  
  2858. New features:
  2859.  
  2860. - Added 15,16 bit support
  2861. - Added support for 8,15,16 and 32 bit colourmaps and for pictures
  2862.   without a colourmap
  2863. - Added support for interleaved pictures
  2864. - Added support for right to left pictures
  2865. - Fixed small problem with 15,16,24 and 32 bit pictures, that also have a
  2866.   colourmap
  2867. - Swapped some colours in the HAM palette, to give the pointer (almost) the
  2868.   standard Workbench colours
  2869.  
  2870. Author: Arthur Pijpers
  2871. Path: util/dtype/Targa_dt/
  2872.  
  2873. ==========
  2874.  
  2875. TPD    39.6    Tron's PCX DataType 39.6
  2876.  
  2877. This datatypes enables your system to read PCX files.  PCX is an image
  2878. file format invented by the programmers of the program "PaintBrush" and
  2879. one of the most common image formats on MS-DOS computers.  With this
  2880. datatype you will be able to display such PCX files with "MultiView" or
  2881. load them as patterns or pictures with "WBPattern".
  2882.  
  2883. Author: Matthias Scheler
  2884. Path: util/dtype/TPD/
  2885.  
  2886. ==========
  2887.  
  2888. ZGIFDataType    39.13    Fast datatype for displaying GIF files.
  2889.  
  2890. A very fast GIF Datatype
  2891.  
  2892.  Main features:
  2893.  
  2894.     o    SPEED.  Try it, after using this you wont want to be without it!
  2895.     o    Supports most gifs (only some esoteric, and mostly unused features
  2896.         of the GIF8?a standard have been ignored)
  2897.     o    Uses async file reading for greater performance - on an A1200 will
  2898.     load a picture the same speed off of floppy as off of hard drive!
  2899.     o    100% Assembly language, very optimised.
  2900.     o    Custom chunky to planar conversion, that is reasonably fast
  2901.         (a version using WritePixelLine8() runs about 50% the speed of
  2902.          this version)
  2903.     o    Now works with all 68000 series CPU's (i hope)
  2904.     o    Its FREE! (this is of course the best bit)
  2905.  
  2906.  
  2907.  Main limitations: (hey, its not _perfect_ after all)
  2908.  
  2909.     o    OM_WRITE BOOPSI method not yet implemented.  Expect this in a future
  2910.         release.
  2911.     o    Only decodes pictures with a global colour table.  Most gif loaders
  2912.         do the same, and most writers write them.
  2913.     o    Ignores any local colour tables (but still decodes picture).  Could
  2914.         lead to a bad palette.
  2915.  
  2916. Author: Michael Zucchi
  2917. Path: util/dtype/ZGIFDataType/
  2918.  
  2919. ==========
  2920.  
  2921. ErrorMsg    3.03    Lib to display localized error messages
  2922.  
  2923.     All  developpers know how boring it is to include in their programs
  2924. messages  telling the user what went wrong on an error.  This is a long and
  2925. tiresome  task  for the programmer, who would prefer to do more interesting
  2926. things.
  2927.  
  2928.     Moreover,   including   error  messages  in  the  executable  often
  2929. dramatically  increases the size of the files, and these messages are often
  2930. in  english  only.   So the idea of a shared library that would provide all
  2931. localized error messages the system could deliver was born.  This is exacly
  2932. what  errormsg.library  is.  It includes a function to simply get a pointer
  2933. on  the  message  to  display,  and  functions  to display it.  As of V2.0,
  2934. errormsg.library  has  a  query function which enables it to be called from
  2935. ARexx programs.
  2936.  
  2937.     In   errormsg.library,   error   messages   are   identified  by  a
  2938. system/subsystem  id  (to  be able to from know who the message is) and the
  2939. Code  itself.  Most of the functions provide tags to alter the behaviour of
  2940. the library.  Check the autodoc file for more information.
  2941.  
  2942. Author: Frederic Delacroix
  2943. Path: util/libs/ErrorMsg/
  2944.  
  2945. ==========
  2946.  
  2947. Type1    1.4    PostScript font engine
  2948.  
  2949.  
  2950. Postscript Type1 fonts on the Amiga - (at last!)
  2951.  
  2952. The files in this distribution implement a Postscript Type1 font
  2953. engine for the Amiga.  It is designed as a shared library that
  2954. does for type1 fonts what 'bullet.library' does for compugraphic
  2955. fonts.  In addition, a program 't1manager' is included, which is
  2956. required to install, remove, and preview type1 fonts.
  2957. Includes 68000 and 68030+882 versions.
  2958.  
  2959. Author: Amish S. Dave
  2960. Path: util/libs/Type1/
  2961.  
  2962. ==========
  2963.  
  2964. FrontPub    1.1    Frontmost screen becomes def public scr
  2965.  
  2966. FrontPub is a small utility that automatically declares the frontmost
  2967. screen to be the default public screen provided the frontmost is actually
  2968. a public screen.  Together with the global public screen mode 'SHANGHAI'
  2969. enabled all windows that normally open on the workbench screen will now
  2970. open on the new default public screen.  (Because FrontPub would not be
  2971. very useful with a disabled 'SHANGHAI'-mode, it will be switched on at
  2972. program start). It uses a verticalblank-interrupt server to monitor
  2973. Intuition's frontscreen.  All other accesses and (possible) changes are
  2974. done by the main program. Currently FrontPub does not support any arguments.
  2975.  
  2976. Features:
  2977.  
  2978.  - is a commodity, so it can be disabled/enabled/ended at any time
  2979.  - exits if CTRL-C was received
  2980.  - amount of needed cpu-time is negligible
  2981.  - pure, can be made resident (not very useful though)
  2982.  
  2983. Author: Gunther Nikl
  2984. Path: util/misc/FrontPub/
  2985.  
  2986. ==========
  2987.  
  2988. Injector    2.32    Injects things into the input stream
  2989.  
  2990. Those of you who already know Injector will have to read on, as the program
  2991. was entirely rewritten since version 1.x, and lots of things have changed.
  2992.  
  2993. Injector  is  a  hotkey-invoked commodity whose purpose is to inject things
  2994. into the InputEvent stream (that is to say as if typed on keyboard).  It is
  2995. wholly  configurable  with a nice preferences program, has ARexx facilities
  2996. and lots of features.
  2997.  
  2998. However, the icon facility has been removed, this will be the job of a more
  2999. functionnal commodity (yet to be written:-).
  3000.  
  3001. To make this work, Injector has its own language, made of keywords, with or
  3002. without  arguments  enclosed  in  parentheses.   You  will have to read the
  3003. references sections for further informations.
  3004.  
  3005. Author: Frederic Delacroix
  3006. Path: util/misc/Injector/
  3007.  
  3008. ==========
  3009.  
  3010. IRMaster    3.11    Use Amiga as an infrared remote
  3011.  
  3012. The IR-Master project consists of two software components
  3013. and a control hardware which is connected to the joystickport.
  3014. With this equipment you can control almost every device which
  3015. is supplied with an IR remote.
  3016.  
  3017. Author: Jürgen Frank
  3018. Michael Watzl
  3019. Path: util/misc/IRMaster/
  3020.  
  3021. ==========
  3022.  
  3023. Man    3.7    UNIX like man/Xman command
  3024.  
  3025. A program to handle docs and hypertexts. They can by called easily by
  3026. shell or by wb. Font-sensitive gui to control features. Appwindow to
  3027. add texts/guides. Realized as a commodity. Binary only.
  3028.  
  3029. Author: Markus Hillenbrand
  3030. Path: util/misc/Man/
  3031.  
  3032. ==========
  3033.  
  3034. MCalc    1.5    Powerful calculator
  3035.  
  3036. MUIProCalc is a MUI-based calculator much like Jimmy Yang`s
  3037. Calc 3.0. It still lacks the plotter, but it offers a quite
  3038. flexible history facility for inserting previously entered
  3039. expressions. Different output formats offered and plenty of
  3040. functions the user may choose from. Furthermore the look
  3041. of the calculator may be customized. ARexx Port for ease of
  3042. calculating from within an editor. Some functions are able to
  3043. return TeX compatible output. Results or inputs may be copied
  3044. to the Clipboard.
  3045.  
  3046. MUIProCalc comes with a fancy GUI you may configure to your
  3047. needs. Function gadgets may be flipped through using pages
  3048. so that they don`t eat up too much of space. MUIProCalc
  3049. supports an input/output history you may configure so that
  3050. you may re-insert previously entered expressions/results.
  3051. History entries may be copied to a userdefiniable clipboard
  3052. unit. It features various display/output bases such as decimal,
  3053. hexadecimal, octal, and binary and of course calculation sizes
  3054. ranging from 8 Bit to 32 Bit width. Angles may be displayed as
  3055. radians, degrees, or grads. MUIProCalc offers an ARexx port
  3056. you may use to calc expressions externally. These commands
  3057. are able to return TeX compatible output such as
  3058. "1\cdot 10^{-5}". It comes with two example scripts for use
  3059. with CED Pro.
  3060.  
  3061. Author: Kai Iske
  3062. Path: util/misc/MCalc/
  3063.  
  3064. ==========
  3065.  
  3066. ToolType    3.3    Edit ToolTypes easily.
  3067.  
  3068. A program to make it easier to edit tooltypes in icons.  ToolType will
  3069. read the tooltypes from an icon file and let you use your favorite
  3070. text editor to change or add to the tooltypes.  ToolType can be run
  3071. from shell, Workbench, or set up as an appicon.  Includes an option to
  3072. sort the tooltypes alphabetically.
  3073.  
  3074. Author: Michael J Barsoom
  3075. Path: util/misc/ToolType/
  3076.  
  3077. ==========
  3078.  
  3079. VMM    3.0    Virtual memory for Amigas with MMU
  3080.  
  3081. VMM implements a virtual memory manager for Amigas with a 68040, 68030
  3082. or 68020+68851 processor.  A localized user interface to enter all
  3083. parameters and to disable certain tasks and load files from using
  3084. virtual memory is also provided.  For the user interface MUI 2.3 is
  3085. needed.
  3086.  
  3087. V3.0 includes the ability to swap out program code, memory tracking,
  3088. better MMU support, an ARexx port and some other new features.
  3089.  
  3090. Author: Martin Apel
  3091. Path: util/misc/VMM/
  3092.  
  3093. ==========
  3094.  
  3095. Xoper    2.5    Monitor and control system activity
  3096.  
  3097. Very comprehensive program to monitor and control system activity.
  3098. Monitor cpu, memory usage, ports, interrupts, devices.  Close windows,
  3099. screens, show loaded fonts or last Guru code number.  Clean up memory,
  3100. flush unused libraries, devices, fonts. etc. and a whole bunch more!
  3101. Spawns its own process.  A very handy background task to have loaded.
  3102.  
  3103. Author: Werner Gunther
  3104. Path: util/moni/Xoper/
  3105.  
  3106. ==========
  3107.  
  3108. Artic    1.7    A "Stacker-like" device based compressor
  3109.  
  3110. Artic   is   a  device  based  compressor,  like  Stacker  on  the  PCs  or
  3111. CopressDisk.Device or DiskExpander.., but with some different features that
  3112. make it easier, more practical and faster to use:
  3113.  
  3114.   * FAST compression, VERY FAST decompression.
  3115.  
  3116.   * ability to use the external compression libraries XPK plus
  3117.     two internal methods.
  3118.  
  3119.   * no need to compress a whole partition.
  3120.  
  3121.   * user-friendly program to handle operations, that can use MUI.
  3122.  
  3123.   * files are stored as FILES not as Tracks.
  3124.  
  3125.   * both compressed and uncompressed files are handled.
  3126.  
  3127.   * more features can be found in Artic.guide
  3128.  
  3129. Author: Alessandro Garoli
  3130. Path: util/pack/Artic/
  3131.  
  3132. ==========
  3133.  
  3134. ARexxAppList    1995.01.30    List of 425 programs that support ARexx.
  3135.  
  3136. The ARexx Application List.  A list (plain text) of approximately 425 Amiga
  3137. programs that support ARexx, with brief descriptions of their capabilities.
  3138. Updates are posted in the USENET newsgroup comp.sys.amiga.applications.
  3139.  
  3140. Author: Daniel J Barrett
  3141. Path: util/rexx/ArexxAppList/
  3142.  
  3143. ==========
  3144.  
  3145. ARexxSupervisor    1.20    Tool to test/debug ARexx interfaces
  3146.  
  3147. ARexxSupervisor  is  mainly  a  tool for the developpers of you who want to
  3148. integrate and properly test/debug ARexx interfaces in their programs.
  3149.  
  3150. ARexxSupervisor provides a means of mouse-controlling the data that is sent
  3151. to  a valid ARexx port.  Be careful however, it is easy to make destructive
  3152. actions or provoke deadlocks or gurus.
  3153.  
  3154. Author: F.DELACROIX
  3155. Path: util/rexx/ARexxSupervisor/
  3156.  
  3157. ==========
  3158.  
  3159. RexxDosSupport    2.3    ARexx function lib for V37+ dos functs.
  3160.  
  3161. ARexx function library for accessing Dos V37+ functions.
  3162.    · ReadArgs()
  3163.    · GetVar(), SetVar(), DeleteVar()
  3164.    · ParsePattern(), MatchPattern() - even case-insensitive
  3165.    · Fault()
  3166. V2.1 implements some more functions:
  3167.    · Delete(), Rename(), MakeDir()
  3168.    · SetComment(), SetProtection()
  3169.  
  3170. Author: hartmut Goebel
  3171. Path: util/rexx/RexxDosSupport/
  3172.  
  3173. ==========
  3174.  
  3175. RexxSkeleton    2.4    Create ARexx intuition skeleton
  3176.  
  3177. This program could save you many hours of programming and
  3178. makes ARexx intuition related to your scripts real fun - just
  3179. press one or two buttons and a full ARexx intuition skeleton
  3180. is ready by your hand.
  3181.  
  3182. Rexx Window Skeleton is dedicated to RexxArpLib.library 3.3
  3183. by W.G.J. Langeveld - which gives a nice ARexx intuition interface
  3184. that looks like OS2/3 and works like c intuition programming.
  3185.  
  3186. This program intuition is made as clear & clean as possible
  3187. with only one window - I like a nice clean layout - Isn't frustrating
  3188. with all these programs with lots of windows.
  3189.  
  3190. Author: Kåre Johansson
  3191. Path: util/rexx/RexxSkeleton/
  3192.  
  3193. ==========
  3194.  
  3195. ZShell    2.5    Small, fast shell with CFN and review.
  3196.  
  3197.  ZShell is a small (31K), fast and powerful Shell with many (65)
  3198.  builtin commands. So it replaces most of the commands in the C:
  3199.  directory (like LIST, COPY etc.) what effects in saving disk space
  3200.  and reducing disk accesses. There is no way around ZShell for
  3201.  those who do not have a harddisk or still have Kickstart 1.2/1.3 .
  3202.  
  3203. Some of the features:
  3204.  
  3205.  * Freeware, no payment required !
  3206.  * Usage is similar (or better) to the standard AmigaDOS shell.
  3207.  * Supports the standard housekeeping commands which are builtin,
  3208.    so no disk access is necessary.
  3209.    eg. list, dir, cd, assign, delete, copy, move, path, info, type
  3210.  * A total of 65 builtin commands.
  3211.  * About 31K small (pure assembler code, source included).
  3212.  * Starting from Workbench (!) or CLI. No installation needed.
  3213.  * File name completion by simply pressing TAB; shows all matches.
  3214.  * Review buffer to see again what scrolled out of the window.
  3215.  * Some commands and debugging features for programmers.
  3216.  * Online Help function and AmigaGuide documentation with examples.
  3217.  * Command line editing better than OS2.0/3.0 Shell.
  3218.  * Support of OS2.0+ and OS3.0+ specific features.
  3219.  * Wild cards and recursive processing.
  3220.  * Real RUN and NEWCLI command that reenters ZShell quickly.
  3221.  * DIR and LIST both sort (by default) and show filesizes.
  3222.  * Application-Window/-Icon
  3223.  * Can open window on own screen
  3224.  * 100% script compatibility
  3225.  * Can create and show Hard- and Softlinks.
  3226.  
  3227. Author: Paul Hayter, Martin Gierich
  3228. Path: util/shell/ZShell/
  3229.  
  3230. ==========
  3231.  
  3232. AppLauncher    1.0    Application Launcher for WB2 and WB3
  3233.  
  3234. AppLauncher is an AppWindow, AppIcon and AppMenu application that lets
  3235. you quickly launch your favorite applications via the Tool Menu, Launch
  3236. Palette or remotely using ARexx commands.  AppLauncher is incredibly easy
  3237. to use because of the intuitive user interface and flexibility.
  3238.  
  3239. Application can be launched using the or by using the Workbench Tool menu
  3240. or ARexx.  Any Tools or Projects can be launched by simply drag and drop
  3241. and double clicking the icon.
  3242.  
  3243. AppLauncher supports the standard Workbench icons, NewIcons, and MagicWB
  3244. icons.
  3245.  
  3246. Unlimited number of preferences can be used with AppLauncher.  You can load
  3247. a new preference dynamically.
  3248.  
  3249. AppLauncher can run on any platform with Workbench 2.0 or higher installed
  3250. and 512K of RAM.
  3251.  
  3252. Author: Danny Y. Wong
  3253. Path: util/wb/AppLauncher/
  3254.  
  3255. ==========
  3256.  
  3257. ForceIcon    1.8    Substitute Icon images and positions
  3258.  
  3259. ForceIcon is an utility mainly for users of CDRom drives 
  3260. or users of networking software capable of sharing devices
  3261. and icons. Since one can not snapshot the position of a
  3262. volume`s icon (on read only media), nor replace it by a
  3263. user-defined one, I wrote this utility. ForceIcon allows
  3264. you to set the position of a disk`s icon and/or replace
  3265. it by a different image/icon which doesn`t have to be a
  3266. disk.info file. All types of ".info" files may be selected.
  3267. Special features include inheritance of device specific
  3268. settings, specifying the root drawer`s size/position
  3269. and display flags/modes. ForceIcon may even change the look
  3270. and position of AppIcons.
  3271.  
  3272. Author: Kai Iske
  3273. Path: util/wb/ForceIcon/
  3274.  
  3275. ==========
  3276.  
  3277. Lens    1.2    A magnifying program for the WorkBench.
  3278.  
  3279. Lens is a magnifying program for the workbench (and other screens).  To run
  3280. Lens from the workbench just click on its icon.  From a CLI, just type the
  3281. name of the program (i.e. "Run Lens").  There is nothing to install.
  3282.  
  3283. What Lens does is read the display graphics in a rectangle centered about
  3284. the mouse pointer and magnify it to the dimensions you specify.  Lens will
  3285. allow you to zoom in and out.  Here is a list of the features Lens has:
  3286.  
  3287.  - Displays the current magnification and mouse coordinates in the title bar.
  3288.  - Independent zooming in/out of X and Y dimensions.
  3289.  - Adjustable sampling rate (number of times to update per minute).
  3290.  - Displays axes (crosshairs) to indicate the mouse position (if desired).
  3291.  - Allows you to freeze the lens view when the lens window is inactive.
  3292.  - Has the ability to jump from one screen to another.
  3293.  - Also allows you to specify just about any screen to open on initially.
  3294.  
  3295. Author: John Cowgill
  3296. Path: util/wb/Lens/
  3297.  
  3298. ==========
  3299.  
  3300. MCP    1.02    A powerful Multifunction Commodity
  3301.  
  3302. MCP (Master Control Program) is a powerful Multifunction commodity with 
  3303. the following features:
  3304.  - Mouse-Speeder
  3305.  - Drive-NoClick
  3306.  - SetDRI pens
  3307.  - AssignWedge
  3308.  - automatic Screen-activation
  3309.  - AppChange
  3310.  - NoTopaz
  3311.  - Screen-Blanker (supports SwazBlanker)
  3312.  - Screen-Dimmer
  3313.  - MousePointer Blanker
  3314.  - Alert-History
  3315.  - full Windowmoving
  3316.  - QuietTD
  3317.  - CrunchPatch
  3318.  - DosWildstar (* instead of #?)
  3319.  - 16 Color Pointer
  3320.  - complex Promotor
  3321.  - PatchRGB32
  3322.  - New Workbenchtitle
  3323.  - LibSearch / FontSearch
  3324.  - Formatprotection
  3325.  - ToolAlias
  3326.  - AssignPrefs
  3327.  - Borderblank
  3328.  - NoGuru
  3329.  - little RTPatch
  3330.  - WorkbenchTitle activate
  3331.  - CopyMemQuicker
  3332.  - No Chipmem option
  3333.  - No Capslock
  3334.  - CacheFont
  3335.  - ToolType Enhancer
  3336.  - many Hotkey Functions
  3337.  - MUI Prefs-Program
  3338.  - Coded in 100% Assembler
  3339.  - uses Reqtools.library
  3340.  
  3341. Author: Stefan "zerocom" Sommerfeld
  3342. Michael "Oxygene" Knoke
  3343. Vincent "fOX" Schöttke
  3344. Path: util/wb/MCP/
  3345.  
  3346. ==========
  3347.  
  3348. Picticon    1.1    Scales pictures into icons. os3.x only
  3349.  
  3350. Allows  pictures  to  be  dropped onto an appicon.  Will then load the
  3351. pictures using datatypes.library and scale them into icons.
  3352.  
  3353. Many  options  to  customize  how  the scaled picture icons will look.
  3354. Allows frames/backgrounds and size text (built in fonts, tho)
  3355.  
  3356. Features:
  3357. o  Files may  be passed by dropping them onto an appicon, selecting an
  3358.    apptool item, shift-selection, or via a CLI interface.
  3359. o  Dithering (one type, error-diffusion)
  3360. o  Remaps to current Workbench palette
  3361. o  Both fractional and integer scaling
  3362. o  User defined icon size
  3363. o  Allows templates for both tooltypes and/or background underlay
  3364. o  User defined appicon image
  3365. o  Ability to place picture dimension text onto icon
  3366. o  Preserves aspect of pictures that contain aspect information
  3367. o  User defined screen aspect. (for non-lace or s-hires users)
  3368. o  HAM-6/HAM-8 support for both reading and rendering
  3369. o  Datatype  loader/scaler  module  is  available for registered E 3.0
  3370.    users.  (no source)
  3371. o  NewIcons support (optional, not included) 
  3372. o  WhatIs support (optional, not included)
  3373. o  Multiple filenames and/or wildcards from the CLI interface
  3374.  
  3375. Author: Chad Randall
  3376. Path: util/wb/Picticon/
  3377.  
  3378. ==========
  3379.  
  3380. WindowKey    1.04    Controls windows via keyboard
  3381.  
  3382. WindowKey  is  yet another input helper program.  The job of those programs
  3383. is  well  known:  they activate, bring to front, push to back, zoom, etc...
  3384. any window or screen (in the Intuition sense of the word) on user request.
  3385.  
  3386. Lots  of programs exist that do that, including Commodores'FKey provided on
  3387. the  workbench  disk, but none of them had a user interface as powerful and
  3388. were  as  flexible  as WindowKey.  The interface for WindowKey was directly
  3389. reproduced  from that of my other program Injector.  The reason why I chose
  3390. to  make  two  different  programs  instead  of  including  the features of
  3391. WindowKey in Injector is that you can use either program without the other,
  3392. which  sounds  quite normal since their jobs are completely different (this
  3393. is  one reproach to other input helper programs which tend to do everything
  3394. and end up doing nothing).
  3395.  
  3396. Another  reason to the existence of WindowKey is the possibility to control
  3397. Intuition  only  from  the  keyboard, instead of having to hunt for a mouse
  3398. hidden under a pile of paper when wanting to change the active window.
  3399.  
  3400. To  make  this work, WindowKey has its own language, made of keywords, with
  3401. or  without  arguments  enclosed in parentheses.  You will have to read the
  3402. references sections for further informations.
  3403.  
  3404. Author: Frederic Delacroix
  3405. Path: util/wb/WindowKey/
  3406.  
  3407.