23 March 2005, by Karl Bunyan
Okay, this article on running windows viruses on Linux using Wine is really taking cross-platform compatibility a bit far. Funny, though.
Okay, this article on running windows viruses on Linux using Wine is really taking cross-platform compatibility a bit far. Funny, though.
March 23, 2005 at 10:51 am
Filed in: Open Source
No comments
8 March 2005, by Karl Bunyan
This benchmark of different ways of looping over a hash array is very interesting. Some things aren’t too surprising, such as counting the elements in an array before looping over them is faster than not counting them, could be expected, but it’s good to see how fast the built-in functions run.
PHP loop benchmarking
This benchmark of different ways of looping over a hash array is very interesting. Some things aren’t too surprising, such as counting the elements in an array before looping over them is faster than not counting them, could be expected, but it’s good to see how fast the built-in functions run.
PHP loop benchmarking
March 8, 2005 at 10:32 am
Filed in: PHP, Programming
No comments