some exercises in c
Find a file
2017-08-17 08:33:38 +02:00
.gitignore .gitignore argv 2017-08-17 08:33:38 +02:00
approximate-pi.c Add comment about which method is used to approximate pi 2014-02-15 13:57:53 +01:00
argv.c add a simple argv/argc test 2014-04-27 16:31:57 +02:00
av-variance.c uncrustify source code 2014-04-19 18:23:49 +02:00
binsearch.c uncrustify source code 2014-04-19 18:23:49 +02:00
bit-fuckery.c add bit fuckery 2013-06-09 20:56:25 +02:00
bit-fuckery2.c add bit fuckery 2013-06-09 20:56:25 +02:00
bloom.c sort of finish bloom filter 2014-04-20 17:10:07 +02:00
checkcheck.c reindent 2013-06-16 16:39:04 +02:00
circular-buffer.c uncrustify source code 2014-04-19 18:23:49 +02:00
hello-openmp.c uncrustify source code 2014-04-19 18:23:49 +02:00
IDEAS update IDEAS 2017-08-17 08:32:42 +02:00
linked-list.c uncrustify source code 2014-04-19 18:23:49 +02:00
lua-foo.c uncrustify source code 2014-04-19 18:23:49 +02:00
lua-foo.lua add lua experiment 2013-07-05 07:58:49 +02:00
Makefile add a simple argv/argc test 2014-04-27 16:31:57 +02:00
mandelbrot-openmp.c only SDL_Flip is critical, not the check 2014-05-11 11:44:47 +02:00
mandelbrot.c uncrustify source code 2014-04-19 18:23:49 +02:00
mtrace-test.c add a simple test of mtrace 2013-12-10 21:57:45 +01:00
multibrot-openmp.c no need for the line-wise function anymore 2014-05-11 15:18:11 +02:00
multibrot.c uncrustify source code 2014-04-19 18:23:49 +02:00
ncurses-pong.c reindent 2013-06-16 16:41:27 +02:00
positional-format-strings.c positional-format-strings: suppress -Wformat-non-iso only for clang 2014-04-19 14:26:17 +02:00
structs.c make pedantic clang happier by not specifying unused argc/argv 2013-12-09 07:49:20 +01:00
test-inline-assembly.c uncrustify source code 2014-04-19 18:23:49 +02:00
threads.c make clang happier about unused argc/argv in main() 2013-12-09 10:35:23 +01:00
uiowa-threads-example.c user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/ 2013-08-31 17:42:46 +02:00
uiowa-threads-my-example.c add my own broken example for uiowa-threads.c 2014-04-20 09:58:47 +02:00
uiowa-threads.c uiowa-threads: remove trailing whitespace 2014-04-19 13:26:54 +02:00
uiowa-threads.h user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/ 2013-08-31 17:42:46 +02:00
uncrustify.cfg uncrustify source code 2014-04-19 18:23:49 +02:00
undefined-behaviour.c Add an example of undefined behaviour 2014-02-15 14:09:43 +01:00
unions.c add a small union example 2014-04-24 12:11:20 +02:00
wo-lernen.c make pedantic clang happier by not specifying unused argc/argv 2013-12-09 07:49:20 +01:00