aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-08-11 22:53:32 +0200
committerAdrian Kummerlaender2014-08-11 22:53:32 +0200
commit11fa38f48883bb45cf592bee09c7c70e0d898e63 (patch)
treeae4c8aecc5b95a88c85e59f2ff29194c84bf2029 /pages
parent8402e4bdaaaee9894ff174dd3177755ec01c2d20 (diff)
downloadblog_content-11fa38f48883bb45cf592bee09c7c70e0d898e63.tar
blog_content-11fa38f48883bb45cf592bee09c7c70e0d898e63.tar.gz
blog_content-11fa38f48883bb45cf592bee09c7c70e0d898e63.tar.bz2
blog_content-11fa38f48883bb45cf592bee09c7c70e0d898e63.tar.lz
blog_content-11fa38f48883bb45cf592bee09c7c70e0d898e63.tar.xz
blog_content-11fa38f48883bb45cf592bee09c7c70e0d898e63.tar.zst
blog_content-11fa38f48883bb45cf592bee09c7c70e0d898e63.zip
Added further basic project pages
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.