some exercises in c
Find a file
2014-04-20 09:58:47 +02:00
.gitignore add my own broken example for uiowa-threads.c 2014-04-20 09:58:47 +02:00
approximate-pi.c Add comment about which method is used to approximate pi 2014-02-15 13:57:53 +01: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 uncrustify source code 2014-04-19 18:23:49 +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 IDEAS: try cilk plus with gcc 4.9 2014-04-19 12:26:00 +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 my own broken example for uiowa-threads.c 2014-04-20 09:58:47 +02:00
mandelbrot-openmp.c uncrustify source code 2014-04-19 18:23:49 +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 uncrustify source code 2014-04-19 18:23:49 +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
wo-lernen.c make pedantic clang happier by not specifying unused argc/argv 2013-12-09 07:49:20 +01:00