aboutsummaryrefslogtreecommitdiff
path: root/pages/projects/binary_mapping.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-08-11 20:24:46 +0200
committerAdrian Kummerlaender2014-08-11 20:24:46 +0200
commit8402e4bdaaaee9894ff174dd3177755ec01c2d20 (patch)
treebb802f592fe95bfda30995e143723561707d6fa7 /pages/projects/binary_mapping.md
parenta91dc26e8370ef4b1518ca1e9f88ee024c6d5827 (diff)
downloadblog_content-8402e4bdaaaee9894ff174dd3177755ec01c2d20.tar
blog_content-8402e4bdaaaee9894ff174dd3177755ec01c2d20.tar.gz
blog_content-8402e4bdaaaee9894ff174dd3177755ec01c2d20.tar.bz2
blog_content-8402e4bdaaaee9894ff174dd3177755ec01c2d20.tar.lz
blog_content-8402e4bdaaaee9894ff174dd3177755ec01c2d20.tar.xz
blog_content-8402e4bdaaaee9894ff174dd3177755ec01c2d20.tar.zst
blog_content-8402e4bdaaaee9894ff174dd3177755ec01c2d20.zip
Implemented page categorization functionality
* expanded "02_data/pages.xsl" transformation to include pages in subfolders * "03_meta/categories.xsl" transformation generates a categorized view of all pages simmilar to the one provided for tags by "03_meta/tags.xsl" * "99_result/category/category.xsl" transformation generates category overview pages * added basic project related pages inside the "projects" category
Diffstat (limited to 'pages/projects/binary_mapping.md')
-rw-r--r--pages/projects/binary_mapping.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/pages/projects/binary_mapping.md b/pages/projects/binary_mapping.md
new file mode 100644
index 0000000..acf5f47
--- /dev/null
+++ b/pages/projects/binary_mapping.md
@@ -0,0 +1,5 @@
+# BinaryMapping
+
+…is a collection of C++ templates which may be used to map binary structures into tuples and various other structures.
+
+These structures can then be traversed using integrated containers and iterators. This is useful for many kinds of data serialization tasks.