Miscellaneous software tools

Last update: Wed Jan 28 21:42:59 MST 2004

Table of contents

Introduction

This directory contains miscellaneous useful software tools, many of them developed at the Center for Scientific Computing at the University of Utah Mathematics Department (known as The College of Science Computer from 1978 to 1986).

NOTICE: Effective Mon Dec 23 09:25:47 2002, all packages listed here have a separate Web/FTP site, such that files .../pub/misc/package-* are also stored in .../pub/package/ (as UNIX links, to ensure identical contents). This change was made because this directory has gotten rather cluttered. Newer releases might be found in the package-specific directories, but the old versions listed here will be retained indefinitely because they are referenced in online and published documentation.

Most of these tools can be built on any UNIX or POSIX-conformant system, and some include IBM PC DOS or Windows executables. Many of the newer ones are built using GNU autoconfigure, allowing a build, validation check, and installation with a single command:

./configure && make all check install

Distribution file formats

Where standard UNIX manual pages are available in the distributions, they have been extracted and automatically converted to HTML files named package-name.html, so that you can read more about the package to help decide whether it is useful to you.

All software distributions are available in at least these four archive formats:

.jar

Java archive. .jar files can also read by InfoZip's unzip, although the command-line format for jar is like that of UNIX tar.

To unbundle:

jar xf package-name.tar
.tar.bz2

bzip2'ed (bzip2-compressed) UNIX tar archive. bzip2 is available at http://sources.redhat.com/bzip2/.

To unbundle:

tar xfj package-name.tar.bz2
(if you have GNU tar), or else
bunzip2 < package-name.tar.bz2 | tar xf -
.tar.gz

gzipped (GNU gzip -compressed) UNIX tar archive. gzip is available at ftp://ftp.gnu.org/pub/gnu/gzip.

To unbundle:

tar xfz package-name.tar.gz
(if you have GNU tar), or else
gunzip < package-name.tar.gz | tar xf -
.zip

InfoZip archive. zip and unzip are available at http://www.cdrom.com/pub/infozip/.

To unbundle:

mkdir package-name
cd package-name
unzip ../package-name.zip
.zoo

Zoo archive. zoo is an older, and now probably obsolete, archive format developed by Rahul Dhesi; it is available here in this directory. We preserve it so that the contents of .zoo files will not be lost.

To unbundle:

mkdir package-name
cd package-name
unzip ../package-name.zip

A few distributions are also available in these alternative archive formats:

.arc

PKarc archive ( arc, pkarc, and pkunzip can handle this archive format).

To unbundle:

mkdir package-name
cd package-name
arc x ../package-name.zip
.shar

UNIX shell archive bundle.

To unbundle:

mkdir package-name
cd package-name
sh < ../package-name.shar

For browsing convenience, contents listings of these archive file formats are also available: .arc-lst, .jar-lst, .shar-lst, .tar-lst, .zip-lst, and .zoo-lst

Important note:

The .tar.bz2, .tar.gz and .jar archives always unbundle into a subdirectory named package-name. Old archives that did not satisfy this requirement were unbundled and then repackaged and renamed (if needed) on 18-Jan-2000 to guarantee this convention.

Because package-name often contains major and minor version numbers separated by dots, and since filenames with more than one dot are illegal on some non-UNIX file systems, the .arc, .shar, .zip, and .zoo archives unbundle into the current directory. Therefore, you should always ensure that you are working in a suitably-named empty directory before unbundling such archive formats. Otherwise, you may overwrite important existing files!

Package directory

