Movies as code - Free your coding mind...
"Unfortunately, no one can be told what the Matrix is. You have to see it for yourself."
Morpheus, The Matrix
March 15, 2012 | Action | submitted by Gunslinger1981
#include
#include
void main()
{
int Bank = 0;
while (vampires == POPULAR)
{
Bank += ReleaseMovie();
}
}
int ReleaseMovie()
{
int i = 0;
int money = 0;
for(i = 0; i<FEM_TEEN_POPULATION; i++)
{
money += 10;
}
return money;
}
Vote up this code5
| Action | submitted by Hussein Duvigneau
if ( !$entertained ) {
throw $this->sword( $audience );
}
Vote up this code0
| Action | submitted by
while(0=0)
{
echo 'I AM IMMORTAL';
}
?>
Vote up this code0
| Family | submitted by Stuart Duncan
do {
justKeepSwimming();
} while ($lifeGetsYouDown);
?>
Vote up this code1
| Thriller | submitted by George
procedure Travis (You_Talkin_To_Me : Boolean) is
begin
Put_Line ("You talkin' to me?");
if You_Talkin_To_Me then
Put_Line ("Oh, yeah?");
else
Put_Line ("Then who the hell else are you talkin' to?");
end if;
end Travis;
Vote up this code1
| Thriller | submitted by
The Silence of the Lambs
var it = new Victim();
it.Gets("Hose");
if(it.Puts("Lotion", "Skin"))
{
return;
}
else
{
it.Gets("Hose");
}
Vote up this code1
| Fantasy | submitted by Michael Bennett
Where The Wild Things Are
where (the_wild_things_are=true) {
this.watchMovie();
}
Vote up this code0
| Action | submitted by Sani
import disney.pocahontas.plot;
public class Avatar extends pocahontas{
public plot(){
setTimeEra('Future');
setPlanet('NotEarth');
}
}
Vote up this code4
| Action | submitted by Sani
private static bool Ryan = true;
Vote up this code0