This a list of quotes that I had in an earlier verison of SWMM 4, a quote would be printed to the output file based on the second/minute the model was run so a new quote would be shown for each new model run. I wanted to add this blog for posterity. The format statements are Fortran
100 FORMAT(
1′ # “Taste is the enemy of creativeness.” #’,/,
1′ # Pablo Picasso #’,/,
+’ #######################################################’)
101 FORMAT(
1′ # “Smooth runs the water where the brook is deep.” #’,/,
1′ # Shakespeare, Henry VI, II, III, 1 #’,/,
+’ #######################################################’)
102 FORMAT(
1′ # “Happiness lies in the joy of achievement and #’,/,
1′ # the thrill of creative effort.” #’,/,
1′ # Franklin D. Roosevelt #’,/,
+’ #######################################################’)
103 FORMAT(
1′ # “Happy people plan actions, not results.” #’,/,
1′ # Dennis Wholey #’,/,
+’ #######################################################’)
104 FORMAT(
1′ # “Did you find joy?” “Did you bring joy?” #’,/,
1′ # Egyptian God Osiris #’,/,
+’ #######################################################’)
105 FORMAT(
1′ # “He deserves Paradise who makes his companions #’,/,
1′ # laugh.” Annonymous #’,/,
+’ #######################################################’)
106 FORMAT(
1′ # “Seven days without laughter makes one weak.” #’,/,
1′ # Joel Goodman #’,/,
+’ #######################################################’)
107 FORMAT(
1′ # “To be busy is man”s only happiness.” #’,/,
1′ # Mark Twain #’,/,
+’ #######################################################’)
108 FORMAT(
1′ # “Work is much more fun than fun.” #’,/,
1′ # Noel Coward #’,/,
+’ #######################################################’)
Cred Change foot to fool in quote 109 # 10/27/94
109 FORMAT(
1′ # “It is better to be a fool than dead.” #’,/,
1′ # Robert Louis Stevenson #’,/,
+’ #######################################################’)
110 FORMAT(
1′ # “If it”s not fun, you”re not doing it right.” #’,/,
1′ # Bob Basso #’,/,
+’ #######################################################’)
111 FORMAT(
1′ # “There are 40 kinds of lunacy, but only one kind of #’,/,
1′ # common sense.” African Proverb #’,/,
+’ #######################################################’)
112 FORMAT(
1′ # “Each snowflake in an avalanche pleads not guilty.” #’,/,
1′ # Stanislaw J. Lec #’,/,
+’ #######################################################’)
113 FORMAT(
1′ # “Music is a higher revelation than philosophy.” #’,/,
1′ # Beethoven #’,/,
+’ #######################################################’)
114 FORMAT(
1′ # “He that would be a leader must be a bridge.” #’,/,
1′ # Welsh Proverb #’,/,
+’ #######################################################’)
115 FORMAT(
1′ # “Let him that would move the world, first move #’,/,
1′ # himself.” Socrates #’,/,
+’ #######################################################’)
116 FORMAT(
1′ # “Time spent laughing is time spent with the gods.” #’,/,
1′ # Japanese Proverb #’,/,
+’ #######################################################’)
117 FORMAT(
1′ # “And wherever water goes, amoebae go along for #’,/,
1′ # the ride.” Tom Robbins #’,/,
+’ #######################################################’)
118 FORMAT(
1′ # “The sewer is the conscience of the city.” #’,/,
1′ # Victor Hugo(1862) #’,/,
+’ #######################################################’)
119 FORMAT(
1′ # “A teacher affects eternity.” #’,/,
1′ # Henry B. Adams #’,/,
+’ #######################################################’)
120 FORMAT(
1′ # “What you cannot understand, you cannot possess.” #’,/,
1′ # Goethe #’,/,
+’ #######################################################’)
121 FORMAT(
1′ # “People do not lack strength; they lack will.” #’,/,
1′ # Victor Hugo #’,/,
+’ #######################################################’)
122 FORMAT(
1′ # “Some folks are wise, and some are otherwise.” #’,/,
1′ # Tobias Smollet #’,/,
+’ #######################################################’)
123 FORMAT(
1′ # “The ring always believes the finger lives for it.” #’,/,
1′ # Chazal #’,/,
+’ #######################################################’)
124 FORMAT(
1′ # “Death is more universal than life; everyone dies #’,/,
1′ # but not everyone lives.” A. Sachs #’,/,
+’ #######################################################’)
125 FORMAT(
1′ # “It is never too late to be what you might have #’,/,
1′ # been.” George Eliot #’,/,
+’ #######################################################’)
126 FORMAT(
1′ # “Imagination is the highest kite one can fly.” #’,/,
1′ # Lauren Bacall #’,/,
+’ #######################################################’)
127 FORMAT(
1′ # “Experience is simply the name we give our mistakes”#’,/,
1′ # Oscar Wilde #’,/,
+’ #######################################################’)
128 FORMAT(
1′ # “Do not get excited over the noise you have made.” #’,/,
1′ # Erasmus #’,/,
+’ #######################################################’)
129 FORMAT(
1′ # “He was a bold man who first swallowed an oyster.” #’,/,
1′ # King James I #’,/,
+’ #######################################################’)
130 FORMAT(
1′ # “Always forgive your enemies#nothing annoys them #’,/,
1′ # so much.” Oscar Wilde #’,/,
+’ #######################################################’)
131 FORMAT(
1′ # “Cheer up, the worst is yet to come.” #’,/,
1′ # Philander Johnson #’,/,
+’ #######################################################’)
132 FORMAT(
1′ # “The true pleasure of life is to live with your #’,/,
1′ # inferiors.” W. M. Thackeray #’,/,
+’ #######################################################’)
133 FORMAT(
1′ # “The pure and simple truth is rarely pure and #’,/,
1′ # never simple.” Oscar Wilde #’,/,
+’ #######################################################’)
134 FORMAT(
1′ # “Simple pleasures are the last refuge of the #’,/,
1′ # complex.” Oscar Wilde #’,/,
+’ #######################################################’)
135 FORMAT(
1′ # “I am the only person in the world I should like #’,/,
1′ # to know throughly.” Oscar Wilde #’,/,
+’ #######################################################’)
136 FORMAT(
1′ # “I do not like principles. I prefer prejudices.” #’,/,
1′ # Oscar Wilde #’,/,
+’ #######################################################’)
137 FORMAT(
1′ # “Rest is a good thing, but boredom is its brother.” #’,/,
1′ # Voltaire #’,/,
+’ #######################################################’)
138 FORMAT(
1′ # “Damm with faint praise, assent with civil leer..” #’,/,
1′ # Alexander Pope #’,/,
+’ #######################################################’)
139 FORMAT(
1′ # “The basis of optimism is sheer terror.” #’,/,
1′ # Oscar Wilde #’,/,
+’ #######################################################’)
140 FORMAT(
1′ # “It is no disgrace to be poor, but it might as #’,/,
1′ # well be.” Kin Hubbard #’,/,
+’ #######################################################’)
141 FORMAT(
1′ # “Each one sees what he carries in his heart.” #’,/,
1′ # Goethe #’,/,
+’ #######################################################’)
142 FORMAT(
1′ # “Virtue has never been as respectable as money.” #’,/,
1′ # Mark Twain #’,/,
+’ #######################################################’)
143 FORMAT(
1′ # “One sign of maturity is knowing when to ask for #’,/,
1′ # help.” Dennis Wholey #’,/,
+’ #######################################################’)
144 FORMAT(
1′ # “Chance favors the prepared mind.” #’,/,
1′ # Louis Pasteur #’,/,
+’ #######################################################’)
145 FORMAT(
1′ # “Only the insane take themselves seriously.” #’,/,
1′ # Max Beerbohm #’,/,
+’ #######################################################’)
146 FORMAT(
1′ # “He that knows little often repeats it.” #’,/,
1′ # Thomas Fuller #’,/,
+’ #######################################################’)
147 FORMAT(
1′ # “Hope is a good breakfast, but it is a bad supper.” #’,/,
1′ # Francis Bacon #’,/,
+’ #######################################################’)
148 FORMAT(
1′ # “You cannot gauge the intelligence of an American #’,/,
1′ # by talking with him.” Eric Hoffer #’,/,
+’ #######################################################’)
149 FORMAT(
1′ # “The coldest word was once a glowing new metaphor.” #’,/,
1′ # Thomas Carlyle #’,/,
+’ #######################################################’)
150 FORMAT(
1′ # “Life is not a spectacle or a feast; it is a #’,/,
1′ # predicament.” George Santayana #’,/,
+’ #######################################################’)
151 FORMAT(
1′ # “Good fortune is what happens when opportunity meets#’,/,
1′ # with preparation.” Thomas Edison #’,/,
+’ #######################################################’)
152 FORMAT(
1′ # “A small gift is better than a great promise.” #’,/,
1′ # German Proverb #’,/,
+’ #######################################################’)
153 FORMAT(
1′ # “Fortune and misfortune are neighbors.” #’,/,
1′ # German Proverb #’,/,
+’ #######################################################’)
154 FORMAT(
1′ # “A shut mouth catches no flies.” #’,/,
1′ # Spanish Proverb #’,/,
+’ #######################################################’)
155 FORMAT(
1′ # “Whatever is good to know is difficult to learn.” #’,/,
1′ # Greek Proverb #’,/,
+’ #######################################################’)
156 FORMAT(
1′ # “Crows are black all the world over.” #’,/,
1′ # Chinese Proverb #’,/,
+’ #######################################################’)
157 FORMAT(
1′ # “Never discourage anyone who continually makes #’,/,
1′ # progress, no matter how slow.” Plato #’,/,
+’ #######################################################’)
158 FORMAT(
1′ # “Enthusiasm is the highest paid quality on Earth.” #’,/,
1′ # Frank Bettger #’,/,
+’ #######################################################’)
159 FORMAT(
1′ # “Nothing is more contagious than a bad example.” #’,/,
1′ # French Proverb #’,/,
+’ #######################################################’)
160 FORMAT(
1′ # “Example is the greatest of all seducers.” #’,/,
1′ # French Proverb #’,/,
+’ #######################################################’)
161 FORMAT(
1′ # “A good husband is healthy and absent.” #’,/,
1′ # Japanese Proverb #’,/,
+’ #######################################################’)
162 FORMAT(
1′ # “You may drive out nature with a pitchfork, yet #’,/,
1′ # she will constantly running back.” Horace #’,/,
+’ #######################################################’)
163 FORMAT(
1′ # “Power lasts ten years; influence not more than a #’,/,
1′ # hundred.” Korean Proverb #’,/,
+’ #######################################################’)
164 FORMAT(
1′ # “All human knowledge takes the form of #’,/,
1′ # interpretation.” Walter Benjamin #’,/,
+’ #######################################################’)
165 FORMAT(
1′ # “Money is like muck, not good except it be spread.” #’,/,
1′ # Francis Bacon #’,/,
+’ #######################################################’)
166 FORMAT(
1′ # “An enterprizing fool needs little wit.” #’,/,
1′ # English Proverb #’,/,
+’ #######################################################’)
167 FORMAT(
1′ # “An arch never sleeps.” #’,/,
1′ # Indian Proverb #’,/,
+’ #######################################################’)
168 FORMAT(
1′ # “By shallow rivers, to whose falls, Christopher #’,/,
1′ # Melodious birds sing madrigals.” Marlowe #’,/,
+’ #######################################################’)
169 FORMAT(
1′ # “The weather is like the government, always in the #’,/,
1′ # wrong.” Jerome K. Jerome #’,/,
+’ #######################################################’)
170 FORMAT(
1′ # “A change in the weather is sufficient to recreate #’,/,
1′ # the world and ourselves.” Marcel Proust #’,/,
+’ #######################################################’)
171 FORMAT(
1′ # “Rain is grace, rain is the sky condescending to the#’,/,
1′ # earth; without rain, there would be no life.” #’,/,
1′ # Jean Updike #’,/,
+’ #######################################################’)
172 FORMAT(
1′ # “Epigrams succeed where epics fail.” #’,/,
1′ # Persian Proverb #’,/,
+’ #######################################################’)
173 FORMAT(
1′ # “He that seeks trouble never misses.” #’,/,
1′ # English Proverb #’,/,
+’ #######################################################’)
174 FORMAT(
1′ # “We will never know the worth of water till the #’,/,
1′ # well runs dry.” Scottish Proverb #’,/,
+’ #######################################################’)
175 FORMAT(
1′ # “A wise man hears one word and understands two.” #’,/,
1′ # Yiddish Proverb #’,/,
+’ #######################################################’)
176 FORMAT(
1′ # “A spoon does not know the taste of soup, nor a #’,/,
1′ # learned fool the taste of wisdom.” Welsh Proverb #’,/,
+’ #######################################################’)
177 FORMAT(
1′ # “A lake is the landscapes most beautiful and #’,/,
1′ # expressive feature. It is earths eye; looking into#’,/,
1′ # which the beholder measures the depth of his own #’,/,
1′ # nature.” Henry David Thoreau #’,/,
+’ #######################################################’)
178 FORMAT(
1′ # “A river seems a magic thing. A magic, moving, #’,/,
1′ # living part of the very earth itself#for it is from#’,/,
1′ # the soil, both from its depth and from its surface,#’,/,
1′ # that a river has its beginning.” Laura Gilpin #’,/,
+’ #######################################################’)
179 FORMAT(
1′ # “The significant problems we face cannot be solved #’,/,
1′ # by the same level of thinking that created them.” #’,/,
1′ # Albert Einstein #’,/,
+’ #######################################################’)
180 FORMAT(
1′ # “Doing more things faster is no substitute for doing#’,/,
1′ # the right things.” Stephen R. Covey #’,/,
+’ #######################################################’)
181 FORMAT(
1′ # “Like dreams, statistics are a form of wish #’,/,
1′ # fulfillment.” Jean Baudrillard #’,/,
+’ #######################################################’)
182 FORMAT(
1′ # “Nature breaks through the eyes of the cat.” #’,/,
1′ # Irish Proverb #’,/,
+’ #######################################################’)
183 FORMAT(
1′ # “Appetite comes with eating.” #’,/,
1′ # French Proverb #’,/,
+’ #######################################################’)
184 FORMAT(
1′ # “He that is born to be hanged shall never be #’,/,
1′ # drowned.” French Proverb #’,/,
+’ #######################################################’)
185 FORMAT(
1′ # “Rain is the best policeman.” #’,/,
1′ # Police Motto #’,/,
+’ #######################################################’)
186 FORMAT(
1′ # “There is hope from the sea, but none from the #’,/,
1′ # grave.” Irish Proverb #’,/,
+’ #######################################################’)
187 FORMAT(
1′ # “Commit a sin twice and it will not seem a crime.” #’,/,
1′ # Jewish Proverb #’,/,
+’ #######################################################’)
188 FORMAT(
1′ # “For tis the sport to have the engineer #’,/,
1′ # Hoisted with his own petard. William Shakespeare #’,/,
+’ #######################################################’)
189 FORMAT(
1′ # “Bad art is a great deal worse than no art at all.” #’,/,
1′ # Oscar Wilde #’,/,
+’ #######################################################’)
190 FORMAT(
1′ # “And if you do anything for nothing, do it for #’,/,
1′ # yourself.” Yorkshire Proverb #’,/,
+’ #######################################################’)
191 FORMAT(
1′ # “Change alone is unchanging.” #’,/,
1′ # Heraclitus #’,/,
+’ #######################################################’)
192 FORMAT(
1′ # “You could not step twice into the same rivers; #’,/,
1′ # for other waters are ever flowing onto you.” #’,/,
1′ # Heraclitus #’,/,
+’ #######################################################’)
193 FORMAT(
1′ # “The shortest answer is doing.” #’,/,
1′ # English Proverb #’,/,
+’ #######################################################’)
194 FORMAT(
1′ # “The shortest answer is doing.” #’,/,
1′ # English Proverb #’,/,
+’ #######################################################’)
195 FORMAT(
1′ # “The shortest answer is doing.” #’,/,
1′ # English Proverb #’,/,
+’ #######################################################’)
196 FORMAT(
1′ # “The shortest answer is doing.” #’,/,
1′ # English Proverb #’,/,
+’ #######################################################’)
197 FORMAT(
1′ # “The snotgreen sea. The scrotumtightening sea.” #’,/,
1′ # James Joyce #’,/,
+’ #######################################################’)
198 FORMAT(
1′ # “If God lived on earth, people would break his #’,/,
1′ # windows.” Jewish Proverb #’,/,
+’ #######################################################’)
199 FORMAT(
1′ # “Foul water will quench fire.” #’,/,
1′ # English Proverb #’,/,
+’ #######################################################’)
200 FORMAT(
1′ # “One father is more than a hundred schoolmasters.” #’,/,
1′ # English Proverb #’,/,
+’ #######################################################’)
201 FORMAT(
1′ # “Only the educated are free.” #’,/,
1′ # Epicetus #’,/,
+’ #######################################################’)
202 FORMAT(
1′ # “He that falls in love with himself will have no #’,/,
1′ # rivals.” #’,/,
1′ # Benjamin Franklin #’,/,
+’ #######################################################’)
203 FORMAT(
1′ # “Lost time is is never found again.” #’,/,
1′ # John Augley #’,/,
+’ #######################################################’)
204 FORMAT(
1′ # “How many unjust and wicked things are done from #’,/,
1′ # habit.” #’,/,
1′ # Publius Terentius Afer #’,/,
+’ #######################################################’)
205 FORMAT(
1′ # “Music is a higher revelation than philosophy.” #’,/,
1′ # Beethoven #’,/,
+’ #######################################################’)
206 FORMAT(
1′ # “Fate often saves an undoomed warrior when his #’,/,
1′ # courage endures.” Beowulf #’,/,
+’ #######################################################’)
207 FORMAT(
1′ # “The wise learn many things from the their foes.” #’,/,
1′ # Aristophanes #’,/,
+’ #######################################################’)
208 FORMAT(
1′ # “The great man is he who does not lose his #’,/,
1′ # childs heart.” Mencius #’,/,
+’ #######################################################’)
209 FORMAT(
1′ # “Every man is his own hell.” #’,/,
1′ # H.L. Mencken #’,/,
+’ #######################################################’)
210 FORMAT(
1′ # “The basic fact about human existence is not that #’,/,
1′ # it is a tragedy, but that it is a bore.” #’,/,
1′ # H.L. Mencken #’,/,
+’ #######################################################’)
211 FORMAT(
1′ # “If you want immortality, make it.” #’,/,
1′ # Joaquin Miller #’,/,
+’ #######################################################’)
212 FORMAT(
1′ # “What life is there, what delight, without golden #’,/,
1′ # Aphrodite.” Mimnermus #’,/,
+’ #######################################################’)
213 FORMAT(
1′ # “He who knows only one religion knows none.” #’,/,
1′ # Max Muller #’,/,
+’ #######################################################’)
214 FORMAT(
1′ # “If art is concealed, it succeeds.” #’,/,
1′ # Ovid #’,/,
+’ #######################################################’)
215 FORMAT(
1′ # “Habits change into character.” #’,/,
1′ # Ovid #’,/,
+’ #######################################################’)
216 FORMAT(
1′ # “Who can refute a sneer.” #’,/,
1′ # William Paley #’,/,
+’ #######################################################’)
217 FORMAT(
1′ # “Silence is mans chief learning.” #’,/,
1′ # Palladas #’,/,
+’ #######################################################’)
218 FORMAT(
1′ # “Thinking is identical with being.” #’,/,
1′ # Pamenides of Elea #’,/,
+’ #######################################################’)
219 FORMAT(
1′ # “Chance favors the trained mind.” #’,/,
1′ # Louis Pasteur #’,/,
+’ #######################################################’)
220 FORMAT(
1′ # “Nothing is impossible to industry. #’,/,
1′ # Periander #’,/,
+’ #######################################################’)
221 FORMAT(
1′ # “Be gentle to your enemy as to an old oven.” #’,/,
1′ # Sumerian Proverb #’,/,
+’ #######################################################’)
222 FORMAT(
1′ # “Writing is the mother of eloquence and the #’,/,
1′ # father of artists.” Sumerian Proverb #’,/,
+’ #######################################################’)
223 FORMAT(
1′ # “In a city that has no watch dogs, the fox #’,/,
1′ # is the overseer.” Sumerian Proverb #’,/,
+’ #######################################################’)
224 FORMAT(
1′ # “A sweet word is everybody”s friend.” #’,/,
1′ # Sumerian Proverb #’,/,
+’ #######################################################’)
225 FORMAT(
1′ # “Conceiving an idea is easy; #’,/,
1′ # the implementation is irksome.” #’,/,
1′ # Modern Proverb #’,/,
+’ #######################################################’)
226 FORMAT(
1′ # “If you take the field of an enemy, the enemy will #’,/,
1′ # come and take your field.” Sumerian Proverb #’,/,
+’ #######################################################’)
227 FORMAT(
1′ # “Who builds like a lord, lives like a slave; #’,/,
1′ # Who builds like a slave, lives like a lord.” #’,/,
1′ # Sumerian Proverb #’,/,
+’ #######################################################’)
228 FORMAT(
1′ # “Flatter a young man, he”ll give you anything; #’,/,
1′ # Throw a scrap to a dog, he”ll wag his tail.” #’,/,
1′ # Sumerian Proverb #’,/,
+’ #######################################################’)
229 FORMAT(
1′ # “Let your reason be supreme. Inoculate the habit #’,/,
1′ # of deliberation. Epicetus #’,/,
+’ #######################################################’)
230 FORMAT(
1′ # “Everything has two handles; one by which it may be #’,/,
1′ # carried, the other by which it can”t.” Epicetus #’,/,
+’ #######################################################’)
231 FORMAT(
1′ # “Treasure Your Mind, Cherish Your Reason, #’,/,
1′ # Hold to Your Purpose.” Epicetus #’,/,
+’ #######################################################’)
232 FORMAT(
1′ # “Consider What Comes First, Then What Follows, #’,/,
1′ # and Then Act.” Epicetus #’,/,
+’ #######################################################’)
233 FORMAT(
1′ # “All Advantages Have Their Price.” #’,/,
1′ # Epicetus #’,/,
+’ #######################################################’)
234 FORMAT(
1′ # “Character Matters More Than Reputation.” #’,/,
1′ # Epicetus #’,/,
+’ #######################################################’)
235 FORMAT(
1′ # “Seeking to Please Others is a Perilous Trap.” #’,/,
1′ # Epicetus #’,/,
+’ #######################################################’)
236 FORMAT(
1′ # “Create Your Own Merit.” #’,/,
1′ # Epicetus #’,/,
+’ #######################################################’)
237 FORMAT(
1′ # “Decency and Inner Beauty are More Valuable #’,/,
1′ # Than Appearance.” Epicetus #’,/,
+’ #######################################################’)
238 FORMAT(
1′ # “Nothing is so old as a dilapidated charm.” #’,/,
1′ # Emily Dickinson #’,/,
+’ #######################################################’)
239 FORMAT(
1′ # “He who waits to do a great deal of good at once, #’,/,
1′ # will never do anything.” Samuel Johnson #’,/,
+’ #######################################################’)
240 FORMAT(
1′ # “Self Mastery Depends on Self-Honesty.” #’,/,
1′ # Epicetus #’,/,
+’ #######################################################’)
241 FORMAT(
1′ # “Into an open mouth a fly enters.” #’,/,
1′ # Sumerian Proverb #’,/,
+’ #######################################################’)
242 FORMAT(
1′ # “May your every wish be granted.” #’,/,
1′ # Ancient Chinese Curse #’,/,
+’ #######################################################’)
243 FORMAT(
1′ # “Every calling is great when greatly pursued. #’,/,
1′ # Oliver Wendell Holmes #’,/,
+’ #######################################################’)
244 FORMAT(
1′ # “The excess of a virtue is a vice.” #’,/,
1′ # Greek Proverb #’,/,
+’ #######################################################’)
245 FORMAT(
1′ # “We never know the worth of water till the well #’,/,
1′ # is dry.” Thomas Fuller #’,/,
+’ #######################################################’)
246 FORMAT(
1′ # “If you are reluctant to ask the way, you will be #’,/,
1′ # lost.” Malay Proverb #’,/,
+’ #######################################################’)
247 FORMAT(
1′ # “To begin is to be half done.” #’,/,
1′ # Korean Proverb #’,/,
+’ #######################################################’)
248 FORMAT(
1′ # “The wise bee does not sip from the flower that has #’,/,
1′ # fallen.” Chinese Proverb #’,/,
+’ #######################################################’)
249 FORMAT(
1′ # “Thinking is not knowing.” #’,/,
1′ # Portuguese Proverb #’,/,
+’ #######################################################’)
250 FORMAT(
1′ # “Cherish what you have and struggle for better.” #’,/,
1′ # Greek Proverb #’,/,
+’ #######################################################’)
251 FORMAT(
1′ # “Proverbs are butterflies, some are caught, others #’,/,
1′ # escape.” Russian Proverb #’,/,
+’ #######################################################’)
252 FORMAT(
1′ # “One days rain makes up for many days drought.” #’,/,
1′ # Yoruba Proverb #’,/,
+’ #######################################################’)
253 FORMAT(
1′ # “Every horse thinks his own pack heaviest.” #’,/,
1′ # English Proverb #’,/,
+’ #######################################################’)
254 FORMAT(
1′ # “Fire in the heart sends smoke into the head.” #’,/,
1′ # German Proverb #’,/,
+’ #######################################################’)
255 FORMAT(
1′ # “Even a good horse cannot wear two saddles.” #’,/,
1′ # Chinese Proverb #’,/,
+’ #######################################################’)
256 FORMAT(
1′ # “If the water is too clear; no fish lives in it.” #’,/,
1′ # Korean Proverb #’,/,
+’ #######################################################’)
257 FORMAT(
1′ # “He who has waded knows the water.” #’,/,
1′ # Norwegian Proverb #’,/,
+’ #######################################################’)
258 FORMAT(
1′ # “One should fish where the water is running.” #’,/,
1′ # Vietnamese Proverb #’,/,
+’ #######################################################’)
259 FORMAT(
1′ # “A very little water is a sea to an ant.” #’,/,
1′ # Pashto Proverb #’,/,
+’ #######################################################’)
260 FORMAT(
1′ # “Better a crease in the shoe than a blister on the #’,/,
1′ # toe.” Estonian Proverb #’,/,
+’ #######################################################’)
261 FORMAT(
1′ # “To be a critic is easier than to be an author.” #’,/,
1′ # Hebrew Proverb #’,/,
+’ #######################################################’)
262 FORMAT(
1′ # “A short strong rope is better than a long rotten #’,/,
1′ # one.” Phillipine Proverb #’,/,
+’ #######################################################’)
263 FORMAT(
1′ # “What may be done at any time will be done at no #’,/,
1′ # time.” English Proverb #’,/,
+’ #######################################################’)
264 FORMAT(
1′ # “He who cannot speak well of his trade does not #’,/,
1′ # understand it.” French Proverb #’,/,
+’ #######################################################’)
265 FORMAT(
1′ # “Put not pepper in other peoples meals.” #’,/,
1′ # Rumanian Proverb #’,/,
+’ #######################################################’)
266 FORMAT(
1′ # “Lazy persons will eventually lose even their #’,/,
1′ # trousers.” Phillipine Proverb #’,/,
+’ #######################################################’)
267 FORMAT(
1′ # “Let me get over the lake, and I have no fear of #’,/,
1′ # the brook.” Dutch Proverb #’,/,
+’ #######################################################’)
268 FORMAT(
1′ # “It is easy to throw anything into the river, but #’,/,
1′ # difficult to take it out again.” Indian Proverb #’,/,
+’ #######################################################’)
269 FORMAT(
1′ # “The way the river flows at the suface is not the #’,/,
1′ # way it flows underneath.” Kpelle Proverb #’,/,
+’ #######################################################’)
270 FORMAT(
1′ # “A river you would not bathe in is not drunk from.” #’,/,
1′ # Ashanti Proverb #’,/,
+’ #######################################################’)
271 FORMAT(
1′ # “Without bending, there is no growth.” #’,/,
1′ # Japanese Proverb #’,/,
+’ #######################################################’)
272 FORMAT(
1′ # “Soft grass follows the wind.” #’,/,
1′ # Chinese Proverb #’,/,
+’ #######################################################’)
273 FORMAT(
1′ # “Where everyone goes, the grass never grows.” #’,/,
1′ # German Proverb #’,/,
+’ #######################################################’)
274 FORMAT(
1′ # “It is no use trying to tug the glacier backwards.” #’,/,
1′ # Tibetan Proverb #’,/,
+’ #######################################################’)
275 FORMAT(
1′ # “He who is not ashamed does whatever he likes.” #’,/,
1′ # Egyptian Proverb #’,/,
+’ #######################################################’)
276 FORMAT(
1′ # “An axe for wax will not cut rock.” #’,/,
1′ # Fulani Proverb #’,/,
+’ #######################################################’)
277 FORMAT(
1′ # “Some think they are giants when they sit on the #’,/,
1′ # hump of a camel.” Russian Proverb #’,/,
+’ #######################################################’)
278 FORMAT(
1′ # “A model thats right is like honey in the comb.” #’,/,
1′ # Modern Proverb #’,/,
+’ #######################################################’)
279 FORMAT(
1′ # “The goal will not be reached if the right distance #’,/,
1′ # not be travelled.” Tibetan Proverb #’,/,
+’ #######################################################’)
280 FORMAT(
1′ # “Better go about than fall into the ditch.” #’,/,
1′ # English Proverb #’,/,
+’ #######################################################’)
281 FORMAT(
1′ # “One may go a long way after one is tired.” #’,/,
1′ # French Proverb #’,/,
+’ #######################################################’)
282 FORMAT(
1′ # “A hint hits harder than the truth.” #’,/,
1′ # Yiddish Proverb #’,/,
+’ #######################################################’)
283 FORMAT(
1′ # “A good hope is better than a bad possession.” #’,/,
1′ # English Proverb #’,/,
+’ #######################################################’)
284 FORMAT(
1′ # “An hour brings what a year does not.” #’,/,
1′ # Greek Proverb #’,/,
+’ #######################################################’)
285 FORMAT(
1′ # “An hour of pain is is as long as a day of pleasure”#’,/,
1′ # English Proverb #’,/,
+’ #######################################################’)
286 FORMAT(
1′ # “An hour of play discovers more than a year of #’,/,
1′ # conversation.” Portuguese Proverb #’,/,
+’ #######################################################’)
287 FORMAT(
1′ # “One hour today is worth two tomorrow.” #’,/,
1′ # English Proverb #’,/,
+’ #######################################################’)
288 FORMAT(
1′ # “A river you would not bathe in is not drunk from.” #’,/,
1′ # Ashanti Proverb #’,/,