Markus Bröker <mbroeker@largo.dyndns.tv> [Sun, 24 Oct 2010 20:58:53 +0200] rev 152
life.c: format it properly
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Sun, 24 Oct 2010 20:58:01 +0200] rev 151
FileTraverser Demo added
Proper handling of symlinks in java apps
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Sun, 24 Oct 2010 20:56:59 +0200] rev 150
recursion bug: don't follow symlinks
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Sun, 24 Oct 2010 20:55:54 +0200] rev 149
working Makefile rules O_O
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Sun, 24 Oct 2010 20:55:19 +0200] rev 148
safer strcpy
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Brökers <mbroeker@largo.homelinux.org> [Sat, 25 Sep 2010 16:37:03 +0200] rev 147
simple berkdb usage demo
Markus Brökers <mbroeker@largo.homelinux.org> [Mon, 30 Aug 2010 15:21:47 +0200] rev 146
gauss.c: set a proper accuracy value: 1E-6
Markus Brökers <mbroeker@largo.homelinux.org> [Sun, 29 Aug 2010 16:36:19 +0200] rev 145
removed code without effect
time_t represents the number of seconds since the birth of unix.
to deal with microseconds and friends, use
a) gettimeofday
b) struct timeval