.gitignore
|
Some statistics stuff (av-variance.c)
|
2014-02-14 20:07:15 +01:00 |
approximate-pi.c
|
make pedantic clang happier by not specifying unused argc/argv
|
2013-12-09 07:49:20 +01:00 |
av-variance.c
|
Assert that we have n>=2 samples
|
2014-02-14 21:31:38 +01:00 |
binsearch.c
|
don't use zero-size array to make pedantic gcc happy
|
2013-12-08 23:41:40 +01: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
|
reindent bloom.c
|
2013-06-18 17:35:10 +02:00 |
checkcheck.c
|
reindent
|
2013-06-16 16:39:04 +02:00 |
circular-buffer.c
|
use int main(void) for main, so clang won't complain about unused argc/argv
|
2013-12-10 17:48:47 +01:00 |
IDEAS
|
add more ideas
|
2013-12-08 22:12:42 +01:00 |
linked-list.c
|
use int main(void) for main, so clang won't complain about unused argc/argv
|
2013-12-10 17:48:47 +01:00 |
lua-foo.c
|
fix lua foo
|
2013-12-08 22:36:43 +01:00 |
lua-foo.lua
|
add lua experiment
|
2013-07-05 07:58:49 +02:00 |
Makefile
|
Calculate sample variance
|
2014-02-14 20:20:32 +01:00 |
mandelbrot.c
|
use int main(void) for main, so clang won't complain about unused argc/argv
|
2013-12-10 17:48:47 +01:00 |
mtrace-test.c
|
add a simple test of mtrace
|
2013-12-10 21:57:45 +01:00 |
multibrot.c
|
mark arg of compmandelbrot as unused to suppress compiler warning
|
2013-12-10 17:59:53 +01:00 |
ncurses-pong.c
|
reindent
|
2013-06-16 16:41:27 +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
|
add assert to make sure our assembly works
|
2013-12-08 23:34:34 +01: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.c
|
user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/
|
2013-08-31 17:42:46 +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 |
wo-lernen.c
|
make pedantic clang happier by not specifying unused argc/argv
|
2013-12-09 07:49:20 +01:00 |