Skip to main content

Timeline for Print a Tabula Recta!

Current License: CC BY-SA 3.0

6 events
when toggle format what by license comment
Aug 5, 2016 at 11:27 comment added Dan Oak don't you know if I can find the source code of tryj.tk somewhere? I couldn't find any info neither about it neither about the author (f211)
Jul 30, 2016 at 23:19 comment added miles @LeakyNun Another 17 byte approach is u:65+(|./~,.)i.26. I got rid of the rank by using a hook and ,. to columnize the range but it ended up the same length.
Jul 30, 2016 at 23:04 comment added Leaky Nun @miles Nice, my approach using |. is 17 bytes: u:65+|."0 1/~i.26 (still using /~)
Jul 30, 2016 at 22:53 comment added miles @dahnoak You can shorten it to 16 bytes u:65+1&|.^:]i.26 since the power adverbs tracks previous results if given a list.
Jul 30, 2016 at 18:55 comment added Dan Oak Nice! Very clever arithmetic. The simplest approach that uses |. (Shift) is 8 bytes longer! (i.26)(|."0 _)u:65+i.26
Jul 30, 2016 at 16:05 history answered Leaky Nun CC BY-SA 3.0