home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / _bbs / rbbs / 154.dir < prev    next >
Encoding:
File List  |  1994-03-07  |  37.0 KB  |  576 lines

  1. Source Code CDROM, March 1994.  Walnut Creek CDROM.
  2. --------------------------------------------------------
  3. unix_c\utils
  4. path: \unix_c\utils  
  5. Name             Size    Date    Description
  6. ------------     ----    ----    ------------------
  7. 00README.TXT      115  02-24-94  
  8. ACMCNTST.TAR   131072  03-06-89   Software to run an ACM-style programming
  9.   contest.  Used by the judge(s) of the contest. Contributor: Jim Nelson
  10.   <nelson@uncecs.edu>
  11. ACTIV.TAR       16384  03-05-89   A "script"-like program which will enter the
  12.   time of day before the input if the user has been idle for a given interval.
  13.   Contributor: Marc Meyer <marc@tss.uucp>
  14. APPLY.TAR       16384  03-05-89   Apply a command to a set of arguments.
  15.   Contributor: Doug Gwyn <gwyn@brl.arpa>
  16. APROPOSG.TAR    16384  09-01-90   A version of "apropos" ("man -k") and
  17.   "makewhatis" for Silicon Graphics IRIS workstations running IRIX.
  18.   Contributor: Paul Balyoz <root@naucse.csw.nau.edu>
  19. ARPATIME.TAR    16384  03-05-89   Programs to construct "ARPA-style" date
  20.   strings. Contributor: Stan Barber <sob@neuro1.uucp>
  21. ART1.TAR        16384  07-01-89   A short program which simulates ART1 neural
  22.   networks, proposed by Grossberg and Carpenter in 87 IEEE ASSP magazine.
  23.   Contributor: Jagath Samarabandu <bandu@cs.buffalo.edu>
  24. ASH.TAR        507904  07-01-89   A complete shell.  Similar to the System V
  25.   version of the Bourne shell, with some added features.  Has been tested on
  26.   variants of System III, System V, and Berkeley UNIX. Contributor: Kenneth
  27.   Almquist <ka@oriole.cs.washington.edu>
  28. ASTRODAT.TAR    73728  03-05-89   Computes all sorts of astronomical data
  29.   about the sun, moon, and planets. Contributor: R. Kukuk <rck@ihuxx.uucp>
  30. AT.TAR          32768  03-05-89   A version of the "at" command. Contributor:
  31.   Michael Richmond <richmon@astrovax.uucp>
  32. ATL.TAR         16384  03-05-89   A companion to the 4.3BSD "at" and "atq"
  33.   commands.  "atl" allows a user to look at the "at" script he has submitted
  34.   to see what it does. Contributor: Roger Southwick <dadla.tek.com!rogers>
  35. ATTY.TAR       221184  07-01-89   Provides a set opf EMACS-like editing
  36.   commands which allow you to move around the input line and make corrections,
  37.   bring back previous lines, etc.  Runs in user mode, requires no special
  38.   privileges to run or install. Contributor: Kenneth Almquist
  39.   <ka@june.cs.washington.edu>
  40. AUTOLOAD.TAR     8192  03-05-89   A program to enable the auto-loading (upon
  41.   first reference) of shell scripts as functions.  Requires a shell that
  42.   supports functions, e.g. System V "sh" or the Korn Shell. Contributor: John
  43.   Mackin <john@basser.cs.su.oz.au>
  44. AWKSTATS.TAR     8192  03-05-89   Awk scripts to compute univariate
  45.   statistics. Contributor: Tom Reingold <tr@wind.bellcore.com>
  46. BACKPROP.TAR   155648  10-31-90   Programs for playing with back-propagation,
  47.   from "The Basis of Artificial Intelligence". Contributor: Donald R. Tveter
  48.   <drt@chinet.chi.il.us>
  49. BATCH.SH         1967  03-22-89   A batch command execution shell script for
  50.   the AT&T UNIX-PC. Contributor: Gus Garcia <amg22@aluxz.uucp>
  51. BBS.C           35864  03-22-89   A fairly simplistic bulletin board system.
  52.   Contributor: <michael@stb.uucp>
  53. BCSH.SH         29350  03-22-89   A C-shell (csh) emulator for the Bourne
  54.   shell (sh).  Includes command substitution, history, etc. Contributor: Chris
  55.   Robertson <chris@globetek.uucp>
  56. BDF.C            4059  03-22-89   A Berkeley-style "df" for System V.
  57.   Contributor: Paul Vixie <paul@vixie.uucp>
  58. BEXEC.C          4166  03-22-89   A program to help brain-damaged shells (like
  59.   System V "sh") use the "#!" "magic number" feature standard in Berkeley
  60.   UNIX. Contributor: Brandon Allbery <allbery@ncoast.uucp> BINTNX.C,
  61.   BINTNXVMS.C A program to convert a TOPS-20 file transferred in FTP "binary"
  62.   mode to "tenex" mode (i.e. to convert it to what it's supposed to look
  63.   like).  "binary" mode is 9 8-bit bytes in 2 36-bit words, while "tenex" mode
  64.   is 4 8-bit bytes in each 36-bit word.  The BINTNXVMS.C version is for VMS
  65.   systems. Contributor: Keith Petersen <w8sdz@simtel20.army.mil>
  66. BINTNX.C         1074  03-22-89  
  67. BNTNXVMS.C      10433  03-22-89  
  68. BOOLEVAL.TAR    65536  03-05-89   A program to evaluate boolean expression
  69.   arrays.  Somewhat useful for designing PALs and such. Contributor: Jim Frost
  70.   <madd@bucsb.bu.edu>
  71. BOURNEBS.TAR    49152  06-22-90   A simple bulletin board system written in
  72.   Bourne shell.  Allows file transfer, messages, a link to rn and postnews, a
  73.   bulletin system, etc. Contributor: Bob Kirkpatrick <bobk@dogear.uucp>
  74. BYTES.SH          475  03-22-89   A program to add the bytes fields from a "ls
  75.   -la" of a directory. Contributor: unknown
  76. CALC1.TAR       16384  03-05-89   A double-precision desk calculator with math
  77.   library functions and variables.  Accepts interactive input or command line
  78.   arguments allowing a "csh" alias to let you say "calc arbitrary-math-expr".
  79.   Contributor: Dave Curry <davy@erg.sri.com>
  80. CALC2.TAR       32768  03-05-89   Another desk calculator which accepts
  81.   expressions on the command line. Contributor: Wayne Mesard <mesard@bbn.com>
  82. CHEMTAB.TAR    114688  09-01-90   A periodic table of the elements database. 
  83.   Version 1.2. Contributor: <root@lsrhs.uucp>
  84. CHOOS.TAR        8192  03-05-89   Choos is based on the old "pic" program
  85.   (renamed to avoid conflict with the DWB graphics typesetting program) by Tom
  86.   Duff. The selection of arguments is stored in an array, allowing the user to
  87.   back up and/or wrap around the argument list.  Choos without arguments
  88.   elicits a help message. Contributor: Chuck Forsberg <caf@omen.uucp>
  89. CHUNI.TAR       16384  03-05-89   Change universes on a Pyramid machine.
  90.   Contributor: Frank Crawford <frank@aaec.uucp>
  91. CLOCK.TAR       16384  03-05-89   A curses-drive digital clock for terminal
  92.   screens. Contributor: Ross Wille <wille@hpccc.hp.com>
  93. COLM.TAR        40960  03-05-89   A columnation tool which handles fixed and
  94.   variable width columns, variable gutter widths, etc. Contributor: Gary
  95.   Oberbrunner <garyo@masscom.uucp>
  96. CONFIG.TAR      57344  05-31-89   A program to automatically configure large
  97.   software systems.  Tells you lots of properties of your machine and C
  98.   compiler.  Optionally produces the ANSI "float.h" and "limits.h" files. 
  99.   Also pinpoints possible compiler problems. Contributor: Steven Pemberton
  100.   <steven@cwi.nl>
  101. CRONSORT.TAR    16384  03-05-89   A program to sort a "cron" file into
  102.   chronological order. Contributor: Gordon Vickers <gordon@prls.uucp>
  103. CSHTOKSH.TAR    40960  03-05-89   A program to convert C-shell scripts to Korn
  104.   shell scripts. Contributor: Bob Mcqueer <bobm@rtech.uucp>
  105. CTRL.TAR        16384  04-29-89   Programs to convert between control
  106.   character sequences and printable characters for use in echoing command
  107.   strings, etc. Contributor: Maarten Litmaath <maart@cs.vu.nl>
  108. CURLY.TAR       32768  03-05-89   Programs to expand and unexpand the C-shell
  109.   "curly brace" notation. One takes a list of file names and outputs
  110.   curly-brace notation, the other expands curly-brace notation into a list of
  111.   files. Contributor: Kevin Braunsdorf <ksb@s.cc.purdue.edu>
  112. CURSE.TAR       16384  03-05-89   A program to do cursor control operations,
  113.   using termcap, from the shell.  Useful for shell scripts and the like.
  114.   Contributor: Jonathan Bowen <jpb@icdoc.uucp>
  115. CUTPASTE.TAR    32768  03-05-89   A public domain implementation of the System
  116.   V "cut" and "paste" commands. Contributor: John Weald <jgw@ptsfc.uucp>
  117. CVTBASE.TAR      8192  03-05-89   A generalized base conversion program.
  118.   Contributor: Mike Parker <mouse@larry.mcrcim.mcgill.edu>
  119. DBCOPY.TAR      16384  03-05-89   Double-buffered file copy.  Can specify
  120.   block size, number of records, etc.  DBCOPY-MAN.TXT contains the
  121.   documentation. Contributor: Dave Martindale <dmmartindale@watcgl.uucp>
  122. DETERMCP.TAR    16384  03-05-89   A program to split up the "/etc/termcap"
  123.   file into a directory for each terminal, and individual files within the
  124.   directory for each capability. Contributor: Arnold D. Robbins
  125.   <arnold@emoryu1.uucp>
  126. DICTSQ.TAR      16384  03-05-89   A program to compress sorted word lists. 
  127.   Uses "sort" and "compress". Contributor: Mike Wexler <mikew@wyse1.wyse.com>
  128. DISPD.TAR       32768  03-05-89   A "notice board" system for 4.2BSD.  Runs on
  129.   a terminal, and lets people see who's logged in, messages of the day, status
  130.   of various people ("out sick", "in meeting", etc.). Contributor: Mike
  131.   Williams <mike@erix.uucp>
  132. DISTKIT.TAR    491520  11-29-88   A kit for making software distributions. 
  133.   Includes tools to do auto- matic configuration, and tools to construct the
  134.   distribution itself. Contributor: Larry Wall <lwall@jpl-devvax.jpl.nasa.gov>
  135. DMAKE.TAR     1032192  10-31-90   A replacement for "make" with significant
  136.   enhancements including "parallel" make, unconditional rebuilds, text
  137.   diversions, dynamic (macro-based) prerequisites.  Compatible with System V
  138.   AUGMAKE, but not with GNU make.  Version 3.6. Contributor: Dennis Vadura
  139.   <dvadura@watdragon.waterloo.edu>
  140. ECHO.TAR         8192  03-05-89   A complete merge of the BSD and System V
  141.   "echo" commands.  Not derived from AT&T code. Contributor: David MacKenzie
  142.   <edf@rocky2.rockefeller.edu>
  143. EPHEM.TAR      483328  10-31-90   An emphemeris program.  Uses termcap. 
  144.   Version 4.21. Contributor: Elwood C. Downey <ecd@cs.umn.edu>
  145. FACES.TAR      491520  10-31-90   A face server for monitoring mail and print
  146.   jobs.  It is based on the 8th Edition "vismon" program, but contains no code
  147.   from it. Version 1.4, patchlevel 8. Contributor: Rich Burridge
  148.   <rburridge@sun.com>
  149. FASTGREP.TAR   139264  03-05-89   A faster version of "grep".  Can replace
  150.   "grep", "fgrep", and "egrep". Contributor: James A. Woods <jaw@aurora.uucp>
  151. FEP.TAR        163840  03-05-89   A general purpose front end for any
  152.   line-oriented UNIX command. Requires Berkeley pseudo-ttys and select().
  153.   Contributor: Kazamasa Utashiro <utashiro@sra.junet>
  154. FFT1.TAR        49152  03-06-89   A UNIX and MS-DOS general purpose FFT (Fast
  155.   Fourier Transform) program. Contributor: Steve Sampson
  156.   <sampson@killer.dallas.tx.us>
  157. FFT2.TAR        40960  03-23-89   Another FFT (Fast Fourier Transform)
  158.   program.  Uses the Cooley-Tukey algorithm, meaning it will work with a
  159.   number of samples which is not a power of two.  Handles real and complex
  160.   data. Contributor: Peter Valkenburg <valke@cs.vu.nl>
  161. FFT_DSP.TAR     24576  03-05-89   A set of FFT (Fast Fourier Transform)
  162.   routines for Digital Signal Processing. Contributor: Dan Kegel
  163.   <dan@srs.uucp>
  164. FFTN.TAR        16384  03-05-89   An N-dimensional FFT (Fast Fourier
  165.   Transform) program. Contributor: Andrew Lee <alee@tybalt.caltech.edu>
  166. FIDO.TAR        40960  04-09-92   Fido scans files created by "rwhod" and
  167.   reports the commings and goings of other people's machines on the network.
  168.   Contributor:  Phil Budne <phil@shiva.com>
  169. FIELD.TAR       16384  03-05-89   The "field" program (similar to "cut") from
  170.   Steve Bourne's book. Contributor: Bill Silvert <silvert@dalcs.uucp>
  171. FINANCIL.C      10169  03-22-89   A program to calculate rate of return,
  172.   interest rates, future values of deposits, nominal, effective, and compound
  173.   interest, future value of current sum, present value of future sum,
  174.   amortization schedules. Contributor: Paul Pederson <pop@bunkerb.uucp>
  175. FLEX.TAR       491520  10-31-90   A replacement for "lex", the UNIX lexical
  176.   analyzer generator.  It's mostly compatible with lex, but missing a few
  177.   "niggling" features. Version 2.3.6. Contributor: Vern Paxson
  178.   <vern@lbl-csam.arpa>
  179. FLIP.TAR        65536  07-15-89   A program to convert text files between
  180.   MS-DOS and UNIX formats. Contributor: Rahul Dhesi <dhesi@bsu-cs.bsu.edu>
  181. FLOCK.TAR        8192  03-05-89   A program which applies an advisory lock
  182.   (4.2BSD; could be easily modified for System V) on the file named as its
  183.   first argument and then runs the command given by the following arguments.
  184.   Contributor: Doug Kingston <dpk@brl.arpa>
  185. GC1000.TAR      16384  10-31-90   Software for dealing with a Heathkit GC-1000
  186.   clock.  Includes code to sync your system clock from it. Contributor: Nick
  187.   Sayer <mrapple@quack.sac.ca.us>
  188. GENEAL.TAR     212992  03-23-89   A genealogy program which can browse data,
  189.   make individual and family pages, make birthday and anniversary lists, etc. 
  190.   See also the file PD6:<UNIX-C.UTILS>TREEPAR.TAR-Z. Contributor: Jim McBeath
  191.   <jimmc@gumby.uucp>
  192. GETOPT.TAR      16384  03-05-89   A shell script version of the "getopt"
  193.   routine for processing arguments. Contributor: Rich Salz
  194.   <rsalz@uunet.uu.net>
  195. GONE1.TAR       16384  03-05-89   A program to lock the terminal until your
  196.   password is typed. Contributor: Dave Shanks <shanks@teneron.uucp>
  197. GONE2.TAR       16384  03-05-89   A program which locks the terminal until a
  198.   supplied password is typed.  Times out after a given amount of time to avoid
  199.   someone locking the terminal permanently.  Allows certain harmless commands
  200.   to be run ("who", "who am i", etc.). Contributor: Dave Curry
  201.   <davy@erg.sri.com>
  202. GPERF.TAR      237568  11-04-89   A program which generates perfect hash
  203.   functions for sets of key words.  A perfect hash function is one which
  204.   allows recognition of a key word using exactly one probe into the hash
  205.   table. Contributor: Douglas C. Schmidt <schmidt@glacier.isc.uci.edu>
  206. GRABCHRS.TAR    73728  05-18-90   A program to get one or more keystrokes from
  207.   the user without requiring them to hit RETURN.  Useful for proompting within
  208.   shell scripts, etc.  Version 1.9. Contributor: Dan Smith
  209.   <daniel@island.uucp>
  210. GREP.C          14925  03-22-89   The DECUS software tape version of the
  211.   "grep" utility. Contributor: Ray Davis <bees@infoswx.uucp>
  212. GSPN.TAR        98304  05-31-89   A simulator for generalized stochastic Petri
  213.   nets that can be used to evaluate the performance of parallel systems
  214.   (hardware and software). An overview can be found in "Performance Analysis
  215.   Using Stochastic Petri Nets", Michael K. Molloy, IEEE Trans. on Computers,
  216.   Vol. C-31, #9, Sept. 1982. Contributor: Andreas Nowatzyk
  217.   <agn@unh.cs.cmu.edu>
  218. HELPVMS1.TAR    65536  03-05-89   A VMS-like help program for UNIX.  Allows
  219.   topics and subtopics to be accessed individually. Contributor: Neal Ziring
  220.   <nz@wucs.uucp>
  221. HELPVMS2.TAR    81920  03-05-89   Another VMS-like help program for UNIX.
  222.   Contributor: Roland Stolfa <rjs@a.cs.okstate.edu>
  223. HELP.TAR        40960  03-05-89   A "help" facility for perusing /usr/man. 
  224.   Used as "help cmd" it works just like the "man" command.  With no args, it
  225.   displays a numbered list of topics (files and directories) which the user
  226.   may select.  As a side effect, "help" may be used to peruse any directory
  227.   simply by saying "help dirname". Contributor: Dave Curry <davy@erg.sri.com>
  228. HEXCALC.TAR     57344  03-05-89   A calculator program based on the Texas
  229.   Instruments Programmer II calculator. Contributor: Richard Hargrove
  230.   <richardh@killer.uucp>
  231. HEXDUMP.TAR     32768  04-04-90   A program to dump files out in hexadecimal.
  232.   Contributor: Peter Ruczynski <pjr@pyra.co.uk>
  233. HEXPERT.TAR     32768  03-22-92   A binary file editor for System V.
  234.   Contributor:  Dominic Alston <dom@dsbc.icl.co.uk>
  235. HEY.TAR         16384  03-05-89   A program to broadcast a message to all
  236.   terminals a specific user is using.  From UNIX/World, October 1985.
  237.   Contributor: Bob Desinger <bd@hpda.uucp>
  238. HGREP.TAR       16384  03-05-89   A front-end for grep to highlight the word
  239.   that was searched for. Contributor: Jef Poskanzer <jef@helios.ee.lbl.gov>
  240. ILE.TAR         90112  03-22-92   Interactive line editor, similar to tcsh or
  241.   ksh. Contributor:  Robert C. Pendleton <bobp@hal.com>
  242. JCL.TAR         40960  03-06-89   A JCL interpreter.  You always knew someone
  243.   would do this... Contributor: Robert Lupton <lupton@uhccux.uhcc.hawaii.edu>
  244. KBMAP.TAR       40960  10-31-90   A program to modify the System V/386 v3.2.2
  245.   keyboard map. Contributor: Tony Field <tony@ajfcal.cpsc.ucalgary.ca>
  246. KEYDEF.TAR      24576  07-15-89   A program to allow reprogramming of DEC
  247.   VT[23]xx function keys. Contributor: Gordon Vickers <gordon@prls.uucp>
  248. LCOMP.TAR       57344  11-04-89   An implementation of Peter Weinberger's
  249.   "Cheap Dynamic Instruction Counting", from the AT&T Bell Labs Technical
  250.   Journal UNIX in 1984. Runs on Sun-3 (68020) and Vax (Berkeley-based)
  251.   systems. Contributor: Paul Haahr <haahr@princeton.edu>
  252. LIT.TAR         16384  03-05-89   A "super-echo" command which accepts
  253.   control-character escapes, etc.  Every bell and whistle you could ever want.
  254.   Contributor: Richard A. O'Keefe <ok@quintus.uucp>
  255. LOAN.C           3338  03-22-89   A program to calculate the interest,
  256.   principal, and payments  on simple-interest loans (like car loans).
  257.   Contributor: Jane Medefesser <jane@tolerant.UUCP>
  258. LOCK.TAR         8192  03-05-89   A program to lock the terminal until the
  259.   user's password is typed. Contributor: Toby Harness <toby@gargoyle.uucp>
  260. LOWLAV.TAR       8192  04-29-89   Given a list of hosts, return the name of
  261.   the host with the lowest load average.  Uses rwho, so is probably
  262.   Berkeley-specific. Contributor: John D. DiMarco <jdd@db.toronto.edu>
  263. LUNISOLR.TAR    24576  06-22-90   A program to print the phase of the moon and
  264.   generate LaTeX source for a lunisolar calendar. Contributor: John Ramsdell
  265.   <ramsdell@linus.mitre.org>
  266. M4.TAR          98304  03-05-89   A public domain M4 macro processor.
  267.   Contributor: Ozan Yigit <oz@yetti.uucp>
  268. MAKE.TAR        98304  11-04-89   A "make" work-alike program.  Runs on PCDOS
  269.   and BSD UNIX. Contributor: Greg Yachuk <greggy@etude.uucp>
  270. MAN.TAR         24576  03-05-89   A compiled version of "man" for System V. 
  271.   Should compile and run on 4.xBSD with minor changes. Contributor: Edward C.
  272.   Bennett <edward@ukecc.uucp>
  273. MBOXBBS.TAR    532480  04-23-92   This BBS is a combination of newsreader,
  274.   mailer, and database. Looks like a PC/DOS BBS, but offers Internet access
  275.   and NEWS transfer.  MBOX requires UUCP, NEWS, and MAIL.  It works on MINIX
  276.   386 and UNIX SVR3.
  277. MDCOPY.TAR      73728  11-04-89   A program which allows a single file to be
  278.   copied to multiple floppy disks, spanning the disks. Contributor: Greg
  279.   Yachuk <greggy@etude.uucp>
  280. MEASURES.TAR    32768  03-05-89   A program that reads a list of measurable
  281.   itmes and then tells you what you have to measure to determine what an
  282.   unknown item is. Contributor: Arthur David Olson <ado@elsie.uucp>
  283. MENU.TAR        32768  04-04-90   A program which reads a menu definition file
  284.   and then implements it, presenting the user with a series of numbered
  285.   options. Contributor: Mike Howard <mike@milhow2.uucp>
  286. METRICS.TAR    147456  11-04-89   Programs to calculate metrics of C programs.
  287.    Uses Barry Boehm's COCOMO model, and also has a Halstead metric tool.
  288.   Contributor: Brian Renaud <bdr@huron.ann-arbor.mi.us>
  289. MFOLD.TAR       32768  10-31-90   A program to do line folding and make
  290.   columns. Contributor: Peter Smidt <smidt@fy.chalmers.se>
  291. MINIT.TAR       40960  09-02-89   A linear programming package based on the
  292.   dual simplex method.  Based on the original code in Collected Algorithms
  293.   from CACM (1968) in Algol 68 by Rudolfo Salazar and Subrata Sen.  This
  294.   version is in C. Contributor: Badri Lokanathan <badri@ee.rochester.edu>
  295. MKMF.TAR       172032  03-05-89   A "makefile maker". Contributor: Lloyd
  296.   Zusman <ljz@fxgrp.uucp>
  297. MMAKE.TAR       16384  03-05-89   A program which can generate makefiles for
  298.   multiple operating systems (or other environmental configurations) from a
  299.   single master makefile. Contributor: Eric Schneider <eric@cs1.wsu.edu>
  300. MORSE.TAR        8192  03-06-89   Takes its input and coverts it to
  301.   International Morse Code. Contributor: Nils McCarthy
  302.   <mtymp01@ux.acss.umn.edu>
  303. MPSIM.TAR      114688  10-31-90   A multiprocessor simulator package.
  304.   Contributor: A. E. Mossberg <aem@mthvax.cs.miami.edu>
  305. MRANDOM.TAR     40960  03-22-92   Random number generator with persistent
  306.   state.  A replacement for 4.3 BSD "random". Contributor:  Clark Thomborson
  307.   <cthombor@gw.d.umn.edu>
  308. MTOOLS.TAR     139264  04-04-90   Programs to read and write MS-DOS formatted
  309.   diskettes on a UNIX based system.  Works on AT&T UNIX PCs, Sun SparcStation
  310.   1, and Sun 3/80 systems. Contributor: Viktor Dukhovni
  311.   <viktor@melon.princeton.edu>
  312. MTOOLS2.TAR    188416  03-26-92   Tools to manipulate MSDOS file systems.
  313.   Contributor:  Emmet P. Gray <fthood!egray@uxc.cso.uiuc.edu>
  314. MULTITEE.TAR    32768  05-18-90   Send multiple inputs to multiple outputs. 
  315.   Runs on 4.3BSD and derivatives. Contributor: Dan Bernstein
  316.   <brnstnd@stealth.acf.nyu.edu>
  317. NEMORBIT.TAR    65536  04-04-90   A program to track earth satellites. 
  318.   Generally for use by amateur radio operators, but also useful for weather
  319.   satellites, the space shuttle, etc. Contributor: Robert W. Berger
  320.   <rwb@vi.ri.cmu.edu>
  321. NOBACK.C         4448  03-22-89   Convert lines with backspaces in them to
  322.   multiple lines for displaying on dumb terminals, etc. Contributor: Paul
  323.   Vixie <paul@vixie.uucp>
  324. NSTRINGS.TAR    65536  07-01-89   A replacement for the BSD "strings" program.
  325.    Faster and more correct. Runs on VMS, too. Contributor: Michael Greim
  326.   <greim@sbsvax.informatik.uni-saarland.dbp.de>
  327. PAC.TAR        245760  09-01-90   "The ultimate on-screen calculator for
  328.   UNIX".  Zillions of features including conversions, "NVRAM", checkbook
  329.   balancer, base translation, trig functions, amortization, compound interest,
  330.   user-definable conversions, bit functions, stack, physical constants,
  331.   macros, percentages.  Actually an interface to "bc". Contributor: Istvan
  332.   Mohos <istvan@hhb.uucp>
  333. PATCH.TAR      123904  03-11-88   A program to apply patches (output from the
  334.   "diff" program) to programs automatically.  Amazingly intelligent, I haven't
  335.   seen it screw up yet. Contributor: Larry Wall <lwall@sdcrdcf.uucp>
  336. PDMAKE.TAR     106496  06-22-90   A public domain version of "make".  Version
  337.   1.6. Contributor: Greg Yachuk <greggy@zebra.uucp>
  338. PEGBOARD.TAR    49152  11-04-89   A program to keep track of who is in or out
  339.   of the office, and when they're due back. Contributor: Richard O'Rourke
  340.   <ror@mplex.uucp>
  341. PERL3.TAR     1343488  11-04-89   A semi-replacement for "awk" and "sed".  An
  342.   interpreted language for scanning files, extracting information from them,
  343.   and printing reports based on that information.  It combines the best
  344.   features of C, "sed", "awk", and "sh".  Version 3.0. Contributor: Larry Wall
  345.   <lwall@jpl-devvax.jpl.nasa.gov>
  346. PERLCTIM.TAR     8192  03-06-89   An emulation of ctime(3) in PERL.
  347.   Contributor: Waldemar Kebsch <kebsh@nixpbe.uucp>
  348. PERSIM.TAR     180224  04-23-92   Single-Layer Perceptron Simulator.  (Looks
  349.   like neural networks stuff.) Contributor:  Adam Stein
  350.   <stein@wbst129.xerox.com>
  351. PHONEGEN.C       1465  03-22-89   A program to generate all possible letter
  352.   combinations from a given telephone number. Contributor: Liudvikas Bukys
  353.   <bukys@rochester.edu>
  354. PHONEME.C       41431  03-22-89   A program to translate English words into
  355.   their phonetic spellings. Contributor: John Wasser <wasser@viking.dec.com>
  356. PIPSCRPT.TAR    16384  03-06-89   A Berkeley "script"-like utility, but uses
  357.   pipes.  Not quite as general as real "script" (screen editors, etc. won't
  358.   work), but should run on any UNIX even without ptys. Contributor: Kent
  359.   Forschmiedt <kent@happym.uucp>
  360. PMAN.TAR        32768  03-05-89   A program to print pieces of formatted
  361.   manual pages, by specifying an argument such as "warnings" you see only the
  362.   "BUGS", "CAVEATS", etc. sections, and so on. Contributor: Gary Perlman
  363.   <perlman@wanginst.uucp>
  364. POSIXDAT.TAR    32768  03-22-92   Implementation of POSIX date and time.
  365.   Contributor:  Arnold Robbins <arnold@skeeve.atl.ga.us>
  366. PSC.TAR          8192  03-05-89   Prints the user page segment of a "core"
  367.   file out in a format similar to the "crash" program for system crashes.  For
  368.   System V; probably requires work to run under Berkeley. Contributor: John F.
  369.   Haugh II <jfh@rpp386.uucp>
  370. PT.TAR          24576  11-04-89   A program to display the hierarchy of a
  371.   process tree.  Works on both System V and BSD. Contributor: Jeff Bauer
  372.   <bauer@loligo.cc.fsu.edu>
  373. PTREEBSD.TAR    24576  03-06-89   A backed to "ps" for BSD systems to display
  374.   the process tree. Contributor: Paul Lew <lew@gsg.uucp>
  375. PTY.TAR        319488  10-31-90   An all-purpose program to interface programs
  376.   with pseudo-terminals allowing session disconnect/reconnect and other fun
  377.   items. Contributor: Dan Bernstein <brnstnd@kramden.acf.nyu.edu>
  378. PSHDPDKS.TAR     8192  03-05-89   An implementation of the C shell "pushd",
  379.   "popd", and "dirs" commands for the Korn shell. Contributor: Fletcher Mattox
  380.   <fletcher@im4u.uucp>
  381. PWGET.TAR       16384  03-05-89   Programs to provide a shell script interface
  382.   to the password file much like "getpwent" et. al. do for C programs.
  383.   Contributor: Michael Saboff <mike@hpirs.uucp>
  384. RANLIBSC.TAR    24576  05-18-90   A replacement ranlib(1) for SCO Xenix which
  385.   handles externals with names longer than 40 characters. Contributor: Steve
  386.   Bleazard <Steve.Bleazard@robobar.co.uk>
  387. RECTVKBD.TAR   172032  11-04-89   A general purpose command line editor with
  388.   the addition of predictive text generation (i.e, a DWIM command). 
  389.   Interfaces with a standard shell and allows simple editing of lines, and
  390.   prediction of lines based on previous input. Contributor: Mark James
  391.   <jamesm@cpsc.ucalgary.ca>
  392. REDIR.TAR       16384  03-06-89   A program to redirect standard output and
  393.   standard error for csh users.  (Could be used by anyone, but "sh" already
  394.   has the I/O redirection constructs for it.) Contributor: Bob Glickstein
  395.   <bobg+@andrew.cmu.edu>
  396. RELDB.TAR      286720  11-04-89   Programs to generate scattergrams,
  397.   statistics from columnar data, and some plot(1) filters. Contributor: Gunnar
  398.   Stefansson <gunnar@haffro.is>
  399. REVERSE.C        4315  03-22-89   A program to completely reverse its input. 
  400.   Reverses characters on each lines and exchanges lines top to bottom.
  401.   Contributor: K. A. Gluck <kurt@pyuxhh.uucp>
  402. REVGREP.TAR     24576  03-05-89   A program like "grep", except that it reads
  403.   backwards from the end of the file, printing matches in reverse order. 
  404.   Useful for getting things out of log files, etc. Contributor: Neal Ziring
  405.   <nz@wucs.uucp>
  406. RF.TAR          24576  03-05-89   A Rolodex program for maintaining lists of
  407.   names and addresses which can quickly be referred to.  Uses System V curses.
  408.   Contributor: Larry Lippman <larry@kitty.uucp>
  409. ROFF.TAR        16384  02-03-90   A program which allows you to place
  410.   information at the top of a troff file indicating which filters and macro
  411.   packages are needed, and then calls the appropriate programs.  Version 1.7.
  412.   Contributor: Brian Litzinger <brian@apt.uucp>
  413. ROLODEX.TAR    221184  03-05-89   A Rolodex program for maintaining lists of
  414.   names and addresses which can quickly be referred to.  Uses Berkeley curses
  415.   (not the same program as RF.TAR-Z). Contributor: Dave Ihnat
  416.   <ignatz@homebru.uucp>
  417. ROT.TAR         24576  03-05-89   A program to rotate the lines of a file such
  418.   that the lines become columns. Contributor: Martin Schmidt
  419.   <mschmidt@exunido.irb.informatik.uni-dortmund.de>
  420. RPL.TAR        212992  04-04-90   An interpreter for HP's RPL "calculator
  421.   programming language". Should have the same functionality as an HP-28
  422.   calculator. Contributor: hp@vmars.uucp
  423. RS.TAR          24576  03-05-89   A personal reminder system. Contributor: Don
  424.   Joslyn <don@novavax.uucp>
  425. RU.TAR          24576  04-29-89   A program to print a users(1)-style list of
  426.   names for each host in the rwho spool directory. Contributor: P. Kern
  427.   <pkern@csri.toronto.edu>
  428. S5FINGER.TAR   106496  11-29-88   Various Berkeley utilities for System V. 
  429.   "finger", "whois", and some others. Contributor: Keith Gabryelski
  430.   <ag@elgar.uucp>
  431. S5LAST1.TAR     16384  03-05-89   An implementation of the Berkeley "last"
  432.   command for System V. Contributor: Harver R. Moran Jr. <moran@tron.uucp>
  433. S5LAST2.TAR      8192  03-06-89   Another implementation of "last" for System
  434.   V. Contributor: Chris Kern <ckern@killer.dallas.tx.us>
  435. S5LOOK.C         4371  03-22-89   An implementation of "look" for System V.
  436.   Contributor: Larry Campbell <campbell@redsox.uucp>
  437. SAMPLE.TAR      40960  03-05-89   An educational program for teaching about
  438.   sampling distributions. Allows the user to provide a distribution which it
  439.   will then graph. Contributor: Gary Perlman <perlman@wanginst.uucp>
  440. SAO.TAR       1548288  07-14-89   The Smithsonian Astronomical Observatory
  441.   dataset reduced to RA/DECL/MAG records.  Furnished by NASA Goddard for
  442.   non-commercial use.  There's 49 "shar" files here; you unpack them.
  443.   Contributor: Alan Wm Paeth <awpaeth@watcgl.waterloo.edu>
  444. SC.TAR         303104  09-14-90   Version 6.8 of the public domain "sc"
  445.   spreadsheet calculator. Runs on 4.xBSD and System V. Contributor: Bob Bond
  446.   <rgb@nscpdc.nsc.com> Jeff Buhrt <buhrt@sawmill.uucp>
  447. SCRENWHO.TAR    24576  03-05-89   A curses-based "who" program that updates
  448.   the screen every few minutes. Contributor: Paul Pomes
  449.   <paul@uxc.cso.uiuc.edu>
  450. SEARCH.C         4273  03-22-89   A program to search for a string.  May
  451.   contain newlines; works on binary files. Contributor: Daniel R. Levy
  452.   <levy@ttrdc.uucp>
  453. SETTIME.TAR     32768  03-22-92   Set system time from atomic clock.
  454.   Contributor:  John Walker <autodesk!throop!kelvin@uunet.uu.net>
  455. SETS.TAR        16384  03-05-89   A program to perform union, intersection,
  456.   and difference operations on two sets given as arguments.  Can be used to
  457.   compute lists of files such as "everything EXCEPT *.c" and so on.
  458.   Contributor: Chris Tweed <chris@edcaad.uucp>
  459. SHELFRMS.TAR   114688  03-05-89   A program to provide a forms-editor
  460.   interface to shell scripts. Contributor: Paul Lew <lew@gsg.uucp>
  461. SHOW.TAR         8192  03-05-89   A version of "echo" with lots of flags from
  462.   the multitude of UNIXes out there. Contributor: Alan Fargusson
  463.   <alan@drivax.uucp>
  464. SOUNDEX1.C       3389  03-22-89   A program which implements the "soundex"
  465.   algorithm for generating identical tokens for like-sounding names.
  466.   Contributor: Jerry Carlin <jmc@ptsfa.uucp>
  467. SOUNDEX2.C       4075  03-22-89   Another implementation of Soundex.
  468.   Contributor: N. Dean Pentcheff <dean@violet.berkeley.edu>
  469. SONDXSPL.SH      1926  03-22-89   A spelling corrector using SOUNDEX2.C (the
  470.   one from Dean Pentcheff). Contributor: Frederic W. Brehm
  471.   <fwb@demon.siemens.com>
  472. SPIN.TAR        90112  03-23-89   A simple interpreter intended for use as a
  473.   program development tool and modest programmable interface.  Contains a
  474.   parser and execution engine, both easily extended. Contributor: Jim McBeath
  475.   <jimmc@gumby.uucp>
  476. SRCTOMAN.SH      4444  03-22-89   A shell script to convert comments in
  477.   various programming languages into a UNIX-style manual page. Contributor: W.
  478.   Z. Venema
  479. STARCHRT.TAR  1884160  05-18-90   Produces astronomical charts from a variety
  480.   of databases for Post- Script, X11, SunView, Atari ST, IBM PC, X10, Tek,
  481.   plot(5), HP LaserJet, etc.  Can read stuff like the Yale Bright Star
  482.   Catalog, the SAO catalog, etc.  Version 3.0. Contributor:
  483.   ccount@athena.mit.edu
  484. STRNGSCF.TAR    16384  04-29-89   A program to extract strings from
  485.   COFF-format object files. Contributor: Piercarlo Grandi<pcg@aber-cs.uucp>
  486. STRINGSH.TAR    24576  03-05-89   Programs for manipulating strings in shell
  487.   scripts.  Provides "index", "rindex", substring extractors, etc.
  488.   Contributor: Greg Paris <gmp@rayssd.uucp>
  489. SUBSTR.TAR       8192  03-05-89   A program to extract substrings from
  490.   expressions. Contributor: William E. Davidsen, Jr. <davidsen@steinmetz.uucp>
  491. TAPE.TAR        40960  03-07-89   A tape database program for cataloging and
  492.   alphabetizing a large number of audio (or other) tapes. Contributor: David
  493.   Bleckmann <bleckmd@jacobs.cs.orst.edu>
  494. TCSH601.TAR   1482752  03-26-92   A csh replacement with lots of goodies.  It
  495.   includes a command line editor, command-file name completion, and other
  496.   shell additions.  Runs on BSD. Contributor:  Christos Zoulas
  497.   <christos@ee.cornell.edu>
  498. TC.TAR          16384  03-05-89   Termcap capabilities for shell scripts. 
  499.   Saying "tc cap" will output the string for capability "cap" for the current
  500.   terminal type. Contributor: <lmc@cisden.uucp>
  501. TELEWRDS.TAR    16384  05-18-90   Programs to give all the words a phone
  502.   number spells (using American phones) and all the phone numbers that can
  503.   spell a word. Contributor: Jim Williams <williams@mimsy.umd.edu>
  504. TRMCPTRM.TAR    24576  03-05-89   Converts a termcap file into terminfo source
  505.   files. Contributor: Robert Viduya <robert@gitpyr.uucp>
  506. TERMLIST.TAR    16384  03-05-89   A Perl script to produce annotated listings
  507.   of termcap entries. Contributor: Geoff Leach <geoff@p.uucp>
  508. TOE.C            9168  03-22-89   Like "finger" only different. Contributor:
  509.   Dan Heller <argv@sri-spam.arpa>
  510. TOT_INFO.TAR    57344  07-15-89   Programs to compute Chi-square independence,
  511.   Gamma and related functions, etc. for 2-way contingency tables. Contributor:
  512.   Doug Gwynn <gwynn@brl.mil>
  513. TPIPE.TAR       16384  05-18-90   A program to split a UNIX pipeline into two
  514.   pipelines.  The output of one pipeline can be replicated and supplied as the
  515.   input to two other pipelines executing simultaneously. Contributor: David B.
  516.   Rosen <rosen@bucasb.bu.edu>
  517. TPS.TAR         32768  09-01-90   A program which runs "ps" and rearranges the
  518.   output. Contributor: Arndt Jonasson <arndt@zyx.zyx.se>
  519. TRAPFILS.TAR    57344  03-05-89   Uses "ptrace" to trace a program and reports
  520.   all files opened and closed by the program.  Berkeley UNIX dependent.
  521.   Contributor: Arndt Jonasson <aj@zyx.uucp>
  522. TREEPAR.TAR    147456  03-23-89   A place and route (and plot) package for
  523.   tree-structured data. Mostly intended as a companion to
  524.   PD6:<UNIX-C.UTILS>GENEAL.TAR-Z. Contributor: Jim McBeath <jimmc@gumby.uucp>
  525. TUTOR.TAR       16384  02-03-90   A program to allow multiple terminals to
  526.   watch what is being typed. Useful for showing people in a class what's going
  527.   on, etc. Contributor: Rich Salz <rsalz@bbn.com>
  528. TTYPE.C         14330  03-22-89   A touch-typing tutor program.  May need mods
  529.   to work on BSD systems. Contributor: Paul Hubbard <paulh@copper.uucp>
  530. UNITS.TAR       57344  07-01-89   A unit conversion program that does charts,
  531.   too. Contributor: Gregory R. Simpson <simpsong@ncoast.uucp>
  532. UNIX_VMS.TAR    65536  03-05-89   Tools for VMS to give it some UNIX-like
  533.   features.  It's mostly stuff to make DCL look a little more like the UNIX
  534.   shells. Contributor: David Albrecht <dca@calmasd.uucp>
  535. UNOD.TAR         8192  03-05-89   A program to "reverse" an "od -c" dump of a
  536.   file, putting everything back.  This lets you edit binary files, among other
  537.   things. Contributor: Daniel R. Levy <levy@ttrdc.uucp>
  538. UNTIC.TAR       24576  03-05-89   A program to decompile "terminfo"
  539.   description files into ASCII. Contributor: Dave Regan <regan@orstcs.uucp>
  540. VIS.TAR         24576  03-05-89   Turn any command into a screen-oriented one
  541.   by executing it over and over, updating the screen with the results.
  542.   Contributor: George M. Sipe <george@rebel.uucp>
  543. VSH.TAR        319488  03-05-89   A visual shell which uses the full screen
  544.   and allows selection of files by placing the cursor on them, etc.
  545.   Contributor: Dan T'so <dan@rna.uucp>
  546. VTTEST.TAR      81920  03-06-89   A program to test compatibility of so-called
  547.   "VT100 compatibile" terminals. Contributor: Perl Lindberg
  548.   <lindberg@suadb.uucp>
  549. VTFONTDT.TAR    32768  03-05-89   A screen-oriented editor for downloaded
  550.   fonts in a VT220 terminal. Contributor: Eric A. Pearce <eap@bucsf.bu.edu>
  551. VT22KEYS.TAR    24576  03-05-89   A program to download strings to the
  552.   function keys on a DEC VT220 terminal. Contributor: Ken Lester
  553.   <ken@ektools.uucp>
  554. WHICH.C          1741  03-22-89   A C version of the Berkeley "which" script. 
  555.   It searches your path and tells you which version of a program you're using.
  556.   Contributor: Larry J. Barello <larry@tikal.uucp>
  557. WHICH.SH         1424  03-22-89   A shell script version of "which" that
  558.   allows wildcards to work. Contributor: Steven Pemberton <steven@cwi.nl.uucp>
  559. WHICH.TAR       16384  03-09-90   Yet another C version of "which".  Version
  560.   4.0. Contributor: Maarten Litmaath <maart@cs.vu.nl>
  561. WIREWRAP.TAR    98304  03-05-89   A program to do circuit board design.
  562.   Contributor: Bruce Karsh <karsh@geowhiz.uucp>
  563. WNS.TAR         24576  03-05-89   A program to search for a pettern in a file
  564.   and then print a window of lines from the file around the place where the
  565.   match occurred. Contributor: Mark E. Mallett <mem@zinn.mv.com>
  566. XDUMP.TAR       16384  03-05-89   Produce a hexadecimal dump of a file or a
  567.   shared memory segment. Contributor: Bjorn Engsig <bengsig@orcenl.uucp>
  568. XTX.TAR         16384  03-05-89   A program which allows placing embedded
  569.   shell commands in comments in other files, and then executes them.  Useful
  570.   for putting "troff" commands at the top of a paper so you don't have to
  571.   remember all the filters, etc. Contributor: R. P. A. Collinson <pc@ukc.uucp>
  572. XXU.TAR          8192  03-05-89   Rename TOPS-20 or VMS file names to UNIX
  573.   file names.  Used after you do an "mget" with FTP and find yourself in a
  574.   directory full of files with screwball names. Contributor: William E.
  575.   Davidsen <davidsen@crdos1.uucp>
  576.