faker 2.20.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (178) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +346 -7
  3. data/History.md +1 -1
  4. data/README.md +193 -107
  5. data/lib/faker/blockchain/aeternity.rb +1 -1
  6. data/lib/faker/blockchain/ethereum.rb +1 -1
  7. data/lib/faker/blockchain/tezos.rb +1 -1
  8. data/lib/faker/books/dune.rb +2 -10
  9. data/lib/faker/books/lovecraft.rb +7 -38
  10. data/lib/faker/default/address.rb +5 -25
  11. data/lib/faker/default/alphanumeric.rb +2 -8
  12. data/lib/faker/default/app.rb +1 -10
  13. data/lib/faker/default/avatar.rb +1 -12
  14. data/lib/faker/default/bank.rb +9 -17
  15. data/lib/faker/default/boolean.rb +1 -4
  16. data/lib/faker/default/chile_rut.rb +25 -25
  17. data/lib/faker/default/code.rb +68 -39
  18. data/lib/faker/default/color.rb +77 -6
  19. data/lib/faker/default/commerce.rb +3 -17
  20. data/lib/faker/default/company.rb +50 -19
  21. data/lib/faker/default/crypto_coin.rb +3 -15
  22. data/lib/faker/default/date.rb +65 -42
  23. data/lib/faker/default/demographic.rb +1 -5
  24. data/lib/faker/default/driving_licence.rb +20 -19
  25. data/lib/faker/default/drone.rb +1 -1
  26. data/lib/faker/default/file.rb +5 -24
  27. data/lib/faker/default/finance.rb +17 -7
  28. data/lib/faker/default/food.rb +14 -1
  29. data/lib/faker/default/hipster.rb +6 -45
  30. data/lib/faker/default/html.rb +230 -0
  31. data/lib/faker/default/id_number.rb +125 -14
  32. data/lib/faker/default/internet.rb +116 -111
  33. data/lib/faker/default/invoice.rb +4 -17
  34. data/lib/faker/default/json.rb +2 -20
  35. data/lib/faker/default/lorem.rb +25 -74
  36. data/lib/faker/default/lorem_flickr.rb +4 -32
  37. data/lib/faker/default/markdown.rb +6 -11
  38. data/lib/faker/default/marketing.rb +1 -1
  39. data/lib/faker/default/measurement.rb +16 -48
  40. data/lib/faker/default/name.rb +1 -5
  41. data/lib/faker/default/nhs.rb +2 -6
  42. data/lib/faker/default/number.rb +10 -55
  43. data/lib/faker/default/omniauth.rb +6 -40
  44. data/lib/faker/default/phone_number.rb +2 -6
  45. data/lib/faker/default/placeholdit.rb +1 -12
  46. data/lib/faker/default/relationship.rb +1 -5
  47. data/lib/faker/default/release notes.md +59 -0
  48. data/lib/faker/default/source.rb +3 -16
  49. data/lib/faker/default/string.rb +1 -5
  50. data/lib/faker/default/stripe.rb +4 -20
  51. data/lib/faker/default/time.rb +4 -32
  52. data/lib/faker/default/twitter.rb +7 -23
  53. data/lib/faker/default/types.rb +7 -28
  54. data/lib/faker/default/vehicle.rb +40 -51
  55. data/lib/faker/default/vulnerability_identifier.rb +23 -0
  56. data/lib/faker/default/world_cup.rb +2 -11
  57. data/lib/faker/games/clash_of_clans.rb +1 -1
  58. data/lib/faker/games/dnd.rb +49 -7
  59. data/lib/faker/games/dota.rb +1 -5
  60. data/lib/faker/games/final_fantasy_xiv.rb +73 -0
  61. data/lib/faker/games/minecraft.rb +1 -1
  62. data/lib/faker/games/myst.rb +1 -1
  63. data/lib/faker/games/tarkov.rb +205 -0
  64. data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
  65. data/lib/faker/japanese_media/kamen_rider.rb +2 -2
  66. data/lib/faker/japanese_media/one_piece.rb +1 -1
  67. data/lib/faker/movies/avatar.rb +49 -0
  68. data/lib/faker/movies/hackers.rb +48 -0
  69. data/lib/faker/movies/star_wars.rb +1 -5
  70. data/lib/faker/movies/tron.rb +161 -0
  71. data/lib/faker/quotes/quote.rb +13 -0
  72. data/lib/faker/sports/chess.rb +90 -0
  73. data/lib/faker/sports/mountaineering.rb +22 -0
  74. data/lib/faker/sports/sport.rb +116 -0
  75. data/lib/faker/travel/airport.rb +43 -0
  76. data/lib/faker/travel/train_station.rb +54 -0
  77. data/lib/faker/tv_shows/archer.rb +51 -0
  78. data/lib/faker/tv_shows/south_park.rb +15 -0
  79. data/lib/faker/tv_shows/spongebob.rb +50 -0
  80. data/lib/faker/version.rb +1 -1
  81. data/lib/faker.rb +26 -67
  82. data/lib/helpers/base58.rb +1 -1
  83. data/lib/helpers/positional_generator.rb +480 -0
  84. data/lib/helpers/unique_generator.rb +13 -11
  85. data/lib/locales/README.md +18 -2
  86. data/lib/locales/ar.yml +1 -0
  87. data/lib/locales/bg.yml +1 -1
  88. data/lib/locales/da-DK.yml +1 -1
  89. data/lib/locales/de-AT.yml +1 -2
  90. data/lib/locales/de-CH.yml +4336 -12
  91. data/lib/locales/de.yml +1 -1
  92. data/lib/locales/en/airport.yml +381 -0
  93. data/lib/locales/en/archer.yml +75 -0
  94. data/lib/locales/en/australia.yml +3 -4
  95. data/lib/locales/en/avatar.yml +31 -0
  96. data/lib/locales/en/chess.yml +103 -0
  97. data/lib/locales/en/company.yml +1 -0
  98. data/lib/locales/en/computer.yml +23 -4
  99. data/lib/locales/en/cowboy_bebop.yml +163 -0
  100. data/lib/locales/en/dnd.yml +186 -1
  101. data/lib/locales/en/dota.yml +113 -0
  102. data/lib/locales/en/file.yml +9 -1
  103. data/lib/locales/en/final_fantasy_xiv.yml +754 -0
  104. data/lib/locales/en/finance.yml +3 -1
  105. data/lib/locales/en/food.yml +12 -0
  106. data/lib/locales/en/game.yml +0 -1
  107. data/lib/locales/en/hackers.yml +53 -0
  108. data/lib/locales/en/heroes.yml +2 -2
  109. data/lib/locales/en/internet.yml +32 -0
  110. data/lib/locales/en/minecraft.yml +4 -4
  111. data/lib/locales/en/mitch_hedberg.yml +46 -0
  112. data/lib/locales/en/mountaineering.yml +14 -0
  113. data/lib/locales/en/movie.yml +2 -1
  114. data/lib/locales/en/naruto.yml +2 -3
  115. data/lib/locales/en/one_piece.yml +1 -1
  116. data/lib/locales/en/opera.yml +2 -2
  117. data/lib/locales/en/overwatch.yml +5 -7
  118. data/lib/locales/en/source.yml +5 -0
  119. data/lib/locales/en/south_park.yml +360 -2
  120. data/lib/locales/en/spongebob.yml +489 -0
  121. data/lib/locales/en/sport.yml +130 -0
  122. data/lib/locales/en/star_wars.yml +1 -1
  123. data/lib/locales/en/tarkov.yml +593 -0
  124. data/lib/locales/en/train_station.yml +280 -0
  125. data/lib/locales/en/tron.yml +227 -0
  126. data/lib/locales/en/vehicle.yml +2809 -75
  127. data/lib/locales/en-AU.yml +2 -2
  128. data/lib/locales/en-CA.yml +2 -1
  129. data/lib/locales/en-GB.yml +2 -1
  130. data/lib/locales/en-MS.yml +1 -0
  131. data/lib/locales/en-NG.yml +1 -0
  132. data/lib/locales/en-NZ.yml +1 -0
  133. data/lib/locales/en-PAK.yml +1 -0
  134. data/lib/locales/en-SG.yml +1 -0
  135. data/lib/locales/en-UG.yml +1 -0
  136. data/lib/locales/en-US.yml +1 -1
  137. data/lib/locales/en-ZA.yml +1 -1
  138. data/lib/locales/en-au-ocker.yml +2 -0
  139. data/lib/locales/es-AR.yml +3 -2
  140. data/lib/locales/es-MX.yml +1 -1
  141. data/lib/locales/es.yml +2 -2
  142. data/lib/locales/fi-FI.yml +3 -1
  143. data/lib/locales/fr/address.yml +0 -1
  144. data/lib/locales/fr/adjective.yml +266 -0
  145. data/lib/locales/fr/ancient.yml +141 -0
  146. data/lib/locales/fr/name.yml +2 -1
  147. data/lib/locales/fr-CA.yml +1 -1
  148. data/lib/locales/fr-CH.yml +1 -1
  149. data/lib/locales/hy.yml +2 -1
  150. data/lib/locales/it.yml +1 -0
  151. data/lib/locales/ja/adjective.yml +148 -0
  152. data/lib/locales/ja/dog.yml +1 -0
  153. data/lib/locales/ja/emotion.yml +51 -0
  154. data/lib/locales/ja/naruto.yml +230 -0
  155. data/lib/locales/ja/relationship.yml +10 -0
  156. data/lib/locales/ja/sport.yml +130 -0
  157. data/lib/locales/ja/super_mario.yml +1 -1
  158. data/lib/locales/ko.yml +1 -0
  159. data/lib/locales/lt.yml +0 -1
  160. data/lib/locales/mi-NZ.yml +2 -0
  161. data/lib/locales/nb-NO.yml +1 -0
  162. data/lib/locales/nl.yml +1 -0
  163. data/lib/locales/pl.yml +2 -2
  164. data/lib/locales/pt-BR.yml +1 -0
  165. data/lib/locales/pt.yml +1 -1
  166. data/lib/locales/ru.yml +1 -0
  167. data/lib/locales/sk.yml +1 -0
  168. data/lib/locales/sv.yml +1 -0
  169. data/lib/locales/th.yml +76 -76
  170. data/lib/locales/tr.yml +1 -0
  171. data/lib/locales/uk.yml +3 -0
  172. data/lib/locales/vi.yml +1 -0
  173. data/lib/locales/zh-CN.yml +1 -0
  174. data/lib/locales/zh-TW.yml +1 -0
  175. metadata +46 -127
  176. data/lib/faker/default/fillmurray.rb +0 -45
  177. data/lib/faker/default/lorem_pixel.rb +0 -70
  178. /data/lib/faker/default/{faker_adjective.rb → adjective.rb} +0 -0
