football_rank, a Fortran90 code which ranks college football teams.
A sample file of scores is available from Knuth's Stanford Graph Base. The code reads this file, computes a scoring matrix, and determines a ranking. At the moment, only some of Keener's methods have been implemented.
The information on this web page is distributed under the MIT license.
football_rank is available in a Fortran90 version
ladders, a C code which seeks to transform one five letter word into another, by changing one letter at a time, using only legitimate English words. This puzzle was invented by Lewis Carroll, who called it "Doublets", but it is also known as "Word Ladders" or "Word Gold". The code is by Donald Knuth.
sgb, a dataset directory which contains files used as input data for demonstrations and tests of Donald Knuth's Stanford Graph Base.