-
Notifications
You must be signed in to change notification settings - Fork 1
/
quotes.xml
95 lines (95 loc) · 3.24 KB
/
quotes.xml
1
2
3
4
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
<?xml version="1.0"?>
<quote-list>
<quote>
<id>1</id>
<quote-text>I know that you believe you understand what you think I said, but I am not sure you realize that what you heard is not what I meant.</quote-text>
<author>Richard Nixon</author>
</quote>
<quote>
<id>2</id>
<quote-text>Eschew obfuscation!</quote-text>
<author>Don Cunningham</author>
</quote>
<quote>
<id>3</id>
<quote-text>Nothing ever becomes real till it is experienced; even a proverb is no proverb to you till your life has illustrated it.</quote-text>
<author>John Keats</author>
</quote>
<quote>
<id>3</id>
<quote-text>For every problem there is one solution which is simple, neat, and wrong.</quote-text>
<author>H. L. Mencken</author>
</quote>
<quote>
<id>4</id>
<quote-text>Don't tell me how hard you work. Tell me how much you get done.</quote-text>
<author>Joseph Addison</author>
</quote>
<quote>
<id>5</id>
<quote-text>A right is not what someone gives you; it's what no one can take from you.</quote-text>
<author>Ramsey Clark</author>
</quote>
<quote>
<id>6</id>
<quote-text>The only man who behaves sensibly is my tailor; he takes my measure anew every time he sees me, whilst all the rest go on with their old measurements, expecting them to fit me.</quote-text>
<author>George Bernard Shaw</author>
</quote>
<quote>
<id>7</id>
<quote-text>We often do not know how to make those decisions [about a system design] until we can play with the system.</quote-text>
<author>David Parnas "Software Aspects of SDI"</author>
</quote>
<quote>
<id>8</id>
<quote-text>My life is has been one continual search for answers to one short question. The subject and the answer changes, but the question remains simply" "Why?".</quote-text>
<author>The Anonymous Researcher</author>
</quote>
<quote>
<id>9</id>
<quote-text>What comes around goes around</quote-text>
<author>Anonymous</author>
</quote>
<quote>
<id>10</id>
<quote-text>bob</quote-text>
<author>john</author>
<keywords>fitness,health,life,school</keywords>
</quote>
<quote>
<id>11</id>
<quote-text>at work</quote-text>
<author>omar</author>
<keywords>im fat,your fat,we're fat</keywords>
</quote>
<quote>
<id>12</id>
<quote-text>im at school now</quote-text>
<author>oscar de la hoya</author>
<keywords>health,study,eat,study,sleep</keywords>
</quote>
<quote>
<id>13</id>
<quote-text>e</quote-text>
<author>a</author>
<keywords>key</keywords>
</quote>
<quote>
<id>13</id>
<quote-text>We the people, are the people</quote-text>
<author>Albert Weinstein</author>
<keywords>smart,relativity,earth,education</keywords>
</quote>
<quote>
<id>14</id>
<quote-text>e = mc^2</quote-text>
<author>Albert Weinstein</author>
<keywords>relativity,physics,math</keywords>
</quote>
<quote>
<id>15</id>
<quote-text>I shoot better than Steph Curry</quote-text>
<author>Omar Zairi</author>
<keywords>basketball,truth,big baller brand</keywords>
</quote>
</quote-list>