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 1d0b8c7541 uiowa-threads: remove trailing whitespace 10 years ago
.gitignore try positional format strings 10 years ago
IDEAS IDEAS: try cilk plus with gcc 4.9 10 years ago
Makefile Makefile: don't mix indents 10 years ago
approximate-pi.c Add comment about which method is used to approximate pi 10 years ago
av-variance.c Assert that we have n>=2 samples 10 years ago
binsearch.c don't use zero-size array to make pedantic gcc happy 11 years ago
bit-fuckery.c add bit fuckery 11 years ago
bit-fuckery2.c add bit fuckery 11 years ago
bloom.c add an untested MurmurHash3 implementation 10 years ago
checkcheck.c reindent 11 years ago
circular-buffer.c use int main(void) for main, so clang won't complain about unused argc/argv 11 years ago
hello-openmp.c add an openmp version of hello world ;) 10 years ago
linked-list.c use int main(void) for main, so clang won't complain about unused argc/argv 11 years ago
lua-foo.c fix lua foo 11 years ago
lua-foo.lua add lua experiment 11 years ago
mandelbrot-openmp.c use dynamic scheduling in mandelbrot-openmp 10 years ago
mandelbrot.c for now, don't wait for keypress in mandelbrot.c 10 years ago
mtrace-test.c add a simple test of mtrace 11 years ago
multibrot-openmp.c add an openmp version of multibrot 10 years ago
multibrot.c mark arg of compmandelbrot as unused to suppress compiler warning 11 years ago
ncurses-pong.c reindent 11 years ago
positional-format-strings.c try positional format strings 10 years ago
structs.c make pedantic clang happier by not specifying unused argc/argv 11 years ago
test-inline-assembly.c add assert to make sure our assembly works 11 years ago
threads.c make clang happier about unused argc/argv in main() 11 years ago
uiowa-threads-example.c user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/ 11 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
undefined-behaviour.c Add an example of undefined behaviour 10 years ago
wo-lernen.c make pedantic clang happier by not specifying unused argc/argv 11 years ago