00dir.cmd dos2mac-1.4 print-lexmark-letterhead.sh
00dir.html dos2ux-1.4 print-ps-twoside-2.00
00dir.lst dosmacux-1.4.README.Y2K print-ps-twoside-2.01
00tdir.cmd dosmacux-1.4 print-ps-twoside-3.00
00tdir.html dosmacux-1.5 psmultipage
00tdir.lst dtosstod psposter-0.09
MD5SUM dw psposter-0.10
MD5SUM.asc dw.tar psposter-0.10.tar.z
arc-for-xxx.txt dw psposter-0.10
arc epsutil-1.00 psposter-0.11
arc521 epsutil-2.01 pstojpeg-1.00
authidx-1.0.3 epsutil-2.02 pstopng-1.00
authidx-1.00 fpp-1-0-5 pstopngtops-1.00
authidx-1.01 fpp-2-0-0 pstotiff-1.00
authidx-1.02 fpp-3.0.0 qtoddtoq-2002-05-24
authidx-1.03 giftoeps-1.1 qtoddtoq
authidx-harvard.sty hoc.NEW-VERSION-AVAILABLE read20
bsplit-1.00 hoc set-archive-times.sh
bsplit-2.00 indextohtml.awk sf3-ibm-rs6000
bsplit-2.01 internet_security sf3-sgi-indigo
bsplit-2.02 jargon.info sf3
checksum-1-03 kermit.sgi-irix-4-0-5 sf3.man
checksum-1-06 latex-index sf3doc
checksum-1.07 lex-tools ssph-draft-26nov.txt
chkdelim-3.2 lptops-2.2.2 texpretty-0.02
chkdelim-3.3 lptops-3-0-1.exe-vaxvms texpty-0.00
convert-tar-gz-to-others.sh lptops-3-0-2 tgrind-3.00
crcman lptops-3.1.5 tgrind-3.01
date-1.00 lptops-3.1.6 tn3270-4.1.1
date-1.01 lptops-3.1.7 traceroute
date-1.02 ls-to-index-html-table.awk uscensus
ded-3.00 lstohtml.awk ux2dos-1.4
dezip.exe mac2dos-1.4 ux2dos
dezip15 mac2ux-1.4 ux2mac-1.4
dired-2.00 makeindex-2.11 wwwseek-1.00
dired-2.01 makeindex-2.12 xsf3
dired-2.02 makeindex-2.13-beta xsf3.man
dired-2.03 man-1.0 zip
dired-4.00 md5 zoo-2-01
dired-4.01 minpack zoo-2-10-1
dired-4.02 mtools-2.0.7 zoo-2-10
dired-4.03.README.DARWIN ndiff-1.00 zoo210.exe
dired-4.03 ndiff-2.00
dired-4.04 pfort-1.00

Package descriptions

