Quantcast
Channel: Movies as Code
Browsing all 10 articles
Browse latest View live

North By Northwest

Welcome to Berkeley Logo version 5.6 ? left 45 ? forward 100 ? right 90 ? forward 100

View Article



Cast Away

<?php      $away = "Tom Hanks";      echo (string)$away; ?>

View Article

Kill Bill Vol. 1

crazy = 88; while(crazy > 0) {     crazy--; }

View Article

Baywatch series

<?php function is_highlight($character, $action) {    return (is_female($character) && (strcmp($action, "running")==0)); } ?>

View Article

Meet the Parents

var whomToMeet = jQuery(this).parents();

View Article


The Last Airbender

airbenders[0..-2].each { |ab| ab.destroy }

View Article

The Avengers

int main() {        bool left=true;        while(Hulk.isholding(Loki))        {            Hulk.swing(loki,left);            left=!left;        }        Hulk.say("Puny God"); }

View Article

Batman (TV series)

Array(10).join("Bruce Wayne" - 1) + " Batman!"

View Article


The Matrix

switch ( pill ) {     case 'blue':         return( dreamworld );     case 'red':         exit( matrix ); }

View Article


Dragon Ball

if (DragonBall.serie >= 'Z') {     do {         Enemy.power++;         Goku.superSayanLevel++;     } while (true); }

View Article
Browsing all 10 articles
Browse latest View live




Latest Images