diff options
Diffstat (limited to 'data/packs')
| -rw-r--r-- | data/packs/general.json | 4 | ||||
| -rw-r--r-- | data/packs/literature.json | 5 | ||||
| -rw-r--r-- | data/packs/programming.json | 7 | ||||
| -rw-r--r-- | data/packs/quotes.json | 5 |
4 files changed, 21 insertions, 0 deletions
diff --git a/data/packs/general.json b/data/packs/general.json new file mode 100644 index 0000000..4bbee55 --- /dev/null +++ b/data/packs/general.json @@ -0,0 +1,4 @@ +[ + {"category":"general","content":"The quick brown fox jumps over the lazy dog.","attribution":"Traditional pangram"}, + {"category":"general","content":"Simplicity is the soul of efficiency.","attribution":"Austin Freeman"} +] diff --git a/data/packs/literature.json b/data/packs/literature.json new file mode 100644 index 0000000..2c524f3 --- /dev/null +++ b/data/packs/literature.json @@ -0,0 +1,5 @@ +[ + {"category":"literature","content":"It was the best of times, it was the worst of times.","attribution":"Charles Dickens, A Tale of Two Cities"}, + {"category":"literature","content":"All we have to decide is what to do with the time that is given us.","attribution":"J.R.R. Tolkien, The Fellowship of the Ring"}, + {"category":"literature","content":"Not all those who wander are lost.","attribution":"J.R.R. Tolkien"} +] diff --git a/data/packs/programming.json b/data/packs/programming.json new file mode 100644 index 0000000..77c2e12 --- /dev/null +++ b/data/packs/programming.json @@ -0,0 +1,7 @@ +[ + {"category":"programming","content":"Programming is the art of telling another human what one wants the computer to do.","attribution":"Donald Knuth"}, + {"category":"programming","content":"Code is like humor. When you have to explain it, it's bad.","attribution":"Cory House"}, + {"category":"programming","content":"Any fool can write code that a computer can understand. Good programmers write code that humans can understand.","attribution":"Martin Fowler"}, + {"category":"programming","content":"Premature optimization is the root of all evil.","attribution":"Donald Knuth"}, + {"category":"programming","content":"Simple is better than complex. Complex is better than complicated.","attribution":"The Zen of Python"} +] diff --git a/data/packs/quotes.json b/data/packs/quotes.json new file mode 100644 index 0000000..89b45db --- /dev/null +++ b/data/packs/quotes.json @@ -0,0 +1,5 @@ +[ + {"category":"quotes","content":"The only limit to our realization of tomorrow is our doubts of today.","attribution":"Franklin D. Roosevelt"}, + {"category":"quotes","content":"It always seems impossible until it's done.","attribution":"Nelson Mandela"}, + {"category":"quotes","content":"Stay hungry, stay foolish.","attribution":"Steve Jobs"} +] |
