Running viruses on Linux

Double quote marks Okay, this article on running windows viruses on Linux using Wine is really taking cross-platform compatibility a bit far. Funny, though. Double quote marks

Okay, this article on running windows viruses on Linux using Wine is really taking cross-platform compatibility a bit far. Funny, though.

PHP loop benchmarking

Double quote marks 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 Double quote marks

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