home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff239.lzh / JGoodies / ReadMe < prev    next >
Text File  |  1989-08-21  |  5KB  |  167 lines

  1.  
  2. Goodies Disk #1 from Delta Research 
  3.  
  4. This disk contains tools and programs written using JForth from
  5. Delta Research.  Many of the programs have been target compiled
  6. using Clone so that they can be used without owning JForth.   If
  7. you want to modify the programs, or to use the programming
  8. tools, like the FFT, you will need the JForth programming
  9. language.  It is available from most retailers and mail order
  10. outlets or directly from: 
  11.  
  12.         Delta Research 
  13.         P.O. Box 1051 
  14.         San Rafael, CA 
  15.         94915 
  16.  
  17.         (415) 461-1442 
  18.  
  19. All of the programs on this disk may be freely redistributed.
  20. Some of them are public domain, some shareware, some freeware, etc.
  21. Please see the ReadMe files for the particular programs to
  22. see what kind they are.
  23.  
  24. This disk contains: 
  25.  
  26. -------------------------------------------- 
  27.  
  28. Textra by Mike Haas 
  29.  
  30. This easy-to-use text editor allows multiple windows, and
  31. provides a simple mouse driven interface.  Those familiar with
  32. the "Macintosh style" editors will be comfortable with Textra's
  33. Cut, Copy and Paste commands. 
  34.  
  35. Standalone image. Documentation included. No source code.  
  36.  
  37. -------------------------------------------- 
  38.  
  39. Guru by Mike Haas
  40.  
  41. Handy "guru" number interpreter (well, handy after reboot
  42. anyway!).  Tells you what "81000009" means, for example.
  43. CLI usage only.
  44.  
  45. Standalone image. With readme file. Source code included.
  46.  
  47. -------------------------------------------- 
  48.  
  49. Mandelbrot! by Nick Didkovsky 
  50.  
  51. A fast Mandelbrot rendering program that uses some of the
  52. mathematical properties of the Mandelbrot set to greatly reduce
  53. the drawing time.  Demonstrates graphics programming, assembly
  54. language, menus and IFF file I/O.  (Nick is a teacher and a New
  55. Music Composer from New York.) 
  56.  
  57. Standalone image with source code.  
  58.  
  59. -------------------------------------------- 
  60.  
  61. HeadClean 2.0 by Phil Burk 
  62.  
  63. This program, combined with a fibre cleaning disk, can be used
  64. to clean the heads on your disk drives.  Source code examples of
  65. accessing the Trackdisk device, and using gadgets are included.
  66.  
  67. Standalone image with source code.  Shareware.  
  68.  
  69. -------------------------------------------- 
  70.  
  71. JustBeeps by Phil Burk 
  72.  
  73. Simple example of using Audio and Timer devices.  Plays a series
  74. of beeps whose pitches are based on a just intoned tuning
  75. system.  
  76.  
  77. Source code. Standalone image. Public Domain.  
  78.  
  79. -------------------------------------------- 
  80.  
  81. Neural Net by Robert E. La Quey, ported by Jack Woehr 
  82.  
  83. Example of Neural Net programming converted to JForth by Jack.
  84. Demonstrates a programming technique that many say is the wave
  85. of the future for software.  This is a simple demo that shows
  86. neural propagation.  
  87.  
  88. Standalone image and source code.  
  89.  
  90. -------------------------------------------- 
  91.  
  92. Evolution by Russel Yost 
  93.  
  94. This program graphically simulates the evolution of a species of
  95. "bugs", the insect kind.  Bugs, represented by moving blobs, eat
  96. bacteria represented by single pixels.  They mutate, compete for
  97. food, reproduce and pass their mutations to their offspring.
  98. Fascinating example of graphics and software simulation.  
  99.  
  100. Standalone image and source code. Public Domain.  
  101.  
  102. -------------------------------------------- 
  103.  
  104. FFT by Jerry Kallaus 
  105.  
  106. Highly optimized Fast Fourier Transform tools for digital signal
  107. processing.  The FFT can be used to compute the frequency
  108. spectrum of a complex signal.  It is useful in a variety of
  109. different applications.  Floating Point and Integer versions.  
  110.  
  111. Mixture of high level and assembly language code.  Cloned
  112. example.  
  113.  
  114. -------------------------------------------- 
  115.  
  116. HAMmmm2 by Phil Burk 
  117.  
  118. Graphics hack that displays moving lines in a HAM screen for a
  119. hypnotic effect.  Uses sound tools from HMSL if available, for a
  120. drone sound that corresponds to the graphics image.  
  121.  
  122. Standalone image and source code. Public Domain.  
  123.  
  124. -------------------------------------------- 
  125.  
  126. H2J by Phil Burk 
  127.  
  128. Converts 'C' style '.h' include files to JForth style '.j'
  129. files.  Useful when developing interfaces to new Amiga libraries
  130. like ARP, etc.  
  131.  
  132. Standalone image and source code.  Public Domain.  
  133.  
  134. -------------------------------------------- 
  135.  
  136. Various by Roy Brunjes 
  137.  
  138. Various tools submitted together by the author.  
  139.  
  140. StringPkg - A string package for both Forth style and NUL 
  141.         terminated strings.  
  142.  
  143. Date&Time - Handy tools for getting and printing formatted date 
  144.         and time.  
  145.  
  146. Utils - utilities used by the other files.  
  147.  
  148. CursorControl - Move text cursor. An alternative to the JU:ANSI 
  149.         file in JForth.  
  150.  
  151. SpaceOrEscape - Handy word for pausing or stopping program
  152. output.  
  153.  
  154. Source code.  Public Domain.  
  155.  
  156. -------------------------------------------- 
  157.  
  158. We hope you enjoy these programs.  If you have JForth programs
  159. that you would like to share, please send them to Delta
  160. Research.  Please organize them into a single directory and
  161. supply a README file like the ones on this disk.  
  162.  
  163.         Phil Burk & Mike Haas
  164.         Delta Research 
  165.         7/14/89 
  166.  
  167.