faker 2.10.0 → 2.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (132) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +265 -0
  3. data/README.md +14 -2
  4. data/lib/faker.rb +20 -10
  5. data/lib/faker/default/address.rb +31 -1
  6. data/lib/faker/default/bank.rb +79 -0
  7. data/lib/faker/default/blood.rb +48 -0
  8. data/lib/faker/default/business.rb +1 -1
  9. data/lib/faker/default/cannabis.rb +80 -0
  10. data/lib/faker/default/chile_rut.rb +44 -1
  11. data/lib/faker/default/commerce.rb +73 -10
  12. data/lib/faker/default/company.rb +276 -7
  13. data/lib/faker/default/compass.rb +135 -0
  14. data/lib/faker/default/computer.rb +63 -0
  15. data/lib/faker/default/construction.rb +54 -0
  16. data/lib/faker/default/cosmere.rb +90 -0
  17. data/lib/faker/default/crypto_coin.rb +45 -0
  18. data/lib/faker/default/date.rb +16 -12
  19. data/lib/faker/default/dc_comics.rb +45 -0
  20. data/lib/faker/default/driving_licence.rb +42 -0
  21. data/lib/faker/default/file.rb +51 -2
  22. data/lib/faker/default/finance.rb +24 -0
  23. data/lib/faker/default/funny_name.rb +45 -0
  24. data/lib/faker/default/gender.rb +1 -1
  25. data/lib/faker/default/hipster.rb +94 -0
  26. data/lib/faker/default/id_number.rb +86 -0
  27. data/lib/faker/default/internet.rb +64 -7
  28. data/lib/faker/default/internet_http.rb +48 -0
  29. data/lib/faker/default/invoice.rb +32 -5
  30. data/lib/faker/default/json.rb +55 -0
  31. data/lib/faker/default/lorem.rb +1 -1
  32. data/lib/faker/default/lorem_flickr.rb +65 -0
  33. data/lib/faker/default/lorem_pixel.rb +22 -0
  34. data/lib/faker/default/markdown.rb +89 -0
  35. data/lib/faker/default/measurement.rb +90 -0
  36. data/lib/faker/default/name.rb +98 -0
  37. data/lib/faker/default/nhs.rb +19 -0
  38. data/lib/faker/default/number.rb +5 -7
  39. data/lib/faker/default/omniauth.rb +105 -52
  40. data/lib/faker/default/phone_number.rb +88 -5
  41. data/lib/faker/default/placeholdit.rb +21 -0
  42. data/lib/faker/default/slack_emoji.rb +81 -0
  43. data/lib/faker/default/south_africa.rb +90 -0
  44. data/lib/faker/default/string.rb +19 -3
  45. data/lib/faker/default/stripe.rb +61 -0
  46. data/lib/faker/default/twitter.rb +35 -0
  47. data/lib/faker/default/types.rb +80 -0
  48. data/lib/faker/default/university.rb +45 -0
  49. data/lib/faker/default/vehicle.rb +184 -4
  50. data/lib/faker/default/verb.rb +45 -0
  51. data/lib/faker/default/world_cup.rb +4 -4
  52. data/lib/faker/games/control.rb +113 -0
  53. data/lib/faker/games/dnd.rb +61 -0
  54. data/lib/faker/games/heroes_of_the_storm.rb +16 -5
  55. data/lib/faker/games/minecraft.rb +48 -0
  56. data/lib/faker/games/warhammer_fantasy.rb +74 -0
  57. data/lib/faker/movies/departed.rb +49 -0
  58. data/lib/faker/movies/movie.rb +13 -0
  59. data/lib/faker/music/pearl_jam.rb +50 -0
  60. data/lib/faker/music/phish.rb +27 -1
  61. data/lib/faker/music/prince.rb +64 -0
  62. data/lib/faker/music/rush.rb +37 -0
  63. data/lib/faker/music/show.rb +49 -0
  64. data/lib/faker/quotes/chiquito.rb +80 -0
  65. data/lib/faker/quotes/quote.rb +54 -1
  66. data/lib/faker/quotes/rajnikanth.rb +26 -0
  67. data/lib/faker/quotes/shakespeare.rb +36 -0
  68. data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
  69. data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
  70. data/lib/faker/tv_shows/dr_who.rb +1 -1
  71. data/lib/faker/tv_shows/futurama.rb +65 -0
  72. data/lib/faker/tv_shows/simpsons.rb +14 -0
  73. data/lib/faker/tv_shows/suits.rb +37 -0
  74. data/lib/faker/version.rb +1 -1
  75. data/lib/helpers/base58.rb +1 -1
  76. data/lib/helpers/char.rb +22 -27
  77. data/lib/helpers/unique_generator.rb +4 -0
  78. data/lib/locales/bg.yml +2 -2
  79. data/lib/locales/ca.yml +0 -8
  80. data/lib/locales/da-DK.yml +3 -3
  81. data/lib/locales/de-CH.yml +1693 -0
  82. data/lib/locales/en-AU.yml +44 -10
  83. data/lib/locales/en-CA.yml +2 -0
  84. data/lib/locales/en-GB.yml +1 -1
  85. data/lib/locales/en-NEP.yml +1 -1
  86. data/lib/locales/en-NZ.yml +2 -0
  87. data/lib/locales/en-US.yml +29 -3
  88. data/lib/locales/en-ZA.yml +1 -1
  89. data/lib/locales/en/address.yml +2 -0
  90. data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
  91. data/lib/locales/en/bank.yml +1 -1
  92. data/lib/locales/en/big_bang_theory.yml +38 -0
  93. data/lib/locales/en/blood.yml +13 -0
  94. data/lib/locales/en/chiquito.yml +64 -0
  95. data/lib/locales/en/color.yml +1 -1
  96. data/lib/locales/en/computer.yml +36 -0
  97. data/lib/locales/en/control.yml +247 -0
  98. data/lib/locales/en/departed.yml +50 -0
  99. data/lib/locales/en/dnd.yml +54 -0
  100. data/lib/locales/en/futurama.yml +344 -0
  101. data/lib/locales/en/heroes_of_the_storm.yml +2 -2
  102. data/lib/locales/en/house.yml +1 -1
  103. data/lib/locales/en/minecraft.yml +390 -0
  104. data/lib/locales/en/movie.yml +192 -1
  105. data/lib/locales/en/name.yml +4 -3
  106. data/lib/locales/en/one_piece.yml +2 -2
  107. data/lib/locales/en/pearl_jam.yml +213 -0
  108. data/lib/locales/en/phish.yml +392 -1
  109. data/lib/locales/en/prince.yml +227 -0
  110. data/lib/locales/en/rajnikanth.yml +77 -0
  111. data/lib/locales/en/rush.yml +32 -0
  112. data/lib/locales/en/shakespeare.yml +3 -3
  113. data/lib/locales/en/show.yml +597 -0
  114. data/lib/locales/en/simpsons.yml +668 -0
  115. data/lib/locales/en/star_wars.yml +568 -220
  116. data/lib/locales/en/stripe.yml +3 -3
  117. data/lib/locales/en/suits.yml +45 -0
  118. data/lib/locales/en/warhammer_fantasy.yml +582 -0
  119. data/lib/locales/es-MX.yml +3 -0
  120. data/lib/locales/fr-CA.yml +7 -4
  121. data/lib/locales/fr-CH.yml +1 -1
  122. data/lib/locales/fr.yml +5 -4
  123. data/lib/locales/hy.yml +1 -6
  124. data/lib/locales/id.yml +2 -1
  125. data/lib/locales/ja.yml +1 -1
  126. data/lib/locales/ko.yml +82 -0
  127. data/lib/locales/pt-BR.yml +1 -0
  128. data/lib/locales/pt.yml +2 -2
  129. data/lib/locales/uk.yml +5 -5
  130. data/lib/locales/zh-CN.yml +1 -1
  131. data/lib/locales/zh-TW.yml +1 -1
  132. metadata +52 -19
