home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / comm / misc / 014 / rbrown.txt < prev    next >
Text File  |  1993-01-09  |  21KB  |  386 lines

  1. Public Domain/Freeware/Shareware by Ralf Brown:
  2.  
  3. The MSDOS Interrupt List
  4.     A comprehensive listing of 4500 functions available through
  5.     interrupt calls on IBM PCs and compatibles.  Includes both
  6.     documented and undocumented functions.
  7.     Current version: INTER33A (release 33, 1/3/93)
  8.              INTER33B
  9.              INTER33C (conversion programs)
  10.  
  11. DVINT
  12.     An extract of the MSDOS Interrupt List containing the DESQview
  13.     and QEMM API calls.  Updated whenever there have been significant
  14.      additions to the DESQview/QEMM calls in the Interrupt List.
  15.     Current version: DVINT33 (1/3/93)
  16.  
  17. RBcomm
  18.     A DESQview-aware communications program which sports seamless DSZ,
  19.     PCZ, or PUMA/MPt integration for file transfers; ANSI/VT102, VT52, 
  20.      and AVATAR emulation (including 132 columns); speeds to 115200 bps;
  21.     a powerful macro language; dialing directory; ANSI music; and
  22.     more.  Runs in 65K with DSZ, 46K without.  While it works under
  23.     plain DOS, additional features are available under DESQview.
  24.     Current version: RBCOM341 (v3.41 1/10/93)
  25.  
  26. SPAWNO
  27.     A replacement for the Turbo C and Microsoft C spawn..() functions
  28.     which swaps the current program to disk, EMS, XMS, or raw extended
  29.     memory while the spawned program executes, leaving less than 300
  30.     bytes in memory.  Also includes a variant for Turbo Pascal v4.0 or
  31.     higher.
  32.     Current version: SPWNO413 (v4.13 12/12/92)
  33.     Price: libraries free, full source code $100.
  34.  
  35. RBkeyswap
  36.     Exchange left control and CapsLock keys, as well as Esc and `/~.
  37.     Loads itself high, using just 64 bytes; needs only 128 bytes low
  38.     if no high memory is available.
  39.     Current version: RBKEYSWP (v2.0 6/22/91)
  40.  
  41. AMISLIB
  42.     Public Domain library (with full source code and five sample TSRs)
  43.     for creating self-highloading TSRs which may be unloaded in any
  44.     order.    Up to 256 TSRs created with AMISLIB may be installed
  45.     simultaneously, and TSRs can be as small as 128 bytes resident,
  46.     1.4K on disk.  One of the sample TSRs is a popup which accesses
  47.     DOS.
  48.     Current version: AMISL091 (v0.91 10/16/92)
  49.  
  50. DV-GLUE
  51.     DESQview API bindings for Turbo C.
  52.     Current version: DVGLUE10 (source)
  53.              DVGLUL10 (compiled)
  54.              DVGLU101 (update)   (v1.01 8/12/88)
  55.     Note: a very early beta of the next release is available on
  56.     CS.CMU.EDU and SoundingBoard (1/3/93)
  57.  
  58. DVKPOLL
  59.     "Poor man's version" of TAME.  Makes programs give up CPU time when
  60.     they are in an idle loop polling the keyboard for keystrokes.
  61.     Current version: DVKPOLL2 (6/18/88)
  62.     Note: This program has been superceded by DVPTAME.
  63.  
  64. DVPTAME
  65.     "Not-so-poor man's version" of TAME.  Tells DESQview to give the
  66.     remainder of a time slice away if the program is in an idle loop
  67.     polling the keyboard for keystrokes.  Uses 0 bytes of memory.
  68.     Current version: DVPTAME (6/4/91)
  69.  
  70. DVdevload
  71.     Load device drivers only in those DESQview windows which need the
  72.     services of the driver, reducing the pre-DESQview overhead and thus
  73.     permitting larger DESQview windows.
  74.     Current version: DVDEVL12 (v1.20 1/3/93)
  75.     Note: as of DESQview 2.40, Quarterdeck's DEVICE.COM is able to install
  76.       drivers into the device chain in the same manner as DVdevload;
  77.       however, DEVICE uses eight times as much memory as DVdevload and
  78.       has a serious interaction with 4DOS/NDOS that can lead to system
  79.       crashes.
  80.  
  81. SPTURBO
  82.     An integrated environment for Borland's Sprint word processor and
  83.     Turbo C, Turbo Pascal, Turbo Assembler, Turbo Debugger, and CDECL.
  84.     Knows which compiler to invoke based on the file's extension, and
  85.     can run MAKE for multi-file projects.
  86.         Current version: SPTURBO (v2.3 Aug 1,1989)
  87.     Note: Do not expect any updates, as I no longer use Sprint as a
  88.           programming environment.
  89.  
  90. PURGEMSG
  91.     Delete or copy *.MSG files such that you only see those messages
  92.     from a Fidonet echomail area which interest you.
  93.     Current version: PURGEMSG (v1.00, 8/4/91)
  94.  
  95. Note: beginning 1/1/91, all packages are distributed in PKZIP archives with
  96.       authenticity verification.  Please redistribute only the original
  97.       archives to preserve the authenticity information.  If you receive
  98.       an archive dated after 1/1/91 which fails the authenticity check,
  99.       you should treat it with caution.  If you receive an archive which
  100.       passes the PKZIP v1.1 check but displays an authenticity code other
  101.       than NWS235, then the archive has been deliberately tampered with
  102.       and should be deleted IMMEDIATELY.
  103.  
  104.  
  105. -------------
  106. Availability:
  107. -------------
  108.  
  109. On the Internet, by standard anonymous FTP from CS.CMU.EDU [128.2.222.173].
  110.     Change directly to directory /afs/cs.cmu.edu/user/ralf/pub with a
  111.     single command (directories above this are not accessible via
  112.     anonymous FTP). [DV-GLUE is not available here]
  113.     Don't forget to set "binary" mode!  If you are refused access to
  114.     the directory, try again later; a fileserver may have been down.
  115.  
  116. If connected to AFS, you can simply perform standard Unix/VMS/whatever
  117.     directory listing and file copies from the above directory.
  118.  
  119. On FIDOnet, from Soundingboard BBS 1:129/26 1-412-621-4604 14.4k HST, file req.
  120.     My programs are kept in file area 8 for those wishing to download
  121.     manually.
  122.  
  123. Alternate Distribution Points (new versions will be available here
  124. usually within twelve hours of release):
  125. Internet: on WSMR-SIMTEL20.ARMY.MIL [192.88.110.20] in directories
  126.     PD1:<MSDOS.x> where x is INFO for the Interrupt List, MODEM for
  127.     RBcomm, C for SPAWNO, ASMUTL for AMISLIB, DESQview for
  128.     DV-GLUE/DVKPOLL/DVPTAME, and SPRINT for    SPTURBO. Note that you
  129.     must use mode "tenex" or "type L 8" to successfully FTP the files.
  130.     SIMTEL20 also has a number of mirror sites which contain all of
  131.     the files but may be a few days    behind in updates. These include
  132.     oak.oakland.edu [141.210.10.117], wuarchive.wustl.edu
  133.     [128.252.135.4], ftp.uu.net [137.39.1.9], nic.funet.fi
  134.     [128.214.6.100], src.doc.ic.ac.uk [146.169.3.7] and archie.au
  135.     [139.130.4.6].
  136. FIDO: SyncPoint BBS 1:261/1008 1-301-529-2584 File Requests.
  137.  
  138. Bitnet users may also retrieve items on SIMTEL20 via the following automated
  139. mail servers:
  140.     (in the US) LISTSERV@RPIECS (alias VM.ECS.RPI.EDU)
  141.             LISTSERV@NDSUVM1 (alias VM1.NODAK.EDU)
  142.     (in Europe) TRICKLE@AWIWUW11 (Austria)
  143.             TRICKLE@BANUFS11 (Belgium)
  144.             TRICKLE@DKTC11   (Denmark)
  145.             TRICKLE@FRMOP11  (France)
  146.             TRICKLE@DB0FUB11 (Germany)
  147.             TRICKLE@DTUZDV1  (Germany)
  148.             TRICKLE@IMIPOLI  (Italy)
  149.             TRICKLE@HEARN    (Netherlands)
  150.             TRICKLE@EB0UB011 (Spain)
  151.             TRICKLE@TREARN   (Turkey)
  152.     (elsewhere) TRICKLE@USACHVM1 (Chile)
  153.             TRICKLE@TAUNIVM  (Israel)
  154. Send a mail message containing the line
  155.     /HELP
  156. in the body for instructions.
  157.  
  158. DV-GLUE, DVKPOLL, DVINT, DVPTAME, DVdevload, and RBcomm are also available on
  159. Fidonet BBSs belonging to DVNet (listed below).
  160.  
  161. The Interrupt List and SPAWNO are also available on Fidonet BBSs belonging
  162. to the Programmer's Distribution Network.  Selected PDN member boards as of
  163. January 1, 1993:
  164.  
  165. Tustin, CA        1:103/208  Homer        14400 HST/V32bis
  166. La Palma, CA        1:103/234  The General Store    2400
  167. Sunnyvale, CA        1:143/226  The Rabbit's Foot    9600 HST
  168. San Diego, CA        1:202/302  Gandalf's        9600 HST
  169. Marysville, CA        1:203/988  Amber Shadow        9600 HST
  170. Honolulu, HI        1:345/2       Coconuts BBS        9600 HST
  171. Enon, OH        1:110/270  The Blue Byte    9600 HST/V32
  172. Palatine, IL        1:115/439  The Midrange System    14400 HST/V32bis 
  173. Grove City, OH        1:226/5300 MARDUK IV        14400 HST/V32bis
  174. Canton, IL        1:232/26   The Proving Grounds  14400 HST/V32bis
  175. Ottawa, ON        1:163/211  Ned's Opus        14400 HST/V32bis
  176. Dumont, NJ        1:107/557  County Jail ][    14400 HST/V32bis
  177. Glen Falls, NY        1:267/54   The Final Frontier   9600 HST
  178. Albany, NY        1:267/169  MCS *USA*        14400 HST/V32bis
  179. Middletown, NY  (HQ)    1:272/38   PRISM BBS        14400 HST/V32bis
  180. New York, NY        1:278/707  The Laboratory BBS    14400 HST/V32bis
  181. Greenville, PA        1:2601/513 Thiel College    2400
  182. Mercer, PA        1:2601/531 Last Outpost        14400 HST/V32bis
  183. Morris Plains, NJ    1:2606/583 Atrium Way        14400 HST/V32bis
  184. Kansas City, MO        1:280/8       The Unicorn EIE    9600 HST/V32
  185. Boulder, CO        1:104/415  World Peace BBS    14400 H96/V32bis
  186. Colorado Springs, CO    1:128/60   Pro