Ask HN: Is there any repo includes any “Hello World” projects you want?

4 points by cturhan ↗ HN
I'm seeking for a git repo which has successful "hello world" templates for anything. Examples: an OpenGL project displaying simple triangle, an OpenCV project reads a png file and applies a simple filter, an HTML5 project which has style.css and app.js which have 3-4 lines of code, a very simple node server, a java project having only main method and System.out.println() inside it.

If there is no project like this? or I'm planning to start. Each project might have it's own repo and can be unified under a repo with submodules. This could be a useful resource if anyone wants to start a new project. Also, I want to know if anyone wants to join so we can build together.

5 comments

[ 2.1 ms ] story [ 16.9 ms ] thread
This (https://github.com/leachim6/hello-world) repo has a lot of languages and many are being added. However, these are mostly print lines and do not contain examples for specific libraries such as OpenGL (As far as I know).
(comment deleted)
Thanks. I've seen that. But what I'm looking for is a project specific resource.
Not a git repo but Rosetta code does exactly this: common, simple tasks in pretty much every programing languages you can think of.

See: http://rosettacode.org/

nice I never knew about that one. Thanks. :)