From 11fa38f48883bb45cf592bee09c7c70e0d898e63 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 11 Aug 2014 22:53:32 +0200 Subject: Added further basic project pages --- pages/projects/accelerated_lander.md | 3 +++ pages/projects/dotfiles.md | 3 +++ pages/projects/spam_question_filter.md | 3 +++ pages/projects/trie.md | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 pages/projects/accelerated_lander.md create mode 100644 pages/projects/dotfiles.md create mode 100644 pages/projects/spam_question_filter.md create mode 100644 pages/projects/trie.md (limited to 'pages') 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. -- cgit v1.2.3