| Directory | Description |
|---|---|
|
bmp |
BMP graphics file library code. |
|
sys |
System source code. |
|
java |
Java source code. |
| Name | Description |
|---|---|
|
36to7.c |
Converts 36-bit data files from TOPS-10 and TOPS-20 data tapes into 7-bit ASCII data files. |
|
bitvect.cpp bitvect.hpp |
Bit vector template classes. |
|
cat.c |
Catenates (copies) one or more input files into a single output file. Similar to the Unix cat(1) utility. |
|
chtime.cpp |
Modifies the timestamp of one or more files. Similar to the Unix touch(1) utility. |
|
debug.c debug.h |
Debugging function and macro library for C and C++. |
|
fotp.cpp fotp.txt fotplib.cpp fotplib.hpp mkotp.cpp |
One-time pad utility program and library code. |
|
fpattern.c fpattern.h matchespattern.cpp matchespattern.hpp |
Filename pattern matching functions. |
|
hdump.c |
Produces a hexadecimal dump of one or more files. |
|
tee.c |
Splits in input stream into one or more output streams,
like a plumbing tee-connector. Similar to the Unix tee(1) utility. |
|
vecho.asm |
A DOS (16-bit) utility
for writing (echoing) arbitrary text to the standard output. Similar to the Unix echo(1) utility. |
|
vfind.c |
A DOS / Windows utility
to search for files matching various searching criteria. Similar to the Unix find(1) utility. |
| Name | Description |
|---|---|
|
jsCalendar |
Selectable calendar date. |
|
jsConvert |
Converts decimal numbers to other numeric bases. |
|
jsItemList1 |
Selectable item list with on/off toggle. |
|
jsTextArea1 |
Editable text area with character counter. |