home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1099.lha / Docs / English / Contents < prev    next >
Encoding:
Text File  |  1995-06-26  |  7.2 KB  |  217 lines

  1. ==========
  2.  
  3. MailQueue      37.2    Monitor number of Messages in SMTPSpool
  4.  
  5. This is just a little program to use with
  6. the INetUtils for AmiTCP/AS225, especially
  7. for your SMTPSpool directory. The program
  8. will monitor all queued files within the
  9. SMTPSpool directory and display the number
  10. of messages in a small window, you may
  11. position somewhere on your Workbench. As
  12. soon as a message is queued/deleted, the
  13. information will be updated.
  14.  
  15. Author: Kai Iske
  16. Path: AmigaLibDisk1099:Programs/MailQueue/
  17.  
  18. ==========
  19.  
  20. HFT    38.557    A very small ANSI terminal program.
  21.  
  22. A wonderful ANSI terminal program. Main features are:
  23.  
  24. - Reliable ANSI terminal emulation
  25. - Multiple simultaneous terminal windows/sessions
  26. - Console support with cut & paste
  27. - Opens on the default public screen
  28. - Compatible with all serial.device clones; tested on serial, baudbandit,
  29.   uw, and nullmodem devices
  30. - Takes advantage of Workbench 2.04; 1.3 is not supported
  31.  
  32. Author: Herbert West
  33. Path: AmigaLibDisk1099:Programs/HFT/
  34.  
  35. ==========
  36.  
  37. SerLog       1.6    Debugging device to monitor serial-IO
  38.  
  39. serlog.device passes all IOExtSer requests to a "real" serial.device
  40. and writes the results to a file.  You may configure the amount of
  41. information to be stored in the log.  The log-file created by
  42. serlog.device contains a binary dump which can be formatted
  43. (i.e. transferred into a readable version) using the supplied
  44. formatter.
  45. Note that serlog.device uses *significant* overhead over the underlying
  46. serial.device, resulting in very low baud-rates.
  47.  
  48. Author: Stefan Pröls
  49. Path: AmigaLibDisk1099:Programs/SerLog/
  50.  
  51. ==========
  52.  
  53. PSPRT      1.24    Print PS files on non-PostScript printer
  54.  
  55. PSPRT-Handler allows you to print PostScript files on non-postscript
  56. capable printers using the "post.library" PostScript interpreter.
  57.  
  58. Author: Daniel Weber
  59. Path: AmigaLibDisk1099:Programs/PSPRT/
  60.  
  61. ==========
  62.  
  63. PoolWatch      1.01    Debug tool for pool-allocations (OS3.x)
  64.  
  65. PoolWatch  is a debug tool for OS 3.0 and higher designed to watch and
  66. correct  illegal  allocation  and  freeing  of  memory  that  use  the
  67. pool-functions provided in OS 3.0 and upwards.  PoolWatch is necessary
  68. since  Mungwall  do  not  catch any illegal memory handling concerning
  69. pool-allocations.
  70.  
  71. PoolWatch  is especially useful in combination with Enforcer, Mungwall
  72. (which  will  watch  normal  allocations  that  use AllocMem/FreeMem),
  73. SegTracker and FindHit (included in the Enforcer archive).
  74.  
  75. If  SegTracker  is  running  in  the system when PoolWatch is started,
  76. PoolWatch   will  use  the  public  SegTracker  seglist  tracking  for
  77. identifying  the  hunk  and  offset  into the executable doing illegal
  78. allocations.
  79.  
  80. You  *need*  sushi  to run PoolWatch.  PoolWatch will use kprintf() to
  81. output  text, and without sushi (or a terminal-program :) you will not
  82. be able to see the text.  Future versions will probably support output
  83. to stdio too.
  84.  
  85. Author: Magne Østlyngen
  86. Path: AmigaLibDisk1099:Programs/PoolWatch/
  87.  
  88. ==========
  89.  
  90. Retire       1.0    Removes entries from s:user-startup.
  91.  
  92. Retire removes entries of applications from the s:user-startup file without using the installer.
  93. It is useful in shell scripts to uninstall applications.
  94. Retire removes the lines from BEGIN to END of the application entry and following empty lines if any.
  95.  
  96. Author: Ralf Gruner
  97. Path: AmigaLibDisk1099:Programs/Retire/
  98.  
  99. ==========
  100.  
  101. PeekQual       ?.?    Generates WARN (5) codes on qualifiers
  102.  
  103. The  reason  for  this  program  to be is that I recently had trouble in finding
  104. which  of  the  programs  launched in my user-startup was sometimes crashing the
  105. system.  I wrote a special version of the user-startup that asked before running
  106. all programs, and thought it would be great to have a program allowing to switch
  107. the files automatically when a key was hit.
  108.  
  109. The  best candidates for those keys were of course the qualifiers, since they do
  110. not  interfere  with the output window.  Moreover, there is a new (V36) function
  111. in  the input.device that would make it easy to test:  PeekQualifier().  So here
  112. is this program, which does not even require a window to be opened to work.  The
  113. program fits in one disk block, and is pure, meaning it can be made resident.
  114.  
  115. To use PeekQual, you must have kickstart 2.04 or higher.  It will only work from
  116. CLI, the template is as follows:
  117.  
  118. PeekQual ONQUAL,OFFQUAL
  119.  
  120.     Each  of the arguments, ONQUAL and OFFQUAL, should be a word made of the
  121. following  letters  (I've tried to respect this rule:  lower case for left keys,
  122. and upper case for right ones):
  123.  
  124.     s:    left Shift
  125.     S:    right Shift
  126.     c:    Control
  127.     C:    Caps lock
  128.     a:    left Alt
  129.     A:    right Alt
  130.     g:    left amiGa
  131.     G:    right amiGa
  132.     b:    left mouse Button
  133.     B:    right mouse Button
  134.     m:    Middle mouse button
  135.  
  136.     The  program does the following:  it PeekQualifier()s and then tests the
  137. result:  if all keys given in the ONQUAL argument are pressed and all keys given
  138. in  the  OFFQUAL argument are NOT be pressed, then the program returns WARN (5),
  139. else  it returns OK (0).  The result can then be tested with the IF WARN command
  140. in  a  script  file.   All qualifiers given neither in ONQUAL nor in OFFQUAL are
  141. ignored.
  142.  
  143. Example, in your startup-sequence:
  144.  
  145. PeekQual CSs
  146. IF WARN
  147.  Execute S:User-Startup.Debug
  148. ELSE
  149.  Execute S:User-Startup
  150. ENDIF
  151.  
  152. Author: Frederic Delacroix
  153. Path: AmigaLibDisk1099:Programs/PeekQual/
  154.  
  155. ==========
  156.  
  157. BitOp       2.2    Bit tool; dec-hex-bin conv; calc
  158.  
  159. A tool for creating/editing bitmasks. Also converts dec-hex-bin. And can
  160. be used as a calculator. Performs AND, OR, EOR, ADD, SUB, MUL, DIV, NOT,
  161. NEG, and SL/SR on any one or two numbers.
  162.  
  163. Author: John Corigliano
  164. Path: AmigaLibDisk1099:Programs/BitOp/
  165.  
  166. ==========
  167.  
  168. Sabot_Icons       ?.?    Three New Icons For Use With SABOT
  169.  
  170. Three new icons for use with the mail-notifying program, SABOT
  171.  
  172. Author: David Voy
  173. Path: AmigaLibDisk1099:Programs/Sabot_Icons/
  174.  
  175. ==========
  176.  
  177. SSearch       1.4    Fast replacement for AmigaDOS 'search'
  178.  
  179. Does nearly the same thing as the AmigaDOS's search command but faster.
  180. Example: searching for "foobar" in the C= Autodocs (plus some other
  181. Autodocs, 82 files, 1937 KBytes) requires 73 seconds with search and
  182. 15 seconds with ssearch on the author's machine (A3000/030-25).  SSearch
  183. has two additional features compared to search:  you can search case
  184. sensitive, which is even faster than case insensitive, and you can switch
  185. off printing of file names.
  186.  
  187. Author: Stefan Sticht
  188. Path: AmigaLibDisk1099:Programs/SSearch/
  189.  
  190. ==========
  191.  
  192. IconShow     0.12ß    Icon viewer for directory utils and CLI
  193.  
  194. This program allows you to view and test icons. It can be used from CLI
  195. or any configurable directory utility (Directory Opus, DiskMaster, MegaD
  196. and many others).
  197.  
  198. Author: Per-Olof Yliniemi
  199. Path: AmigaLibDisk1099:Programs/IconShow/
  200.  
  201. ==========
  202.  
  203. AmigaElm      6.24    Mail-Reader (UUCP/Internet), v6 (6.24)
  204.  
  205. Electronic Mail Reader for UUCP and IP packages (AmigaUUCP, Dillon-UUCP,
  206. Feulner-UUCP, wUUCP, AmiTCP + InetUtils etc.), easy to install and to use.
  207. Mostly compatible with Unix-elm (basic functions) and lots of additional
  208. features. Can be used over a serial line.  Basic internal support for MIME
  209. (multimedia mail) and encryption/decryption (eg, with PGP).  Also supports
  210. "metamail" and "reqtools" library 2.x.  Registered version comes with full
  211. C source (and has better support ;-) (concept based on hwr-mail by Heiko W.
  212. Rupp)
  213.  
  214. Author: Andreas M. Kirchwitz
  215. Path: AmigaLibDisk1099:Programs/AmigaElm/
  216.  
  217.