From 59115f5849a83751d94e0c887a457ce63c35f41e Mon Sep 17 00:00:00 2001 From: gunboy001 Date: Fri, 22 Nov 2019 17:18:55 +0100 Subject: [PATCH] useful links --- doc/useful links.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/useful links.txt diff --git a/doc/useful links.txt b/doc/useful links.txt new file mode 100644 index 0000000..e6921b1 --- /dev/null +++ b/doc/useful links.txt @@ -0,0 +1,12 @@ +Utf8 and unicode in C + https://www.cprogramming.com/tutorial/unicode.html + +Asciidoc reference: + https://asciidoctor.org/docs/asciidoc-writers-guide/ + https://gist.github.com/dcode/0cfbf2699a1fe9b46ff04c41721dda74 + +Parsing Json in C: + https://github.com/zserge/jsmn + +Sconstruct a make alternative: + https://github.com/SCons/scons/wiki/SConsCrashCourse \ No newline at end of file