Skip to main content

Timeline for Bytes/Character

Current License: CC BY-SA 3.0

8 events
when toggle format what by license comment
Jun 17, 2020 at 9:04 history edited CommunityBot
Commonmark migration
Jan 5, 2017 at 9:29 vote accept Adám
Jul 19, 2016 at 6:22 comment added Anders Kaseorg To save another byte, instead of splitting into chunks of 8, take every 8th: ml%8.B (now the d is implicit).
Jun 24, 2016 at 5:18 comment added Lause @LeakyNun then it would be simple thing to give a test case that fails, wouldn't it?
Jun 23, 2016 at 19:07 comment added FryAmTheEggman Same length answer that relies on a similar trick: mlhc8.B
Jun 23, 2016 at 18:08 history edited Denker CC BY-SA 3.0
added 145 characters in body
Jun 23, 2016 at 17:59 comment added Maltysen you can save 2 bytes with splitting instead of dividing and then removing the .E pyth.herokuapp.com/…
Jun 23, 2016 at 14:35 history answered Denker CC BY-SA 3.0