.gitignore
|
add an openmp version of mandelbrot.c
|
2014-04-12 15:13:15 +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
|
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 |
hello-openmp.c
|
add an openmp version of hello world ;)
|
2014-04-12 15:04:16 +02:00 |
IDEAS
|
add more IDEAS
|
2014-04-12 15:15:08 +02: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
|
add an openmp version of mandelbrot.c
|
2014-04-12 15:13:15 +02:00 |
mandelbrot-openmp.c
|
add an openmp version of mandelbrot.c
|
2014-04-12 15:13:15 +02: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-openmp.c
|
add an openmp version of multibrot
|
2014-04-12 13:12:55 +02: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 |
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 |