<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A Common Man in  India</title>
	<atom:link href="http://valluryphani.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://valluryphani.wordpress.com</link>
	<description>A common man in an uncommon world.....</description>
	<lastBuildDate>Thu, 10 Dec 2009 09:11:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='valluryphani.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b171c3f45ccadcf33be743718a37d957?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>A Common Man in  India</title>
		<link>http://valluryphani.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://valluryphani.wordpress.com/osd.xml" title="A Common Man in  India" />
		<item>
		<title>Separating Implementation from Interface</title>
		<link>http://valluryphani.wordpress.com/2009/12/10/separating-implementation-from-interface/</link>
		<comments>http://valluryphani.wordpress.com/2009/12/10/separating-implementation-from-interface/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 09:11:10 +0000</pubDate>
		<dc:creator>valluryphani</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://valluryphani.wordpress.com/?p=128</guid>
		<description><![CDATA[I have started with learning adventures of C++, In addition to that I came with learning a new concept of separating interface and implementation. Though an old topic, but thought of posting it doing at Unix.
Normally we  code in a single file for everything, for example consider GradeBook example, we do declare a class, its [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=128&subd=valluryphani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have started with learning adventures of C++, In addition to that I came with learning a new concept of separating interface and implementation. Though an old topic, but thought of posting it doing at Unix.</p>
<p>Normally we  code in a single file for everything, for example consider GradeBook example, we do declare a class, its methods and main() in a single file.</p>
<p>If we take a deeper look into these; Class file is the interface and main() method gives the implementation. So dividing this class and main into two separate files is the concept behind this, thus easing the programmer!</p>
<p>So by doing this we will have 4 files for the GradeBook example;</p>
<p>&#8220;GradeBook.h&#8221; &#8211;&gt; which defines the class and its methods involved</p>
<p>&#8220;GradeBook.cpp&#8221; &#8211;&gt; implementation of the methods;</p>
<p>&#8220;main_prog.cpp&#8221; &#8211;&gt; interface for the programmer.</p>
<p>So in linux, you can now compile the program as</p>
<p><em>g++ main_prog.cpp GradeBook.cpp</em></p>
<p>Thats it, from now change the style of Code.. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/valluryphani.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/valluryphani.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/valluryphani.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/valluryphani.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/valluryphani.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/valluryphani.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/valluryphani.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/valluryphani.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/valluryphani.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/valluryphani.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=128&subd=valluryphani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://valluryphani.wordpress.com/2009/12/10/separating-implementation-from-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a9eb061eedb72cb55150bf685746f2f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">valluryphani</media:title>
		</media:content>
	</item>
		<item>
		<title>From my Pages</title>
		<link>http://valluryphani.wordpress.com/2009/12/01/from-my-pages-4/</link>
		<comments>http://valluryphani.wordpress.com/2009/12/01/from-my-pages-4/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 11:49:41 +0000</pubDate>
		<dc:creator>valluryphani</dc:creator>
				<category><![CDATA[My Pages]]></category>

		<guid isPermaLink="false">http://valluryphani.wordpress.com/2009/12/01/from-my-pages-4/</guid>
		<description><![CDATA[It has been a long time since I made a blog here. Experiencing Learning at ahmedabad for 40 days and back to my civilization, It has been very good with lot of beautiful memories stored inside the box. Initially my training went with a low pace. The irony in training was they were not sure [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=125&subd=valluryphani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It has been a long time since I made a blog here. Experiencing Learning at ahmedabad for 40 days and back to my civilization, It has been very good with lot of beautiful memories stored inside the box. Initially my training went with a low pace. The irony in training was they were not sure about what they are expecting from me ! Is that they want to test my programming skills ? or my testing skills? The answer is what I could not get even ! Hope my previous batches would atleast have a clarity in what they are doing. Apart from technical sessions, life skills sessions were the best part for many, improving a lot of confidence and self esteem. Facilitators were excellent to say in doing this job <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Hope I am not reviewing training there, rather just throwing my experience to my blog!!<br />
Anyhow, everything in history is sweet <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Lets hope for the best being with the technologies of james gosling further in training <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Learn Linux, Share Linux <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/valluryphani.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/valluryphani.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/valluryphani.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/valluryphani.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/valluryphani.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/valluryphani.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/valluryphani.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/valluryphani.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/valluryphani.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/valluryphani.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=125&subd=valluryphani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://valluryphani.wordpress.com/2009/12/01/from-my-pages-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a9eb061eedb72cb55150bf685746f2f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">valluryphani</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting priority to tasks in Ubuntu / Linux</title>
		<link>http://valluryphani.wordpress.com/2009/07/24/setting-priority-to-tasks-in-ubuntu-linux/</link>
		<comments>http://valluryphani.wordpress.com/2009/07/24/setting-priority-to-tasks-in-ubuntu-linux/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 06:13:30 +0000</pubDate>
		<dc:creator>valluryphani</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://valluryphani.wordpress.com/?p=123</guid>
		<description><![CDATA[Giving priorities to a task in Ubuntu/Linux
Using &#8220;nice&#8221; command.
-10 is highest priority
+9 is the lowest priority
0  is the normal priory at which all your tasks will be running; system level tasks run at high priority such as -5
Eg:
nice -n -4 ffmpeg_audio -ss $start_time -t $duration -i $infile -vn -acodec libfaac -ar $SAMPLINGRATE -ab $ABITRATE -ac [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=123&subd=valluryphani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Giving priorities to a task in Ubuntu/Linux</p>
<p>Using &#8220;nice&#8221; command.<br />
-10 is highest priority<br />
+9 is the lowest priority<br />
0  is the normal priory at which all your tasks will be running; system level tasks run at high priority such as -5<br />
Eg:<br />
nice -n -4 ffmpeg_audio -ss $start_time -t $duration -i $infile -vn -acodec libfaac -ar $SAMPLINGRATE -ab $ABITRATE -ac $CHANNELS -f adts -y -&gt;audiofifo${core}  &amp;<br />
Learn Linux, Share Linux <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/valluryphani.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/valluryphani.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/valluryphani.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/valluryphani.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/valluryphani.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/valluryphani.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/valluryphani.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/valluryphani.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/valluryphani.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/valluryphani.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=123&subd=valluryphani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://valluryphani.wordpress.com/2009/07/24/setting-priority-to-tasks-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a9eb061eedb72cb55150bf685746f2f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">valluryphani</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;&#124;&#8221; unrecognised error with QProcess in Qt &#8211; Solved</title>
		<link>http://valluryphani.wordpress.com/2009/07/08/unrecognised-error-with-qprocess-in-qt-solved/</link>
		<comments>http://valluryphani.wordpress.com/2009/07/08/unrecognised-error-with-qprocess-in-qt-solved/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 08:50:35 +0000</pubDate>
		<dc:creator>valluryphani</dc:creator>
				<category><![CDATA[Qt Programming.]]></category>

		<guid isPermaLink="false">http://valluryphani.wordpress.com/?p=119</guid>
		<description><![CDATA[In Qt, QProcess does not recognise the &#8220;&#124;&#8221; ( pipe ) symbol when the
process is started. We can solve this by doing like this in linux.
In windows, i am sorry i do not have an answer.
Before starting the QProcess ( say for example proc ) ;
proc-&#62;start(&#8220;your process name here&#8221;), open a file and send the
whole [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=119&subd=valluryphani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In Qt, QProcess does not recognise the &#8220;|&#8221; ( pipe ) symbol when the<br />
process is started. We can solve this by doing like this in linux.<br />
In windows, i am sorry i do not have an answer.<br />
Before starting the QProcess ( say for example proc ) ;<br />
proc-&gt;start(&#8220;your process name here&#8221;), open a file and send the<br />
whole command string to that file ( for example open a file called cmd.sh<br />
and send the command string to cmd.sh) and then start your process as<br />
<strong>proc-&gt;start(&#8220;bash cmd.sh&#8221;)</strong>. This will not produce an error &#8220;|&#8221; unrecognised<br />
and complete the process because it is a shell script.</p>
<p><em>*( Normally we use system when | does not work with QProcess, but the problem<br />
here is using system, we can not connect a slot for ProgressBar or Progress-<br />
Bar dialog. So by doing running the process as a script now we can connect<br />
the slot of progress bar. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ).<br />
</em><br />
** <em>If any better solutions than the above, please mail to ramvvs@gmail.com.</em></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/valluryphani.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/valluryphani.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/valluryphani.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/valluryphani.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/valluryphani.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/valluryphani.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/valluryphani.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/valluryphani.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/valluryphani.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/valluryphani.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=119&subd=valluryphani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://valluryphani.wordpress.com/2009/07/08/unrecognised-error-with-qprocess-in-qt-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a9eb061eedb72cb55150bf685746f2f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">valluryphani</media:title>
		</media:content>
	</item>
		<item>
		<title>Vim &#8211; auto-completion feature</title>
		<link>http://valluryphani.wordpress.com/2009/07/07/vim-auto-completion-feature/</link>
		<comments>http://valluryphani.wordpress.com/2009/07/07/vim-auto-completion-feature/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 06:38:05 +0000</pubDate>
		<dc:creator>valluryphani</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://valluryphani.wordpress.com/?p=117</guid>
		<description><![CDATA[For all the C programmers using vim &#8211; editor,
On highlight syntax using the command &#8221; :syntax on &#8220;.
and also auto-completion can be found using &#8220;ctags&#8221;. ubuntu users can install it using the command &#8221; sudo apt-get install ctags&#8221;.
and while programming, type &#8220;Ctrl+N&#8221; to on the auto-completion where ever it is necessary.  
Happy Programming.
Learn Linux, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=117&subd=valluryphani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For all the C programmers using vim &#8211; editor,<br />
On highlight syntax using the command &#8221; :syntax on &#8220;.</p>
<p>and also auto-completion can be found using &#8220;ctags&#8221;. ubuntu users can install it using the command &#8221; sudo apt-get install ctags&#8221;.</p>
<p>and while programming, type &#8220;Ctrl+N&#8221; to on the auto-completion where ever it is necessary. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Happy Programming.<br />
Learn Linux, Share Linux <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/valluryphani.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/valluryphani.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/valluryphani.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/valluryphani.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/valluryphani.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/valluryphani.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/valluryphani.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/valluryphani.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/valluryphani.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/valluryphani.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=117&subd=valluryphani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://valluryphani.wordpress.com/2009/07/07/vim-auto-completion-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a9eb061eedb72cb55150bf685746f2f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">valluryphani</media:title>
		</media:content>
	</item>
		<item>
		<title>Everything about &#8220;Makefile&#8221;</title>
		<link>http://valluryphani.wordpress.com/2009/06/16/everything-about-makefile/</link>
		<comments>http://valluryphani.wordpress.com/2009/06/16/everything-about-makefile/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 05:55:54 +0000</pubDate>
		<dc:creator>valluryphani</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://valluryphani.wordpress.com/?p=115</guid>
		<description><![CDATA[A good article on makefile HowTo&#8217;s
http://www.d.umn.edu/~gshute/make/home.html
Learn Linux, Share Linux  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=115&subd=valluryphani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A good article on makefile HowTo&#8217;s</p>
<p><a href="http://www.d.umn.edu/~gshute/make/home.html">http://www.d.umn.edu/~gshute/make/home.html</a></p>
<p>Learn Linux, Share Linux <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/valluryphani.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/valluryphani.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/valluryphani.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/valluryphani.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/valluryphani.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/valluryphani.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/valluryphani.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/valluryphani.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/valluryphani.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/valluryphani.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=115&subd=valluryphani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://valluryphani.wordpress.com/2009/06/16/everything-about-makefile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a9eb061eedb72cb55150bf685746f2f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">valluryphani</media:title>
		</media:content>
	</item>
		<item>
		<title>For Kubuntu Fans&#8230;</title>
		<link>http://valluryphani.wordpress.com/2009/05/18/for-kubuntu-fans/</link>
		<comments>http://valluryphani.wordpress.com/2009/05/18/for-kubuntu-fans/#comments</comments>
		<pubDate>Mon, 18 May 2009 09:40:39 +0000</pubDate>
		<dc:creator>valluryphani</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[kubuntu-9.04]]></category>

		<guid isPermaLink="false">http://valluryphani.wordpress.com/2009/05/18/for-kubuntu-fans/</guid>
		<description><![CDATA[K-Jaunty 9.04 is out in the wild now&#8230; 
www.kubuntu.org
Learn Linux, Share Linux  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=113&subd=valluryphani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>K-Jaunty 9.04 is out in the wild now&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
www.kubuntu.org</p>
<p>Learn Linux, Share Linux <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/valluryphani.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/valluryphani.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/valluryphani.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/valluryphani.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/valluryphani.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/valluryphani.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/valluryphani.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/valluryphani.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/valluryphani.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/valluryphani.wordpress.com/113/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=113&subd=valluryphani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://valluryphani.wordpress.com/2009/05/18/for-kubuntu-fans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a9eb061eedb72cb55150bf685746f2f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">valluryphani</media:title>
		</media:content>
	</item>
		<item>
		<title>Alphabets from Google Earth</title>
		<link>http://valluryphani.wordpress.com/2009/04/30/alphabets-from-google-earth/</link>
		<comments>http://valluryphani.wordpress.com/2009/04/30/alphabets-from-google-earth/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 17:17:37 +0000</pubDate>
		<dc:creator>valluryphani</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://valluryphani.wordpress.com/2009/04/30/alphabets-from-google-earth/</guid>
		<description><![CDATA[Simply Superb !!
http://rhettdashwood.com.au/#16575
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=112&subd=valluryphani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Simply Superb !!</p>
<p>http://rhettdashwood.com.au/#16575</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/valluryphani.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/valluryphani.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/valluryphani.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/valluryphani.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/valluryphani.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/valluryphani.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/valluryphani.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/valluryphani.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/valluryphani.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/valluryphani.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=112&subd=valluryphani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://valluryphani.wordpress.com/2009/04/30/alphabets-from-google-earth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a9eb061eedb72cb55150bf685746f2f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">valluryphani</media:title>
		</media:content>
	</item>
		<item>
		<title>Be a App Creator with Zembly</title>
		<link>http://valluryphani.wordpress.com/2009/04/25/be-a-app-creator-with-zembly/</link>
		<comments>http://valluryphani.wordpress.com/2009/04/25/be-a-app-creator-with-zembly/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 07:33:43 +0000</pubDate>
		<dc:creator>valluryphani</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://valluryphani.wordpress.com/?p=109</guid>
		<description><![CDATA[zembly is a new kind of application development environment that lends the power of the crowd to you, so you can do more, faster. It&#8217;s kind of like a wiki, but for applications. Here&#8217;s how it works:
http://zembly.com/ui/about#what

zembly is from Sun Microsystems

Sun Microsystems, Inc. is a pioneer and key innovator in just about 	everything related to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=109&subd=valluryphani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>zembly is a new kind of application development environment that lends the power of the crowd to you, so you can do more, faster. It&#8217;s kind of like a wiki, but for applications. Here&#8217;s how it works:</p>
<p><a title="How Zembly works???" href="http://zembly.com/ui/about#what">http://zembly.com/ui/about#what</a></p>
<div class="tabContent tabcontent-sun">
<h3>zembly is from Sun Microsystems</h3>
<p><img src="http://zembly.com/versioned/QuickFix-94/images/sun_logo_huge.png" alt="" /></p>
<p><a href="http://sun.com/">Sun Microsystems, Inc.</a> is a pioneer and key innovator in just about 	everything related to the Internet and the modern computer. Over two decades ago, 	Sun&#8217;s motto, &#8220;The Network is the Computer&#8221;, foreshadowed the advent of today&#8217;s 	cloud computing movement.</p>
<p>We like to say that zembly is the development environment 	for Sun&#8217;s bold vision—an application development environment that not only 	targets the web as its native platform, but uses cutting-edge web innovations 	such as web services, social networking, and Web 2.0, to change the way 	applications are built, deployed, scaled, and delivered to where users congregate.</p></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/valluryphani.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/valluryphani.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/valluryphani.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/valluryphani.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/valluryphani.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/valluryphani.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/valluryphani.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/valluryphani.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/valluryphani.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/valluryphani.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=109&subd=valluryphani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://valluryphani.wordpress.com/2009/04/25/be-a-app-creator-with-zembly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a9eb061eedb72cb55150bf685746f2f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">valluryphani</media:title>
		</media:content>

		<media:content url="http://zembly.com/versioned/QuickFix-94/images/sun_logo_huge.png" medium="image" />
	</item>
		<item>
		<title>GUI with OpenCV and Qt</title>
		<link>http://valluryphani.wordpress.com/2009/04/15/gui-with-opencv-and-qt/</link>
		<comments>http://valluryphani.wordpress.com/2009/04/15/gui-with-opencv-and-qt/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 08:51:01 +0000</pubDate>
		<dc:creator>valluryphani</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[OpenCV]]></category>
		<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://valluryphani.wordpress.com/2009/04/15/gui-with-opencv-and-qt/</guid>
		<description><![CDATA[A small tutorial on how to design GUI for OpenCV projects with QtCreator.
http://sites.google.com/site/techgeekorg/opencv_qt 
Learn Linux, Share Linux  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=107&subd=valluryphani&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A small tutorial on how to design GUI for OpenCV projects with QtCreator.</p>
<p><a href="http://sites.google.com/site/techgeekorg/opencv_qt" target="_blank">http://sites.google.com/site/techgeekorg/opencv_qt </a></p>
<p>Learn Linux, Share Linux <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/valluryphani.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/valluryphani.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/valluryphani.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/valluryphani.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/valluryphani.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/valluryphani.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/valluryphani.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/valluryphani.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/valluryphani.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/valluryphani.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=valluryphani.wordpress.com&blog=6492919&post=107&subd=valluryphani&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://valluryphani.wordpress.com/2009/04/15/gui-with-opencv-and-qt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a9eb061eedb72cb55150bf685746f2f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">valluryphani</media:title>
		</media:content>
	</item>
	</channel>
</rss>