diff options
author | Adrian Kummerlaender | 2014-08-11 22:53:32 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-08-11 22:53:32 +0200 |
commit | 11fa38f48883bb45cf592bee09c7c70e0d898e63 (patch) | |
tree | ae4c8aecc5b95a88c85e59f2ff29194c84bf2029 /pages/projects | |
parent | 8402e4bdaaaee9894ff174dd3177755ec01c2d20 (diff) | |
download | blog_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/projects')
-rw-r--r-- | pages/projects/accelerated_lander.md | 3 | ||||
-rw-r--r-- | pages/projects/dotfiles.md | 3 | ||||
-rw-r--r-- | pages/projects/spam_question_filter.md | 3 | ||||
-rw-r--r-- | pages/projects/trie.md | 3 |
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. |