vote up 6 vote down star
3

Sometimes source code is visible in a movie, have you ever recognized any?

flag
make this is community wiki question – Alnitak Feb 6 at 22:42
"not a real question"... what isn't "real" about it? – James Atkinson Feb 6 at 22:56
i'm wondering the same thing... i was pretty happy about getting a 'real' answer from Abizer – carrier Feb 6 at 22:58

14 Answers

vote up 6 vote down check

According to imdb the source code around the title sequence for the film AntiTrust is the HTML for imdb.

link|flag
Wow... I wasn't sure anyone would come up with anything. Impressive. – carrier Feb 6 at 22:57
vote up 8 vote down

Yes. The falling green letters in The Matrix. I can even compile them in my head on the fly.

link|flag
2  
I don't even see the code any more, all I see is Blond, Brunette and Redhead.. – cgreeno Feb 6 at 23:24
Yeah, Thats a common complaint. That happens when you dont have the PDBs. – Mostlyharmless Feb 7 at 6:32
=) Made me laugh – Sam152 Feb 9 at 11:32
vote up 4 vote down

Most of the time what I see is just the output of "dir", sometimes overlaid with something similar to make it look "extreme".

 Volume in drive C is Primary
 Volume Serial Number is FEEB-DAED

 Directory of C:\

2006-01-30  11:47                 0 AUTOEXEC.BAT    
2006-01-30  11:47                 0 CONFIG.SYS    
2008-11-15  09:55    [DIR]          Documents and Settings    
2009-02-03  16:48    [DIR]          Java    
...
               2 File(s)              0 bytes    
               8 Dir(s) 113,621,895,168 bytes free
link|flag
vote up 3 vote down

Unfortunately, code shown in movies is not even close to real one, as decribed in "What code DOESN'T do in real life (that it does in the movies)".

link|flag
vote up 1 vote down

I've been reliably informed that the Terminator sees Apple ][ assembler on his HUD when he is checking things out.

Also (not quite source code, but...) in Jurassic Park we get a good shot of the IRIX 3D file system.

link|flag
vote up 2 vote down

If you look at the original Terminator film in the scene where he's cutting his damaged eye out (the janitor asks if he's got a dead cat in there and you see code running from inside his head, selecting the response "F*** off, a**h***": this has been cut in some DVD releases), you'll see that the code scrolling down the left of his vision is 6502 assembler.

Quite what a cyborg from 2020-ish is doing running on this old Apple II CPU is a bit beyond me; it seems the resistance should have defeated them quite easily if that were the case.

Or maybe the 6502 was only used in the cyborg humorous-response subsystem. Given Arnie's somewhat repetitious use of this subsystem in his other films, a 6502 would probably been overkill.

Another one was in the Simpsons 3D episode where I spotted some hex drifting across in the background which translated to the ASCII "Frink rules!". The scary bit for me is that I managed to decode most of it in real time without rewinding. Crikey, I was an alpha-nerd back then :-)

link|flag
vote up 1 vote down

Takedown's (great movie by the way) protagonist, Mitnick, uses C to insert malicious code into the University mainframe.

link|flag
vote up 2 vote down

Animatrix: Beyond at sec. 36.

HTML with JavaScript.

I actually got surprised my self the first time I saw it. At that time I was debugging a lot of this kind of code and have to scroll all the time to identify the piece I was looking for.

It doesn't show very well on that link, but in the CD I have it was very clear.

link|flag
vote up 1 vote down

I'm sure I've come across something in a movie that looked like legitimate code, but all that's popping to mind right now is the stuff that drove me nuts because it was so NOT like code or was completely outside the realm of coding possibility.

For instance, I totally hate how they infect the Alien OS with a virus in ID4. That's the equivalent of getting your dog to build you a database, if you can get him to stop licking his balls long enough.

link|flag
This is a perfectly valid SF cliche, going all the way back to War of the Worlds in which the aliens die of the common cold – 1800 INFORMATION Feb 7 at 5:10
Yeah, I understand WHY they did it (computer virus = modern homage to actual virus/bacteria), and War of the Worlds was a great story, but it still drives me nuts. – gnovice Feb 7 at 5:15
vote up 1 vote down

yeah in the film hackers, I have big towering blocks with flashing lights in my code, pain to debug.

link|flag
vote up 1 vote down

I am not certain, but I think I recall white text scrolling up a black background on monitors in one of the Alien films that looked suspiciously like "dir /s" in a loop :-)

link|flag
vote up 3 vote down

Yes, at the beginning of the Hackers 3 Antitrust movie, the code from the monitor at which the 2 guys work is from bzip2/lib/compress.c :-)

link|flag
vote up 2 vote down

On Robocop, when he "boots up" you can see on the screen calls to config.sys and autoexec.bat.

Not coding, but definately familiar...

link|flag
vote up 4 vote down

In the made-for-TV movie Stargate: The Ark of Truth, some of the code for the Replicators (like the Borg crossed with nanites) is shown. It is JavaScript code, later discovered to be from a webpage of the Royal Bank of Canada.

Details: http://thedailywtf.com/Articles/Stargate-Code-of-the-Replicators.aspx

link|flag
In a few of the SG Atlantis episodes you can see Korn Shell scripts flying over parts of the computer screens. – nos Aug 18 at 17:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.