Timeline for Make a PNG image with "Hello World!" with programming APIs, in the shortest code possible
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 2, 2014 at 10:27 | history | edited | Darren Stone | CC BY-SA 3.0 | golfed off a char with rearranged math |
| Feb 2, 2014 at 10:14 | comment | added | Darren Stone | @Mechanicalsnail, I think that would require another require and then some, so the savings would be blown. I think. I did look at Base 36 (since that can be done with to_i alone) but that ends up a bit longer. | |
| Feb 2, 2014 at 10:12 | history | edited | Darren Stone | CC BY-SA 3.0 | golfed off 2 chars (dropped parens) |
| Feb 2, 2014 at 10:10 | comment | added | Mechanical snail | Would it be shorter in Ruby to store 0xb0... in Base64 and call a decode function? | |
| Feb 2, 2014 at 10:06 | history | answered | Darren Stone | CC BY-SA 3.0 |