From 3fee704fc99fd1ad782098683deec61a21209470 Mon Sep 17 00:00:00 2001 From: Jaroslaw Cieslak Date: Mon, 7 Oct 2019 22:23:38 +0200 Subject: [PATCH 1/2] Added couple of quotes from Andrzej Sapkowski (polish fantasy writer) and from Wayne Gretzky --- quotes.db | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/quotes.db b/quotes.db index b9ae4c1..3bfc4fd 100644 --- a/quotes.db +++ b/quotes.db @@ -11,7 +11,7 @@ "category": "Drinking, Addiction" }, { - "quote":"If life were predictable it would cease to be life, and be without flavor.", + "quote":"If life were predictable it would cease to be life, and be without flavor.", "author": "Eleanor Roosevelt" }, { @@ -22071,6 +22071,10 @@ "quote": "You miss 100% of the shots you don't take.", "author": "Wayne Gretzky" }, + { + "quote": "Skate to where the puck is going, not where it has been.", + "author": "Wayne Gretzky" + }, { "quote": "Don’t read success stories, you will only get a message. Read failure stories, you will get some ideas to get success.", "author": "A. P. J. Abdul Kalam" @@ -22094,5 +22098,17 @@ { "quote": "I think people don't realise that running a piece of code that verifies some conditions for a financial transaction, that by itself is a lot less work than verifying a cryptographic signature, and so even if the virtual machine is inefficient, the cryptographic signature is still going to dominate.", "author": "Vitalik Buterin" + }, + { + "quote": "To be neutral does not mean to be indifferent or insensitive. You don't have to kill your feelings. It's enough to kill hatred within yourself." + "author": "Andrzej Sapkowski" + }, + { + "quote": "There is never a second opportunity to make a first impression." + "author": "Andrzej Sapkowski" + }, + { + "quote": "Only death can finish the fight, everything else only interrupts the fighting." + "author": "Andrzej Sapkowski" } -] \ No newline at end of file +] From 593e4a1b8bcc4ffff18384335f8d98e6bf408c75 Mon Sep 17 00:00:00 2001 From: Jaroslaw Cieslak Date: Fri, 11 Oct 2019 14:36:32 +0200 Subject: [PATCH 2/2] Added missing comas --- quotes.db | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quotes.db b/quotes.db index 3bfc4fd..3cc0f57 100644 --- a/quotes.db +++ b/quotes.db @@ -22100,15 +22100,15 @@ "author": "Vitalik Buterin" }, { - "quote": "To be neutral does not mean to be indifferent or insensitive. You don't have to kill your feelings. It's enough to kill hatred within yourself." + "quote": "To be neutral does not mean to be indifferent or insensitive. You don't have to kill your feelings. It's enough to kill hatred within yourself.", "author": "Andrzej Sapkowski" }, { - "quote": "There is never a second opportunity to make a first impression." + "quote": "There is never a second opportunity to make a first impression.", "author": "Andrzej Sapkowski" }, { - "quote": "Only death can finish the fight, everything else only interrupts the fighting." + "quote": "Only death can finish the fight, everything else only interrupts the fighting.", "author": "Andrzej Sapkowski" } ]