<?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/"
	>

<channel>
	<title>Goa-india &#187; dgplug - Sekho ebang Sekhao</title>
	<link>http://feeds.goa-india.org/</link>
	<description>Goa-india &#187; dgplug - Sekho ebang Sekhao</description>
	<generator>Gregarius 0.5.4</generator>
	<language>en</language>
	<item>
		<title>dgplug - Sekho ebang Sekhao: A program to show the file pointed to by a symlink</title>
		<link>http://dgplug.org/intro/?q=node/211</link>
		<pubDate>Thu,  1 Jul 2010 19:44:05 +0100</pubDate>
		<guid>http://dgplug.org/intro/?q=node/211</guid>
		<content:encoded><![CDATA[	<pre>
#include&lt;unistd.h&gt;
#include&lt;stdio.h&gt;
#include&lt;malloc.h&gt;

int tracelink(char *filename)
{
	char *buffer=malloc(1024);
	long a;
	
	a=readlink(filename,buffer,1023);
	if(a&lt;0)
	{
		printf("An error occuredn");
		return -1;
	}
	else
	{
		printf("%sn",buffer);
		return 0;
	}
}

int main(int argc,char **argv)
{
	if(argc==1)
	{
		printf("Specify the symlink as an argumentn");
	}
	else
	{
		tracelink(argv[1]);
	}
	return 0;
}
</pre> ]]></content:encoded>
</item>
<item>
		<title>dgplug - Sekho ebang Sekhao: A program to list a directories' contents along with their size</title>
		<link>http://dgplug.org/intro/?q=node/210</link>
		<pubDate>Thu,  1 Jul 2010 19:40:39 +0100</pubDate>
		<guid>http://dgplug.org/intro/?q=node/210</guid>
		<content:encoded><![CDATA[	<pre>
#include&lt;unistd.h&gt;
#include&lt;sys/types.h&gt;
#include&lt;sys/dir.h&gt;
#include&lt;sys/stat.h&gt;

#include&lt;string.h&gt;
#include&lt;malloc.h&gt;

int listdir(char *dname);
int main(int argc,char **argv)
{
	int i;
	char **dirs;
	
	if(argc==1)
	{
		listdir(".");
	}
	else
	{
		for(i=1;i&lt;argc;i++)
		{
			listdir(argv[i]);
		}
	}
	return 0;
}
</pre><p><a href="http://dgplug.org/intro/?q=node/210">read more</a></p> ]]></content:encoded>
</item>
<item>
		<title>dgplug - Sekho ebang Sekhao: A program to find total and free memory</title>
		<link>http://dgplug.org/intro/?q=node/209</link>
		<pubDate>Thu,  1 Jul 2010 19:30:28 +0100</pubDate>
		<guid>http://dgplug.org/intro/?q=node/209</guid>
		<content:encoded><![CDATA[	<pre>
#include&lt;stdio.h&gt;
#include&lt;malloc.h&gt;
int main()
{
	FILE *fp = fopen("/proc/meminfo","r");
	long mb;
	char *token=malloc(40);
	
	fscanf(fp,"%s",token);
	fscanf(fp,"%s",token);
	mb=atol(token,10)/1024;
	printf("Total memory = %ld MBn",mb);
	
	fscanf(fp,"%s %s",token,token);
	fscanf(fp,"%s",token);
	mb=atol(token,10)/1024;
	printf("Free memory = %ld MBn",mb);
	
	fclose(fp);
	
	return 0;
}
</pre> ]]></content:encoded>
</item>
<item>
		<title>dgplug - Sekho ebang Sekhao: Summer training 2010 started</title>
		<link>http://dgplug.org/intro/?q=node/208</link>
		<pubDate>Tue, 29 Jun 2010 23:07:42 +0100</pubDate>
		<guid>http://dgplug.org/intro/?q=node/208</guid>
		<content:encoded><![CDATA[	We started Summer training 2010 on #dgplug , you can get the details <a href="http://wiki.dgplug.org/index.php/SummerTraining">here</a>. ]]></content:encoded>
</item>
<item>
		<title>dgplug - Sekho ebang Sekhao: SEO Support 2010</title>
		<link>http://dgplug.org/intro/?q=node/207</link>
		<pubDate>Wed, 10 Mar 2010 13:04:14 +0000</pubDate>
		<guid>http://dgplug.org/intro/?q=node/207</guid>
		<content:encoded><![CDATA[	Hi all my friend !!! Please <a href="http://seo-analyzer.blogspot.com/p/seo-support.html">support</a> my blog in SEO Contest 2010<br />
<br />
<p>
<a href="http://seo-analyzer.blogspot.com/2010/01/nowgooglecom-adalah-multiple-search.html">nowGoogle.com
adalah Multiple Search Engine Popular</a>
</p>
<p>
<a href="http://seo-analyzer.blogspot.com/2010/03/webthesurfi-rugs-webdesign.html">Webthesurfi
Rugs Webdesign</a>
</p>
<p>
<a href="http://seo-analyzer.blogspot.com/2010/01/indonesia-java-international_15.html">Indonesia
Java International Destination</a>
</p><p><a href="http://dgplug.org/intro/?q=node/207">read more</a></p> ]]></content:encoded>
</item>
<item>
		<title>dgplug - Sekho ebang Sekhao: 2009 Top 8 Software of Multimedia</title>
		<link>http://dgplug.org/intro/?q=node/206</link>
		<pubDate>Mon,  8 Mar 2010 09:15:34 +0000</pubDate>
		<guid>http://dgplug.org/intro/?q=node/206</guid>
		<content:encoded><![CDATA[	We review about 200 multimedia tools and now the following 8 tools ranked the list of top 8 software of multimedia 2009.<br />
<br />
Part 1: (  http://www.mac-dvd-ripper-soft.com/ipod-transfer-avc.html  )AVCWare iPod to iPod/Computer/iTunes Transfer<br />
<br />
http://www.mac-dvd-ripper-soft.com/images/guides/top8/ipod-transfer.jpg<br />
<p><a href="http://dgplug.org/intro/?q=node/206">read more</a></p> ]]></content:encoded>
</item>
<item>
		<title>dgplug - Sekho ebang Sekhao: SEO Support</title>
		<link>http://dgplug.org/intro/?q=node/205</link>
		<pubDate>Fri,  5 Mar 2010 18:41:26 +0000</pubDate>
		<guid>http://dgplug.org/intro/?q=node/205</guid>
		<content:encoded><![CDATA[	Bagi para sobat blogger yang kiranya sudi mendukung saya dalam kontes 
SEO <a href="http://seo-analyzer.blogspot.com/2010/01/nowgooglecom-adalah-multiple-search.html">nowGoogle.com
adalah multiple search engine popular</a> dan <a href="http://seo-analyzer.blogspot.com/2010/01/indonesia-java-international_15.html">Indonesia
Java International Destination</a>, sobat bisa memasang salah satu link
<a href="http://seo-analyzer.blogspot.com/p/seo-support.html" title="SEO Support"> <b><i>SEO Support</i></b></a> di bawah ini ke web/blog sobat.<p><a href="http://dgplug.org/intro/?q=node/205">read more</a></p> ]]></content:encoded>
</item>
<item>
		<title>dgplug - Sekho ebang Sekhao: Indonesia Java International Destination</title>
		<link>http://dgplug.org/intro/?q=node/204</link>
		<pubDate>Fri,  5 Mar 2010 18:38:16 +0000</pubDate>
		<guid>http://dgplug.org/intro/?q=node/204</guid>
		<content:encoded><![CDATA[	<a href="http://seo-analyzer.blogspot.com/2010/01/indonesia-java-international_15.html">Indonesia
java international destination</a>. 2010 <b>Indonesia</b> ready visited 7 million foreign tourist. Director 
General of  Tourism Development Depbudpar Firmansyah Rahim said, 
tourism  <b>destination</b> in Indonesia is ready to receive visits 
seven million  foreign tourists (tourists) in 2010. &quot;Fleet  is ready, 
all the calculations are suitable including seating capacity  of land 
transport, sea, and air,&quot;   Firmansyah said in  Jakarta last week.<br />
<p><a href="http://dgplug.org/intro/?q=node/204">read more</a></p> ]]></content:encoded>
</item>
<item>
		<title>dgplug - Sekho ebang Sekhao: nowGoogle.com adalah Multiple Search Engine Popular</title>
		<link>http://dgplug.org/intro/?q=node/203</link>
		<pubDate>Fri,  5 Mar 2010 18:36:01 +0000</pubDate>
		<guid>http://dgplug.org/intro/?q=node/203</guid>
		<content:encoded><![CDATA[	<p>
<a href="http://seo-analyzer.blogspot.com/2010/01/nowgooglecom-adalah-multiple-search.html">nowGoogle.com
adalah Multiple Search Engine Popular</a> di  tahun 2010
ini. Mengapa dikatakan demikian? Hal itu dikarenakan  nowGoogle 
merupakan satu-satunya search engine yang mempunyai sebuah fitur 
multiple yang mampu melakukan pencarian di beberapa search engine 
terkenal lainnya secara bersamaan dalam satu tab web browser.
</p><p><a href="http://dgplug.org/intro/?q=node/203">read more</a></p> ]]></content:encoded>
</item>
<item>
		<title>dgplug - Sekho ebang Sekhao: Knowing the skills of men wearing jewelry</title>
		<link>http://dgplug.org/intro/?q=node/202</link>
		<pubDate>Tue,  2 Mar 2010 07:52:01 +0000</pubDate>
		<guid>http://dgplug.org/intro/?q=node/202</guid>
		<content:encoded><![CDATA[	<p>
The jewelry world isn't just for women; men
have started to wear jewelry except their wedding rings. Walking on the street,
many young men wear earrings, chains, necklaces, and even bracelets. However,
most of men may afraid to be laughed at wearing womanish jewelry or just wear
shinning silver jewelry. There’s a simple way to work in accessories without
dressing yourself up too much, men can follow these rules to avoid side-effect
when wearing jewelry.
</p>
<p>
 
</p><p><a href="http://dgplug.org/intro/?q=node/202">read more</a></p> ]]></content:encoded>
</item>


</channel>
</rss>