@@ -1,5 +1,5 @@
1
1
  en:
2
2
  faker:
3
3
  house:
4
- furniture: ["chair", armchair", "table", "dining table", "stool", "sofa", "couch", "bath", "bed", "cupboard", "drawers", "dresser", "floor lamp", "bedside table", "futon"]
4
+ furniture: ["chair", "armchair", "table", "dining table", "stool", "sofa", "couch", "bath", "bed", "cupboard", "drawers", "dresser", "floor lamp", "bedside table", "futon"]
5
5
  rooms: ["kitchen", "living room", "reception room", "bedroom", "master bedroom", "guest room", "drawing room", "conservatory", "porch", "hallway", "pantry", "sunroom", "bathroom", "ensuite bathroom", "cellar", "attic", "loft"]
@@ -0,0 +1,390 @@
1
+ en:
2
+ faker:
3
+ games:
4
+ minecraft:
5
+ blocks:
6
+ - Stone
7
+ - Granite
8
+ - Polished Granite
9
+ - Diorite
10
+ - Polished Diorite
11
+ - Andesite
12
+ - Polished Andesite
13
+ - Grass
14
+ - Dirt
15
+ - Coarse Dirt
16
+ - Podzol
17
+ - Cobblestone
18
+ - Oak Wood Plank
19
+ - Spruce Wood Plank
20
+ - Birch Wood Plank
21
+ - Jungle Wood Plank
22
+ - Acacia Wood Plank
23
+ - Dark Oak Wood Plank
24
+ - Oak Sapling
25
+ - Spruce Sapling
26
+ - Birch Sapling
27
+ - Jungle Sapling
28
+ - Acacia Sapling
29
+ - Dark Oak Sapling
30
+ - Bedrock
31
+ - Flowing Water
32
+ - Still Water
33
+ - Flowing Lava
34
+ - Still Lava
35
+ - Sand
36
+ - Red Sand
37
+ - Gravel
38
+ - Gold Ore
39
+ - Iron Ore
40
+ - Coal Ore
41
+ - Oak Wood
42
+ - Spruce Wood
43
+ - Birch Wood
44
+ - Jungle Wood
45
+ - Oak Leaves
46
+ - Spruce Leaves
47
+ - Birch Leaves
48
+ - Jungle Leaves
49
+ - Sponge
50
+ - Wet Sponge
51
+ - Glass
52
+ - Lapis Lazuli Ore
53
+ - Lapis Lazuli Block
54
+ - Dispenser
55
+ - Sandstone
56
+ - Chiseled Sandstone
57
+ - Smooth Sandstone
58
+ - Note Block
59
+ - Bed
60
+ - Powered Rail
61
+ - Detector Rail
62
+ - Sticky Piston
63
+ - Cobweb
64
+ - Dead Shrub
65
+ - Grass
66
+ - Fern
67
+ - Dead Bush
68
+ - Piston
69
+ - Piston Head
70
+ - White Wool
71
+ - Orange Wool
72
+ - Magenta Wool
73
+ - Light Blue Wool
74
+ - Yellow Wool
75
+ - Lime Wool
76
+ - Pink Wool
77
+ - Gray Wool
78
+ - Light Gray Wool
79
+ - Cyan Wool
80
+ - Purple Wool
81
+ - Blue Wool
82
+ - Brown Wool
83
+ - Green Wool
84
+ - Red Wool
85
+ - Black Wool
86
+ - Dandelion
87
+ - Poppy
88
+ - Blue Orchid
89
+ - Allium
90
+ - Azure Bluet
91
+ - Red Tulip
92
+ - Orange Tulip
93
+ - White Tulip
94
+ - Pink Tulip
95
+ - Oxeye Daisy
96
+ - Brown Mushroom
97
+ - Red Mushroom
98
+ - Gold Block
99
+ - Iron Block
100
+ - Double Stone Slab
101
+ - Double Sandstone Slab
102
+ - Double Wooden Slab
103
+ - Double Cobblestone Slab
104
+ - Double Brick Slab
105
+ - Double Stone Brick Slab
106
+ - Double Nether Brick Slab
107
+ - Double Quartz Slab
108
+ - Stone Slab
109
+ - Sandstone Slab
110
+ - Wooden Slab
111
+ - Cobblestone Slab
112
+ - Brick Slab
113
+ - Stone Brick Slab
114
+ - Nether Brick Slab
115
+ - Quartz Slab
116
+ - Bricks
117
+ - TNT
118
+ - Bookshelf
119
+ - Moss Stone
120
+ - Obsidian
121
+ - Torch
122
+ - Fire
123
+ - Monster Spawner
124
+ - Oak Wood Stairs
125
+ - Chest
126
+ - Redstone Wire
127
+ - Diamond Ore
128
+ - Diamond Block
129
+ - Crafting Table
130
+ - Wheat Crops
131
+ - Farmland
132
+ - Furnace
133
+ - Burning Furnace
134
+ - Standing Sign Block
135
+ - Oak Door Block
136
+ - Ladder
137
+ - Rail
138
+ - Cobblestone Stairs
139
+ - Wall-mounted Sign Block
140
+ - Lever
141
+ - Stone Pressure Plate
142
+ - Iron Door Block
143
+ - Wooden Pressure Plate
144
+ - Redstone Ore
145
+ - Glowing Redstone Ore
146
+ - Stone Button
147
+ - Snow
148
+ - Ice
149
+ - Snow Block
150
+ - Cactus
151
+ - Clay
152
+ - Sugar Canes
153
+ - Jukebox
154
+ - Oak Fence
155
+ - Pumpkin
156
+ - Netherrack
157
+ - Soul Sand
158
+ - Glowstone
159
+ - Nether Portal
160
+ - Jack o'Lantern
161
+ - Cake Block
162
+ - Redstone Repeater Block off)
163
+ - Redstone Repeater Block on)
164
+ - White Stained Glass
165
+ - Orange Stained Glass
166
+ - Magenta Stained Glass
167
+ - Light Blue Stained Glass
168
+ - Yellow Stained Glass
169
+ - Lime Stained Glass
170
+ - Pink Stained Glass
171
+ - Gray Stained Glass
172
+ - Light Gray Stained Glass
173
+ - Cyan Stained Glass
174
+ - Purple Stained Glass
175
+ - Blue Stained Glass
176
+ - Brown Stained Glass
177
+ - Green Stained Glass
178
+ - Red Stained Glass
179
+ - Black Stained Glass
180
+ - Wooden Trapdoor
181
+ - Stone Monster Egg
182
+ - Cobblestone Monster Egg
183
+ - Stone Brick Monster Egg
184
+ - Mossy Stone Brick Monster Egg
185
+ - Cracked Stone Brick Monster Egg
186
+ - Chiseled Stone Brick Monster Egg
187
+ - Stone Bricks
188
+ - Mossy Stone Bricks
189
+ - Cracked Stone Bricks
190
+ - Chiseled Stone Bricks
191
+ - Brown Mushroom Block
192
+ - Red Mushroom Block
193
+ - Iron Bars
194
+ - Glass Pane
195
+ - Melon Block
196
+ - Pumpkin Stem
197
+ - Melon Stem
198
+ - Vines
199
+ - Oak Fence Gate
200
+ - Brick Stairs
201
+ - Stone Brick Stairs
202
+ - Mycelium
203
+ - Lily Pad
204
+ - Nether Brick
205
+ - Nether Brick Fence
206
+ items:
207
+ - Iron Shovel
208
+ - Iron Pickaxe
209
+ - Iron Axe
210
+ - Flint and Steel
211
+ - Apple
212
+ - Bow
213
+ - Arrow
214
+ - Coal
215
+ - Charcoal
216
+ - Diamond
217
+ - Iron Ingot
218
+ - Gold Ingot
219
+ - Iron Sword
220
+ - Wooden Sword
221
+ - Wooden Shovel
222
+ - Wooden Pickaxe
223
+ - Wooden Axe
224
+ - Stone Sword
225
+ - Stone Shovel
226
+ - Stone Pickaxe
227
+ - Stone Axe
228
+ - Diamond Sword
229
+ - Diamond Shovel
230
+ - Diamond Pickaxe
231
+ - Diamond Axe
232
+ - Stick
233
+ - Bowl
234
+ - Mushroom Stew
235
+ - Golden Sword
236
+ - Golden Shovel
237
+ - Golden Pickaxe
238
+ - Golden Axe
239
+ - String
240
+ - Feather
241
+ - Gunpowder
242
+ - Wooden Hoe
243
+ - Stone Hoe
244
+ - Iron Hoe
245
+ - Diamond Hoe
246
+ - Golden Hoe
247
+ - Wheat Seeds
248
+ - Wheat
249
+ - Bread
250
+ - Leather Helmet
251
+ - Leather Tunic
252
+ - Leather Pants
253
+ - Leather Boots
254
+ - Chainmail Helmet
255
+ - Chainmail Chestplate
256
+ - Chainmail Leggings
257
+ - Chainmail Boots
258
+ - Iron Helmet
259
+ - Iron Chestplate
260
+ - Iron Leggings
261
+ - Iron Boots
262
+ - Diamond Helmet
263
+ - Diamond Chestplate
264
+ - Diamond Leggings
265
+ - Diamond Boots
266
+ - Golden Helmet
267
+ - Golden Chestplate
268
+ - Golden Leggings
269
+ - Golden Boots
270
+ - Flint
271
+ - Raw Porkchop
272
+ - Cooked Porkchop
273
+ - Painting
274
+ - Golden Apple
275
+ - Enchanted Golden Apple
276
+ - Sign
277
+ - Oak Door
278
+ - Bucket
279
+ - Water Bucket
280
+ - Lava Bucket
281
+ - Minecart
282
+ - Saddle
283
+ - Iron Door
284
+ - Redstone
285
+ - Snowball
286
+ - Oak Boat
287
+ - Leather
288
+ - Milk Bucket
289
+ - Brick
290
+ - Clay
291
+ - Sugar Canes
292
+ - Paper
293
+ - Book
294
+ - Slimeball
295
+ - Minecart with Chest
296
+ - Minecart with Furnace
297
+ - Egg
298
+ - Compass
299
+ - Fishing Rod
300
+ - Clock
301
+ - Glowstone Dust
302
+ - Raw Fish
303
+ - Raw Salmon
304
+ - Clownfish
305
+ - Pufferfish
306
+ - Cooked Fish
307
+ - Cooked Salmon
308
+ - Ink Sack
309
+ - Rose Red
310
+ - Cactus Green
311
+ - Coco Beans
312
+ - Lapis Lazuli
313
+ - Purple Dye
314
+ - Cyan Dye
315
+ - Light Gray Dye
316
+ - Gray Dye
317
+ - Pink Dye
318
+ - Lime Dye
319
+ - Dandelion Yellow
320
+ - Light Blue Dye
321
+ - Magenta Dye
322
+ - Orange Dye
323
+ - Bone Meal
324
+ - Bone
325
+ - Sugar
326
+ mobs:
327
+ - Sheep
328
+ - Cow
329
+ - Fox
330
+ - Bat
331
+ - Chicken
332
+ - Cod
333
+ - Ocelot
334
+ - Pig
335
+ - Rabbit
336
+ - Salmon
337
+ - Mooshroom
338
+ - Squid
339
+ - Tropical fish
340
+ - Turtle
341
+ - Villager
342
+ - Wandering trader
343
+ - Pufferfish
344
+ - Donkey
345
+ - Horse
346
+ - Cat
347
+ - Parrot
348
+ - Mule
349
+ - Skeleton horse
350
+ - Dolphin
351
+ - Polar bear
352
+ - Trader llama
353
+ - Llama
354
+ - Panda
355
+ - Wolf
356
+ - Bee
357
+ - Iron golem
358
+ - Spider
359
+ - Cave Spider
360
+ - Enderman
361
+ - Zombie Pigman
362
+ - Evoker
363
+ - Vindicator
364
+ - Pillager
365
+ - Ravager
366
+ - Vex
367
+ - Chicken Jockey
368
+ - Endermite
369
+ - Guardian
370
+ - Elder Guardian
371
+ - Shulker
372
+ - Skeleton Horseman
373
+ - Husk
374
+ - Stray
375
+ - Phantom
376
+ - Blaze
377
+ - Creeper
378
+ - Ghast
379
+ - Magma Cube
380
+ - Silverfish
381
+ - Skeleton
382
+ - Slime
383
+ - Spider Jockey
384
+ - Zombie
385
+ - Zombie Villager
386
+ - Drowned
387
+ - Wither Skeleton
388
+ - Witch
389
+ - Hoglin
390
+ - Piglin
@@ -1,5 +1,196 @@
1
1
  en:
