I found these restoring some files from a floppy (5.25 inch). The first set are the source files for my master’s thesis (to be processed by nroff). The second set are source files for a data analysis program I wrote. Check out the dates — yes, those dates are correct.
~/text/thesis> ls -lhtotal 48K
-rw-r--r-- 1 jac jac 1.2K Aug 21 1987 a1.s
-rw-r--r-- 1 jac jac 4.5K Aug 21 1987 a2.s
-rw-r--r-- 1 jac jac 299 Aug 21 1987 a3.s
-rw-r--r-- 1 jac jac 523 Aug 21 1987 a4.s
-rw-r--r-- 1 jac jac 396 Aug 21 1987 abs.s
-rw-r--r-- 1 jac jac 293 Aug 21 1987 acc1.s
-rw-r--r-- 1 jac jac 394 Aug 21 1987 acc2.s
-rw-r--r-- 1 jac jac 936 Aug 21 1987 ack.s
-rw-r--r-- 1 jac jac 3.0K Aug 21 1987 conc.s
-rw-r--r-- 1 jac jac 361 Aug 21 1987 contents.s
-rw-r--r-- 1 jac jac 2.0K Aug 21 1987 intro.s
-rw-r--r-- 1 jac jac 576 Aug 21 1987 lts.s
-rw-r--r-- 1 jac jac 283 Nov 17 1987 macro
-rw-r--r-- 1 jac jac 2.0K Aug 21 1987 notes.s
-rw-r--r-- 1 jac jac 3.4K Aug 21 1987 os.s
-rw-r--r-- 1 jac jac 11K Aug 21 1987 res.s
-rw-r--r-- 1 jac jac 2.7K Aug 21 1987 sam.s
-rw-r--r-- 1 jac jac 5.1K Aug 21 1987 theory.s
-rw-r--r-- 1 jac jac 344 Aug 21 1987 title.s
~/text/thesis>
~/c_prog/nllsq> ls -lh
total 28K
-rw-r--r-- 1 jac jac 5.3K Aug 21 1987 funct.c
-rw-r--r-- 1 jac jac 850 Aug 21 1987 input.c
-rw-r--r-- 1 jac jac 6.1K Aug 21 1987 main.c
-rw-r--r-- 1 jac jac 993 Aug 21 1987 model.c
-rw-r--r-- 1 jac jac 11K Aug 21 1987 nllsq.c
-rw-r--r-- 1 jac jac 593 Aug 21 1987 nllsq.h
drwxr-xr-x 2 jac jac 1.0K Nov 26 1987 poly
~/c_prog/nllsq>
One thought on “Old Files”