<?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>gouranga &#187; 2009 &#187; Oktober</title>
	<atom:link href="http://www.gouranga.me/2009/10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gouranga.me</link>
	<description>ein wenig von fast allem</description>
	<lastBuildDate>Fri, 24 Jun 2011 12:07:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Techporn zum Wochenende</title>
		<link>http://www.gouranga.me/2009/10/29/techporn-zum-wochenende/</link>
		<comments>http://www.gouranga.me/2009/10/29/techporn-zum-wochenende/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 11:00:12 +0000</pubDate>
		<dc:creator>Steffen</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[bigdog]]></category>
		<category><![CDATA[kunstherz]]></category>
		<category><![CDATA[militär]]></category>
		<category><![CDATA[technik]]></category>

		<guid isPermaLink="false">http://www.gouranga.me/?p=685</guid>
		<description><![CDATA[Ein militärischer Roboter namens &#8220;Big Dog&#8221; von Boston Dynamics: Ein voll funktionsfähiges, an Tieren bereits erprobtes Kunstherz:]]></description>
			<content:encoded><![CDATA[<ul>
<li>Ein militärischer Roboter namens &#8220;Big Dog&#8221; von Boston Dynamics:</li>
</ul>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/W1czBcnX1Ww&amp;hl=de&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/W1czBcnX1Ww&amp;hl=de&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<ul>
<li>Ein voll funktionsfähiges, an Tieren bereits erprobtes Kunstherz:</li>
</ul>
<p><a href="http://www.spiegel.de/video/video-1028936.html"><img class="alignnone size-full wp-image-686" title="kunstherz.png" src="http://www.gouranga.me/wp-content/uploads/2009/10/kunstherz.png" alt="kunstherz.png" width="420" height="316" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gouranga.me/2009/10/29/techporn-zum-wochenende/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Slew &#8211; It&#8217;s All Over</title>
		<link>http://www.gouranga.me/2009/10/10/the-slew-its-all-over/</link>
		<comments>http://www.gouranga.me/2009/10/10/the-slew-its-all-over/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 14:46:28 +0000</pubDate>
		<dc:creator>Steffen</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[theslew]]></category>

		<guid isPermaLink="false">http://www.gouranga.me/?p=681</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/E4N-CuPpsLY&#038;hl=de&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/E4N-CuPpsLY&#038;hl=de&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gouranga.me/2009/10/10/the-slew-its-all-over/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qt &#8211; Über Ordner und Resourcen iterieren</title>
		<link>http://www.gouranga.me/2009/10/02/qt-uber-ordner-und-resourcen-iterieren/</link>
		<comments>http://www.gouranga.me/2009/10/02/qt-uber-ordner-und-resourcen-iterieren/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 19:03:46 +0000</pubDate>
		<dc:creator>Steffen</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[cpp]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[qt]]></category>

		<guid isPermaLink="false">http://www.gouranga.me/?p=676</guid>
		<description><![CDATA[Wer in Qt schnell über eine Verzeichnisstruktur iterieren will, der nutzt dazu QDirIterator. Die Qt Dokumentation meint dazu: QDirIterator it("/etc", QDirIterator::Subdirectories); while (it.hasNext()) { qDebug() &#60;&#60; it.next(); // /etc/. // /etc/.. // /etc/X11 // /etc/X11/fs // ... } Nichts besonders, &#8230; <a href="http://www.gouranga.me/2009/10/02/qt-uber-ordner-und-resourcen-iterieren/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wer in Qt schnell über eine Verzeichnisstruktur iterieren will, der nutzt dazu QDirIterator.<br />
Die Qt Dokumentation meint dazu:</p>
<pre lang="cpp" escaped="true"> QDirIterator it("/etc", QDirIterator::Subdirectories);
 while (it.hasNext()) {
     qDebug() &lt;&lt; it.next();

     // /etc/.
     // /etc/..
     // /etc/X11
     // /etc/X11/fs
     // ...
 }</pre>
<p>Nichts besonders, sowas kann heutzutage jedes Framework &#8211; und Java von Haus aus.</p>
<p>Jetzt wirds awesome: QDirIterator greift nicht direkt auf das Dateisystem zu (Architekturbedingt macht das bei einem plattformunabhängigen Framework auch keinen Sinn), sondern über Ableitungen von QAbstractFileEngineIterator. Und so ermöglicht QDirIterator auch den Zugriff auf in die Applikation kompilierte Resourcen:</p>
<pre lang="cpp" escaped="true">QDirIterator it(":/subitems");
 while (it.hasNext()) {
     qDebug() &lt;&lt; it.next();

    // :/subitems/globe.png
    // :/subitems/pin.png
    // :/subitems/light_bulb.png
     // ...
 }</pre>
<p>Awesome!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gouranga.me/2009/10/02/qt-uber-ordner-und-resourcen-iterieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

