<?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/category/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>Postfix, Omar Kilani&#8217;s Memcache Patch Try-Out</title>
		<link>http://www.kutukupret.com/2011/08/09/postfix-omar-kilanis-memcache-patch-try-out/</link>
		<comments>http://www.kutukupret.com/2011/08/09/postfix-omar-kilanis-memcache-patch-try-out/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 03:34:27 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[pop3]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[libmemcache]]></category>
		<category><![CDATA[memcache]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1507</guid>
		<description><![CDATA[I was rewrote Omar Kilani&#8217;s memcache patch couple of weeks ago. But that was not tested due to lack of time and unavailability of servers that can be used. Now, i got chance to implement simple test. This is my configuration: main.cf memcache.cf Entry on memcache Query using postmap A little bit too verbose i <a href='http://www.kutukupret.com/2011/08/09/postfix-omar-kilanis-memcache-patch-try-out/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/08/09/postfix-omar-kilanis-memcache-patch-try-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix, old memcache lookup table patch</title>
		<link>http://www.kutukupret.com/2011/07/19/postfix-old-memcache-lookup-table-patch/</link>
		<comments>http://www.kutukupret.com/2011/07/19/postfix-old-memcache-lookup-table-patch/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 03:58:23 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[libmemcache]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[postfix lookup table]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1470</guid>
		<description><![CDATA[Yesterday, I was idly fiddling with the old patch postfix &#8220;memcached lookup table&#8221; created by Omar Kilani . unfortunately, patches can only be used for old postfix distributions (2.1.x &#8211; Released 2005-04-01, 2.2.x &#8211; Released 2005-04-01). I rewrote the patch (code was not modified) so it can be applied against last postfix-2.9-20110706 snapshot. This patches <a href='http://www.kutukupret.com/2011/07/19/postfix-old-memcache-lookup-table-patch/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/07/19/postfix-old-memcache-lookup-table-patch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx, Strip All Newlines Using nginx-nonewlines Module</title>
		<link>http://www.kutukupret.com/2011/06/06/nginx-strip-all-newlines-using-nginx-nonewlines-module/</link>
		<comments>http://www.kutukupret.com/2011/06/06/nginx-strip-all-newlines-using-nginx-nonewlines-module/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 07:57:59 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[nginx-nonewlines]]></category>
		<category><![CDATA[nonewline]]></category>
		<category><![CDATA[nonewlines]]></category>
		<category><![CDATA[no_newlines]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1286</guid>
		<description><![CDATA[Another Nginx module i&#8217;ve tested today, nginx-nonewlines , basically, this module same as Evan Miller&#8217;s nginx mod_strip module , Evan Miller&#8217;s mod_strip module removes unnecessary whitespace (spaces, tabs, and newlines) from HTML documents and automatically leaves comments as well as &#60;pre&#62;&#60;/pre&#62; tags untouched. while using using nginx-nonewlines we should define  &#60;!&#8211;SC_OFF&#8211;&#62; and  &#60;!&#8211;SC_ON&#8211;&#62; within the <a href='http://www.kutukupret.com/2011/06/06/nginx-strip-all-newlines-using-nginx-nonewlines-module/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/06/06/nginx-strip-all-newlines-using-nginx-nonewlines-module/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sort an integer array, What language do you use?</title>
		<link>http://www.kutukupret.com/2011/05/25/sort-an-integer-array-what-language-do-you-use/</link>
		<comments>http://www.kutukupret.com/2011/05/25/sort-an-integer-array-what-language-do-you-use/#comments</comments>
		<pubDate>Wed, 25 May 2011 06:03:22 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[scalar]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1137</guid>
		<description><![CDATA[During my experiment with array / hash variable, i&#8217;ve found this interesting website. The wiki explains how to sort the integers in the array by using a variety of languages. even some programming languages that I do not know at all. I&#8217;ll pick a few examples of sorting functions described in the wiki Sort an <a href='http://www.kutukupret.com/2011/05/25/sort-an-integer-array-what-language-do-you-use/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/05/25/sort-an-integer-array-what-language-do-you-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>postfix-2.9-20110130 multiline greeting patch</title>
		<link>http://www.kutukupret.com/2011/01/31/postfix-2-9-20110130-multiline-greeting-patch/</link>
		<comments>http://www.kutukupret.com/2011/01/31/postfix-2-9-20110130-multiline-greeting-patch/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 07:21:27 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[bsd]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[multiline greeting]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=993</guid>
		<description><![CDATA[Original Author: Simon J. Mudd postfix-2.9-20110130-multiline-greeting.patch]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/01/31/postfix-2-9-20110130-multiline-greeting-patch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>test the round robin DNS features of the resolver functions</title>
		<link>http://www.kutukupret.com/2010/08/24/test-the-round-robin-dns-features-of-the-resolver-functions/</link>
		<comments>http://www.kutukupret.com/2010/08/24/test-the-round-robin-dns-features-of-the-resolver-functions/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 06:58:03 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[getaddrinfo()]]></category>
		<category><![CDATA[gethostbyname()]]></category>
		<category><![CDATA[roundrobin]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=946</guid>
		<description><![CDATA[Date: 3 Nov 2005 Author: Daniel Stenberg License: freely available to do whatever you want with. roundrobin.c &#8211; test the round robin DNS features of the resolver functions Note: this test script is written to be compiled and run on Linux. It is not as portable as it could be, but that is just to <a href='http://www.kutukupret.com/2010/08/24/test-the-round-robin-dns-features-of-the-resolver-functions/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2010/08/24/test-the-round-robin-dns-features-of-the-resolver-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx, fastcgi, &#8216;Hello World&#8217; in C</title>
		<link>http://www.kutukupret.com/2010/08/20/nginx-fastcgi-hello-world-in-c/</link>
		<comments>http://www.kutukupret.com/2010/08/20/nginx-fastcgi-hello-world-in-c/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 02:27:29 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[Hello World]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[spawn-cgi]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=939</guid>
		<description><![CDATA[Here is a simple example of a hello world program for FastCGI written in C. Before you can compile this, you will need to install the FastCGI devkit. At the time of writing the latest version is available from www.fastcgi.com extract, compile and install fcgi-current.tar.gz the c code save as hello.c compile and linked against fcgi <a href='http://www.kutukupret.com/2010/08/20/nginx-fastcgi-hello-world-in-c/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2010/08/20/nginx-fastcgi-hello-world-in-c/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Counting Directory Size Recursively Using C Part 2</title>
		<link>http://www.kutukupret.com/2010/02/01/counting-directory-size-recursively-using-c-part-2/</link>
		<comments>http://www.kutukupret.com/2010/02/01/counting-directory-size-recursively-using-c-part-2/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 02:28:51 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[file size]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[ftw]]></category>
		<category><![CDATA[nftw]]></category>
		<category><![CDATA[stat]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=806</guid>
		<description><![CDATA[Even there&#8217;s an easier way calculating directory size ftw syscall/API example code size.c Compile using gcc Test: Using du command]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2010/02/01/counting-directory-size-recursively-using-c-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Counting Directory Size Recursively Using C</title>
		<link>http://www.kutukupret.com/2010/01/30/counting-directory-size-recursively-using-c/</link>
		<comments>http://www.kutukupret.com/2010/01/30/counting-directory-size-recursively-using-c/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 05:05:04 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[closedir()]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[dirent.h]]></category>
		<category><![CDATA[du]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[file size]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[opendir()]]></category>
		<category><![CDATA[readdir()]]></category>
		<category><![CDATA[sys/stat.h]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=804</guid>
		<description><![CDATA[I&#8217;ve just found this great articles at Jim Plank website. I know, it was lots easier using linux du command Without any further nonsense talk, here we go. First we need download some source code at Jim Plank website prsize8.c is the main program, while dllist.c/h jrb.c/h jval.c/h is library that prsize8 statically linked in. <a href='http://www.kutukupret.com/2010/01/30/counting-directory-size-recursively-using-c/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2010/01/30/counting-directory-size-recursively-using-c/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>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 7/52 queries in 0.075 seconds using memcached
Object Caching 1489/1618 objects using xcache

Served from: www.kutukupret.com @ 2012-02-06 07:24:08 -->
