home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / docs / lists / fish-900-1000 / 980-989 < prev    next >
Text File  |  1994-05-09  |  24KB  |  498 lines

  1. ==========================  Contents of Disk 980  ==========================
  2.  
  3. This is disk 980 of the freely distributable AMIGA software library.
  4. Below is a listing of the significant directories and their contents.
  5.  
  6.  
  7. APipe        The `APipe-Handler' allows you to add the `APIPE:' DOS
  8.         device to your system.  This device acts as a pipe between
  9.         two programs, but in a different manner than the standard
  10.         `PIPE:' device does.  This handler interprets the text
  11.         after the `APIPE:' prefix as a command line to execute,
  12.         and the process/command which opens the file indicated by
  13.         the mention of `APIPE:' can now read the standard output
  14.         or write the standard input of the program indicated by
  15.         the command line depending on whether the `APIPE:' file
  16.         was opened for reading or writing, respectively.   Thus,
  17.         the opening an `APIPE:' file is analogous to the UNIX
  18.         `popen()' call, but it is more widely available to the
  19.         user.  Complete source is included and can be used as an
  20.         example of a handler.  Version 37.5, an update to version
  21.         37.4 on disk number 783.
  22.         Author:  Per Bojsen
  23.  
  24. HWGRCS        A 3 part distribution of an RCS 5.6.0.1 port to the Amiga,
  25.         currently at patch level 8.  Part 1 contains the binaries
  26.         and documentation in AmigaGuide and "man" format, part 2
  27.         contains the source code to RCS, and part 3 contains the
  28.         source code and binaries for patch and diffutils.  The
  29.         Revision Control System (RCS) manages multiple revisions of
  30.         text files.  RCS automates the storing, retrieval, logging,
  31.         identification, and merging of revisions.  RCS is useful for
  32.         text that is revised frequently, for example: programs, doc-
  33.         umentation, graphics, papers, form letters, etc.  Included
  34.         are RCS 5.6, GNU diffutils 2.6 and an LP utility to support
  35.         paged diff outputs.  Part 1 on disk 980, part 2 is on disk
  36.         981, and part 3 is on disk 982.
  37.         Author:  Walter Tichy, Paul Eggert, Heinz Wrobel
  38.  
  39. ==========================  Contents of Disk 981  ==========================
  40.  
  41. This is disk 981 of the freely distributable AMIGA software library.
  42. Below is a listing of the significant directories and their contents.
  43.  
  44.  
  45. BootUte        A utility to enable more older software work on the Amiga
  46.         1200 and 4000 series, It is also useful for users with
  47.         accelerators.  Requires kickstart 2 or above.  Binary only.
  48.         Author:  Paul Toyne
  49.  
  50. CloudsAGA    This program creates random clouds which you might use in
  51.         your paint program, as a texture in a ray tracing program
  52.         or as a background for your workbench.  Uses all AGA res-
  53.         olutions.  Now requires Workbench 2.0 or higher.  This is
  54.         version 1.05, a complete rewrite in OBERON-2.  Removed more
  55.         Enforcer hits.  Public domain, includes source in OBERON-2.
  56.         Author:  Daniel Amor
  57.  
  58. ConPaste    ConPaste is a 2.0 commodity that allows you to paste clipped
  59.         text into anything.  Paste into string gadgets.  Paste into
  60.         any text application.  In this new version, ConPaste drops
  61.         its priority by 1 when pasting text to allow sufficient
  62.         processor time for the receiving task or window to process
  63.         the text.  When you press a user-defined key or key combina-
  64.         tion, ConPaste will take any FTXT found in clipboard unit 0,
  65.         convert the text back into input events, and send the input
  66.         events into the input stream.  The output will go to the
  67.         active window or string gadget.  This is version 37.25, an
  68.         update to the version distributed with ClipWindow by Jim
  69.         Harvey, on disk 935.
  70.         Author:  Carolyn Scheppner
  71.  
  72. HuntWindows    Starting with 2.0 you can make screens bigger than the
  73.         visual size of your monitor.  On a double-size workbench,
  74.         catching windows like requesters etc. can be quite annoying
  75.         at times.  This little utility hangs itself on the VBI
  76.         (Vertical Blank Interrupt) to find out which window is
  77.         being activated and moves the screen to show the window in
  78.         full view.  Version 3.3, an update to version 1.4 on disk
  79.         number 774.  Includes source in assembler.
  80.         Author:  Jörg Bublath
  81.  
  82. HWGRCS        A 3 part distribution of an RCS 5.6.0.1 port to the Amiga,
  83.         currently at patch level 8.  Part 1 contains the binaries
  84.         and documentation in AmigaGuide and "man" format, part 2
  85.         contains the source code to RCS, and part 3 contains the
  86.         source code and binaries for patch and diffutils.  The
  87.         Revision Control System (RCS) manages multiple revisions of
  88.         text files.  RCS automates the storing, retrieval, logging,
  89.         identification, and merging of revisions.  RCS is useful for
  90.         text that is revised frequently, for example: programs, doc-
  91.         umentation, graphics, papers, form letters, etc.  Included
  92.         are RCS 5.6, GNU diffutils 2.6 and an LP utility to support
  93.         paged diff outputs.  Part 1 on disk 980, part 2 is on disk
  94.         981, and part 3 is on disk 982.
  95.         Author:  Walter Tichy, Paul Eggert, Heinz Wrobel
  96.  
  97. ==========================  Contents of Disk 982  ==========================
  98.  
  99. This is disk 982 of the freely distributable AMIGA software library.
  100. Below is a listing of the significant directories and their contents.
  101.  
  102.  
  103. Bin2Hunk    Convert any binary file to an AmigaDOS hunk (or object file)
  104.         that can be linked with your linker into your program.  This
  105.         is most useful when you wish some form of data to be a part
  106.         of your executable.  This data can be sound samples, images,
  107.         text, or whatever.  Sports a ReadArgs() CLI interface, as
  108.         well as a GadTools Intuition interface.  Memory type options
  109.         include ANY, CHIP, and FAST.  Allows naming of your hunks.
  110.         An optional data item containing the size of your data can
  111.         also be specified.  Version 2.2, binary only.
  112.         Author:  Brian Koetting
  113.  
  114. HWGRCS        A 3 part distribution of an RCS 5.6.0.1 port to the Amiga,
  115.         currently at patch level 8.  Part 1 contains the binaries
  116.         and documentation in AmigaGuide and "man" format, part 2
  117.         contains the source code to RCS, and part 3 contains the
  118.         source code and binaries for patch and diffutils.  The
  119.         Revision Control System (RCS) manages multiple revisions of
  120.         text files.  RCS automates the storing, retrieval, logging,
  121.         identification, and merging of revisions.  RCS is useful for
  122.         text that is revised frequently, for example: programs, doc-
  123.         umentation, graphics, papers, form letters, etc.  Included
  124.         are RCS 5.6, GNU diffutils 2.6 and an LP utility to support
  125.         paged diff outputs.  Part 1 on disk 980, part 2 is on disk
  126.         981, and part 3 is on disk 982.
  127.         Author:  Walter Tichy, Paul Eggert, Heinz Wrobel
  128.  
  129. JoyRide        A commodity that provides an intuition front-end for joy-
  130.         stick events.  This has some nice advantages for both users
  131.         and programmers.  Basic features are a simple joystick
  132.         interface, application shareable joystick events, and joy-
  133.         stick events now pass through the input.device stream.
  134.         Version 1.0, includes source to example test program.
  135.         Author:  Brian Koetting
  136.  
  137. ==========================  Contents of Disk 983  ==========================
  138.  
  139. This is disk 983 of the freely distributable AMIGA software library.
  140. Below is a listing of the significant directories and their contents.
  141.  
  142.  
  143. CapsLockExt    A Commodity that extends the effect of the CapsLock
  144.         key to every key on the keyboard, and allows the Shift
  145.         key to temporarily cancel the CapsLock key.  This causes
  146.         CapsLock to act like a SHIFT-lock key on a typewriter.
  147.         Requires OS 2.04 or higher.  Version 1.0, includes source
  148.         in assembly.
  149.         Author:  Douglas Nelson
  150.  
  151. FastJPEG    FastJPEG is a fast JPEG picture viewer.  Besides being fast,
  152.         it has many other advantages.  An important goal was to not
  153.         trade quality for speed.  In fact, FastJPEG is both fast
  154.         and has an excellent quality.  Most other JPEG viewers
  155.         either produce ugly pictures, or need ages to perform the
  156.         conversion to HAM mode.  Version 1.10, binary only.
  157.         Author:  Christoph Feck
  158.  
  159. Harridan    A "Reminder" type program for your startup-sequence.  Each
  160.         time you boot, Harridan will check your event list, if an
  161.         event is 'due', Harridan opens a window to remind you.  If
  162.         nothing is 'due', you're not bothered.  Designed under
  163.         Amiga DOS 2.04 and takes advantage of all its easy to use
  164.         features.  Version 1.0, binary only.
  165.         Author:  Andy Maxey
  166.  
  167. TitleClock    A little commodity (about 4k) that throws up a clock in the
  168.         top right corner of a screen's titlebar.  It may be set up
  169.         to display itself on one or more screens without running
  170.         multiple copies of the program.  It may also be set to
  171.         follow your default public screen and also to always dis-
  172.         play on the frontmost screen.  Version 3.3, an update to
  173.         version 2.7 on disk number 949.  Freeware, includes source.
  174.         Author:  Anders Hammarquist
  175.  
  176. Viewtek        A feature packed  Picture/Animation Viewer.  Shows most
  177.         ILBM's (including 24-bit ILBM's), most Compuserve GIF for-
  178.         mat images, most JFIF format JPEG images and most ANIM Op-5
  179.         format animations, with support for different palettes for
  180.         each frame.  Supports SHAM, CTBL, and PCHG images, full
  181.         support of ECS/AGA display modes (ie. show 256 color GIF's
  182.         directly, show 800x600 HAM animations, etc.).  Supports
  183.         viewing contents of clipboard.  Iconifies to a Workbench
  184.         AppIcon.  Includes versions for DCTV, EGS, IV-24, Retina,
  185.         Firecracker, OpalVision, and Picasso.  Requires AmigaDOS
  186.         2.04 or later.  Version 2.1, an update to version 1.05 on
  187.         disk 903, binary only.
  188.         Author:  Thomas Krehbiel
  189.  
  190. Yass        Yet Another Screen Selector, a commodity with several nice
  191.         features such as: Completely controllable via keyboard (of
  192.         course you can use your mouse, if you really want to); Shows
  193.         Screens and Windows (option); Shows PublicScreenname or
  194.         ScreenTitle (option); Ability to change the default Public
  195.         screen; Opens window even on non-public screens (option).
  196.         Font-sensitive; Resizeable window.  Version 2.0, an update
  197.         to version 1.1 on disk number 946.  Binary only.
  198.         Author:  Albert Schweizer
  199.  
  200. ==========================  Contents of Disk 984  ==========================
  201.  
  202. This is disk 984 of the freely distributable AMIGA software library.
  203. Below is a listing of the significant directories and their contents.
  204.  
  205.  
  206. AGIndex        Creates an index for AmigaGuide documents.  Indicies are
  207.         sorted alphabetically and can be accessed (in AmigaGuide)
  208.         by pressing the 'Index' button.  Index entries can be
  209.         extracted from the source document using two different
  210.         selecting methods: by reference or by declaration.
  211.         Version 1.04, OS2.0 and higher, binary only, freeware
  212.         Author:  Camiel Rouweler
  213.  
  214. ForceIcon    A utility mainly for users of CD-ROM drives.  Since one can
  215.         not snapshot the position of a volume's icon, nor replace
  216.         it by a user-defined one, this utility was written.  Force-
  217.         Icon allows you to set the position of a disk's icon and/or
  218.         replace it by a different image/icon which doesn't have to
  219.         be a disk.info file.  All types of ".info" files may be
  220.         selected.  GiftWare, Version 1.4, includes source.
  221.         Author:  Kai Iske
  222.  
  223. IconToClip    A link between the Workbench and the Shell.  It adds an item
  224.         to the Tools menu that, when selected, puts the name of any
  225.         highlighted icon into the Clipboard, from which it can be
  226.         pasted to the Shell or any other program that uses the Amiga
  227.         Clipboard.  Has an option for writing the full pathname.
  228.         Can handle multiple icon selections, writing the names in
  229.         row or column format.  Can also be used as an AppWindow.
  230.         Requires 2.04 or higher.  Version 1.0, includes source in
  231.         assembly.
  232.         Author:  Douglas Nelson
  233.  
  234. Imploder    The Imploder allows you to reduce the size of executable
  235.         files while having them retain their full functionality.
  236.         There are other "crunchers" or "packers" available for the
  237.         Amiga, but none are as mindful of the complexities of your
  238.         Amiga system as the Imploder.  In addition to this, its
  239.         algorithms are more efficient, both in terms of speed, and
  240.         size reduction.  Version 4.0, binary only.
  241.         Author:  Albert-Jan Brouwer, Peter Struijk, Erwin Zwart,
  242.              Paul van der Valk
  243.  
  244. TWA        A commodity that remembers the last active window on any
  245.         screen.  If screens are shuffled, the window is automatic-
  246.         ally re-activated when that screen is brought to front.
  247.         Version 1.4, an update to version 1.2 on disk number 874.
  248.         This version fixes a problem which made it impossible to
  249.         autoscroll on a screen which is partially in the back-
  250.         ground.  Binary only.
  251.         Author:  Matthias Scheler
  252.  
  253. WindowDaemon    Gives extended control to intuition windows and screens
  254.         through HotKeys and Arexx.  Features:  Commodities Support;
  255.         HotKey and Arexx support to manipulate the currently active
  256.         window and screen.  Standard window controls are avalable
  257.         such as Zip, Close, Size, ToFront, ToBack, NextScreen, etc.
  258.         Able to close the parent window of a drawer when opened on
  259.         "Workbench" if CONTROL is held down.  (Only available under
  260.         kickstart V39 or higher); Specialized options to forcefully
  261.         close windows and screens, and also to remove tasks that own
  262.         the active window.  Version 1.6, binary only.
  263.         Author:  David Swasbrook
  264.  
  265. ==========================  Contents of Disk 985  ==========================
  266.  
  267. This is disk 985 of the freely distributable AMIGA software library.
  268. Below is a listing of the significant directories and their contents.
  269.  
  270. AGAiff        An IFF-to-RAW converter which can load all ILBM graphics
  271.         supported by the AGA chipset.  It is also able to save 24
  272.         Bit colors and sprites wider than 16 pixels.  Some features
  273.         make this program quite attractive:  Coded as a Commodity;
  274.         Coded completely in fast Assembler; Font-sensitive User
  275.         Interface; <MANY> different save formats; Powerful ARexx-
  276.         ort, supporting all stuff from the GUI; Runs even from
  277.         small Assembler Workdisks if you don't need ARexx, Hotkey
  278.         and all Displaymodes; ... and more !  Manual in AmigaGuide
  279.         format.  Version 1.0, first release.  Requires OS 3.0 or
  280.         later.
  281.         Author:  Michael Krause
  282.  
  283. ILBMKiller    An IFF/AGA ILBM file viewer.  Has optional delete facility
  284.         that allows you to sift though large collections of pic-
  285.         tures, keeping only the ones you want.  Version 1.0, in-
  286.         cludes source in Blitz Basic.
  287.         Author:  David, Coralie Tucker
  288.  
  289. Lines        An OS friendly game, played with the mouse, where the goal
  290.         is to draw as many lines as you can, obeying the rules.  The
  291.         basic rules are that only eight directions (horizontal,
  292.         vertical, and diagonal) are allowed, a line is exactly
  293.         five points long, and each new line can include at most one
  294.         point that was used in a previous line.  Includes both PAL
  295.         and NTSC versions.  Version 2.4, binary only.
  296.         Author:  Mika Kortelainen
  297.  
  298. NewIFF        Commodore IFF code modules and examples for OS 1.3 through
  299.         3.x.  Code requires V39+ includes to compile, and under 1.3
  300.         requires the V37 iffparse.library to run.  Examples include
  301.         handling AA display, brush loading, 8SVX playing, clipboard
  302.         FTXT reading/writing, etc.  Version 39.11, includes source
  303.         in C.
  304.         Author:  CBM, submitted by Carolyn Scheppner 
  305.  
  306. NewTool        A program that will quickly replace the default tool in
  307.         project icons.  NewTool allows you to specify the default
  308.         tool to use, use a file requester to pick the default tool,
  309.         or it will automatically choose the proper tool depending
  310.         on the file type using WhatIs library.  This version is a
  311.         complete rewrite from v37.203 which appeared on disk 947,
  312.         and is now more style guide compliant.  Also included is
  313.         NewToolPrefs v1.1 which is a GUI to quickly and easily edit
  314.         your NewTools.prefs file.  Version 2.6, binary only.
  315.         Author:  Michael J Barsoom
  316.  
  317. SmallPlayer    A small player for those really big modules. The file is
  318.         less than 10k.  Plays powerpacked Protracker modules.  This
  319.         is version 1.0a, first public release.  Binary only, public
  320.         domain.  Requires AmigaDOS 2.04 or above.
  321.         Author:  Hallvard Korsgaard
  322.  
  323. ==========================  Contents of Disk 986  ==========================
  324.  
  325. This is disk 986 of the freely distributable AMIGA software library.
  326. Below is a listing of the significant directories and their contents.
  327.  
  328.  
  329. FDPro2Demo    Demo of Jaeger Software Inc's WWII flight simulator for
  330.         the Amiga.  It has full support for analog joystick and
  331.         rudder pedals and runs in Hi-res Interlace or in DBL
  332.         NTSC/PAL on AGA machines.
  333.         Author:  Bill Manders, Matt Shaw, Drew Dorman, Ted Jump
  334.  
  335. MeMon        An intuition-based utility that allows you to monitor or
  336.         change specific memory addresses.  User may select byte,
  337.         word, or long word alignment.  Displays in binary, hex,
  338.         and signed or unsigned decimal.  Also useful for displaying
  339.         ascii codes of various character key mappings and/or as a
  340.         hex/binary/decimal converter.  Version 1.1, an update to
  341.         version 1.0 on disk number 769.  Binary only.
  342.         Author:  David Ekholm
  343.  
  344. Phonedir    Personal Phonedirectory is a database for addresses and
  345.         phone numbers.  It can also dial the numbers automatically.
  346.         Its window can be hidden, and shown again by selecting from
  347.         the Workbench Tools menu.  This is version 2.0, an update to
  348.         version 1.0 on disk 944.  Binary only, freeware.  Requires
  349.         AmigaDOS 2.04 or above.
  350.         Author:  Hallvard Korsgaard
  351.  
  352. WBrain        A thinking game for the WorkBench.  The player must repro-
  353.         duce a random pattern by filling in a grid in the correct
  354.         order.  The difficulty ranges from moderately easy to im-
  355.         possible.  Uses very little CPU time and very little mem-
  356.         ory, so is ideal for playing while raytracing, etc.  Re-
  357.         quires OS2.0+,  Version 2.1a, and update to version 1.2 on
  358.         disk number 916.  Binary only, freeware.
  359.         Author:  Sean Russell
  360.  
  361. XFD        This software package allows you to decrunch nearly every
  362.         crunched file known to the Amiga.  It consists of the
  363.         xfdmaster.library as the brain and a couple of programs
  364.         that offer certain functions to the user.  The xfdmaster
  365.         library,  successor of the decrunch.library, is a standard
  366.         Amiga shared runtime library.  It works with Kickstart V33+
  367.         and offers applications the possibility to directly support
  368.         crunched files of any kind.  Version 1.00, binary only.
  369.         Author:  Georg Hörmann
  370.  
  371. ==========================  Contents of Disk 987  ==========================
  372.  
  373. This is disk 987 of the freely distributable AMIGA software library.
  374. Below is a listing of the significant directories and their contents.
  375.  
  376.  
  377. Calc        An RPN (Reverse Polish Notation) calculator with a 7-element
  378.         stack window.  Includes the standard arithmetic operators,
  379.         plus swap, drop, power, root, natural log, exponential, sin,
  380.         cos, tan, arcsin, arccos, arctan and hex/decimal display
  381.         modes.  Version 2.0, binary only.
  382.         Author:  Sean Russell
  383.  
  384. History        This is a 2.04/3.0/3.1 compatible version of the history
  385.         command.  It allows listing, saving, loading, and execution
  386.         of the standard con-handler command line history.  This is
  387.         version 37.5, binary only.
  388.         Author:  Andy Finkel
  389.  
  390. LhSFX        An oldie, but goodie, that somehow missed getting included
  391.         in the AmigaLibDisks.  LhSFX is a self-extracting archive
  392.         creator.  Update from the original program written by Mike
  393.         Kennedy.  Now uses a file requester.  Has many bugs fixed.
  394.         Version 1.5, freeware, includes source in assembler.
  395.         Author:  Ralf Thanner, Mike Kennedy
  396.  
  397. LoanCalc     A mortgage/loan calculation utility.  Although similar
  398.         programs exist, this one is unique in that it is designed
  399.         to track 'Open' mortgages that allow any size payment to
  400.         be made at any time, as well as providing a printed
  401.         Amortization Table for Fixed mortgages with monthly,
  402.         semi-monthly, bi-weekly and weekly payment re-schedules.
  403.         This is version 2.0, an update to version 1.4 on disk
  404.         number 492.  Binary only, giftware.
  405.         Author:  Robert Bromley
  406.  
  407. MCalc        MUIProCalc is a MUI-based calculator much like Jimmy Yang's
  408.         Calc 3.0.  It still lacks the plotter, but it offers a
  409.         quite flexible history facility for inserting previously
  410.         entered expressions.  Different output formats offered and
  411.         plenty of functions the user may choose from.  Furthermore
  412.         the look of the calculator may be customized.  It offers an
  413.         ARexx Port, which may be used to let MUIProCalc calc from
  414.         within an editor for example.  MUIProCalc may return a TeX
  415.         compatible output, which may be used within a mathematical
  416.         TeX environment.  Results or inputs may be copied to the
  417.         Clipboard.  This version fixes some bugs.  Requires MUI
  418.         (MagicUserInterface by Stefan Stuntz) GiftWare.  This is
  419.         version 1.3, includes source.
  420.         Author:  Kai Iske
  421.  
  422. ==========================  Contents of Disk 988  ==========================
  423.  
  424. This is disk 988 of the freely distributable AMIGA software library.
  425. Below is a listing of the significant directories and their contents.
  426.  
  427.  
  428. DQua        A simple GUI-based utility that solves quadratic equations.
  429.         Version 1.00, includes source in HighSpeed pascal.
  430.         Author:  Lee Kindness
  431.  
  432. MegaBall    Classic amiga action game!  Comes with two graphics files,
  433.         one that lets it run on older Amigas (even ones running WB
  434.         1.2!), and another that lets it take advantage of dazzling
  435.         24-bit AGA graphics if ya got 'em!  Packed with a whole
  436.         bunch of exciting new features, music and boards.  Docu-
  437.         mentation in AmigaGuide format.  Version 3.0, shareware,
  438.         binary only.
  439.         Author:  Ed Mackey
  440.  
  441. MemClear    A tool for programmers which fills unused memory chunks
  442.         with zeros or any other byte value.  In addition to that,
  443.         it is a pure replacement for 'Avail' and can flush unused
  444.         system resources, such as libraries, devices, and fonts.
  445.         The memory type to be filled can be selected (chipmem,
  446.         fastmem, both).  It also warns if a defective memory
  447.         structure is recognized.  Version 1.8, binary only,
  448.         freeware.
  449.         Author:  Ralf Thanner
  450.  
  451. ==========================  Contents of Disk 989  ==========================
  452.  
  453. This is disk 989 of the freely distributable AMIGA software library.
  454. Below is a listing of the significant directories and their contents.
  455.  
  456.  
  457. AntiCicloVir    A link virus detector and exterminator.  Also detects other
  458.         types of viri.  This version can detect: 126 Bootblock; 17
  459.         Link; 28 File; 7 Disk-Validator; 14 Trojans; and 8 Bombs;
  460.         Automatically checks each inserted disk for boot block and
  461.         disk-validator viruses.  Can scan all files of a specified
  462.         directory for known link viruses, and constantly monitors
  463.         memory and system vectors.  This is version 2.1, an update
  464.         to version 2.0 on disk number 865.  Binary only, freeware.
  465.         Author:  Matthias Gutt
  466.  
  467. FlipIt        A commodity that lets you install hotkeys for flipping
  468.         through screens.  FlipIt lets you specify a hotkey to push
  469.         the frontmost screen to the back, and a hotkey to bring the
  470.         rearmost screen to the front.  This is useful when using
  471.         programs that do not have depth gadgets on their screens.
  472.         Version 1.0.  WB 2.0+ required.  Binary only.
  473.         Author:  Michael J Barsoom.
  474.  
  475. PicCon        PicCon is short for "Picture Converter".  This is a utility
  476.         made for programmers, which will convert IFF ILBMs plus any
  477.         picture format you've got support for in your datatypes
  478.         library to an appropriate image format.  This is an essen-
  479.         tial stage mainly in the development of games, but is also
  480.         useful in development of other software (like demos, appli-
  481.         cations, etc.). Not only whole pictures can be converted,
  482.         but also parts of pictures can be cut out to be saved as
  483.         e.g. sprites or small bitplanes.  Version 2.01, binary
  484.         only.
  485.         Author:  Morten Eriksen
  486.  
  487. VirusZII    Release II of this popular virus detector that now recog-
  488.         nizes 279 boot and 145 file viruses.  The filechecker can
  489.         also decrunch files for testing.  The memory checker re-
  490.         moves all known viruses from memory without 'Guru Medita-
  491.         tion' and checks memory for viruses regularly.  VirusZ has
  492.         easy to use intuitionized menus including keycuts for both
  493.         beginners and experienced users.  Release II versions of
  494.         VirusZ require OS2.O+.  This is Release II Version 1.03,
  495.         an upgrade to Release II version 1.0 on disk number 948.
  496.         Binary only, shareware.
  497.         Author:  Georg Hörmann
  498.