-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlines_from_history.txt
105 lines (102 loc) · 13.2 KB
/
lines_from_history.txt
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
Concepts:
|--------+----------------------------|
| FAIL = | First Attempt In Learning. |
|--------+----------------------------|
| END = | Effort Never Dies. |
|--------+----------------------------|
| NO = | Next opportunity. |
|--------+----------------------------|
|----------------------------------------------------------------------------------------+--------------------------|
| Qute: "Motivation" | Owner: |
|----------------------------------------------------------------------------------------+--------------------------|
| If someone can, you can. | My Father |
|----------------------------------------------------------------------------------------+--------------------------|
| Do one thing, do it right. | Unix Philosophy |
|----------------------------------------------------------------------------------------+--------------------------|
| Dream big, Set goal, Take action. | Gabrielle Williams |
|----------------------------------------------------------------------------------------+--------------------------|
| Dying is the day worth living for. | Pirates of the Caribbean |
|----------------------------------------------------------------------------------------+--------------------------|
| A goal without a plan is just a wish. | Antoine de Saint-Exupéry |
|----------------------------------------------------------------------------------------+--------------------------|
| Don't count the days, make the days count. | Muhammad Ali |
|----------------------------------------------------------------------------------------+--------------------------|
| To follow your dreams, you gotta be hungry. | Les Brown |
|----------------------------------------------------------------------------------------+--------------------------|
| The time is always right to do what is right. | Martin Luther King Jr |
|----------------------------------------------------------------------------------------+--------------------------|
| The secret of getting ahead is getting started. | Mark Twain |
|----------------------------------------------------------------------------------------+--------------------------|
| Once you become fearless, life become limitless. | Les Brown |
|----------------------------------------------------------------------------------------+--------------------------|
| Life has no limitations, except the ones you make. | Les Brown |
|----------------------------------------------------------------------------------------+--------------------------|
| We first make our habits, then our habits make us. | Jhon Dryden |
|----------------------------------------------------------------------------------------+--------------------------|
| The best way to predict the future, is to create it. | Abraham Lincoln |
|----------------------------------------------------------------------------------------+--------------------------|
| Someone's opinion doesn't have to become your reality. | Les Brown |
|----------------------------------------------------------------------------------------+--------------------------|
| Don't be afraid to give up the good to go for the great. | John D.Rockfeller |
|----------------------------------------------------------------------------------------+--------------------------|
| The only time you should look back, is to see how far you've come. | Bangtan Boys, Butterfly |
|----------------------------------------------------------------------------------------+--------------------------|
| You are never too old to set another goal or to dream a new dream. | C.S.Lewis |
|----------------------------------------------------------------------------------------+--------------------------|
| Motivation is what gets you STARTED. Habit is what keeps you GOING. | Jim Rohn |
|----------------------------------------------------------------------------------------+--------------------------|
| Live as you were to die tomorrow. Learn as if you were to live forever. | Mahatma Gandhi |
|----------------------------------------------------------------------------------------+--------------------------|
| It's better to be prepared for the opportunity and not have one, than have an | Les Brown |
| opportunity and not be prepared. | |
|----------------------------------------------------------------------------------------+--------------------------|
| When you TALK, you're only repeating what you already know. But if you LISTEN, | Dalai Llama |
| you will learn something new. | |
|----------------------------------------------------------------------------------------+--------------------------|
| Don't work 8 hours a day for someone else's company then go to work on your own goals. | The Rock |
| You're not tired, you are uninspired. | |
|----------------------------------------------------------------------------------------+--------------------------|
| Its better to be alone with yourself for the rest of your life, than together with bad | |
| company. | "?" |
|----------------------------------------------------------------------------------------+--------------------------|
| No matter how slow you go, you are still lapping everybody on the couch. | "?" |
|----------------------------------------------------------------------------------------+--------------------------|
| The way to better improve yourself, is to better yourself. | "?" |
|----------------------------------------------------------------------------------------+--------------------------|
| How big would you dream, if you knew you couldn't fail?. | "?" |
|----------------------------------------------------------------------------------------+--------------------------|
| The only way to get what you want is to be what you want. | "?" |
|----------------------------------------------------------------------------------------+--------------------------|
| Don't look back when the only course is forward. | "?" |
|----------------------------------------------------------------------------------------+--------------------------|
| The future is defined by what you do TODAY. | "?" |
|----------------------------------------------------------------------------------------+--------------------------|
| The night's darkest just before the dawn. | "?" |
|----------------------------------------------------------------------------------------+--------------------------|
| Your limitation is only your imagination. | "?" |
|----------------------------------------------------------------------------------------+--------------------------|
| Success or Excuses, the choice is yours. | "?" |
|----------------------------------------------------------------------------------------+--------------------------|
| Small things can make a big difference. | "?" |
|----------------------------------------------------------------------------------------+--------------------------|
| Don't settle for average. | "?" |
|----------------------------------------------------------------------------------------+--------------------------|
|---------------------------------------------------------------------------------------------------------------+----------------|
| Qute: "Tech" | Owner: |
|---------------------------------------------------------------------------------------------------------------+----------------|
| One man's constant is another man's variable. | Alan J. Perlis |
|---------------------------------------------------------------------------------------------------------------+----------------|
| Every program is a part of some other program and rarely fits. | Alan J. Perlis |
|---------------------------------------------------------------------------------------------------------------+----------------|
| If you have a procedure with ten parameters, you probably missed some. | Alan J. Perlis |
|---------------------------------------------------------------------------------------------------------------+----------------|
| A program without a loop and a structured variable isn't worth writing. | Alan J. Perlis |
|---------------------------------------------------------------------------------------------------------------+----------------|
| Recursion is the root of computation since it trades description for time. | Alan J. Perlis |
|---------------------------------------------------------------------------------------------------------------+----------------|
| If a listener nods his head when you're explaining your program, wake him up. | Alan J. Perlis |
|---------------------------------------------------------------------------------------------------------------+----------------|
| A language that doesn't affect the way you think about programming, is not worth knowing. | Alan J. Perlis |
|---------------------------------------------------------------------------------------------------------------+----------------|
| Every program has (at least) two purposes: the one for which it was written, and another for which it wasn't. | Alan J. Perlis |
|---------------------------------------------------------------------------------------------------------------+----------------|