some exercises in c
 
 
 
Go to file
neingeist f98e46dbe4 Add IDEAS
.gitignore Some statistics stuff (av-variance.c)
IDEAS Add IDEAS
Makefile Remove extra CFLAGS in Makefile
approximate-pi.c make pedantic clang happier by not specifying unused argc/argv
av-variance.c Assert that we have n>=2 samples
binsearch.c don't use zero-size array to make pedantic gcc happy
bit-fuckery.c add bit fuckery
bit-fuckery2.c add bit fuckery
bloom.c reindent bloom.c
checkcheck.c reindent
circular-buffer.c use int main(void) for main, so clang won't complain about unused argc/argv
linked-list.c use int main(void) for main, so clang won't complain about unused argc/argv
lua-foo.c fix lua foo
lua-foo.lua add lua experiment
mandelbrot.c use int main(void) for main, so clang won't complain about unused argc/argv
mtrace-test.c add a simple test of mtrace
multibrot.c mark arg of compmandelbrot as unused to suppress compiler warning
ncurses-pong.c reindent
structs.c make pedantic clang happier by not specifying unused argc/argv
test-inline-assembly.c add assert to make sure our assembly works
threads.c make clang happier about unused argc/argv in main()
uiowa-threads-example.c user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/
uiowa-threads.c user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/
uiowa-threads.h user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/
wo-lernen.c make pedantic clang happier by not specifying unused argc/argv