Timeline for What is meant by "Now you have two problems"?
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 5, 2018 at 20:48 | history | edited | smonff | CC BY-SA 4.0 | Retrospectively, I don't think "weirdo" should be used on Stack Exchange and it don't change the meaning of the answer to remove it |
| Mar 9, 2017 at 18:04 | history | edited | CommunityBot | replaced http://imgs.xkcd.com/ with https://imgs.xkcd.com/ | |
| May 11, 2015 at 18:14 | comment | added | 5gon12eder | /* Multiply the first 10 values in an array by 2. */ for (int i = 0 /* the loop counter */; i < 10 /* continue while it is less than 10 */; ++i /* and increment it by 1 in each iteration */) { array[i] *= 2; /* double the i-th element in the array */ } | |
| Jan 17, 2014 at 10:25 | history | edited | smonff | CC BY-SA 3.0 | Add a quote from Damian Conway explaining how regex can be nicer as any other code |
| Jan 17, 2014 at 8:05 | history | edited | smonff | CC BY-SA 3.0 | Add a link to the obfuscated Perl contest that could explain Perl regex weird reputation (would like more examples) |
| Jan 17, 2014 at 3:48 | history | answered | smonff | CC BY-SA 3.0 |