Timeline for Transpose a page of text
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 4, 2014 at 21:58 | comment | added | Tim Seguine | @JoachimIsaksson oh, sorry I misunderstood your point. | |
| Jan 4, 2014 at 15:51 | comment | added | Joachim Isaksson | @Tim len("\n") will show 1, although it's certainly 2 separate characters in the source code. Saving the source to a file will make ls display 116. Just saying that len isn't the best way to measure code size due to escape characters being processed before measuring :) | |
| Jan 4, 2014 at 15:44 | comment | added | Tim Seguine | @JoachimIsaksson on unix \n is one. So I say one is fine. | |
| Jan 4, 2014 at 13:22 | comment | added | Joachim Isaksson | Also, it's actually 116 bytes, \n is considered by len to be a single char, but it's two :) | |
| Jan 4, 2014 at 12:35 | comment | added | Tim Seguine | You are not stripping the trailing whitespace on your lines like the rules require. | |
| Jan 3, 2014 at 18:51 | review | First posts | |||
| Jan 3, 2014 at 18:59 | |||||
| Jan 3, 2014 at 18:32 | history | answered | 0x90 | CC BY-SA 3.0 |