faker 1.8.7 → 2.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +1423 -6
- data/History.md +4 -4
- data/License.txt +2 -2
- data/README.md +301 -126
- data/bin/faker +5 -0
- data/lib/faker.rb +150 -61
- data/lib/faker/blockchain/aeternity.rb +70 -0
- data/lib/faker/blockchain/bitcoin.rb +60 -0
- data/lib/faker/blockchain/ethereum.rb +26 -0
- data/lib/faker/blockchain/tezos.rb +135 -0
- data/lib/faker/books/book.rb +61 -0
- data/lib/faker/books/culture_series.rb +83 -0
- data/lib/faker/books/dune.rb +132 -0
- data/lib/faker/books/lovecraft.rb +280 -0
- data/lib/faker/creature/animal.rb +22 -0
- data/lib/faker/creature/cat.rb +50 -0
- data/lib/faker/creature/dog.rb +115 -0
- data/lib/faker/creature/horse.rb +37 -0
- data/lib/faker/default/address.rb +368 -0
- data/lib/faker/default/alphanumeric.rb +73 -0
- data/lib/faker/default/ancient.rb +59 -0
- data/lib/faker/default/app.rb +77 -0
- data/lib/faker/default/appliance.rb +33 -0
- data/lib/faker/default/artist.rb +20 -0
- data/lib/faker/default/avatar.rb +60 -0
- data/lib/faker/default/bank.rb +207 -0
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +113 -0
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/boolean.rb +26 -0
- data/lib/faker/default/bossa_nova.rb +33 -0
- data/lib/faker/default/business.rb +50 -0
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +135 -0
- data/lib/faker/default/chile_rut.rb +98 -0
- data/lib/faker/default/chuck_norris.rb +25 -0
- data/lib/faker/default/code.rb +282 -0
- data/lib/faker/default/coffee.rb +82 -0
- data/lib/faker/default/coin.rb +33 -0
- data/lib/faker/default/color.rb +79 -0
- data/lib/faker/default/commerce.rb +143 -0
- data/lib/faker/default/company.rb +581 -0
- data/lib/faker/default/compass.rb +202 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +83 -0
- data/lib/faker/default/cosmere.rb +138 -0
- data/lib/faker/default/crypto.rb +48 -0
- data/lib/faker/default/crypto_coin.rb +94 -0
- data/lib/faker/default/currency.rb +46 -0
- data/lib/faker/default/date.rb +186 -0
- data/lib/faker/default/dc_comics.rb +70 -0
- data/lib/faker/default/demographic.rb +98 -0
- data/lib/faker/default/dessert.rb +48 -0
- data/lib/faker/default/device.rb +85 -0
- data/lib/faker/default/driving_licence.rb +131 -0
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +102 -0
- data/lib/faker/default/electrical_components.rb +48 -0
- data/lib/faker/default/esport.rb +72 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +100 -0
- data/lib/faker/default/fillmurray.rb +45 -0
- data/lib/faker/default/finance.rb +89 -0
- data/lib/faker/default/food.rb +113 -0
- data/lib/faker/default/funny_name.rb +90 -0
- data/lib/faker/default/gender.rb +46 -0
- data/lib/faker/default/greek_philosophers.rb +33 -0
- data/lib/faker/default/hacker.rb +103 -0
- data/lib/faker/default/hipster.rb +194 -0
- data/lib/faker/default/house.rb +33 -0
- data/lib/faker/default/id_number.rb +279 -0
- data/lib/faker/default/industry_segments.rb +61 -0
- data/lib/faker/default/internet.rb +584 -0
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +136 -0
- data/lib/faker/default/job.rb +61 -0
- data/lib/faker/default/json.rb +143 -0
- data/lib/faker/default/kpop.rb +85 -0
- data/lib/faker/default/lorem.rb +306 -0
- data/lib/faker/default/lorem_flickr.rb +138 -0
- data/lib/faker/default/lorem_pixel.rb +70 -0
- data/lib/faker/default/markdown.rb +175 -0
- data/lib/faker/default/marketing.rb +22 -0
- data/lib/faker/default/measurement.rb +207 -0
- data/lib/faker/default/military.rb +98 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +156 -0
- data/lib/faker/default/nation.rb +76 -0
- data/lib/faker/default/nato_phonetic_alphabet.rb +20 -0
- data/lib/faker/default/nhs.rb +57 -0
- data/lib/faker/default/number.rb +289 -0
- data/lib/faker/default/omniauth.rb +461 -0
- data/lib/faker/default/phone_number.rb +137 -0
- data/lib/faker/default/placeholdit.rb +63 -0
- data/lib/faker/default/programming_language.rb +33 -0
- data/lib/faker/default/relationship.rb +91 -0
- data/lib/faker/default/restaurant.rb +63 -0
- data/lib/faker/default/science.rb +46 -0
- data/lib/faker/default/slack_emoji.rb +124 -0
- data/lib/faker/default/source.rb +76 -0
- data/lib/faker/default/south_africa.rb +141 -0
- data/lib/faker/default/space.rb +191 -0
- data/lib/faker/default/string.rb +66 -0
- data/lib/faker/default/stripe.rb +142 -0
- data/lib/faker/default/subscription.rb +70 -0
- data/lib/faker/default/superhero.rb +72 -0
- data/lib/faker/default/team.rb +74 -0
- data/lib/faker/default/time.rb +179 -0
- data/lib/faker/default/twitter.rb +223 -0
- data/lib/faker/default/types.rb +182 -0
- data/lib/faker/default/university.rb +75 -0
- data/lib/faker/default/vehicle.rb +342 -0
- data/lib/faker/default/verb.rb +72 -0
- data/lib/faker/default/world_cup.rb +86 -0
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +113 -0
- data/lib/faker/games/dnd.rb +136 -0
- data/lib/faker/games/dota.rb +80 -0
- data/lib/faker/games/elder_scrolls.rb +139 -0
- data/lib/faker/games/fallout.rb +62 -0
- data/lib/faker/games/game.rb +48 -0
- data/lib/faker/games/half_life.rb +48 -0
- data/lib/faker/games/heroes.rb +61 -0
- data/lib/faker/games/heroes_of_the_storm.rb +72 -0
- data/lib/faker/games/league_of_legends.rb +87 -0
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/myst.rb +74 -0
- data/lib/faker/games/overwatch.rb +48 -0
- data/lib/faker/games/pokemon.rb +48 -0
- data/lib/faker/games/sonic_the_hedgehog.rb +48 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/super_smash_bros.rb +35 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +74 -0
- data/lib/faker/games/witcher.rb +87 -0
- data/lib/faker/games/world_of_warcraft.rb +60 -0
- data/lib/faker/games/zelda.rb +62 -0
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +48 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/one_piece.rb +87 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/japanese_media/sword_art_online.rb +61 -0
- data/lib/faker/movies/back_to_the_future.rb +49 -0
- data/lib/faker/movies/departed.rb +49 -0
- data/lib/faker/movies/ghostbusters.rb +49 -0
- data/lib/faker/movies/harry_potter.rb +87 -0
- data/lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb +106 -0
- data/lib/faker/movies/hobbit.rb +62 -0
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lebowski.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +49 -0
- data/lib/faker/movies/movie.rb +33 -0
- data/lib/faker/movies/princess_bride.rb +36 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +273 -0
- data/lib/faker/movies/v_for_vendetta.rb +50 -0
- data/lib/faker/music/grateful_dead.rb +37 -0
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/music.rb +133 -0
- data/lib/faker/music/opera.rb +298 -0
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +48 -0
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +34 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +49 -0
- data/lib/faker/music/umphreys_mcgee.rb +22 -0
- data/lib/faker/quotes/chiquito.rb +80 -0
- data/lib/faker/quotes/quote.rb +111 -0
- data/lib/faker/quotes/rajnikanth.rb +27 -0
- data/lib/faker/quotes/shakespeare.rb +111 -0
- data/lib/faker/sports/basketball.rb +61 -0
- data/lib/faker/sports/football.rb +74 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +37 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/bojack_horseman.rb +51 -0
- data/lib/faker/tv_shows/breaking_bad.rb +37 -0
- data/lib/faker/tv_shows/buffy.rb +89 -0
- data/lib/faker/tv_shows/community.rb +38 -0
- data/lib/faker/tv_shows/dr_who.rb +115 -0
- data/lib/faker/tv_shows/dumb_and_dumber.rb +51 -0
- data/lib/faker/tv_shows/family_guy.rb +51 -0
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/friends.rb +50 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/game_of_thrones.rb +77 -0
- data/lib/faker/tv_shows/hey_arnold.rb +50 -0
- data/lib/faker/tv_shows/how_i_met_your_mother.rb +64 -0
- data/lib/faker/tv_shows/michael_scott.rb +26 -0
- data/lib/faker/tv_shows/new_girl.rb +38 -0
- data/lib/faker/tv_shows/parks_and_rec.rb +37 -0
- data/lib/faker/tv_shows/rick_and_morty.rb +51 -0
- data/lib/faker/tv_shows/ru_paul.rb +37 -0
- data/lib/faker/tv_shows/seinfeld.rb +51 -0
- data/lib/faker/tv_shows/silicon_valley.rb +118 -0
- data/lib/faker/tv_shows/simpsons.rb +65 -0
- data/lib/faker/tv_shows/south_park.rb +38 -0
- data/lib/faker/tv_shows/star_trek.rb +63 -0
- data/lib/faker/tv_shows/stargate.rb +51 -0
- data/lib/faker/tv_shows/stranger_things.rb +38 -0
- data/lib/faker/tv_shows/suits.rb +37 -0
- data/lib/faker/tv_shows/the_expanse.rb +63 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +64 -0
- data/lib/faker/tv_shows/the_it_crowd.rb +64 -0
- data/lib/faker/tv_shows/the_thick_of_it.rb +51 -0
- data/lib/faker/tv_shows/twin_peaks.rb +51 -0
- data/lib/faker/tv_shows/venture_bros.rb +65 -0
- data/lib/faker/version.rb +3 -1
- data/lib/helpers/base58.rb +22 -0
- data/lib/helpers/char.rb +31 -35
- data/lib/helpers/unique_generator.rb +28 -2
- data/lib/locales/README.md +8 -9
- data/lib/locales/ar.yml +102 -0
- data/lib/locales/bg.yml +5 -2
- data/lib/locales/ca-CAT.yml +1 -1
- data/lib/locales/ca.yml +2 -4
- data/lib/locales/da-DK.yml +10 -6
- data/lib/locales/de-AT.yml +12 -3
- data/lib/locales/de-CH.yml +1696 -1
- data/lib/locales/de.yml +19 -9
- data/lib/locales/ee.yml +61 -0
- data/lib/locales/en-AU.yml +50 -8
- data/lib/locales/en-CA.yml +27 -2
- data/lib/locales/en-GB.yml +2 -1
- data/lib/locales/en-IND.yml +5 -2
- data/lib/locales/en-MS.yml +8 -1
- data/lib/locales/en-NEP.yml +6 -3
- data/lib/locales/en-NG.yml +2 -0
- data/lib/locales/en-NZ.yml +140 -17
- data/lib/locales/en-PAK.yml +4 -2
- data/lib/locales/en-SG.yml +6 -1
- data/lib/locales/en-TH.yml +360 -0
- data/lib/locales/en-US.yml +37 -9
- data/lib/locales/en-ZA.yml +114 -17
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -1
- data/lib/locales/en/address.yml +501 -3
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/animal.yml +6 -0
- data/lib/locales/en/appliance.yml +5 -0
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/bank.yml +275 -60
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/basketball.yml +99 -0
- data/lib/locales/en/beer.yml +2 -1
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/bojack_horseman.yml +6 -0
- data/lib/locales/en/buffy.yml +260 -0
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/cannabis.yml +13 -0
- data/lib/locales/en/cat.yml +5 -4
- data/lib/locales/en/chiquito.yml +64 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/coin.yml +6 -0
- data/lib/locales/en/color.yml +1 -1
- data/lib/locales/en/community.yml +33 -0
- data/lib/locales/en/company.yml +3 -2
- data/lib/locales/en/computer.yml +36 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/construction.yml +425 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/cosmere.yml +57 -0
- data/lib/locales/en/crypto_coin.yml +25 -0
- data/lib/locales/en/culture_series.yml +307 -0
- data/lib/locales/en/currency.yml +6 -0
- data/lib/locales/en/dc_comics.yml +52 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/dessert.yml +3 -3
- data/lib/locales/en/device.yml +115 -0
- data/lib/locales/en/dnd.yml +451 -0
- data/lib/locales/en/dog.yml +9 -9
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +573 -0
- data/lib/locales/en/dr_who.yml +6 -2
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dumb_and_dumber.yml +1 -1
- data/lib/locales/en/dune.yml +401 -131
- data/lib/locales/en/educator.yml +76 -6
- data/lib/locales/en/elder_scrolls.yml +583 -5
- data/lib/locales/en/electrical_components.yml +6 -0
- data/lib/locales/en/esport.yml +5 -5
- data/lib/locales/en/fallout.yml +313 -134
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +116 -0
- data/lib/locales/en/food.yml +6 -2
- data/lib/locales/en/football.yml +8 -0
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/friends.yml +3 -3
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/game.yml +283 -0
- data/lib/locales/en/gender.yml +6 -0
- data/lib/locales/en/ghostbusters.yml +91 -0
- data/lib/locales/en/grateful_dead.yml +48 -0
- data/lib/locales/en/greek_philosophers.yml +26 -0
- data/lib/locales/en/half_life.yml +88 -0
- data/lib/locales/en/harry_potter.yml +2 -1
- data/lib/locales/en/heroes.yml +411 -0
- data/lib/locales/en/heroes_of_the_storm.yml +134 -0
- data/lib/locales/en/horse.yml +6 -0
- data/lib/locales/en/house.yml +5 -0
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/industry_segments.yml +7 -0
- data/lib/locales/en/invoice.yml +6 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/job.yml +2 -2
- data/lib/locales/en/kpop.yml +3 -3
- data/lib/locales/en/league_of_legends.yml +287 -7
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/lorem.yml +6 -0
- data/lib/locales/en/marketing.yml +4 -0
- data/lib/locales/en/michael_scott.yml +45 -0
- data/lib/locales/en/military.yml +182 -0
- data/lib/locales/en/minecraft.yml +663 -0
- data/lib/locales/en/mountain.yml +158 -0
- data/lib/locales/en/movie.yml +192 -1
- data/lib/locales/en/music.yml +451 -1
- data/lib/locales/en/myst.yml +104 -0
- data/lib/locales/en/name.yml +15 -14
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/nation.yml +11 -0
- data/lib/locales/en/nato_phonetic_alphabet.yml +4 -0
- data/lib/locales/en/new_girl.yml +40 -0
- data/lib/locales/en/one_piece.yml +2 -2
- data/lib/locales/en/opera.yml +340 -0
- data/lib/locales/en/overwatch.yml +2652 -33
- data/lib/locales/en/parks_and_rec.yml +7 -0
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +395 -0
- data/lib/locales/en/phone_number.yml +2 -1
- data/lib/locales/en/pokemon.yml +419 -5
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/princess_bride.yml +5 -0
- data/lib/locales/en/programming_language.yml +2 -1
- data/lib/locales/en/quote.yml +695 -0
- data/lib/locales/en/rajnikanth.yml +77 -0
- data/lib/locales/en/relationship.yml +10 -0
- data/lib/locales/en/restaurant.yml +129 -0
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rupaul.yml +51 -21
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/science.yml +1 -0
- data/lib/locales/en/seinfeld.yml +2 -1
- data/lib/locales/en/shakespeare.yml +23 -26
- data/lib/locales/en/show.yml +597 -0
- data/lib/locales/en/silicon_valley.yml +1 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/sonic_the_hedgehog.yml +410 -0
- data/lib/locales/en/source.yml +46 -0
- data/lib/locales/en/south_park.yml +5 -0
- data/lib/locales/en/space.yml +3 -2
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +568 -210
- data/lib/locales/en/stargate.yml +1 -2
- data/lib/locales/en/stranger_thing.yml +36 -0
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/stripe.yml +42 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/subscription.yml +8 -0
- data/lib/locales/en/suits.yml +45 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +220 -0
- data/lib/locales/en/sword_art_online.yml +334 -0
- data/lib/locales/en/team.yml +1 -1
- data/lib/locales/en/the_expanse.yml +7 -0
- data/lib/locales/en/the_it_crowd.yml +155 -0
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/vehicle.yml +77 -49
- data/lib/locales/en/verbs.yml +8 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -0
- data/lib/locales/en/witcher.yml +391 -8
- data/lib/locales/en/world_cup.yml +271 -0
- data/lib/locales/en/world_of_warcraft.yml +124 -5
- data/lib/locales/en/zelda.yml +964 -5
- data/lib/locales/es-AR.yml +4603 -0
- data/lib/locales/es-MX.yml +17 -1
- data/lib/locales/es.yml +75 -1
- data/lib/locales/fa.yml +6 -0
- data/lib/locales/fi-FI.yml +12 -6
- data/lib/locales/fr-CA.yml +107 -0
- data/lib/locales/fr-CH.yml +78 -0
- data/lib/locales/fr.yml +65 -12
- data/lib/locales/he.yml +2 -0
- data/lib/locales/hy.yml +411 -0
- data/lib/locales/id.yml +7 -2
- data/lib/locales/it.yml +15 -3
- data/lib/locales/ja.yml +86 -15
- data/lib/locales/ko.yml +96 -2
- data/lib/locales/lv.yml +55 -0
- data/lib/locales/nb-NO.yml +15 -6
- data/lib/locales/nl.yml +13 -4
- data/lib/locales/no.yml +7 -0
- data/lib/locales/pl.yml +12 -1
- data/lib/locales/pt-BR.yml +624 -17
- data/lib/locales/pt.yml +16 -6
- data/lib/locales/ru.yml +6 -2
- data/lib/locales/sk.yml +21 -13
- data/lib/locales/sv.yml +15 -7
- data/lib/locales/th.yml +380 -0
- data/lib/locales/tr.yml +14 -0
- data/lib/locales/uk.yml +17 -4
- data/lib/locales/vi.yml +7 -2
- data/lib/locales/zh-CN.yml +4 -4
- data/lib/locales/zh-TW.yml +3 -1
- metadata +448 -127
- data/lib/extensions/array.rb +0 -22
- data/lib/extensions/symbol.rb +0 -9
- data/lib/faker/address.rb +0 -67
- data/lib/faker/ancient.rb +0 -21
- data/lib/faker/app.rb +0 -23
- data/lib/faker/aqua_teen_hunger_force.rb +0 -9
- data/lib/faker/artist.rb +0 -9
- data/lib/faker/avatar.rb +0 -15
- data/lib/faker/back_to_the_future.rb +0 -17
- data/lib/faker/bank.rb +0 -37
- data/lib/faker/beer.rb +0 -40
- data/lib/faker/bitcoin.rb +0 -48
- data/lib/faker/book.rb +0 -23
- data/lib/faker/boolean.rb +0 -9
- data/lib/faker/bossa_nova.rb +0 -13
- data/lib/faker/breaking_bad.rb +0 -16
- data/lib/faker/business.rb +0 -22
- data/lib/faker/cat.rb +0 -19
- data/lib/faker/chuck_norris.rb +0 -11
- data/lib/faker/code.rb +0 -147
- data/lib/faker/coffee.rb +0 -29
- data/lib/faker/color.rb +0 -30
- data/lib/faker/commerce.rb +0 -64
- data/lib/faker/company.rb +0 -162
- data/lib/faker/compass.rb +0 -65
- data/lib/faker/crypto.rb +0 -19
- data/lib/faker/date.rb +0 -80
- data/lib/faker/demographic.rb +0 -35
- data/lib/faker/dessert.rb +0 -19
- data/lib/faker/dog.rb +0 -39
- data/lib/faker/dr_who.rb +0 -34
- data/lib/faker/dragon_ball.rb +0 -9
- data/lib/faker/dumb_and_dumber.rb +0 -17
- data/lib/faker/dune.rb +0 -54
- data/lib/faker/educator.rb +0 -23
- data/lib/faker/elder_scrolls.rb +0 -21
- data/lib/faker/esport.rb +0 -25
- data/lib/faker/fallout.rb +0 -21
- data/lib/faker/family_guy.rb +0 -17
- data/lib/faker/file.rb +0 -24
- data/lib/faker/fillmurray.rb +0 -14
- data/lib/faker/finance.rb +0 -28
- data/lib/faker/food.rb +0 -25
- data/lib/faker/friends.rb +0 -17
- data/lib/faker/funny_name.rb +0 -43
- data/lib/faker/game_of_thrones.rb +0 -25
- data/lib/faker/hacker.rb +0 -45
- data/lib/faker/harry_potter.rb +0 -25
- data/lib/faker/hey_arnold.rb +0 -17
- data/lib/faker/hipster.rb +0 -59
- data/lib/faker/hitchhikers_guide_to_the_galaxy.rb +0 -33
- data/lib/faker/hobbit.rb +0 -21
- data/lib/faker/how_i_met_your_mother.rb +0 -21
- data/lib/faker/id_number.rb +0 -36
- data/lib/faker/internet.rb +0 -178
- data/lib/faker/job.rb +0 -16
- data/lib/faker/kpop.rb +0 -29
- data/lib/faker/league_of_legends.rb +0 -29
- data/lib/faker/lebowski.rb +0 -17
- data/lib/faker/lord_of_the_rings.rb +0 -13
- data/lib/faker/lorem.rb +0 -68
- data/lib/faker/lorem_pixel.rb +0 -21
- data/lib/faker/lovecraft.rb +0 -73
- data/lib/faker/markdown.rb +0 -67
- data/lib/faker/matz.rb +0 -9
- data/lib/faker/measurement.rb +0 -127
- data/lib/faker/most_interesting_man_in_the_world.rb +0 -9
- data/lib/faker/movie.rb +0 -9
- data/lib/faker/music.rb +0 -33
- data/lib/faker/name.rb +0 -46
- data/lib/faker/number.rb +0 -86
- data/lib/faker/omniauth.rb +0 -340
- data/lib/faker/one_piece.rb +0 -29
- data/lib/faker/overwatch.rb +0 -17
- data/lib/faker/phone_number.rb +0 -44
- data/lib/faker/placeholdit.rb +0 -20
- data/lib/faker/pokemon.rb +0 -17
- data/lib/faker/programming_language.rb +0 -13
- data/lib/faker/rick_and_morty.rb +0 -17
- data/lib/faker/robin.rb +0 -9
- data/lib/faker/rock_band.rb +0 -9
- data/lib/faker/rupaul.rb +0 -15
- data/lib/faker/science.rb +0 -15
- data/lib/faker/seinfeld.rb +0 -13
- data/lib/faker/shakespeare.rb +0 -40
- data/lib/faker/silicon_valley.rb +0 -33
- data/lib/faker/simpsons.rb +0 -22
- data/lib/faker/slack_emoji.rb +0 -43
- data/lib/faker/space.rb +0 -58
- data/lib/faker/star_trek.rb +0 -21
- data/lib/faker/star_wars.rb +0 -102
- data/lib/faker/stargate.rb +0 -17
- data/lib/faker/superhero.rb +0 -25
- data/lib/faker/team.rb +0 -24
- data/lib/faker/the_fresh_prince_of_bel_air.rb +0 -17
- data/lib/faker/the_thick_of_it.rb +0 -17
- data/lib/faker/time.rb +0 -51
- data/lib/faker/twin_peaks.rb +0 -17
- data/lib/faker/twitter.rb +0 -172
- data/lib/faker/types.rb +0 -93
- data/lib/faker/umphreys_mcgee.rb +0 -9
- data/lib/faker/university.rb +0 -28
- data/lib/faker/v_for_vendetta.rb +0 -17
- data/lib/faker/vehicle.rb +0 -39
- data/lib/faker/venture_bros.rb +0 -21
- data/lib/faker/witcher.rb +0 -29
- data/lib/faker/world_of_warcraft.rb +0 -13
- data/lib/faker/yoda.rb +0 -10
- data/lib/faker/zelda.rb +0 -22
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -5
- data/lib/locales/en/matz.yml +0 -28
- data/lib/locales/en/most_interesting_man_in_the_world.yml +0 -106
- data/lib/locales/en/robin.yml +0 -4
@@ -0,0 +1,5 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
princess_bride:
|
4
|
+
characters: ["Buttercup", "Westley", "Prince Humperdinck", "Vizzini", "Fezzik", "Inigo Montoya", "Count Rugen", "The Countess", "King Lotharon", "Queen Bella", "Miracle Max", "Valerie", "The Albino", "Dread Pirate Roberts", "Yellin", "Domingo Montoya", "Yeste"]
|
5
|
+
quotes: ["Hello. My name is Inigo Montoya. You killed my father. Prepare to die!", "You rush a miracle man, you get rotten miracles.", "The rodents of unusual size? I don't believe they exist.", "He is only mostly dead. Not all dead. You can bring them back to life if they are only mostly dead. Now, give me that stick.", "Have fun storming the castle!", "You keep using that word. I do not think it means what you think it means.", "There is nothing better than true love in the whole world. Except a nice MLT. Mutton, lettuce, and tomato when the mutton is nice and lean and the lettuce is nice and crisp. Ohhh you can't beat it.", "Inconceivable!", "We'll never survive. Nonsense, you're only saying that because nobody ever has.", "I'll explain and I'll use small words so that you'll be sure to understand, you warthog faced buffoon.", "Hello. My name is Inigo Montoya. You killed my father. Prepare to die!", "As you wish.", "But first things first. To the death!", "The King's stinken son fired me and thank you so much for bringing up such a rotten subject. While you're at it, why don't you give me a nice paper cut and pore lemon juice on it. We're closed!", "You mean you'll put down your rock and I'll put down my sword, and we'll try and kill each other like civilized people?", "Mawage. Mawage is what bwings us togever today. Mawage that bwessed awangement, that dweam within a dweam.", "I'm not a witch I'm your wife. But after what you just said I'm not even sure I want to be that anymore.", "He didn't fall? INCONCEIVABLE!", "Are you coming down into the pit? Westly's got his strength back, I'm starting him on the machine tonight.", "I've hired you to help me start a war. It's an prestigious line of work, with a long and glorious tradition.", "I do not think you would accept my help, since I am only waiting around to kill you.", "That does put a damper on our relationship.", "Life is pain. Anyone who says different is trying to sell you something.", "Do you have 6 fingers on your left hand?", "You only think I guessed wrong! That's what's so funny! I switched glasses when your back was turned!", "Ha ha, you fool! You fell victim to one of the classic blunders! The most famous of which is never get involved in a land war in Asia, but only slightly less well-known is this: Never go in against a Sicilian when DEATH is on the line.", "It's not my fault being the biggest and the strongest. I don't even exercise.", "What you do not smell is called Iocane Power.", "We are men of action. Lies do not become us."]
|
@@ -1,5 +1,6 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
programming_language:
|
4
|
-
|
4
|
+
# https://en.wikipedia.org/wiki/List_of_programming_languages
|
5
|
+
name: ["A# .NET","A# (Axiom)","A-0 System","A+","A++","ABAP","ABC","ABC ALGOL","ABSET","ABSYS","ACC","Accent","Ace DASL (Distributed Application Specification Language)","ACL2","ACT-III","Action!","ActionScript","Ada","Adenine","Agda","Agilent VEE","Agora","AIMMS","Aldor","Alef","ALF","ALGOL 58","ALGOL 60","ALGOL 68","ALGOL W","Alice","Alma-0","AmbientTalk","Amiga E","AMOS","AML (Arc Macro Language)","AMPL","AngelScript","Apex (Salesforce.com)","APL","App Inventor for Android's visual block language","AppleScript","APT","Arc","ARexx","Argus","AspectJ","Assembly language","ATS","Ateji PX","AutoHotkey","Autocoder","AutoIt","AutoLISP / Visual LISP","Averest","AWK","Axum","Active Server Pages","B","Babbage","Ballerina","Bash","BASIC","bc","BCPL","BeanShell","Batch (Windows/Dos)","Bertrand","BETA","Bistro","BLISS","Blockly","BlooP","Boo","Boomerang","Bourne shell (including bash and ksh)","BPEL","BrightScript","Business Basic","C","C--","C++ – ISO/IEC 14882","C# – ISO/IEC 23270","C/AL","Caché ObjectScript","C Shell (csh)","Caml","Calcpad","Cayenne","CDuce","Cecil","Cesil","Céu","Ceylon","CFEngine","Cg","Ch","Chapel","Charity","Charm","CHILL","CHIP-8","chomski","ChucK","Cilk","Citrine","CL (IBM)","Claire","Clarion","Clean","Clipper","CLIPS","CLIST","Clojure","CLU","CMS-2","COBOL – ISO/IEC 1989","CobolScript – COBOL Scripting language","Cobra","CoffeeScript","ColdFusion","COMAL","Combined Programming Language (CPL)","COMIT","Common Intermediate Language (CIL)","Common Lisp (also known as CL)","COMPASS","Component Pascal","Constraint Handling Rules (CHR)","COMTRAN","Converge","Cool","Coq","Coral 66","CorVision","COWSEL","CPL","Cryptol","Crystal","Csound","CSP","CUDA","Cuneiform","Curl","Curry","Cybil","Cyclone","Cython","D","DASL (Datapoint's Advanced Systems Language)","Dart","Darwin","DataFlex","Datalog","DATATRIEVE","dBase","dc","DCL","Delphi","DinkC","DIBOL","Dog","Draco","DRAKON","Dylan","DYNAMO","DAX (Data Analysis Expressions)","E","Ease","Easy PL/I","EASYTRIEVE PLUS","eC","ECMAScript","Edinburgh IMP","EGL","Eiffel","ELAN","Elixir","Elm","Emacs Lisp","Emerald","Epigram","EPL (Easy Programming Language)","EPL (Eltron Programming Language)","Erlang","es","Escher","ESPOL","Esterel","Etoys","Euclid","Euler","Euphoria","EusLisp Robot Programming Language","CMS EXEC (EXEC)","EXEC 2","Executable UML","F","F#","F*","Factor","Falcon","Fantom","FAUST","FFP","Fjölnir","FL","Flavors","Flex","FlooP","FLOW-MATIC","FOCAL","FOCUS","FOIL","FORMAC","@Formula","Forth","Fortran – ISO/IEC 1539","Fortress","FoxBase","FoxPro","FP","Franz Lisp","Frege","F-Script","G","Game Maker Language","GameMonkey Script","GAMS","GAP","G-code","GDScript","Genie","GDL","GJ","GEORGE","GLSL","GNU E","GM","Go","Go!","GOAL","Gödel","Golo","GOM (Good Old Mad)","Google Apps Script","Gosu","GOTRAN","GPSS","GraphTalk","GRASS","Groovy","Hack","HAGGIS","HAL/S","Halide (programming language)","Hamilton C shell","Harbour","Hartmann pipelines","Haskell","Haxe","Hermes","High Level Assembly","HLSL","Hop","Hopscotch","Hope","Hugo","Hume","HyperTalk","Hexa","Io","Icon (programming language)","IBM Basic assembly language","IBM BASICA","IBM HAScript","IBM Informix-4GL","IBM RPG","IDL","J","J#","J++","JADE","JAL","Janus (concurrent constraint programming language)","Janus (time-reversible computing programming language)","JASS","Java","JavaScript","JCL","JEAN","Join Java","JOSS","Joule","JOVIAL","Joy","JScript","JScript .NET","JavaFX Script","jq","Julia","Jython","K","Kaleidoscope","Kafe","Karel","Karel++","KEE","Kixtart","Klerer-May System","KIF","Kojo","Kotlin","KRC","KRL","KRL (KUKA Robot Language)","KRYPTON","ksh","Kodu","L","LabVIEW","Ladder","Lagoona","LANSA","Lasso","LaTeX","Lava","LC-3","Leda","Legoscript","LIL","LilyPond","Limbo","Limnor","LINC","Lingo","LIS","LISA","Lisaac","Lisp – ISO/IEC 13816","Lite-C","Lithe","Little b","LLL","Logo","Logtalk","LotusScript","LPC","LSE","LSL","LiveCode","LiveScript","Lua","Lucid","Lustre","LYaPAS","Lynx","M (alternative name for the MUMPS programming language)","M2000","M2001","M4","M#","Machine code","MAD (Michigan Algorithm Decoder)","MAD/I","Magik","Magma","make","Maude system","Maple","MAPPER (now part of BIS)","MARK-IV (now VISION:BUILDER)","Mary","MASM Microsoft Assembly x86","MATH-MATIC","Mathematica","MATLAB","Maxima (see also Macsyma)","Max (Max Msp – Graphical Programming Environment)","MaxScript internal language 3D Studio Max","Maya (MEL)","M++","MDL","Mercury","Mesa","Metafont","MetaQuotes Language (MQL4/MQL5)","MHEG-5 (Interactive TV programming language)","Microcode","MicroScript","MIIS","Milk (programming language)","MIMIC","Mirah","Miranda","MIVA Script","ML","Model 204","Modelica","Modula","Modula-2","Modula-3","Mohol","MOO","Mortran","Mouse","MPD","Mathcad","MSIL – deprecated name for CIL","MSL","MUMPS","MuPAD","Mutan","Mystic Programming Language (MPL)","NASM","Napier88","Neko","Nemerle","nesC","NESL","Net.Data","NetLogo","NetRexx","NewLISP","NEWP","Newspeak","NewtonScript","NGL","Nial","Nice","Nickle (NITIN)","Nim","NPL","Not eXactly C (NXC)","Not Quite C (NQC)","NSIS","Nu","NWScript","NXT-G","o:XML","Oak","Oberon","OBJ2","Object Lisp","ObjectLOGO","Object REXX","Object Pascal","Objective-C","Objective-J","Obliq","OCaml","occam","occam-π","Octave","OmniMark","Onyx","Opa","Opal","OpenCL","OpenEdge ABL","OPL","OpenVera","OPS5","OptimJ","Orc","ORCA/Modula-2","Oriel","Orwell","Oxygene","Oz","P","P′′","P#","ParaSail (programming language)","PARI/GP","Pascal – ISO 7185","PCASTL","PCF","PEARL","PeopleCode","Perl","PDL","Perl 6","Pharo","PHP","Pico","Picolisp","Pict","Pig (programming tool)","Pike","PIKT","PILOT","Pipelines","Pizza","PL-11","PL/0","PL/B","PL/C","PL/I – ISO 6160","PL/M","PL/P","PL/SQL","PL360","PLANC","munoz","Plankalkül","Planner","PLEX","PLEXIL","Plus","Pony","POP-11","POP-2","PostScript","PortablE","Powerhouse","PowerBuilder – 4GL GUI application generator from Sybase","PowerShell","PPL","Processing","Processing.js","Prograph","PROIV","Prolog","PROMAL","Promela","PROSE modeling language","PROTEL","ProvideX","Pro*C","Pure","PureBasic","Pure Data","Python","Q (equational programming language)","Q (programming language from Kx Systems)","Q# (Microsoft programming language)","Qalb","QtScript","QuakeC","QPL","R","R++","Racket","RAPID","Rapira","Ratfiv","Ratfor","rc","Reason","REBOL","Red","Redcode","REFAL","Reia","REXX","Ring","Rlab","ROOP","RPG","RPL","RSL","RTL/2","Ruby","RuneScript","Rust","S","S2","S3","S-Lang","S-PLUS","SA-C","SabreTalk","SAIL","SALSA","SAM76","SAS","SASL","Sather","Sawzall","SBL","Scala","Scheme","Scilab","Script.NET","Sed","Seed7","Self","SenseTalk","SequenceL","Serpent","SETL","SIMPOL","SIGNAL","SiMPLE","SIMSCRIPT","Simula","Simulink","Singularity","SISAL","SLIP","SMALL","Scratch","Smalltalk","SML","Strongtalk","Snap!","SNOBOL(SPITBOL)","Snowball","SOL","Solidity","SOPHAEROS","SPARK","Speedcode","SPIN","SP/k","SPS","SQR","Squeak","Squirrel","SR","S/SL","Stackless Python","Starlogo","Strand","Stata","Stateflow","Subtext","SuperCollider","SuperTalk","Swift (Apple programming language)","Swift (parallel scripting language)","SYMPL","SyncCharts","SystemVerilog","T","TACL","TACPOL","TADS","TAL","Tcl","Tea","TECO","TELCOMP","TeX","TEX","TIE","Timber","TMG, compiler-compiler","Tom","TOM","Toi","Topspeed","TPU","Trac","TTM","T-SQL","Transcript","TTCN","Turing","TUTOR","TXL","TypeScript","Tynker","Ubercode","UCSD Pascal","Umple","Unicon","Uniface","UNITY","UniVerse Basic","Unix shell","UnrealScript","Vala","Verilog","Viper","Visual Basic","Visual Basic .NET","Visual DataFlex","Visual DialogScript","Visual Fortran","Visual FoxPro","Visual J++","Visual J#","Visual LISP","Visual Objects","Visual Prolog","VSXu","VVML (Verification Validation Mark-up Language)","vvvv","WATFIV, WATFOR","WebDNA","WebQL","Whiley","Winbatch","Wolfram Language","Wyvern","X++","X10","XBL","XC (exploits XMOS architecture)","xHarbour","XL","Xojo","XOTcl","XPL","XPL0","XQuery","XSB","XSharp","XSLT – see XPath","Xtend","Yorick","YQL","Yoix","Z","Z notation","Zap","Zebra, ZPL, ZPL2","Zeno","ZetaLisp","ZIL","ZOPL","Zsh","ZPL","Z++"]
|
5
6
|
creator: ["John Backus", "Friedrich L. Bauer", "Gilad Bracha", "Walter Bright", "Alain Colmerauer", "Ole-Johan Dahl", "Brendan Eich", "James Gosling", "Anders Hejlsberg", "Rich Hickey", "Roberto Ierusalimschy", "Alan Kay", "Dan Ingalls", "Chris Lattner", "Yukihiro Matsumoto", "John McCarthy", "Martin Odersky", "Dennis Ritchie", "Guido van Rossum", "Guy L. Steele, Jr.", "Bjarne Stroustrup", "Don Syme", "Ken Thompson", "Larry Wall", "Philip Wadler"]
|
@@ -0,0 +1,695 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
quote:
|
4
|
+
famous_last_words:
|
5
|
+
- I don't know.
|
6
|
+
- No comment.
|
7
|
+
- Van Halen!
|
8
|
+
- Is it not meningitis?
|
9
|
+
- I love you too, honey. Good luck with your show.
|
10
|
+
- Am I dying, or is this my birthday?
|
11
|
+
- I want your bunk!
|
12
|
+
- I went the distance.
|
13
|
+
- Goodnight, my darlings, I'll see you tomorrow.
|
14
|
+
- I am confound.
|
15
|
+
- That was the best ice-cream soda I ever tasted.
|
16
|
+
- All my possessions for a moment of time.
|
17
|
+
- Hurrah for anarchy! This is the happiest moment of my life.
|
18
|
+
- It's stopped.
|
19
|
+
- You can get anything you want at Alice's restaurant.
|
20
|
+
- Yes, it's tough, but not as tough as doing comedy.
|
21
|
+
- That's good. Go on, read some more.
|
22
|
+
- I love you.
|
23
|
+
- One! Two! Three!
|
24
|
+
- Do you want me to come with you?
|
25
|
+
- Does nobody understand?
|
26
|
+
- I wish I could go with you.
|
27
|
+
- I'll be in Hell before you start breakfast! Let her rip!
|
28
|
+
- Tape Seinfeld for me.
|
29
|
+
- Strike the tent.
|
30
|
+
- I don't think they even heard me.
|
31
|
+
- I regret that I should leave this world without again beholding him.
|
32
|
+
- Well, this is certainly a pleasant surprise.
|
33
|
+
- Okay, I won't.
|
34
|
+
- I want to go home.
|
35
|
+
- Happy.
|
36
|
+
- I forgot something.
|
37
|
+
- My vocabulary did this to me. Your love will let you go on…
|
38
|
+
matz:
|
39
|
+
- I believe consistency and orthogonality are tools of design, not the primary
|
40
|
+
goal in design.
|
41
|
+
- From the viewpoint of what you can do, therefore, languages do differ - but
|
42
|
+
the differences are limited. For example, Python and Ruby provide almost the
|
43
|
+
same power to the programmer.
|
44
|
+
- The orthogonal features, when combined, can explode into complexity.
|
45
|
+
- I didn't work hard to make Ruby perfect for everyone, because you feel differently
|
46
|
+
from me. No language can be perfect for everyone. I tried to make Ruby perfect
|
47
|
+
for me, but maybe it's not perfect for you. The perfect language for Guido
|
48
|
+
van Rossum is probably Python.
|
49
|
+
- Because of the Turing completeness theory, everything one Turing-complete
|
50
|
+
language can do can theoretically be done by another Turing-complete language,
|
51
|
+
but at a different cost. You can do everything in assembler, but no one wants
|
52
|
+
to program in assembler anymore.
|
53
|
+
- Ruby inherited the Perl philosophy of having more than one way to do the same
|
54
|
+
thing. I inherited that philosophy from Larry Wall, who is my hero actually.
|
55
|
+
I want to make Ruby users free. I want to give them the freedom to choose.
|
56
|
+
- You want to enjoy life, don't you? If you get your job done quickly and your
|
57
|
+
job is fun, that's good isn't it? That's the purpose of life, partly. Your
|
58
|
+
life is better.
|
59
|
+
- People are different. People choose different criteria. But if there is a
|
60
|
+
better way among many alternatives, I want to encourage that way by making
|
61
|
+
it comfortable. So that's what I've tried to do.
|
62
|
+
- In our daily lives as programmers, we process text strings a lot. So I tried
|
63
|
+
to work hard on text processing, namely the string class and regular expressions.
|
64
|
+
Regular expressions are built into the language and are very tuned up for
|
65
|
+
use.
|
66
|
+
- Most of the tasks we do are for humans. For example, a tax calculation is
|
67
|
+
counting numbers so the government can pull money out from my wallet, but
|
68
|
+
government consists of humans.
|
69
|
+
- Actually, I didn't make the claim that Ruby follows the principle of least
|
70
|
+
surprise. Someone felt the design of Ruby follows that philosophy, so they
|
71
|
+
started saying that. I didn't bring that up, actually.
|
72
|
+
- Smart people underestimate the ordinarity of ordinary people.
|
73
|
+
- Language designers want to design the perfect language. They want to be able
|
74
|
+
to say, 'My language is perfect. It can do everything.' But it's just plain
|
75
|
+
impossible to design a perfect language, because there are two ways to look
|
76
|
+
at a language. One way is by looking at what can be done with that language.
|
77
|
+
The other is by looking at how we feel using that language-how we feel while
|
78
|
+
programming.
|
79
|
+
- I believe that the purpose of life is, at least in part, to be happy. Based
|
80
|
+
on this belief, Ruby is designed to make programming not only easy but also
|
81
|
+
fun. It allows you to concentrate on the creative side of programming, with
|
82
|
+
less stress.
|
83
|
+
- Most programs are not write-once. They are reworked and rewritten again and
|
84
|
+
again in their lived. Bugs must be debugged. Changing requirements and the
|
85
|
+
need for increased functionality mean the program itself may be modified on
|
86
|
+
an ongoing basis. During this process, human beings must be able to read and
|
87
|
+
understand the original code. It is therefore more important by far for humans
|
88
|
+
to be able to understand the program than it is for the computer.
|
89
|
+
- I hope to see Ruby help every programmer in the world to be productive, and
|
90
|
+
to enjoy programming, and to be happy. That is the primary purpose of Ruby
|
91
|
+
language.
|
92
|
+
- Man is driven to create; I know I really love to create things. And while
|
93
|
+
I'm not good at painting, drawing, or music, I can write software.
|
94
|
+
- It is not the responsibility of the language to force good looking code, but
|
95
|
+
the language should make good looking code possible.
|
96
|
+
- Plant a memory, plant a tree, do it today for tomorrow.
|
97
|
+
- Imagine you are writing an email. You are in front of the computer. You are
|
98
|
+
operating the computer, clicking a mouse and typing on a keyboard, but the
|
99
|
+
message will be sent to a human over the internet. So you are working before
|
100
|
+
the computer, but with a human behind the computer.
|
101
|
+
- Often people, especially computer engineers, focus on the machines. But in
|
102
|
+
fact we need to focus on humans, on how humans care about doing programming
|
103
|
+
or operating the application of the machines.
|
104
|
+
- Everyone has an individual background. Someone may come from Python, someone
|
105
|
+
else may come from Perl, and they may be surprised by different aspects of
|
106
|
+
the language. Then they come up to me and say, 'I was surprised by this feature
|
107
|
+
of the language, so therefore Ruby violates the principle of least surprise.'
|
108
|
+
Wait. Wait. The principle of least surprise is not for you only.
|
109
|
+
- Sometimes people jot down pseudo-code on paper. If that pseudo-code runs directly
|
110
|
+
on their computers, its best, isn't it? Ruby tries to be like that, like pseudo-code
|
111
|
+
that runs. Python people say that too.
|
112
|
+
most_interesting_man_in_the_world:
|
113
|
+
- His only regret is not knowing what regret feels like.
|
114
|
+
- When in Rome, they do as HE does
|
115
|
+
- He is considered a national treasure in countries he’s never visited.
|
116
|
+
- He has won the lifetime achievement award… twice
|
117
|
+
- He can kill two stones with one bird
|
118
|
+
- When a tree falls in a forest and no one is there, he hears it
|
119
|
+
- His lovemaking has been detected by a seismograph
|
120
|
+
- He once had an awkward moment, just to see how it feels
|
121
|
+
- He is fluent in all languages, including three that he only speaks
|
122
|
+
- If opportunity knocks, and he’s not at home, opportunity waits
|
123
|
+
- Mosquitoes refuse to bite him purely out of respect
|
124
|
+
- He has taught old dogs a variety of new tricks
|
125
|
+
- In museums, he is allowed to touch the art
|
126
|
+
- His business card simply says ‘I’ll Call You”
|
127
|
+
- If he was to pat you on the back, you would list it on your resume.
|
128
|
+
- Freemasons strive to learn HIS secret handshake.
|
129
|
+
- He played a game of Russian Roulette with a fully loaded magnum, and won
|
130
|
+
- He is the life of parties that he has never attended
|
131
|
+
- He once won the Tour-de-France, but was disqualified for riding a unicycle
|
132
|
+
- His organ donation card also lists his beard
|
133
|
+
- He is left-handed. And right-handed
|
134
|
+
- Sharks have a week dedicated to him
|
135
|
+
- Presidents take his birthday off
|
136
|
+
- Time waits on no one, but him
|
137
|
+
- He never wears a watch because time is always on his side
|
138
|
+
- He taught Chuck Norris martial arts
|
139
|
+
- When he holds a lady’s purse, he looks manly
|
140
|
+
- He once won a staring contest with his own reflection
|
141
|
+
- When he meets the Pope, the Pope kisses his ring
|
142
|
+
- His beard alone has experienced more than a lesser man’s entire body
|
143
|
+
- Superman has pijamas with his logo
|
144
|
+
- If he were to punch you in the face you would have to fight off a strong urge
|
145
|
+
to thank him
|
146
|
+
- He once went to the psychic, to warn her
|
147
|
+
- His feet don’t get blisters, but his shoes do
|
148
|
+
- When he drives a car off the lot, its price increases in value
|
149
|
+
- On every continent in the world, there is a sandwich named after him.
|
150
|
+
- Once a rattlesnake bit him, after 5 days of excruciating pain, the snake finally
|
151
|
+
died
|
152
|
+
- His passport requires no photograph
|
153
|
+
- He gave his father “the talk”
|
154
|
+
- He can speak Russian… in French
|
155
|
+
- His signature won a Pulitzer
|
156
|
+
- Once while sailing around the world, he discovered a short cut
|
157
|
+
- He once got pulled over for speeding, and the cop got the ticket
|
158
|
+
- The dark is afraid of him
|
159
|
+
- If he were to visit the dark side of the moon, it wouldn’t be dark
|
160
|
+
- He once brought a knife to a gunfight… just to even the odds
|
161
|
+
- He bowls overhand
|
162
|
+
- A bird in his hand is worth three in the bush
|
163
|
+
- He once started a fire using only dental floss and water
|
164
|
+
- Roses stop to smell him
|
165
|
+
- Bigfoot tries to get pictures of him
|
166
|
+
- He once turned a vampire into a vegetarian
|
167
|
+
- Batman watches Saturday morning cartoons about him
|
168
|
+
- When he was young he once sent his parents to his room
|
169
|
+
- His blood smells like cologne
|
170
|
+
- When he goes to Spain, he chases the bulls
|
171
|
+
- His shadow has been on the ‘best dressed’ list twice
|
172
|
+
- Two countries went to war to dispute HIS nationality
|
173
|
+
- His pillow is cool on BOTH sides
|
174
|
+
- The Nobel Academy was awarded a prize from HIM
|
175
|
+
- His mother has a tattoo that says “Son”
|
176
|
+
- His shirts never wrinkle
|
177
|
+
- Respected archaeologists fight over his discarded apple cores
|
178
|
+
- His garden maze is responsible for more missing persons than the bermuda triangle
|
179
|
+
- He doesn’t believe in using oven mitts, nor potholders
|
180
|
+
- His cereal never gets soggy. It sits there, staying crispy, just for him
|
181
|
+
- The police often question him, just because they find him interesting
|
182
|
+
- He has never walked into a spider web
|
183
|
+
- The star on his Christmas tree is tracked by NASA
|
184
|
+
- He’s never lost a game of chance
|
185
|
+
- He once caught the Loch Ness Monster….with a cane pole, but threw it back
|
186
|
+
- His wallet is woven out of chupacabra leather
|
187
|
+
- Cars look both ways for him, before driving down a street
|
188
|
+
- His 5 de Mayo party starts on the 8th of March
|
189
|
+
- His tears can cure cancer, too bad he never cries
|
190
|
+
- His friends call him by his name, his enemies don’t call him anything because
|
191
|
+
they are all dead
|
192
|
+
- No less than 25 Mexican folk songs have been written about his beard
|
193
|
+
- He once taught a german shepherd how to bark in Spanish
|
194
|
+
- The Holy Grail is looking for him
|
195
|
+
- Werewolves are jealous of his beard
|
196
|
+
- Once he ran a marathon because it was “on the way”
|
197
|
+
- He was on a recent archaeological dig and came across prehistoric foot prints
|
198
|
+
that lead out of Africa into all parts of the world. On close inspection,
|
199
|
+
it turned out that the prints were his
|
200
|
+
- Whatever side of the tracks he’s currently on is the right side, even if he
|
201
|
+
crosses the tracks he’ll still be on the right side
|
202
|
+
- The circus ran away to join him
|
203
|
+
- He once made a weeping willow laugh
|
204
|
+
- He is allowed to talk about the fight club
|
205
|
+
- His sweat is the cure for the common cold
|
206
|
+
- While swimming off the coast of Australia, he once scratched the underbelly
|
207
|
+
of the Great White with his right hand
|
208
|
+
- If he were to say something costs an arm and a leg, it would
|
209
|
+
- He never says something tastes like chicken.. not even chicken
|
210
|
+
- Panhandlers give him money
|
211
|
+
- He once tried to acquire a cold just to see what it felt like, but it didn’t
|
212
|
+
take
|
213
|
+
- His ten gallon hat holds twenty gallons
|
214
|
+
- He once won the world series of poker using UNO cards
|
215
|
+
- He has inside jokes with people he’s never met.
|
216
|
+
- Bear hugs are what he gives bears
|
217
|
+
- Even his tree houses have fully finished basements
|
218
|
+
- He has never waited 15 minutes after finishing a meal before returning to
|
219
|
+
the pool
|
220
|
+
- He lives vicariously through himself
|
221
|
+
robin:
|
222
|
+
- Holy Agility
|
223
|
+
- Holy Almost
|
224
|
+
- Holy Alphabet
|
225
|
+
- Holy Alps
|
226
|
+
- Holy Alter Ego
|
227
|
+
- Holy Anagram
|
228
|
+
- Holy Apparition
|
229
|
+
- Holy Armadillo
|
230
|
+
- Holy Armour Plate
|
231
|
+
- Holy Ashtray
|
232
|
+
- Holy Asp
|
233
|
+
- Holy Astronomy
|
234
|
+
- Holy Astringent Plum-like Fruit
|
235
|
+
- Holy Audubon
|
236
|
+
- Holy Backfire
|
237
|
+
- Holy Ball And Chain
|
238
|
+
- Holy Bank Balance
|
239
|
+
- Holy Bankruptcy
|
240
|
+
- Holy Banks
|
241
|
+
- Holy Bargain Basements
|
242
|
+
- Holy Barracuda
|
243
|
+
- Holy Bat Logic
|
244
|
+
- Holy Bat Trap
|
245
|
+
- Holy Batman
|
246
|
+
- Holy Benedict Arnold
|
247
|
+
- Holy Bijou
|
248
|
+
- Holy Bikini
|
249
|
+
- Holy Bill Of Rights
|
250
|
+
- Holy Birthday Cake
|
251
|
+
- Holy Black Beard
|
252
|
+
- Holy Blackout
|
253
|
+
- Holy Blank Cartridge
|
254
|
+
- Holy Blizzard
|
255
|
+
- Holy Blonde Mackerel Ash
|
256
|
+
- Holy Bluebeard
|
257
|
+
- Holy Bouncing Boiler Plate
|
258
|
+
- Holy Bowler
|
259
|
+
- Holy Bullseye
|
260
|
+
- Holy Bunions
|
261
|
+
- Holy Caffeine
|
262
|
+
- Holy Camouflage
|
263
|
+
- Holy Captain Nemo
|
264
|
+
- Holy Caruso
|
265
|
+
- Holy Catastrophe
|
266
|
+
- Holy Cat(s)
|
267
|
+
- Holy Chicken Coop
|
268
|
+
- Holy Chilblains
|
269
|
+
- Holy Chocolate Eclair
|
270
|
+
- Holy Cinderella
|
271
|
+
- Holy Cinemascope
|
272
|
+
- Holy Cliche
|
273
|
+
- Holy Cliffhangers
|
274
|
+
- Holy Clockwork
|
275
|
+
- Holy Clockworks
|
276
|
+
- Holy Cofax You Mean
|
277
|
+
- Holy Coffin Nails
|
278
|
+
- Holy Cold Creeps
|
279
|
+
- Holy Complications
|
280
|
+
- Holy Conflagration
|
281
|
+
- Holy Contributing to the Delinquency of Minors
|
282
|
+
- Holy Corpuscles
|
283
|
+
- Holy Cosmos
|
284
|
+
- Holy Costume Party
|
285
|
+
- Holy Crack Up
|
286
|
+
- Holy Crickets
|
287
|
+
- Holy Crossfire
|
288
|
+
- Holy Crucial Moment
|
289
|
+
- Holy Cryptology
|
290
|
+
- Holy D'artagnan
|
291
|
+
- Holy Davy Jones
|
292
|
+
- Holy Detonator
|
293
|
+
- Holy Disappearing Act
|
294
|
+
- Holy Distortion
|
295
|
+
- Holy Diversionary Tactics
|
296
|
+
- Holy Dr. Jekyll and Mr. Hyde
|
297
|
+
- Holy Egg Shells
|
298
|
+
- Holy Encore
|
299
|
+
- Holy Endangered Species
|
300
|
+
- Holy Epigrams
|
301
|
+
- Holy Escape-hatch
|
302
|
+
- Holy Explosion
|
303
|
+
- Holy Fate-worse-than-death
|
304
|
+
- Holy Felony
|
305
|
+
- Holy Finishing-touches
|
306
|
+
- Holy Fireworks
|
307
|
+
- Holy Firing Squad
|
308
|
+
- Holy Fishbowl
|
309
|
+
- Holy Flight Plan
|
310
|
+
- Holy Flip-flop
|
311
|
+
- Holy Flood Gate
|
312
|
+
- Holy Floor Covering
|
313
|
+
- Holy Flypaper
|
314
|
+
- Holy Fly Trap
|
315
|
+
- Holy Fog
|
316
|
+
- Holy Forecast
|
317
|
+
- Holy Fork In The Road
|
318
|
+
- Holy Fourth Amendment
|
319
|
+
- Holy Fourth Of July
|
320
|
+
- Holy Frankenstein
|
321
|
+
- Holy Frankenstein It's Alive
|
322
|
+
- Holy Fratricide
|
323
|
+
- Holy Frogman
|
324
|
+
- Holy Fruit Salad
|
325
|
+
- Holy Frying Towels
|
326
|
+
- Holy Funny Bone
|
327
|
+
- Holy Gall
|
328
|
+
- Holy Gambles
|
329
|
+
- Holy Gemini
|
330
|
+
- Holy Geography
|
331
|
+
- Holy Ghost Writer
|
332
|
+
- Holy Giveaways
|
333
|
+
- Holy Glow Pot
|
334
|
+
- Holy Golden Gate
|
335
|
+
- Holy Graf Zeppelin
|
336
|
+
- Holy Grammar
|
337
|
+
- Holy Graveyards
|
338
|
+
- Holy Greed
|
339
|
+
- Holy Green Card
|
340
|
+
- Holy Greetings-cards
|
341
|
+
- Holy Guacamole
|
342
|
+
- Holy Guadalcanal
|
343
|
+
- Holy Gullibility
|
344
|
+
- Holy Gunpowder
|
345
|
+
- Holy Haberdashery
|
346
|
+
- Holy Hailstorm
|
347
|
+
- Holy Hairdo
|
348
|
+
- Holy Hallelujah
|
349
|
+
- Holy Halloween
|
350
|
+
- Holy Hallucination
|
351
|
+
- Holy Hamburger
|
352
|
+
- Holy Hamlet
|
353
|
+
- Holy Hamstrings
|
354
|
+
- Holy Happenstance
|
355
|
+
- Holy Hardest Metal In The World
|
356
|
+
- Holy Harem
|
357
|
+
- Holy Harshin
|
358
|
+
- Holy Haziness
|
359
|
+
- Holy Headache
|
360
|
+
- Holy Headline
|
361
|
+
- Holy Heart Failure
|
362
|
+
- Holy Heartbreak
|
363
|
+
- Holy Heidelberg
|
364
|
+
- Holy Helmets
|
365
|
+
- Holy Helplessness
|
366
|
+
- Holy Here We Go Again
|
367
|
+
- Holy Hi-fi
|
368
|
+
- Holy Hieroglyphic
|
369
|
+
- Holy High-wire
|
370
|
+
- Holy Hijack
|
371
|
+
- Holy Hijackers
|
372
|
+
- Holy History
|
373
|
+
- Holy Hoaxes
|
374
|
+
- Holy Hole In A Donut
|
375
|
+
- Holy Hollywood
|
376
|
+
- Holy Holocaust
|
377
|
+
- Holy Homecoming
|
378
|
+
- Holy Homework
|
379
|
+
- Holy Homicide
|
380
|
+
- Holy Hoodwink
|
381
|
+
- Holy Hoof Beats
|
382
|
+
- Holy Hors D'Oeuvre
|
383
|
+
- Holy Horseshoes
|
384
|
+
- Holy Hostage
|
385
|
+
- Holy Hot Foot
|
386
|
+
- Holy Houdini
|
387
|
+
- Holy Human Collectors Item
|
388
|
+
- Holy Human Pearls
|
389
|
+
- Holy Human Pressure Cookers
|
390
|
+
- Holy Human Surfboards
|
391
|
+
- Holy Hunting Horn
|
392
|
+
- Holy Hurricane
|
393
|
+
- Holy Hutzpa
|
394
|
+
- Holy Hydraulics
|
395
|
+
- Holy Hypnotism
|
396
|
+
- Holy Hypodermics
|
397
|
+
- Holy Ice Picks
|
398
|
+
- Holy Ice Skates
|
399
|
+
- Holy Iceberg
|
400
|
+
- Holy Impossibility
|
401
|
+
- Holy Impregnability
|
402
|
+
- Holy Incantation
|
403
|
+
- Holy Inquisition
|
404
|
+
- Holy Interplanetary Yardstick
|
405
|
+
- Holy Interruptions
|
406
|
+
- Holy Iodine
|
407
|
+
- Holy IT and T
|
408
|
+
- Holy Jack In The Box
|
409
|
+
- Holy Jackpot
|
410
|
+
- Holy Jail Break
|
411
|
+
- Holy Jaw Breaker
|
412
|
+
- Holy Jelly Molds
|
413
|
+
- Holy Jet Set
|
414
|
+
- Holy Jigsaw Puzzles
|
415
|
+
- Holy Jitter Bugs
|
416
|
+
- Holy Joe
|
417
|
+
- Holy Journey To The Center Of The Earth
|
418
|
+
- Holy Jumble
|
419
|
+
- Holy Jumpin' Jiminy
|
420
|
+
- Holy Karats
|
421
|
+
- Holy Key Hole
|
422
|
+
- Holy Key Ring
|
423
|
+
- Holy Kilowatts
|
424
|
+
- Holy Kindergarten
|
425
|
+
- Holy Knit One Purl Two
|
426
|
+
- Holy Knock Out Drops
|
427
|
+
- Holy Known Unknown Flying Objects
|
428
|
+
- Holy Kofax
|
429
|
+
- Holy Las Vegas
|
430
|
+
- Holy Leopard
|
431
|
+
- Holy Levitation
|
432
|
+
- Holy Liftoff
|
433
|
+
- Holy Living End
|
434
|
+
- Holy Lodestone
|
435
|
+
- Holy Long John Silver
|
436
|
+
- Holy Looking Glass
|
437
|
+
- Holy Love Birds
|
438
|
+
- Holy Luther Burbank
|
439
|
+
- Holy Madness
|
440
|
+
- Holy Magic Lantern
|
441
|
+
- Holy Magician
|
442
|
+
- Holy Main Springs
|
443
|
+
- Holy Marathon
|
444
|
+
- Holy Mashed Potatoes
|
445
|
+
- Holy Masquerade
|
446
|
+
- Holy Matador
|
447
|
+
- Holy Mechanical Armies
|
448
|
+
- Holy Memory Bank
|
449
|
+
- Holy Merlin Magician
|
450
|
+
- Holy Mermaid
|
451
|
+
- Holy Merry Go Around
|
452
|
+
- Holy Mesmerism
|
453
|
+
- Holy Metronome
|
454
|
+
- Holy Miracles
|
455
|
+
- Holy Miscast
|
456
|
+
- Holy Missing Relatives
|
457
|
+
- Holy Molars
|
458
|
+
- Holy Mole Hill
|
459
|
+
- Holy Mucilage
|
460
|
+
- Holy Multitudes
|
461
|
+
- Holy Murder
|
462
|
+
- Holy Mush
|
463
|
+
- Holy Naive
|
464
|
+
- Holy New Year's Eve
|
465
|
+
- Holy Nick Of Time
|
466
|
+
- Holy Nightmare
|
467
|
+
- Holy Non Sequiturs
|
468
|
+
- Holy Oleo
|
469
|
+
- Holy Olfactory
|
470
|
+
- Holy One Track Bat Computer Mind
|
471
|
+
- Holy Oversight
|
472
|
+
- Holy Oxygen
|
473
|
+
- Holy Paderewski
|
474
|
+
- Holy Paraffin
|
475
|
+
- Holy Perfect Pitch
|
476
|
+
- Holy Pianola
|
477
|
+
- Holy Pin Cushions
|
478
|
+
- Holy Polar Front
|
479
|
+
- Holy Polar Ice Sheet
|
480
|
+
- Holy Polaris
|
481
|
+
- Holy Popcorn
|
482
|
+
- Holy Potluck
|
483
|
+
- Holy Pressure Cooker
|
484
|
+
- Holy Priceless Collection of Etruscan Snoods
|
485
|
+
- Holy Pseudonym
|
486
|
+
- Holy Purple Cannibals
|
487
|
+
- Holy Puzzlers
|
488
|
+
- Holy Rainbow
|
489
|
+
- Holy Rats In A Trap
|
490
|
+
- Holy Ravioli
|
491
|
+
- Holy Razors Edge
|
492
|
+
- Holy Recompense
|
493
|
+
- Holy Red Herring
|
494
|
+
- Holy Red Snapper
|
495
|
+
- Holy Reincarnation
|
496
|
+
- Holy Relief
|
497
|
+
- Holy Remote Control Robot
|
498
|
+
- Holy Reshevsky
|
499
|
+
- Holy Return From Oblivion
|
500
|
+
- Holy Reverse Polarity
|
501
|
+
- Holy Rheostat
|
502
|
+
- Holy Ricochet
|
503
|
+
- Holy Rip Van Winkle
|
504
|
+
- Holy Rising Hemlines
|
505
|
+
- Holy Roadblocks
|
506
|
+
- Holy Robert Louis Stevenson
|
507
|
+
- Holy Rock Garden
|
508
|
+
- Holy Rocking Chair
|
509
|
+
- Holy Romeo And Juliet
|
510
|
+
- Holy Rudder
|
511
|
+
- Holy Safari
|
512
|
+
- Holy Sarcophagus
|
513
|
+
- Holy Sardine
|
514
|
+
- Holy Scalding
|
515
|
+
- Holy Schizophrenia
|
516
|
+
- Holy Sedatives
|
517
|
+
- Holy Self Service
|
518
|
+
- Holy Semantics
|
519
|
+
- Holy Serpentine
|
520
|
+
- Holy Sewer Pipe
|
521
|
+
- Holy Shamrocks
|
522
|
+
- Holy Sherlock Holmes
|
523
|
+
- Holy Show-Ups
|
524
|
+
- Holy Showcase
|
525
|
+
- Holy Shrinkage
|
526
|
+
- Holy Shucks
|
527
|
+
- Holy Skull Tap
|
528
|
+
- Holy Sky Rocket
|
529
|
+
- Holy Slipped Disc
|
530
|
+
- Holy Smoke
|
531
|
+
- Holy Smokes
|
532
|
+
- Holy Smokestack
|
533
|
+
- Holy Snowball
|
534
|
+
- Holy Sonic Booms
|
535
|
+
- Holy Special Delivery
|
536
|
+
- Holy Spider Webs
|
537
|
+
- Holy Split Seconds
|
538
|
+
- Holy Squirrel Cage
|
539
|
+
- Holy Stalactites
|
540
|
+
- Holy Stampede
|
541
|
+
- Holy Standstills
|
542
|
+
- Holy Steam Valve
|
543
|
+
- Holy Stew Pot
|
544
|
+
- Holy Stomach Aches
|
545
|
+
- Holy Stratosphere
|
546
|
+
- Holy Stuffing
|
547
|
+
- Holy Subliminal
|
548
|
+
- Holy Sudden Incapacitation
|
549
|
+
- Holy Sundials
|
550
|
+
- Holy Surprise Party
|
551
|
+
- Holy Switch A Roo
|
552
|
+
- Holy Taj Mahal
|
553
|
+
- Holy Tartars
|
554
|
+
- Holy Taxation
|
555
|
+
- Holy Taxidermy
|
556
|
+
- Holy Tee Shot
|
557
|
+
- Holy Ten Toes
|
558
|
+
- Holy Terminology
|
559
|
+
- Holy Time Bomb
|
560
|
+
- Holy Tintinnabulation
|
561
|
+
- Holy Tipoffs
|
562
|
+
- Holy Titanic
|
563
|
+
- Holy Tome
|
564
|
+
- Holy Toreador
|
565
|
+
- Holy Trampoline
|
566
|
+
- Holy Transistors
|
567
|
+
- Holy Travel Agent
|
568
|
+
- Holy Trickery
|
569
|
+
- Holy Triple Feature
|
570
|
+
- Holy Trolls And Goblins
|
571
|
+
- Holy Tuxedo
|
572
|
+
- Holy Uncanny Photographic Mental Processes
|
573
|
+
- Holy Understatements
|
574
|
+
- Holy Underwritten Metropolis
|
575
|
+
- Holy Unlikelihood
|
576
|
+
- Holy Unrefillable Prescriptions
|
577
|
+
- Holy Vat
|
578
|
+
- Holy Venezuela
|
579
|
+
- Holy Vertebrae
|
580
|
+
- Holy Voltage
|
581
|
+
- Holy Waste Of Energy
|
582
|
+
- Holy Wayne Manor
|
583
|
+
- Holy Weaponry
|
584
|
+
- Holy Wedding Cake
|
585
|
+
- Holy Wernher von Braun
|
586
|
+
- Holy Whiskers
|
587
|
+
- Holy Wigs
|
588
|
+
- Holy Zorro
|
589
|
+
singular_siegler:
|
590
|
+
- Texas!
|
591
|
+
- Come on now
|
592
|
+
- Turd gone wrong
|
593
|
+
- I want my 5$ back
|
594
|
+
- I tell you what
|
595
|
+
- My buddy Harlen
|
596
|
+
- Goin' hog huntin'
|
597
|
+
- C'mon Naomi
|
598
|
+
- Might be DQ time
|
599
|
+
- That goddamn Datamate
|
600
|
+
- That damn gimble
|
601
|
+
- That Barbala couldn't fly his way out of a wet paper bag
|
602
|
+
- So I was walking Oscar
|
603
|
+
- How 'bout them Cowboys
|
604
|
+
- Always the last one to the party
|
605
|
+
- Standby
|
606
|
+
- No one tells me shit
|
607
|
+
- My boss gonna fire me
|
608
|
+
- That damn Bill Stull
|
609
|
+
- Like a red-headed stepchild
|
610
|
+
- Y'all never listen to me
|
611
|
+
- It's around here somewhere
|
612
|
+
- Reminds me of my old girlfriend Olga Goodntight
|
613
|
+
- Let me tell ya
|
614
|
+
- I got that scurvy
|
615
|
+
- Got depression, Smith and Wessen
|
616
|
+
- I'm washing my hands of it
|
617
|
+
- Yup
|
618
|
+
- Contact the tower
|
619
|
+
- That damn diabetes
|
620
|
+
- That's messed up
|
621
|
+
- I want my damn cart back
|
622
|
+
yoda:
|
623
|
+
- Use your feelings, Obi-Wan, and find him you will.
|
624
|
+
- Already know you that which you need.
|
625
|
+
- Adventure. Excitement. A Jedi craves not these things.
|
626
|
+
- At an end your rule is, and not short enough it was!
|
627
|
+
- Around the survivors a perimeter create.
|
628
|
+
- Soon will I rest, yes, forever sleep. Earned it I have. Twilight is upon me,
|
629
|
+
soon night must fall.
|
630
|
+
- Not if anything to say about it I have
|
631
|
+
- Through the Force, things you will see. Other places. The future - the past.
|
632
|
+
Old friends long gone.
|
633
|
+
- Ow, ow, OW! On my ear you are!
|
634
|
+
- The dark side clouds everything. Impossible to see the future is.
|
635
|
+
- Size matters not. Look at me. Judge me by my size, do you? Hmm? Hmm. And well
|
636
|
+
you should not. For my ally is the Force, and a powerful ally it is. Life
|
637
|
+
creates it, makes it grow. Its energy surrounds us and binds us. Luminous
|
638
|
+
beings are we, not this crude matter. You must feel the Force around you;
|
639
|
+
here, between you, me, the tree, the rock, everywhere, yes. Even between the
|
640
|
+
land and the ship.
|
641
|
+
- Younglings, younglings gather ’round.
|
642
|
+
- Luminous beings are we - not this crude matter.
|
643
|
+
- Clear your mind must be, if you are to find the villains behind this plot.
|
644
|
+
- Always two there are, no more, no less. A master and an apprentice.
|
645
|
+
- Do. Or do not. There is no try.
|
646
|
+
- Much to learn you still have my old padawan. ... This is just the beginning!
|
647
|
+
- Good relations with the Wookiees, I have.
|
648
|
+
- Ready are you? What know you of ready? For eight hundred years have I trained
|
649
|
+
Jedi. My own counsel will I keep on who is to be trained. A Jedi must have
|
650
|
+
the deepest commitment, the most serious mind. This one a long time have I
|
651
|
+
watched. All his life has he looked away - to the future, to the horizon.
|
652
|
+
Never his mind on where he was. Hmm? What he was doing. Hmph. Adventure. Heh.
|
653
|
+
Excitement. Heh. A Jedi craves not these things. You are reckless.
|
654
|
+
- Truly wonderful, the mind of a child is.
|
655
|
+
- Always pass on what you have learned.
|
656
|
+
- Once you start down the dark path, forever will it dominate your destiny,
|
657
|
+
consume you it will.
|
658
|
+
- Mudhole? Slimy? My home this is!
|
659
|
+
- Yes, a Jedi’s strength flows from the Force. But beware of the dark side.
|
660
|
+
Anger, fear, aggression; the dark side of the Force are they. Easily they
|
661
|
+
flow, quick to join you in a fight. If once you start down the dark path,
|
662
|
+
forever will it dominate your destiny, consume you it will, as it did Obi-Wan’s
|
663
|
+
apprentice.
|
664
|
+
- Do not assume anything Obi-Wan. Clear your mind must be if you are to discover
|
665
|
+
the real villains behind this plot.
|
666
|
+
- Death is a natural part of life. Rejoice for those around you who transform
|
667
|
+
into the Force. Mourn them do not. Miss them do not. Attachment leads to jealously.
|
668
|
+
The shadow of greed, that is.
|
669
|
+
- Like fire across the galaxy the Clone Wars spread. In league with the wicked
|
670
|
+
Count Dooku, more and more planets slip. Against this threat, upon the Jedi
|
671
|
+
Knights falls the duty to lead the newly formed army of the Republic. And
|
672
|
+
as the heat of war grows, so, to, grows the prowess of one most gifted student
|
673
|
+
of the Force.
|
674
|
+
- Hmm. In the end, cowards are those who follow the dark side.
|
675
|
+
- Strong is Vader. Mind what you have learned. Save you it can.
|
676
|
+
- Pain, suffering, death I feel. Something terrible has happened. Young Skywalker
|
677
|
+
is in pain. Terrible pain
|
678
|
+
- Difficult to see. Always in motion is the future...
|
679
|
+
- You will find only what you bring in.
|
680
|
+
- Feel the force!
|
681
|
+
- Reckless he is. Matters are worse.
|
682
|
+
- That is why you fail.
|
683
|
+
- Your weapons, you will not need them.
|
684
|
+
- To answer power with power, the Jedi way this is
|
685
|
+
fortune_cookie:
|
686
|
+
- This cookie senses that you are superstitious; it is an inclination that is
|
687
|
+
bad for your mental health.
|
688
|
+
- Goodness comes to those who wait.
|
689
|
+
- Two wrongs do not make a right.
|
690
|
+
- A rolling stone gathers no moss.
|
691
|
+
- Destiny is what you choose it to be; fate is what happens when you relinquish
|
692
|
+
your freedom
|
693
|
+
- Failure is fuel for victory
|
694
|
+
- A black cat is not bad luck for a blind man.
|
695
|
+
- To hesitate is to be lost.
|