Skip to content

Instantly share code, notes, and snippets.

@ck3g
Last active September 23, 2018 13:56

Revisions

  1. ck3g revised this gist Sep 23, 2018. No changes.
  2. ck3g revised this gist Sep 23, 2018. No changes.
  3. ck3g revised this gist Sep 23, 2018. 1 changed file with 13 additions and 1 deletion.
    14 changes: 13 additions & 1 deletion quotes.json
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,19 @@
    "author": "Steve Jobs"
    },
    {
    "content": "It does not matter how slowly you go as long as you do not stop.",
    "content": "It does not matter how slowly you go, as long as you do not stop.",
    "author": "Confucius"
    },
    {
    "content": "Intelligence is the ability to adapt to change.",
    "author": "Stephen Hawking"
    },
    {
    "content": "Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time.",
    "author": "Thomas A. Edison"
    },
    {
    "content": "If you really want to do something, you'll find a way. If you don't, you'll find an excuse.",
    "author": "Jim Rohn"
    }
    ]
  4. ck3g revised this gist Sep 23, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion quotes.json
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@
    "author": "Steve Jobs"
    },
    {
    "content": "It does not matter how slowly you go as long as you do not stop",
    "content": "It does not matter how slowly you go as long as you do not stop.",
    "author": "Confucius"
    }
    ]
  5. ck3g revised this gist Sep 23, 2018. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions quotes.json
    Original file line number Diff line number Diff line change
    @@ -2,5 +2,9 @@
    {
    "content": "Your time is limited, so don't waste it living someone else's life.",
    "author": "Steve Jobs"
    },
    {
    "content": "It does not matter how slowly you go as long as you do not stop",
    "author": "Confucius"
    }
    ]
  6. ck3g revised this gist Sep 23, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion quotes.json
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    [
    {
    "quote": "Your time is limited, so don't waste it living someone else's life.",
    "content": "Your time is limited, so don't waste it living someone else's life.",
    "author": "Steve Jobs"
    }
    ]
  7. ck3g revised this gist Sep 23, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions quotes.json
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    [
    {
    quote: "Your time is limited, so don't waste it living someone else's life.",
    author: "Steve Jobs"
    "quote": "Your time is limited, so don't waste it living someone else's life.",
    "author": "Steve Jobs"
    }
    ]
  8. ck3g created this gist Sep 23, 2018.
    6 changes: 6 additions & 0 deletions quotes.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    [
    {
    quote: "Your time is limited, so don't waste it living someone else's life.",
    author: "Steve Jobs"
    }
    ]