Abecedarical Systems:
Almanac
Almanac calculates the equatorial coordinates of the sun, the moon, and the planets. From these it calculates the times of rise, set, and meridian transit for each of these celestial bodies. Additionally, it can calculate the times for twilight
C++ sets class
The sets class can be used to perform set operations in your programs. It represents set elements as bits in a private array of unsigned long integers. The array size is a defined constant which can be changed to suit your application.
Numerical Plotter
This source code enables you to plot the solutions to scientific and
engineering problems. The Visual C++ programming environment was chosen for
realization of numerical computation techniques.
Spreadsheet Calculator (SCalc) for UNIX
SCalc is a simple spread sheet program. The user interface applies the
UNIX curses library for control of a terminal screen in text mode.
T Interpreter
This is an easy to learn, user friendly, high level, computer programming language. T is more like natural English than most other computer languages and this makes a T program both easy to write and easy to understand.
TimeWarp
The TimeWarp utility sets a PC clock from a time server using the Simple Network Time Protocol (SNTP). Using an internet connection, timing messages from an SNTP time server can be obtained automatically to set your computer clock to the exact time.
TimeWarp for DOS
The TimeWarp utility sets your computer's time for your time zone from a master atomic clock using a modem. Timing messages from either the United States Naval Observatory (USNO) or the National Institute of Science and Technology may be used.
Xref a utility program
Xref is a utility program which creates a file containing the locations
of identifiers used in your C and C++ programs.