Pssst, want to check out Ex Machina in our new look?
Information
- Year
- 2014
- Runtime
- 108 min.
- Director
- Alex Garland
- Genres
- Drama, Sci-Fi, Mystery
- Rating *
- 7.7
- Votes *
- 191,592
- Checks
- 21,159
- Favs
- 2,274
- Dislikes
- 105
- Favs/checks
- 10.7% (1:9)
- Favs/dislikes
- 22:1
Top comments
-
MrDoog
Fantastic sci fi thriller for Garland's directorial debut. The story is provocative and intriguing, the principle cast are superb and the whole thing coasts along in this eery tense atmosphere. Engrossing is the word i'm looking for.
It reminded me why I love watching movies. Highly recommended 10 years ago -
monty
At one point in the film we see some code on the screen. When I first saw it I was particularly annoyed since it had nothing to do with what the character was doing. But when I got a chance to see it in detail:
#BlueBook code decryption
import sys
def sieve(n):
x = [1] * n
x[1] = 0
for i in range(2,n/2):
j = 2 * i
while j < n:
x[j]=0
j = j+i
return x
def prime(n,x):
i = 1
j = 1
while j <= n:
if x[i] == 1:
j = j + 1
i = i + 1
return i - 1
x=sieve(10000)
code = [1206,301,384,5]
key =[1,1,2,2,]
sys.stdout.write("".join(chr(i) for i in [73,83,66,78,32,61,32]))
for i in range (0,4):
sys.stdout.write(str(prime(code[i],x)-key[i]))
print
Which when you run with python2.7 you get the following:
ISBN = 9780199226559
Which is Embodiment and the inner life: Cognition and Consciousness in the Space of Possible Minds. and so now I have a lot more respect for the Director. 8 years 9 months ago -
Friends
Login to see which of your friends have seen this movie!Activity
-
fettnass checked this movie 14 hours 14 minutes ago
-
KeyserSoze42 checked this movie 19 hours 43 minutes ago
-
oligneisti added this movie to their watchlist 1 day ago
-
spicybirdmom added this movie to their watchlist 3 days 13 hours ago
In 5 official lists
-
This movie ranks #49 in iCheckMovies's 2010s Top 100
iCheckMovies's 2010s Top…
49 -
This movie ranks #56 in Reddit Top 250
Reddit Top 250
56 -
This movie ranks #63 in FOK!'s Film Top 250
FOK!'s Film Top 250
63 -
This movie ranks #462 in TSPDT's 21st Century's Most Acclaimed Films
TSPDT's 21st Century's M…
462 -
This movie ranks #1126 in Jonathan Rosenbaum's Essential Cinema
Jonathan Rosenbaum's Ess…
1126