Timeline for "DDoouubbllee ssppeeaakk!!"
Current License: CC BY-SA 4.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Aug 2, 2019 at 10:37 | comment | added | Kevin Cruijssen | @OlivierGrégoire I know the feeling. ;) Same with tabs (and maybe carriage returns). Always thought the term 'printable' didn't really make sense for just the \$[32,127]\$ codepoint range, but whatever. | |
| Aug 2, 2019 at 9:47 | comment | added | Olivier Grégoire |
Oops, sometimes I forget that \n is printable but not part of the ASCII printable range.
|
|
| Aug 2, 2019 at 9:31 | comment | added | Kevin Cruijssen |
@OlivierGrégoire Yeah, I saw the comments below the challenge and was waiting for the edit. And Grimy is indeed right that we can drop the \n| completely. I personally liked the older rules slightly more, but whatever.
|
|
| Aug 2, 2019 at 9:28 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
added 400 characters in body
|
| Aug 2, 2019 at 9:26 | comment | added | Grimmy |
@OlivierGrégoire well if the range is 32-126 you can golf to 27 with just .
|
|
| Aug 2, 2019 at 7:47 | comment | added | Olivier Grégoire | The requirement now says ASCI in range 32-126, so you can golf to 30 with @EmbodimentofIgnorance's shortcut. | |
| Aug 1, 2019 at 12:12 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
added 275 characters in body
|
| Aug 1, 2019 at 12:08 | history | rollback | Kevin Cruijssen |
Rollback to Revision 1
|
|
| Aug 1, 2019 at 11:35 | comment | added | Olivier Grégoire |
The \n|. version doesn't work correctly with input "\r". The (?s). version works correctly with \r, though.
|
|
| Jul 31, 2019 at 15:22 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
added 93 characters in body
|
| Jul 31, 2019 at 14:36 | comment | added | Gymhgy |
(?s). can be replaced with \n|.
|
|
| Jul 31, 2019 at 11:44 | history | answered | Kevin Cruijssen | CC BY-SA 4.0 |