Timeline for Generate a mandelbrot fractal
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 27, 2017 at 3:28 | comment | added | CalculatorFeline | You should put that version in the answer. | |
| Oct 26, 2015 at 8:46 | comment | added | ZXDunny | @flawr Ok, here's the "ascii" version (176 bytes) - and the reason I was quite pleased about it being on one line is that it isn't actually Java... 1FOR y=-29TO 30:FOR x=-10TO 89:LET m,r=0:FOR k=0TO 112:LET j=r^2-m^2-2+x/25,m=2*r*m+y/25,r=j,l=k&15,k=IIF(j^2+m^2>11,113,k):NEXT k:PRINT" .:-;!/>)|&IH%*#"(l+1);:NEXT x:NEXT y. | |
| Oct 26, 2015 at 8:00 | comment | added | ZXDunny | Highest voted entry was not ASCII. | |
| Oct 25, 2015 at 21:00 | comment | added | flawr | The output should be in ASCII. (And you can write e.g. any Java program in one line.) | |
| Oct 25, 2015 at 0:02 | review | Late answers | |||
| Oct 25, 2015 at 0:13 | |||||
| Oct 24, 2015 at 23:44 | review | First posts | |||
| Oct 24, 2015 at 23:51 | |||||
| Oct 24, 2015 at 23:43 | history | answered | ZXDunny | CC BY-SA 3.0 |