<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>http://www.alper.net/</title>
	<link>http://www.alper.net</link>
	<description>Eyup Alper Yoney</description>
	<pubDate>Sun, 16 Mar 2008 14:25:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>Tower of Hanoi</title>
		<link>http://www.alper.net/programming/tower-of-hanoi/</link>
		<comments>http://www.alper.net/programming/tower-of-hanoi/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 14:24:31 +0000</pubDate>
		<dc:creator>Alper</dc:creator>
		
		<category><![CDATA[C/C++]]></category>

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

		<guid isPermaLink="false">http://www.alper.net/programming/tower-of-hanoi/</guid>
		<description><![CDATA[The tower of Hanoi is a mathematical game invented by French mathematician Edouard Lucas in 1883.  We are given a tower of eight disks, initially stacked in decreasing size on one of three pegs.

The objective is to transfer entire tower A to the peg B,  moving only one disk at a time and [...]]]></description>
		<wfw:commentRss>http://www.alper.net/programming/tower-of-hanoi/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Caching in PHP (Flat-File Caches)</title>
		<link>http://www.alper.net/programming/caching-in-php-flat-file-caches/</link>
		<comments>http://www.alper.net/programming/caching-in-php-flat-file-caches/#comments</comments>
		<pubDate>Tue, 21 Nov 2006 05:20:58 +0000</pubDate>
		<dc:creator>Alper</dc:creator>
		
		<category><![CDATA[PHP]]></category>

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

		<guid isPermaLink="false">http://www.alper.net/2006/11/21/caching-in-php-flat-file-caches/</guid>
		<description><![CDATA[Flat-File caches is useful in PHP applications. Applications simply include cached file or directly use it as a file.
The main problem is reading and writing simultaneously in flat-file caching. There are two ways to avoid the problem.
1) Using file locks (flock &#8212; Portable advisory file locking).
2) Using temporary files.
Here is an example of flat-file caching [...]]]></description>
		<wfw:commentRss>http://www.alper.net/programming/caching-in-php-flat-file-caches/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello World!</title>
		<link>http://www.alper.net/programming/hello-world/</link>
		<comments>http://www.alper.net/programming/hello-world/#comments</comments>
		<pubDate>Wed, 02 Aug 2006 12:00:00 +0000</pubDate>
		<dc:creator>Alper</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[int main(void)
{
printf(&#8221;Hello World!&#8221;);
return 0;
}
]]></description>
		<wfw:commentRss>http://www.alper.net/programming/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
