Timeline for Shortest Code to randomly place points and connect them
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 23, 2014 at 19:50 | history | edited | Adriweb | CC BY-SA 3.0 | 1 byte less |
| Aug 23, 2014 at 19:29 | history | edited | Adriweb | CC BY-SA 3.0 | 4 byte less |
| Aug 23, 2014 at 16:01 | history | edited | Adriweb | CC BY-SA 3.0 | -10 bytes by generating the coordinates in the paint loop |
| Aug 23, 2014 at 15:36 | comment | added | Alexander Craggs | This has been tested and confirmed! Well done on using Lua. | |
| Aug 23, 2014 at 15:33 | history | edited | Adriweb | CC BY-SA 3.0 | A bit more readable code. |
| Aug 23, 2014 at 14:57 | history | edited | Adriweb | CC BY-SA 3.0 | deleted 140 characters in body |
| Aug 23, 2014 at 14:49 | history | edited | Adriweb | CC BY-SA 3.0 | Fixed version (see comments) |
| Aug 23, 2014 at 14:31 | history | edited | Adriweb | CC BY-SA 3.0 | added 115 characters in body |
| Aug 23, 2014 at 14:13 | comment | added | Adriweb | Oh, my bad - I'll fix that soon ! | |
| Aug 23, 2014 at 12:37 | comment | added | manatwork | This seems to suffer by the same mistake as fuandon's deleted PowerShell answer and Vlo's also deleted R answer: you connect the dots in pair, not every dot with all other dots. (Lua is so rare on this site. Please fix your code instead of deleting it.) | |
| Aug 23, 2014 at 12:30 | comment | added | Beta Decay | Time for me to learn Lua! | |
| Aug 23, 2014 at 12:28 | history | edited | Adriweb | CC BY-SA 3.0 | deleted 22 characters in body |
| Aug 23, 2014 at 12:22 | history | answered | Adriweb | CC BY-SA 3.0 |