back

Snoopy Calendar

An updated version of the famous Snoopy Calendar from the 1960s, originally written in Fortran IV, can be build with modern compilers. You will need the source files snpcal.for and snppic.for as well as the data file SNPCAL.DAT. Build the application with Flang or any other Fortran compiler:

$ flang -c snppic.for
$ flang -o snpcal snpcal.for snppic.o

Just execute snpcal, and the calendar of 1969 will then be written to SNPCAL.TXT. You can generate an up-to-date calendar by replacing the years 1969 and 1970 in SNPCAL.DAT.

Sample output:

Fortran Snoopy Calendar


Last Update: Sat, 03 Oct 2020 12:03:35 +0200