forked from GDSC-BSIOTR/Quotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Quotes.json
881 lines (849 loc) · 28.9 KB
/
Quotes.json
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
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
{
"thought / Quotes ": [
{"Role Model": "Arjuna - of Mahabharat"
"Quotes": "Times are never hard. But in reality, when people forget to smile, times seem difficult."
},
{"Role Model": "Mark Twain"
"Quotes": "Thousands of Geniuses live and Die undiscovered - Either by themselves or others"
},
{"Role Model": "Mark Twain"
"Quotes": "Whenever you find yourself on the side of majority, it is time to pause and reflect"
},
{
"Role Model": "Maggie Kuhn"
"Quotes": "Speak your mind, even if your voice shakes."
},
{"Role Model": "Douglas Adams"
"Quotes": "The bird that would soar above the plain of tradition and prejudice must have strong wings."
},
{"Role Model": "Dondisky"
"Quotes": "Be there for others but never leave yourself behind."
},
{"Role Model": "Oscar Wilde"
"Quotes": "Yes: I am a dreamer. For a dreamer is one who can only find his way by moonlight and his punishment is that he sees the dawn before the rest of the world."
},
{
"Role Model": "Isac Newton",
"Quotes": "The Mind that Opens to a New Ideas Never returns to its Duplicate Sizes"
},
{
"Role Model": "Abraham Twerski",
"Quotes": "True love is a love of giving, not a love of receiving"
},
{
"Role Model": "Japanese Proverb",
"Quotes": " Everyone makes mistakes. Nobody’s perfect.”
},
{
"Role Model": "Francine Rivers",
"Quotes": "Have faith, have faith. When you have nothing else have faith.”
},
{
"Role Model": "Stephanie Bennett Henry",
"Quotes": "Life is tough my darling, but so are you.”
},
{
"Role Model": "Giovannie de Sadeleer",
"Quotes": "Never give up on someone who is having a bad day. Tomorrow could be yours.”
},
{
"Role Model": "Carl Sagan",
"Quotes": "Somewhere, something incredible is waiting to be known.”
},
{
"Role Model" : "Theodore Roosevelt",
"Quotes" : "Keep you eyes on the stars, and your feet on the ground."
},
{
"Role Model" : "Og Mandino",
"Quotes" : "Always do your best. What you plan now, you will harvest later."
},
{
"Role Model" : "Julie Andrews",
"Quotes" : "Perseverance is failing 19 times and succeeding the 20th."
},
{
"Role Model" : "Pablo Picasso",
"Quotes" : "Action is the foundational key to all success."
},
{
"Role Model" : "Will Rogers",
"Quotes" : "Even if you are on the right track, you will run over if you just sit there."
},
{
"Role Model" : "Renzo Gracie",
"Quotes" : "A boxer is like a lion, the greatest predator on land. But you throw him in the shark tank and he’s just another meal."
},
{
"Role Model" : "Rickson Gracie",
"Quotes" : "A brave man, a real fighter is not measured by how many times he falls, but how many times he stands up."
},
{
"Role Model" : "Richard Feynman",
"Quotes" : "I would rather have questions that can't be answered than answers that can't be questioned"
},
{
"Role Model" : "Mark Twain",
"Quotes" : "Man is the only religious animal."
},
{
"Role Model": "John Green",
"Quotes": "Thomas Edison's last words were 'It's very beautiful over there'. I don't know where there is, but I believe it's somewhere, and I hope it's beautiful. "
},
{
"Role Model": "steve jobs",
"Quotes": "“It has become appallingly obvious that our technology has exceeded our humanity.” ..."
},
{
"Role Model": "Mohit Manke",
"Quotes": "“First LEARN...then remove the 'L”"
},
{
"Role Model": "Sandeep Maheshwari",
"Quotes": "Smile to change the world, Don't let the world change your smile."
},
{
"Role Model": "Sandeep Maheshwari",
"Quotes": "A professional writer is an amateur who didn’t quit."
},
{
"Role Model": "Leonardo da Vincim",
"Quotes": "Common Sense is that which judges the things given to it by other senses."
},
{
"Role Model": "Chhatrapati Shivaji Maharaj",
"Quotes": "If a man has self-power, he can hoist the flag of victory over the whole world with this courage."
},
{
"Role Model": "steve jobs",
"Quotes": "The buisness of living is the celebration of being alive"
},
{
"Role Model": "Murphy law",
"Quotes": "Anything that can go wrong will go wrong, and at the worst possible time."
},
{
"Role Model": "Kidlin's law",
"Quotes": "If you can write down the problem clearly, it is half solved."
},
{
"Role Model": "Walsons law",
"Quotes": "If you keep putting information and intelligence first at all the time, money keeps coming in."
},
{
"Role Model": "David Allen",
"Quotes": "If it takes less than 2 mintues, then do it now."
},
{
"Role Model": "Marian Wright Edelman",
"Quotes": "Failure is just another way to learn how to do something right."
},
{
"Role Model": "A.P.J shaikh Kalam",
"Quotes": "Dream,Dream,Dream. Dreams Transform into thoughts and thoughts result in action"
},
{
"Role Model": "Stephen King",
"Quotes": "I try to create sympathy for my characters, then turn the monsters loose."
},
{
"Role Model": " Edward A. Murphy",
"Quotes": "It's not a bug, it's an undocumented feature."
},
{
"Role Model": "Henry Ford",
"Quotes": "If everyone is moving forward together, then success takes care of itself."
},
{
"Role Model": "Issac Assimov",
"Quotes": "I do not fear computers. I fear the lack of them."
},
{
"Role Model": "Franklin D. Roosevelt",
"Quotes": "The only thing we have to fear is fear itself."
},
{
"Role Model": "Chhatrapati Shivaji Maharaj",
"Quotes": "If a man has self-power, he can hoist the flag of victory over the whole world with this courage."
},
{
"Role Model": "Mary Kom",
"Quotes": "Never buy gold, simply earn it"
},
{
"Role Model": "Ralph Waldo Emerson",
"Quotes": "Life is a journey,not a destination."
},
{
"Role Model": "Albert Einstein",
"Quotes": "The Mind that Opens to a New Ideas Never returns to its Original Sizes"
},
{
"Role Model": "Lionel Messi",
"Quotes": "I have fun like a child in the street. When the day comes when I'm not enjoying it, I will leave football."
},
{
"Role Model": "A.P.J Abdul Kalam",
"Quotes": "Dream,Dream,Dream. Dreams Transform into thoughts and thoughts result in action"
},
{
"Role Model": "Issac Newton",
"Quotes": "I can calculate the motion of heavenly bodies but not the madness of people"
},
{
"Role Model": "Aayan Srivastava",
"Quotes": "Live the life fullest with no thinking of what will happen in future"
},
{
"Quotes": "I can calculate the motion of heavenly bodies but not the madness of people"
},
{
"Role Model": "Swami Vivekanand",
"Quotes": "Success is Not Final, Failure is Not Fatal: it is the Courage to Continue that Counts"
},
{
"Role model": "My dad",
"Quotes": "Believe in comebacks, rather than setbacks"
},
{
"Role Model": "Sachin Tendulkar",
"Quotes": "Dream,Dream,Dream. Dreams Transform into thoughts and thoughts result in action"
},
{
"Role Model": "Dr.A.P.J Abdul Kalam",
"Quotes": "Dream,Dream,Dream.Dreams Transform into thoughts and thoughts result in action."
},
{
"Role Model": "Sundar pichai",
"Quotes": "Always stay positive"
},
{
"Role Model": "harshad Einstein",
"Quotes": "The Mind that Opens to a New Ideas Never returns to its Original Sizes"
},
{
"Role Model": "A.P.J shaikh Kalam",
"Quotes": "Dream,Dream,Dream. Dreams Transform into thoughts and thoughts result in action"
},
{
"Role Model": "Paulo Coelho",
"Quotes": "When we strive to become better than we are, everything around us becomes better too."
},
{
"Role Model": "John Wooden",
"Quotes": "Being a role model is the most powerful form of educating."
},
{
"Role Model": "Rosa Parks",
"Quotes": "Each person must live their life as a model for others"
},
{
"Role Model": "Rowan Atkinson",
"Quotes": "But I always feel that whatever I do, Could do better. Suppose it is perfectionism."
},
{
"Role Model": "J. K. Rowling",
"Quotes": "It does not dwell on dreams and forget to live."
},
{
"Role Model": "A.P.J Abdul Kalam",
"Quotes": "Dream,Dream. Dreams Transform into thoughts and thoughts result in action"
},
{
"Role Model": "Chhatrapati Shivaji Maharaj",
"Quotes": "If a man has self-power, he can hoist the flag of victory over the whole world with this courage."
},
{
"Role Model": "Mary Kom",
"Quotes": "Never buy gold, simply earn it"
},
{
"Role Model": "Ralph Waldo Emerson",
"Quotes": "Life is a journey,not a destination."
},
{
"Role Model": "Michael jordan",
"Quotes": "The key to success is failure"
},
{
"Role Model": "Maya Angelou",
"Quotes": "You will face many defeats in life, but never let yourself be defeated"
},
{
"Role Model": "coloumb",
"Quotes": "The Mind that Opens to a New Ideas Never returns to its Original Sizes"
},
{
"Role Model": "alard hattis",
"Quotes": "Dream,Dream,Dream. Dreams Transform into thoughts and thoughts result in action"
},
{
"Role Model": "Narendra modi",
"Quotes": "I can calculate the motion of heavenly bodies but not the madness of people."
},
{
"Role Model": "A.P.J Abdul Kalam",
"Quotes": "If you fail, never give up because FAIL means 'First Attempt In Learning'"
},
{
"Role Model": "Average Jignesh",
"Quotes": "Thats what she said :["
},
{
"Role Model": "Adolf Hitler",
"Quotes": "Never Trust a Person, who isn't having atleast one crises"
},
{
"Role Model": "mahatma gandhi",
"Quotes": "Be the change that you wish to see in the world..."
},
{
"Role Model": " Pablo Picasso",
"Quotes": "Inspiration does exist, but it must find you working."
},
{
"Role Model": "APJ Abdul kalam",
"Quotes": "If you want to shine like a sun, first burn like a sun."
},
{
"Role Model": "Sundar pichai",
"Quotes": "Always stay positive"
},
{
"Role Model": "Ratan Tata",
"Quotes": "I don't make decisions right I make my decisions right "
},
{
"Role Model": "SWAMI VIVEKANAD",
"Quotes": "YOU ARE THE CREATOR OF YOUR OWN DESTINY"
},
{
"Role Model": "Sandeep Maheshwari",
"Quotes": "Smile to change the world, Don't let the world change your smile."
},
{
"Role Model": "Douglas Adams",
"Quotes": "I love deadlines. I love the whooshing noise they make as they go by."
},
{
"Role Model": "Shiv Khera",
"Quotes": "Winners don't do different things, they do things differently"
},
{
"Role Model": "Leonardo da Vincim",
"Quotes": "Common Sense is that which judges the things given to it by other senses."
},
{
"Role Model": "steve jobs",
"Quotes": "“It has become appallingly obvious that our technology has exceeded our humanity.” ..."
},
{
"Role Model": "Dr. Christian Barnard",
"Quotes": "The buisness of living is the celebration of being alive"
},
{
"Role Model": "APJ Abdul kalam",
"Quotes": "If you want to shine like a sun, first burn like a sun."
},
{
"Role Model": "Sundar pichai",
"Quotes": "Always stay positive"
},
{
"Role Model": "Ratan Tata",
"Quotes": "I don't make decisions right I make my decisions right "
},
{
"Role Model": "SWAMI VIVEKANAD",
"Quotes": "YOU ARE THE CREATOR OF YOUR OWN DESTINY"
},
{
"Role Model": "Sandeep Maheshwari",
"Quotes": "Smile to change the world, Don't let the world change your smile."
},
{
"Role Model": "Douglas Adams",
"Quotes": "I love deadlines. I love the whooshing noise they make as they go by."
},
{
"Role Model": "Shiv Khera",
"Quotes": "Winners don't do different things, they do things differently"
},
{
"Role Model": "Leonardo da Vincim",
"Quotes": "Common Sense is that which judges the things given to it by other senses."
},
{
"Role Model": "steve jobs",
"Quotes": "The buisness of living is the celebration of being alive"
},
{
"Role Model": "mahatma gandhi",
"Quotes": "Be the change that you wish to see in the world..."
},
{
"Role Model": " Pablo Picasso",
"Quotes": "Inspiration does exist, but it must find you working."
},
{
"Role Model": "APJ Abdul kalam",
"Quotes": "If you want to shine like a sun, first burn like a sun."
},
{
"Role Model": "Ralph Waldo Emerson",
"Quotes": "Life is a journey not a destination."
},
{
"Role Model": "Sundar pichai",
"Quotes": "Always stay positive"
},
{
"Role Model": "Ratan Tata",
"Quotes": "I don't make decisions right I make my decisions right "
},
{
"Role Model": "SWAMI VIVEKANAD",
"Quotes": "YOU ARE THE CREATOR OF YOUR OWN DESTINY"
},
{
"Role Model": "Sandeep Maheshwari",
"Quotes": "Smile to change the world, Don't let the world change your smile."
},
{
"Role Model": "Douglas Adams",
"Quotes": "I love deadlines. I love the whooshing noise they make as they go by."
},
{
"Role Model": "Average Jignesh",
"Quotes": "Thats what she said"
},
{
"Role Model": "Shiv Khera",
"Quotes": "Winners don't do different things, they do things differently"
},
{
"Role Model": "Leonardo da Vincim",
"Quotes": "Common Sense is that which judges the things given to it by other senses."
},
{
"Role Model": "steve jobs",
"Quotes": "The buisness of living is the celebration of being alive"
},
{
"Role Model": "Bill Watterson",
"Quotes": "You know, Hobbes, some days even my lucky rocketship underpants don't help."
},
{
"Role Model": "Ravindranath tagore",
"Quotes": "love's gift cannot be given, it waits to be accepted."
},
{
"Role Model": "steve jobs",
"Quotes": "“It has become appallingly obvious that our technology has exceeded our humanity.” ..."
},
{
"Role Model": "Elon Musk",
"Quotes": "When something is important enough, you do it even if the odds are not in your favour."
},
{
"Role Model": "Marilyn Monroe",
"Quotes": "I think there's two things in human beings…that they want to be alone, but they also want to be together."
},
{
"Role Model": "Sandeep Maheshwari",
"Quotes": "Smile to change the world, Don't let the world change your smile."
},
{
"Role Model": "Douglas Adams",
"Quotes": "I love deadlines. I love the whooshing noise they make as they go by."
},
{
"Role Model": "Steve Jobs",
"Quotes": "Stay Hungry, Stay Foolish"
},
{
"Role Model": "F. SCOTT FITZGERALD",
"Quotes": "Tomorrow we will run faster, stretch out our arms farther…."
},
{
"Role Model": "My Mom",
"Quotes": "Time is the King"
},
{
"Role Model": "Sandeep Maheshwari",
"Quotes": "Smile to change the world, Don't let the world change your smile."
},
{
"Role Model": "MS DHONI",
"Quotes": "You don't play for the crowd ,you play for the country."
},
{
"Role Model": "MS DHONI",
"Quotes": "You don't play for the crowd ,you play for the country."
},
{
"Role Model": "Aristotele",
"Quotes": "Hope is a waking dream"
},
{
"Role Model": "Elon Musk",
"Quotes": "When something is important enough, you do it even if the odds are not in your favor."
},
{
"Role Model": "APJ KALAM",
"Quotes": "First Attempt In Learning"
},
{
"Role model ": "PRIYADARSHAN",
"Quotes": " hindi filmo ki taraha life main bhi,anth main sab kuch thik hi ho jata hai , aur agar thik na ho toh woh anth nhi picture abhi baki hai mere dost"
},
{
"Role model ": "Monkey D. Luffy",
"Quotes": " Power isn't determined by your size, but the size of your heart and dreams!"
},
{
"Role Model": "J.K. Rowling",
"Quotes": "It matters not what someone is born, but what they grow to be."
},
{
"Role Model": "Priyanka Chopra",
"Quotes": " No matter where you go in life or who you get married to, you have to be financially independent, whether you use it or not."
},
{
"Role Model": "vishwas Nangre patil",
"Quotes": "“Focus on the possibilities for success”"
},
{
"Role Model": "Eleanor Roosevelt",
"Quotes": "If life were predictable it would cease to be life, and be without flavor."
},
{
"Role Model": "M S Dhoni",
"Quotes": "“keep calm whatever the situation is”"
},
{
"Role Model": "Alan Turing",
"Quotes": "A computer would deserve to be called intelligent if it could deceive a human into believing that it was human"
},
{
"Role Model": "Oscar Wilde",
"Quotes": "“Be yourself; everyone else is already taken.”"
},
{
"Role Model": "C.S.Lewis",
"Quotes": "Atheism turns out to be too simple. If the whole universe has no meaning, we should never have found out that it has no meaning."
},
{
"Role Model": "APJ Abdul Kalam",
"Quotes": "creativity is seeing the samething but thinking diffenrtly. "
},
{
"Role Model": "Ralph Waldo Emerson",
"Quotes": "Do not go where the path may lead, go instead where there is no path and leave a trail."
},
{
"Role Model": "Ralph Waldo Emerson",
"Quotes": "Do not go where the path may lead, go instead where there is no path and leave a trail."
},
{
"Role Model": "Bill Watterson",
"Quotes": "You know, Hobbes, some days even my lucky rocketship underpants don't help."
},
{
"Role Model": "Stephen King",
"Quotes": "Get busy living or get busy dying."
},
{
"Role Model": "Mark Twain",
"Quotes": "If you tell the truth, you don't have to remember anything."
},
{
"Role Model": "Maya Angelou",
"Quotes": "You will face many defeats in life, but never let yourself to be defeated."
},
{
"Role Model": "Jim Rohn",
"Quotes": "Happiness is not by chance,but by choice"
},
{
"Role Model": "Walt Disney",
"Quotes": "The way to get started is to quit talking and begin doing"
},
{
"Role Model": "Confucius",
"Quotes": "It does not matter how slowly you go as long as you do not stop."
},
{
"Role Model": "Nelson Mandela",
"Quotes": "It always seems impossible until it's done."
},
{
"Role Model": "Alfred Adler",
"Quotes": "Overcoming difficulties leads to courage, self-respect and knowing yourself."
},
{
"Role Model": "Octavia E. Butler",
"Quotes": "You don’t start out writing good stuff. You start out writing crap and thinking it’s good stuff, and then gradually you get better at it."
},
{
"Role Model": "Isaac Asimov",
"Quotes": "It is not only the living who are killed in war."
},
{
"Role Model": "Winston Churchill",
"Quotes": "Solitary trees, if they grow at all, grow strong."
},
{
"Role Model": "Allama Iqbal",
"Quotes":"People who have not hold over the process of their thinking are likely tobe ruined by liberty of thought.If thought is immature,liberty of thought becomes a method of converting men into animals."
},
{
"Role Model": "Warren Buffett",
"Quotes": "Price is what you pay, Value is what you get!"
},
{
"Role Model": " Frank Sinatra",
"Quotes": "The big lesson in life, baby, is never be scared of anyone or anything."
},
{
"Role Model": "Oscar Wilde",
"Quotes": "Be yourself; everyone else is already taken."
},
{
"Role Model": "Sundar Pichai",
"Quotes": "As a leader, it is important to not just see your success but focus on the success of others."
},
{
"Role Model": "JK Rowling",
"Quotes": "It is our choices that show what we truly are, far more than our abilities."
},
{
"Role Model": "Eleanor Roosevelt,",
"Quotes": "The future belongs to those who believe in the beauty of their dreams."
},
{
"Role Model": "Winston Churchill",
"Quotes": "Attitude is a little thing that makes a big difference"
},
{
"Role Model": "Dale Carnegie",
"Quotes": "People rarely succeed unless they have fun in what they are doing."
},
{
"Role Model": "Walt disney",
"Quotes": "The way to get started is to quit talking and begin doing "
},
{
"Role Model": "JONATHAN WINTERS",
"Quotes": "If your ship doesn't come in,swim out to it!"
},
{
"Role Model": "Gandhi",
"Quotes": "Non Violence is a weapon of strong"
},
{
"Role Model" : "Albert Einstein",
"Quotes" : "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe."
},
{
"Role Model": "Buddha",
"Quotes": "We are shaped by our thoughts; we become what we think. When the mind is pure, joy follows like a shadow that never leaves."
},
{
"Role Model": "Steve Jobs",
"Quotes": "Don’t let the noise of others’ opinions drown out your own inner voice."
},
{
"Role Model": "Plato",
"Quotes": "Opinion is the medium between knowledge and ignorance."
},
{
"Role Model" : "Oscar Wilde",
"Quotes" : "To live is the rarest thing in the world. Most people exist, that is all."
},
{
"Role Model": "Rembrandt van Rijn",
"Quotes": "Painting is the grandchild of nature. It is related to God."
},
{
"Role Model": "Bhagat Singh",
"Quotes": "“Zindgi to apne damm par hi jiyi jati hey..dusro k kandhe par tohh shirf janaje uthaye jate hey.”"
},
{
"Role Model": "Indira Gandhi",
"Quotes": "The power to question is the basis of all human progress."
},
{
"Role Model": "Ernest Hemingway",
"Quotes": "You can't get away from yourself by moving from one place to another."
},
{
"Role Model": "Walt Disney",
"Quotes": "The way to get started is to quit talking and begin doing"
},
{
"Role Model": "Confucius",
"Quotes": "It does not matter how slowly you go as long as you do not stop."
},
{
"Role Model": "Nelson Mandela",
"Quotes": "It always seems impossible until it's done."
},
{
"Role Model": "Alfred Adler",
"Quotes": "Overcoming difficulties leads to courage, self-respect and knowing yourself."
},
{
"Role Model": "Octavia E. Butler",
"Quotes": "You don’t start out writing good stuff. You start out writing crap and thinking it’s good stuff, and then gradually you get better at it."
},
{
"Role Model": "Isaac Asimov",
"Quotes": "It is not only the living who are killed in war."
},
{
"Role Model": "Winston Churchill",
"Quotes": "Solitary trees, if they grow at all, grow strong."
},
{
"Role Model": "Allama Iqbal",
"Quotes": "People who have not hold over the process of their thinking are likely tobe ruined by liberty of thought.If thought is immature,liberty of thought becomes a method of converting men into animals."
},
{
"Role Model": "Warren Buffett",
"Quotes": "Price is what you pay, Value is what you get!"
},
{
"Role Model": "APJ Abdul Kalam",
"Quotes": "Dream is not that which you see while sleeping it is something that does not let you sleep."
},
{
"Role Model": " Frank Sinatra",
"Quotes": "The big lesson in life, baby, is never be scared of anyone or anything."
},
{
"Role Model": "Oscar Wilde",
"Quotes": "Be yourself; everyone else is already taken."
},
{
"Role Model": "Sundar Pichai",
"Quotes": "As a leader, it is important to not just see your success but focus on the success of others."
},
{
"Role Model": "JK Rowling",
"Quotes": "It is our choices that show what we truly are, far more than our abilities."
},
{
"Role Model": "Eleanor Roosevelt,",
"Quotes": "The future belongs to those who believe in the beauty of their dreams."
},
{
"Role Model": "Winston Churchill",
"Quotes": "Attitude is a little thing that makes a big difference"
},
{
"Role Model": "Dale Carnegie",
"Quotes": "People rarely succeed unless they have fun in what they are doing."
},
{
"Role Model": "Walt disney",
"Quotes": "The way to get started is to quit talking and begin doing "
},
{
"Role Model": "JONATHAN WINTERS",
"Quotes": "If your ship doesn't come in,swim out to it!"
},
{
"Role Model": "Gandhi",
"Quotes": "Non Violence is a weapon of strong"
},
{
"Role Model": "Albert Einstein",
"Quotes": "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe."
},
{
"Role Model": "Buddha",
"Quotes": "We are shaped by our thoughts; we become what we think. When the mind is pure, joy follows like a shadow that never leaves."
},
{
"Role Model": "Plato",
"Quotes": "Opinion is the medium between knowledge and ignorance."
},
{
"Role Model": "Oscar Wilde",
"Quotes": "To live is the rarest thing in the world. Most people exist, that is all."
},
{
"Role Model": "Rembrandt van Rijn",
"Quotes": "Painting is the grandchild of nature. It is related to God."
},
{
"Role Model": "Evelyn Scott",
"Quotes": "It is impossible to control creation."
},
{
"Role Model": "Bradley Cooper",
"Quotes": "I think if you live in a black-and-white world, you're gonna suffer a lot. I used to be like that. But I don't believe that anymore."
},
{
"Role Model": "sant Gadbe baba ",
"Quotes":"Martil ashe kottyan koti ky RADU mi tya eka sathi!!."
},
{
"Role Model": "Lt. Gen. George S. Patton",
"Quotes":"Say what you mean and mean what you say."
},
{
"Role Model":" Soren Kierkegaard" ,
"Quotes":"Life is not a problem to be solved, but a reality to be experienced."
},
{
"Role Model": "Steven Adler",
"Quotes": "Nothing is more cooler and more attractive than a big comeback, and that'll be mine"
},
{
"Role Model": "Steve Jobs",
"Quotes": "Your time is limited, so don't waste it living someone else's life."
},
{
"Role Model": "Sunil Chhetri",
"Quotes": "Ego is only fine when it is working for your motivation."
},
{
"Role Model": "Narendra modi",
"Quotes": "I can calculate the motion of heavenly bodies but not the madness of people."
},
{
"Role Model": "Rowan Atki",
"Quotes": "But I always feel that whatever I do, Could do better. Suppose it is perfectionism."
},
{
"Role Model": "Queen Latifah",
"Quotes": "I don’t want to be a supermodel; I want to be a role model."
},
{
"Role Model": "Leo Messi",
"Quotes" : "I start early and I stay late, day after day, year after year, it took me 17 years and 114 days to become an overnight success."
},
{
"Role Model": "Jay-Z",
"Quotes": "I will not lose, for even in defeat, there's a valuable lesson learned, so it evens up for me."
},
{
"Role Model": "Tom Lehrer",
"Quotes": "Life is like a sewer… what you get out of it depends on what you put into it."
},
{
"Role Model": "Gloria Steiner",
"Quotes": "The truth will set you free, but first it will piss you off."
}
]
}
{
"Role Model": "Mahatma Gandhi",
"Quotes": "An eye for an eye can make the whole world blind."
}
{
"Role Model": "Mahatma Gandhi",
"Quotes": "Satyagrah."
}