<?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>Alessio Sclocco &#187; Compression</title>
	<atom:link href="http://alessio.sclocco.eu/tag/compression/feed/" rel="self" type="application/rss+xml" />
	<link>http://alessio.sclocco.eu</link>
	<description>who I am and what I&#039;m doing</description>
	<lastBuildDate>Sun, 11 Dec 2011 17:59:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>RLE Compression</title>
		<link>http://alessio.sclocco.eu/rle-compression/</link>
		<comments>http://alessio.sclocco.eu/rle-compression/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 15:46:03 +0000</pubDate>
		<dc:creator>Alessio Sclocco</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Compression]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://alessio.sclocco.eu/?p=29</guid>
		<description><![CDATA[I&#8217;ve made that code for an university exam called &#8220;Elaborazione delle immagini&#8221; (images elaboration), it&#8217;s a simple and dirty implementation of the Run Length Encoding (RLE) algorithm for compressing a file. It&#8217;s also my first experiment with CMake (such a great tool!). Download it. After unpacking it, you must type: cmake . Under the project [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made that code for an university exam called &#8220;Elaborazione delle immagini&#8221; (images elaboration), it&#8217;s a simple and dirty implementation of the <a title="RLE" href="http://en.wikipedia.org/wiki/Run-length_encoding">Run Length Encoding</a> (RLE) algorithm for compressing a file.<br />
It&#8217;s also my first experiment with <a title="CMake" href="http://www.cmake.org/">CMake</a> (such a great tool!).</p>
<p><a href="http://alessio.sclocco.eu/wp-content/uploads/2009/02/rle_compression-01tar.gz">Download it</a>.</p>
<p>After unpacking it, you must type:</p>
<pre>cmake .</pre>
<p>Under the project directory; after that you can simply type:</p>
<pre>make</pre>
<p>And the file rle_compression is ready to be executed!</p>
]]></content:encoded>
			<wfw:commentRss>http://alessio.sclocco.eu/rle-compression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

