Home » Source

David Tribble's Source Code


Other Source Code

Directory Description
bmp
BMP graphics file library code.
sys
System source code.
java
Java source code.

C/C++

Executables for some of these programs can be found at my Programs page.

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.
crlf.cpp
crlf.rc
intextstream.cpp
intextstream.hpp
outtextstream.cpp
outtextstream.hpp
textstream.cpp
textstream.hpp
Converts newlines in text files.
Handles CR, LF, CR/LF, and NEL newline sequences. Converts text files encoded as 8-bit ASCII and ISO 8859-n, 7-bit ASCII with parity, and UTF-8, UTF-16, and UTF-32 Unicode.
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.
fsplit.cpp
fsplit.rc
Splits a large file into several smaller files.
The smaller files may be recombined using the DOS copy command or the Unix cat command.
hdump.c
Produces a hexadecimal dump of one or more files.
rfaxprogram.cpp
rfaxprogram.hpp
rfaxdelegate.cpp
rfaxlist.cpp
rfaxmark.cpp
rfaxping.cpp
rfaxusers.cpp
readme.txt
RightFax utility programs (32-bit):
• rfaxdelegate.exe - List and assign RightFax user delegates.
• rfaxlist.exe - List faxes on a RightFax server.
• rfaxmark.exe - Mark faxes on a RightFax server.
• rfaxping.exe - Check the network connection to a RightFax server.
• rfaxusers.exe - List users on a RightFax server.
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.
what.cpp
Searches the contents of one or more files for SCCS what-strings, which identify version information embedded within the files.
Similar to the Unix what(1) utility.

JavaScript

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.
jsTimeSpan
Time (days) between two dates.


 
If you appreciate the source code I've provided here
and you're in a generous mood,
consider sending me a
donation.