aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/projects/accelerated_lander.md3
-rw-r--r--pages/projects/dotfiles.md3
-rw-r--r--pages/projects/spam_question_filter.md3
-rw-r--r--pages/projects/trie.md3
4 files changed, 12 insertions, 0 deletions
diff --git a/pages/projects/accelerated_lander.md b/pages/projects/accelerated_lander.md
new file mode 100644
index 0000000..c7c7259
--- /dev/null
+++ b/pages/projects/accelerated_lander.md
@@ -0,0 +1,3 @@
+# AcceleratedLander
+
+…is a very simple lunar-lander-like physics "simulation" implemented using JavaScript and HTML5.
diff --git a/pages/projects/dotfiles.md b/pages/projects/dotfiles.md
new file mode 100644
index 0000000..f18f2f8
--- /dev/null
+++ b/pages/projects/dotfiles.md
@@ -0,0 +1,3 @@
+# Dotfiles
+
+…is a collection of the configuration files for my essential tool set.
diff --git a/pages/projects/spam_question_filter.md b/pages/projects/spam_question_filter.md
new file mode 100644
index 0000000..5fbdac6
--- /dev/null
+++ b/pages/projects/spam_question_filter.md
@@ -0,0 +1,3 @@
+# Spam Question Filter
+
+…is simple event filter for Symphony CMS to prevent spam by asking the user to calculate a easy math question.
diff --git a/pages/projects/trie.md b/pages/projects/trie.md
new file mode 100644
index 0000000..7d5c0d5
--- /dev/null
+++ b/pages/projects/trie.md
@@ -0,0 +1,3 @@
+# Trie
+
+…is a basic template based implementation of a prefix tree data structure.