<?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>Meet BRP</title>
	<atom:link href="http://itsbrp.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://itsbrp.wordpress.com</link>
	<description>BRP&#039;s pand-e-monium (looks like an urdu word but its english actually)</description>
	<lastBuildDate>Mon, 15 Nov 2010 14:18:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='itsbrp.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Meet BRP</title>
		<link>http://itsbrp.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://itsbrp.wordpress.com/osd.xml" title="Meet BRP" />
	<atom:link rel='hub' href='http://itsbrp.wordpress.com/?pushpress=hub'/>
		<item>
		<title>wpf tutorials</title>
		<link>http://itsbrp.wordpress.com/2010/11/15/wpf-tutorials/</link>
		<comments>http://itsbrp.wordpress.com/2010/11/15/wpf-tutorials/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 14:18:41 +0000</pubDate>
		<dc:creator>biswapanda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itsbrp.wordpress.com/2010/11/15/wpf-tutorials/</guid>
		<description><![CDATA[http://www.wpftutorial.net/DragAndDrop.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=49&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://www.wpftutorial.net/DragAndDrop.html</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsbrp.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsbrp.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsbrp.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsbrp.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itsbrp.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itsbrp.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itsbrp.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itsbrp.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsbrp.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsbrp.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsbrp.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsbrp.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsbrp.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsbrp.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=49&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itsbrp.wordpress.com/2010/11/15/wpf-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/892bddb1a65074869e14364fc266bb8d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biswapanda</media:title>
		</media:content>
	</item>
		<item>
		<title>mechanize + beautiful soup + html2text</title>
		<link>http://itsbrp.wordpress.com/2010/09/06/mechanize-beautiful-soup-html2text/</link>
		<comments>http://itsbrp.wordpress.com/2010/09/06/mechanize-beautiful-soup-html2text/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 09:15:41 +0000</pubDate>
		<dc:creator>biswapanda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itsbrp.wordpress.com/?p=45</guid>
		<description><![CDATA[http://stockrt.github.com/p/handling-html-forms-with-python-mechanize-and-BeautifulSoup/ import mechanize import cookielib from BeautifulSoup import BeautifulSoup import html2text # Browser br = mechanize.Browser() # Cookie Jar cj = cookielib.LWPCookieJar() br.set_cookiejar(cj) # Browser options br.set_handle_equiv(True) br.set_handle_gzip(True) br.set_handle_redirect(True) br.set_handle_referer(True) br.set_handle_robots(False) # Follows refresh 0 but not hangs on refresh &#62; 0 br.set_handle_refresh(mechanize._http.HTTPRefreshProcessor(), max_time=1) # User-Agent (this is cheating, ok?) br.addheaders = [('User-agent', 'Mozilla/5.0 (X11; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=45&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://stockrt.github.com/p/handling-html-forms-with-python-mechanize-and-BeautifulSoup/</p>
<pre><code>import mechanize
import cookielib
from BeautifulSoup import BeautifulSoup
import html2text

# Browser
br = mechanize.Browser()

# Cookie Jar
cj = cookielib.LWPCookieJar()
br.set_cookiejar(cj)

# Browser options
br.set_handle_equiv(True)
br.set_handle_gzip(True)
br.set_handle_redirect(True)
br.set_handle_referer(True)
br.set_handle_robots(False)

# Follows refresh 0 but not hangs on refresh &gt; 0
br.set_handle_refresh(mechanize._http.HTTPRefreshProcessor(), max_time=1)

# User-Agent (this is cheating, ok?)
br.addheaders = [('User-agent', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071615 Fedora/3.0.1-1.fc9 Firefox/3.0.1')]

# The site we will navigate into, handling it's session
br.open('http://gmail.com')

# Select the first (index zero) form
br.select_form(nr=0)

# User credentials
br.form['Email'] = 'user'
br.form['Passwd'] = 'password'

# Login
br.submit()

# Filter all links to mail messages in the inbox
all_msg_links = [l for l in br.links(url_regex='\?v=c&amp;th=')]
# Select the first 3 messages
for msg_link in all_msg_links[0:3]:
    print msg_link
    # Open each message
    br.follow_link(msg_link)
    html = br.response().read()
    soup = BeautifulSoup(html)
    # Filter html to only show the message content
    msg = str(soup.findAll('div', attrs={'class': 'msg'})[0])
    # Show raw message content
    print msg
    # Convert html to text, easier to read but can fail if you have intl
    # chars
#   print html2text.html2text(msg)
    print
    # Go back to the Inbox
    br.follow_link(text='Inbox')

# Logout
br.follow_link(text='Sign out')</code></pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsbrp.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsbrp.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsbrp.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsbrp.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itsbrp.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itsbrp.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itsbrp.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itsbrp.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsbrp.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsbrp.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsbrp.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsbrp.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsbrp.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsbrp.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=45&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itsbrp.wordpress.com/2010/09/06/mechanize-beautiful-soup-html2text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/892bddb1a65074869e14364fc266bb8d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biswapanda</media:title>
		</media:content>
	</item>
		<item>
		<title>set up ogre (and QT)</title>
		<link>http://itsbrp.wordpress.com/2010/08/20/set-up-ogre-and-qt/</link>
		<comments>http://itsbrp.wordpress.com/2010/08/20/set-up-ogre-and-qt/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 14:38:59 +0000</pubDate>
		<dc:creator>biswapanda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itsbrp.wordpress.com/2010/08/20/set-up-ogre-and-qt/</guid>
		<description><![CDATA[http://blog.tidalware.com/2009/06/ogre-and-visual-studio-beginners-faq/ http://projectify.blogspot.com/2009/06/qt-ogre-vs2008-express.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=44&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://blog.tidalware.com/2009/06/ogre-and-visual-studio-beginners-faq/</p>
<p>http://projectify.blogspot.com/2009/06/qt-ogre-vs2008-express.html</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsbrp.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsbrp.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsbrp.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsbrp.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itsbrp.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itsbrp.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itsbrp.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itsbrp.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsbrp.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsbrp.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsbrp.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsbrp.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsbrp.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsbrp.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=44&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itsbrp.wordpress.com/2010/08/20/set-up-ogre-and-qt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/892bddb1a65074869e14364fc266bb8d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biswapanda</media:title>
		</media:content>
	</item>
		<item>
		<title>blackfin days</title>
		<link>http://itsbrp.wordpress.com/2010/08/13/blackfin-days/</link>
		<comments>http://itsbrp.wordpress.com/2010/08/13/blackfin-days/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 16:40:32 +0000</pubDate>
		<dc:creator>biswapanda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itsbrp.wordpress.com/2010/08/13/blackfin-days/</guid>
		<description><![CDATA[http://docs.blackfin.uclinux.org/doku.php?id=main<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=43&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://docs.blackfin.uclinux.org/doku.php?id=main</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsbrp.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsbrp.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsbrp.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsbrp.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itsbrp.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itsbrp.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itsbrp.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itsbrp.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsbrp.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsbrp.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsbrp.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsbrp.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsbrp.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsbrp.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=43&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itsbrp.wordpress.com/2010/08/13/blackfin-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/892bddb1a65074869e14364fc266bb8d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biswapanda</media:title>
		</media:content>
	</item>
		<item>
		<title>build a hello world kernel module</title>
		<link>http://itsbrp.wordpress.com/2010/08/13/build-a-hello-world-kernel-module/</link>
		<comments>http://itsbrp.wordpress.com/2010/08/13/build-a-hello-world-kernel-module/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 16:37:19 +0000</pubDate>
		<dc:creator>biswapanda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itsbrp.wordpress.com/2010/08/13/build-a-hello-world-kernel-module/</guid>
		<description><![CDATA[http://www.cyberciti.biz/tips/build-linux-kernel-module-against-installed-kernel-source-tree.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=42&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://www.cyberciti.biz/tips/build-linux-kernel-module-against-installed-kernel-source-tree.html</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsbrp.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsbrp.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsbrp.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsbrp.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itsbrp.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itsbrp.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itsbrp.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itsbrp.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsbrp.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsbrp.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsbrp.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsbrp.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsbrp.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsbrp.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=42&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itsbrp.wordpress.com/2010/08/13/build-a-hello-world-kernel-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/892bddb1a65074869e14364fc266bb8d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biswapanda</media:title>
		</media:content>
	</item>
		<item>
		<title>ubuntu vm image</title>
		<link>http://itsbrp.wordpress.com/2010/08/13/ubuntu-vm-image/</link>
		<comments>http://itsbrp.wordpress.com/2010/08/13/ubuntu-vm-image/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 16:36:34 +0000</pubDate>
		<dc:creator>biswapanda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itsbrp.wordpress.com/?p=40</guid>
		<description><![CDATA[get ubuntu vm image from this place:http://www.thoughtpolice.co.uk/vmware/ jars:jars sudo pass is &#8221;thoughtpolice&#8217;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=40&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>get ubuntu vm image from this place:http://www.thoughtpolice.co.uk/vmware/</p>
<p>jars:jars</p>
<p>sudo pass is &#8221;thoughtpolice&#8217;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsbrp.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsbrp.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsbrp.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsbrp.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itsbrp.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itsbrp.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itsbrp.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itsbrp.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsbrp.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsbrp.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsbrp.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsbrp.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsbrp.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsbrp.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=40&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itsbrp.wordpress.com/2010/08/13/ubuntu-vm-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/892bddb1a65074869e14364fc266bb8d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biswapanda</media:title>
		</media:content>
	</item>
		<item>
		<title>fedora cheat sheet</title>
		<link>http://itsbrp.wordpress.com/2010/08/13/fedora-cheat-sheet/</link>
		<comments>http://itsbrp.wordpress.com/2010/08/13/fedora-cheat-sheet/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 12:38:45 +0000</pubDate>
		<dc:creator>biswapanda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itsbrp.wordpress.com/2010/08/13/fedora-cheat-sheet/</guid>
		<description><![CDATA[here is the link: http://digitizor.com/wp-content/uploads/2009/11/Fedora_12_Cheat_Sheet.pdf<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=36&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>here is the link:<br />
<a title="fedora cheat sheet" href="http://digitizor.com/wp-content/uploads/2009/11/Fedora_12_Cheat_Sheet.pdf" target="_blank">http://digitizor.com/wp-content/uploads/2009/11/Fedora_12_Cheat_Sheet.pdf</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsbrp.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsbrp.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsbrp.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsbrp.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itsbrp.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itsbrp.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itsbrp.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itsbrp.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsbrp.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsbrp.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsbrp.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsbrp.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsbrp.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsbrp.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=36&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itsbrp.wordpress.com/2010/08/13/fedora-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/892bddb1a65074869e14364fc266bb8d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biswapanda</media:title>
		</media:content>
	</item>
		<item>
		<title>setting up yum</title>
		<link>http://itsbrp.wordpress.com/2010/08/13/setting-up-yum/</link>
		<comments>http://itsbrp.wordpress.com/2010/08/13/setting-up-yum/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 12:36:54 +0000</pubDate>
		<dc:creator>biswapanda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itsbrp.wordpress.com/2010/08/13/setting-up-yum/</guid>
		<description><![CDATA[http://digitizor.com/2009/06/17/how-to-fix-the-cannot-retrieve-repository-metadata-repomd-xml-error-in-fedora-11/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=34&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a class="alignleft" title="yum setup" href="http://digitizor.com/2009/06/17/how-to-fix-the-cannot-retrieve-repository-metadata-repomd-xml-error-in-fedora-11/" target="_blank">http://digitizor.com/2009/06/17/how-to-fix-the-cannot-retrieve-repository-metadata-repomd-xml-error-in-fedora-11/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsbrp.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsbrp.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsbrp.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsbrp.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itsbrp.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itsbrp.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itsbrp.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itsbrp.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsbrp.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsbrp.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsbrp.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsbrp.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsbrp.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsbrp.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=34&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itsbrp.wordpress.com/2010/08/13/setting-up-yum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/892bddb1a65074869e14364fc266bb8d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biswapanda</media:title>
		</media:content>
	</item>
		<item>
		<title>sqlite 2</title>
		<link>http://itsbrp.wordpress.com/2010/08/12/sqlite-2/</link>
		<comments>http://itsbrp.wordpress.com/2010/08/12/sqlite-2/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 14:39:08 +0000</pubDate>
		<dc:creator>biswapanda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itsbrp.wordpress.com/?p=31</guid>
		<description><![CDATA[http://www.devshed.com/c/a/Python/Using-SQLite-in-Python/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=31&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://www.devshed.com/c/a/Python/Using-SQLite-in-Python/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsbrp.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsbrp.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsbrp.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsbrp.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itsbrp.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itsbrp.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itsbrp.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itsbrp.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsbrp.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsbrp.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsbrp.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsbrp.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsbrp.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsbrp.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=31&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itsbrp.wordpress.com/2010/08/12/sqlite-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/892bddb1a65074869e14364fc266bb8d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biswapanda</media:title>
		</media:content>
	</item>
		<item>
		<title>sqlite</title>
		<link>http://itsbrp.wordpress.com/2010/08/12/sqlite/</link>
		<comments>http://itsbrp.wordpress.com/2010/08/12/sqlite/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 14:36:28 +0000</pubDate>
		<dc:creator>biswapanda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itsbrp.wordpress.com/?p=28</guid>
		<description><![CDATA[Getting Started To start the sqlite3 program, just type &#8220;sqlite3&#8243; followed by the name the file that holds the SQLite database. If the file does not exist, a new one is created automatically. The sqlite3 program will then prompt you to enter SQL. Type in SQL statements (terminated by a semicolon), press &#8220;Enter&#8221; and the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=28&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Getting Started</h3>
<p>To start the <strong>sqlite3</strong> program, just type &#8220;sqlite3&#8243; followed by the name the file that holds the SQLite database.  If the file does not exist, a new one is created automatically. The <strong>sqlite3</strong> program will then prompt you to enter SQL.  Type in SQL statements (terminated by a semicolon), press &#8220;Enter&#8221; and the SQL will be executed.</p>
<p>For example, to create a new SQLite database named &#8220;ex1&#8243;  with a single table named &#8220;tbl1&#8243;, you might do this:</p>
<blockquote>
<pre>$ <strong>sqlite3 ex1</strong>
SQLite version 3.6.11
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite&gt; <strong>create table tbl1(one varchar(10), two smallint);</strong>
sqlite&gt; <strong>insert into tbl1 values('hello!',10);</strong>
sqlite&gt; <strong>insert into tbl1 values('goodbye', 20);</strong>
sqlite&gt; <strong>select * from tbl1;</strong>
hello!|10
goodbye|20
sqlite&gt;
<h3>Aside: Querying the SQLITE_MASTER table</h3>

The database schema in an SQLite database is stored in a special table named "sqlite_master". You can execute "SELECT" statements against the special sqlite_master table just like any other table in an SQLite database.  For example:
<blockquote>
<pre>$ <strong>sqlite3 ex1</strong>
SQLite vresion 3.6.11
Enter ".help" for instructions
sqlite&gt; <strong>select * from sqlite_master;</strong>
    type = table
    name = tbl1
tbl_name = tbl1
rootpage = 3
     sql = create table tbl1(one varchar(10), two smallint)
sqlite&gt;</pre>
</blockquote>
<p>But you cannot execute DROP TABLE, UPDATE, INSERT or DELETE against the sqlite_master table.  The sqlite_master table is updated automatically as you create or drop tables and indices from the database.  You can not make manual changes to the sqlite_master table.</p>
<p>The schema for TEMPORARY tables is not stored in the "sqlite_master" table since TEMPORARY tables are not visible to applications other than the application that created the table.  The schema for TEMPORARY tables is stored in another special table named "sqlite_temp_master".  The "sqlite_temp_master" table is temporary itself.</p>
<blockquote>
<pre>sqlite&gt; <strong>.mode list</strong>
sqlite&gt; <strong>select * from tbl1;</strong>
hello|10
goodbye|20
sqlite&gt;</pre>
</blockquote>
<p>You can use the ".separator" dot command to change the separator for list mode.  For example, to change the separator to a comma and a space, you could do this:</p>
<blockquote>
<pre>sqlite&gt; <strong>.separator ", "</strong>
sqlite&gt; <strong>select * from tbl1;</strong>
hello, 10
goodbye, 20
sqlite&gt;</pre>
</blockquote>
<p>In "line" mode, each column in a row of the database is shown on a line by itself.  Each line consists of the column name, an equal sign and the column data.  Successive records are separated by a blank line.  Here is an example of line mode output:</p>
<blockquote>
<pre>sqlite&gt; <strong>.mode line</strong>
sqlite&gt; <strong>select * from tbl1;</strong>
one = hello
two = 10

one = goodbye
two = 20
sqlite&gt;</pre>
</blockquote>
<p>In column mode, each record is shown on a separate line with the data aligned in columns.  For example:</p>
<blockquote>
<pre>sqlite&gt; <strong>.mode column</strong>
sqlite&gt; <strong>select * from tbl1;</strong>
one         two
----------  ----------
hello       10
goodbye     20
sqlite&gt;</pre>
</blockquote>
<p>By default, each column is at least 10 characters wide.  Data that is too wide to fit in a column is truncated.  You can adjust the column widths using the ".width" command.  Like this:</p>
<blockquote>
<pre>sqlite&gt; <strong>.width 12 6</strong>
sqlite&gt; <strong>select * from tbl1;</strong>
one           two
------------  ------
hello         10
goodbye       20
sqlite&gt;
<pre>sqlite&gt; <strong>.schema</strong>
create table tbl1(one varchar(10), two smallint)
CREATE TABLE tbl2 (
  f1 varchar(30) primary key,
  f2 text,
  f3 real
)
sqlite&gt; <strong>.schema tbl2</strong>
CREATE TABLE tbl2 (
  f1 varchar(30) primary key,
  f2 text,
  f3 real
)
sqlite&gt;</pre>
</pre>
</blockquote>
<h3>Using sqlite3 in a shell script</h3>
<p>One way to use sqlite3 in a shell script is to use "echo" or "cat" to generate a sequence of commands in a file, then invoke sqlite3 while redirecting input from the generated command file.  This works fine and is appropriate in many circumstances.  But as an added convenience, sqlite3 allows a single SQL command to be entered on the command line as a second argument after the database name.  When the sqlite3 program is launched with two arguments, the second argument is passed to the SQLite library for processing, the query results are printed on standard output in list mode, and the program exits.  This mechanism is designed to make sqlite3 easy to use in conjunction with programs like "awk".  For example:</p>
<blockquote>
<pre>$ <strong>sqlite3 ex1 'select * from tbl1' |</strong>
&gt; <strong> awk '{printf "&lt;tr&gt;&lt;td&gt;%s&lt;td&gt;%s\n",$1,$2 }'</strong>
&lt;tr&gt;&lt;td&gt;hello&lt;td&gt;10
&lt;tr&gt;&lt;td&gt;goodbye&lt;td&gt;20
$
<h3>Compiling the sqlite3 program from sources</h3>

The source code to the sqlite3 command line interface is in a single file named "shell.c" which you can <a href="http://www.sqlite.org/src/finfo?name=src/shell.c"> download</a> from the SQLite website.  Compile this file (together with the <a href="http://www.sqlite.org/amalgamation.html">sqlite3 library source code</a> to generate the executable.  For example:
<blockquote>
<pre>gcc -o sqlite3 shell.c sqlite3.c -ldl -lpthread
</pre>
</blockquote>
</pre>
</blockquote>
</pre>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsbrp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsbrp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsbrp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsbrp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itsbrp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itsbrp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itsbrp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itsbrp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsbrp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsbrp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsbrp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsbrp.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsbrp.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsbrp.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsbrp.wordpress.com&amp;blog=10079457&amp;post=28&amp;subd=itsbrp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itsbrp.wordpress.com/2010/08/12/sqlite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/892bddb1a65074869e14364fc266bb8d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biswapanda</media:title>
		</media:content>
	</item>
	</channel>
</rss>
