Google+ brought a wonderful site with really funny snippets of code to represent a movie idea. 2012 function apocalpse() { foreach($earth->population as $personIndex => $person) { if($person->gotLuck == true) { $ark[] = $person; } elseif($person->gotRidiculousLuck == true) { $earth->countries(“China”)->moveUnder($person); $ark[] = $person; } else { unset($earth->population[$personIndex]); } } } Inception int dream_level = 1; void… Continue reading fun: Movies as code