Skip to main content

Timeline for Alphabet completion rate

Current License: CC BY-SA 4.0

6 events
when toggle format what by license comment
May 23, 2024 at 20:34 comment added groser I didn't see this answer at first and solved it in a similar way, but with a different pipeline order: ($_|% *per|% *ay|?{$_-in65..90}|sort|gu).count/26 Later I came up with another way, but it turned out to be the same byte length as the first one ([regex]::Matches($_,'\w')|% v*|sort -u).count/26
Jun 24, 2019 at 15:02 history edited Sinusoid CC BY-SA 4.0
added 9 characters in body
Jun 21, 2019 at 19:04 comment added Veskah oh, just noticed you have an extra space after -in.
Jun 21, 2019 at 15:06 history edited Sinusoid CC BY-SA 4.0
added 147 characters in body
Jun 21, 2019 at 14:57 comment added Veskah Uppercase saves a byte
Jun 21, 2019 at 14:18 history answered Sinusoid CC BY-SA 4.0