<?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"
	>

<channel>
	<title>code.random()</title>
	<atom:link href="http://code.pui.ch/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.pui.ch</link>
	<description>Random code-snippets and tips</description>
	<pubDate>Sat, 27 Feb 2010 11:00:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Python: Print list of dicts as ascii table</title>
		<link>http://code.pui.ch/2010/02/27/python-print-list-of-dicts-as-ascii-table/</link>
		<comments>http://code.pui.ch/2010/02/27/python-print-list-of-dicts-as-ascii-table/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 10:55:35 +0000</pubDate>
		<dc:creator>philipp.keller</dc:creator>
		
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://code.pui.ch/?p=17</guid>
		<description><![CDATA[Sometimes I want to print list of dicts as an ascii table, like this:

&#124; Programming Language &#124; Language Type &#124; Years of Experience &#124;
+----------------------+---------------+---------------------+
&#124; python               &#124; script        &#124;       [...]]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://code.pui.ch/2010/02/27/python-print-list-of-dicts-as-ascii-table/feed/</wfw:commentRss>
		</item>
		<item>
		<title>dealing with &#8220;MySQL backend does not support timezone-aware datetimes&#8221;</title>
		<link>http://code.pui.ch/2009/12/30/dealing-with-mysql-backend-does-not-support-timezone-aware-datetimes/</link>
		<comments>http://code.pui.ch/2009/12/30/dealing-with-mysql-backend-does-not-support-timezone-aware-datetimes/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 22:27:00 +0000</pubDate>
		<dc:creator>philipp.keller</dc:creator>
		
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://code.pui.ch/?p=16</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://code.pui.ch/2009/12/30/dealing-with-mysql-backend-does-not-support-timezone-aware-datetimes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fetch publicly available google calendar data with python</title>
		<link>http://code.pui.ch/2009/12/29/fetch-publicly-available-google-calendar-data-with-python/</link>
		<comments>http://code.pui.ch/2009/12/29/fetch-publicly-available-google-calendar-data-with-python/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 20:31:18 +0000</pubDate>
		<dc:creator>philipp.keller</dc:creator>
		
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://code.pui.ch/?p=15</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://code.pui.ch/2009/12/29/fetch-publicly-available-google-calendar-data-with-python/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Send javascript errors by mail</title>
		<link>http://code.pui.ch/2007/10/06/send-javascript-errors-by-mail/</link>
		<comments>http://code.pui.ch/2007/10/06/send-javascript-errors-by-mail/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 12:33:42 +0000</pubDate>
		<dc:creator>philipp.keller</dc:creator>
		
		<category><![CDATA[django]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://code.pui.ch/2007/10/06/send-javascript-errors-by-mail/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://code.pui.ch/2007/10/06/send-javascript-errors-by-mail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Django: Serve big files via fcgid</title>
		<link>http://code.pui.ch/2007/10/03/django-serve-big-files-via-fcgid/</link>
		<comments>http://code.pui.ch/2007/10/03/django-serve-big-files-via-fcgid/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 07:14:28 +0000</pubDate>
		<dc:creator>philipp.keller</dc:creator>
		
		<category><![CDATA[django]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://code.pui.ch/2007/10/03/django-serve-big-files-via-fcgid/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://code.pui.ch/2007/10/03/django-serve-big-files-via-fcgid/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Python: Sort a list of dicts by dict-key</title>
		<link>http://code.pui.ch/2007/07/23/python-sort-a-list-of-dicts-by-dict-key/</link>
		<comments>http://code.pui.ch/2007/07/23/python-sort-a-list-of-dicts-by-dict-key/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 13:52:29 +0000</pubDate>
		<dc:creator>philipp.keller</dc:creator>
		
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://code.pui.ch/2007/07/23/python-sort-a-list-of-dicts-by-dict-key/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://code.pui.ch/2007/07/23/python-sort-a-list-of-dicts-by-dict-key/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Python: Find out cpu time of a certain process</title>
		<link>http://code.pui.ch/2007/06/08/python-find-out-cpu-time-of-a-certain-process/</link>
		<comments>http://code.pui.ch/2007/06/08/python-find-out-cpu-time-of-a-certain-process/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 09:52:52 +0000</pubDate>
		<dc:creator>philipp.keller</dc:creator>
		
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://code.pui.ch/2007/06/08/python-find-out-cpu-time-of-a-certain-process/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://code.pui.ch/2007/06/08/python-find-out-cpu-time-of-a-certain-process/feed/</wfw:commentRss>
		</item>
		<item>
		<title>add bandwidth to a file download in python</title>
		<link>http://code.pui.ch/2007/02/25/add-bandwidth-to-a-file-download-in-python/</link>
		<comments>http://code.pui.ch/2007/02/25/add-bandwidth-to-a-file-download-in-python/#comments</comments>
		<pubDate>Sun, 25 Feb 2007 01:51:05 +0000</pubDate>
		<dc:creator>philipp.keller</dc:creator>
		
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://code.pui.ch/2007/02/25/add-bandwidth-to-a-file-download-in-python/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://code.pui.ch/2007/02/25/add-bandwidth-to-a-file-download-in-python/feed/</wfw:commentRss>
		</item>
		<item>
		<title>set timeout for a shell command in python</title>
		<link>http://code.pui.ch/2007/02/19/set-timeout-for-a-shell-command-in-python/</link>
		<comments>http://code.pui.ch/2007/02/19/set-timeout-for-a-shell-command-in-python/#comments</comments>
		<pubDate>Sun, 18 Feb 2007 23:04:06 +0000</pubDate>
		<dc:creator>philipp.keller</dc:creator>
		
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://code.pui.ch/2007/02/19/set-timeout-for-a-shell-command-in-python/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://code.pui.ch/2007/02/19/set-timeout-for-a-shell-command-in-python/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Turn demoscene modules into mp3s</title>
		<link>http://code.pui.ch/2007/02/18/turn-demoscene-modules-into-mp3s/</link>
		<comments>http://code.pui.ch/2007/02/18/turn-demoscene-modules-into-mp3s/#comments</comments>
		<pubDate>Sun, 18 Feb 2007 17:39:11 +0000</pubDate>
		<dc:creator>philipp.keller</dc:creator>
		
		<category><![CDATA[demoscene]]></category>

		<category><![CDATA[modules]]></category>

		<category><![CDATA[music]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://code.pui.ch/2007/02/18/turn-demoscene-modules-into-mp3s/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://code.pui.ch/2007/02/18/turn-demoscene-modules-into-mp3s/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
