home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d8xx / d809 / disk809.lha / Contents < prev    next >
Text File  |  1993-01-24  |  2KB  |  39 lines

  1. This is disk 809 of the freely distributable AMIGA software library.
  2. Below is a listing of the significant directories and their contents.
  3.  
  4.  
  5. CPK        A program to render a space filling representation of atoms
  6.         in molecules.  This is the type of representation one would
  7.         find in the plastic 'CPK' (Corey, Pauling, Kendrew) models
  8.         often used in organic chemistry.  There are no hard coded
  9.         constraints on the number of atoms it can process, it cor-
  10.         rectly handles intersecting 3-dimensional spheres by using
  11.         the Bresenham circle algorithm in 3D, and computes using the
  12.         the current display screen resolution for simplicity and
  13.         speed.  Version 1.0, binary only.
  14.         Author:  Eric G. Suchanek
  15.  
  16. EPU        A program like Stacker or XPK that allows applications to
  17.         access compressed data from AmigaDOS devices without knowing
  18.         that the data is compressed, and automatically compresses
  19.         new data.  The file size is not limited by memory and the
  20.         settings of the handler can be changed at any time.  Version
  21.         1.0, shareware, binary only.
  22.         Author:  Jaroslav Mechacek
  23.  
  24. GetString    A small utility that puts up a string requester and stores the
  25.         result in an environment variable (either local or global)
  26.         that can be used in Shell scripts.  Requires OS 2.04+ and
  27.         ReqTools.library.  Written in E, source included.
  28.         Author:  Diego Caravana
  29.  
  30. SmallMath    "Drop-in" replacements for the Commodore IEEE math libraries
  31.         for users with a math coprocessor.  Since these libraries do
  32.         not contain the coprocessor-emulation code normally present,
  33.         they are 60%-90% smaller than the usual libraries.  For the
  34.         same reason, however, they cannot be used without a coproces-
  35.         sor.  Version 1.2, an update to version 1.1 on disk 718,
  36.         fixes a bug in the cmp() function.  Public domain, partial
  37.         source included.
  38.         Author:  Laz Marhenke
  39.