<?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>Seshagiri Prabhu</title>
	<atom:link href="http://seshagiriprabhu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://seshagiriprabhu.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 08:48:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='seshagiriprabhu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/8fb8572fa5dc32242ac6cef6167fbc7a?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Seshagiri Prabhu</title>
		<link>http://seshagiriprabhu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://seshagiriprabhu.wordpress.com/osd.xml" title="Seshagiri Prabhu" />
	<atom:link rel='hub' href='http://seshagiriprabhu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>GDB Print Settings</title>
		<link>http://seshagiriprabhu.wordpress.com/2012/01/27/gdb-print-settings/</link>
		<comments>http://seshagiriprabhu.wordpress.com/2012/01/27/gdb-print-settings/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 07:27:18 +0000</pubDate>
		<dc:creator>seshagiriprabhu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://seshagiriprabhu.wordpress.com/?p=461</guid>
		<description><![CDATA[GDB provides the following ways to control how arrays, structures, and symbols are printed. These settings are useful for debugging programs in any language: set print address set print address on GDB prints memory addresses showing the location of stack traces, structure values, pointer values, breakpoints, and so forth, even when it also displays the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seshagiriprabhu.wordpress.com&amp;blog=10028473&amp;post=461&amp;subd=seshagiriprabhu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://seshagiriprabhu.wordpress.com/2012/01/27/gdb-print-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11260322dbae6a3e49711108a75a2acf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">seshagiriprabhu</media:title>
		</media:content>
	</item>
		<item>
		<title>An overview of Stack</title>
		<link>http://seshagiriprabhu.wordpress.com/2011/11/03/an-overview-of-a-stack/</link>
		<comments>http://seshagiriprabhu.wordpress.com/2011/11/03/an-overview-of-a-stack/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 06:32:29 +0000</pubDate>
		<dc:creator>seshagiriprabhu</dc:creator>
				<category><![CDATA[Technical stuff]]></category>

		<guid isPermaLink="false">http://seshagiriprabhu.wordpress.com/?p=445</guid>
		<description><![CDATA[In this semester, I&#8217;ve a core subject named Computer Language Engineering, which mainly focuses on the design of Compilers. But today, Prof. SushasKurup M took a very good session on the stack structure, this intended me to write a blog on &#8220;Stack&#8221;. Hope that you will enjoy it!! A stack is a contiguous block of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seshagiriprabhu.wordpress.com&amp;blog=10028473&amp;post=445&amp;subd=seshagiriprabhu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://seshagiriprabhu.wordpress.com/2011/11/03/an-overview-of-a-stack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11260322dbae6a3e49711108a75a2acf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">seshagiriprabhu</media:title>
		</media:content>
	</item>
		<item>
		<title>Day 1 (28/OCT/2011)</title>
		<link>http://seshagiriprabhu.wordpress.com/2011/10/29/day-1-28oct2011/</link>
		<comments>http://seshagiriprabhu.wordpress.com/2011/10/29/day-1-28oct2011/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 06:29:08 +0000</pubDate>
		<dc:creator>seshagiriprabhu</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://seshagiriprabhu.wordpress.com/?p=355</guid>
		<description><![CDATA[DAY 1 (28/10/11): Basics of environmental variables Courtesy: Zubin Mithra (Zubin.py) Today I&#8217;ve learned how to does the &#8220;which&#8221; command works. Lets see what does the which command do: PROGRAM: which.sh #! /bin/sh set -ef if test -n "$KSH_VERSION"; then puts() { print -r -- "$*" } else puts() { printf '%s\n' "$*" } fi [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seshagiriprabhu.wordpress.com&amp;blog=10028473&amp;post=355&amp;subd=seshagiriprabhu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://seshagiriprabhu.wordpress.com/2011/10/29/day-1-28oct2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11260322dbae6a3e49711108a75a2acf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">seshagiriprabhu</media:title>
		</media:content>
	</item>
		<item>
		<title>Host your project in a public repository</title>
		<link>http://seshagiriprabhu.wordpress.com/2011/09/22/how-to-start-your-own-repository/</link>
		<comments>http://seshagiriprabhu.wordpress.com/2011/09/22/how-to-start-your-own-repository/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 06:10:50 +0000</pubDate>
		<dc:creator>seshagiriprabhu</dc:creator>
				<category><![CDATA[Daily life]]></category>
		<category><![CDATA[Foss]]></category>

		<guid isPermaLink="false">http://seshagiriprabhu.wordpress.com/?p=320</guid>
		<description><![CDATA[As a part of my SoK project. I have had to host my project in a public repository. I went through several tutorials and Wiki pages, but i was not able to get a complete, compact and precise solution to start off. Bit-bucket is a web-based hosting service for projects that use the Mercurial revision control [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seshagiriprabhu.wordpress.com&amp;blog=10028473&amp;post=320&amp;subd=seshagiriprabhu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://seshagiriprabhu.wordpress.com/2011/09/22/how-to-start-your-own-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11260322dbae6a3e49711108a75a2acf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">seshagiriprabhu</media:title>
		</media:content>
	</item>
		<item>
		<title>Software Freedom Day celebration at Amrita Vishwa Vidyapeetham, Amritapuri Campus</title>
		<link>http://seshagiriprabhu.wordpress.com/2011/09/18/software-freedom-day-celebrated-at-amritapuri/</link>
		<comments>http://seshagiriprabhu.wordpress.com/2011/09/18/software-freedom-day-celebrated-at-amritapuri/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 12:55:34 +0000</pubDate>
		<dc:creator>seshagiriprabhu</dc:creator>
				<category><![CDATA[Foss]]></category>

		<guid isPermaLink="false">http://seshagiriprabhu.wordpress.com/?p=322</guid>
		<description><![CDATA[FOSS club at Amritapuri celebrated Software Freedom Day on 17th September. I&#8217;ve organized the whole event with the support of my colleagues. 30+ students gathered at the conference room at 10.30 AM. The morning session started of with a talk by Dr. Raj Mohan, professor Dept of Physics, Amrita Vishwa Vidyapeetham, Amritapuri campus. He shared [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seshagiriprabhu.wordpress.com&amp;blog=10028473&amp;post=322&amp;subd=seshagiriprabhu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://seshagiriprabhu.wordpress.com/2011/09/18/software-freedom-day-celebrated-at-amritapuri/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11260322dbae6a3e49711108a75a2acf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">seshagiriprabhu</media:title>
		</media:content>

		<media:content url="http://seshagiriprabhu.files.wordpress.com/2011/09/main-paper-logo_small.jpg" medium="image">
			<media:title type="html">Foss@amrita</media:title>
		</media:content>

		<media:content url="https://lh4.googleusercontent.com/-GPlOy1pAJA8/TnXORRxxKdI/AAAAAAAAAH8/sLwRolDgW0k/s1024/arlconf2.png" medium="image" />

		<media:content url="https://lh3.googleusercontent.com/-LrjxlkBa-TU/TnXORB-WbbI/AAAAAAAAAH4/ezZmlkpore8/s640/arlconf.png" medium="image" />

		<media:content url="https://lh6.googleusercontent.com/-TCjXfst4IsE/TnXOStNXKMI/AAAAAAAAAII/PPaFvmozP70/s1024/conference_panorama.png" medium="image" />

		<media:content url="https://lh5.googleusercontent.com/-e9hfVjm2Nhw/TnXOT7CwZoI/AAAAAAAAAKU/g7b8kCdurxM/s640/groupphoto2.png" medium="image" />
	</item>
	</channel>
</rss>
