<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - daknok</title>
<link>http://snipplr.com/users/daknok</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 21:07:39 GMT</pubDate>
<item>
<title>(Objective C) Parsing Markdown with Objective-C using the original Perl script</title>
<link>http://snipplr.com/view/55171/parsing-markdown-with-objectivec-using-the-original-perl-script/</link>
<description><![CDATA[ <p>Simply make sure you have `Markdown.pl` (from Daring Fireball) inside of your application bundle's resources folder. Perl has to be installed on the target machine. If you are developing for iOS, you should build Perl for iOS, pack it with the application and change the `markdownTask`'s launch path.</p> ]]></description>
<pubDate>Sun, 12 Jun 2011 04:17:39 GMT</pubDate>
<guid>http://snipplr.com/view/55171/parsing-markdown-with-objectivec-using-the-original-perl-script/</guid>
</item>
<item>
<title>(Objective C) Prefix header with better releasing, freeing and logging</title>
<link>http://snipplr.com/view/55168/prefix-header-with-better-releasing-freeing-and-logging/</link>
<description><![CDATA[ <p>This prefix header adds `SXRelease()`, `SXFree()` and `SXLog()` which can be used instead of `-[ release]`, `free()` and `NSLog()`. In order to use `SXLog()`, you must have DEBUG defined somewhere, such as in the build settings of the debug configuration.

Please note that the `while(0){}` is to prevent errors where a single `;` is not permitted. The optimizer will remove this from the assembly code.</p> ]]></description>
<pubDate>Sat, 11 Jun 2011 21:59:48 GMT</pubDate>
<guid>http://snipplr.com/view/55168/prefix-header-with-better-releasing-freeing-and-logging/</guid>
</item>
</channel>
</rss>