<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Coder CPF_ &#187; Blogroll</title>
	<atom:link href="http://www.codercpf.be/category/blogroll/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codercpf.be</link>
	<description></description>
	<lastBuildDate>Fri, 27 May 2011 10:32:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Boost::python str to std::string</title>
		<link>http://www.codercpf.be/178/boostpython-str-to-stdstring/</link>
		<comments>http://www.codercpf.be/178/boostpython-str-to-stdstring/#comments</comments>
		<pubDate>Fri, 27 May 2011 10:31:55 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=178</guid>
		<description><![CDATA[As with everything in Boost::Python, it might not always be obvious how to best extract certain types to C++ One thing to remember is that most (if not all) C++ types are supported by boost::python::extract So, to extract a std::string object from python, it&#8217;s best to use the extract function again: std::string tmp; tmp = [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/178/boostpython-str-to-stdstring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash shape to svg</title>
		<link>http://www.codercpf.be/170/flash-shape-to-svg/</link>
		<comments>http://www.codercpf.be/170/flash-shape-to-svg/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 14:16:42 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=170</guid>
		<description><![CDATA[Intro I have made a script to convert a flash shape to svg (the easy way). I hope it converts all flash shapes, because the shape I needed it for only contained &#8220;moveTo&#8220;, &#8220;splineTo&#8221; and &#8220;lineTo&#8221; functions. Requirement This script requires a dump from swftools&#8216; swfdump: swfdump -D test.swf &#62; test.dump The script # Copyright [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/170/flash-shape-to-svg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple cron init.d status checker</title>
		<link>http://www.codercpf.be/166/simple-cron-init-d-status-checker/</link>
		<comments>http://www.codercpf.be/166/simple-cron-init-d-status-checker/#comments</comments>
		<pubDate>Sun, 26 Dec 2010 22:07:19 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=166</guid>
		<description><![CDATA[Simple cron script to check the status of some init.d daemon/script and restart it if necessary, shown in the example with postgresql, but should work with about any init.d script. #!/bin/sh SCRIPT=postgresql /etc/init.d/$SCRIPT status if [ "$?" != "0" ]; then /etc/init.d/$SCRIPT start fi]]></description>
		<wfw:commentRss>http://www.codercpf.be/166/simple-cron-init-d-status-checker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internship: An introduction</title>
		<link>http://www.codercpf.be/139/internship-an-introduction-2/</link>
		<comments>http://www.codercpf.be/139/internship-an-introduction-2/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 19:32:50 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Internship]]></category>
		<category><![CDATA[Plone]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[solr]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=139</guid>
		<description><![CDATA[My internship: Global search @ ugent.be Lagging a bit behind, I&#8217;m going to describe my internship. In a nutshell, my internship is about search, a whole lot of search. Since the portal site of the university at Ghent (http://www.ugent.be) is moving to and running Plone as its main CMS and a whole lot of data [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/139/internship-an-introduction-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Theme day 6: pySM + archer startpage</title>
		<link>http://www.codercpf.be/94/theme-day-6-pysm-archer-startpage/</link>
		<comments>http://www.codercpf.be/94/theme-day-6-pysm-archer-startpage/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 13:11:24 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[PySM]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=94</guid>
		<description><![CDATA[The 6th day is already nearly finished, and I haven&#8217;t really posted anything about it yet :o So, as the title says I&#8217;ll be (have been) working on pySM and the archer startpage Startpage The startpage is now finally finished for as far as I wanted it. However, it&#8217;s possible that I&#8217;ll be adjusting the [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/94/theme-day-6-pysm-archer-startpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theme days 3, 4 and 5</title>
		<link>http://www.codercpf.be/84/theme-days-3-4-and-5/</link>
		<comments>http://www.codercpf.be/84/theme-days-3-4-and-5/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 14:12:05 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[PySM]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=84</guid>
		<description><![CDATA[So, theme days&#8230; Lots of themes I forgot to post (more like I didn&#8217;t really have the time) Theme for day 3 So, day 3 was another cleaning day. It wasn&#8217;t really intended to be a cleaning day, but since my mom really wanted to get my desk out of the house and replace it [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/84/theme-days-3-4-and-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theme day two: Cleaning</title>
		<link>http://www.codercpf.be/81/theme-day-two-cleaning/</link>
		<comments>http://www.codercpf.be/81/theme-day-two-cleaning/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 07:18:12 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Blogroll]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=81</guid>
		<description><![CDATA[More specifically, I&#8217;m going to clean my desk. It really needs cleaning, saying it&#8217;s a dump would be an understatement! I&#8217;m all set op for some hours of cleaning. Music loud enough (but not too loud, wouldn&#8217;t want to have police at my door&#8230;) After cleaning (perhaps in between, when I get sick of it) [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/81/theme-day-two-cleaning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launching: theme days</title>
		<link>http://www.codercpf.be/68/launching-theme-days/</link>
		<comments>http://www.codercpf.be/68/launching-theme-days/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 10:55:31 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[PySM]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=68</guid>
		<description><![CDATA[As it is vacation for me (great, great vacation) and I have a lot of stuff to catch up to (mostly school stuff), I&#8217;m going to change my life by doing some theme days. The idea is simple: Every day will have a theme. In which I try to do as much as possible around [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/68/launching-theme-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop eu software patents</title>
		<link>http://www.codercpf.be/49/stop-eu-software-patents/</link>
		<comments>http://www.codercpf.be/49/stop-eu-software-patents/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 11:34:08 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Blogroll]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=49</guid>
		<description><![CDATA[This is a call to everyone out there! As it is, software patents are limiting the development (and quite honestly, all patents in my eyes, but that&#8217;s another issue&#8230;) Innovation is being blocked, every open source project will eventually have some patent infrigements out there. Therefore, stop the eu software patents, it&#8217;s innovations only hope [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/49/stop-eu-software-patents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The big I&#8217;m going to fosdem post!</title>
		<link>http://www.codercpf.be/45/the-big-im-going-to-fosdem-post/</link>
		<comments>http://www.codercpf.be/45/the-big-im-going-to-fosdem-post/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 16:36:07 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=45</guid>
		<description><![CDATA[And, yes, undoubtedly, I&#8217;m going to fosdem next year (2009). Therefore, the next banner will be present on the website during all that time. Be there, or stop visiting codercpf.be!]]></description>
		<wfw:commentRss>http://www.codercpf.be/45/the-big-im-going-to-fosdem-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