00dir.cmd 2004-01-28 21:25:36 Alphabetical FTP get commands.   [file]
00dir.html 2004-01-28 21:25:36 Alphabetical file listing  [file]
00dir.lst 2004-01-28 21:25:36 Alphabetical file listing.  [file]
00tdir.cmd 2004-01-28 21:25:36 Reverse-time-ordered FTP get commands.   [file]
00tdir.html 2004-01-28 21:25:37 Reverse-time-ordered file listing  [file]
00tdir.lst 2004-01-28 21:25:36 Reverse-time-ordered file listing.  [file]
MD5SUM 2003-02-01 12:47:54   [file]
MD5SUM.asc 2003-02-01 12:47:55   [file]
arc-for-xxx.txt 1990-01-22 14:33:08 Notes on arc implementations for other   operating systems. [file]
arc 1989-03-28 15:05:04 Another version of arc utility.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
arc521 1990-03-20 12:47:46 UNIX version of PC DOS arc utility.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
authidx-1.0.3 2002-01-21 01:30:54 Author/editor indexing package. This package is   described in a journal article: TUGboat 19(1), 12--19, March 1998; the article text is included in the distribution. [zoo]
authidx-1.00 2002-12-26 17:04:01 Author/editor indexing package. This package is  described in a journal article: TUGboat 19(1), 12--19, March 1998; the article text is included in the distribution. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
authidx-1.01 2002-12-26 17:04:03 Author/editor indexing package. This package is  described in a journal article: TUGboat 19(1), 12--19, March 1998; the article text is included in the distribution. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
authidx-1.02 2002-02-27 06:29:13 Author/editor indexing package. This package is  described in a journal article: TUGboat 19(1), 12--19, March 1998; the article text is included in the distribution. [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
authidx-1.03 2002-02-27 07:35:39 Author/editor indexing package. This package is  described in a journal article: TUGboat 19(1), 12--19, March 1998; the article text is included in the distribution. [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
authidx-harvard.sty 2002-02-26 12:48:55    [file]
bsplit-1.00 1991-02-08 09:24:38 Binary file splitter.   [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
bsplit-2.00 1998-07-18 07:04:08 Binary file splitter.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
bsplit-2.01 1998-07-29 15:41:16 Binary file splitter. [This version adds support  for Microsoft Windows 95, 98, and NT under U/Win and GNUWin-32]. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
bsplit-2.02 2004-01-28 09:44:44 Binary file splitter.  [tar-lst] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
checksum-1-03 1992-07-15 10:38:50 Checksum program. This program is used for   maintaining the portable checksums in many TeXware files, and in much of the software developed at this site. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
checksum-1-06 1995-12-20 18:31:16 Checksum program. This program is used for  maintaining the portable checksums in many TeXware files, and in much of the software developed at this site. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
checksum-1.07 2001-08-25 19:30:08 Checksum program. This program is used for  maintaining the portable checksums in many TeXware files, and in much of the software developed at this site. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
chkdelim-3.2 1998-08-07 09:20:34 Delimiter balance checker.   [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
chkdelim-3.3 2003-01-09 11:51:47 Delimiter balance checker.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
convert-tar-gz-to-others.sh 2002-12-23 08:19:30 UNIX shell script to automate construction   of other archive formats from the master .tar.gz archive. [file]
crcman 1992-04-29 13:53:58 Directory tree checksummer (Dr. Dobbs Journal,  May 1992). [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
date-1.00 2002-12-26 17:06:23    [tar.bz2] [tar.gz]
date-1.01 2002-12-26 17:06:27   [tar.bz2] [tar.gz]
date-1.02 2002-12-26 17:06:30   [tar.bz2] [tar.gz]
ded-3.00 1998-07-02 09:20:16 ded (directory editor).   [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
dezip.exe 1989-03-11 11:43:08 PC DOS executable from dezip15.arc.   [file]
dezip15 1989-03-12 14:08:08 Utility for unpacking zip files.  [arc] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
dired-2.00 1995-06-22 10:17:10 Directory editor for numerous UNIX variants.   [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
dired-2.01 1995-06-24 18:38:22 Directory editor for numerous UNIX variants.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
dired-2.02 1995-12-20 14:06:58 Directory editor for numerous UNIX variants.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
dired-2.03 1996-06-12 14:25:20 Directory editor for numerous UNIX variants.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
dired-4.00 1998-07-10 18:10:10 Directory editor for numerous UNIX variants.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
dired-4.01 2000-01-18 06:06:22 Directory editor for numerous UNIX variants.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
dired-4.02 2001-10-11 07:17:51 Directory editor for numerous UNIX variants.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
dired-4.03.README.DARWIN 2001-05-11 16:34:25   [file]
dired-4.03 2001-03-03 18:18:13 Directory editor for numerous UNIX variants.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
dired-4.04 2002-11-15 15:01:10 Directory editor for numerous UNIX variants.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
dos2mac-1.4 1997-09-20 13:16:49 Documentation for dos2mac utility from the   dosmacux package. [html]
dos2ux-1.4 1997-09-20 13:16:50 Documentation for dos2ux utility from the   dosmacux package. [html]
dosmacux-1.4.README.Y2K 1999-05-12 13:27:33 Notes on Year-2000 issues for dosmacux.  [file]
dosmacux-1.4 1997-09-27 19:12:38 Utilities for converting text files between   Apple Macintosh, IBM PC DOS/Windows, and UNIX file formats, while preserving file time stamps. [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
dosmacux-1.5 2002-03-08 16:08:32 Utilities for converting text files between  Apple Macintosh, IBM PC DOS/Windows, and UNIX file formats, while preserving file time stamps. [jar] [jar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
dtosstod 2000-06-21 10:02:00 Fortran double-to-single and single-to-double  precision converters. [html] [jar] [jar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
dw 2004-01-27 18:15:47 Doubled-word finder.  [html] [jar] [jar-lst] [shar]
dw.tar 2004-01-27 18:16:20 Doubled-word finder.  [file]
dw 2004-01-27 18:16:26 Doubled-word finder. [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
epsutil-1.00 1996-07-02 10:40:20 epsutil (Encapsulated Postscript file utility).   [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
epsutil-2.01 1997-04-08 15:17:22 epsutil (Encapsulated Postscript file utility).  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
epsutil-2.02 2001-05-12 15:00:24 epsutil (Encapsulated Postscript file utility).  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
fpp-1-0-5 1991-06-04 18:20:28 Fortran preprocessor (extracted from PLOT79).   [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
fpp-2-0-0 1993-12-11 22:07:02 Fortran preprocessor (extracted from PLOT79).  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
fpp-3.0.0 2001-08-25 16:20:36 Fortran preprocessor (extracted from PLOT79).  [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
giftoeps-1.1 1998-07-17 09:48:58 GIF to Encapsulated PostScript filter.   [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
hoc.NEW-VERSION-AVAILABLE 2002-01-03 08:01:17   [file]
hoc 1998-03-05 11:29:00 Kernighan & Pike high-order calculator (with  portability improvements, and updates to GNUware conventions). [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
indextohtml.awk 2003-09-30 10:00:55 awk program for converting index   files to index.html files. [file]
internet_security 1990-10-23 10:23:29 Draft of a proposed Internet security policy.  [file]
jargon.info 1992-10-03 19:43:03 Emacs info'ized version of jargon.txt,   the entries from the New Hacker's Dictionary. [file]
kermit.sgi-irix-4-0-5 1993-04-09 16:06:16 Kermit executable for SGI IRIX 4.0.5.   [file]
latex-index 1990-02-21 15:19:14 Scripts to create macro index of LaTeX files.  [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
lex-tools 2000-03-08 06:07:44 Collection of Mathematics 660 lex-based  utilities: chkdelim copy cweb doc dtos dtosstod dw hpgl man2ps qtoddtoq stod tolower trim wf wl. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
lptops-2.2.2 1992-01-03 14:37:48 Line printer to PostScript filter.   [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
lptops-3-0-1.exe-vaxvms 1993-06-30 18:31:18 VAX VMS 5.4 executable for lptops 3.0.1.  [file]
lptops-3-0-2 1993-08-19 09:16:18 Line printer to PostScript filter.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
lptops-3.1.5 1997-09-20 18:15:54 Line printer to PostScript filter [first public  version with auto configure support]. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
lptops-3.1.6 2002-11-23 12:41:16 Line printer to PostScript filter.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zoo] [zoo-lst]
lptops-3.1.7 2003-01-02 14:08:53 Line printer to PostScript filter.  [html] [jar] [jar-lst] [tar.bz2] [tar.gz] [zip] [zoo] [zoo-lst]
ls-to-index-html-table.awk 2002-12-23 09:14:46 awk program for creating   an index.html file from a directory listing, package descriptions in a package index file, and two template files. [file]
lstohtml.awk 2001-12-01 11:31:47 awk program for creating HTML files   from UNIX ls -l output. [file]
mac2dos-1.4 1997-09-20 13:16:51 Documentation for mac2dos utility from the   dosmacux package. [html]
mac2ux-1.4 1997-09-20 13:16:51 Documentation for mac2ux utility from the   dosmacux package. [html]
makeindex-2.11 1991-10-19 17:58:10 LaTeX MakeIndex package.   [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
makeindex-2.12 1993-06-04 15:58:46 LaTeX MakeIndex package.  [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
makeindex-2.13-beta 1994-04-12 17:37:40 LaTeX MakeIndex package. [Despite the  -beta suffix, this is the current stable release.] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
man-1.0 1992-12-17 09:03:36 Enhanced UNIX man command with path   search support. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
md5 1994-06-18 19:59:14 Message Digest 5 (MD5) checksum program.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
minpack 1991-05-29 10:14:46 Minpack source.  [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
mtools-2.0.7 1995-09-27 18:11:08 Utilities for handling floppy diskettes on UNIX   workstations. [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
ndiff-1.00 2000-12-12 11:55:53 Numerical file difference utility.   [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
ndiff-2.00 2000-12-12 11:40:57 Numerical file difference utility.  [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
pfort-1.00 1991-06-20 10:36:20 Extended PFORT Verifier (extracted from PLOT79   with additional code to allow standalone operation). [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
print-lexmark-letterhead.sh 2002-06-04 12:05:02    [file]
print-ps-twoside-2.00 1997-09-27 13:35:20 Filter to print PostScript files one-sided   and two-sided on duplex printers. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
print-ps-twoside-2.01 1997-10-03 13:27:46 Filter to print PostScript files one-sided  and two-sided on duplex printers. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
print-ps-twoside-3.00 2001-01-11 10:57:46 Filter to print PostScript files one-sided  and two-sided on duplex printers. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
psmultipage 1994-06-14 18:56:38 Filter for printing multiple pages of  PostScript files on a single page. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
psposter-0.09 2000-01-18 09:28:36 Utility for making simple PostScript colored   posters. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
psposter-0.10 2000-01-18 09:30:56 Utility for making simple PostScript colored  posters. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz]
psposter-0.10.tar.z 2000-01-18 09:30:56    [file]
psposter-0.10 2000-01-18 09:30:56 Utility for making simple PostScript colored posters. [zip] [zip-lst] [zoo] [zoo-lst]
psposter-0.11 2000-01-17 18:10:16 Utility for making simple PostScript colored  posters. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
pstojpeg-1.00 2001-05-01 10:20:11 Utility for converting PostScript files to   JPEG bitmap files. [html] [jar] [jar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
pstopng-1.00 2001-05-01 10:21:01 Utility for converting PostScript files to   PNG bitmap files. [html] [jar] [jar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
pstopngtops-1.00 2001-05-01 10:21:34 Utility for converting PostScript files to   PNG bitmap files and then back to PostScript. [html] [jar] [jar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
pstotiff-1.00 2001-05-01 10:22:17 Utility for converting PostScript files to   TIFF bitmap files. [html] [jar] [jar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
qtoddtoq-2002-05-24 2002-05-24 09:29:55 Fortran double-to-quadruple and quadruple-to-double   precision converters. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
qtoddtoq 2000-06-21 10:01:53 Fortran double-to-quadruple and quadruple-to-double precision converters. [html] [jar] [jar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
read20 1990-12-17 13:52:36 TOPS-20 DUMPER tape reader for UNIX  (this is an extended version of read20 originally done at cs.utah.edu). [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
set-archive-times.sh 2000-01-20 07:17:03 UNIX script to set the last-modified time   stamps of archive files to match those of their newest members. This can be applied after archive repackaging with convert-tar-gz-to-others.sh. [file]
sf3-ibm-rs6000 1993-11-30 18:20:40 SFTRAN3 preprocessor for IBM RS/6000 AIX 3.2; see  also xsf3 and xsf3.man below. [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
sf3-sgi-indigo 1993-06-23 13:09:00 SFTRAN3 preprocessor for SGI Indigo IRIX 4.0.5; see  also xsf3 and xsf3.man below. [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
sf3 2000-01-18 19:20:58 UNIX manual page for the SFTRAN3 preprocessor.  [html]
sf3.man 1993-02-08 09:45:13 UNIX manual page for the SFTRAN3 preprocessor.  [file]
sf3doc 1994-09-01 15:30:20 SFTRAN3 preprocessor documentation.  [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
ssph-draft-26nov.txt 1990-12-14 11:08:11 Security Policy Handbook Working Group handbook.   [file]
texpretty-0.02 2001-05-26 12:48:16 TeX prettyprinter.   [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
texpty-0.00 1997-12-01 11:19:16 TeX prettyprinter.   [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
tgrind-3.00 2003-01-03 12:26:51 Typeset nice program listings using TeX. Version   3.00 and later is enhanced to support PostScript fonts, and many more programming languages. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
tgrind-3.01 2003-01-03 12:27:25 Typeset nice program listings using TeX. Version  3.00 and later is enhanced to support PostScript fonts, and many more programming languages. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
tn3270-4.1.1 1993-08-11 09:55:34 tn3270 (UNIX implementation of an IBM 3270   terminal emulator). [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
traceroute 1992-12-29 19:01:56 traceroute with new Makefile, manual  pages, and tracegraph. [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
uscensus 1992-09-28 10:28:08 US Census 1990 data with awk programs  for extracting and tabulating data, plus creation of population summaries. [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
ux2dos-1.4 1997-09-20 13:16:52 ux2dos and dos2ux: utilities   for converting between MS-DOS CR LF and UNIX LF line terminators, while preserving file time stamps. This has been superceded by the dosmacux package. [html]
ux2dos 1989-07-22 10:59:46 ux2dos and dos2ux: utilities for converting between MS-DOS CR LF and UNIX LF line terminators, while preserving file time stamps. This has been superceded by the dosmacux package. [arc] [arc-lst] [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
ux2mac-1.4 1997-09-20 13:16:53 Documentation for ux2mac utility from the   dosmacux package. [html]
wwwseek-1.00 1998-12-02 17:20:36 Utility for batch-mode parallel Web searching.   [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
xsf3 1993-04-29 23:12:37 UNIX manual pages for xsf3.  [file] [html]
xsf3.man 1994-04-26 07:19:02 UNIX manual pages for xsf3.  [file]
zip 1992-06-19 10:34:40 Info-ZIP utility.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
zoo-2-01 1991-09-09 15:11:06 zoo archive utility.   [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
zoo-2-10-1 1998-07-17 13:07:34 zoo archive utility.  [html] [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
zoo-2-10 1992-06-27 15:44:48 zoo archive utility.  [jar] [jar-lst] [tar-lst] [tar.bz2] [tar.gz] [zip] [zip-lst] [zoo] [zoo-lst]
zoo210.exe 1992-06-19 14:38:55 IBM PC DOS self-unbundling zoo distribution.   [file]