Drive by Daniel H Pink talks essentially about 3 things
A - Autonomous
M - Mastery
P - Progress
These three characteristics are primary motivators which drive us.
Kalyan Chakravorty Blog
Tuesday, January 12, 2010
Monday, August 17, 2009
Saturday, June 06, 2009
Why and what to read?
Often times I pick up a book loose interest in it and leave it and it is on my to do list to finish the book. Have you ever faced such situation?
I have realized this plan works for me and I am sure it will be different for every individual
- Decide what you want to study
- Question yourself as to why are you studying
- After I read a chapter can I summarize the chapter in a few sentences.
- Can I write a good/bad review for this book.
- Use the book learning and APPLY
I have realized this plan works for me and I am sure it will be different for every individual
- Decide what you want to study
- Question yourself as to why are you studying
- After I read a chapter can I summarize the chapter in a few sentences.
- Can I write a good/bad review for this book.
- Use the book learning and APPLY
Saturday, May 30, 2009
Thursday, May 28, 2009
Saturday, May 23, 2009
Thursday, May 14, 2009
Combine two files line by line
file1
-----
a
b
c
file2
-----
1
2
3
Output
------
a 1
b 2
c 3
Use this: paste -d"\0" file1 file2 > Output
From: Here
-----
a
b
c
file2
-----
1
2
3
Output
------
a 1
b 2
c 3
Use this: paste -d"\0" file1 file2 > Output
From: Here
Subscribe to:
Posts (Atom)