Archive - Jan 10, 2007

Date

PHP implementation of Intelligent Design Sort

Intelligent Design Sort is the world's most efficient sorting system. Here is a function to show you how it works.

function intelligent_design_sort($array){
   return $array;
}

Editor Comment:

If you don't get it, please read the Intelligent Design Sort article.

Heart breaking moment while taking a dump in PHP

in
while(var_dump($heart)){
  break;
}

Just something I think it's pretty funny. very original.

Honey Pot that kill bots