faker 2.11.0 → 2.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +372 -13
- data/History.md +4 -4
- data/README.md +27 -3
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/tezos.rb +30 -2
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/default/address.rb +35 -5
- data/lib/faker/default/app.rb +1 -1
- data/lib/faker/default/avatar.rb +1 -1
- data/lib/faker/default/bank.rb +96 -3
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/business.rb +1 -1
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +47 -3
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +98 -17
- data/lib/faker/default/commerce.rb +74 -11
- data/lib/faker/default/company.rb +96 -11
- data/lib/faker/default/compass.rb +135 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +54 -0
- data/lib/faker/default/cosmere.rb +90 -0
- data/lib/faker/default/crypto.rb +4 -4
- data/lib/faker/default/crypto_coin.rb +45 -0
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +67 -1
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +53 -2
- data/lib/faker/default/finance.rb +45 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +107 -10
- data/lib/faker/default/id_number.rb +88 -2
- data/lib/faker/default/internet.rb +266 -12
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +33 -6
- data/lib/faker/default/json.rb +61 -5
- data/lib/faker/default/lorem.rb +160 -5
- data/lib/faker/default/lorem_flickr.rb +67 -7
- data/lib/faker/default/lorem_pixel.rb +23 -0
- data/lib/faker/default/markdown.rb +91 -0
- data/lib/faker/default/measurement.rb +93 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +98 -0
- data/lib/faker/default/nhs.rb +19 -0
- data/lib/faker/default/number.rb +28 -13
- data/lib/faker/default/omniauth.rb +62 -14
- data/lib/faker/default/phone_number.rb +88 -5
- data/lib/faker/default/placeholdit.rb +23 -1
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/slack_emoji.rb +81 -0
- data/lib/faker/default/south_africa.rb +90 -0
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +20 -3
- data/lib/faker/default/stripe.rb +64 -3
- data/lib/faker/default/twitter.rb +35 -0
- data/lib/faker/default/types.rb +84 -3
- data/lib/faker/default/university.rb +45 -0
- data/lib/faker/default/vehicle.rb +184 -4
- data/lib/faker/default/verb.rb +45 -0
- data/lib/faker/default/world_cup.rb +4 -4
- 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/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/heroes_of_the_storm.rb +16 -5
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +74 -0
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- 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 +26 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/movies/departed.rb +49 -0
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/movie.rb +13 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +74 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +27 -1
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +49 -0
- data/lib/faker/quotes/quote.rb +80 -1
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +70 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/dr_who.rb +1 -1
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/simpsons.rb +14 -0
- data/lib/faker/tv_shows/suits.rb +37 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/faker.rb +28 -23
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +22 -27
- data/lib/helpers/unique_generator.rb +0 -2
- data/lib/locales/de-AT.yml +4 -2
- data/lib/locales/de-CH.yml +1696 -1
- data/lib/locales/de.yml +4 -2
- data/lib/locales/en/address.yml +2 -0
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/company.yml +2 -2
- data/lib/locales/en/computer.yml +36 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +451 -0
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +531 -63
- 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/dune.yml +401 -131
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/elder_scrolls.yml +583 -9
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +53 -0
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/house.yml +1 -1
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/military.yml +179 -5
- 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 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/name.yml +5 -4
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/one_piece.yml +2 -2
- data/lib/locales/en/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +392 -1
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/show.yml +597 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/source.yml +30 -0
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +568 -220
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -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 +18 -4
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -0
- data/lib/locales/en/witcher.yml +389 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/en-AU.yml +50 -10
- data/lib/locales/en-CA.yml +2 -0
- data/lib/locales/en-GB.yml +1 -1
- data/lib/locales/en-IND.yml +2 -1
- data/lib/locales/en-MS.yml +2 -1
- data/lib/locales/en-NEP.yml +4 -1
- data/lib/locales/en-NZ.yml +3 -1
- data/lib/locales/en-PAK.yml +2 -1
- data/lib/locales/en-SG.yml +2 -1
- data/lib/locales/en-US.yml +36 -10
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- data/lib/locales/es-AR.yml +4603 -0
- data/lib/locales/es.yml +56 -0
- data/lib/locales/fi-FI.yml +1 -1
- data/lib/locales/fr-CA.yml +21 -5
- data/lib/locales/fr-CH.yml +2 -2
- data/lib/locales/fr.yml +12 -6
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja.yml +18 -1
- data/lib/locales/ko.yml +94 -2
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +2 -1
- data/lib/locales/pt.yml +3 -1
- data/lib/locales/ru.yml +3 -1
- data/lib/locales/sk.yml +4 -2
- data/lib/locales/uk.yml +2 -0
- metadata +90 -23
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
data/lib/locales/en/quote.yml
CHANGED
@@ -1,166 +1,695 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
quote:
|
4
|
-
famous_last_words:
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
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.
|