<?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>KutuKupret &#187; c</title>
	<atom:link href="http://www.kutukupret.com/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kutukupret.com</link>
	<description>My Colourful Website ;)</description>
	<lastBuildDate>Tue, 10 Jan 2012 03:58:26 +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>Hello World</title>
		<link>http://www.kutukupret.com/2009/10/04/hello-world/</link>
		<comments>http://www.kutukupret.com/2009/10/04/hello-world/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 08:30:59 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[language]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[Hello World]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java script]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=320</guid>
		<description><![CDATA[A &#8220;hello world&#8221; program has become the traditional first program that many people learn. Here&#8217;s i&#8217;ll show you how to print &#8220;Hello World&#8221; in A web page. Using HTML Using C cgi Using PHP Using PERL Using Python Using  javascript Using Java servlet Using JSP Using ASP Using BASH And many more Language that i <a href='http://www.kutukupret.com/2009/10/04/hello-world/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2009/10/04/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gethostbyname() vs getaddrinfo()</title>
		<link>http://www.kutukupret.com/2009/09/28/gethostbyname-vs-getaddrinfo/</link>
		<comments>http://www.kutukupret.com/2009/09/28/gethostbyname-vs-getaddrinfo/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 10:35:47 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[getaddrinfo()]]></category>
		<category><![CDATA[gethostbyname()]]></category>
		<category><![CDATA[gethostbyname2()]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=281</guid>
		<description><![CDATA[In IPv4 environment(usually) we used to call function gethostbyname() to do DNS lookups.then the information is load into a struct hostent. So, the easiest way to get information from gethostbyname() call is by extracting hostent structure. example: The hostent structure returns the official host name, the address type, the address length, a number of addresses, <a href='http://www.kutukupret.com/2009/09/28/gethostbyname-vs-getaddrinfo/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2009/09/28/gethostbyname-vs-getaddrinfo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centos 5 and IPv6 (IPv6-in-IPv4 tunneling)</title>
		<link>http://www.kutukupret.com/2009/07/05/centos-5-and-ipv6-ipv6-in-ipv4-tunneling/</link>
		<comments>http://www.kutukupret.com/2009/07/05/centos-5-and-ipv6-ipv6-in-ipv4-tunneling/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 06:50:23 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[vlan]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[tunnel]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=79</guid>
		<description><![CDATA[Step 1: Register Account at Freenet6 Step 2: Download Gateway6 Client Step 3: Compile source rpm and install Step 4: Configure edit Step 5: Start freenet6 client Step 6: Check tunnel device with encapsulation IPv6-in-IPv4 Step 7: Test it done!]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2009/07/05/centos-5-and-ipv6-ipv6-in-ipv4-tunneling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SDL + Visual C++</title>
		<link>http://www.kutukupret.com/2009/05/01/sdl-visual-c/</link>
		<comments>http://www.kutukupret.com/2009/05/01/sdl-visual-c/#comments</comments>
		<pubDate>Fri, 01 May 2009 02:42:35 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[sdl]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=73</guid>
		<description><![CDATA[Kali ini ceritanya lagi pingin banget belajar coding yg berbau bau graphical. setelah bulak balik googling. dapet referensi dan contohnya. &#160; graphical2 API nya pakai library SDL yg bisa di download di www.libsdl.org bahasa pemograman yg di pakai c++, dengan memakai IDE visual sutdio 6.0. contoh coding dan souce code nya bisa di download di <a href='http://www.kutukupret.com/2009/05/01/sdl-visual-c/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2009/05/01/sdl-visual-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix Change Header From: outgoing mail using altermime</title>
		<link>http://www.kutukupret.com/2009/04/28/postfix-change-header-form-outgoing-mail-using-altermime/</link>
		<comments>http://www.kutukupret.com/2009/04/28/postfix-change-header-form-outgoing-mail-using-altermime/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 04:27:27 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[teknologi]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=71</guid>
		<description><![CDATA[Biasanya From: header akan di isi oleh nilai dari settingan client masing2 user. contoh: di thunderbird From: header akan di isi settingan dari Your Name:. untuk email2 official From header bisa di paksakan supaya menggunakan nama user yg ada di database postfix user. dengan bantuan altermime dan sedikit coding(c dan bash script). altermime dapat di <a href='http://www.kutukupret.com/2009/04/28/postfix-change-header-form-outgoing-mail-using-altermime/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2009/04/28/postfix-change-header-form-outgoing-mail-using-altermime/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Longest-living bug in Linux</title>
		<link>http://www.kutukupret.com/2008/06/27/longest-living-bug-in-linux/</link>
		<comments>http://www.kutukupret.com/2008/06/27/longest-living-bug-in-linux/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 09:48:31 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[minix]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=23</guid>
		<description><![CDATA[quoted from http://liw.iki.fi/liw/texts/longest-living-bug.html In the spring and summer of 1991, my friend Linus was playing around with this OS-like program, which later became Linux. He wanted a printf like service inside the kernel, but didn&#8217;t know how to implement it, though (he didn&#8217;t know C thoroughly back then). So I wrote him an sprintf clone, <a href='http://www.kutukupret.com/2008/06/27/longest-living-bug-in-linux/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2008/06/27/longest-living-bug-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Important programming truths</title>
		<link>http://www.kutukupret.com/2008/06/27/important-programming-truths/</link>
		<comments>http://www.kutukupret.com/2008/06/27/important-programming-truths/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 09:29:50 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[linux torvalds]]></category>
		<category><![CDATA[minix]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=18</guid>
		<description><![CDATA[quoted from http://liw.fi/programming-truths/ Originally written in 1995. This page contains a number of important programming truths that every budding programmer should know about. These truths are self-evident, and need no explanations. If it compiles, it works. If it compiles, it&#8217;s correct. If it runs, it doesn&#8217;t have any bugs. If it doesn&#8217;t have any immediately <a href='http://www.kutukupret.com/2008/06/27/important-programming-truths/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2008/06/27/important-programming-truths/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 memcached
Database Caching 7/39 queries in 0.030 seconds using memcached
Object Caching 1114/1195 objects using xcache

Served from: www.kutukupret.com @ 2012-02-06 06:05:57 -->
