home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 29 / amigaformatcd29.iso / -readerstuff- / nick_anderson / articles / others-pt2 / public-access1 < prev    next >
Encoding:
Text File  |  1998-06-02  |  17.4 KB  |  414 lines

  1. **** Public - Access ****************************************** PAGE PD ****
  2.  
  3.   /\  /\   ighty Mike is still not here!  So that means that we will be
  4.  /  \/  \  be continuing the 2nd part of this BEST OF PD series.  We will
  5. /        \ be showing you min-reviews of some PD stuff from 1983-1995.
  6. RICK.
  7.  
  8. /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  9.  
  10.                  UnHunk          Tool to process the Amiga "hunk" loadfile
  11. format.
  12.                 Collects code, data, and bss hunks together, allows
  13.                 individual specification of code, data, and bss origins,
  14.                 and generates binary file with format reminiscent of Unix
  15.                 "a.out" format.  The output file can be easily processed
  16.                 by a separate program to produce Motorola "S-records"
  17.                 suitable for downloading to PROM programmer.
  18.                 Author:  Eric Black
  19. ----
  20.  
  21. C-kermit        Port of the popular "kermit" program, a flexible
  22.                 virtual terminal and file transfer program from
  23.                 Columbia University.
  24.                 Author:  Unknown, ported to Amiga by Davide Cervone
  25.  
  26. ----
  27.  
  28.  
  29.     Archx
  30.                 Yet more programs for bundling up text files and
  31.                 mailing or posting them as a single file unit.
  32.                 Author: Martin Minow
  33.  
  34. ----
  35.      Cpp             This is a copy of the Decus cpp, ported to the Amiga
  36.  
  37.                 This cpp is more powerful and complete than either of
  38.                 the built in cpp's in Manx or Lattice C.  Also included
  39.                 is a modified version of the Unix like cc frontend, for
  40.                 Manx C, that knows about the cpp.
  41.                 Author:  cpp by Martin Minow;  cc by Fred Fish
  42.  
  43. ----
  44.  
  45. SuperBitMap     An example program that shows how to use ScrollLayer,
  46.                 how to sync the SuperBitMap prior to printing, and how
  47.                 to create a dummy rastport for dumping the SuperBitMap.
  48.                 Works under 1.2 and up.
  49.                 Author:  Carolyn Scheppner and Phil Lindsay
  50.  
  51. ----
  52.  
  53. Bru             Alpha 1 version of a hard disk and/or file archiver
  54.                 written for Unix.  This is a vanilla port, with very
  55.                 little Amiga smarts, but it is usable.  This is also
  56.                 the last freely redistributable version.
  57.                 Author:  Fred Fish
  58.  
  59. ----
  60.  
  61. Comm            A vt100 like terminal emulator with built in support
  62.                 for key functions and a phone number database.
  63.                 Version 1.30.
  64.                 Author:  DJ James
  65.  
  66. ----
  67.  
  68. MemWatch        Memwatch is a program intended to sit in the background
  69.                 and watch for random trashing of low memory by an
  70.                 application under development.  If it detects a write
  71.                 to low memory, it repairs it to what used to be there,
  72.                 then puts up a requester indicating what damage had been
  73.                 done.  Very useful!
  74.                 Author:  John Toebes
  75.  
  76. ----
  77.  
  78. Profiler        A realtime execution profiler for Manx 3.30E.  Using this
  79.                 you can identify what sections of your program are using
  80.                 the most time, or being executed the most, and optimize
  81.                 as appropriate.  I was able to double the speed of some
  82.                 programs by using this tool.  Includes source.
  83.                 Author:  Tomas Rokicki
  84.  
  85.  
  86. NewDefTool      A utility to change the default tool for project icons.  Has
  87.                 a user defined configuration file for flexibility.  Can
  88. change
  89.                 default tool according to old default tool or filenames.
  90.                 Supports the use of appicon, so using NewDefTool is a simple
  91.                 matter of dragging and dropping icons.  Requires AmigaDOS
  92. 2.0
  93.  
  94. ----
  95.  
  96. NonClick        A program to stop floppy drive clicking.  Features an intu-
  97.                 ition user interface that allows you to turn clicking on and
  98.                 off on every drive individually.  Requires AmigaDOS 2.0.
  99.                 This is version 1.06, public domain, includes source.
  100.                 Author:  Kjell Cederfeldt
  101.  
  102.  
  103. ----
  104.  
  105. Chop            A program which uses a hotkey to chop a displayed screen
  106.                 down to a temporary maximum of 4 planes in lo-res or 2
  107.                 planes in hi-res, allowing the processor full speed access
  108.                 to chip memory.  Only the displayed screen is affected, the
  109.                 program painting the screen continues to work with the full
  110.                 color palette.  Unchoping the screen puts everything back
  111.                 to normal.  Version 1.0, binary only.
  112.                 Author:  Nico Francois
  113.  
  114. ----
  115.  
  116. DiskTalk        A cute little program, like "muncho" on disk 137, which
  117.                 plays digitized sound samples when you insert or remove a
  118.                 floppy disk.  Samples are saved as IFF sound files.
  119.                 Version 1.0, binary only.
  120.                 Author:  Nico Francois
  121.  
  122. ----
  123.  
  124. PPMore          Another "more" like utility.  This one reads text files
  125.                 that have been crunched with PowerPacker, thus saving space
  126.                 at the slight expense of some time to uncrunch the text.
  127.                 Version 1.3, binary only.
  128.                 Author:  Nico Francois
  129.  
  130. ----
  131.  
  132. QuickHelp       A utility that helps you make and display your own help
  133.                 files for commands.  Disk space usage is minimized by
  134.                 using PowerPacker to crunch the help files.  Version 1.2,
  135.                 binary only.
  136.                 Author:  Jorrit Tyberghein
  137.  
  138. ----
  139.  
  140. Selector        A program that helps you assemble programs on a boot disk
  141.                 and start them in a user friendly way.  Version 2.5,
  142.                 binary only.
  143.                 Author:  Nico Francois
  144.  
  145. ----
  146.  
  147. RollOn          A "Soko-Ban" like shareware game, submitted by the author.
  148.                 Includes both English and German versions, a level editor,
  149.                 and digitized sounds.  This is version 1.1, binary only.
  150.                 Author:  Tobias Eckert
  151.  
  152. ----
  153.  
  154. TurboMandel     A fast mandelbrot program, written in a mix of C and
  155.                 assembly language.  You can select between using floating
  156.                 point or integer calculation.  Other features include a
  157.                 full intuition interface, cycling capabilities, extensive
  158.                 color control, a user definable iteration depth, fully
  159.                 implemented zoom, a 3-D display mode, support for extra
  160.                 halfbrite as well as interlace and hires, IFF load and
  161.                 save, accuracy selections, and more.  Version 1.0,
  162.                 includes source in assembly and C.
  163.                 Author:  Marivoet Philip
  164.  
  165. ----
  166.  
  167. CPM             A program to compute mandelbrots via the Continous
  168.                 Potential Method, as described in the book "The Science
  169.                 of Fractal Images" by H. O. Pietgen and D. Saupe.  It is
  170.                 used to make 3-dimensional pictures of the mandelbrot
  171.                 set.  This is a batch mode type program so several images
  172.                 can be generated, one after the other, without any human
  173.                 interaction.  Includes source.
  174.                 Author:  Lars Clausen
  175.  
  176. ----
  177.  
  178. DEM             A program to compute mandelbrots via the Distance Estimator
  179.                 Method, as described in the book "The Science of Fractal
  180.                 Images" by H. O. Pietgen and D. Saupe.  It is used to make
  181.                 high resolution black-and-white images.  This is a batch
  182.                 mode type program so several images can be generated, one
  183.                 after the other, without any human interaction.  Includes
  184.                 source.
  185.                 Author:  Lars Clausen
  186.  
  187. ----
  188.  
  189. FixIcons        A program to scan through all files in a given volume or
  190.                 directory, looking for project icons and changing their
  191.                 default tools according to instructions given in a script
  192.                 file.  Version 1.2, includes source.
  193.                 Author:  Lars Clausen
  194.  
  195. ----
  196.  
  197. IceFrac         A fractal generator using the Diffusion Limited Aggregation
  198.                 algorithm, as described in the book "The Beauty of Fractal
  199.                 Images".  This is version 2.1 and includes source.
  200.                 Author:  Lars Clausen
  201.  
  202. ----
  203.  
  204. Rocket          Another program in the long tradition of screen hacks.
  205.                 This one zeroes in on your mouse pointer.  Binary only.
  206.                 Author:  Lars Clausen
  207.  
  208. ----
  209.  
  210. ScreenZap       A utility that forcibly removes screens and windows from
  211.                 your system.  Useful to get rid of zombie screens or windows
  212.                 that have been left around by aborted or buggy programs.
  213.                 This is version 2.3 and includes source.
  214.                 Author:  Lars Clausen
  215.  
  216. ----
  217.  
  218. SnowFall        Another program in the long tradition of screen hacks for
  219.                 the amiga.  Watch the snow fall, get blown around by the
  220.                 wind, and collect in realistic heaps.  Includes source.
  221.                 Author:  Lars Clausen
  222.  
  223. ----
  224.  
  225. DocSplit        A program to split the 1.3 autodoc files into individual
  226.                 subroutine files.  One file is created for each subroutine,
  227.                 with the name created by appending ".doc" to the subroutine
  228.                 name.  Version 1.0, includes source.
  229.                 Author:  Joel Swank
  230.  
  231. ----
  232.  
  233. Gears           A program to calculate and display the gears of a multispeed
  234.                 bicycle.  Works for bicycles with 3 to 21 gear combinations.
  235.                 Version 1.1, includes source.
  236.                 Author:  Joel Swank
  237.  
  238. ----
  239.  
  240. PageCnt         Counts and displays the number of form feeds in a file,
  241.                 along with the length of the longest line.  Version 1.0,
  242.                 includes source.
  243.                 Author:  Joel Swank
  244.  
  245. ----
  246.  
  247. Fenster         A program which can operate on windows owned by another
  248.                 program, to close them, change their size, refresh gadgets,
  249.                 move the window to the background, etc.  This is version
  250.                 2.1, an update to version 2.0 on Fish 298.  Includes source.
  251.                 Author:  Roger Fischlin
  252.  
  253. ----
  254.  
  255. Lhwarp          A program which will read tracks directly from your floppy
  256.                 disk, compress them using adaptive huffman encoding, and
  257.                 output them to a file.  The resulting file can be used by
  258.                 lhwarp to reconstruct an image of the original disk.  This
  259.                 is version 1.20, an update to version 1.03 on disk 295.
  260.                 New features include much faster compression/decompression,
  261.                 a 32-bit CRC, and two additional compression methods.
  262.                 Binary only.
  263.                 Author:  Jonathan Forbes
  264.  
  265. ----
  266.  
  267. Mackie          A versatile cli/macro-key initiator based on POPCLI with
  268.                 a unique method of "screen-blanking".  I won't say more,
  269.                 just try it!  This is version 1.4, an update to version
  270.                 1.3 .  Includes fixes to work with latest
  271.                 WShell and the new 'never' keyword.  Includes source.
  272.                 Author:  Tomas Rokicki
  273.  
  274. ----
  275.  
  276. PrFont          Prints a sample of each font from the fonts: directory.
  277.                 Draws one line of each font on a custom hires screen,
  278.                 which can be printed.  Version 1.3, includes source.
  279.                 Author:  Joel Swank
  280.  
  281.  
  282. ----
  283.  
  284. Reversi         Plays the classical reversi game on an 8 x 8 square field.
  285.                 Version 2.0, an update to version 1.2 on disk 245.  Includes
  286.                 source in assembly language.
  287.                 Author:  Marc Fischlin
  288.  
  289.  
  290. ----
  291.  
  292. SpaceLog        A database containing data for all of the man related space
  293.                 missions of the United States and the Soviet Union that were
  294.                 related to the development of manned space flight, from the
  295.                 beginning of the space age to the present (368 missions),
  296.                 listed in chronological order.  Includes an AmigaBASIC
  297.                 program to manipulate the database.  Version 1.54, binary
  298.                 only.
  299.                 Author:  Gene Heitman
  300.  
  301. ----
  302.  
  303. Life            A new version of Tomas's Life game.  This version includes
  304.                 a new torus option, an option to perform calculations with
  305.                 the processor rather than the blitter, and a couple of
  306.                 other minor changes.  This is an update to the version on
  307.                 disk 131, includes source.
  308.                 Author:  Tomas Rokicki
  309.  
  310. ----
  311.  
  312. RexxPlPlot      A library of C functions useful for scientific plotting
  313.                 on the Amiga.  The library is Lattice C compatible.
  314.                 Contour plotting, three dimensional plotting, axis
  315.                 redefinition, log-log plotting and multiple subpages are
  316.                 a few of Plplot's features.  The plots can be displayed
  317.                 on a monitor or sent to a graphics file for subsequent
  318.                 printing.  This is RexxPlPlot version 0.3, an update to
  319.                 Plplot version 1.00 on disk 222.  New features include
  320.                 an ARexx interface, support for IFF output, support for
  321.                 PostScript output, support for Preferences, some new
  322.                 functions, bug fixes, and more.  Includes source.
  323.  
  324. ----
  325.  
  326. Tree            A very simple directory tree traversal program, written
  327.                 primarily as an aid to creating zoo archives and disk
  328.                 backups.  Has options to exclude certain directories or
  329.                 files with specific extensions.  Includes source.
  330.                 Author:  Tomas Rokicki
  331.  
  332. ----
  333.  
  334. Gwin            This is version 1.0 of GWIN.  GWIN or Graphics WINdow is
  335.                 an integrated collection of graphics routines callable
  336.                 from C.  These routines make it easy to create sophisticated
  337.                 graphics programs in the C environment.  One-line calls give
  338.                 you a custom screen (ten types available), menu items,
  339.                 requestors, text, circles, polygons, etc.  GWIN is a
  340.                 two-dimensional floating point graphics system with
  341.                 conversion between world and screen coordinates.  GWIN
  342.                 includes built-in clipping that may be turned off for
  343.                 speed.  Use of color and XOR operations are greatly
  344.                 simplified.  Many examples of the use of GWIN are
  345.                 included in an examples directory.  Examples include
  346.                 line/bar graph program, geographic mapping program,
  347.                 SPICE 2G.6 graphics post-processor, and others.  Extensive
  348.                 documentation is included.
  349.                 Author:  Howard C. Anderson.
  350.  
  351. ----
  352.  
  353. StillStore      A program designed for freelance, corporate, and broadcast
  354.                 television.  It loads and displays IFF images of any
  355.                 resolution interchangeably from a list file or as inputted
  356.                 directly (I.E. random access).  The user may easily skip
  357.                 forward or backward one or more pictures in the list.  A
  358.                 "generic" display is always just a few seconds away.  The
  359.                 program can be used "on air" with no concern that a pull
  360.                 down menu will suddenly appear in the viewable area.  It
  361.                 also provides for a precise cue for changing windows or
  362.                 screens.  While the main purpose is to load "news windows"
  363.                 of 1/4 screen size, StillStore can also handle full-sized
  364.                 and overscanned images.  Also includes slide show modes and
  365.                 a screen positioning feature.  Stillstore is written in the
  366.                 Director language from the Right Answers Group. Version 1.2,
  367.                 binary only, source available from authors.
  368.                 Author:  R. J. (Dick) Bourne and Richard Murray
  369.  
  370. ----
  371.  
  372. CZEd            A complete midi package for use with all Casio CZ
  373.                 synthesizers.  Contains a full fledged sound editor, a
  374.                 split simulator for CZ-101/1000/230S, a bank loader and
  375.                 a memory dump for CZ-1.  This is a formerly commercial
  376.                 package now released as shareware.  Binary only.
  377.                 Author:  Oliver Wagner
  378.  
  379. ----
  380.  
  381. LinkSound       Two examples of functions that you can link with your
  382.                 own code to produce a short musical "beep" or a sound
  383.                 that is similar to striking a drum.  Includes source.
  384.                 Author:  Dieter Bruns
  385.  
  386. ----
  387.  
  388. Show            A very versatile program to display IFF ILBM files.
  389.                 Features realtime unpacking scroll, smart analysis of any
  390.                 IFF file, total control over display modes, simple
  391.                 slideshow processing, pattern matching, and a dozen other
  392.                 options.  Only 9K.  Version 2.0, binary only.
  393.                 Author:  Sebastiano Vigna
  394.  
  395.  
  396. \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  397.  
  398. And that brings us to an end of this disks PD guide.  I hope Mike
  399. is back next disk, as I am knackered after doing this section,
  400. it tires me out.  I used to think mike had it easy just doing this
  401. bit and the odd review.  But now I know.  If you want any of
  402. these programs then enclose another disk and a note with your disk for
  403. the next Page and tell me what programs you want and I will put as
  404. many as will fit on for you.  If you want you could send me
  405. 600 disks for as many programs as you like.  The address is in the address
  406. file in the Readers directory.  So I hope I don't see you again next
  407. disk in this section, but if I do we will continue the ALL TIME TOP PD
  408. LIST.  See you then (or not?!).
  409.  
  410. RICK
  411.  
  412. ----PAGE
  413.  
  414.