<?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>Sebastian Mogilowskis Blog &#187; General</title>
	<atom:link href="http://www.mogilowski.net/lang/en-us/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mogilowski.net</link>
	<description>Just another blog about administration, linux and other stuff</description>
	<lastBuildDate>Tue, 17 Jan 2012 13:42:30 +0000</lastBuildDate>
	<language>en-us</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Convert PDF to Image</title>
		<link>http://www.mogilowski.net/lang/en-us/2011/10/09/convert-pdf-to-image</link>
		<comments>http://www.mogilowski.net/lang/en-us/2011/10/09/convert-pdf-to-image#comments</comments>
		<pubDate>Sun, 09 Oct 2011 07:45:59 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=1046</guid>
		<description><![CDATA[Using &#8220;convert&#8221; from &#8220;imagemagick&#8221; to convert a PDF to Image. Example: convert -geometry 1024x768 -density 200 -colorspace RGB input.pdf output.jpg Or use a other geometry, quality and no color: convert -geometry 2048x1536 -density 400 -colorspace gray input.pdf output.jpg Links: * http://www.imagemagick.org/script/convert.php]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">Using &#8220;convert&#8221; from &#8220;imagemagick&#8221; to convert a PDF to Image.</span></p>
<p><span lang="en-us">Example:</span></p>
<pre>convert -geometry 1024x768 -density 200 -colorspace RGB input.pdf output.jpg</pre>
<p><span lang="en-us">Or use a other geometry, quality and no color:</span></p>
<pre>convert -geometry 2048x1536 -density 400 -colorspace gray input.pdf output.jpg</pre>
<h4>Links:</h4>
<p>* <a href="http://www.imagemagick.org/script/convert.php" target="_blank">http://www.imagemagick.org/script/convert.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2011/10/09/convert-pdf-to-image/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extract images from .vob (photo cd) with Ubuntu or Debian</title>
		<link>http://www.mogilowski.net/lang/en-us/2010/09/20/extract-images-from-vob-photo-cd-with-ubuntu-or-debian</link>
		<comments>http://www.mogilowski.net/lang/en-us/2010/09/20/extract-images-from-vob-photo-cd-with-ubuntu-or-debian#comments</comments>
		<pubDate>Mon, 20 Sep 2010 06:30:33 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[transcode]]></category>
		<category><![CDATA[vob]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=663</guid>
		<description><![CDATA[If you want to extract some images from a photo cd or dvd you can use transcode. Installation aptitude install transcode Extract the images transcode -x mpeg2 -i VTS_01_1.VOB -y im -F jpg -w 100 The parameters: -F: picture format (jpg, gif, png) -w: quality for jpeg and compression-level Links * http://dvd-slideshow.sourceforge.net/wiki/FAQ_Extract_Images_From_Vob]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">If you want to extract some images from a photo cd or dvd you can use transcode.</span></p>
<h3>Installation</h3>
<pre>aptitude install transcode
</pre>
<h3><span lang="en-us">Extract the images</span></h3>

<pre>transcode -x mpeg2 -i VTS_01_1.VOB -y im -F jpg -w 100
</pre>
<p><span lang="en-us">The parameters:</span></p>
<pre>-F: picture format (jpg, gif, png)
-w: quality for jpeg and compression-level
</pre>
<h3>Links</h3>
<p>* <a href="http://dvd-slideshow.sourceforge.net/wiki/FAQ_Extract_Images_From_Vob" target="_blank">http://dvd-slideshow.sourceforge.net/wiki/FAQ_Extract_Images_From_Vob</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2010/09/20/extract-images-from-vob-photo-cd-with-ubuntu-or-debian/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Captchas for wordpress</title>
		<link>http://www.mogilowski.net/lang/en-us/2009/09/17/captchas-for-wordpress</link>
		<comments>http://www.mogilowski.net/lang/en-us/2009/09/17/captchas-for-wordpress#comments</comments>
		<pubDate>Thu, 17 Sep 2009 06:30:05 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[captchas]]></category>
		<category><![CDATA[russian]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=577</guid>
		<description><![CDATA[During the last days i get a lot of russian spam comments. I decided to add captchas to the comment form on this blog. This works with the very simple SI CAPTCHA for WordPress plugin. I hobe this solve the problem. Update: It works.]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">During the last days i get a lot of russian spam comments. I decided to add captchas to the comment form on this blog.</span></p>
<p><span lang="en-us">This works with the very simple <a title="si-captcha-for-wordpress" href="http://wordpress.org/extend/plugins/si-captcha-for-wordpress/" target="_blank">SI CAPTCHA for WordPress</a> plugin.</span></p>
<p><span lang="en-us">I hobe this solve the problem.</span></p>
<p><strong>Update:</strong><br />
<span lang="en-us">It works.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2009/09/17/captchas-for-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>web-based RSS reader</title>
		<link>http://www.mogilowski.net/lang/en-us/2009/07/28/web-based-rss-reader</link>
		<comments>http://www.mogilowski.net/lang/en-us/2009/07/28/web-based-rss-reader#comments</comments>
		<pubDate>Tue, 28 Jul 2009 08:39:09 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=511</guid>
		<description><![CDATA[Tiny Tiny RSS ist ein web-based RSS Reader für den eigenen Webspace. Sehr zu empfehlen, besonders wenn man seine Lesegewohnheiten nicht mit Google oder anderen Anbietern teilen möchte &#8230; Einfach das Paket von der Webseite herrunterladen, die config.php-dist bearbeiten und als config.php abspeichern. Wichtig sind hier vor allem die Datenbankeinstellungen sowie die Temp. Verzeichnisse, die [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tt-rss.org" target="_blank">Tiny Tiny RSS</a> ist ein web-based RSS Reader für den eigenen Webspace. Sehr zu empfehlen, besonders wenn man seine Lesegewohnheiten nicht mit Google oder anderen Anbietern teilen möchte &#8230;</p>
<p><a href="http://tt-rss.org" target="_blank"><img src="http://cdn.mogilowski.net/wp-content/uploads/site_shot_3.png" alt=" site_shot_3" title=" site_shot_3" width="670" height="307" class="aligncenter size-full wp-image-512" /></a></p>
<p>Einfach das Paket von der <a href="http://tt-rss.org" target="_blank">Webseite</a> herrunterladen, die config.php-dist bearbeiten und als config.php abspeichern.<br />
Wichtig sind hier vor allem die Datenbankeinstellungen sowie die Temp. Verzeichnisse, die man für einen einfachen Webaccount bei einem Hoster ggf. auf seine eigenen Pfade anpassen muss.</p>
<p>Zum Schluss noch das entsprechende Datenbankschema aus &#8220;schema&#8221;-Verzeichnis einspielen.</p>
<p>Außerdem sollte man nicht vergessen meinen Feed zu abonieren <img src='http://cdn.mogilowski.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2009/07/28/web-based-rss-reader/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hardware</title>
		<link>http://www.mogilowski.net/lang/en-us/2009/07/19/hardware</link>
		<comments>http://www.mogilowski.net/lang/en-us/2009/07/19/hardware#comments</comments>
		<pubDate>Sun, 19 Jul 2009 15:57:16 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=502</guid>
		<description><![CDATA[Nice overview of different CPUs, RAM and other sockets. I hope it preserves me to order the wrong RAM modules next time. Full size available at deviantart.]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">Nice overview of different CPUs, RAM and other sockets. I hope it preserves me to order the wrong RAM modules next time.</span></p>
<p style="text-align: center;"><a href="http://sonic840.deviantart.com/art/Computer-hardware-poster-1-7-111402099" target="_blank"><img class="aligncenter size-full wp-image-503" title="Hardware" src="http://cdn.mogilowski.net/wp-content/uploads/ports.jpeg" alt="Hardware" width="300" height="425" /></a></p>
<p><span lang="en-us">Full size available at <a href="http://sonic840.deviantart.com/art/Computer-hardware-poster-1-7-111402099" target="_blank">deviantart</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2009/07/19/hardware/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What do Programmers Feel About their Software?</title>
		<link>http://www.mogilowski.net/lang/en-us/2009/06/28/what-do-programmers-feel-about-their-software</link>
		<comments>http://www.mogilowski.net/lang/en-us/2009/06/28/what-do-programmers-feel-about-their-software#comments</comments>
		<pubDate>Sun, 28 Jun 2009 19:33:06 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[visualisation]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=417</guid>
		<description><![CDATA[A few month ago i blogged about visualizing of source code. Now you can see the visualisation of software comments on www.natpryc.com. You see a graphical repesentation of comments used for private communication between team members. Tomcat for example: You will find ther software projects and images on the website. The software which was used [...]]]></description>
			<content:encoded><![CDATA[<p><br />
<span lang="en-us">A few month ago i blogged about <a href="http://www.mogilowski.net/?p=337" target="_blank">visualizing of source code</a>.</span></p>
<p><br />
<span lang="en-us">Now you can see the visualisation of software comments on <a href="http://www.natpryce.com">www.natpryc.com</a>. You see a <a href="http://www.natpryce.com/articles/000748.html" target="_blank">graphical repesentation of comments </a>used for private communication between team members.</span></p>
<p><br />
<span lang="en-us">Tomcat for example:</span></p>

<div class="ngg-galleryoverview" id="ngg-gallery-20-417">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.mogilowski.net/lang/en-us/2009/06/28/what-do-programmers-feel-about-their-software?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-150" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://cdn.mogilowski.net/wp-content/gallery/visualisation-of-software-comments/tomcat-4-1-37.png" title="Tomcat 4" class="shutterset_set_20" >
								<img title="Tomcat 4" alt="Tomcat 4" src="http://cdn.mogilowski.net/wp-content/gallery/visualisation-of-software-comments/thumbs/thumbs_tomcat-4-1-37.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-151" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://cdn.mogilowski.net/wp-content/gallery/visualisation-of-software-comments/tomcat-6-0-18.png" title="Tomcat 6" class="shutterset_set_20" >
								<img title="Tomcat 6" alt="Tomcat 6" src="http://cdn.mogilowski.net/wp-content/gallery/visualisation-of-software-comments/thumbs/thumbs_tomcat-6-0-18.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	
 	
</div>


<p><br />
<span lang="en-us">You will find ther software projects and images on the website.</span></p>
<p><br />
<span lang="en-us">The software which was used to create this graphics is available as a Bazaar repository <a href="http://www.natpryce.com/bzr/project-painter" target="_blank">http://www.natpryce.com/bzr/project-painter</a>. So you can compare it with your own graphs.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2009/06/28/what-do-programmers-feel-about-their-software/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install OpenOffice 3.1 on Ubuntu 9.04 Jaunty Jackalope</title>
		<link>http://www.mogilowski.net/lang/en-us/2009/05/08/how-to-install-openoffice-31-on-ubuntu-904-jaunty-jackalope</link>
		<comments>http://www.mogilowski.net/lang/en-us/2009/05/08/how-to-install-openoffice-31-on-ubuntu-904-jaunty-jackalope#comments</comments>
		<pubDate>Fri, 08 May 2009 07:34:41 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[3.1]]></category>
		<category><![CDATA[9.04]]></category>
		<category><![CDATA[jaunty jackalope]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=369</guid>
		<description><![CDATA[I have blogged the installation of OpenOffice 3.0 on Ubuntu 8.10 a few months ago. OpenOffice 3.1 or a newer version are not in the Ubuntu 9.04 repository. You will get it with Ubuntu 9.10. You can install Version 3.1 in the same way you installed 3.0 on Ubuntu 8.10. Add the following source to [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">I have <a title="OpenOffice 3.0 Ubtunt 8.10" href="http://www.mogilowski.net/?p=86" target="_blank">blogged</a> the installation of OpenOffice 3.0 on Ubuntu 8.10 a few months ago.</span></p>
<p><span lang="en-us">OpenOffice 3.1 or a newer version are not in the Ubuntu 9.04 repository. You will get it with Ubuntu 9.10.</span></p>
<p><span lang="en-us">You can install Version 3.1 in the same way you installed 3.0 on Ubuntu 8.10.</span></p>
<p><span lang="en-us">Add the following source to your software sources as Third-Party-Software sources:<br />
<span style="font-style: italic;">System &#62; Administration &#62; Software Sources</span>, <span style="font-style: italic;">Third Party Software</span> tab, click &#8220;<span style="font-style: italic;">Add</span>&#8220;</span></p>
<pre><span style="font-size: x-small;">deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu jaunty main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu jaunty main</span></pre>
<p><span lang="en-us">Note: Or you add it to &#8220;/etc/apt/sources.list&#8221; by hand.</span></p>
<p><br />
<span lang="en-us">Now you have to add the key for the new software repository:</span></p>
<pre>sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 60D11217247D1CFF</pre>
<p><span lang="en-us">On the <a title="Launchpad" href="https://help.launchpad.net/Packaging/PPA#Adding%20a%20PPA%20to%20your%20Ubuntu%20repositories" target="_blank">launchpad page</a> you can get a detailed description about keys and how to add them to your system.</span></p>
<p><br />
<span lang="en-us">Now you can upgrade to OpenOffice 3.1:</span></p>
<pre>
aptitude update
aptitude upgrade
</pre>
<p><span lang="en-us">Note: You will get the new OpenOffice version over the default update manager, too.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2009/05/08/how-to-install-openoffice-31-on-ubuntu-904-jaunty-jackalope/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gratis Domain-Weltkarte von united-domains &#8211; Teil 2</title>
		<link>http://www.mogilowski.net/lang/en-us/2009/03/25/gratis-domain-weltkarte-von-united-domains-teil-2</link>
		<comments>http://www.mogilowski.net/lang/en-us/2009/03/25/gratis-domain-weltkarte-von-united-domains-teil-2#comments</comments>
		<pubDate>Wed, 25 Mar 2009 09:15:09 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Domain Weltkarte]]></category>
		<category><![CDATA[united-domains]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=352</guid>
		<description><![CDATA[Letzte Woche Mittwoch den 18.03.2009 habe ich bereits über die Domain-Weltkarte von united-domains geschrieben. Am Samstag (21.03.2009) ist sie bei mit eingetroffen und habe das Teil gleich mal dazu genutzt die leere Wand über meinen Schreibtisch zu füllen.]]></description>
			<content:encoded><![CDATA[<p>Letzte Woche Mittwoch den 18.03.2009 habe ich bereits über die <a href="http://www.mogilowski.net/?p=331">Domain-Weltkarte von united-domains geschrieben</a>.</p>
<p>Am Samstag (21.03.2009) ist sie bei mit eingetroffen und habe das Teil gleich mal dazu genutzt die leere Wand über meinen Schreibtisch zu füllen.</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-781" title="domainweltkarte-799x600" src="http://cdn.mogilowski.net/wp-content/uploads/domainweltkarte-799x600-300x225.jpg" alt="" width="300" height="225" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2009/03/25/gratis-domain-weltkarte-von-united-domains-teil-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is the internet !</title>
		<link>http://www.mogilowski.net/lang/en-us/2009/03/18/this-is-the-internet</link>
		<comments>http://www.mogilowski.net/lang/en-us/2009/03/18/this-is-the-internet#comments</comments>
		<pubDate>Wed, 18 Mar 2009 09:43:19 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[IT crowd]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=343</guid>
		<description><![CDATA[The create IT Crowd epsiode: Update: Video link fixed ! inspirated Flickr-User iamthechad to build his own internet. You can also buy the IT Crowd Season 1-3 in the internet Box: http://www.amazon.de/gp/product/B001L1RA4G But protect it with your life and DON&#8217;T DROP IT !!!]]></description>
			<content:encoded><![CDATA[<p><br />
<span lang="en-us">The create IT Crowd epsiode:</span></p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/iDbyYGrswtg?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/iDbyYGrswtg?fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<p><br />
<span lang="en-us"><strong>Update:</strong> Video link fixed !</span></p>
<p><br />
<span lang="en-us">inspirated Flickr-User <a href="http://www.flickr.com/photos/iamthechad/3226182931/in/pool-make" target="_blank">iamthechad</a> to build his own internet.</span></p>
<p><br />
<span lang="en-us">You can also buy the IT Crowd Season 1-3 in the internet Box:</span></p>
<p><a title="Amazon" href="http://www.amazon.de/gp/product/B001L1RA4G" target="_blank">http://www.amazon.de/gp/product/B001L1RA4G</a></p>
<p><br />
<span lang="en-us">But protect it with your life and DON&#8217;T DROP IT !!! </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2009/03/18/this-is-the-internet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualizing sourcecode</title>
		<link>http://www.mogilowski.net/lang/en-us/2009/03/18/visualizing-sourcecode</link>
		<comments>http://www.mogilowski.net/lang/en-us/2009/03/18/visualizing-sourcecode#comments</comments>
		<pubDate>Wed, 18 Mar 2009 09:20:13 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[sourcecode]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=337</guid>
		<description><![CDATA[Ben Fry (Author of &#8220;Visualizing Data&#8221; http://www.oreilly.de/catalog/9780596514556/index.html) published some images of programms which look very impressive. Pac-Man for example: On his website http://benfry.com/distellamap you find more pictures.]]></description>
			<content:encoded><![CDATA[<p><br />
<span lang="en-us">Ben Fry (Author of &#8220;Visualizing Data&#8221; <a title="http://www.oreilly.de/catalog/9780596514556/index.html" href="http://www.oreilly.de/catalog/9780596514556/index.html" target="_blank">http://www.oreilly.de/catalog/9780596514556/index.html</a>) published some images of programms which look very impressive.</span></p>
<p><br />
<span lang="en-us">Pac-Man for example:</span></p>
<div id="attachment_338" class="wp-caption aligncenter" style="width: 160px"><a href="http://benfry.com/distellamap/150dpi/pacman-illus-150dpi.png"><img class="size-full wp-image-338" title="pacman-acrobat-150px" src="http://cdn.mogilowski.net/wp-content/uploads/pacman-acrobat-150px.png" alt="http://benfry.com/distellamap" width="150" height="219" /></a><p class="wp-caption-text">Pac-Man (http://benfry.com/distellamap)</p></div>
<p><br />
<span lang="en-us">On his website <a title="http://benfry.com/distellamap" href="http://benfry.com/distellamap" target="_blank">http://benfry.com/distellamap</a> you find more pictures.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2009/03/18/visualizing-sourcecode/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 111/195 queries in 0.128 seconds using apc
Object Caching 1244/1244 objects using apc
Content Delivery Network via cdn.mogilowski.net

Served from: www.mogilowski.net @ 2012-02-05 02:25:37 -->
