<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title></title><link>/</link><description></description><lastBuildDate>Mon, 13 Oct 2014 16:00:00 +0200</lastBuildDate><item><title>32-bit Linux version for Marko Editor</title><link>/blog/32-bit-linux-version-for-marko-editor</link><description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;the 32-bit Linux version is finally available. The build process is identical to the 64-bit version, so it's a &lt;code&gt;deb&lt;/code&gt; package and was created on Ubuntu 14.04 LTS and has just Qt5 as dependencies.&lt;/p&gt;
&lt;p&gt;Have fun. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Munzert</dc:creator><pubDate>Mon, 13 Oct 2014 16:00:00 +0200</pubDate><guid isPermaLink="false">tag:None,2014-10-13:/blog/32-bit-linux-version-for-marko-editor</guid><category>blog</category><category>Marko</category></item><item><title>Linux version for Marko Editor</title><link>/blog/linux-version-for-marko-editor</link><description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;I finally got around to create a Linux version for Marko Editor. Currently there is only a &lt;code&gt;deb&lt;/code&gt; package for 64bit systems. It was created on Ubuntu 14.04 LTS and has just Qt5 as dependencies.&lt;/p&gt;
&lt;p&gt;I fixed some smaller issues on the way, so the other versions …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Munzert</dc:creator><pubDate>Wed, 08 Oct 2014 14:35:00 +0200</pubDate><guid isPermaLink="false">tag:None,2014-10-08:/blog/linux-version-for-marko-editor</guid><category>blog</category><category>Marko</category></item><item><title>Bug fixes for Marko Editor</title><link>/blog/bug-fixes-for-marko-editor</link><description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;just a short heads up, there is a small bug fix release available for Marko Editor. Starting this version there is now an about dialog and an &lt;em&gt;official&lt;/em&gt; version; I decided to be at 0.7.1 :-)&lt;/p&gt;
&lt;p&gt;Have fun. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Munzert</dc:creator><pubDate>Thu, 02 Oct 2014 14:00:00 +0200</pubDate><guid isPermaLink="false">tag:None,2014-10-02:/blog/bug-fixes-for-marko-editor</guid><category>blog</category><category>Marko</category></item><item><title>CriticsMarkup for Marko Editor</title><link>/blog/criticsmarkup-for-marko-editor</link><description>&lt;p&gt;Hi folks, &lt;/p&gt;
&lt;p&gt;I'm happy to announce a new update for you. &lt;/p&gt;
&lt;p&gt;The goal of Marko Editor is to allow fast and intuitive editing without getting distracted by markup or syntax. Therefore we don't need syntax highlighting for Markdown, and we can use colors to provide additional meaning for documents while …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Munzert</dc:creator><pubDate>Wed, 01 Oct 2014 13:00:00 +0200</pubDate><guid isPermaLink="false">tag:None,2014-10-01:/blog/criticsmarkup-for-marko-editor</guid><category>blog</category><category>Marko</category></item><item><title>Source view for Marko Editor</title><link>/blog/source-view-for-marko-editor</link><description>&lt;p&gt;Hi folks,&lt;/p&gt;
&lt;p&gt;The first small update for Marko Editor is available.&lt;/p&gt;
&lt;p&gt;You'll find an additional icon in the tool bar which allows to toggle between WYSIWYG and source view. Changing the source will also change the WYSIWYG content and vice versa.&lt;/p&gt;
&lt;p&gt;&lt;a href="/index.html#download"&gt;Get it.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Have fun.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Munzert</dc:creator><pubDate>Sun, 14 Sep 2014 21:30:00 +0200</pubDate><guid isPermaLink="false">tag:None,2014-09-14:/blog/source-view-for-marko-editor</guid><category>blog</category><category>Marko</category></item><item><title>First release of Marko Editor</title><link>/blog/first-release</link><description>&lt;p&gt;Hi folks,&lt;/p&gt;
&lt;p&gt;I'm happy to publicly release the first version of Marko Editor.&lt;/p&gt;
&lt;p&gt;Marko Editor is a small desktop application which allows you to edit your Markdown files in a WYSIWYG manner. However, this is the first release and only the most used (from my point of view) Markdown elements …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Munzert</dc:creator><pubDate>Thu, 11 Sep 2014 18:00:00 +0200</pubDate><guid isPermaLink="false">tag:None,2014-09-11:/blog/first-release</guid><category>blog</category><category>Marko</category></item><item><title>Signing and verifying a string with Crypto++</title><link>/articles/cryptopp_sign_string</link><description>&lt;p&gt;This small example shows how to verify the integrity of a message. We follow the digital signature algorithm (DSA) and generate a pair of keys, private and public (the public key is actually not unique). We get the signature by signing the message with the private key (which should never …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Munzert</dc:creator><pubDate>Thu, 20 Mar 2014 11:36:00 +0100</pubDate><guid isPermaLink="false">tag:None,2014-03-20:/articles/cryptopp_sign_string</guid><category>articles</category><category>Crypto++</category></item><item><title>How to store anything in Boost PropertyTree</title><link>/articles/property_tree_store_anything</link><description>&lt;p&gt;One of the fundamental data structures in information processing is the tree, to model hierarchical data. Although we have many standardized containers in C++, a tree structure is still missing. Of course, there are several different libraries which provide this feature in different facets. For my current work I am …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Munzert</dc:creator><pubDate>Wed, 11 Dec 2013 01:56:00 +0100</pubDate><guid isPermaLink="false">tag:None,2013-12-11:/articles/property_tree_store_anything</guid><category>articles</category><category>Boost</category><category>Boost Property Tree</category></item><item><title>Boost Graph: Components of a directed graph</title><link>/articles/graph_connected_components</link><description>&lt;p&gt;This article describes a small workaround for a "shortcoming" of Boost Graph. My situation is the following: Given a directed graph, I want to display just the component containing a special node. Technically speaking I'm looking for the connected component containing a special node. Although Boost Graph comes with plenty …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Munzert</dc:creator><pubDate>Wed, 11 Dec 2013 00:48:00 +0100</pubDate><guid isPermaLink="false">tag:None,2013-12-11:/articles/graph_connected_components</guid><category>articles</category><category>Boost</category><category>Boost Graph</category></item><item><title>Boost Spirit Qi: Position tracking during parsing</title><link>/articles/position_tracking</link><description>&lt;p&gt;Usually we use a tool like Boost Spirit Qi to retrieve information from a source file. However, in some situations (like building a syntax highlighter) that is not enough and we also need some meta data about the information. This short article will describe a convenient way to get additionally …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Munzert</dc:creator><pubDate>Tue, 10 Dec 2013 16:41:00 +0100</pubDate><guid isPermaLink="false">tag:None,2013-12-10:/articles/position_tracking</guid><category>articles</category><category>Boost</category><category>Boost Spirit</category></item><item><title>Boost Spirit Qi: Position tracking for Unicode strings</title><link>/articles/parse_unicode</link><description>&lt;p&gt;In &lt;a href="/articles/position_tracking"&gt;this article&lt;/a&gt; I described how to retrieve data points and their positions during parsing. However, this method has a little flaw, it doesn't work correctly with Unicode input. We're going to fix this problem now. &lt;/p&gt;
&lt;p&gt;Since we rely on the underlying iterator, the position depends on the used iterator …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Munzert</dc:creator><pubDate>Thu, 05 Dec 2013 23:16:00 +0100</pubDate><guid isPermaLink="false">tag:None,2013-12-05:/articles/parse_unicode</guid><category>articles</category><category>Boost</category><category>Boost Spirit</category></item></channel></rss>