<?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>Jens-André Koch</title>
	<atom:link href="http://jakoch.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://jakoch.de</link>
	<description>Longa é a arte, tão breve a vida.</description>
	<lastBuildDate>Sun, 20 May 2012 13:27:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>The Knack</title>
		<link>http://jakoch.de/2012/05/20/the-knack/</link>
		<comments>http://jakoch.de/2012/05/20/the-knack/#comments</comments>
		<pubDate>Sun, 20 May 2012 13:27:24 +0000</pubDate>
		<dc:creator>Jens-André</dc:creator>
				<category><![CDATA[Allgemeines]]></category>

		<guid isPermaLink="false">http://jakoch.de/?p=638</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://jakoch.de/2012/05/20/the-knack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual 3 Way Merge Tool</title>
		<link>http://jakoch.de/2012/04/15/visual-3-way-merge-tool/</link>
		<comments>http://jakoch.de/2012/04/15/visual-3-way-merge-tool/#comments</comments>
		<pubDate>Sun, 15 Apr 2012 17:01:14 +0000</pubDate>
		<dc:creator>Jens-André</dc:creator>
				<category><![CDATA[Allgemeines]]></category>

		<guid isPermaLink="false">http://jakoch.de/?p=626</guid>
		<description><![CDATA[Perforce &#8211; Visual Merge Tool For visual three way merging of source code my tool of choice is the &#8220;Visual Merge Tool&#8221; by Perforce. Go to http://www.perforce.com/downloads Browse by Component &#124; Clients &#124; Visual Merge Tool Download and install the appropriate installer. During installation deselect not needed software components. Winmerge As an alternative you might [...]]]></description>
		<wfw:commentRss>http://jakoch.de/2012/04/15/visual-3-way-merge-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZNC Installation Script for Debian</title>
		<link>http://jakoch.de/2012/03/14/597/</link>
		<comments>http://jakoch.de/2012/03/14/597/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 18:02:00 +0000</pubDate>
		<dc:creator>Jens-André</dc:creator>
				<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://jakoch.de/?p=597</guid>
		<description><![CDATA[ZNC Installation Script for Debian]]></description>
		<wfw:commentRss>http://jakoch.de/2012/03/14/597/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/usr/lib/gcc/x86_64-linux-gnu/4.4.5/libstdc++.a: could not read symbols: Bad value</title>
		<link>http://jakoch.de/2012/03/14/usrlibgccx86_64-linux-gnu4-4-5libstdc-a-could-not-read-symbols-bad-value/</link>
		<comments>http://jakoch.de/2012/03/14/usrlibgccx86_64-linux-gnu4-4-5libstdc-a-could-not-read-symbols-bad-value/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 13:53:11 +0000</pubDate>
		<dc:creator>Jens-André</dc:creator>
				<category><![CDATA[Allgemeines]]></category>

		<guid isPermaLink="false">http://jakoch.de/?p=584</guid>
		<description><![CDATA[Means your G++ installation is bad. Somehow the &#8220;libstdc++.so.version&#8221; file gone mia, possibly due to mixed updates to the system. Solutions include downgrading via &#8220;apt-get install libstdc++6=4.4.5-8&#8243; or upgrading via &#8220;apt-get install -t wheezy g++ libstdc++&#8221;. Check &#8220;ls /usr/lib/libstdc*&#8221; exists and symlinks are correct, then recompile.]]></description>
		<wfw:commentRss>http://jakoch.de/2012/03/14/usrlibgccx86_64-linux-gnu4-4-5libstdc-a-could-not-read-symbols-bad-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; importSQL() und getQueriesFromSQLFile()</title>
		<link>http://jakoch.de/2012/02/27/php-importsql-und-getqueriesfromsqlfile/</link>
		<comments>http://jakoch.de/2012/02/27/php-importsql-und-getqueriesfromsqlfile/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 12:14:11 +0000</pubDate>
		<dc:creator>Jens-André</dc:creator>
				<category><![CDATA[Allgemeines]]></category>

		<guid isPermaLink="false">http://jakoch.de/?p=547</guid>
		<description><![CDATA[Die nachfolgenden Funktionen habe ich im Installationsprogramm einer Webanwendung eingesetzt. Sie sind nützlich, um SQL aus einem Databasedump mittels PHP einzuspielen, wenn man direkt mit PDO arbeitet. Durch die Umstellung des Installationsprogramms auf Doctrine2 werden beide nicht mehr benötigt. Daher archiviere ich beides hier und gebe es zum Reuse unter der GPLv2+ frei. /** * [...]]]></description>
		<wfw:commentRss>http://jakoch.de/2012/02/27/php-importsql-und-getqueriesfromsqlfile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 5.082 seconds -->

