## STD [Standard C Code](https://github.com/Acry/STD-C) 0 - Memory Allocation [C-Bits](https://github.com/Acry/C-Bits) Bitwise Operators and binary operations. [How to normalize values](https://github.com/Acry/C-math-normalization) Normalization is the process of changing the scale of the data range. [Read file into array](https://github.com/Acry/C-Files) ## POSIX https://github.com/Acry/C-POSIX [use of libcurl and jansson](https://github.com/Acry/curl_jansson) ## LINUX [Shade it! - Shadertoy viewer/editor](https://github.com/Acry/Shade-it-) ## OTHER [C-Emscripten](https://github.com/Acry/C-Emscripten) How to get started with C and Emscripten (JavaScript) ## external ressources http://c-faq.com/ [C on IRC Freenode](http://iso-9899.info/wiki/Main_Page) comp.lang.c newsgroup http://clc-wiki.net/ https://matt.sh/howto-c [Dr. Dobbs Archive](http://collaboration.cmc.ec.gc.ca/science/rpn/biblio/ddj/Website/articles/DDJ/tree.htm) [C/C++ Users Journal](http://collaboration.cmc.ec.gc.ca/science/rpn/biblio/ddj/Website/articles/CUJ/tree.htm) [Chris Wellons C Articles](https://nullprogram.com/tags/c/) [C Book](http://publications.gbdirect.co.uk/c_book/) [Programming in C](https://users.cs.cf.ac.uk/Dave.Marshall/C/) UNIX System Calls and Subroutines using C. [John Burkardt's C-Code collection](http://people.sc.fsu.edu/~jburkardt/c_src/c_src.html) [Ben Bullock's C-Code collection](https://www.lemoda.net/c/) [The Linux Programming Interface](http://man7.org/) Michael Kerrisk [The C Code Archive Network](https://ccodearchive.net/) [Bob Stout's snippets.org Code](https://github.com/vonj/snippets.org) ### MISC [Notes on Data Structures and Programming acchording to Techniques Colombo Plan Staff College for Technician Education (CPSC 223)](http://www.cs.yale.edu/homes/aspnes/classes/223/notes.html) [Structured Computer Organization - CDA-4101 Lecture 4 Notes](https://users.cs.fiu.edu/~prabakar/cda4101/Common/notes/lecture04.html)