faker 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (383) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +1192 -0
  3. data/History.md +176 -0
  4. data/License.txt +20 -0
  5. data/README.md +364 -0
  6. data/bin/faker +5 -0
  7. data/lib/faker.rb +253 -0
  8. data/lib/faker/blockchain/bitcoin.rb +34 -0
  9. data/lib/faker/blockchain/ethereum.rb +16 -0
  10. data/lib/faker/blockchain/tezos.rb +51 -0
  11. data/lib/faker/books/book.rb +25 -0
  12. data/lib/faker/books/culture_series.rb +34 -0
  13. data/lib/faker/books/dune.rb +58 -0
  14. data/lib/faker/books/lovecraft.rb +73 -0
  15. data/lib/faker/creature/animal.rb +13 -0
  16. data/lib/faker/creature/cat.rb +23 -0
  17. data/lib/faker/creature/dog.rb +43 -0
  18. data/lib/faker/creature/horse.rb +19 -0
  19. data/lib/faker/default/address.rb +103 -0
  20. data/lib/faker/default/alphanumeric.rb +24 -0
  21. data/lib/faker/default/ancient.rb +23 -0
  22. data/lib/faker/default/app.rb +23 -0
  23. data/lib/faker/default/appliance.rb +15 -0
  24. data/lib/faker/default/artist.rb +11 -0
  25. data/lib/faker/default/avatar.rb +18 -0
  26. data/lib/faker/default/bank.rb +100 -0
  27. data/lib/faker/default/beer.rb +41 -0
  28. data/lib/faker/default/boolean.rb +11 -0
  29. data/lib/faker/default/bossa_nova.rb +15 -0
  30. data/lib/faker/default/business.rb +23 -0
  31. data/lib/faker/default/cannabis.rb +45 -0
  32. data/lib/faker/default/chile_rut.rb +44 -0
  33. data/lib/faker/default/chuck_norris.rb +14 -0
  34. data/lib/faker/default/code.rb +188 -0
  35. data/lib/faker/default/coffee.rb +37 -0
  36. data/lib/faker/default/coin.rb +15 -0
  37. data/lib/faker/default/color.rb +32 -0
  38. data/lib/faker/default/commerce.rb +66 -0
  39. data/lib/faker/default/company.rb +256 -0
  40. data/lib/faker/default/compass.rb +67 -0
  41. data/lib/faker/default/construction.rb +29 -0
  42. data/lib/faker/default/cosmere.rb +48 -0
  43. data/lib/faker/default/crypto.rb +21 -0
  44. data/lib/faker/default/crypto_coin.rb +37 -0
  45. data/lib/faker/default/currency.rb +19 -0
  46. data/lib/faker/default/date.rb +69 -0
  47. data/lib/faker/default/dc_comics.rb +25 -0
  48. data/lib/faker/default/demographic.rb +37 -0
  49. data/lib/faker/default/dessert.rb +21 -0
  50. data/lib/faker/default/device.rb +31 -0
  51. data/lib/faker/default/driving_licence.rb +59 -0
  52. data/lib/faker/default/educator.rb +35 -0
  53. data/lib/faker/default/electrical_components.rb +21 -0
  54. data/lib/faker/default/esport.rb +27 -0
  55. data/lib/faker/default/file.rb +32 -0
  56. data/lib/faker/default/fillmurray.rb +15 -0
  57. data/lib/faker/default/finance.rb +40 -0
  58. data/lib/faker/default/food.rb +49 -0
  59. data/lib/faker/default/funny_name.rb +45 -0
  60. data/lib/faker/default/gender.rb +15 -0
  61. data/lib/faker/default/greek_philosophers.rb +15 -0
  62. data/lib/faker/default/hacker.rb +45 -0
  63. data/lib/faker/default/hipster.rb +58 -0
  64. data/lib/faker/default/house.rb +15 -0
  65. data/lib/faker/default/id_number.rb +119 -0
  66. data/lib/faker/default/industry_segments.rb +25 -0
  67. data/lib/faker/default/internet.rb +207 -0
  68. data/lib/faker/default/invoice.rb +96 -0
  69. data/lib/faker/default/job.rb +25 -0
  70. data/lib/faker/default/json.rb +70 -0
  71. data/lib/faker/default/kpop.rb +31 -0
  72. data/lib/faker/default/lorem.rb +80 -0
  73. data/lib/faker/default/lorem_flickr.rb +45 -0
  74. data/lib/faker/default/lorem_pixel.rb +38 -0
  75. data/lib/faker/default/markdown.rb +79 -0
  76. data/lib/faker/default/marketing.rb +13 -0
  77. data/lib/faker/default/measurement.rb +84 -0
  78. data/lib/faker/default/military.rb +27 -0
  79. data/lib/faker/default/name.rb +54 -0
  80. data/lib/faker/default/nation.rb +33 -0
  81. data/lib/faker/default/nato_phonetic_alphabet.rb +11 -0
  82. data/lib/faker/default/nhs.rb +34 -0
  83. data/lib/faker/default/number.rb +105 -0
  84. data/lib/faker/default/omniauth.rb +330 -0
  85. data/lib/faker/default/phone_number.rb +50 -0
  86. data/lib/faker/default/placeholdit.rb +31 -0
  87. data/lib/faker/default/programming_language.rb +15 -0
  88. data/lib/faker/default/relationship.rb +42 -0
  89. data/lib/faker/default/restaurant.rb +11 -0
  90. data/lib/faker/default/science.rb +19 -0
  91. data/lib/faker/default/slack_emoji.rb +43 -0
  92. data/lib/faker/default/source.rb +20 -0
  93. data/lib/faker/default/south_africa.rb +51 -0
  94. data/lib/faker/default/space.rb +64 -0
  95. data/lib/faker/default/string.rb +45 -0
  96. data/lib/faker/default/stripe.rb +65 -0
  97. data/lib/faker/default/subscription.rb +25 -0
  98. data/lib/faker/default/superhero.rb +27 -0
  99. data/lib/faker/default/team.rb +29 -0
  100. data/lib/faker/default/time.rb +69 -0
  101. data/lib/faker/default/twitter.rb +174 -0
  102. data/lib/faker/default/types.rb +79 -0
  103. data/lib/faker/default/university.rb +30 -0
  104. data/lib/faker/default/vehicle.rb +149 -0
  105. data/lib/faker/default/verb.rb +27 -0
  106. data/lib/faker/default/world_cup.rb +27 -0
  107. data/lib/faker/games/dota.rb +29 -0
  108. data/lib/faker/games/elder_scrolls.rb +41 -0
  109. data/lib/faker/games/fallout.rb +25 -0
  110. data/lib/faker/games/game.rb +21 -0
  111. data/lib/faker/games/half_life.rb +21 -0
  112. data/lib/faker/games/heroes.rb +21 -0
  113. data/lib/faker/games/heroes_of_the_storm.rb +25 -0
  114. data/lib/faker/games/league_of_legends.rb +33 -0
  115. data/lib/faker/games/myst.rb +29 -0
  116. data/lib/faker/games/overwatch.rb +21 -0
  117. data/lib/faker/games/pokemon.rb +21 -0
  118. data/lib/faker/games/sonic_the_hedgehog.rb +21 -0
  119. data/lib/faker/games/super_smash_bros.rb +17 -0
  120. data/lib/faker/games/witcher.rb +33 -0
  121. data/lib/faker/games/world_of_warcraft.rb +17 -0
  122. data/lib/faker/games/zelda.rb +26 -0
  123. data/lib/faker/japanese_media/dragon_ball.rb +13 -0
  124. data/lib/faker/japanese_media/one_piece.rb +33 -0
  125. data/lib/faker/japanese_media/sword_art_online.rb +25 -0
  126. data/lib/faker/movies/back_to_the_future.rb +21 -0
  127. data/lib/faker/movies/ghostbusters.rb +21 -0
  128. data/lib/faker/movies/harry_potter.rb +33 -0
  129. data/lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb +37 -0
  130. data/lib/faker/movies/hobbit.rb +25 -0
  131. data/lib/faker/movies/lebowski.rb +21 -0
  132. data/lib/faker/movies/lord_of_the_rings.rb +21 -0
  133. data/lib/faker/movies/movie.rb +11 -0
  134. data/lib/faker/movies/princess_bride.rb +17 -0
  135. data/lib/faker/movies/star_wars.rb +105 -0
  136. data/lib/faker/movies/v_for_vendetta.rb +21 -0
  137. data/lib/faker/music/grateful_dead.rb +19 -0
  138. data/lib/faker/music/music.rb +47 -0
  139. data/lib/faker/music/opera.rb +26 -0
  140. data/lib/faker/music/phish.rb +13 -0
  141. data/lib/faker/music/rock_band.rb +13 -0
  142. data/lib/faker/music/umphreys_mcgee.rb +13 -0
  143. data/lib/faker/quotes/quote.rb +32 -0
  144. data/lib/faker/quotes/shakespeare.rb +41 -0
  145. data/lib/faker/sports/basketball.rb +25 -0
  146. data/lib/faker/sports/football.rb +29 -0
  147. data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +15 -0
  148. data/lib/faker/tv_shows/bojack_horseman.rb +23 -0
  149. data/lib/faker/tv_shows/breaking_bad.rb +19 -0
  150. data/lib/faker/tv_shows/buffy.rb +31 -0
  151. data/lib/faker/tv_shows/community.rb +19 -0
  152. data/lib/faker/tv_shows/dr_who.rb +39 -0
  153. data/lib/faker/tv_shows/dumb_and_dumber.rb +23 -0
  154. data/lib/faker/tv_shows/family_guy.rb +23 -0
  155. data/lib/faker/tv_shows/friends.rb +23 -0
  156. data/lib/faker/tv_shows/game_of_thrones.rb +31 -0
  157. data/lib/faker/tv_shows/hey_arnold.rb +23 -0
  158. data/lib/faker/tv_shows/how_i_met_your_mother.rb +27 -0
  159. data/lib/faker/tv_shows/michael_scott.rb +13 -0
  160. data/lib/faker/tv_shows/new_girl.rb +19 -0
  161. data/lib/faker/tv_shows/parks_and_rec.rb +19 -0
  162. data/lib/faker/tv_shows/rick_and_morty.rb +23 -0
  163. data/lib/faker/tv_shows/ru_paul.rb +19 -0
  164. data/lib/faker/tv_shows/seinfeld.rb +23 -0
  165. data/lib/faker/tv_shows/silicon_valley.rb +43 -0
  166. data/lib/faker/tv_shows/simpsons.rb +23 -0
  167. data/lib/faker/tv_shows/south_park.rb +19 -0
  168. data/lib/faker/tv_shows/star_trek.rb +27 -0
  169. data/lib/faker/tv_shows/stargate.rb +23 -0
  170. data/lib/faker/tv_shows/stranger_things.rb +19 -0
  171. data/lib/faker/tv_shows/the_expanse.rb +27 -0
  172. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +23 -0
  173. data/lib/faker/tv_shows/the_it_crowd.rb +27 -0
  174. data/lib/faker/tv_shows/the_thick_of_it.rb +23 -0
  175. data/lib/faker/tv_shows/twin_peaks.rb +23 -0
  176. data/lib/faker/tv_shows/venture_bros.rb +27 -0
  177. data/lib/faker/version.rb +5 -0
  178. data/lib/helpers/base58.rb +22 -0
  179. data/lib/helpers/char.rb +66 -0
  180. data/lib/helpers/unique_generator.rb +56 -0
  181. data/lib/locales/README.md +40 -0
  182. data/lib/locales/ar.yml +102 -0
  183. data/lib/locales/bg.yml +44 -0
  184. data/lib/locales/ca-CAT.yml +24 -0
  185. data/lib/locales/ca.yml +31 -0
  186. data/lib/locales/da-DK.yml +73 -0
  187. data/lib/locales/de-AT.yml +56 -0
  188. data/lib/locales/de-CH.yml +19 -0
  189. data/lib/locales/de.yml +174 -0
  190. data/lib/locales/ee.yml +61 -0
  191. data/lib/locales/en-AU.yml +28 -0
  192. data/lib/locales/en-BORK.yml +4 -0
  193. data/lib/locales/en-CA.yml +36 -0
  194. data/lib/locales/en-GB.yml +14 -0
  195. data/lib/locales/en-IND.yml +25 -0
  196. data/lib/locales/en-MS.yml +47 -0
  197. data/lib/locales/en-NEP.yml +49 -0
  198. data/lib/locales/en-NG.yml +77 -0
  199. data/lib/locales/en-NZ.yml +39 -0
  200. data/lib/locales/en-PAK.yml +18 -0
  201. data/lib/locales/en-SG.yml +35 -0
  202. data/lib/locales/en-UG.yml +128 -0
  203. data/lib/locales/en-US.yml +103 -0
  204. data/lib/locales/en-ZA.yml +148 -0
  205. data/lib/locales/en-au-ocker.yml +33 -0
  206. data/lib/locales/en.yml +60 -0
  207. data/lib/locales/en/README.md +13 -0
  208. data/lib/locales/en/address.yml +581 -0
  209. data/lib/locales/en/ancient.yml +7 -0
  210. data/lib/locales/en/animal.yml +6 -0
  211. data/lib/locales/en/app.yml +8 -0
  212. data/lib/locales/en/appliance.yml +5 -0
  213. data/lib/locales/en/aqua_teen_hunger_force.yml +4 -0
  214. data/lib/locales/en/artist.yml +4 -0
  215. data/lib/locales/en/back_to_the_future.yml +120 -0
  216. data/lib/locales/en/bank.yml +302 -0
  217. data/lib/locales/en/basketball.yml +99 -0
  218. data/lib/locales/en/beer.yml +9 -0
  219. data/lib/locales/en/bojack_horseman.yml +6 -0
  220. data/lib/locales/en/book.yml +7 -0
  221. data/lib/locales/en/bossa_nova.yml +6 -0
  222. data/lib/locales/en/breaking_bad.yml +28 -0
  223. data/lib/locales/en/buffy.yml +260 -0
  224. data/lib/locales/en/business.yml +5 -0
  225. data/lib/locales/en/cannabis.yml +13 -0
  226. data/lib/locales/en/cat.yml +7 -0
  227. data/lib/locales/en/chuck_norris.yml +82 -0
  228. data/lib/locales/en/code.yml +4 -0
  229. data/lib/locales/en/coffee.yml +31 -0
  230. data/lib/locales/en/coin.yml +6 -0
  231. data/lib/locales/en/color.yml +4 -0
  232. data/lib/locales/en/commerce.yml +11 -0
  233. data/lib/locales/en/community.yml +33 -0
  234. data/lib/locales/en/company.yml +22 -0
  235. data/lib/locales/en/compass.yml +34 -0
  236. data/lib/locales/en/construction.yml +425 -0
  237. data/lib/locales/en/cosmere.yml +57 -0
  238. data/lib/locales/en/crypto_coin.yml +25 -0
  239. data/lib/locales/en/culture_series.yml +307 -0
  240. data/lib/locales/en/currency.yml +6 -0
  241. data/lib/locales/en/dc_comics.yml +52 -0
  242. data/lib/locales/en/demographic.yml +8 -0
  243. data/lib/locales/en/dessert.yml +6 -0
  244. data/lib/locales/en/device.yml +7 -0
  245. data/lib/locales/en/dog.yml +11 -0
  246. data/lib/locales/en/dota.yml +105 -0
  247. data/lib/locales/en/dr_who.yml +96 -0
  248. data/lib/locales/en/dragon_ball.yml +4 -0
  249. data/lib/locales/en/dumb_and_dumber.yml +59 -0
  250. data/lib/locales/en/dune.yml +159 -0
  251. data/lib/locales/en/educator.yml +11 -0
  252. data/lib/locales/en/elder_scrolls.yml +11 -0
  253. data/lib/locales/en/electrical_components.yml +6 -0
  254. data/lib/locales/en/esport.yml +8 -0
  255. data/lib/locales/en/fallout.yml +137 -0
  256. data/lib/locales/en/family_guy.yml +7 -0
  257. data/lib/locales/en/file.yml +5 -0
  258. data/lib/locales/en/finance.yml +113 -0
  259. data/lib/locales/en/food.yml +13 -0
  260. data/lib/locales/en/football.yml +8 -0
  261. data/lib/locales/en/fresh_prince_of_bel_air.yml +73 -0
  262. data/lib/locales/en/friends.yml +6 -0
  263. data/lib/locales/en/funny_name.yml +4 -0
  264. data/lib/locales/en/game.yml +283 -0
  265. data/lib/locales/en/game_of_thrones.yml +8 -0
  266. data/lib/locales/en/gender.yml +5 -0
  267. data/lib/locales/en/ghostbusters.yml +91 -0
  268. data/lib/locales/en/grateful_dead.yml +48 -0
  269. data/lib/locales/en/greek_philosophers.yml +26 -0
  270. data/lib/locales/en/hacker.yml +8 -0
  271. data/lib/locales/en/half_life.yml +7 -0
  272. data/lib/locales/en/harry_potter.yml +9 -0
  273. data/lib/locales/en/heroes.yml +6 -0
  274. data/lib/locales/en/heroes_of_the_storm.yml +7 -0
  275. data/lib/locales/en/hey_arnold.yml +24 -0
  276. data/lib/locales/en/hipster.yml +4 -0
  277. data/lib/locales/en/hitchhikers_guide_to_the_galaxy.yml +45 -0
  278. data/lib/locales/en/hobbit.yml +19 -0
  279. data/lib/locales/en/horse.yml +6 -0
  280. data/lib/locales/en/house.yml +5 -0
  281. data/lib/locales/en/how_i_met_your_mother.yml +28 -0
  282. data/lib/locales/en/id_number.yml +5 -0
  283. data/lib/locales/en/industry_segments.yml +7 -0
  284. data/lib/locales/en/internet.yml +21 -0
  285. data/lib/locales/en/invoice.yml +6 -0
  286. data/lib/locales/en/job.yml +15 -0
  287. data/lib/locales/en/kpop.yml +83 -0
  288. data/lib/locales/en/league_of_legends.yml +10 -0
  289. data/lib/locales/en/lebowski.yml +43 -0
  290. data/lib/locales/en/lord_of_the_rings.yml +6 -0
  291. data/lib/locales/en/lorem.yml +11 -0
  292. data/lib/locales/en/lovecraft.yml +9 -0
  293. data/lib/locales/en/markdown.yml +5 -0
  294. data/lib/locales/en/marketing.yml +4 -0
  295. data/lib/locales/en/measurement.yml +11 -0
  296. data/lib/locales/en/michael_scott.yml +45 -0
  297. data/lib/locales/en/military.yml +8 -0
  298. data/lib/locales/en/movie.yml +5 -0
  299. data/lib/locales/en/music.yml +32 -0
  300. data/lib/locales/en/myst.yml +48 -0
  301. data/lib/locales/en/name.yml +25 -0
  302. data/lib/locales/en/nation.yml +11 -0
  303. data/lib/locales/en/nato_phonetic_alphabet.yml +4 -0
  304. data/lib/locales/en/new_girl.yml +40 -0
  305. data/lib/locales/en/one_piece.yml +9 -0
  306. data/lib/locales/en/opera.yml +172 -0
  307. data/lib/locales/en/overwatch.yml +41 -0
  308. data/lib/locales/en/parks_and_rec.yml +7 -0
  309. data/lib/locales/en/phish.yml +4 -0
  310. data/lib/locales/en/phone_number.yml +7 -0
  311. data/lib/locales/en/pokemon.yml +8 -0
  312. data/lib/locales/en/princess_bride.yml +5 -0
  313. data/lib/locales/en/programming_language.yml +6 -0
  314. data/lib/locales/en/quote.yml +166 -0
  315. data/lib/locales/en/relationship.yml +10 -0
  316. data/lib/locales/en/restaurant.yml +129 -0
  317. data/lib/locales/en/rick_and_morty.yml +6 -0
  318. data/lib/locales/en/rock_band.yml +4 -0
  319. data/lib/locales/en/rupaul.yml +125 -0
  320. data/lib/locales/en/science.yml +6 -0
  321. data/lib/locales/en/seinfeld.yml +6 -0
  322. data/lib/locales/en/shakespeare.yml +56 -0
  323. data/lib/locales/en/silicon_valley.yml +53 -0
  324. data/lib/locales/en/simpsons.yml +26 -0
  325. data/lib/locales/en/slack_emoji.yml +20 -0
  326. data/lib/locales/en/sonic_the_hedgehog.yml +410 -0
  327. data/lib/locales/en/source.yml +16 -0
  328. data/lib/locales/en/south_park.yml +5 -0
  329. data/lib/locales/en/space.yml +17 -0
  330. data/lib/locales/en/star_trek.yml +7 -0
  331. data/lib/locales/en/star_wars.yml +258 -0
  332. data/lib/locales/en/stargate.yml +21 -0
  333. data/lib/locales/en/stranger_thing.yml +36 -0
  334. data/lib/locales/en/stripe.yml +42 -0
  335. data/lib/locales/en/subscription.yml +8 -0
  336. data/lib/locales/en/super_smash_bros.yml +205 -0
  337. data/lib/locales/en/superhero.yml +12 -0
  338. data/lib/locales/en/sword_art_online.yml +334 -0
  339. data/lib/locales/en/team.yml +8 -0
  340. data/lib/locales/en/the_expanse.yml +7 -0
  341. data/lib/locales/en/the_it_crowd.yml +155 -0
  342. data/lib/locales/en/the_thick_of_it.yml +6 -0
  343. data/lib/locales/en/twin_peaks.yml +6 -0
  344. data/lib/locales/en/umphreys_mcgee.yml +4 -0
  345. data/lib/locales/en/university.yml +10 -0
  346. data/lib/locales/en/v_for_vendetta.yml +163 -0
  347. data/lib/locales/en/vehicle.yml +80 -0
  348. data/lib/locales/en/venture_bros.yml +7 -0
  349. data/lib/locales/en/verbs.yml +8 -0
  350. data/lib/locales/en/witcher.yml +11 -0
  351. data/lib/locales/en/world_cup.yml +271 -0
  352. data/lib/locales/en/world_of_warcraft.yml +8 -0
  353. data/lib/locales/en/yoda.yml +4 -0
  354. data/lib/locales/en/zelda.yml +8 -0
  355. data/lib/locales/es-MX.yml +102 -0
  356. data/lib/locales/es.yml +94 -0
  357. data/lib/locales/fa.yml +10 -0
  358. data/lib/locales/fi-FI.yml +35 -0
  359. data/lib/locales/fr-CA.yml +90 -0
  360. data/lib/locales/fr-CH.yml +78 -0
  361. data/lib/locales/fr.yml +114 -0
  362. data/lib/locales/he.yml +27 -0
  363. data/lib/locales/hy.yml +416 -0
  364. data/lib/locales/id.yml +23 -0
  365. data/lib/locales/it.yml +70 -0
  366. data/lib/locales/ja.yml +98 -0
  367. data/lib/locales/ko.yml +40 -0
  368. data/lib/locales/lv.yml +55 -0
  369. data/lib/locales/nb-NO.yml +62 -0
  370. data/lib/locales/nl.yml +92 -0
  371. data/lib/locales/no.yml +7 -0
  372. data/lib/locales/pl.yml +77 -0
  373. data/lib/locales/pt-BR.yml +697 -0
  374. data/lib/locales/pt.yml +66 -0
  375. data/lib/locales/ru.yml +76 -0
  376. data/lib/locales/sk.yml +78 -0
  377. data/lib/locales/sv.yml +81 -0
  378. data/lib/locales/tr.yml +40 -0
  379. data/lib/locales/uk.yml +86 -0
  380. data/lib/locales/vi.yml +68 -0
  381. data/lib/locales/zh-CN.yml +56 -0
  382. data/lib/locales/zh-TW.yml +29 -0
  383. metadata +543 -0