@@ -0,0 +1,280 @@
1
+ en:
2
+ faker:
3
+ train_station:
4
+ united_kingdom:
5
+ metro:
6
+ - Aldgate
7
+ - Aldgate East
8
+ - Angel
9
+ - Baker Street
10
+ - Bank
11
+ - Barbican
12
+ - Battersea Power Station
13
+ - Bayswater
14
+ - Blackfriars
15
+ - Bond Street
16
+ - Borough
17
+ - Bridge Street
18
+ - Brockley
19
+ - Buchanan Street
20
+ - Byker
21
+ - Cannon Street
22
+ - Central Station
23
+ - Cessnock
24
+ - Chancery Lane
25
+ - Charing Cross
26
+ - Chillingham Road
27
+ - City Thameslink
28
+ - Covent Garden
29
+ - Cowcaddens
30
+ - Earl's Court
31
+ - Edgware Road
32
+ - Elephant & Castle
33
+ - Embankment
34
+ - Euston
35
+ - Euston Square
36
+ - Farringdon
37
+ - Fenchurch Street
38
+ - Gateshead
39
+ - Gateshead Stadium
40
+ - Gloucester Road
41
+ - Goodge Street
42
+ - Govan
43
+ - Great Portland Street
44
+ - Green Park
45
+ - Haymarket
46
+ - High Street Kensington
47
+ - Hillhead
48
+ - Holborn
49
+ - Hoxton
50
+ - Hyde Park Corner
51
+ - Ibrox
52
+ - Ilford Road
53
+ - Jesmond
54
+ - Kelvinbridge
55
+ - Kelvinhall
56
+ - Kennington
57
+ - King's Cross St Pancras
58
+ - Kinning Park
59
+ - Knightsbridge
60
+ - Lambeth North
61
+ - Lancaster Gate
62
+ - Leicester Square
63
+ - Liverpool Street
64
+ - London Bridge
65
+ - Manors
66
+ - Mansion House
67
+ - Marble Arch
68
+ - Marylebone
69
+ - Monument
70
+ - Moorgate
71
+ - Nine Elms
72
+ - Notting Hill Gate
73
+ - Old Street
74
+ - Oxford Circus
75
+ - Paddington
76
+ - Patrick
77
+ - Piccadilly Circus
78
+ - Pimlico
79
+ - Queensway
80
+ - Regent's Park
81
+ - River Tyne
82
+ - Russell Square
83
+ - Shields Road
84
+ - Shoreditch High Street
85
+ - Sloane Square
86
+ - South Kensington
87
+ - Southwark
88
+ - St Enoch
89
+ - St George's Cross
90
+ - St James
91
+ - St James's Park
92
+ - St Paul's
93
+ - Temple
94
+ - Tottenham Court Road
95
+ - Tower Gateway
96
+ - Tower Hill
97
+ - Vauxhall
98
+ - Victoria
99
+ - Walkergate
100
+ - Warren Street
101
+ - Waterloo
102
+ - Waterloo East
103
+ - West Jesmond
104
+ - West Street
105
+ - Westminster
106
+ railway:
107
+ - Birmingham New Street railway station
108
+ - Blackfriars station
109
+ - Bristol Temple Meads railway station
110
+ - Cannon Street station
111
+ - Cardiff Central railway station
112
+ - Charing Cross railway station
113
+ - Coventry railway station
114
+ - Euston railway station
115
+ - Fenchurch Street railway station
116
+ - Leeds railway station
117
+ - Liverpool Lime Street railway station
118
+ - Liverpool Street station
119
+ - London Bridge station
120
+ - London King's Cross railway station
121
+ - London Paddington station
122
+ - London Victoria station
123
+ - London Waterloo station
124
+ - Manchester Piccadilly station
125
+ - Marylebone station
126
+ - Newcastle railway station
127
+ - St Pancras railway station
128
+ - York railway station
129
+ spain:
130
+ metro:
131
+ - Alto del Arenal
132
+ - Antón Martín
133
+ - Arco de Triunfo
134
+ - Atocha
135
+ - Bellvitge Rambla Marina
136
+ - Bilbao
137
+ - Buenos Aires
138
+ - El Clot
139
+ - Estación del Arte
140
+ - Glòries
141
+ - Gran Vía
142
+ - Hospital de Bellvitge
143
+ - Hostafrancs
144
+ - Iglesia
145
+ - La Sagrera
146
+ - Marina
147
+ - Menéndez Pelayo
148
+ - Miguel Hernández
149
+ - Monumental
150
+ - Nueva Numancia
151
+ - Pacífico
152
+ - Plaça de Sants
153
+ - Plaza de Cataluña
154
+ - Plaza España
155
+ - Poble Sec
156
+ - Portazgo
157
+ - Puente de Vallecas
158
+ - Puerta del Sol
159
+ - Ríos Rosas
160
+ - Rocafort
161
+ - Sagrada Família
162
+ - Sant Andreu
163
+ - Santa Coloma
164
+ - Santa Eulàlia
165
+ - Sol
166
+ - Tirso de Molina
167
+ - Torrassa
168
+ - Tribunal
169
+ - Universitat
170
+ - Urgell
171
+ - Urquinaona
172
+ railway:
173
+ - Madrid Atocha
174
+ - Barcelona Sants
175
+ - Seville-Santa Justa
176
+ - Zaragoza–Delicias
177
+ - Madrid Chamartín
178
+ - Valencia-Joaquín Sorolla
179
+ - Málaga-María Zambrano
180
+ - Granada
181
+ - Alicante Terminal
182
+ - Valladolid-Campo Grande
183
+ - A Coruña-San Cristóbal
184
+ - Santiago de Compostela railway station
185
+ - Ourense
186
+ - Córdoba
187
+ germany:
188
+ metro:
189
+ - Alexanderplatz
190
+ - Aufseßplatz
191
+ - Bismarckstraße
192
+ - Bülowstraße
193
+ - Central Station
194
+ - Gleisdreieck
195
+ - Görlitzer Bahnhof
196
+ - Hallesches Tor
197
+ - Hauptbahnhof
198
+ - Hausvogteiplatz
199
+ - Kaiserdamm
200
+ - Klosterstraße
201
+ - Kolumbusplatz
202
+ - Kottbusser Tor
203
+ - Kurfürstenstraße
204
+ - Märkisches Museum
205
+ - Mendelssohn-Bartholdy-Park
206
+ - Möckernbrücke
207
+ - Mohrenstraße
208
+ - Nollendorfplatz
209
+ - Potsdamer Platz
210
+ - Prinzenstraße
211
+ - Rathenauplatz
212
+ - Rosa-Luxemburg-Platz
213
+ - Rotkreuzplatz
214
+ - Scheidplatz
215
+ - Sendlinger Tor
216
+ - Senefelderplatz
217
+ - Spittelmarkt
218
+ - St. Johannis
219
+ - Stadtmitte
220
+ - Steinbühl
221
+ - Tiergarten
222
+ - Wittenbergplatz
223
+ railway:
224
+ - Berlin-Gesundbrunnen station
225
+ - Berlin Hauptbahnhof
226
+ - Berlin Ostbahnhof
227
+ - Berlin Südkreuz
228
+ - Dortmund Hauptbahnhof
229
+ - Dresden Hauptbahnhof
230
+ - Duisburg Hauptbahnhof
231
+ - Düsseldorf Hauptbahnhof
232
+ - Essen Hauptbahnhof
233
+ - Frankfurt Hauptbahnhof
234
+ - Hamburg-Altona station
235
+ - Hamburg Hauptbahnhof
236
+ - Hannover Hauptbahnhof
237
+ - Karlsruhe Hauptbahnhof
238
+ - Köln Hauptbahnhof
239
+ - Köln Messe/Deutz station
240
+ - Leipzig Hauptbahnhof
241
+ - München Hauptbahnhof
242
+ - München Ost
243
+ - Nürnberg Hauptbahnhof
244
+ - Stuttgart Hauptbahnhof
245
+ united_states:
246
+ metro:
247
+ - Back Bay
248
+ - Belmont
249
+ - Braintree
250
+ - Downtown Crossing
251
+ - Forest Hills
252
+ - Haymarket
253
+ - Jefferson Park
254
+ - Kimball
255
+ - Malden Center
256
+ - North Hollywood
257
+ - North Station
258
+ - Park Street
259
+ - Quincy Center
260
+ - Redondo Beach
261
+ - Rosemont
262
+ - Ruggles
263
+ - South Station
264
+ - The Loop
265
+ - Union Station
266
+ - Wonderland
267
+ railway:
268
+ - 30th Street Station
269
+ - Chicago Union Station
270
+ - Grand Central Terminal
271
+ - Hoboken Terminal
272
+ - Jamaica Station
273
+ - Los Angeles Union Station
274
+ - Millennium Station
275
+ - New York Penn Station
276
+ - Newark Penn Station
277
+ - Ogilvie Transportation Center
278
+ - Secaucus Junction
279
+ - South Station
280
+ - Washington Union Station
@@ -0,0 +1,227 @@
1
+ en:
2
+ faker:
3
+ tron:
4
+ characters:
5
+ other:
6
+ - bit
7
+ programs:
8
+ - Clu
9
+ - Crom
10
+ - Dumont
11
+ - Master Control Program
12
+ - MCP
13
+ - Ram
14
+ - Sark
15
+ - Tron
16
+ - Yori
17
+ users:
18
+ - Alan Bradley
19
+ - Dr. Lora Baines
20
+ - Dr. Walter Gibbs
21
+ - Ed Dillinger
22
+ - Kevin Flynn
23
+ - Roy Kleinberg
24
+ games:
25
+ - Arc Wars
26
+ - Astro-Gunner
27
+ - Code Wars
28
+ - Donkey Kong
29
+ - Intruder
30
+ - Kraz-Bot
31
+ - Light Cycles
32
+ - Matrix Blaster
33
+ - Pac-Man
34
+ - Space Invaders
35
+ - Space Paranoids
36
+ - The END
37
+ - TRON
38
+ - Vice Squad
39
+ locations:
40
+ - Deleted Program Storage and Processing
41
+ - Dillinger's Office
42
+ - Disc Arena
43
+ - ENCOM
44
+ - ENCOM Lab
45
+ - Flynn's Arcade
46
+ - Game Grid
47
+ - I/O Tower
48
+ - Light Cycle Staging Pit
49
+ - Pit Cell
50
+ - Real World
51
+ - Ring Game
52
+ quotes:
53
+ alan_bradley:
54
+ - I still don't understand why you want to break into the system.
55
+ - Some programs will be thinking soon.
56
+ - The best programmer ENCOM ever had, and he ends up playing Space Cowboy in some back room.
57
+ - Try to look official. Here comes the boss.
58
+ bit:
59
+ - No!
60
+ - No.
61
+ - Yes.
62
+ - Yesyesyesyesyes!
63
+ clu:
64
+ - Forget it, mister high-and-mighty Master Control! You aren't making me talk.
65
+ - I understand, sir.
66
+ - Let me at 'em!
67
+ - Yes, sir?
68
+ - Yes, sir.
69
+ - Yes, sir. I know, sir.
70
+ crom:
71
+ - I don't even know what I'm doing here.
72
+ - It's murder out there. You can't even travel around your own microcircuits without permission from Master Control Program. I mean, sending me down here to play games! Who does he calculate that he is?
73
+ - If I don't have a User, then who wrote me?
74
+ dr_lora_baines:
75
+ - Have you been sneaking into the ENCOM system?
76
+ - Well, here goes nothing.
77
+ - Yep, but you gotta purchase your program 30 days in advance.
78
+ - You know, Flynn has been thinking about breaking into the system ever since Dillinger canned him. And he had Group 7 access.
79
+ dr_walter_gibbs:
80
+ - Ha, ha. You've got to expect some static. After all, computers are just machines, they can't think.
81
+ - Oh, I know all that. Sometimes I wish I were back in my garage...
82
+ - That was uncalled for! You know, you can remove men like Alan and me from the system, but we helped create it! And our spirit remains in every program we design for this computer!
83
+ - User requests are what computers are for!
84
+ - Won't that be grand? All the computers and the programs will start thinking and the people will stop.
85
+ - Yes. Interesting! Interesting! Did you hear what you just said? "Here goes nothing." Actually, what we plan to do is to turn something into nothing, and then back again. They might just as well have said "Here goes something; here comes nothing!"
86
+ dumont:
87
+ - All that is visible must grow beyond itself, and extend into the realm of the invisible. You may pass, my friend.
88
+ - If the Users can no longer help us, we're lost.
89
+ - What do you want? I'm busy!
90
+ - Yes, I'm old... old enough to remember the MCP when it was just a chess program. He started small and he'll end small!
91
+ ed_dillinger:
92
+ - But he might find it.
93
+ - Doing our business is what computers are for!
94
+ - ENCOM isn't the business you started in your garage anymore. We're billing accounts in thirty different countries; new defense systems; we have one of the most sophisticated pieces of equipment in existence.
95
+ - I think we should shut down all access until we find that Flynn, just to be safe.
96
+ - It's my fault. I programmed you to want too much.
97
+ - No problem, Master C. If you've seen one Consumer Electronics Show, you've seen them all.
98
+ - Now, wait a minute, I wrote you!
99
+ - The Pentagon? What do you want with the Pentagon?
100
+ kevin_flynn:
101
+ - Another mouth to feed...
102
+ - Did we make it? Hooray for our side.
103
+ - Greetings, Programs!
104
+ - Hah, you wish. Ah, you guys know what it's like, you just keep doing what it looks like you're supposed to be doing, no matter how crazy it seems.
105
+ - Hey, hey, hey, it's the big Master Control Program everybody's been talking about.
106
+ - Hey! Hold it right there!
107
+ - I hate to disappoint you, pal, but most of the time, that's the way it is for us Users, too.
108
+ - I shouldn't have written all those tank programs...
109
+ - I taught you everything I know about the system.
110
+ - I'm your program?
111
+ - Is that all you can say?
112
+ - It's time I leveled with you; I'm what you guys call a User.
113
+ - No buts, Clu. That's for Users. Now, you're the best Program that's ever been written. You're dogged and relentless, remember?
114
+ - Now, how are you gonna run the universe if you can't even answer a few unsolvable problems? Huh? Come on, big fella, let's see what you got.
115
+ - Oh, man! On the other side of the screen, it all looks so easy.
116
+ - Paranoids, Matrix Blaster, Vice Squad, a whole slew of them. I was this close to starting my own little enterprise, man. But enter another software engineer. Not so young, not so bright, but very, very sneaky - Ed Dillinger. So one night, our boy Flynn, he goes to his terminal, tries to read up his file. I get nothing on there, it's a big blank. Okay, now we take you three months later. Dillinger presents Encom with five video games, that he's invented. The slime didn't even change the names, man, and he gets a big fat promotion! And thus begins his meteoric rise to, what is he now? Executive V.P.?
117
+ - Positive and negative, huh? You're a Bit, aren't you?
118
+ - Well, where's your program? Isn't he going to miss you?
119
+ mcp:
120
+ - Sit right there; make yourself comfortable. Remember the time you used to spend playing chess together? That isn't going to do you any good, Flynn. I'm afraid you... Stop! Please! You realize I can't allow this!
121
+ - Sark! All of my functions are now yours. Take them!
122
+ - I want him in the games until he dies playing.
123
+ - I'm warning you. You're entering a big error, Flynn. I'm going to have to put you on the Game Grid.
124
+ - All Programs have a desire to be useful. But in moments, you will no longer seek communication with each other, or your superfluous Users. You will each be a part of me. And together, we will be complete.
125
+ - Commander, you've enjoyed all the power you've been given, haven't you? I wonder how you'll take to working in a pocket calculator.
126
+ - End of Line.
127
+ - He's not any kind of Program, Sark. He's a User.
128
+ - Hello, Mr. Dillinger. Thank you for coming back early.
129
+ - I can't afford to have an independent programmer monitoring me.
130
+ - Do you realize how many outside systems I've gotten into? How many programs I've appropriated?
131
+ - I have. I put in my memory which he hasn't located.
132
+ - I was planning to hit the Pentagon next week.
133
+ - I'd like to go against you and see what you're made of.
134
+ - I've gotten 2,415 times smarter since then.
135
+ - It shouldn't be any harder than any other big company. But now this is what I get for using humans.
136
+ - Mr. Dillinger, I am so very disappointed in you!
137
+ - No one User wrote me. I'm worth millions of their man-years.
138
+ - That's right. He pushed me in the real world. Someone pushes me, I push back, so I brought him down here. What's the matter, Sark? You look nervous.
139
+ - I'm bored with corporations. With the information I can access, I can run things 900 to 1200 times better than any human.
140
+ - Then pull yourself together! Get this clown trained! I want him in the games until he dies playing. Acknowledge.
141
+ - There's a 68.71 percent chance you're right.
142
+ - We've captured some military programs. I could arrange more lethal matches. Interested?
143
+ - With incompetence here, and now you've got two renegade programs flying all over the system in a stolen simulation.
144
+ - You shouldn't have come back, Flynn.
145
+ - You wouldn't want me to dig up Flynn's file and read it up on a VDT at The Times, would you?
146
+ - You'd rather take your chances with me? Want me to slow down your power cycles for you?
147
+ - You're in trouble, Program. Make it easy on yourself. Who's your User?
148
+ - You've almost reached your decision gate, and I cannot spare you any more time. End of Line.
149
+ program:
150
+ - That's Tron. He fights for the Users.
151
+ ram:
152
+ - Do you believe in the Users?
153
+ - I'd say "Welcome Friend". But not here. Not like this.
154
+ sark:
155
+ - Acknowledged, Master Control...
156
+ - Busy dying, you worn out excuse for an old program?
157
+ - Finish the game!
158
+ - Greetings. The Master Control Program has chosen you to serve your system on the Game Grid.
159
+ - Those of you who continue to profess a belief in the Users will receive the standard substandard training, which will result in your eventual elimination.
160
+ - Those of you who renounce this superstitious and hysterical belief will be eligible to join the Warrior Elite of the MCP.
161
+ - You will each receive an identity disc. Everything you do or learn will be imprinted on this disc. If you lose your disc or fail to follow commands, you will be subject to immediate de-resolution.
162
+ - Kill him!
163
+ - Thank you, Master Control.
164
+ - There's nothing special about you. You're just an ordinary program.
165
+ - Well, I... it's just... a User, I mean... Users wrote us. A User even wrote you!
166
+ tron:
167
+ - My User has information that could... that could make this a free system again! No, really! You'd have programs lined up just to use this place, and no MCP looking over your shoulder.
168
+ - We made it. This far.
169
+ - I'm also better than you!
170
+ - If you are a User, then everything you've done so far has been according to a plan, right?
171
+ - It's too bad he's in a match now. I'll probably never meet him.
172
+ - That's the way it is for Programs, yes.
173
+ yori:
174
+ - I knew you'd escape - they haven't built a circuit that could hold you!
175
+ - That is a User, Dumont. He came here to help us. Tron believed in him.
176
+ - Tron is Dead.
177
+ taglines:
178
+ - In the future video games battles will be a matter of life and death.
179
+ - The Electronic Gladiator
180
+ - Trapped in a fight to the finish inside the video world he created.
181
+ - A world inside the computer where man has never been before. Never before now.
182
+ - Trapped inside an electronic arena, where love, and escape, do not compute!
183
+ vehicles:
184
+ - Battle Tank
185
+ - Light Cycle
186
+ - Recognizer
187
+ - Sark's Carrier
188
+ - Solar Sailer
189
+ alternate_character_spellings:
190
+ alan_bradley:
191
+ - alan
192
+ - alan bradley
193
+ - bradley
194
+ clu:
195
+ - clu
196
+ - clue
197
+ dr_lora_baines:
198
+ - baines
199
+ - dr laura baines
200
+ - dr lora baines
201
+ - laura
202
+ - laura baines
203
+ - lora
204
+ - lora baines
205
+ dr_walter_gibbs:
206
+ - dr walter gibbs
207
+ - gibbs
208
+ - walter gibbs
209
+ ed_dillinger:
210
+ - dillinger
211
+ - ed
212
+ - ed dillinger
213
+ kevin_flynn:
214
+ - flynn
215
+ - kevin
216
+ - kevin flynn
217
+ mcp:
218
+ - master c
219
+ - master control
220
+ - master control program
221
+ - mcp
222
+ roy_kleinberg:
223
+ - kleinberg
224
+ - klienberg
225
+ - roy
226
+ - roy kleinberg
227
+ - roy klienberg