home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 192_01 / contents.dsk < prev    next >
Text File  |  1979-12-31  |  2KB  |  47 lines

  1. Files contributed by Bob Brodt (adapted from a DECUS version):
  2.  BAWK.H        Searches for specific text patterns and performs
  3.  BAWK.DOC      actions for every occurrance. Accepts regular
  4.  BAWK.C        expressions like UNIX "ex" editor.
  5.  BAWKACT.C              /
  6.  BAWKDO.C             / Originally for BDS C
  7.  BAWKPAT.C          /    but reasonably portable
  8.  BAWKSYM.C        /
  9.  
  10. Files contributed by Michael M. Yokoyama:
  11.  COLOR.C       Selects text colors on IBM PC compatibles using
  12.  COLOR.DOC     ANSII escape sequences.
  13.  
  14. Files contributed by Neil V. Deasy:
  15.  TDS.C         Sorts numbers into terminal digit order.
  16.  TDS.EXE       Compiles under Eco-C88
  17.  TDS.OBJ
  18.  
  19. Files contributed by James J. McKeon:
  20.  SGREP.DOC     A modification of the public domain version
  21.  SGREP.C       of the unix utility grep (CUG152). Added
  22.  SGREP.EXE     string substitution, multiple pattern search,
  23.                case sensitivity and scanning options.
  24.  PF.BC         BC to C translator. Demonstrates power of
  25.                grep by translating a BASIC-like language
  26.                to C.
  27.  PROGS.BC      Programs in BC.
  28.  PROGS.C       The translated version.
  29.  BC.H          Small header file.
  30.  BC.BAT        Controls translation and compilation.
  31.  
  32. Files contributed by Joe Kilar (written for Desmet C):
  33.  RS232EXP.EXE  Executable version of a mini-expert system to help
  34.                diagnose RS-232 serial communications problems.
  35.  COMPFILE.EXE  Executable version of a program that compares two
  36.                files.
  37.  MKVOLUME.C    Source for a program that gives a volume name to
  38.                a 360K floppy diskette that currently has no volume name.
  39.  MKVOLUME.EXE  Executable version of the volume name program.
  40.  KILARUTL EXE  Executable version of the Kilar Utilities.  This program
  41.                supplies the user with a number of operations for 360K
  42.                floppy diskettes which do not contain subdirectories.
  43.  KILARUTL.C    Source for Kilar Utilties.
  44.  COMPFILE.C    Source for compare files program.
  45.  RS232EXP.C    Source for RS-232 mini expert system program.
  46.  SECTORA.A     An assembly language module for KILARUTL and MKVOLUME.                                         JHK   7/8/86
  47.