@@ -0,0 +1,11 @@
1
+ en:
2
+ faker:
3
+ educator:
4
+ name: ['Marblewald', 'Mallowtown', 'Brookville', 'Flowerlake', 'Falconholt', 'Ostbarrow', 'Lakeacre', 'Clearcourt', 'Ironston', 'Mallowpond', 'Iceborough', 'Icelyn', 'Brighthurst', 'Bluemeadow', 'Vertapple', 'Ironbarrow']
5
+ secondary: ['High School', 'Secondary College', 'High']
6
+ tertiary:
7
+ type: ['College', 'University', 'Technical College', 'TAFE']
8
+ degree:
9
+ subject: ['Arts', 'Business', 'Education', 'Applied Science (Psychology)', 'Architectural Technology', 'Biological Science', 'Biomedical Science', 'Commerce', 'Communications', 'Creative Arts', 'Criminology', 'Design', 'Engineering', 'Forensic Science', 'Health Science', 'Information Systems', 'Computer Science', 'Law', 'Nursing', 'Medicine', 'Psychology', 'Teaching']
10
+ type: ['Associate Degree in', 'Bachelor of', 'Master of']
11
+ course_number: ['1##', '2##', '3##', '4##', '5##']
@@ -0,0 +1,11 @@
1
+ en:
2
+ faker:
3
+ games:
4
+ elder_scrolls:
5
+ race: ["Altmer", "Argonian", "Bosmer", "Breton", "Dunmer", "Dwemer", "Imperial", "Khajiit", "Nord", "Orc", "Redguard","Riekling"]
6
+ creature: ["Bear", "Cave Bear", "Chaurus", "Death Hound", "Snow Bear", "Wolf", "Ice Wolf", "Pit Wolf", "Sabre Cat", "Skeever", "Mudcrab", "Horker", "Ice Wraith", "Werewolf", "Troll", "Frost Troll", "Werebear", "Blue Dartwing", "Orange Dartwing", "Torchbugs", "Slaughterfish", "Chaurus Hunter", "Dremora Lord", "Flame Atronach", "Frost Atronach", "Storm Atronach", "Daedric Prince", "Dremora", "Lurker", "Seeker", "Draugr", "Restless Draugr", "Draugr Overlord", "Draugr Wight", "Draugr Deathlord", "Draugr Scourge", "Draugr Death Overlord", "Draugr Thrall", "Spider Worker", "Spider Soldier", "Spider Guardian", "Dwarven Shpere", "Dwarven Centurion", "Falmer", "Falmer Archer", "Falmer Gloomlurker", "Falmer Shaman", "Falmer Spellsword", "Falmer Shadowmaster", "Falmer Nightprowler", "Falmer Warmonger", "Feral Falmer", "Frostbite Spider", "Giant", "Frost Giant", "Hagraven", "Corrupted Shade", "Skeleton", "Spriggan", "Spriggan Matron", "Spriggan Earth Mother", "Wisp", "Shade", "Wispmother"]
7
+ region: ["Black Marsh", "Cyrodiil", "Elsweyr", "Hammerfell", "High Rock", "Morrowind", "Skyrim", "Summerset Isles", "Valenwood"]
8
+ dragon: ["Dragon", "Blood Dragon", "Frost Dragon", "Elder Dragon", "Ancient Dragon", "Revered Dragon", "Legendary Dragon", "Serpentine Dragon", "Paarthunax","Odahviing", "Alduin","Mirmulnir","Sahloknir"]
9
+ city: ["Solitude", "Winterhold", "Markarth", "Daggerfall", "Silvenar", "Tignus", "Lainlyn", "Dwyynen", "Glenpoint", "Whiterun", "Falkreath","Ykalon","Kozanset", "Kambria","Menevia", "Betony", "Northmoor", "Tulune", "Alcaire", "Verkarth", "Davon's Watch", "Abah's Landing", "Clockwork City", "Wayrest", "Stormhold", "Sentinel", "Dawnstar", "Morthal","Riften","Windhelm","Dragon Bridge","Helgen", "Ivarstead", "Karthwasten", "Riverwood", "Rorikstead", "Shor's Stone"]
10
+ first_name: ["Balgruuf", "Ralof", "Hadvar", "Irileth", "Gormlaith", "Farengar", "Felldir", "Hakon", "Iddra", "Malborn", "Tsun","Ysgramor", "Tsun", "Gerdur", "Dirge", "Orgnar", "Septimus", "Urag", "Brynjolf", "Faralda", "Vignar", "Elenwen", "Rulindil", "Gissur", "Drahff", "Hewnon", "Gian", "Sulla", "Umana", "J'darr", "Astrid", "Nazir", "Maliq", "Babette", "Gabriella", "Festus", "Arnbjorn", "Veezara", "Kodlak", "Aela", "Farkas", "Vilkas", "Skjor", "Athis", "Njada", "Ria", "Torvar", "Brill", "Eorlund", "Tilma", "Hestla", "Askar","Mercer", "Delvin", "Vex", "Tonilia", "Sapphire", "Cynric", "Niruin", "Rune", "Thrynn", "Vipir", "Garthar", "Ravyn", "Etienne", "Molgrom", "Karliah", "Syndus", "Vanryth", "Gulum-Ei", "Enthir", "Niranye", "Endon", "Mallus", "Athel", "Glover", "Erikur", "Ri'saad", "Atahbah", "Ma'randru-jo", "Khayla", "Ahkari", "Zaynabi", "Dro'marash", "Kharjo", "Ma'dran", "Ma'jhad", "Ra'zhinda", "Mjoll", "Brand-shei", "Inigo"]
11
+ last_name: ["The Old", "The Greater", "The Lesser", "One-Eye", "Golden-Hilt", "Secret-Fire", "Septim", "Signus", "gro-Shub","Gray-Mane", "Black-Skeever", "The Fist", "Krex", "Whitemane", "Hunter", "Stonearm","The Haggard", "The Unbroken", "The Man", "Ember-Master", "Battle-Born", "Black-Briar", "Lothaire", "Frey", "Mallory", "Endell", "The Fleet", "Imyan", "Rarnis", "Twice-Killed", "Gatharian", "Maccius", "Newberry", "Cruel-Sea", "The Lion"]
@@ -0,0 +1,6 @@
1
+ en:
2
+ faker:
3
+ electrical_components:
4
+ active: ["Diode", "LED", "Rectifier", "Transistor", "JFET", "MOSFET", "Integrated Circuit", "LCD", "Cathode Ray Tube", "Vacuum Tube", "Battery", "Fuel Cell", "Power Supply"]
5
+ passive: ["Resistor", "Potentiometer", "Trim Pot", "Varistor", "Capacitor", "Varicap Diode", "Inductor", "Transformer", "Generator", "Motor", "Solenoid", "Magnetic Amplifier", "Speaker", "Motion Sensor", "Accelerometer", "Thermocouple", "Antenna", "Oscillator", "Breadboard"]
6
+ electromechanical: ["Piezoelectric device", "crystal", "Ultrasonic Motor", "Terminal", "Socket", "Power Cord", "Toggle Switch", "Slide Switch", "DIP Switch", "Footswitch", "Keypad", "Circuit Breaker", "Fuse", "Printed Circuit Board"]
@@ -0,0 +1,8 @@
1
+ en:
2
+ faker:
3
+ esport:
4
+ players: ["Froggen", "Dendi", "Surefour", "Seagull", "xPeke", "shroud", "KennyS", "pasha", "RamboRay", "Crimsix", "ACE", "Grubby", "f0rest", "cArn", "Flash", "Faker", "Boxer", "Miracle", "Silvername"]
5
+ teams: ["Dignitas", "OpTic Gaming", "FaZe", "iBUYPOWER", "Evil Geniuses", "Ninjas in Pijamas", "Natus Vincere", "Team SoloMid", "Cloud9", "Fnatic", "CLG", "EnVyUs", "Virtus.Pro", "Team Secret"]
6
+ events: ["ESL Cologne", "MLG Meadowlands", "GFinity London", "Worlds", "IEM Championship", "League All Stars", "International"]
7
+ leagues: ["ESL", "IEM", "MLG", "GFinity", "Starladder"]
8
+ games: ["CS:GO", "League of Legends", "Overwatch", "StarCraft II", "Dota 2", "Super Smash Bros. Melee", "Hearthstone", "PUBG"]
@@ -0,0 +1,137 @@
1
+ en:
2
+ faker:
3
+ games:
4
+ fallout:
5
+ characters: [
6
+ "Ada",
7
+ "Angela Bishop",
8
+ "Boone",
9
+ "Cait",
10
+ "Christine Royce",
11
+ "Codsworth",
12
+ "Curie",
13
+ "Daecon",
14
+ "DiMA",
15
+ "Dogmeat",
16
+ "Elder Maxon",
17
+ "Harold",
18
+ "John Hancock",
19
+ "Joshua Graham",
20
+ "Legate Lanius",
21
+ "Leslie Ann Bishop",
22
+ "Liberty Prime",
23
+ "Lucas Simms",
24
+ "Madison Lee",
25
+ "Miria",
26
+ "Myron",
27
+ "Nick Valentine",
28
+ "Old Longfellow",
29
+ "Caesar",
30
+ "Paladin Danse",
31
+ "Piper Wright",
32
+ "Porter Gage",
33
+ "Preston Garvey",
34
+ "Robert Joseph Mac Cready",
35
+ "Rose of Sharon Cassidy",
36
+ "Strong",
37
+ "Sulik",
38
+ "The Master",
39
+ "Three Dog",
40
+ "X6-88",
41
+ "Yes Man"
42
+ ]
43
+ factions: [
44
+ "Boomers",
45
+ "Brotherhood of Steel",
46
+ "Caesar's Legion",
47
+ "Chinese remnants",
48
+ "Diamond City security",
49
+ "Enclave",
50
+ "Followers of the Apocalypse",
51
+ "Gunners",
52
+ "Kings",
53
+ "Master's Army",
54
+ "Mojave Express",
55
+ "New California Republic",
56
+ "Nuka World Triumvirate",
57
+ "Powder Gangers",
58
+ "Raiders",
59
+ "State of Utobitha",
60
+ "Talon Company",
61
+ "Triggermen",
62
+ "United States Armed Forces",
63
+ "Van Graffs"
64
+ ]
65
+ locations: [
66
+ "Anchorage",
67
+ "Big MT",
68
+ "Big town",
69
+ "Cambridge",
70
+ "Capital Wasteland",
71
+ "Concord",
72
+ "Diamond City",
73
+ "Dog City",
74
+ "Goodsprings",
75
+ "Hoover Dam",
76
+ "Lexington",
77
+ "Little Lamplight",
78
+ "Megaton",
79
+ "Nellis Air Force Base",
80
+ "New Reno",
81
+ "New Vegas",
82
+ "Nipton",
83
+ "Primm",
84
+ "Raven Rock",
85
+ "Red Rock Canyon",
86
+ "Sloan",
87
+ "The Commonwealth",
88
+ "The Institute",
89
+ "Vault 101",
90
+ "Vault 11",
91
+ "Vault 111",
92
+ "Vault 13",
93
+ "Vault 15",
94
+ "Vault 19",
95
+ "Vault 22",
96
+ "Vault 3",
97
+ "Vault 81",
98
+ "Vault City"
99
+ ]
100
+ quotes: [
101
+ "Ad Victoriam!",
102
+ "Calm is what you have to be when people look to you, and it's all you can be when things are out of your hands.",
103
+ "Democracy is non-negotiable",
104
+ "Hi, I'm Jean Baptiste. And you're about to stop being a pain in my ass.",
105
+ "I'm a synth. Synthetic man. All the parts, minus a few red blood cells.",
106
+ "I'm dying.... so that democracy... can live.",
107
+ "I'm gonna run some diagnostics while you're tinkering. Take your time.",
108
+ "I've seen soldiers come and go. Some were brave. Some were honest. Some were even heroic. But I've never called any of them a friend.",
109
+ "If you want to see the fate of democracies, just look out the window",
110
+ "Let's go, pal.",
111
+ "Liberty Prime is online. All systems nominal. Weapons hot. Mission: the destruction of any and all Chinese communists.",
112
+ "Ngh. Hi. I'm Mahsofabish ang I gob ko keep fiebs gaeg.",
113
+ "Nobody has a Dick that long, not eve Long-Dick Johnson, and he had a fuckin long dick, thus the name.",
114
+ "Nothing to impede progress. If you want to see the fate of democracies, look out the windows.",
115
+ "Patrolling the Mojave almost makes you wish for a nuclear winter.",
116
+ "Please step out of the fountain",
117
+ "Revised stratagem: Initiate photonic resonance overcharge.",
118
+ "Stimpaks are a marvelous invention, don't you think?",
119
+ "Strange rumors from across the river indicate that a secret underground robot army has been destroyed before anyone had a chance to use it.",
120
+ "Success depends on forethought, dispassionate calculation of probabilities, accounting for every stray variable.",
121
+ "Sure. Be glad to take...I mean hold some stuff for you.",
122
+ "That chip of yours, I wouldn't wager it on Blackjack...Unless the dealer has a five of six showing.",
123
+ "That means you're, erm... two centuries late for dinner! Perhaps I could whip you up a snack? You must be famished!",
124
+ "The past, the present, and the future walked into a bar. It was tense.",
125
+ "The women of New Vegas ask me a lot if there's a Mrs. New Vegas. Well, of course there is. You're her. And you're still as perfect as the day we met.",
126
+ "Though dangerous, combat is quite vigorous exercise.",
127
+ "Today's forecast calls for a 99%chance of clear skies being ruined by artillery fire.",
128
+ "Voice module online. Audio functionality test initialized. Designation: Liberty Prime. Mission: the liberation of Anchorage, Alaska.",
129
+ "We must find the men of science and institutes of learning, surely they are out there still.",
130
+ "We'd move faster if you'd keep your eyes on the road and off me arse.",
131
+ "Well, ain't we all, right? That was a long time ago. I don't pay it much mind anymore.",
132
+ "What did you... did you put a plug in his cocktube and make him explode?",
133
+ "Who do you think actually won the war? No one, I guess.",
134
+ "You stood up to Elder Maxson for me. I'll never forget that for as long as I live.",
135
+ "You think I inject myself with all that shite and drink myself drunk because I’m a tough Irish gal?",
136
+ "You'd be shocked how many people I've managed to convince I'm just a really sick ghoul."
137
+ ]
@@ -0,0 +1,7 @@
1
+ en:
2
+ faker:
3
+ family_guy:
4
+ character: ["Peter Griffin", "Lois Griffin", "Meg Griffin", "Chris Griffin", "Stewie Griffin", "Brian Griffin", "Francis Griffin", "Mickey McFinnigan", "Thelma Griffin", "Karen Griffin", "Carter Pewterschmidt", "Barabara Pewterschmidt", "Glenn Quagmire", "Cleveland Brown", "Joe Swanson", "Bonnie Swanson", "Mort Goldman", "Tom Tucker", "Joyce Kinney", "Diane Simmons", "Ollie Williams", "Tricia Takanawa", "Fouad", "Principal Shephard", "Mayor Adam West", "Carl", "Consuela", "God", "Horace", "James Woods", "Evil Monkey"]
5
+ location: ["Cleveland's Deli", "Drunken Clam", "Goldman's Pharmacy", "Happy-Go-Lucky Toy Factory", "Jack's Joke Shop", "James Woods High", "Pawtucket Brewery", "Quahog 5 News", "Spooner Street"]
6
+ quote: ["It’s Peanut Butter Jelly Time.", "I’ve got an idea–an idea so smart that my head would explode if I even began to know what I’m talking about.", "A degenerate, am I? Well, you are a festisio! See? I can make up words too, sister.", "Now I may be an idiot, but there’s one thing I am not sir, and that sir, is an idiot.", "Isn’t ‘bribe’ just another word for ‘love’?", "I am so not competitive. In fact, I am the least non-competitive. So I win.", "Hey, don't try to take this away from me. This is the only thing I've ever been good at. Well, this and timing my farts to a thunderstorm.", "Joe, gag on my fat dauber.", "People in love can overcome anything.", "Amazing. One second of a stranger's voice on a phone, and you've got full Bollywood.", "You know, this is great guys. Drinking and eating garbage. I'm glad we all took a mental health day."]
7
+
@@ -0,0 +1,5 @@
1
+ en:
2
+ faker:
3
+ file:
4
+ extension: ["flac", "mp3", "wav", "bmp", "gif", "jpeg", "jpg", "png", "tiff", "css", "csv", "html", "js", "json", "txt", "mp4", "avi", "mov", "webm", "doc", "docx", "xls", "xlsx", "ppt", "pptx", "odt", "ods", "odp", "pages", "numbers", "key", "pdf"]
5
+ mime_type: ["application/atom+xml", "application/ecmascript", "application/EDI-X12", "application/EDIFACT", "application/json", "application/javascript", "application/ogg", "application/pdf", "application/postscript", "application/rdf+xml", "application/rss+xml", "application/soap+xml", "application/font-woff", "application/xhtml+xml", "application/xml-dtd", "application/xop+xml", "application/zip", "application/gzip", "audio/basic", "audio/L24", "audio/mp4", "audio/mpeg", "audio/ogg", "audio/vorbis", "audio/vnd.rn-realaudio", "audio/vnd.wave", "audio/webm", "image/gif", "image/jpeg", "image/pjpeg", "image/png", "image/svg+xml", "image/tiff", "image/vnd.microsoft.icon", "message/http", "message/imdn+xml", "message/partial", "message/rfc822", "model/example", "model/iges", "model/mesh", "model/vrml", "model/x3d+binary", "model/x3d+vrml", "model/x3d+xml", "multipart/mixed", "multipart/alternative", "multipart/related", "multipart/form-data", "multipart/signed", "multipart/encrypted", "text/cmd", "text/css", "text/csv", "text/html", "text/javascript", "text/plain", "text/vcard", "text/xml", "video/mpeg", "video/mp4", "video/ogg", "video/quicktime", "video/webm", "video/x-matroska", "video/x-ms-wmv", "video/x-flv"]
@@ -0,0 +1,113 @@
1
+ en:
2
+ faker:
3
+ finance:
4
+ credit_card:
5
+ visa:
6
+ - /4###########L/
7
+ - /4###-####-####-###L/
8
+ mastercard:
9
+ - /5[1-5]##-####-####-###L/
10
+ - /6771-89##-####-###L/
11
+ discover:
12
+ - /6011-####-####-###L/
13
+ - /65##-####-####-###L/
14
+ - /64[4-9]#-####-####-###L/
15
+ - /6011-62##-####-####-###L/
16
+ - /65##-62##-####-####-###L/
17
+ - /64[4-9]#-62##-####-####-###L/
18
+ american_express:
19
+ - /34##-######-####L/
20
+ - /37##-######-####L/
21
+ diners_club:
22
+ - /30[0-5]#-######-###L/
23
+ - /368#-######-###L/
24
+ jcb:
25
+ - /3528-####-####-###L/
26
+ - /3529-####-####-###L/
27
+ - /35[3-8]#-####-####-###L/
28
+ switch:
29
+ - /6759-####-####-###L/
30
+ - /6759-####-####-####-#L/
31
+ - /6759-####-####-####-##L/
32
+ solo:
33
+ - /6767-####-####-###L/
34
+ - /6767-####-####-####-#L/
35
+ - /6767-####-####-####-##L/
36
+ dankort: /5019-####-####-###L/
37
+ maestro:
38
+ - /50#{9,16}L/
39
+ - /5[6-8]#{9,16}L/
40
+ - /56##{9,16}L/
41
+ forbrugsforeningen: /6007-22##-####-###L/
42
+ laser:
43
+ - /6304###########L/
44
+ - /6706###########L/
45
+ - /6771###########L/
46
+ - /6709###########L/
47
+ - /6304#########{5,6}L/
48
+ - /6706#########{5,6}L/
49
+ - /6771#########{5,6}L/
50
+ - /6709#########{5,6}L/
51
+ vat_number:
52
+ AT: "ATU########"
53
+ AR: "AR###########"
54
+ AU: "AU###########"
55
+ BR: "BR##.###.###/####-##"
56
+ BY: "УНП #########"
57
+ BE: "BE0#########"
58
+ BG:
59
+ - "BG#########"
60
+ - "BG##########"
61
+ CH: "CH######"
62
+ CL: "CL########-#"
63
+ CZ:
64
+ - "CZ########"
65
+ - "CZ#########"
66
+ - "CZ##########"
67
+ DK: "DK## ## ## ##"
68
+ EC: "EC#############"
69
+ EE: "EE#########"
70
+ FI: "FI########"
71
+ DE: "DE#########"
72
+ GB:
73
+ - "GB### #### ##"
74
+ - "GB### #### ## ###"
75
+ - "GBGD###"
76
+ - "GBHA###"
77
+ - "GB888 8### ##"
78
+ GR: "EL#########"
79
+ HR: "HR### ### ### ##"
80
+ "NO": "NO#########"
81
+ HU: "HU########"
82
+ IT: "IT##########"
83
+ LT:
84
+ - "LT#########"
85
+ - "LT############"
86
+ LU: "LU########"
87
+ LV: "LV###########"
88
+ MT: "MT########"
89
+ MX: "MX#### ###### ###"
90
+ PH: "PH### ### ### ###"
91
+ PL: "PL##########"
92
+ PT: "PT#########"
93
+ RO:
94
+ - "RO##"
95
+ - "RO###"
96
+ - "RO####"
97
+ - "RO#####"
98
+ - "RO######"
99
+ - "RO#######"
100
+ - "RO########"
101
+ - "RO#########"
102
+ - "RO##########"
103
+ RU:
104
+ - "RU##########"
105
+ - "RU############"
106
+ SE: "SE##########01"
107
+ SI: "SI########"
108
+ SK: "SK##########"
109
+ SM: "SM#####"
110
+ UA: "UA##########"
111
+ ZA:
112
+ - "ZA##########"
113
+ - "ZA###########"
@@ -0,0 +1,13 @@
1
+ en:
2
+ faker:
3
+ food:
4
+ dish: ["Arepas", "Barbecue Ribs", "Bruschette with Tomato", "Bunny Chow", "Caesar Salad", "California Maki", "Caprese Salad", "Cauliflower Penne", "Cheeseburger", "Chicken Fajitas", "Chicken Milanese", "Chicken Parm", "Chicken Wings", "Chilli con Carne", "Ebiten maki", "Fettuccine Alfredo", "Fish and Chips", "French Fries with Sausages", "French Toast", "Hummus", "Katsu Curry", "Kebab", "Lasagne", "Linguine with Clams", "Massaman Curry", "Meatballs with Sauce", "Mushroom Risotto", "Pappardelle alla Bolognese", "Pasta Carbonara", "Pasta and Beans", "Pasta with Tomato and Basil", "Peking Duck", "Philadelphia Maki", "Pho", "Pierogi", "Pizza", "Poke", "Pork Belly Buns", "Pork Sausage Roll", "Poutine", "Ricotta Stuffed Ravioli", "Risotto with Seafood", "Salmon Nigiri", "Scotch Eggs", "Seafood Paella", "Som Tam", "Souvlaki", "Stinky Tofu", "Sushi", "Tacos", "Teriyaki Chicken Donburi", "Tiramisù", "Tuna Sashimi", "Vegetable Soup"]
5
+ descriptions: ["Three eggs with cilantro, tomatoes, onions, avocados and melted Emmental cheese. With a side of roasted potatoes, and your choice of toast or croissant.", "Three egg omelet with Roquefort cheese, chives, and ham. With a side of roasted potatoes, and your choice of toast or croissant.", "Three egg whites with spinach, mushrooms, caramelized onions, tomatoes and low-fat feta cheese. With herbed quinoa, and your choice of rye or whole-grain toast.", "Smoked salmon, poached eggs, diced red onions and Hollandaise sauce on an English muffin. With a side of roasted potatoes.", "Fresh parsley, Italian sausage, shallots, garlic, sun-dried tomatoes and mozzarella cheese in an all-butter crust. With a side of mixed fruits.", "Thick slices of French toast bread, brown sugar, half-and-half and vanilla, topped with powdered sugar. With two eggs served any style, and your choice of smoked bacon or smoked ham.", "Two buttermilk waffles, topped with whipped cream and maple syrup, a side of two eggs served any style, and your choice of smoked bacon or smoked ham.", "Breaded fried chicken with waffles, and a side of maple syrup.", "Two butter croissants of your choice (plain, almond or cheese). With a side of herb butter or house-made hazelnut spread.", "28-day aged 300g USDA Certified Prime Ribeye, rosemary-thyme garlic butter, with choice of two sides.", "Breaded fried chicken with waffles. Served with maple syrup.", "Fresh Norwegian salmon, lightly brushed with our herbed Dijon mustard sauce, with choice of two sides.", "Creamy mascarpone cheese and custard layered between espresso and rum soaked house-made ladyfingers, topped with Valrhona cocoa powder.", "Granny Smith apples mixed with brown sugar and butter filling, in a flaky all-butter crust, with ice cream."]
6
+ ingredients: ["Achacha", "Adzuki Beans", "Agar", "Agave Syrup", "Ajowan Seed", "Albacore Tuna", "Alfalfa", "Allspice", "Almond Oil", "Almonds", "Amaranth", "Amchur", "Anchovies", "Anchovies", "Aniseed", "Annatto Seed", "Apple Cider Vinegar", "Apple Juice", "Apple Juice Concentrate", "Apples", "Bonza", "Apples", "Apricots", "Arborio Rice", "Arrowroot", "Artichoke", "Arugula", "Asafoetida", "Asian Greens", "Asian Noodles", "Asparagus", "Aubergine", "Avocado", "Avocado Oil", "Avocado Spread", "Bacon", "Baking Powder", "Baking Soda", "Balsamic Vinegar", "Bamboo Shoots", "Banana", "Barberry", "Barley", "Barramundi", "Basil Basmati Rice", "Bay Leaves", "Bean Shoots", "Bean Sprouts", "Beans", "Green Beans", "Beef", "Beetroot", "Berries", "Black Eyed Beans", "Blackberries", "Blood Oranges", "Blue Cheese", "Blue Eye Trevalla", "Blue Swimmer Crab", "Blueberries", "Bocconcini", "Bok Choy", "Bonito Flakes", "Borlotti Beans", "Brazil Nut", "Bran", "Bread", "Rye Bread", "Sour Dough Bread", "Spelt Bread", "White Bread", "Wholegrain Bread", "Wholemeal", "Brie", "Broccoli", "Broccolini", "Brown Rice", "Brown Rice Vinegar", "Brussels Sprouts", "Buckwheat", "Buckwheat Noodles", "Bulghur", "Bush Tomato", "Butter", "Butter Beans", "Buttermilk", "Butternut Lettuce", "Butternut Pumpkin", "Cabbage", "Cacao", "Cake", "Calamari", "Camellia Tea Oil", "Camembert", "Camomile", "Candle Nut", "Cannellini Beans", "Canola Oil", "Cantaloupe", "Capers", "Capsicum", "Starfruit", "Caraway Seed", "Cardamom", "Carob Carrot", "Carrot", "Cashews", "Cassia bark", "Cauliflower", "Cavalo", "Cayenne", "Celery", "Celery Seed", "Cheddar", "Cherries", "Chestnut", "Chia Seeds", "Chicken", "Chickory", "Chickpea", "Chilli Pepper", "Fresh Chillies", "Dried Chinese Broccoli", "Chinese Cabbage", "Chinese Five Spice", "Chives", "Dark Chocolate", "Milk Chocolate", "Choy Sum", "Cinnamon", "Clams", "Cloves", "Cocoa Powder", "Coconut", "Coconut Oil", "Coconut Water", "Coffee", "Corella Pear", "Coriander Leaves", "Coriander Seed", "Corn Oil", "Corn Syrup", "Corn Tortilla", "Cornichons", "Cornmeal", "Cos Lettuce", "Cottage Cheese", "Cous Cous", "Crabs", "Cranberry", "Cream", "Cream Cheese", "Cucumber", "Cumin", "Cumquat", "Currants", "Curry Leaves", "Curry Powder", "Custard Apples", "Dandelion", "Dashi", "Dates", "Dill", "Dragonfruit", "Dried Apricots", "Duck", "Edam", "Edamame", "Eggplant", "Eggs", "Elderberry", "Endive", "English Spinach", "Extra Virgin Olive Oil", "Farmed Prawns", "Feijoa", "Fennel", "Fennel Seeds", "Fenugreek", "Feta", "Figs", "File Powder", "Fingerlime", "Fish Sauce", "Flathead", "Flaxseed", "Flaxseed Oil", "Flounder", "Flour", "Besan", "Buckwheat Flour", "Oat Flour", "Potato Flour", "Rice Flour", "Brown Flour", "White Flour", "Soy Flour", "Tapioca Flour", "Unbleached Flour", "Wholewheat Flour", "Freekeh", "French Eschallots", "Fromage Blanc", "Fruit", "Galangal", "Garam Masala", "Garlic", "Chives", "Goat Cheese", "Goat Milk", "Goji Berry", "Grape Seed Oil", "Grapefruit", "Grapes", "Green Pepper", "Green Tea", "Green Tea Noodles", "Greenwheat Freekeh", "Gruyere", "Guava", "Gula Melaka", "Haloumi", "Ham", "Haricot Beans", "Harissa", "Hazelnut", "Hijiki", "Hiramasa Kingfish", "Hokkien Noodles", "Honey", "Honeydew Melon", "Horseradish", "Hot Smoked Salmon", "Hummus", "Iceberg Lettuce", "Incaberries", "Jarrahdale Pumpkin", "Jasmine Rice", "Jelly", "Jerusalem Artichoke", "Jewfish", "Jicama", "Juniper Berries", "Lime Leaves", "Kale", "Kangaroo", "Kecap Manis", "Kenchur", "Kidney Beans", "Kidneys", "Kiwi Fruit", "Kiwi Berries", "Kohlrabi", "Kokam", "Kombu", "Koshihikari Rice", "Kudzu", "Kumera", "Lamb", "Lavender Flowers", "Leeks", "Lemon", "Lemongrass", "Lentils", "Lettuce", "Licorice", "Limes", "Liver", "Lobster", "Longan", "Loquats", "Lotus Root", "Lychees", "Macadamia Nut", "Macadamia Oil", "Mace", "Mackerel", "Tinned", "Mahi Mahi", "Mahlab", "Malt Vinegar", "Mandarins", "Mango", "Mangosteens", "Maple Syrup", "Margarine", "Marigold", "Marjoram", "Mastic", "Melon", "Milk", "Mint", "Miso", "Molasses", "Monkfish", "Morwong", "Mountain Bread", "Mozzarella", "Muesli", "Mulberries", "Mullet", "Mung Beans", "Flat Mushrooms", "Brown Mushrooms", "Common Cultivated Mushrooms", "Enoki Mushrooms", "Oyster Mushrooms", "Shiitake Mushrooms" , "Mussels", "Mustard", "Mustard Seed", "Nashi Pear", "Nasturtium", "Nectarines", "Nori", "Nutmeg", "Nutritional Yeast", "Nuts", "Oatmeal", "Oats", "Octopus", "Okra", "Olive Oil", "Olives", "Omega Spread", "Onion", "Oranges", "Oregano", "Oyster Sauce", "Oysters", "Pear", "Pandanus Leaves", "Papaw", "Papaya", "Paprik", "Parmesan Cheese", "Parrotfish", "Parsley", "Parsnip", "Passionfruit", "Pasta", "Peaches", "Peanuts", "Pear Juice", "Pears", "Peas", "Pecan Nut", "Pecorino", "Pepitas", "Szechuan Pepperberry", "Peppercorns", "Peppermint", "Peppers", "Persimmon", "Pine Nut", "Pineapple", "Pinto Beans", "Pistachio Nut", "Plums", "Polenta", "Pomegranate", "Poppy Seed", "Porcini Mushrooms", "Pork", "Potatoes", "Provolone", "Prunes", "Pumpkin", "Pumpkin Seed", "Purple Carrot", "Purple Rice", "Quark Quinc", "Quinoa", "Radicchio", "Radish", "Raisin", "Raspberry", "Red Cabbage", "Red Lentils", "Red Pepper", "Red Wine Vinegar", "Redfish", "Rhubarb", "Rice Noodles", "Rice Paper", "Rice Syrup", "Ricemilk", "Ricotta", "Rockmelon", "Rose Water", "Rosemary", "Rye", "Safflower Oil", "Saffron", "Sage", "Sake", "Salmon", "Sardines", "Sausages", "Scallops", "Sea Salt", "Semolina", "Sesame Oil", "Sesame Seeds", "Shark", "Silverbeet", "Slivered Almonds", "Smoked Trout", "Snapper", "Snowpea sprouts", "Snowpeas", "Soba", "Soy Beans", "Soy Milk", "Soy Sauce", "Soy", "Sprouts", "Soymilk", "Spearmint", "Spelt", "Spinach", "Spring Onions", "Squash", "Squid", "Star Anise", "Star Fruit", "Stevia", "Beef Stock", "Chicken Stock", "Fish Stock", "Vegetable Stock", "Strawberries", "Sugar", "Sultanas", "Sun-Dried Tomatoes", "Sunflower Oil", "Sunflower Seeds", "Sweet Chilli Sauce", "Sweet Potato", "Swiss Chard", "Swordfish", "Tabasco", "Tahini", "Taleggio Cheese", "Tamari", "Tamarillo", "Tangelo", "Tapioca", "Tarragon", "Tea", "Tea Oil", "Tempeh", "Thyme", "Tofu", "Tom Yum", "Tomatoes", "Trout", "Tuna", "Turkey", "Turmeric", "Turnips", "Vanilla Beans", "Vegetable Oil", "Vegetable Spaghetti", "Vermicelli Noodles", "Vinegar", "Wakame", "Walnut", "Warehou", "Wasabi", "Water", "Watercress", "Watermelon", "Wattleseed", "Wheat", "Wheatgrass Juice", "White rice", "White Wine Vinegar", "Whiting Wild Rice", "William Pear", "Red Wine", "White Wine", "Yeast", "Yellow Papaw", "Yellowtail Kingfish", "Yoghurt", "Yogurt", "Zucchini"]
7
+ fruits: ["Apples", "Apricots", "Aubergine", "Avocado", "Banana", "Berries", "Blackberries", "Blood oranges", "Blueberries", "Bush Tomato", "Butternut pumpkin", "Cantaloupe", "Cavalo", "Starfruit", "Cherries", "Corella Pear", "Cranberry", "Cumquat", "Currants", "Custard Apples", "Custard Apples Daikon", "Dates", "Dragonfruit", "Dried Apricots", "Elderberry", "Feijoa", "Grapefruit", "Grapes", "Figs", "Fingerlime", "Goji Berry", "Guava", "Honeydew melon", "Incaberries", "Jarrahdale pumpkin", "Juniper Berries", "Kiwi Fruit", "Kiwiberries", "Lemon", "Limes", "Longan", "Loquats", "Lychees", "Mango", "Mangosteens", "Melon", "Mandarins", "Mulberries", "Nashi Pear", "Nectarines", "Olives", "Oranges", "Papaw", "Papaya", "Passionfruit", "Peaches", "Pears", "Pineapple", "Pomegranate", "Plums", "Prunes", "Rockmelon", "Snowpeas", "Sprouts", "Strawberries", "Sultanas", "Tangelo", "Tomatoes", "Watermelon"]
8
+ vegetables: ["Artichoke", "Arugula", "Asian Greens", "Asparagus", "Bean Shoots", "Bean Sprouts", "Beans", "Green beans", "Beetroot", "Bok Choy", "Broccoli", "Broccolini", "Brussels Sprouts", "Butternut lettuce", "Cabbage", "Capers", "Carob Carrot", "Carrot", "Cauliflower", "Celery", "Chilli Pepper", "Chinese Cabbage", "Fresh Chillies", "Dried Chinese Broccoli", "Cornichons", "Cos lettuce", "Cucumber", "Eggplant", "Endive", "English Spinach", "French eschallots", "Garlic", "Chives", "Green Pepper", "Hijiki", "Iceberg lettuce", "Jerusalem Artichoke", "Jicama", "Kale", "Kohlrabi", "Leeks", "Lettuce", "Onion", "Okra", "Parsnip", "Peas", "Peppers", "Potatoes", "Pumpkin", "Purple carrot", "Radicchio", "Radish", "Raspberry", "Red cabbage", "Red Pepper", "Rhubarb", "Snowpea sprouts", "Spinach", "Squash", "Sun dried tomatoes", "Sweet Potato", "Swiss Chard", "Turnips", "Zucchini"]
9
+ spices: ["Achiote Seed", "Ajwain Seed", "Ajwan Seed", "Allspice Ground", "Allspice Whole", "Amchoor", "Anise", "Anise Star", "Aniseed Whole", "Annatto Seed", "Arrowroot", "Asafoetida", "Baharat", "Balti Masala", "Balti Stir Fry Mix", "Basil", "Bay Leaves", "Bay Leaves Chopped", "BBQ Seasoning", "Biryani Spice Mix", "Cajun Seasoning", "Caraway Seed", "Cardamom Ground", "Cardamom Whole", "Cassia", "Cassia Bark", "Cayenne Pepper", "Celery Leaf", "Celery Salt", "Celery Seed", "Chamomile", "Chervil", "Chicken Seasoning", "Chilli Crushed", "Chilli Ground", "Chilli Pepper", "Chillies Whole", "China Star", "Chinese 5 Spice", "Chives", "Cinnamon Bark", "Cinnamon Ground", "Cinnamon Powder", "Cinnamon Sticks", "Cloves Ground", "Cloves Whole", "Colombo Powder", "Coriander Ground", "Coriander Leaf", "Coriander Seed", "Creole Seasoning", "Cumin Ground", "Cumin Seed", "Cumin Seed Black", "Cumin Seed Royal", "Curly Leaf Parsley", "Curry Chinese", "Curry Hot", "Curry Leaves", "Curry Madras Medium", "Curry Mild", "Curry Thai Green", "Curry Thai Red", "Dhansak Spice Mix", "Dill Herb", "Dill Leaf", "Dill Seed", "Fajita Seasoning", "Fennel Seed", "Fenugreek Ground", "Fenugreek Leaf", "Fenugreek Seed", "Fines Herbes", "Fish Seasoning", "Five Spice Mix", "French Lavender", "Galangal Ground", "Garam Masala", "Garlic Chips", "Garlic Granules", "Garlic Powder", "Garlic Salt", "German Chamomile", "Ginger Root", "Ginger Ground", "Green Cardamom", "Herbes de Provence", "Jalfrezi Curry Powder", "Jalfrezi Mix", "Jerk Seasoning", "Juniper Berries", "Kaffir Leaves", "Korma Curry Powder", "Korma Mix", "Lamb Seasoning", "Lavender", "Lemon Grass", "Lemon Grass Chopped", "Lemon Pepper", "Lime Leaves", "Lime Leaves Ground", "Liquorice Root", "Mace Ground", "Mace Whole", "Mango Powder", "Marjoram", "Methi", "Methi Leaves", "Mexican Salsa Mix", "Mint", "Mixed Herbs", "Mixed Spice", "Mulled Cider Spices", "Mulled Wine Spices", "Mustard Powder", "Mustard Seed Black", "Mustard Seed Brown", "Mustard Seed White", "Mustard Seed Yellow", "Nigella", "Nutmeg Ground", "Nutmeg Whole", "Onion Seed", "Orange Zest", "Oregano", "Paella Seasoning", "Paprika", "Paprika Hungarian", "Paprika Smoked", "Parsley", "Parsley Flat Leaf", "Pepper Black Coarse", "Pepper Black Ground", "Pepper White Ground", "Peppercorns Black", "Peppercorns Cracked Black", "Peppercorns Green", "Peppercorns Mixed", "Peppercorns Pink", "Peppercorns Szechwan", "Peppercorns White", "Pickling Spice", "Pimento Berries", "Pimento Ground", "Piri Piri Seasoning", "Pizza Topping Mix", "Poppy Seed", "Pot Marjoram", "Poudre de Colombo", "Ras-el-Hanout", "Rice Paper", "Rogan Josh Curry Powder", "Rogan Josh Mix", "Rose Baie", "Rosemary", "Saffron", "Sage", "Sea Salt Coarse", "Seasoning Salt", "Self Adhesive Spice Labels", "Sesame Seed", "Spearmint", "Spice Charts", "Steak Seasoning", "Sumac Ground", "Sweet Basil", "Sweet Laurel", "Tagine Seasoning", "Tandoori Masala", "Tandoori Mix", "Tarragon", "Thai Creen Curry Mix", "Thai Red Curry Mix", "Thai Stir Fry", "Thyme", "Tikka Masala", "Tikka Masala Curry Powder", "Turmeric", "Turmeric Powder", "Vanilla Bean", "Vanilla Pods", "Vegetable Seasoning", "Zahtar Spice Mix"]
10
+ measurements: ["teaspoon", "tablespoon", "cup", "pint", "quart", "gallon"]
11
+ measurement_sizes: ["1/4", "1/3", "1/2", "1", "2", "3"]
12
+ metric_measurements: ["milliliter", "deciliter", "centiliter", "liter"]
13
+ sushi: ["Abalone", "Alaskan pink shrimp", "Amberjack", "Bastard halibut", "Bloody clam", "Botan shrimp", "Crab", "Dotted gizzard shad", "Eel", "Firefly squid", "Greater amberjack", "Halfbeak", "Horned turban", "Japanese horse mackerel", "Japanese sea bass", "Japanese spanish mackerel", "Japanese style-chunky omelette", "Japanese whiting", "Mackerel", "Milt", "Mirugai clam", "Octopus", "Orient clam", "Oyster", "Rosy seabass", "Salmon roe", "Salmon", "Scallop", "Sea bream", "Skipjack tuna", "Small amberjack", "Squid", "Trough shells", "Trout", "Tuna", "White trevally", "Whitespotted conger"]
@@ -0,0 +1,8 @@
1
+ en:
2
+ faker:
3
+ football:
4
+ teams: ["Real Madrid", "FC Barcelona", "Valencia CF", "Atletico Madrid", "Manchester United", "Chelsea", "Liverpool", "Arsenal", "Tottenham Hotspur", "AC Milan", "Inter Milan", "AS Roma", "Juventus", "Bayern Munich", "Borussia Dortmund", "Schalke 04", "Benfica", "Galatasaray", "PSV Eindhoven", "LA Galaxy"]
5
+ players: ["Lionel Messi", "Gerard Pique", "Sergio Ramos", "Cristiano Ronaldo", "David De Gea", "Paul Pogba", "Antoine Griezmann", "Alvaro Morata", "Andres Iniesta", "Roberto Firmino", "Mohammed Salah", "Harry Kane", "Delle Alli", "Arjen Robben", "Franck Ribery", "Marco Reus", "Robert Lewandoski", "Zlatan Ibrahimovic", "Edinson Cavani", "Sergio Aguero", "Neymar", "Mesut Ozil", "Gianluigi Buffon", "Willian", "Manuel Neuer", "Juan Mata", "Manuel Neuer", "Cesc Fabregas", "Gareth Bale", "Eden Hazard", "Mario Mandzukic"]
6
+ coaches: ["Ernesto Valverde", "Zinedine Zidane", "Jose Mourinho", "Antonio Conte", "Jurgen Klopp", "Mauricio Pochettino", "Diego Simeone", "Massimiliano Allegri", "Jupp Heyneckes", "Arsene Wenger", "Jorge Sampaoli", "Fernando Santos", "Didier Deschamps", "Joachim Low", "Julen Lopetegui", "Mauricio Pochettino", "Unai Emery", "Massimiliano Allegri" ]
7
+ competitions: ["UEFA European Championship", "Asian Cup", "African Cup of Nations", "Copa America", "UEFA Champions League", "FIFA World Cup", "UEFA Europa League", "Serie A", "Barclays Premier League", "Bundesliga", "Liga Santander", "FA Cup", "Ligue 1", "Primeira Liga", "Eredivisie", "Super League", "Major League Soccer", "Coppa Italia", "DFB Pokal", "CONCACAF Gold Cup", "Nations Cup", "Copa del Rey"]
8
+ positions: ["Goalkeeper", "Full Back", "Right Back", "Left Back", "Defensive Midfielder", "Midfielder", "Attacking Midfielder", "Right Midfielder", "Left Midfielder", "Right Wing", "Left Wing", "Second Striker", "Centre Forward"]
@@ -0,0 +1,73 @@
1
+ en:
2
+ faker:
3
+ the_fresh_prince_of_bel_air:
4
+ characters: ['Will Smith', 'Philip Banks', 'Carlton Banks', 'Ashley Banks', 'Hilary Banks', 'Vivian Banks', 'Nicky Banks', 'Geoffrey Butler', 'Jazz', 'Vy Smith', 'Hattie Banks', 'Lisa Wilkes', 'Jackie Ames', 'Henry Furth', 'Trevor', 'Tyriq', 'Ice Tray', 'Dee Dee', 'Kellogg Lieberbaum', 'Coach Smiley', 'Judge Carl Robertson']
5
+ celebrities: ['Quincy Jones', 'Jay Leno', 'Ronald Reagan', 'Dick Clark', 'Evander Holyfield', 'Isaiah Thomas', 'Heavy D', 'Don Cornelius', 'Kadeem Hardison', 'Hugh M. Hefner', 'Kareem Abdul-Jabbar', 'Bo Jackson', 'Ken Griffey Jr.', 'Al B. Sure!', 'John Ridley', 'Doctor Dré', 'Regis Philbin', 'William Shatner', 'B. B. King', 'Kim Fields', 'Arthel Neville', 'Oprah Winfrey', 'Donal J. Trump', 'Leeza Gibbons', 'Susan Powter', 'Tempestt Bledsoe', 'Kathie Lee Gifford', 'Garcelle Beauvais', 'Bree Walker']
6
+ quotes: [
7
+ "Girl, you look so good, I would marry your brother just to get in your family.",
8
+ "In west Philadelphia born and raised, on the playground was where I spent most of my days.",
9
+ "Might I say you rate a perfect 10 on my niftiness meter?",
10
+ "Will, there's something you should know: Sometimes... parents just don't understand.",
11
+ "Word up. This is gonna be cold, stupid on the serious tip.",
12
+ "Any time you see a white guy in jail, you know he did something bad.",
13
+ "Yo whassup, Jazz?",
14
+ "I'd love to get a hold of you during a blackout.",
15
+ "Your mouth is saying 'get out', but your eyes are saying 'get busy'.",
16
+ "Come on baby, I'm saying bing bang bloozy, you and me in the jacuzzi. Whassup?",
17
+ "I love a woman who's hard to get.",
18
+ "Let's go get some barbecue and get busy.",
19
+ "No way. Dude's got a gun. Next thing you know, I got six warning shots in my back.",
20
+ "Miss Hilary, you can't go through life quitting everything. You never achieve anything unless you stick with something.",
21
+ "That must be jam, 'cause jelly don't shake like that.",
22
+ "Need some help with your African-American studies? We can go to my place and let freedom ring.",
23
+ "Well, someone has her rude hat on tonight.",
24
+ "Girl, if God created anything less beautiful than you, I hope He kept it for Himself.",
25
+ "Maybe I sometimes say things that are selfish and self-centered, but that's who I am, dammit.",
26
+ "I found that any game can be made interesting if you put some money on it.",
27
+ "Carlton, I think you've been deprived of oxygen at birth.",
28
+ "Hit the road, you little tramp!",
29
+ "Sarcasm? Whatever do you mean?",
30
+ "Between you and the humpty dance, I'll have to get a metal plate on my butt.",
31
+ "Looks like you eat here often.",
32
+ "My brother, you wanna take this outside?!?",
33
+ "Opera? I thought she said Oprah.",
34
+ "All this legal stuff won't work. The only legal phrase these people understand is 'will the defendant please rise.'",
35
+ "Courage is being the way you are no matter what anybody says about you. Will teases me, but you don't see me goin' 'Yo, yo, yo, homey, yo.'",
36
+ "Well you're so ugly that...uuhh...baby, you so fine.",
37
+ "Ashley, look how much you've grown! Hilary, look how much you've grown! Carlton... hi.",
38
+ "Ashley, if you found out the only person in the world who would go out with was mentally deranged, you'd go to bed too.",
39
+ "All I see is you guys getting a fancy ride, a fancy ride in a free car.",
40
+ "Oh, please, Vivian. You'd believe that boy if he told you that he was a big rap star whose album just went platinum.",
41
+ "You've heard of the Batmobile, get a load of the Rapmobile!",
42
+ "Hello darling...NO photographs!",
43
+ "I'm from Philly. We had to save up to be poor.",
44
+ "Carlton, skiing is for white guys named Sven, and O.J. Simpson.",
45
+ "The system doesn't work. You have to blow the door down. Looks to me like you forgot that.",
46
+ "Hurt me, hurt me! Whoa, whoa, whoa, whoa. What's up, baby?",
47
+ "Whoa, whoa, whoa, now, baby, I noticed you noticing me and I just want to put you on notice that I noticed you too.",
48
+ "I just want to let you know that I might let you consider being with me.",
49
+ "Girl. I know your feet must be tired 'cause you been running through my mind all day. Come 'ere!",
50
+ "Carlton, come on. Just because the baby is cute doesn't mean you're not the father.",
51
+ "If I keep the motorcycle, I'm a pimp. If I give it back, I'm a damn fool. Oh, well, pimp it is!",
52
+ "I always knew Will was gonna be the downfall of this family, but no one ever listens to me.",
53
+ "Mirror, mirror, on the wall, Jean Claude Van Damn, I'm fine!",
54
+ "Go, Will! Go, Will! Go, Will!",
55
+ "My situation does not define who I am. I define who I am.",
56
+ "I guess I can kiss heaven goodbye because it has got to be sin to look this good.",
57
+ "You know what they say: Behind every successful man is a woman... or if you want to switch positions that's okay with me, too.",
58
+ "Will is not a coat that you hang in the closet then pick it up when you're ready to wear it! His life goes on! He's not supposed to be there for you, you're supposed to be there for him!",
59
+ "I so rarely have a woman scream my name. I was rather enjoying it.",
60
+ "Don't tell me, 'cause if I know I can't say that I don't know when you get busted and Uncle Phil starts rounding up the usual suspects. And I am the usual suspects.",
61
+ "What kind of idiot picks a password no one can guess?",
62
+ "What is that, like the theme of this family? 'When in doubt, blame Will.'",
63
+ "Well, you know, because guys grow beards and some women don't.",
64
+ "I'm young and I'm restless. And I've only got one life to live, so I've got to follow my guiding light and search for tomorrow.",
65
+ "There's a beautiful woman talking to me, but I don't expect you to understand that!",
66
+ "EARTHQUAKE!",
67
+ "Of all the rooms to burn in your uncle's home... the kitchen! Are you mad, boy?",
68
+ "I exploit people everyday, but it's Thanksgiving so I'm taking a day off.",
69
+ "Oh, don't worry, Carlton, we're all uncomfortable with your nudity.",
70
+ "Oh, Geoffrey, I'm gonna miss you. Oh, we have to have a special going away dinner for you. What do you wanna make?",
71
+ "Well, it's got ceiling-to-floor doors, and wall-to-wall floors.",
72
+ "I'm definitely gonna miss you, C."
73
+ ]
@@ -0,0 +1,6 @@
1
+ en:
2
+ faker:
3
+ friends:
4
+ characters: ["Peter Becker", "Ben", "Chandler Bing", "Charles Bing", "Erica Bing", "Jack Bing", "Nora Tyler Bing", "Bonnie", "Amanda Buffamonteezi", "Frank Buffay, Jr.", "Frances Buffay", "Phoebe Buffay", "Ursula Buffay", "Joshua Burgin", "Richard Burke", "Chloe", "Will Colbert", "Danny", "David", "Rob Donnan", "Doug", "Eric", "Erica", "Erika", "Barry Farber", "Fun Bobby", "Gary", "Emma Geller", "Jack Geller", "Monica Geller", "Ross Geller", "Missy Goldberg", "Janice Goralnik", "Leonard Green", "Rachel Green", "Bitsy Hannigan", "Mike Hannigan", "Theodore Hannigan", "Mr. Heckles", "Benjamin Hobart", "Joanna", "Tag Jones", "Julie", "Kathy", "Kim", "Alice Knight", "Janine LaCroix", "Dr. Ledbetter", "Estelle Leonard", "Dr. Long", "Marcel", "Eddie Menuek", "Kate Miller", "Gavin Mitchell", "Molly", "Mona", "Susie Moss", "Parker", "Mark Robinson", "Roy", "Ryan", "Sandy", "Sophie", "Steve", "Elizabeth Stevens", "Paul Stevens", "Stu", "Terry", "Mr. Treeger", "Joey Tribbiani", "Ugly Naked Guy", "Mr. Waltham", "Andrea Waltham", "Emily Waltham", "Stephen Waltham", "Charlie Wheeler", "Mr. Zelner", "Carol Willick", "Miss Chanandler Bong"]
5
+ locations: ["Monica's Apartment", "Central Perk", "Chandler and Joey's Apartment", "Monica and Chandler's House", "Phoebe's Apartment", "Ross' Third Apartment", "Javu", "Moondance Diner", "Allesandro's", "Bloomingdale's", "Ross' First Apartment", "Ross' Second Apartment", "Lincoln High School", "Joey's Apartment", "Monica and Ross' Parents House", "Becco", "Dot's Spot", "Carol and Susan's Apartment", "Gina's House", "Waltham House", "Celestino Custom Tailor", "Ernie's", "New York University", "Silvercup Studios", "Marcel's", "945 Grove St Apt. 20", "Ralph Lauren", "New York Museum of Prehistoric History", "Days of Our Lives", "15 Yemen Road, Yemen"]
6
+ quotes: ["I can handle this. Handle is my middle name. Actually, handle is the middle of my first name.", "Pivot! Pivot! Pivot! Pivot! Pivot!", "Shut up! Shut up! Shut up!", "Joey doesn’t share food!", "Guys can fake it? Unbelievable! The one thing that’s ours!", "If you’re going to call me names, I would prefer Ross, the Divorce Force. It’s just cooler.", "All right, look if you absolutely have to tell her the truth, at least wait until the timing’s right. And that’s what deathbeds are for.", "Your teeth? Yeah, I saw them from outside.", "Dear God! This parachute is a knapsack!", "No, homo habilis was erect. Australopithecus was never fully erect.", "Well, maybe he was nervous.", "I’m glad we’re having a rehearsal dinner. I rarely practice my meals before I eat.", "Until I was 25 I thought the only response to ‘I love you’ was ‘Oh crap!'", "What’s not to like? Custard – good. Jam – good. Meat – good!", "No. Interestingly enough, her leaf blower picked up.", "You know what’s weird? Donald Duck never wore pants. But whenever he’s getting out of the shower, he always puts a towel around his waist. I mean, what is that about?", "Ross, just for my own peace of mind, you’re not married to any more of us are you?", "It’s a moo point. It’s like a cow’s opinion; it doesn’t matter. It’s moo.", "First divorce: wife’s hidden sexuality, not my fault. Second divorce: said the wrong name at the altar, kind of my fault. Third divorce: they shouldn’t let you get married when you’re that drunk and have stuff drawn all over your face, Nevada’s fault.", "It hurts my Joey’s apple!", "Oh, are you setting Ross up with someone? Does she have a wedding dress?", "Your collective dating record reads like a who’s who of human crap.", "If you don’t help me cook I’m going to take a bunch of those hot dogs and make a new appetiser called pigs in Ross.", "I’m not so good with the advice. Can I interest you in a sarcastic comment?", "No! No, Joey! U-N-I-sex.", "Oh look, ugly naked guy is decorating his Christmas tree! Wow, you should see the size of his Christmas balls!", "I can’t believe my Dad saw us having sex! He didn’t make it to one of my piano recitals, but this he sees!", "If you want to receive emails about my upcoming shows please give me money so I can buy a computer.", "Come on Ross you’re a palaeontologist – dig a little deeper.", "You can’t have S-E-X when your taking care of the B-A-B-I-E.", "A hundred million people went to see a movie about what I do. I wonder how many people would go see a movie called Jurassic Parka. No, no, no, a bunch of out-of-control jackets take over an island!", "Hey buddy, this is a family place. Put the mouse back in the house.", "I’m not someone who goes after a guy five minutes after he’s divorced.", "We were on a break!", "Oh, my God! If you say that one more time, I’m going to break up with you!", "How you doin’?", "Forty-two to twenty-one! Like the turkey, Ross is done!", "SEVEN! SEVEN! SEVEN!", "I'm Monica. I’m disgusting. I stalk guys and keep their underpants.", "Fine judge all you want but... married a lesbian, left a man at the altar, fell in love with a gay ice dancer, threw a girl’s wooden leg in the fire, LIVE IN A BOX.", "Welcome to the real world. It sucks. You’re gonna love it!", "Sure I peed on her. And if I had to, I’d pee on any one of you!", "If the homo sapiens were, in fact, HOMO sapiens…is that why they’re extinct?", "You could not be any more wrong. You could try, but you would not be successful.", "You’ve been BAMBOOZLED!", "It was summer… and it was hot. Rachel was there… A lonely grey couch…”OH LOOK!” cried Ned, and then the kingdom was his forever. The End.", "Je m’appelle Claude", "Raspberries? Good. Ladyfingers? Good. Beef? GOOD!", "Could I BE wearing any more clothes?", "Oh no, two women love me. They're both gorgeous and sexy. My wallet's too small for my fifties AND MY DIAMOND SHOES ARE TOO TIGHT."]
@@ -0,0 +1,4 @@
1
+ en:
2
+ faker:
3
+ funny_name:
4
+ name: ["Aaron Thetires", "Abbie Birthday", "Abe Rudder", "Abel N. Willan", "Adam Baum", "Adam Bomb", "Adam Meway", "Adam Sapple", "Adam Zapel", "Agatha L. Outtathere", "Al B. Tross", "Al B. Zienya", "Al Dente", "Al Fresco", "Al Gore Rythim", "Al K. Seltzer", "Al Kaholic", "Al Kaseltzer", "Al Luminum", "Al Nino", "Al O'Moaney", "Alec Tricity", "Alex Blaine Layder", "Alf A. Romeo", "Alf Abet", "Ali Gaither", "Ali Gator", "Ali Katt", "Allen Rench", "Amanda B. Reckonwith", "Amanda Lynn", "Andy Friese", "Andy Gravity", "Andy Structible", "Anita Bath", "Anita Bathe", "Anita Job", "Anita Knapp", "Ann B. Dextrous", "Ann Chovie", "Ann Tartica", "Anna Conda", "Anna Graham", "Anna Mull", "Anna Prentice", "Anna Sasin", "Anna Septic", "Anne T. Lope", "Anne Teak", "Anne Ville", "Annette Curtain", "Annie Buddyhome", "Annie Howe", "Annie Matter", "Annie Moore", "April Schauer", "Arch N. Emmy", "Aretha Holly", "Ariel Hassle", "Armand Hammer", "Art Exhibit", "Art Major", "Art Painter", "Art Sellers", "Artie Choke", "Ayma Moron", "B. A. Ware", "Barb Dwyer", "Barb Dwyer", "Barb E. Cue", "Barb E. Dahl", "Barry Cade", "Barry D'Alive", "Barry D. Hatchett", "Barry Shmelly", "Bart Ender", "Bea Lowe", "Bea Minor", "Bea Sting", "Beau Tye", "Beau Vine", "Ben Crobbery", "Ben D. Fender", "Ben Dover", "Ben Down", "Ben Lyon", "Ben O'Drill", "Ben Thair", "Bertha D. Blues", "Bess Eaton", "Bess Twishes", "Biff Wellington", "Bill Board", "Bill Ding", "Bill Dollar", "Bill Foldes", "Bill Loney", "Bill Lowney", "Bill Ng", "Bill Overdew", "Billy Rubin", "Bjorn Free", "Bo D. Satva", "Bo Nessround", "Bob Frapples", "Bob Inforapples", "Bob Katz", "Bob Ng", "Bob Sledd", "Bonnie Ann Clyde", "Bowen Arrow", "Brandon Cattell", "Brandon Irons", "Brandy Anne Koch", "Brandy Bottle", "Brandy D. Cantor", "Braxton Hicks", "Brice Tagg", "Brighton Early", "Brock Lee", "Brook Lynn Bridge", "Brooke Trout", "Brooke Waters", "Bruce Easley", "Buck Ng", "Bud Weiser", "Buddy Booth", "Buddy System", "C. Worthy", "Cal Culator", "Cal Efornia", "Cal Seeium", "Cam Payne", "Cammie Sole", "Candace Spencer", "Candice B. DePlace", "Candice B. Fureal", "Candy Barr", "Candy Baskett", "Candy Kane", "Cara Van", "Carl Arm", "Carlotta Tendant", "Carrie A. Tune", "Carrie Dababi", "Carrie Oakey", "Carson O. Gin", "Chad Terbocks", "Chanda Lear", "Charity Case", "Cheri Pitts", "Chi Spurger", "Chip Munk", "Chris Coe", "Chris Cross", "Chris Ko", "Chris Mass", "Chris P. Bacon", "Chris P. Nugget", "Chris P. Wheatzenraisins", "Chrystal Glass", "Chuck Roast", "Claire Annette", "Claire Annette Reed", "Claire DeAir", "Claire Voyance", "Clara Nett", "Clara Sabell", "Cody Pendant", "Cole Durkee", "Cole Kutz", "Colette A. Day", "Colin Allcars", "Colleen Cardd", "Constance Noring", "Corey Ander", "Count Orff", "Crystal Ball", "Crystal Claire Waters", "Crystal Glass", "Curt N. Rodd", "Curt Zee", "Cy Burns", "Cy Kosis", "Daisy Chain", "Daisy Picking", "Dale E. Bread", "Dan D. Lyon", "Dan Deline", "Dan Druff", "Dan Geruss", "Dan Saul Knight", "Danielle Soloud", "Darrell B. Moore", "Darren Deeds", "Darryl Likt", "Dee Kay", "Dee Liver", "Dee Major", "Dee Sember", "Dee Zaster", "Dennis Toffice", "Denny Juan Heredatt", "Des Buratto", "Di O'Bolic", "Diane Toluvia", "Didi Reelydoit", "Dinah Might", "Dinah Soares", "Doll R. Bill", "Don Key", "Don Thatt", "Doris Open", "Doris Schutt", "Doug Graves", "Doug Hole", "Doug Love Fitzhugh", "Doug Updegrave", "Doug Witherspoon", "Douglas Furr", "Douglas S. Halfempty", "Drew Blood", "Duane DeVane", "Duane Pipe", "Dustin D. Furniture", "Dusty Carr", "Dusty Rhodes", "Dusty Sandmann", "Dusty Storm", "Dwayne Pipe", "E. Ville", "Earl E. Byrd", "Earl Lee Riser", "Easton West", "Eaton Wright", "Ed Ible", "Ed Jewcation", "Ed Venture", "Eddie Bull", "Eileen Dover", "Eli Ondefloor", "Ella Vader", "Elle O'Quent", "Ellie Noise", "Elmer Sklue", "Emerald Stone", "Emile Eaton", "Emma Royds", "Estelle Hertz", "Ethel L. Cahall", "Evan Keel", "Evan Lee Arps", "Evans Gayte", "Eve Hill", "Eve Ning", "Eve O'Lution", "Ewan Whatarmy", "Father A. Long", "Faye Kinnitt", "Faye Slift", "Faye Tallity", "Ferris Wheeler", "Fletcher Bisceps", "Ford Parker", "Frank Enstein", "Frank Furter", "Frank N. Beans", "Frank N. Sense", "Frank N. Stein", "Freida Convict", "Gene E. Yuss", "Gene Poole", "George Washington Sleptier", "Gil T. Azell", "Ginger Rayl", "Ginger Snapp", "Ginger Vitis", "Gladys C. Hughes", "Gladys Eeya", "Godiva Headache", "Gus Tofwin", "Hal E. Luya", "Hal Jalikakick", "Hammond Eggs", "Hare Brain", "Harmon Ikka", "Harrison Fire", "Harry Armand Bach", "Harry Beard", "Harry Caray", "Harry Chest", "Harry Legg", "Harry Pitts", "Harry R. M. Pitts", "Hayden Seek", "Haywood Jashootmee", "Hazel Nutt", "Heather N. Yonn", "Hein Noon", "Helen Back", "Helen Highwater", "Helena Hanbaskett", "Herb E. Side", "Herbie Voor", "Hilda Climb", "Holly Day", "Holly Wood", "Homan Provement", "Hope Ferterbest", "Howard I. No", "Howe D. Pardner", "Howie Doohan", "Hugh Mungous", "Hugh deMann", "Hugo First", "Hy Ball", "Hy Gene", "Hy Lowe", "Hy Marx", "Hy Price", "I. Ball", "I. D. Clair", "I. Lasch", "I. M. Boring", "I. P. Daly", "I. P. Freely", "I. Pullem", "I. Ron Stomach", "Ida Whana", "Igor Beaver", "Ilene Dover", "Ilene East", "Ilene Left", "Ilene North", "Ilene South", "Ilene West", "Ilene Wright", "Ima B. Leever", "Ima Hogg", "Ima Klotz", "Ima Lytle Teapot", "Iona Corolla", "Iona Ford", "Iona Frisbee", "Ira Fuse", "Isadore Bell", "Ivan Oder", "Izzy Backyet", "Jack Dupp", "Jack Hammer", "Jack Pott", "Jack Tupp", "Jacklyn Hyde", "Jacques Strap", "Jade Stone", "Jan U. Wharry", "Jane Linkfence", "Jaqueline Hyde", "Jasmine Flowers", "Jasmine Rice", "Jay Bird", "Jay Walker", "Jean Poole", "Jeanette Akenja Nearing", "Jed Dye", "Jed I. Knight", "Jeff Healitt", "Jerry Atrics", "Jim Laucher", "Jim Nasium", "Jim Shorts", "Jim Shu", "Jim Sox", "Jimmy DeLocke", "Jo King", "Joanna Hand", "Joaquin DeFlores", "Joe Czarfunee", "Joe Kerr", "Joe King", "Joy Anna DeLight", "Joy Kil", "Joy Rider", "Juan De Hattatime", "Juan Fortharoad", "Juan Morefore DeRhode", "Juan Nightstand", "Juana Bea", "June Bugg", "Justin Case", "Justin Casey Howells", "Justin Credible", "Justin Inch", "Justin Sane", "Justin Thyme", "Justin Tune", "Kandi Apple", "Kareem O'Weet", "Kat Toy", "Katy Litter", "Kay Mart", "Kay Neine", "Ken Dahl", "Ken Oppenner", "Kenney C. Strait", "Kenny Dewitt", "Kenny Penny", "Kent Cook", "Kenya Dewit", "Kerry Oki", "Kim Payne Slogan", "Kitty Katz", "Kristie Hannity", "Kurt Remarque", "Lake Speed", "Lance Lyde", "Laura Norder", "Lee Nover", "Leigh King", "Len DeHande", "Leo Tarred", "Les Moore", "Les Payne", "Les Plack", "Lily Livard", "Lily Pond", "Lina Ginster", "Lisa Carr", "Lisa Ford", "Lisa Honda", "Lisa Neucar", "Liv Good", "Liv Long", "Liz Onnia", "Lois Price", "Lon Moore", "Lou Briccant", "Lou Dan Obseen", "Lou Pole", "Lou Stooth", "Lou Zar", "Louise E. Anna", "Lowden Clear", "Lucy Fer", "Luke Adam Go", "Luke Warm", "Luna Tick", "Lynn Guini", "Lynn Meabuck", "Lynn O. Liam", "M. Balmer", "M. T. Toombe", "Mabel Syrup", "Macon Paine", "Mandy Lifeboats", "Manny Kinn", "Manuel Labor", "Marco DeStinkshun", "Marcus Absent", "Marge Innastraightline", "Marj Oram", "Mark A. Roni", "Mark Mywords", "Mark Z. Spot", "Marlon Fisher", "Marsha Dimes", "Marsha Mellow", "Marshall Law", "Marty Graw", "Marv Ellis", "Mary A. Richman", "Mary Ann Bright", "Mary Gold", "Mary Ott", "Mary Thonn", "Mason Jarr", "Matt Tress", "Maude L. T. Ford", "Maurice Minor", "Max E. Mumm", "Max Little", "Max Power", "May Day", "May Furst", "May K. Fist", "May O'Nays", "Megan Bacon", "Mel Function", "Mel Loewe", "Mel Practiss", "Melanie Letters", "Melba Crisp", "Michael Otto Nuys", "Michelle Lynn", "Midas Well", "Mike Czech", "Mike Raffone", "Mike Rohsopht", "Mike Stand", "Milly Graham", "Milly Meter", "Milton Yermouth", "Minnie Skurt", "Minny van Gogh", "Miss Alanius", "Missy Sippy", "Misty C. Shore", "Misty Meanor", "Misty Shore", "Misty Waters", "Mitch Again", "Moe DeLawn", "Moe Skeeto", "Molly Kuehl", "Morey Bund", "Morgan U. Canhandle", "Mort Tallity", "Myles Long", "Myra Maines", "Neil B. Formy", "Neil Down", "Neve Adda", "Nick L. Andime", "Nick O'Teen", "Nick O'Time", "Nick Ovtime", "Nida Lyte", "Noah Lott", "Noah Riddle", "Olive Branch", "Olive Green", "Olive Hoyl", "Olive Yew", "Oliver Sutton", "Ophelia Payne", "Oren Jellow", "Oscar Ruitt", "Otto B. Kilt", "Otto Carr", "Otto Graf", "Otto Whackew", "Owen Big", "Owen Cash", "Owen Money", "Owen Moore", "P. Brain", "Paige Turner", "Park A. Studebaker", "Parker Carr", "Pat Downe", "Pat Pending", "Patton Down DeHatches", "Pearl E White", "Pearl E. Gates", "Pearl E. Whites", "Peg Legge", "Penny Bunn", "Penny Lane", "Penny Nichols", "Penny Profit", "Penny Whistler", "Penny Wise", "Pepe C. Cola", "Pepe Roni", "Perry Mecium", "Pete Moss", "Pete Zaria", "Phil A. Delphia", "Phil A. Mignon", "Phil DeGrave", "Phil Graves", "Phil Rupp", "Phillip D. Bagg", "Polly Dent", "Polly Ester", "Quimby Ingmeen", "Quint S. Henschel", "R. M. Pitt", "Raney Schauer", "Ray Gunn", "Ray N. Carnation", "Ray Zenz", "Raynor Schein", "Reed Toomey", "Reid Enright", "Renee Sance", "Rex Easley", "Rex Karrs", "Rhea Curran", "Rhea Pollster", "Rhoda Booke", "Rhoda Mule", "Rich Feller", "Rich Guy", "Rich Kidd", "Rich Mann", "Rick Kleiner", "Rick O'Shea", "Rick Shaw", "Ricky T. Ladder", "Rip Tile", "Rip Torn", "Rita Booke", "Rita Story", "Rob A. Bank", "Rob Banks", "Robin Andis Merryman", "Robin Banks", "Robin DeCraydle", "Robin Meeblind", "Robin Money", "Rocky Beach", "Rocky Mountain", "Rocky Rhoades", "Rocky Shore", "Rod N. Reel", "Roger Overandout", "Roman Holiday", "Ron A. Muck", "Rory Storm", "Rosa Shore", "Rose Bush", "Rose Gardner", "Rosie Peach", "Rowan Boatman", "Royal Payne", "Rufus Leaking", "Russell Ingleaves", "Russell Sprout", "Rusty Blades", "Rusty Carr", "Rusty Dorr", "Rusty Fender", "Rusty Fossat", "Rusty Irons", "Rusty Keyes", "Rusty Nails", "Rusty Pipes", "Rusty Steele", "Ryan Carnation", "Ryan Coke", "Sal A. Mander", "Sal Ami", "Sal Minella", "Sal Sage", "Sally Forth", "Sally Mander", "Sam Dayoulpay", "Sam Manilla", "Sam Pull", "Sam Urai", "Samson Night", "Sandy Banks", "Sandy Beech", "Sandy C. Shore", "Sandy Spring", "Sarah Bellum", "Sarah Doctorinthehouse", "Sasha Klotz", "Sawyer B. Hind", "Scott Shawn DeRocks", "Seymour Legg", "Shanda Lear", "Shandy Lear", "Sharon A. Burger", "Sheri Cola", "Sherman Wadd Evver", "Shirley Knot", "Shirley U. Jest", "Sid Down", "Simon Swindells", "Sir Fin Waves", "Skip Dover", "Skip Roper", "Skip Stone", "Sonny Day", "Stan Dup", "Stan Still", "Stew Ng", "Stu Pitt", "Sue Case", "Sue Flay", "Sue Jeu", "Sue Permann", "Sue Render", "Sue Ridge", "Sue Shi", "Sue Yu", "Sy Burnette", "Tad Moore", "Tad Pohl", "Tamara Knight", "Tanya Hyde", "Tate Urtots", "Taylor Maid", "Ted E. Baer", "Telly Vision", "Terry Achey", "Terry Bull", "Theresa Brown", "Theresa Green", "Therese R. Green", "Thor Luther", "Tim Burr", "Tina See", "Tish Hughes", "Tom A. Toe", "Tom Katt", "Tom Katz", "Tom Morrow", "Tommy Gunn", "Tommy Hawk", "Trina Corder", "Trina Forest", "Trina Woods", "Ty Coon", "Ty Knotts", "Ty Malone", "Ty Tannick", "Ty Tass", "Tyrone Shoes", "U. O. Money", "U. P. Freehly", "Ulee Daway", "Val Crow", "Val Lay", "Val Veeta", "Vlad Tire", "Walt Smedley", "Walter Melon", "Wanda Rinn", "Warren Piece", "Warren T.", "Wayne Deer", "Will Power", "Will Wynn", "Willie Maykit", "Willie Waite", "Wilma Leggrowbach", "Winnie Bago", "Winnie Dipoo", "Winsom Cash", "Woody Forrest", "Woody U. No", "X. Benedict", "Xavier Breath", "Xavier Money", "Yule B. Sari", "Zeke N. Yeshallfind", "Zoe Mudgett Hertz", "Zoltan Pepper"]
@@ -0,0 +1,283 @@
1
+ en:
2
+ faker:
3
+ game:
4
+ title:
5
+ - 'Half-Life'
6
+ - 'Half-Life: Opposing Force'
7
+ - 'Half-Life: Blue Shift'
8
+ - 'Half-Life 2'
9
+ - 'Half-Life 2: Episode One'
10
+ - 'Half-Life 2: Episode Two'
11
+ - 'Half-Life 2: Lost Coast'
12
+ - 'Portal'
13
+ - 'Portal 2'
14
+ - 'Team Fortress Classic'
15
+ - 'Team Fortress 2'
16
+ - 'Left 4 Dead'
17
+ - 'Left 4 Dead 2'
18
+ - 'Day of Defeat'
19
+ - 'Ricochet'
20
+ - 'Dota 2'
21
+ - 'Counter-Strike'
22
+ - 'Counter-Strike: Source'
23
+ - 'Counter-Strike: Global Offensive'
24
+ - "Garry's Mod"
25
+ - 'Super Mario Bros.'
26
+ - 'Super Mario Bros. 2'
27
+ - 'Super Mario Bros. 3'
28
+ - 'Super Mario World'
29
+ - 'Super Mario Sunshine'
30
+ - 'Super Mario Galaxy'
31
+ - 'Super Mario Galaxy 2'
32
+ - 'Super Mario Odyssey'
33
+ - 'Mario Kart 64'
34
+ - 'Mario Kart: Double Dash'
35
+ - 'Mario Kart DS'
36
+ - 'Mario Kart Wii'
37
+ - 'Mario Kart 7'
38
+ - 'Mario Kart 8'
39
+ - 'Mario Kart 8 Deluxe'
40
+ - "Luigi's Mansion"
41
+ - 'Animal Crossing'
42
+ - 'Animal Crossing: Wild World'
43
+ - 'Animal Crossing: City Folk'
44
+ - 'Animal Crossing: New Leaf'
45
+ - 'Civilization III'
46
+ - 'Civilization IV'
47
+ - 'Civilization V'
48
+ - 'Civilization VI'
49
+ - 'The Legend of Zelda'
50
+ - 'The Legend of Zelda: Ocarina of Time'
51
+ - "The Legend of Zelda: Majora's Mask"
52
+ - 'The Legend of Zelda: Twilight Princess'
53
+ - 'The Legend of Zelda: Skyward Sword'
54
+ - 'The Legend of Zelda: Breath of the Wild'
55
+ - 'Pong'
56
+ - 'Pac-Man'
57
+ - 'Starcraft'
58
+ - 'Starcraft II'
59
+ - 'Overwatch'
60
+ - 'Hearthstone'
61
+ - 'Halo: Combat Evolved'
62
+ - 'Halo 2'
63
+ - 'Halo 3'
64
+ - 'Halo 3: ODST'
65
+ - 'Halo: Reach'
66
+ - 'Halo 4'
67
+ - 'Halo 5: Guardians'
68
+ - 'Wii Sports'
69
+ - 'Wii Sports Resort'
70
+ - 'Wii Play'
71
+ - 'Wii Music'
72
+ - 'Pokémon Red'
73
+ - 'Pokémon Blue'
74
+ - 'Pokémon Yellow'
75
+ - 'Pokémon Gold'
76
+ - 'Pokémon Silver'
77
+ - 'Pokémon Crystal'
78
+ - 'Pokémon Ruby'
79
+ - 'Pokémon Sapphire'
80
+ - 'Pokémon FireRed'
81
+ - 'Pokémon LeafGreen'
82
+ - 'Pokémon Emerald'
83
+ - 'Pokémon Diamond'
84
+ - 'Pokémon Pearl'
85
+ - 'Pokémon Platinum'
86
+ - 'Pokémon HeartGold'
87
+ - 'Pokémon SoulSilver'
88
+ - 'Pokémon Black'
89
+ - 'Pokémon White'
90
+ - 'Pokémon Black 2'
91
+ - 'Pokémon White 2'
92
+ - 'Pokémon X'
93
+ - 'Pokémon Y'
94
+ - 'Pokémon Omega Ruby'
95
+ - 'Pokémon Alpha Sapphire'
96
+ - 'Pokémon Sun'
97
+ - 'Pokémon Moon'
98
+ - 'Pokémon Ultra Sun'
99
+ - 'Pokémon Ultra Moon'
100
+ - "Pokémon: Let's Go Pikachu!"
101
+ - "Pokémon: Let's Go Eevee!"
102
+ - 'Pokémon Sword'
103
+ - 'Pokémon Shield'
104
+ - 'Doom'
105
+ - 'Doom II'
106
+ - 'Doom 3: BFG'
107
+ - 'Quake'
108
+ - 'Wolfenstein 3D'
109
+ - 'Wolfenstein: The New Order'
110
+ - 'Wolfenstein: The Old Blood'
111
+ - 'Wolfenstein 2: The New Colossus'
112
+ - 'Puyo Puyo Tetris'
113
+ - 'Katamari Damacy'
114
+ - 'Bastion'
115
+ - 'Transistor'
116
+ - 'System Shock'
117
+ - 'BioShock'
118
+ - 'BioShock Infinite'
119
+ - 'Deus Ex'
120
+ - 'Metroid Prime'
121
+ - 'Metroid Prime 2: Echoes'
122
+ - 'Metroid Prime 3: Corruption'
123
+ - 'Super Meat Boy'
124
+ - 'Super Smash Bros. Brawl'
125
+ - 'Super Smash Bros. Melee'
126
+ - 'Super Smash Bros. Ultimate'
127
+ - 'Thief II'
128
+ - 'Vampire: The Masquerade – Bloodlines'
129
+ - 'Myst'
130
+ - 'Batman: Arkham Asylum'
131
+ - 'Batman: Arkham City'
132
+ - 'Dishonored'
133
+ - 'God of War'
134
+ - 'LittleBigPlanet'
135
+ - 'Grim Fandango'
136
+ - 'Day of the Tentacle'
137
+ - 'Kingdom Hearts'
138
+ - 'Kingdom Hearts II'
139
+ - 'The Last of Us'
140
+ - 'Perfect Dark'
141
+ - 'Shadow of the Colossus'
142
+ - 'Fallout: New Vegas'
143
+ - 'Fire Emblem Awakening'
144
+ - "Banjo-Kazooie: Grunty's Revenge"
145
+ - 'Banjo-Kazooie: Nuts & Bolts'
146
+ - 'Firewatch'
147
+ - 'Mass Effect'
148
+ - 'Mass Effect 2'
149
+ - 'Mass Effect 3'
150
+ - 'Mega Man'
151
+ - 'Mega Man Battle Network'
152
+ - 'Bayonetta'
153
+ - 'Bayonetta 2'
154
+ - 'The Wonderful 101'
155
+ - 'Sleeping Dogs'
156
+ - 'Battletoads'
157
+ - 'Brütal Legend'
158
+ - 'Halo Wars'
159
+ - 'Clannad'
160
+ - 'Highway Blossoms'
161
+ - 'Infamous'
162
+ - 'Crash Bandicoot'
163
+ - 'Just Cause'
164
+ - 'Just Cause 2'
165
+ - 'Devil May Cry'
166
+ - 'Life is Strange'
167
+ - 'WarioWare: Smooth Moves'
168
+ - 'WarioWare: Touched!'
169
+ - 'Dwarf Fortress'
170
+ - 'Dungeon Keeper'
171
+ - 'Minecraft'
172
+ - 'Fortnite'
173
+ - "PlayerUnknown's Battlegrounds"
174
+ - "Kirby's Adventure"
175
+ - "Kirby's Dream Land"
176
+ - "Kirby's Epic Yarn"
177
+ - "Yoshi's Wooly World"
178
+ - 'L.A. Noire'
179
+ - 'Kid Icarus'
180
+ - 'Ice Climbers'
181
+ - 'Crysis'
182
+ - 'Crysis 2'
183
+ - 'Hitman: Absolution'
184
+ - 'Metal Gear Solid'
185
+ - 'F-Zero'
186
+ - 'F.E.A.R.'
187
+ - 'Max Payne'
188
+ - 'Max Payne 2: The Fall of Max Payne'
189
+ - 'Max Payne 3'
190
+ - 'Far Cry'
191
+ - 'Castle Crashers'
192
+ - 'Sonic Unleashed'
193
+ - "Mirror's Edge"
194
+ - 'The Witcher'
195
+ - 'The Witcher 2: Assassins of Kings'
196
+ - 'The Witcher 3: Wild Hunt'
197
+ - 'Monster Hunter: World'
198
+ - 'Call of Duty'
199
+ - 'Call of Duty 4: Modern Warfare'
200
+ - 'Call of Duty: Modern Warfare Remastered'
201
+ - 'Call of Duty: Modern Warfare 2'
202
+ - 'Call of Duty: Modern Warfare 3'
203
+ - 'Call of Duty: World at War'
204
+ - 'Call of Duty: Black Ops'
205
+ - 'Call of Duty: Black Ops II'
206
+ - 'Call of Duty: Black Ops III'
207
+ - 'Call of Duty: Black Ops 4'
208
+ - 'Shadow Tactics: Blade of the Shogun'
209
+ - 'Commandos: Behind Enemy Lines'
210
+ - 'Commandos: Beyond the Call of Duty'
211
+ - 'Commandos 2: Men of Courage'
212
+ - 'Commandos 3: Destination Berlin'
213
+ - 'Commandos: Strike Force'
214
+ - 'Desperados: Wanted Dead or Alive'
215
+ - "Desperados 2: Cooper's Revenge"
216
+ - 'Helldorado'
217
+ - 'Desperados III'
218
+ - 'Diablo'
219
+ - 'Diablo II'
220
+ - 'Diablo III'
221
+ - 'Guitar Hero'
222
+ genre:
223
+ - 'First-person shooter'
224
+ - 'Puzzle'
225
+ - 'Platformer'
226
+ - 'Action'
227
+ - 'Adventure'
228
+ - 'Real-time strategy'
229
+ - 'Action role-playing'
230
+ - 'Dungeon crawl'
231
+ - 'Roguelike'
232
+ - 'Tactical role-playing'
233
+ - 'Sports'
234
+ - 'Simulation'
235
+ - 'Fighting'
236
+ - 'Massively multiplayer online'
237
+ - 'Stealth'
238
+ - 'Survival'
239
+ - 'Rhythm'
240
+ - 'Survival horror'
241
+ - 'Text adventure'
242
+ - 'Visual novel'
243
+ - 'Real-time strategy'
244
+ - 'Multiplayer online battle arena'
245
+ - 'Tower defense'
246
+ - 'Trivia'
247
+ - 'Real-time tactics'
248
+ - 'Hack and slash'
249
+ - 'Battle royale'
250
+ - 'Third-person shooter'
251
+ - 'Music'
252
+ platform:
253
+ - 'Xbox'
254
+ - 'Xbox 360'
255
+ - 'Xbox One'
256
+ - 'PlayStation'
257
+ - 'PlayStation 2'
258
+ - 'PlayStation 3'
259
+ - 'PlayStation 4'
260
+ - 'PlayStation Portable'
261
+ - 'PlayStation Vita'
262
+ - 'Game Boy'
263
+ - 'Game Boy Color'
264
+ - 'Game Boy Advance'
265
+ - 'Nintendo DS'
266
+ - 'Nintendo DSi'
267
+ - 'Nintendo 3DS'
268
+ - 'Nintendo Entertainment System'
269
+ - 'Super Nintendo Entertainment System'
270
+ - 'Nintendo 64'
271
+ - 'GameCube'
272
+ - 'Wii'
273
+ - 'Wii U'
274
+ - 'Nintendo Switch'
275
+ - 'Windows'
276
+ - 'macOS'
277
+ - 'Linux'
278
+ - 'Sega Genesis'
279
+ - 'Sega Master System'
280
+ - 'Game Gear'
281
+ - 'Sega Saturn'
282
+ - 'Sega Dreamcast'
283
+ - 'Virtual Boy'