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,82 @@
1
+ en:
2
+ faker:
3
+ chuck_norris:
4
+ fact: [
5
+ "All arrays Chuck Norris declares are of infinite size, because Chuck Norris knows no bounds.",
6
+ "Chuck Norris doesn't have disk latency because the hard drive knows to hurry the hell up.",
7
+ "All browsers support the hex definitions #chuck and #norris for the colors black and blue.",
8
+ "Chuck Norris can't test for equality because he has no equal.",
9
+ "Chuck Norris doesn't need garbage collection because he doesn't call .Dispose(), he calls .DropKick().",
10
+ "Chuck Norris's first program was kill -9.", "Chuck Norris burst the dot com bubble.",
11
+ "Chuck Norris writes code that optimizes itself.",
12
+ "Chuck Norris can write infinite recursion functions... and have them return.",
13
+ "Chuck Norris can solve the Towers of Hanoi in one move.",
14
+ "The only pattern Chuck Norris knows is God Object.",
15
+ "Chuck Norris finished World of Warcraft.",
16
+ "Project managers never ask Chuck Norris for estimations... ever.",
17
+ "Chuck Norris doesn't use web standards as the web will conform to him.",
18
+ "\"It works on my machine\" always holds true for Chuck Norris.",
19
+ "Whiteboards are white because Chuck Norris scared them that way.",
20
+ "Chuck Norris's beard can type 140 wpm.",
21
+ "Chuck Norris can unit test an entire application with a single assert.",
22
+ "Chuck Norris doesn't bug hunt, as that signifies a probability of failure. He goes bug killing.",
23
+ "Chuck Norris's keyboard doesn't have a Ctrl key because nothing controls Chuck Norris.",
24
+ "Chuck Norris doesn't need a debugger, he just stares down the bug until the code confesses.",
25
+ "Chuck Norris can access private methods.",
26
+ "Chuck Norris can instantiate an abstract class.",
27
+ "Chuck Norris doesn't need to know about class factory pattern. He can instantiate interfaces.",
28
+ "The class object inherits from Chuck Norris.",
29
+ "For Chuck Norris, NP-Hard = O(1).",
30
+ "Chuck Norris knows the last digit of PI.",
31
+ "Chuck Norris can divide by zero.",
32
+ "Chuck Norris doesn't get compiler errors,
33
+ the language changes itself to accommodate Chuck Norris.",
34
+ "The programs that Chuck Norris writes don't have version numbers because he only writes them once. If a user reports a bug or has a feature request they don't live to see the sun set.",
35
+ "Chuck Norris doesn't believe in floating point numbers because they can't be typed on his binary keyboard.",
36
+ "Chuck Norris solved the Travelling Salesman problem in O(1) time.",
37
+ "Chuck Norris never gets a syntax error. Instead, the language gets a DoesNotConformToChuck error.",
38
+ "No statement can catch the ChuckNorrisException.",
39
+ "Chuck Norris doesn't program with a keyboard. He stares the computer down until it does what he wants.",
40
+ "Chuck Norris doesn't pair program.",
41
+ "Chuck Norris can write multi-threaded applications with a single thread.",
42
+ "There is no Esc key on Chuck Norris' keyboard, because no one escapes Chuck Norris.",
43
+ "Chuck Norris doesn't delete files, he blows them away.",
44
+ "Chuck Norris can binary search unsorted data.",
45
+ "Chuck Norris breaks RSA 128-bit encrypted codes in milliseconds.",
46
+ "Chuck Norris went out of an infinite loop.",
47
+ "Chuck Norris can read all encrypted data, because nothing can hide from Chuck Norris.",
48
+ "Chuck Norris hosting is 101% uptime guaranteed.",
49
+ "When a bug sees Chuck Norris, it flees screaming in terror, and then immediately self-destructs to avoid being roundhouse-kicked.",
50
+ "Chuck Norris rewrote the Google search engine from scratch.",
51
+ "Chuck Norris doesn't need the cloud to scale his applications, he uses his laptop.",
52
+ "Chuck Norris can access the DB from the UI.",
53
+ "Chuck Norris' protocol design method has no status, requests or responses, only commands.",
54
+ "Chuck Norris' programs occupy 150% of CPU, even when they are not executing.",
55
+ "Chuck Norris can spawn threads that complete before they are started.",
56
+ "Chuck Norris programs do not accept input.",
57
+ "Chuck Norris doesn't need an OS.",
58
+ "Chuck Norris can compile syntax errors.",
59
+ "Chuck Norris compresses his files by doing a flying round house kick to the hard drive.",
60
+ "Chuck Norris doesn't use a computer because a computer does everything slower than Chuck Norris.",
61
+ "You don't disable the Chuck Norris plug-in, it disables you.",
62
+ "Chuck Norris doesn't need a java compiler, he goes straight to .war",
63
+ "Chuck Norris can use GOTO as much as he wants to. Telling him otherwise is considered harmful.",
64
+ "There is nothing regular about Chuck Norris' expressions.",
65
+ "Quantum cryptography does not work on Chuck Norris. When something is being observed by Chuck it stays in the same state until he's finished.",
66
+ "There is no need to try catching Chuck Norris' exceptions for recovery; every single throw he does is fatal.",
67
+ "Chuck Norris' beard is immutable.",
68
+ "Chuck Norris' preferred IDE is hexedit.",
69
+ "Chuck Norris is immutable. If something's going to change, it's going to have to be the rest of the universe.",
70
+ "Chuck Norris' addition operator doesn't commute; it teleports to where he needs it to be.",
71
+ "Anonymous methods and anonymous types are really all called Chuck Norris. They just don't like to boast.",
72
+ "Chuck Norris doesn't have performance bottlenecks. He just makes the universe wait its turn.",
73
+ "Chuck Norris does not use exceptions when programming. He has not been able to identify any of his code that is not exceptional.",
74
+ "When Chuck Norris' code fails to compile the compiler apologises.",
75
+ "Chuck Norris does not use revision control software. None of his code has ever needed revision.",
76
+ "Chuck Norris can recite π. Backwards.",
77
+ "When Chuck Norris points to null, null quakes in fear.",
78
+ "Chuck Norris has root access to your system.",
79
+ "When Chuck Norris gives a method an argument, the method loses.",
80
+ "Chuck Norris' keyboard doesn't have a F1 key, the computer asks him for help.",
81
+ "When Chuck Norris presses Ctrl+Alt+Delete, worldwide computer restart is initiated."
82
+ ]
@@ -0,0 +1,4 @@
1
+ en:
2
+ faker:
3
+ code:
4
+ asin: ["B000BJ20TO", "B000BJ0Z50", "B000BUYO60", "B000HGWGHW", "B000II6WOW", "B000AMNV8G", "B000HDT0BU", "B000HGNY7I", "B000I6VQX6", "B0002I6HKW", "B00067POW6", "B0000VFDCY", "B0000W4I2O", "B00026IESC", "B000GWIHF2", "B000H3HHOM", "B00066OELO", "B0009QHJSG", "B000NQLULE", "B000P42ICO", "B000P5XI6S", "B000Q75VCO", "B000A409WK", "B000ILNR10", "B000JMIRRC", "B000JTDF6I", "B000NQLUNC", "B000PIIXBA", "B000Q75VCO", "B000NKTC92", "B000Q6Y34W", "B000E5GB3Q", "B0001DJWXW", "B000GFCRDC", "B000IBFL2S", "B000FTQ5A0", "B000JZZHEU", "B000Q313FC", "B000OVNFDE", "B000FTBJGA", "B00019774C", "B0002IQM66", "B000FTBJGA", "B000FTBJFG", "B00019774M", "B0002IQM52", "B0000V3W9U", "B000CSAK3M", "B000CFIMWQ", "B0001H5RIC", "B00005R12M", "B000GIWNCE", "B000000Z1F", "B0006YBTS2", "B000AF8T1C", "B000FQ9CTY", "B00012FB6K", "B0001H5NK4", "B000G1CIH6", "B000CPJHQG", "B000GPHRW8", "B000P4178K", "B000MZW1GE", "B000NMKCKI", "B000KBAL6W", "B000KJW2JS", "B000LCZCRS", "B000QA7ZFC", "B000J0NOTK", "B000BMHOVU", "B000FFAGDG", "B0002GL2BS", "B0002GM6DQ", "B000KAAIA2", "B0009QMECC", "B000ML8E7I", "B000NKOHPG", "B000PGCLWY", "B000PIM89S", "B0001DJXAY", "B000MLA1UQ", "B000NKSTVO", "B000PIGTK2", "B000Q76WYK", "B000NG1GKO", "B000ITBS40", "B000JTR9CE", "B000KP4VP0", "B00025C3HG", "B000BPNBCI", "B000BPZFNQ", "B000BQ6ML4", "B000BPIBPK", "B000BPX542", "B000BQ2HR2", "B000BTBGDK", "B000N5FYNK", "B000N5HN3Y", "B000N5FYO4", "B000N5HN3Y", "B000N5FYOE", "B000N5HN3Y", "B00079UXEC", "B0007Z6B42", "B0007Z6BBA", "B000CDC7O2", "B000KU5ELA", "B000COF89C", "B000FOOQK6", "B00012D9TQ", "B000P5YK8S", "B000NKSOOQ", "B000Q72CSA", "B000K0WZ2G", "B000J3401I", "B0006OGUPY", "B000JS9C70", "B000JS9C7K", "B000JSBHCS", "B000IBJ3OA", "B000JFLI7U", "B000Q7F1OW", "B0000008XW", "B0007WHCXO", "B0007WHCXE", "B0007WHCXY", "B000CR7COI", "B000CR7CP2", "B000B5MVJM", "B000CR7COS", "B000H4CQYM", "B000NI7RW8", "B000HF37YE", "B000PWBC6Y", "B000O332KS", "B000MW7MJ8", "B000IXHC2S", "B000PAOCOU", "B000GLXHGC", "B0009R9L7W", "B00066USKU", "B00069TDVW", "B000GFCVA6", "B000AQNDBM", "B000IT4T9Q", "B000IT4T96", "B000IT4T9Q", "B000IT4T96", "B000IT4T9Q", "B0000DJH5H", "B0000DKWE1", "B0000DYZL0", "B000F8FY6M", "B000F8MENI", "B0001FEWCG", "B0001FGAO4", "B000BJ20J4", "B000BJ8NJU", "B000BPGAOE", "B0000DGFW7", "B0000DGXE8", "B0000DHWAB", "B0000DIIQA", "B000A6QSTG", "B000A70EOU", "B000AXVWA4", "B000BJ20OE", "B000BJ4UQ0", "B000BPHSLS", "B0002X4OIY", "B0002XCH2E", "B000BY634C", "B000BYDF4I", "B000A6LSXW", "B000A70EAO", "B000AXVVY6", "B000F5631A", "B00004YKMI", "B000FNP6CY", "B000BIWQNA", "B000BJ20Y4", "B000BJ4VFA", "B000BSH87O", "B000BJ0LSQ", "B000BJ5JHE", "B000BJ6VNA", "B000BSH8AQ", "B000PLUEEQ", "B00000AQ4N", "B000IT9ZLI", "B000NKUUKW", "B000Q71WNG", "B000ILRO82", "B00000AYGE", "B00095NYV8", "B00097DN12", "B000A3PVZ6", "B000BKCYUS", "B0009XDRTE", "B0009XOXXS", "B000ABFA7W", "B000ALH1DI", "B000AM3FKK", "B000AM6Z7K", "B000AM78JO", "B0000B0JG4", "B0000DE593", "B0000DFLFJ", "B0000AAGDL", "B0000AAGJF", "B0000B0IVU", "B0000DDZ3N", "B0000DFDWF", "B000A3JNTG", "B000B7CDX4", "B000A2TMH0", "B000A3PYLW", "B000A3T33M", "B000ALJYO2", "B000HB0138", "B000HB2O2O", "B0002RTXMM", "B000GPWOLW", "B000GQ2P7O", "B000GT8JQC", "B000HKQS6I", "B000HQGKRO", "B000I6TI2C", "B000A4RJ8C", "B000A4YC14", "B000A6LPM6", "B000A70B7K", "B000AR99QO", "B000I6QKZU", "B00067668W", "B00067FMXM", "B00067OVMK", "B0009ICOZ2", "B0009IOFWC", "B0009IT5P4", "B0009PC1XA", "B000A15Y0K", "B000A1AUBI", "B000A3K36I", "B000BHLISA", "B000BHP2LO", "B000BPC71E", "B0000VDPWE", "B0000VG5MG", "B0000VQ4YA", "B0000W47PC", "B0000DGGHM", "B0000DHBRP", "B0000DHUGW", "B000A143NO", "B000A1AVNK", "B000A3M9CY", "B000AOVECO", "B0000DGTOF", "B0000DHCHM", "B0000DGH5J", "B0000DGTWR", "B0000DHCZT", "B0000DHVM5", "B000A0A56Y", "B000A0AQPO", "B000A1D15U", "B000AOMOVE", "B0000DDEMJ", "B0000DEC3S", "B0000DFUHY", "B0000YKHC2", "B000J1E1RS", "B000J2II3K", "B000J2NMGS", "B000JR91YA", "B0009QW44A", "B0009RSVD2", "B0000DKWG0", "B0000DYX4V", "B0000DYZRA", "B0000TFLNM", "B00066USX2", "B000675MDW", "B00067EOF4", "B0000AHC6J", "B0000AJDKF", "B0000D1DW1", "B0000DEVGP", "B0000DFOKF", "B000A1FW8E", "B000AOMPAY", "B0002XUV3G", "B0002STO02", "B0000AATPM", "B0000AB07P", "B0000AFKVG", "B0000DECN1", "B0000DFPMN", "B0000W2LW8", "B0000W2MNQ", "B0000W463K", "B0000W46R6", "B00029JHS0", "B0002RFYGQ", "B000654P8C", "B00065E4WY", "B00065F3KG", "B0006DRM02", "B000GWGMP4", "B000GWH2DU", "B000GWKIMC", "B000HU7P92", "B000GWGJK2", "B000GWGQ5K", "B000HU5ZIA", "B0000DGI28", "B0000DGUFP", "B0000DHW2M", "B000HB4DU0", "B000HBXMHK", "B000HCTRK0", "B000I4ZLIE", "B000I6QR9O", "B000KFZ32A", "B000HB4E90", "B000HC0P2E", "B000HW5FFG", "B000I6QSBG", "B000IAPR0U", "B000IAPYWQ", "B000A2LNPO", "B000A2SVXQ", "B000A3PGTC", "B000J42NY8", "B000JKMDTW", "B000BNLKWS", "B000BOIITU", "B000BHP4DA", "B000BJ8TZI", "B000CEPH52", "B000HW06LY", "B000I00RTG", "B000I6ONRM", "B000IATJ5Y", "B0007657T6", "B0007658JK", "B0002SUQUY", "B0002SVARW", "B0002SZELK", "B0006628FS", "B000662QI2", "B000662ADI", "B000662SOY", "B000664J5A", "B000K99WQE", "B0000VAA8G", "B000A2MI80", "B000A3J9AE", "B0000DGV0O", "B0000DHWDX", "B000A2NCLW", "B000A2SXYS", "B000A3LC6I", "B000AR9G7G", "B000A2MIJY", "B000A2ROWK", "B000A2SP0K", "B000A2T37E", "B000A3LC18", "B000B7722Q", "B000BFMIY0", "B0000DHDOF", "B0000VAE3M", "B0002BWS1G", "B0002BXBEY", "B0002C489K", "B0002TJ4JM", "B0000DDQNC", "B0000DE0T8", "B0000DFH0E", "B0000DGITY", "B000A2LQ2O", "B000A2O26G", "B000A3PI3G", "B000AR9FZE", "B000A2O3U6", "B000A2RR04", "B000ABNX30", "B000A2MF7E", "B000A3PWXC", "B000A3WUAK", "B000A2NZFK", "B000A3LPTC", "B000A3TB9I", "B000ARBM9G", "B0002EZWRK", "B0002F4AB8", "B0002W2RBG", "B000A6LR6K", "B000A6Y9HY", "B000AADDGS", "B000B7CC94", "B00024VYL8", "B00025BKCK", "B00025DRIA", "B000A2MHMW", "B000A2RL4Q", "B000A3K6TM", "B00067PA2U", "B00067PKPM", "B00067Q8TY", "B0006PJMEE", "B000HVZOOO", "B000I6S5NU", "B000IATH6K", "B000A6WENA", "B000A6LQZ2", "B000A6ULLW", "B000J1FZV4", "B000J2NHC2", "B0000VDUVA", "B0000VF9C8", "B0000W4DP6", "B000BHP43U", "B000BIWPKO", "B000BUWUX4", "B000JKKCMW", "B000JLDYM6", "B000JQ0JNS", "B00067PATS", "B00067PLD8", "B00067Q9HK", "B000KEYQLA", "B000KGCZ8O", "B000KMRYNO", "B000HW20EA", "B000I6TCGO", "B000IATJEU", "B000I4W7S6", "B000I6RUQ8", "B000IAO9A4", "B0002F03NW", "B0002F40AY", "B0002XTOHK", "B000A3JQ0M", "B000A3T3LY", "B000HW1EGK", "B000I6VAU0", "B000IAS0JU", "B000A6NVNM", "B000A6PMBG", "B000B7CBWM", "B0002GLP6K", "B0002GMWEO", "B000A70B9I", "B000BHE134", "B0000DKWL7", "B0000DYXE0", "B0000DYZW5", "B000GT9P4C", "B000GTFRX0", "B000GTYMOK", "B000A6LPTO", "B000A6Y8AW", "B000AA5SMU", "B000I6RITM", "B000I6VJ7O", "B000IXR5RK", "B000I6MK7W", "B000I6XDVE", "B000IAQ8YO", "B000A0GB7Q", "B000A1AQWQ", "B000AR8ERO", "B000BJ8LGU", "B000BX5BBY", "B0000DGO2Z", "B0000DHF4M", "B0000DIEOI", "B000A2LSJ0", "B000A2MJY8", "B000AR9H5C", "B0000DGQ5D", "B000A2LWKU", "B000A2NVLS", "B000AR85S2", "B000BHP3T0", "B000BJ0KBO", "B000BJ8TIA", "B000CENBP0", "B00025AGUM", "B0000AAFWT", "B0000AAMF4", "B0000ACB9R", "B0000DGJD1", "B0000DGWB4", "B0000DHDW3", "B0000DHY2O", "B000A2NIK2"]
@@ -0,0 +1,31 @@
1
+ en:
2
+ faker:
3
+ coffee:
4
+ country: ["Brazil", "Colombia", "Sumatra", "Ethiopia", "Honduras", "Kenya", "Uganda", "Mexico", "Guatemala", "Nicaragua", "Costa Rica", "Tanzania", "El Salvador", "Rwanda", "Burundi", "Panama", "Yemen", "India"]
5
+ regions:
6
+ brazil: ["Sul Minas", "Mogiana", "Cerrado"]
7
+ colombia: ["Nariño", "Huila", "Tolima", "Cauca", "Casanare", "Santander", "Antioquia", "Cundinamarca", "Boyacá"]
8
+ sumatra: ["Tapanuli", "Lintong", "Aceh", "Lake Tawar", "Lintong", "Gayo"]
9
+ ethiopia: ["Sidama", "Harrar", "Limu", "Ojimmah", "Lekempti", "Wellega", "Gimbi"]
10
+ honduras: ["Agalta", "Comayagua", "Copan", "Montecillos", "Opalca", "El Paraiso"]
11
+ kenya: ["Bungoma", "Embu", "Kiamba", "Kirinyaga", "Mt. Kenya", "Kisii", "Meru", "Murang'a", "Machakos", "Thika", "Nyeri", "Nakuru", "Nyanza", "Kericho"]
12
+ uganda: ["Bugisu", "Mount Elgon", "Kibale"]
13
+ mexico: ["Chiapas", "Oaxaca", "Veracruz", "Colima", "San Luis Potosi", "Nayarit", "Hidalgo", "Puebla", "Jalisco"]
14
+ guatemala: ["Acatenango", "Antigua", "Atitlan", "Fraijanes", "Huehuetenango", "Nuevo Oriente", "Coban", "San Marcos"]
15
+ nicaragua: ["Matagalpa", "Jinotega", "Boaco", "Madriz", "Nueva Segovia", "Estelí", "Dipilto", "Jalapa", "Carazo", "Granada", "Masaya", "Managua", "Rivas"]
16
+ costa_rica: ["Tarrazu", "Central Valley", "West Valley", "Guanacaste", "Tres Rios", "Turrialba", "Orosi", "Brunca"]
17
+ tanzania: ["Western Region, Bukova", "Western Region, Kigoma", "Mbeya Region", "Southern Region, Mbinga", "Western Region, Tarime", "Northern Region, Oldeani", "Northern Region, Arusha", "Northern Region, Kilimanjaro", "Southern Region, Morogoro"]
18
+ el_salvador: ["Alotepec-Metapán", "Apaneca-Ilamatepec", "El Balsamo-Quetzaltepec", "Cacahuatique", "Chichontepec", "Tecapa-Chinameca"]
19
+ rwanda: ["Rulindo", "Gishamwana Coffee Island", "Lake Kivu Region", "Kigeyo Washing Station", "Kabirizi"]
20
+ burundi: ["Kayanza"]
21
+ panama: ["Boquete", "Chiriqui", "Volcan"]
22
+ yemen: ["Mattari", "San'ani", "Hirazi", "Raimi"]
23
+ india: ["Chikmagalur", "Coorg","Biligiris", "Bababudangiris", "Manjarabad", "Nilgiris", "Travancore", "Manjarabad", "Brahmaputra", "Pulneys", "Sheveroys"]
24
+ variety: ["Liberica", "S288", "S795", "Kent", "Java", "Dilla", "Sumatara", "Catuai", "Pacamara", "Mundo Novo", "Red Bourbon", "Bourbon", "Yellow Bourbon", "Pacas", "Caturra", "Pink Bourbon", "Colombia", "Obata", "Catimors", "Sarchimor", "Mokka", "Kaffa", "Gimma", "Tafari-Kela", "S.4", "Agaro", "Dega", "Barbuk Sudan", "Ennarea", "Geisha", "Gesha", "Blue Mountain", "Kona", "San Ramon", "SL28", "SL34", "Villa Sarchi", "Villalobos", "Typica", "Ethiopian Heirloom"]
25
+ intensifier: ["muted", "dull", "mild", "structured", "balanced", "rounded", "soft", "faint", "delicate", "dry", "astringent", "quick", "clean", "crisp", "bright", "vibrant", "tart", "wild", "unbalanced", "sharp", "pointed", "dense", "deep", "complex", "juicy", "lingering", "dirty"]
26
+ body: ["watery", "tea-like", "silky", "slick", "juicy", "smooth", "syrupy", "round", "creamy", "full", "velvety", "big", "chewy", "coating"]
27
+ descriptor: ["bergamot", "hops", "black-tea", "green-tea", "mint", "sage", "dill", "grassy", "snow pea", "sweet pea", "mushroom", "squash", "green pepper", "olive", "leafy greens", "hay", "tobacco", "cedar", "fresh wood", "soil", "tomato", "sundried tomato", "soy sauce", "leathery", "clove", "liquorice", "curry", "nutmeg", "ginger", "corriander", "cinnamon", "white pepper", "black pepper", "carbon", "smokey", "burnt sugar", "toast", "fresh bread", "barley", "wheat", "rye", "graham cracker", "granola", "almond", "hazelnut", "pecan", "cashew", "peanut", "walnut", "cola", "molasses", "maple syrup", "carmel", "brown sugar", "sugar cane", "marshmallow", "cream", "butter", "honey", "nougat", "vanilla", "milk chocolate", "cocoa powder", "bittersweet chocolate", "bakers chocolate", "cacao nibs", "prune", "dates", "figs", "raisin", "golden raisin", "black currant", "red currant", "blueberry", "strawberry", "raspberry", "cranberry", "black cherry", "cherry", "plum", "apricot", "nectarine", "peach", "coconut", "banana", "kiwi", "mango", "papaya", "pineapple", "passion fruit", "tamarind", "star fruit", "lychee", "concord grape", "red grape", "green grape", "white grape", "cantaloupe", "honeydew", "watermelon", "red apple", "green apple", "orange", "mandarin", "tangerine", "clementine", "grapefruit", "lime", "meyer lemon", "lemonade", "lemon", "orange creamsicle", "marzipan", "nutella", "lemongrass", "orange blossom", "jasmine", "honeysuckle", "magnolia", "lavender", "rose hips", "hibiscus", "lemon verbena", "medicinal", "quakery", "baggy", "potato defect!", "musty", "rubber"]
28
+ notes: "#{intensifier}, #{body}, #{descriptor}, #{descriptor}, #{descriptor}"
29
+ name_1: ["Summer", "Holiday", "Jacked", "Joe", "Express", "Reg's", "Split", "Spilt", "Chocolate", "Dark", "Veranda", "Major", "Bluebery", "American", "Huggy", "Wake-up", "Morning", "Evening", "Winter", "Captain's", "Thanksgiving", "Seattle", "Brooklyn", "Café", "Blacktop", "Pumpkin-spice", "Good-morning", "Postmodern", "The Captain's", "The", "Cascara", "Melty", "Heart", "Goodbye", "Hello", "Street", "Red", "Blue", "Green", "Strong", "KrebStar", "Kreb-Full-o"]
30
+ name_2: ["Solstice", "Blend", "Level", "Enlightenment", "Cowboy", "", "Choice", "Select", "Equinox", "Star", "Forrester", "Java", "Symphony", "Utopia", "Cup", "Mug", "Been", "Bean", "Cake", "Extract", "Delight", "Pie", "America", "Treat", "Volcano", "Breaker", "Town", "Light", "Look", "Coffee", "Nuts"]
31
+ blend_name: "#{name_1} #{name_2}"
@@ -0,0 +1,6 @@
1
+ en:
2
+ faker:
3
+ coin:
4
+ flip:
5
+ - Heads
6
+ - Tails
@@ -0,0 +1,4 @@
1
+ en:
2
+ faker:
3
+ color:
4
+ name: [red, green, blue, yellow, purple, mint green, teal, white, black, orange, pink, grey, maroon, violet, turquoise, tan, sky blue, salmon, plum, orchid, olive, magenta, lime, ivory, indigo, gold, fuchsia, cyan, azure, lavender, silver]
@@ -0,0 +1,11 @@
1
+ en:
2
+ faker:
3
+ commerce:
4
+ department: ["Books", "Movies", "Music", "Games", "Electronics", "Computers", "Home", "Garden", "Tools", "Grocery", "Health", "Beauty", "Toys", "Kids", "Baby", "Clothing", "Shoes", "Jewelry", "Sports", "Outdoors", "Automotive", "Industrial"]
5
+ product_name:
6
+ adjective: [Small, Ergonomic, Rustic, Intelligent, Gorgeous, Incredible, Fantastic, Practical, Sleek, Awesome, Enormous, Mediocre, Synergistic, Heavy Duty, Lightweight, Aerodynamic, Durable]
7
+ material: [Steel, Wooden, Concrete, Plastic, Cotton, Granite, Rubber, Leather, Silk, Wool, Linen, Marble, Iron, Bronze, Copper, Aluminum, Paper]
8
+ product: [Chair, Car, Computer, Gloves, Pants, Shirt, Table, Shoes, Hat, Plate, Knife, Bottle, Coat, Lamp, Keyboard, Bag, Bench, Clock, Watch, Wallet]
9
+ promotion_code:
10
+ adjective: ['Amazing', 'Awesome', 'Cool', 'Good', 'Great', 'Incredible', 'Killer', 'Premium', 'Special', 'Stellar', 'Sweet']
11
+ noun: ['Code', 'Deal', 'Discount', 'Price', 'Promo', 'Promotion', 'Sale', 'Savings']
@@ -0,0 +1,33 @@
1
+ en:
2
+ faker:
3
+ community:
4
+ characters: ["Jeff Winger", "Britta Perry", "Señor Ben Chang", "Abed Nadir", "Annie Edison", "Dean Craig Pelton", "Pierce Hawthorne", "Troy Barnes", "Shirley Bennett", "Ian Duncan", "Michelle Slater", "Buzz Hickey", "Star Burns", "Magnitude","Leonard Rodriguez", "Garrett Lambert", "Annie's Boobs", "Inspector Spacetime", "Constable Reggie", "Kickpuncher", "Sean Garrig", "Vaughn Miller", "Rich Stephenson", "Neil", "Todd Jacobson", "Annie Kim"]
5
+ quotes: [
6
+ "Harrison Ford is irradiating our testicles with microwave satellite transmissions!",
7
+ "Doing more than the minimum amount of work is my definition of failing.",
8
+ "The next person that offers me charity or pity will be mentioned, by name, in my suicide note.",
9
+ "I don't have an ego. My Facebook photo is a landscape.",
10
+ "Either I'm god, or thruth is relative. Either way: Booyah.",
11
+ "I don't step up to being a leader. I reluctantly accept it when it's thrust upon me.",
12
+ "Don't talk to me about romance. I had a three way in a hot air balloon.",
13
+ "Well I may be a genius, but I'm not a lesbian.",
14
+ "I'm going to eat spaceman paninis with black Hitler and there's nothing you can do about it!",
15
+ "Do they find thoughts in our butts?",
16
+ "I had sex with Eartha Kitt in an airplane bathroom",
17
+ "I was so unpopular in high school, the crossing guards used to lure me into traffic.",
18
+ "A passing grade? Like a C? Why don't I just get pregnant at a bus station?",
19
+ "We're all kind of crazytown bananapants.",
20
+ "Make your money, whore.",
21
+ "I know what a metaphor is! It's like a thought with another thought's hat on.",
22
+ "Frankly, my dear, I don't give a dean!",
23
+ "I ate my twin in utero.",
24
+ "Fire can't go through doors, stupid. It's not a ghost.",
25
+ "You have just been proven racist by the racist prover!",
26
+ "So.. what is anthropology? Seriously, does anyone know?",
27
+ "I quit doing blow, not being rad.",
28
+ "I fear a political career could shine a negative light on my drug dealing.",
29
+ "A little trick for achieving the proper competitive mindset: I always envision my opponent having aggresive sex with my mother",
30
+ "Look at me. It's clear to you that I am awesome, but I can never admit that, because that would make me an ass.",
31
+ "Some flies are too awesome for the wall.",
32
+ "We'll definitely be back next year. If not, it'll be because an asteroid has destroyed all human civilization. And that's canon."
33
+ ]
@@ -0,0 +1,22 @@
1
+ en:
2
+ faker:
3
+ company:
4
+ suffix: [Inc, and Sons, LLC, Group]
5
+ # Buzzword wordlist from http://www.1728.com/buzzword.htm
6
+ buzzwords:
7
+ - ["Adaptive", "Advanced", "Ameliorated", "Assimilated", "Automated", "Balanced", "Business-focused", "Centralized", "Cloned", "Compatible", "Configurable", "Cross-group", "Cross-platform", "Customer-focused", "Customizable", "Decentralized", "De-engineered", "Devolved", "Digitized", "Distributed", "Diverse", "Down-sized", "Enhanced", "Enterprise-wide", "Ergonomic", "Exclusive", "Expanded", "Extended", "Face to face", "Focused", "Front-line", "Fully-configurable", "Function-based", "Fundamental", "Future-proofed", "Grass-roots", "Horizontal", "Implemented", "Innovative", "Integrated", "Intuitive", "Inverse", "Managed", "Mandatory", "Monitored", "Multi-channelled", "Multi-lateral", "Multi-layered", "Multi-tiered", "Networked", "Object-based", "Open-architected", "Open-source", "Operative", "Optimized", "Optional", "Organic", "Organized", "Persevering", "Persistent", "Phased", "Polarised", "Pre-emptive", "Proactive", "Profit-focused", "Profound", "Programmable", "Progressive", "Public-key", "Quality-focused", "Reactive", "Realigned", "Re-contextualized", "Re-engineered", "Reduced", "Reverse-engineered", "Right-sized", "Robust", "Seamless", "Secured", "Self-enabling", "Sharable", "Stand-alone", "Streamlined", "Switchable", "Synchronised", "Synergistic", "Synergized", "Team-oriented", "Total", "Triple-buffered", "Universal", "Up-sized", "Upgradable", "User-centric", "User-friendly", "Versatile", "Virtual", "Visionary", "Vision-oriented"]
8
+ - ["24 hour", "24/7", "3rd generation", "4th generation", "5th generation", "6th generation", "actuating", "analyzing", "asymmetric", "asynchronous", "attitude-oriented", "background", "bandwidth-monitored", "bi-directional", "bifurcated", "bottom-line", "clear-thinking", "client-driven", "client-server", "coherent", "cohesive", "composite", "context-sensitive", "contextually-based", "content-based", "dedicated", "demand-driven", "didactic", "directional", "discrete", "disintermediate", "dynamic", "eco-centric", "empowering", "encompassing", "even-keeled", "executive", "explicit", "exuding", "fault-tolerant", "foreground", "fresh-thinking", "full-range", "global", "grid-enabled", "heuristic", "high-level", "holistic", "homogeneous", "human-resource", "hybrid", "impactful", "incremental", "intangible", "interactive", "intermediate", "leading edge", "local", "logistical", "maximized", "methodical", "mission-critical", "mobile", "modular", "motivating", "multimedia", "multi-state", "multi-tasking", "national", "needs-based", "neutral", "next generation", "non-volatile", "object-oriented", "optimal", "optimizing", "radical", "real-time", "reciprocal", "regional", "responsive", "scalable", "secondary", "solution-oriented", "stable", "static", "systematic", "systemic", "system-worthy", "tangible", "tertiary", "transitional", "uniform", "upward-trending", "user-facing", "value-added", "web-enabled", "well-modulated", "zero administration", "zero defect", "zero tolerance"]
9
+ - ["ability", "access", "adapter", "algorithm", "alliance", "analyzer", "application", "approach", "architecture", "archive", "artificial intelligence", "array", "attitude", "benchmark", "budgetary management", "capability", "capacity", "challenge", "circuit", "collaboration", "complexity", "concept", "conglomeration", "contingency", "core", "customer loyalty", "database", "data-warehouse", "definition", "emulation", "encoding", "encryption", "extranet", "firmware", "flexibility", "focus group", "forecast", "frame", "framework", "function", "functionalities", "Graphic Interface", "groupware", "Graphical User Interface", "hardware", "help-desk", "hierarchy", "hub", "implementation", "info-mediaries", "infrastructure", "initiative", "installation", "instruction set", "interface", "internet solution", "intranet", "knowledge user", "knowledge base", "local area network", "leverage", "matrices", "matrix", "methodology", "middleware", "migration", "model", "moderator", "monitoring", "moratorium", "neural-net", "open architecture", "open system", "orchestration", "paradigm", "parallelism", "policy", "portal", "pricing structure", "process improvement", "product", "productivity", "project", "projection", "protocol", "secured line", "service-desk", "software", "solution", "standardization", "strategy", "structure", "success", "superstructure", "support", "synergy", "system engine", "task-force", "throughput", "time-frame", "toolset", "utilisation", "website", "workforce"]
10
+ # BS wordlist from http://dack.com/web/bullshit.html
11
+ bs:
12
+ - ["implement", "utilize", "integrate", "streamline", "optimize", "evolve", "transform", "embrace", "enable", "orchestrate", "leverage", "reinvent", "aggregate", "architect", "enhance", "incentivize", "morph", "empower", "envisioneer", "monetize", "harness", "facilitate", "seize", "disintermediate", "synergize", "strategize", "deploy", "brand", "grow", "target", "syndicate", "synthesize", "deliver", "mesh", "incubate", "engage", "maximize", "benchmark", "expedite", "reintermediate", "whiteboard", "visualize", "repurpose", "innovate", "scale", "unleash", "drive", "extend", "engineer", "revolutionize", "generate", "exploit", "transition", "e-enable", "iterate", "cultivate", "matrix", "productize", "redefine", "recontextualize"]
13
+ - ["clicks-and-mortar", "value-added", "vertical", "proactive", "robust", "revolutionary", "scalable", "leading-edge", "innovative", "intuitive", "strategic", "e-business", "mission-critical", "sticky", "one-to-one", "24/7", "end-to-end", "global", "B2B", "B2C", "granular", "frictionless", "virtual", "viral", "dynamic", "24/365", "best-of-breed", "killer", "magnetic", "bleeding-edge", "web-enabled", "interactive", "dot-com", "sexy", "back-end", "real-time", "efficient", "front-end", "distributed", "seamless", "extensible", "turn-key", "world-class", "open-source", "cross-platform", "cross-media", "synergistic", "bricks-and-clicks", "out-of-the-box", "enterprise", "integrated", "impactful", "wireless", "transparent", "next-generation", "cutting-edge", "user-centric", "visionary", "customized", "ubiquitous", "plug-and-play", "collaborative", "compelling", "holistic", "rich"]
14
+ - ["synergies", "web-readiness", "paradigms", "markets", "partnerships", "infrastructures", "platforms", "initiatives", "channels", "eyeballs", "communities", "ROI", "solutions", "e-tailers", "e-services", "action-items", "portals", "niches", "technologies", "content", "vortals", "supply-chains", "convergence", "relationships", "architectures", "interfaces", "e-markets", "e-commerce", "systems", "bandwidth", "infomediaries", "models", "mindshare", "deliverables", "users", "schemas", "networks", "applications", "metrics", "e-business", "functionalities", "experiences", "web services", "methodologies"]
15
+ name:
16
+ - "#{Name.last_name} #{suffix}"
17
+ - "#{Name.last_name}-#{Name.last_name}"
18
+ - "#{Name.last_name}, #{Name.last_name} and #{Name.last_name}"
19
+ industry: ["Defense & Space", "Computer Hardware", "Computer Software", "Computer Networking", "Internet", "Semiconductors", "Telecommunications", "Law Practice", "Legal Services", "Management Consulting", "Biotechnology", "Medical Practice", "Hospital & Health Care", "Pharmaceuticals", "Veterinary", "Medical Devices", "Cosmetics", "Apparel & Fashion", "Sporting Goods", "Tobacco", "Supermarkets", "Food Production", "Consumer Electronics", "Consumer Goods", "Furniture", "Retail", "Entertainment", "Gambling & Casinos", "Leisure, Travel & Tourism", "Hospitality", "Restaurants", "Sports", "Food & Beverages", "Motion Pictures and Film", "Broadcast Media", "Museums and Institutions", "Fine Art", "Performing Arts", "Recreational Facilities and Services", "Banking", "Insurance", "Financial Services", "Real Estate", "Investment Banking", "Investment Management", "Accounting", "Construction", "Building Materials", "Architecture & Planning", "Civil Engineering", "Aviation & Aerospace", "Automotive", "Chemicals", "Machinery", "Mining & Metals", "Oil & Energy", "Shipbuilding", "Utilities", "Textiles", "Paper & Forest Products", "Railroad Manufacture", "Farming", "Ranching", "Dairy", "Fishery", "Primary / Secondary Education", "Higher Education", "Education Management", "Research", "Military", "Legislative Office", "Judiciary", "International Affairs", "Government Administration", "Executive Office", "Law Enforcement", "Public Safety", "Public Policy", "Marketing and Advertising", "Newspapers", "Publishing", "Printing", "Information Services", "Libraries", "Environmental Services", "Package / Freight Delivery", "Individual & Family Services", "Religious Institutions", "Civic & Social Organization", "Consumer Services", "Transportationg / Trucking / Railroad", "Warehousing", "Airlines / Aviation", "Maritime", "Information Technology and Services", "Market Research", "Public Relations and Communications", "Design", "Nonprofit Organization Management", "Fund-Raising", "Program Development", "Writing and Editing", "Staffing and Recruiting", "Professional Training & Coaching", "Venture Capital & Private Equity", "Political Organization", "Translation and Localization", "Computer Games", "Events Services", "Arts and Crafts", "Electrical / Electronic Manufacturing", "Online Media", "Nanotechnology", "Music", "Logistics and Supply Chain", "Plastics", "Computer & Network Security", "Wireless", "Alternative Dispute Resolution", "Security and Investigations", "Facilities Services", "Outsourcing / Offshoring", "Health, Wellness and Fitness", "Alternative Medicine", "Media Production", "Animation", "Commercial Real Estate", "Capital Markets", "Think Tanks", "Philanthropy", "E-Learning", "Wholesale", "Import and Export", "Mechanical or Industrial Engineering", "Photography", "Human Resources", "Business Supplies and Equipment", "Mental Health Care", "Graphic Design", "International Trade and Development", "Wine and Spirits", "Luxury Goods & Jewelry", "Renewables & Environment", "Glass, Ceramics & Concrete", "Packaging and Containers", "Industrial Automation", "Government Relations"]
20
+ profession: ["teacher", "actor", "musician", "philosopher", "writer", "doctor", "accountant", "agriculturist", "architect", "economist", "engineer", "interpreter", "attorney at law", "advocate", "librarian", "statistician", "human resources", "firefighter", "judge", "police officer", "astronomer", "biologist", "chemist", "physicist", "programmer", "web developer", "designer", "actress", "air traffic controller", "artist", "attorney", "banker", "bartender", "barber", "bookkeeper", "builder", "businessman", "butcher", "carpenter", "cashier", "chef", "coach", "dentist", "dental hygienist", "developer", "dietician", "editor", "electrician", "factory worker", "farmer", "fiherman", "gardener", "hairdresser", "journalist", "lawyer", "lecturer", "lifeguard", "mechanic", "model", "newsreader", "nurse", "optician", "painter", "pharmacist", "photographer", "pilot", "plumber", "politician", "postman", "receptionist", "scientist", "secretary", "shop assistant", "soldier", "tailor", "taxi driver", "translator", "traffic warden", "travel agent", "veterinary doctor", "waiter", "window cleaner"]
21
+ type: ["Public Company", "Educational Institution", "Self-Employed", "Government Agency", "Nonprofit", "Sole Proprietorship", "Privately Held", "Partnership"]
22
+ sic_code: ["0111", "0112", "0115", "0116", "0119", "0131", "0132", "0133", "0134", "0139", "0161", "0171", "0172", "0173", "0174", "0175", "0179", "0181", "0182", "0191", "0211", "0212", "0213", "0214", "0219", "0241", "0251", "0252", "0253", "0254", "0259", "0271", "0272", "0273", "0279", "0291", "0711", "0721", "0722", "0723", "0724", "0741", "0742", "0751", "0752", "0761", "0762", "0781", "0782", "0783", "0811", "0831", "0851", "0912", "0913", "0919", "0921", "0971", "1011", "1021", "1031", "1041", "1044", "1061", "1081", "1094", "1099", "1221", "1222", "1231", "1241", "1311", "1321", "1381", "1382", "1389", "1411", "1422", "1423", "1429", "1442", "1446", "1455", "1459", "1474", "1475", "1479", "1481", "1499", "1521", "1522", "1531", "1541", "1542", "1611", "1622", "1623", "1629", "1711", "1721", "1731", "1741", "1742", "1743", "1751", "1752", "1761", "1771", "1781", "1791", "1793", "1794", "1795", "1796", "1799", "2011", "2013", "2015", "2021", "2022", "2023", "2024", "2026", "2032", "2033", "2034", "2035", "2037", "2038", "2041", "2043", "2044", "2045", "2046", "2047", "2048", "2051", "2052", "2053", "2061", "2062", "2063", "2064", "2066", "2067", "2068", "2074", "2075", "2076", "2077", "2079", "2082", "2083", "2084", "2085", "2086", "2087", "2091", "2092", "2095", "2096", "2097", "2098", "2099", "2111", "2121", "2131", "2141", "2211", "2221", "2231", "2241", "2251", "2252", "2253", "2254", "2257", "2258", "2259", "2261", "2262", "2269", "2273", "2281", "2282", "2284", "2295", "2296", "2297", "2298", "2299", "2311", "2321", "2322", "2323", "2325", "2326", "2329", "2331", "2335", "2337", "2339", "2341", "2342", "2353", "2361", "2369", "2371", "2381", "2384", "2385", "2386", "2387", "2389", "2391", "2392", "2393", "2394", "2395", "2396", "2397", "2399", "2411", "2421", "2426", "2429", "2431", "2434", "2435", "2436", "2439", "2441", "2448", "2449", "2451", "2452", "2491", "2493", "2499", "2511", "2512", "2514", "2515", "2517", "2519", "2521", "2522", "2531", "2541", "2542", "2591", "2599", "2611", "2621", "2631", "2652", "2653", "2655", "2656", "2657", "2671", "2672", "2673", "2674", "2675", "2676", "2677", "2678", "2679", "2711", "2721", "2731", "2732", "2741", "2752", "2754", "2759", "2761", "2771", "2782", "2789", "2791", "2796", "2812", "2813", "2816", "2819", "2821", "2822", "2823", "2824", "2833", "2834", "2835", "2836", "2841", "2842", "2843", "2844", "2851", "2861", "2865", "2869", "2873", "2874", "2875", "2879", "2891", "2892", "2893", "2895", "2899", "2911", "2951", "2952", "2992", "2999", "3011", "3021", "3052", "3053", "3061", "3069", "3081", "3082", "3083", "3084", "3085", "3086", "3087", "3088", "3089", "3111", "3131", "3142", "3143", "3144", "3149", "3151", "3161", "3171", "3172", "3199", "3211", "3221", "3229", "3231", "3241", "3251", "3253", "3255", "3259", "3261", "3262", "3263", "3264", "3269", "3271", "3272", "3273", "3274", "3275", "3281", "3291", "3292", "3295", "3296", "3297", "3299", "3312", "3313", "3315", "3316", "3317", "3321", "3322", "3324", "3325", "3331", "3334", "3339", "3341", "3351", "3353", "3354", "3355", "3356", "3357", "3363", "3364", "3365", "3366", "3369", "3398", "3399", "3411", "3412", "3421", "3423", "3425", "3429", "3431", "3432", "3433", "3441", "3442", "3443", "3444", "3446", "3448", "3449", "3451", "3452", "3462", "3463", "3465", "3466", "3469", "3471", "3479", "3482", "3483", "3484", "3489", "3491", "3492", "3493", "3494", "3495", "3496", "3497", "3498", "3499", "3511", "3519", "3523", "3524", "3531", "3532", "3533", "3534", "3535", "3536", "3537", "3541", "3542", "3543", "3544", "3545", "3546", "3547", "3548", "3549", "3552", "3553", "3554", "3555", "3556", "3559", "3561", "3562", "3563", "3564", "3565", "3566", "3567", "3568", "3569", "3571", "3572", "3575", "3577", "3578", "3579", "3581", "3582", "3585", "3586", "3589", "3592", "3593", "3594", "3596", "3599", "3612", "3613", "3621", "3624", "3625", "3629", "3631", "3632", "3633", "3634", "3635", "3639", "3641", "3643", "3644", "3645", "3646", "3647", "3648", "3651", "3652", "3661", "3663", "3669", "3671", "3672", "3674", "3675", "3676", "3677", "3678", "3679", "3691", "3692", "3694", "3695", "3699", "3711", "3713", "3714", "3715", "3716", "3721", "3724", "3728", "3731", "3732", "3743", "3751", "3761", "3764", "3769", "3792", "3795", "3799", "3812", "3821", "3822", "3823", "3824", "3825", "3826", "3827", "3829", "3841", "3842", "3843", "3844", "3845", "3851", "3861", "3873", "3911", "3914", "3915", "3931", "3942", "3944", "3949", "3951", "3952", "3953", "3955", "3961", "3965", "3991", "3993", "3995", "3996", "3999", "4011", "4013", "4111", "4119", "4121", "4131", "4141", "4142", "4151", "4173", "4212", "4213", "4214", "4215", "4221", "4222", "4225", "4226", "4231", "4311", "4412", "4424", "4432", "4449", "4481", "4482", "4489", "4491", "4492", "4493", "4499", "4512", "4513", "4522", "4581", "4612", "4613", "4619", "4724", "4725", "4729", "4731", "4741", "4783", "4785", "4789", "4812", "4813", "4822", "4832", "4833", "4841", "4899", "4911", "4922", "4923", "4924", "4925", "4931", "4932", "4939", "4941", "4952", "4953", "4959", "4961", "4971", "5012", "5013", "5014", "5015", "5021", "5023", "5031", "5032", "5033", "5039", "5043", "5044", "5045", "5046", "5047", "5048", "5049", "5051", "5052", "5063", "5064", "5065", "5072", "5074", "5075", "5078", "5082", "5083", "5084", "5085", "5087", "5088", "5091", "5092", "5093", "5094", "5099", "5111", "5112", "5113", "5122", "5131", "5136", "5137", "5139", "5141", "5142", "5143", "5144", "5145", "5146", "5147", "5148", "5149", "5153", "5154", "5159", "5162", "5169", "5171", "5172", "5181", "5182", "5191", "5192", "5193", "5194", "5198", "5199", "5211", "5231", "5251", "5261", "5271", "5311", "5331", "5399", "5411", "5421", "5431", "5441", "5451", "5461", "5499", "5511", "5521", "5531", "5541", "5551", "5561", "5571", "5599", "5611", "5621", "5632", "5641", "5651", "5661", "5699", "5712", "5713", "5714", "5719", "5722", "5731", "5734", "5735", "5736", "5812", "5813", "5912", "5921", "5932", "5941", "5942", "5943", "5944", "5945", "5946", "5947", "5948", "5949", "5961", "5962", "5963", "5983", "5984", "5989", "5992", "5993", "5994", "5995", "5999", "6011", "6019", "6021", "6022", "6029", "6035", "6036", "6061", "6062", "6081", "6082", "6091", "6099", "6111", "6141", "6153", "6159", "6162", "6163", "6211", "6221", "6231", "6282", "6289", "6311", "6321", "6324", "6331", "6351", "6361", "6371", "6399", "6411", "6512", "6513", "6514", "6515", "6517", "6519", "6531", "6541", "6552", "6553", "6712", "6719", "6722", "6726", "6732", "6733", "6792", "6794", "6798", "6799", "7011", "7021", "7032", "7033", "7041", "7211", "7212", "7213", "7215", "7216", "7217", "7218", "7219", "7221", "7231", "7241", "7251", "7261", "7291", "7299", "7311", "7312", "7313", "7319", "7322", "7323", "7331", "7334", "7335", "7336", "7338", "7342", "7349", "7352", "7353", "7359", "7361", "7363", "7371", "7372", "7373", "7374", "7375", "7376", "7377", "7378", "7379", "7381", "7382", "7383", "7384", "7389", "7513", "7514", "7515", "7519", "7521", "7532", "7533", "7534", "7536", "7537", "7538", "7539", "7542", "7549", "7622", "7623", "7629", "7631", "7641", "7692", "7694", "7699", "7812", "7819", "7822", "7829", "7832", "7833", "7841", "7911", "7922", "7929", "7933", "7941", "7948", "7991", "7992", "7993", "7996", "7997", "7999", "8011", "8021", "8031", "8041", "8042", "8043", "8049", "8051", "8052", "8059", "8062", "8063", "8069", "8071", "8072", "8082", "8092", "8093", "8099", "8111", "8211", "8221", "8222", "8231", "8243", "8244", "8249", "8299", "8322", "8331", "8351", "8361", "8399", "8412", "8422", "8611", "8621", "8631", "8641", "8651", "8661", "8699", "8711", "8712", "8713", "8721", "8731", "8732", "8733", "8734", "8741", "8742", "8743", "8744", "8748", "8811", "8999", "9111", "9121", "9131", "9199", "9211", "9221", "9222", "9223", "9224", "9229", "9311", "9411", "9431", "9441", "9451", "9511", "9512", "9531", "9532", "9611", "9621", "9631", "9641", "9651", "9661", "9711", "9721", "9999"]
@@ -0,0 +1,34 @@
1
+ en:
2
+ faker:
3
+ compass:
4
+ cardinal:
5
+ word: ['north', 'east', 'south', 'west']
6
+ abbreviation: ['N', 'E', 'S', 'W']
7
+ azimuth: ['0', '90', '180', '270']
8
+ ordinal:
9
+ word: ['northeast', 'southeast', 'southwest', 'northwest']
10
+ abbreviation: ['NE', 'SE', 'SW', 'NW']
11
+ azimuth: ['45', '135', '225', '315']
12
+ half-wind:
13
+ word: ['north-northeast', 'east-northeast', 'east-southeast', 'south-southeast', 'south-southwest', 'west-southwest', 'west-northwest', 'north-northwest']
14
+ abbreviation: ['NNE', 'ENE', 'ESE', 'SSE', 'SSW', 'WSW', 'WNW', 'NNW']
15
+ azimuth: ['22.5', '67.5', '112.5', '157.5', '202.5', '247.5', '292.5', '337.5']
16
+ quarter-wind:
17
+ word: ['north by east', 'northeast by north', 'northeast by east', 'east by north', 'east by south', 'southeast by east', 'southeast by south', 'south by east', 'south by west', 'southwest by south', 'southwest by west', 'west by south', 'west by north', 'northwest by west', 'northwest by north', 'north by west']
18
+ abbreviation: ['NbE', 'NEbN', 'NEbE', 'EbN', 'EbS', 'SEbE', 'SEbS', 'SbE', 'SbW', 'SWbS', 'SWbW', 'WbS', 'WbN', 'NWbW', 'NWbN', 'NbW']
19
+ azimuth: ['11.25', '33.75', '56.25', '78.75', '101.25', '123.75', '146.25', '168.75', '191.25', '213.75', '236.25', '258.75', '281.25', '303.75', '326.25', '348.75']
20
+ direction:
21
+ - "#{cardinal}"
22
+ - "#{ordinal}"
23
+ - "#{half_wind}"
24
+ - "#{quarter_wind}"
25
+ abbreviation:
26
+ - "#{cardinal_abbreviation}"
27
+ - "#{ordinal_abbreviation}"
28
+ - "#{half_wind_abbreviation}"
29
+ - "#{quarter_wind_abbreviation}"
30
+ azimuth:
31
+ - "#{cardinal_azimuth}"
32
+ - "#{ordinal_azimuth}"
33
+ - "#{half_wind_azimuth}"
34
+ - "#{quarter_wind_azimuth}"
@@ -0,0 +1,425 @@
1
+ en:
2
+ faker:
3
+ construction:
4
+ heavy_equipment: [
5
+ "Excavator",
6
+ "Backhoe",
7
+ "Bulldozer",
8
+ "Skid-Steer",
9
+ "Grader",
10
+ "Crawler",
11
+ "Trencher",
12
+ "Scraper",
13
+ "Dump Truck",
14
+ "Compactor",
15
+ "Dragline"
16
+ ]
17
+ materials: [
18
+ "Aluminum",
19
+ "Brass",
20
+ "Glass",
21
+ "Granite",
22
+ "Plastic",
23
+ "Plexiglass",
24
+ "Rubber",
25
+ "Steel",
26
+ "Stone",
27
+ "Vinyl",
28
+ "Wood"
29
+ ]
30
+ subcontract_categories: [
31
+ "Asphalt Paving",
32
+ "Casework",
33
+ "Construction Clean and Final Clean",
34
+ "Curb & Gutter",
35
+ "Doors, Frames & Hardware",
36
+ "Drilled Shafts",
37
+ "Drywall & Acoustical (FED)",
38
+ "Drywall & Acoustical (MOB)",
39
+ "EIFS",
40
+ "Electrical and Fire Alarm",
41
+ "Electrical",
42
+ "Elevator",
43
+ "Epoxy Flooring",
44
+ "Exterior Signage",
45
+ "Fire Protection",
46
+ "Fire Sprinkler System",
47
+ "Framing (Steel)",
48
+ "Framing (Wood)",
49
+ "Glass & Glazing",
50
+ "Granite Surfaces",
51
+ "HVAC",
52
+ "Hard Tile & Stone",
53
+ "Landscaping & Irrigation",
54
+ "Marlite Panels (FED)",
55
+ "Masonry & Precast",
56
+ "Masonry",
57
+ "Ornamental Railings",
58
+ "Overhead Doors",
59
+ "Painting & Vinyl Wall Covering",
60
+ "Plumbing & Medical Gas",
61
+ "Prefabricated Aluminum Metal Canopies",
62
+ "RF Shielding",
63
+ "Rebar & Wire Mesh Install",
64
+ "Retaining Wall and Brick Pavers",
65
+ "Roofing (Asphalt)",
66
+ "Roofing (Metal)",
67
+ "Site Furnishings",
68
+ "Sitework & Site Utilities",
69
+ "Soft Flooring and Base",
70
+ "Structural & Misc Steel Erection",
71
+ "Structural and Misc Steel (Fabrication)",
72
+ "Temp Fencing, Decorative Fencing and Gates",
73
+ "Termite Control",
74
+ "Wall Protection",
75
+ "Waterproofing & Caulking"
76
+ ]
77
+ roles: [
78
+ "Construction Manager",
79
+ "Estimator",
80
+ "Architect",
81
+ "Supervisor",
82
+ "Construction Expeditor",
83
+ "Construction Worker",
84
+ "Engineer",
85
+ "Electrician",
86
+ "Construction Foreman",
87
+ "Subcontractor",
88
+ "Project Manager",
89
+ "Surveyor"
90
+ ]
91
+ trades: [
92
+ "Boilermaker",
93
+ "Brickmason",
94
+ "Carpenter",
95
+ "Tile Setter",
96
+ "Cement Mason",
97
+ "Concrete Finisher",
98
+ "Terrazzo",
99
+ "Equipment Operator",
100
+ "Electrician",
101
+ "Glazier",
102
+ "Linemen",
103
+ "Painter",
104
+ "Pipelayer",
105
+ "Plumber",
106
+ "Plasterers",
107
+ "Stucco Mason",
108
+ "Sheet Metal Worker",
109
+ "Ironworker",
110
+ "Laborer",
111
+ "Millwright",
112
+ "Pipefitter",
113
+ "Waterproofer",
114
+ "Safety Officer",
115
+ "Welder",
116
+ "Refridgeration",
117
+ "HVAC",
118
+ "Landscaper"
119
+ ]
120
+ standard_cost_codes: [
121
+ "1 - General Requirements",
122
+ "1-000 - Purpose",
123
+ "1-002 - Instructions",
124
+ "1-010 - Project Manager",
125
+ "1-011 - Project Engineer",
126
+ "1-012 - Superintendent",
127
+ "1-013 - Project Coordinator",
128
+ "1-014 - Project Executive",
129
+ "1-500 - Temporary Facilities and Controls",
130
+ "1-510 - Temporary Utilities",
131
+ "1-511 - Temporary Electricity",
132
+ "1-514 - Temporary Heating, Cooling and Ventilation",
133
+ "1-515 - Temporary Lighting",
134
+ "1-517 - Temporary Telephone",
135
+ "1-518 - Temporary Water",
136
+ "1-520 - Construction Facilities",
137
+ "1-523 - Sanitary Facilities",
138
+ "1-530 - Temporary Construction",
139
+ "1-540 - Construction Aids",
140
+ "1-542 - Construction Scaffolding and Platforms",
141
+ "1-550 - Vehicular Access and Parking",
142
+ "1-560 - Temporary Barriers and Enclosures",
143
+ "1-570 - Temporary Controls",
144
+ "1-580 - Project Identification",
145
+ "1-600 - Product Requirements (Scope of Work)",
146
+ "1-630 - Product Substitution Procedures",
147
+ "1-640 - Owner Furnished Products",
148
+ "1-700 - Execution Requirements",
149
+ "1-712 - Local Conditions",
150
+ "1-740 - Cleaning",
151
+ "1-760 - Protecting Installed Construction",
152
+ "1-903 - Hazardous Materials Abatement",
153
+ "1-904 - Hazardous Materials Removal and Disposal",
154
+ "2 - Site Construction",
155
+ "2-000 - General",
156
+ "2-200 - Site Preparation",
157
+ "2-220 - Site Demolition",
158
+ "2-230 - Site Clearing",
159
+ "2-240 - Dewatering",
160
+ "2-250 - Shoring and Underpinning",
161
+ "2-260 - Excavation Support and Protection",
162
+ "2-300 - Earthwork",
163
+ "2-310 - Grading",
164
+ "2-311 - Final Grading",
165
+ "2-312 - Rough Grading",
166
+ "2-315 - Excavation",
167
+ "2-316 - Backfilling",
168
+ "2-317 - Select Borrow",
169
+ "2-320 - Excavation and Fill",
170
+ "2-362 - Termite Control",
171
+ "2-370 - Erosion and Sedimentation Control",
172
+ "2-500 - Utility Services",
173
+ "2-540 - Septic Tank",
174
+ "2-621 - Foundatation Drainage Piping",
175
+ "2-625 - Retaining Wall Drainage Piping",
176
+ "2-740 - Flexible Pavement Asphalt Pavement",
177
+ "2-750 - Concrete Pads and Walks",
178
+ "2-770 - Curb and Gutters",
179
+ "2-780 - Clay Unit Pavers",
180
+ "2-781 - Asphalt Pavers",
181
+ "2-782 - Brick Pavers",
182
+ "2-783 - Interlocking Concrete Unit Paving",
183
+ "2-784 - Stone Unit Pavers",
184
+ "2-790 - Athletic Surfacing",
185
+ "2-795 - Porous Paving",
186
+ "2-800 - Site Amenities",
187
+ "2-812 - Drip Irrigation",
188
+ "2-813 - Lawn Sprinkling and Irrigation",
189
+ "2-815 - Fountains",
190
+ "2-820 - Fences and Gates",
191
+ "2-821 - Chain Link Fences",
192
+ "2-822 - Ornamental Metal Fences and Gates",
193
+ "2-823 - PVC Fences and Gates",
194
+ "2-824 - Wire Fences and Gates",
195
+ "2-825 - Wood Fences and Gates",
196
+ "2-830 - Retaining Walls",
197
+ "2-850 - Bridges/Footbridges",
198
+ "2-870 - Sculpture/Ornamental",
199
+ "2-900 - Landscaping",
200
+ "2-915 - Mulch",
201
+ "2-917 - Soil Preparation",
202
+ "2-919 - Topsoil",
203
+ "2-923 - Seeding and Soil Supplements",
204
+ "2-924 - Sodding",
205
+ "2-930 - Exterior Plants",
206
+ "2-932 - PLants and Bulbs",
207
+ "2-935 - Plant Maintenance",
208
+ "2-936 - Fertilizer",
209
+ "3 - Concrete",
210
+ "3-000 - General",
211
+ "3-050 - Concrete Subcontractor",
212
+ "3-100 - Concrete Reinforcement",
213
+ "3-210 - Cast-In-Place Concrete",
214
+ "3-230 - Anchor Bolts",
215
+ "3-300 - Footings",
216
+ "3-310 - Expansion Joints",
217
+ "3-320 - Slab Foundations",
218
+ "3-330 - Poured Concrete Basement Walls",
219
+ "3-350 - Concrete Finishing",
220
+ "3-400 - Precast Concrete",
221
+ "3-500 - Cementitious Decks and Underlayments",
222
+ "3-540 - Cementitious Underlayments",
223
+ "3-600 - Grouts",
224
+ "4 - Masonry",
225
+ "4-050 - Basic Masonry Materials and Methods",
226
+ "4-200 - Masonry Units",
227
+ "4-400 - Stone",
228
+ "4-500 - Refractories",
229
+ "4-600 - Corrosion-Resistant Masonry",
230
+ "4-700 - Simulated Masonry",
231
+ "4-800 - Masonry Assemblies",
232
+ "4-900 - Masonry Restoration and Cleaning",
233
+ "5 - Metals",
234
+ "5-050 - Basic Metal Materials and Methods",
235
+ "5-100 - Structural Metals",
236
+ "5-200 - Metal Joists",
237
+ "5-300 - Metal Deck",
238
+ "5-400 - Cold-Formed Metal Framing",
239
+ "5-500 - Metal Fabrications",
240
+ "5-600 - Hydraulic Fabrications",
241
+ "5-700 - Ornamental Metal",
242
+ "5-800 - Expansion Control",
243
+ "5-900 - Metal Restoration and Cleaning",
244
+ "6 - Wood and Plastics",
245
+ "6-050 - Basic Wood and Plastic Materials and Methods",
246
+ "6-100 - Rough Carpentry",
247
+ "6-200 - Finish Carpentry",
248
+ "6-400 - Architectural Woodwork",
249
+ "6-500 - Structural Plastics",
250
+ "6-600 - Plastic Fabrications",
251
+ "6-900 - Wood and Plastic Restoration and Cleaning",
252
+ "7 - Thermal and Moisture Protection",
253
+ "7-050 - Basic Thermal and Moisture Protection Materials and Methods",
254
+ "7-100 - Damproofing and Waterproofing",
255
+ "7-200 - Thermal Protection - Insulation",
256
+ "7-300 - Shingles, Roof Tiles, and Roof Coverings",
257
+ "7-400 - Roofing and Siding Panels",
258
+ "7-500 - Membrane Roofing",
259
+ "7-600 - Flashing and Sheet Metal",
260
+ "7-700 - Roof Specialties and Accessories",
261
+ "7-800 - Fire and Smoke Protection",
262
+ "7-900 - Joint Sealers",
263
+ "8 - Doors and Windows",
264
+ "8-050 - Basic Door and Window Materials and Methods",
265
+ "8-100 - Doors",
266
+ "8-200 - Wood and Plastic Doors",
267
+ "8-300 - Specialty Doors",
268
+ "8-400 - Entrances and Storefronts",
269
+ "8-500 - Windows",
270
+ "8-600 - Skylights",
271
+ "8-700 - Hardware",
272
+ "8-800 - Glazing",
273
+ "8-900 - Glazed Curtain Wall",
274
+ "9 - Finishes",
275
+ "9-050 - Basic Finish Materials and Methods",
276
+ "9-100 - Metal Support Assemblies",
277
+ "9-250 - Gypsum Wallboard",
278
+ "9-300 - Tile",
279
+ "9-400 - Terrazzo",
280
+ "9-500 - Ceilings",
281
+ "9-600 - Flooring",
282
+ "9-680 - Carpet",
283
+ "9-700 - Wall Finishes",
284
+ "9-800 - Acoustical Treatment",
285
+ "9-900 - Paints and Coatings",
286
+ "10 - Specialties",
287
+ "10-100 - Visual Display Boards",
288
+ "10-150 - Compartments and Cubicles",
289
+ "10-200 - Louvers and Vents",
290
+ "10-240 - Grilles and Screens",
291
+ "10-250 - Service Walls",
292
+ "10-260 - Wall and Corner Guards",
293
+ "10-270 - Access Flooring",
294
+ "10-290 - Pest Control",
295
+ "10-300 - Fireplaces and Stoves",
296
+ "10-340 - Manufactured Exterior Specialties",
297
+ "10-350 - Flagpoles",
298
+ "10-400 - Identification Devices",
299
+ "10-450 - Pedestrian Control Devices",
300
+ "10-500 - Lockers",
301
+ "10-520 - Fire Protection Specialties",
302
+ "10-530 - Protective Covers",
303
+ "10-550 - Postal Specialties",
304
+ "10-600 - Partitions",
305
+ "10-670 - Storage Shelving",
306
+ "10-700 - Exterior Protection",
307
+ "10-750 - Telephone Specialties",
308
+ "10-800 - Toilet, Bath, and Laundry Specialties",
309
+ "10-820 - Bathroom Accessories",
310
+ "10-880 - Scales",
311
+ "10-900 - Wardrobe and Closet Specialties",
312
+ "11 - Equipment",
313
+ "11-010 - Maintenance Equipment",
314
+ "11-020 - Security and Vault Equipment",
315
+ "11-030 - Teller and Service Equipment",
316
+ "11-040 - Ecclesiastical Equipment",
317
+ "11-050 - Library Equipment",
318
+ "11-060 - Theater and Stage Equipment",
319
+ "11-070 - Instrumental Equipment",
320
+ "11-080 - Registration Equipment",
321
+ "11-090 - Checkroom Equipment",
322
+ "11-100 - Mercantile Equipment",
323
+ "11-110 - Commercial Laundry and Dry Cleaning Equipment",
324
+ "11-120 - Vending Equipment",
325
+ "11-130 - Audio-Visual Equipment",
326
+ "11-140 - Vehicle Service Equipment",
327
+ "11-150 - Parking Control Equipment",
328
+ "11-160 - Loading Dock Equipment",
329
+ "11-170 - Solid Waste Handling Equipment",
330
+ "11-190 - Detention Equipment",
331
+ "11-200 - Water Supply and Treatment Equipment",
332
+ "11-280 - Hydraulic Gates and Valves",
333
+ "11-300 - Fluid Waste Treatment and Disposal Equipment",
334
+ "11-400 - Food Service Equipment",
335
+ "11-450 - Residential Equipment",
336
+ "11-460 - Unit Kitchens",
337
+ "11-470 - Darkroom Equipment",
338
+ "11-480 - Athletic, Recreational, and Therapeutic Equipment",
339
+ "11-500 - Industrial and Process Equipment",
340
+ "11-600 - Laboratory Equipment",
341
+ "11-650 - Planetarium Equipment",
342
+ "11-660 - Observatory Equipment",
343
+ "11-680 - Office Equipment",
344
+ "11-700 - Medical Equipment",
345
+ "11-780 - Mortuary Equipment",
346
+ "11-850 - Navigation Equipment",
347
+ "11-870 - Agricultural Equipment",
348
+ "11-900 - Exhibit Equipment",
349
+ "12 - Furnishings",
350
+ "12-050 - Fabrics",
351
+ "12-100 - Art",
352
+ "12-300 - Manufactured Casework",
353
+ "12-400 - Furnishings and Accessories",
354
+ "12-500 - Furniture",
355
+ "12-600 - Multiple Seating",
356
+ "12-700 - Systems Furniture",
357
+ "12-800 - Interior Plants and Planters",
358
+ "12-900 - Furnishings Restoration and Repair",
359
+ "13 - Special Construction",
360
+ "13-010 - Air-Supported Structures",
361
+ "13-020 - Building Modules",
362
+ "13-030 - Special Purpose Rooms",
363
+ "13-080 - Sound, Vibration, and Seismic Control",
364
+ "13-090 - Radiation Protection",
365
+ "13-100 - Lightning Protection",
366
+ "13-110 - Cathodic Protection",
367
+ "13-120 - Pre-Engineered Structures",
368
+ "13-150 - Swimming Pools",
369
+ "13-160 - Aquariums",
370
+ "13-165 - Aquatic Park Facilities",
371
+ "13-170 - Tubs and Pools",
372
+ "13-175 - Ice Rinks",
373
+ "13-185 - Kennels and Animal Shelters",
374
+ "13-190 - Site-Constructed Incinerators",
375
+ "13-200 - Storage Tanks",
376
+ "13-220 - Filter Underdrains and Media",
377
+ "13-230 - Digester Covers and Appurtenances",
378
+ "13-240 - Oxygenation Systems",
379
+ "13-260 - Sludge Conditioning Systems",
380
+ "13-280 - Hazardous Material Remediation",
381
+ "13-400 - Measurement and Control Instrumentation",
382
+ "13-500 - Recording Instrumentation",
383
+ "13-550 - Transportation Control Instrumentation",
384
+ "13-600 - Solar and Wind Energy Equipment",
385
+ "13-700 - Security Access and Surveillance",
386
+ "13-800 - Building Automation and Control",
387
+ "13-850 - Detection and Alarm",
388
+ "13-900 - Fire Suppression",
389
+ "14 - Conveying Systems",
390
+ "14-100 - Dumbwaiters",
391
+ "14-200 - Elevators",
392
+ "14-300 - Escalators and Moving Walks",
393
+ "14-400 - Lifts",
394
+ "14-500 - Material Handling",
395
+ "14-600 - Hoists and Cables",
396
+ "14-700 - Turntables",
397
+ "14-800 - Scaffolding",
398
+ "14-900 - Transportation",
399
+ "15 - Mechanical",
400
+ "15-050 - Basic Mechanical Materials and Methods",
401
+ "15-100 - Plumbing",
402
+ "15-200 - Process Piping",
403
+ "15-300 - Fire Protection Piping",
404
+ "15-400 - Plumbing Fixtures and Equipment",
405
+ "15-500 - Heat-Generation Equipment",
406
+ "15-600 - Refrigeration Equipment",
407
+ "15-700 - Heating, Venting and Air Conditioning",
408
+ "15-800 - Air Distribution",
409
+ "15-900 - HVAC Instruments and Controls",
410
+ "15-950 - Testing, Adjusting, and Balancing",
411
+ "16 - Electrical",
412
+ "16-050 - Basic Electrical Materials and Methods",
413
+ "16-100 - Electrical",
414
+ "16-200 - Electrical Power",
415
+ "16-300 - Transmission and Distribution",
416
+ "16-400 - Low-Voltage Distribution",
417
+ "16-500 - Lighting",
418
+ "16-700 - Communications",
419
+ "16-800 - Sound and Video",
420
+ "17 - Markup and Contingency",
421
+ "17-010 - Contingency",
422
+ "17-020 - Insurance",
423
+ "17-030 - Bond",
424
+ "17-040 - Profit"
425
+ ]