<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="0.92">
<channel>
	<title>http://www.alper.net/</title>
	<link>http://www.alper.net</link>
	<description>Eyup Alper Yoney</description>
	<lastBuildDate>Sun, 16 Mar 2008 14:25:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Tower of Hanoi</title>
		<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>
		<link>http://www.alper.net/programming/tower-of-hanoi/</link>
			</item>
	<item>
		<title>Caching in PHP (Flat-File Caches)</title>
		<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>
		<link>http://www.alper.net/programming/caching-in-php-flat-file-caches/</link>
			</item>
	<item>
		<title>Hello World!</title>
		<description><![CDATA[int main(void)
{
printf(&#8221;Hello World!&#8221;);
return 0;
}
]]></description>
		<link>http://www.alper.net/programming/hello-world/</link>
			</item>
</channel>
</rss>
