Gen H-4 One man helicopter Posted on July 18, 2006 by Robin This helicopter has four engines for backup, flies at 55 mph, has a fuel load capable of carrying a 70kg person for around 1 hour, is classed as an ultralight / microlight and costs only $30,000,-. It also claims to be the smallest co-axial helicopter that actually flies and takes 2 hours to learn how to fly. It can be controlled with one hand.
Top 10 dumbest ways to get rich online Posted on July 18, 2006 by Robin It’s truly incredible how people have literally made millions of dollars using the intranets.
Oak Grove Gravity Hill Posted on July 18, 2006 by Robin In Oak Groave there’s a hill that has reverse gravity. Balls roll up the hill, cars get pulled up the hill, apparently it’s quite something to see. Local residents admit it might be a visual illusion or that it might have something to do with a high concentration of ores in the soil and no scientific testing has ever been done on the phenomenon, but it certainly looks real.
PHP speed tests Posted on July 18, 2006 by Robin These pages have a few benchmark tests for PHP4 perfomance to do the same thing using different methods.: READ LOOP: foreach() vs. while(list()=each()) MODIFY LOOP: foreach() vs. while(list()=each()) For-loop test Using the &-ref-operator as so called “alias” $obj = new SomeClass() vs. $obj =& new SomeClass() using the =&-ref-operator double (“) vs. single (‘) quotes sSet() vs. empty() vs. is_array() switch/case vs. if/elseif Creating int array[100 000] Reading int array[100 000] Reading apache log (16Mb) Parse vars names [100 000] Parse and find text from apache log (32Mb) Split text apache log 200Kb (contain 2000 “-“) Count array size. $arr = int[100 000] Create object by Ref (loop 100 000) Random number generator (loop 100 000) Calculate hash (loop 100 000) NB Refresh the pages a few times, the results change as webserver load differs.