2
2
  faker:
3
3
  movie:
4
+ title:
5
+ - '12 Angry Men'
6
+ - '12 Years a Slave'
7
+ - '2001: A Space Odyssey'
8
+ - '3 Idiots'
9
+ - 'A Beautiful Mind'
10
+ - 'A Clockwork Orange'
11
+ - 'A Wednesday'
12
+ - 'Alien'
13
+ - 'All About Eve'
14
+ - 'Amadeus'
15
+ - 'American Beauty'
16
+ - 'Apocalypse Now'
17
+ - 'Back to the Future'
18
+ - 'Batman Begins'
19
+ - 'Beauty and the Beast'
20
+ - 'Before Sunrise'
21
+ - 'Bicycle Thieves'
22
+ - 'Blade Runner'
23
+ - 'Blade Runner 2049'
24
+ - 'Braveheart'
25
+ - 'Casablanca'
26
+ - 'Casino'
27
+ - 'Catch Me If You Can'
28
+ - 'Chinatown'
29
+ - 'Cidade de Deus'
30
+ - 'Cinema Paradiso'
31
+ - 'Citizen Kane'
32
+ - 'City Lights'
33
+ - 'City of God'
34
+ - 'Cool Hand Luke'
35
+ - 'Dead Poets Society'
36
+ - 'Dial M for Murder'
37
+ - 'Die Hard'
38
+ - 'Django Unchained'
39
+ - 'Dog Day Afternoon'
40
+ - 'Donnie Darko'
41
+ - 'Double Indemnity'
42
+ - 'Dunkirk'
43
+ - 'Eternal Sunshine of the Spotless Mind'
44
+ - 'Fargo'
45
+ - 'Fight Club'
46
+ - 'Finding Nemo'
47
+ - 'Forrest Gump'
48
+ - 'Full Metal Jacket'
49
+ - 'Gandhi'
50
+ - 'Gladiator'
51
+ - 'Gone Girl'
52
+ - 'Gone with the Wind'
53
+ - 'Good Will Hunting'
54
+ - 'Goodfellas'
55
+ - 'Gran Torino'
56
+ - 'Grave of the Fireflies'
57
+ - 'Groundhog Day'
58
+ - 'Hacksaw Ridge'
59
+ - 'Heat'
60
+ - 'Hotel Rwanda'
61
+ - 'How to Train Your Dragon'
62
+ - 'In the Name of the Father'
63
+ - 'Inception'
64
+ - 'Indiana Jones and the Last Crusade'
65
+ - 'Inglourious Basterds'
66
+ - 'Inside Out'
67
+ - 'Interstellar'
68
+ - 'Into the Wild'
69
+ - 'Intouchables'
70
+ - 'It Happened One Night'
71
+ - 'Jaws'
72
+ - 'Judgment at Nuremberg'
73
+ - 'Jurassic Park'
74
+ - 'L.A. Confidential'
75
+ - 'La La Land'
76
+ - 'Lawrence of Arabia'
77
+ - 'Life Is Beautiful'
78
+ - 'Life of Brian'
79
+ - 'Lock, Stock and Two Smoking Barrels'
80
+ - 'Mad Max: Fury Road'
81
+ - 'Mary and Max'
82
+ - 'Memento'
83
+ - 'Metropolis'
84
+ - 'Million Dollar Baby'
85
+ - 'Modern Times'
86
+ - 'Monsters, Inc.'
87
+ - 'Monty Python and the Holy Grail'
88
+ - 'Mr. Smith Goes to Washington'
89
+ - 'Network'
90
+ - 'No Country for Old Men'
91
+ - 'North by Northwest'
92
+ - 'Nuovo Cinema Paradiso'
93
+ - 'Oldboy'
94
+ - 'Oldeuboi'
95
+ - 'Once Upon a Time in America'
96
+ - 'Once Upon a Time in the West'
97
+ - 'Paper Moon'
98
+ - 'Paris, Texas'
99
+ - 'Paths of Glory'
100
+ - 'Persona'
101
+ - 'Platoon'
102
+ - 'Princess Mononoke'
103
+ - 'Prisoners'
104
+ - 'Psycho'
105
+ - 'Pulp Fiction'
106
+ - 'Raging Bull'
107
+ - 'Raiders of the Lost Ark'
108
+ - 'Rocky'
109
+ - 'Room'
110
+ - 'Rush'
111
+ - 'Saving Private Ryan'
112
+ - 'Scarface'
113
+ - 'Se7en'
114
+ - 'Seven Samurai'
115
+ - 'Sholay'
116
+ - 'Shutter Island'
117
+ - 'Snatch'
118
+ - 'Some Like It Hot'
119
+ - 'Spirited Away'
120
+ - 'Spotlight'
121
+ - 'Stalker'
122
+ - 'Stand by Me'
123
+ - 'Star Wars'
124
+ - 'Star Wars: Episode I – The Phantom Menace'
125
+ - 'Star Wars: Episode II – Attack of the Clones'
126
+ - 'Star Wars: Episode III – Revenge of the Sith'
127
+ - 'Star Wars: Episode IV – A New Hope'
128
+ - 'Star Wars: Episode V - The Empire Strikes Back'
129
+ - 'Star Wars: Episode VI - Return of the Jedi'
130
+ - 'Star Wars: Episode VII - The Force Awakens'
131
+ - 'Star Wars: Episode VIII – The Last Jedi'
132
+ - 'Star Wars: Episode IX – The Rise of Skywalker'
133
+ - 'Sunrise: A Song of Two Humans'
134
+ - 'Sunset Blvd.'
135
+ - 'Taxi Driver'
136
+ - 'Terminator 2: Judgment Day'
137
+ - 'The Apartment'
138
+ - 'The Best Years of Our Lives'
139
+ - 'The Big Lebowski'
140
+ - 'The Bourne Ultimatum'
141
+ - 'The Bridge on the River Kwai'
142
+ - 'The Dark Knight'
143
+ - 'The Dark Knight Rises'
144
+ - 'The Deer Hunter'
145
+ - 'The Departed'
146
+ - 'The Elephant Man'
147
+ - 'The General'
148
+ - 'The Godfather'
149
+ - 'The Godfather: Part II'
150
+ - 'The Gold Rush'
151
+ - 'The Good, the Bad and the Ugly'
152
+ - 'The Grand Budapest Hotel'
153
+ - 'The Grapes of Wrath'
154
+ - 'The Great Dictator'
155
+ - 'The Great Escape'
156
+ - 'The Green Mile'
157
+ - 'The Help'
158
+ - 'The Intouchables'
159
+ - 'The Kid'
160
+ - 'The Lion King'
161
+ - 'The Lives of Others'
162
+ - 'The Lord of the Rings: The Fellowship of the Ring'
163
+ - 'The Lord of the Rings: The Return of the King'
164
+ - 'The Lord of the Rings: The Two Towers'
165
+ - 'The Maltese Falcon'
166
+ - 'The Matrix'
167
+ - 'The Pianist'
168
+ - 'The Prestige'
169
+ - 'The Princess Bride'
170
+ - 'The Shawshank Redemption'
171
+ - 'The Shining'
172
+ - 'The Silence of the Lambs'
173
+ - 'The Sixth Sense'
174
+ - 'The Sting'
175
+ - 'The Terminator'
176
+ - 'The Thing'
177
+ - 'The Third Man'
178
+ - 'The Treasure of the Sierra Madre'
179
+ - 'The Truman Show'
180
+ - 'The Usual Suspects'
181
+ - 'The Wizard of Oz'
182
+ - 'The Wolf of Wall Street'
183
+ - 'There Will Be Blood'
184
+ - 'To Kill a Mockingbird'
185
+ - 'Touch of Evil'
186
+ - 'Toy Story'
187
+ - 'Toy Story 2'
188
+ - 'Toy Story 3'
189
+ - 'Twelve Monkeys'
190
+ - 'Unforgiven'
191
+ - 'V for Vendetta'
192
+ - 'Vertigo'
193
+ - 'WALL·E'
194
+ - 'Whiplash'
195
+ - 'Witness for the Prosecution'
4
196
  quote: ["Frankly, my dear, I don’t give a damn.", "I'm going to make him an offer he can't refuse.", "Toto, I've got a feeling we're not in Kansas anymore.", "Here's looking at you, kid.", "Go ahead, make my day.", "All right, Mr. DeMille, I'm ready for my closeup.", "May the Force be with you.", "Fasten your seatbelts. It's going to be a bumpy night.", "You talking to me?", "What we've got here is failure to communicate.", "I love the smell of napalm in the morning."]
5
-