some exercises in c
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
neingeist 2714bab2da .gitignore argv 7 years ago
.gitignore .gitignore argv 7 years ago
IDEAS update IDEAS 7 years ago
Makefile add a simple argv/argc test 10 years ago
approximate-pi.c Add comment about which method is used to approximate pi 10 years ago
argv.c add a simple argv/argc test 10 years ago
av-variance.c uncrustify source code 10 years ago
binsearch.c uncrustify source code 10 years ago
bit-fuckery.c add bit fuckery 11 years ago
bit-fuckery2.c add bit fuckery 11 years ago
bloom.c sort of finish bloom filter 10 years ago
checkcheck.c reindent 11 years ago
circular-buffer.c uncrustify source code 10 years ago
hello-openmp.c uncrustify source code 10 years ago
linked-list.c uncrustify source code 10 years ago
lua-foo.c uncrustify source code 10 years ago
lua-foo.lua add lua experiment 11 years ago
mandelbrot-openmp.c only SDL_Flip is critical, not the check 10 years ago
mandelbrot.c uncrustify source code 10 years ago
mtrace-test.c add a simple test of mtrace 10 years ago
multibrot-openmp.c no need for the line-wise function anymore 10 years ago
multibrot.c uncrustify source code 10 years ago
ncurses-pong.c reindent 11 years ago
positional-format-strings.c positional-format-strings: suppress -Wformat-non-iso only for clang 10 years ago
structs.c make pedantic clang happier by not specifying unused argc/argv 10 years ago
test-inline-assembly.c uncrustify source code 10 years ago
threads.c make clang happier about unused argc/argv in main() 10 years ago
uiowa-threads-example.c user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/ 11 years ago
uiowa-threads-my-example.c add my own broken example for uiowa-threads.c 10 years ago
uiowa-threads.c uiowa-threads: remove trailing whitespace 10 years ago
uiowa-threads.h user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/ 11 years ago
uncrustify.cfg uncrustify source code 10 years ago
undefined-behaviour.c Add an example of undefined behaviour 10 years ago
unions.c add a small union example 10 years ago
wo-lernen.c make pedantic clang happier by not specifying unused argc/argv 10 years ago