Timeline for Make a PNG image with "Hello World!" with programming APIs, in the shortest code possible
Current License: CC BY-SA 3.0
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 4, 2014 at 12:07 | comment | added | Bach | Updated according to Tomas' suggestion. | |
| Feb 4, 2014 at 12:07 | history | edited | Bach | CC BY-SA 3.0 | Thanks Tomas |
| Feb 4, 2014 at 11:27 | comment | added | Tomas | Hans, I decided for fair play :) Golf it down to 41 with the improvement I suggested in my answer: dot -Tpng<<<'graph{label="Hello World!"}', I will delete my answer then. These derivations shouldn't be done in fair play and should stay as a comments to original answers. | |
| Feb 2, 2014 at 20:16 | history | edited | Bach | CC BY-SA 3.0 | According to daniero. |
| Feb 2, 2014 at 20:13 | comment | added | daniero | Why would it not count? | |
| Feb 2, 2014 at 19:28 | comment | added | Bach | It can be better if you don't echo but instead write it in a file and run dot -Tpng on the file; it makes it 38, but I don't know if it counts... | |
| Feb 2, 2014 at 19:25 | history | edited | Bach | CC BY-SA 3.0 | Including Bash |
| Feb 2, 2014 at 19:01 | history | edited | daniero | CC BY-SA 3.0 | Correct (?) character count and run instructions (untested). |
| Feb 2, 2014 at 18:40 | comment | added | daniero | You should count the command line options/argument if they are needed to make your program solve the task. Normally the dashes are not counted, so I think you only should add Tnpg, op and d to the character count (+7), and specify how to run it in the answer itself. | |
| Feb 2, 2014 at 18:00 | history | edited | Bach | CC BY-SA 3.0 | added 32 characters in body |
| S Feb 2, 2014 at 11:07 | review | Low quality posts | |||
| Feb 2, 2014 at 18:04 | |||||
| S Feb 2, 2014 at 11:07 | review | First posts | |||
| Feb 2, 2014 at 11:21 | |||||
| Feb 2, 2014 at 11:01 | comment | added | Bach | I am not sure whether you should add the bash chars as well for compiling this dot script. This adds dot -Tpng -op d, which is 15 chars. | |
| Feb 2, 2014 at 10:57 | comment | added | Bach | I we allow them be in ellipses, it can be 8 chars shorter... | |
| Feb 2, 2014 at 10:52 | history | answered | Bach | CC BY-SA 3.0 |