From mboxrd@z Thu Jan 1 00:00:00 1970 From: john@jfloren.net (John Floren) Date: Thu, 30 Mar 2017 15:38:30 -0600 Subject: [TUHS] IP in v8-v10 In-Reply-To: <529dbb7ed9d90a8ece209cae4229aa3b017040a3@webmail.yaccman.com> References: <201703300236.v2U2a2oF018229@coolidge.cs.Dartmouth.EDU> <529dbb7ed9d90a8ece209cae4229aa3b017040a3@webmail.yaccman.com> Message-ID: On Thu, Mar 30, 2017 at 1:29 PM, Steve Johnson wrote: > Can't help much, but I did write fish and ching. > > ching took a string from the input, hashed it, converted into hexagrams, and > quoted a couple of lines of i Ching text . The text was copied from a book, > presumably copyrighted, although considering how long ago this all was maybe > the copyright has expired now... > Funny you mention ching, I recently went poking around /usr/games and realized that ching wasn't there any more, although I remembered it from very old Linux systems. So I found the source somewhere and applied some extremely basic tweaks to get it building: https://github.com/floren/ching As the original author, if you think I ought to take that repo down for any reason, let me know. john