aboutsummaryrefslogtreecommitdiff
path: root/data/packs
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2025-09-26 13:39:28 +0200
committersrdusr <trevorgray@srdusr.com>2025-09-26 13:39:28 +0200
commit8d60c7f93407988ee0232ea90980028f299cb0f3 (patch)
treeb343b691d1bce64fb3bc9b40324857486f2be244 /data/packs
parent76f0d0e902e6ed164704572bd81faa5e5e560cf3 (diff)
downloadtyperpunk-8d60c7f93407988ee0232ea90980028f299cb0f3.tar.gz
typerpunk-8d60c7f93407988ee0232ea90980028f299cb0f3.zip
Initial Commit
Diffstat (limited to 'data/packs')
-rw-r--r--data/packs/general.json4
-rw-r--r--data/packs/literature.json5
-rw-r--r--data/packs/programming.json7
-rw-r--r--data/packs/quotes.json5
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"}
+]