<?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>SOMNATH SINGH</title>
	<atom:link href="http://somnathsingh.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://somnathsingh.wordpress.com</link>
	<description>Smile... it confuses people</description>
	<lastBuildDate>Tue, 24 Jan 2012 16:51:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='somnathsingh.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/75cf3f134c678329f773f1aa9ed3b02e?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>SOMNATH SINGH</title>
		<link>http://somnathsingh.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://somnathsingh.wordpress.com/osd.xml" title="SOMNATH SINGH" />
	<atom:link rel='hub' href='http://somnathsingh.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Microsoft Interview Experience</title>
		<link>http://somnathsingh.wordpress.com/2012/01/24/microsoft-interview-experience/</link>
		<comments>http://somnathsingh.wordpress.com/2012/01/24/microsoft-interview-experience/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 16:40:03 +0000</pubDate>
		<dc:creator>Somnath</dc:creator>
				<category><![CDATA[interview and papers]]></category>
		<category><![CDATA[Interviews & papers]]></category>
		<category><![CDATA[puzzles]]></category>

		<guid isPermaLink="false">http://somnathsingh.wordpress.com/?p=890</guid>
		<description><![CDATA[Date :-09-07-2011  This was for the post where majority will be of testing and the rest will be Development . There was 4 rounds . 1st Round : Written Round ( Aptitude ,  C++ Questions , Logical Questions ) 2nd Round : Technical Round 3rd Round : Design Round 4th Round : HR Round All [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=890&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Date :-09-07-2011 </p>
<p><span style="color:#ff0000;">This was for the post where majority will be of testing and the rest will be Development . There was 4 rounds .</span></p>
<p><span style="color:#ff0000;">1st Round : Written Round ( Aptitude ,  C++ Questions , Logical Questions )</span><br />
<span style="color:#ff0000;">2nd Round : Technical Round</span><br />
<span style="color:#ff0000;">3rd Round : Design Round</span><br />
<span style="color:#ff0000;">4th Round : HR Round</span></p>
<p><span style="color:#ff0000;">All these rounds were Elimination rounds .</span></p>
<p><strong><span style="color:#0000ff;">1st Round : Written Round ( Aptitude ,DBMS , C++ Questions, Testing , Logical Questions )</span></strong></p>
<p><span style="color:#ff0000;">Aptitude :- Age , Work &amp; Time etc</span><br />
<span style="color:#ff0000;">C++ Questions are from Operator Overloading , Function Ambiguty , Virtual Functions , Pure Virtual Functions , Run Time Polymorphism and Exception Handling with the logic of Run Time Polymorphism</span></p>
<p><span style="color:#ff0000;">DBMS were mostly consists of joins , views and Print the O/P of the query</span></p>
<p><span style="color:#ff0000;">Testing :- They had given some scenerio and asked what approach will you start frm , White &amp; Black box related Questions ,Equivalence partition , Find the number of test cases required .</span></p>
<p><span style="color:#ff0000;">Logical Questions :- Pattern recognition , PIE Chart etc</span></p>
<p><strong><span style="color:#0000ff;">2nd Round :- Technical Round</span></strong></p>
<p><span style="color:#ff0000;">Interviewer :- Tell me something which is not mentioned in your Resume</span><br />
<span style="color:#ff0000;">Me :- I told about my objectives and Interests . (Short and Brief)</span><br />
<span style="color:#ff0000;">Interviewer :- Tell the OSI model names and with each functionality (Wasn&#8217;t ready for Networking)</span><br />
<span style="color:#ff0000;">Me:- Gave the answers anyhow .</span><br />
<span style="color:#ff0000;">Interviwer:- When can we use IP address and when not ?</span><br />
<span style="color:#ff0000;">Me :- Depending on the type of the Network we can choose if we need to to hav IP address of not . IP address is basically used when the packets need to move from one network to other i:e in case of Internetwork connection . If the nodes are present within the same Network , then we can the HUB can use to route the packets from one node to other taking the MAC address through ARS discovery. In this case we may choose not to use the IP address .</span><br />
<span style="color:#ff0000;">Interviwer :- Can we use TCP without using IP protocol and viceversa ?</span><br />
<span style="color:#ff0000;">Me :- I was confused but later I told that IP need to be there to identify the hosts in Heterogeneous Network , and TCP is needed to take the packets arrived in an random order and make a meaning data out of the packet after combining the data in a sequence order. So both are needed together to serve the purpose .</span><br />
<span style="color:#ff0000;">He was partially happy he was loooking for more .</span><br />
<span style="color:#ff0000;">Interviewer :- In which language do u write codes ?</span><br />
<span style="color:#ff0000;">Me :- C/C++</span><br />
<span style="color:#ff0000;">Interviewer :- Write the code to Run time polymorphism</span><br />
<span style="color:#ff0000;">Me :- Wrote the code</span><br />
<span style="color:#ff0000;">Interviewer :- Write another code given a string and you have to print the string that has been shifted by n characters ?</span><br />
<span style="color:#ff0000;">Me :- Wrote the code</span><br />
<span style="color:#ff0000;">Interviewer :- Another Questions given two numbers and need to find the prime numbers common to each number .</span><br />
<span style="color:#ff0000;">Me:- First I wrote the code for getting the HCF between the numbers and then found out the prime number of that HCF , I gave this Logic .</span><br />
<span style="color:#ff0000;">Interviewer :- Make 120 out of 5 Zeros .</span><br />
<span style="color:#ff0000;">Me:- ( 0! + 0! + 0! + 0! + 0! )! = 120</span><br />
<span style="color:#ff0000;">Interviewer :- Make 100 out of 6 Nine</span><br />
<span style="color:#ff0000;">Me:- (999-99)/9=100</span><br />
<span style="color:#ff0000;">Interviewer :- (The old Question) In a hotel room there are 3 bulbs with three switches at the reception and you u have one lift . In how many times can you make out that which switch is which bulbs ?</span><br />
<span style="color:#ff0000;">Me : Told it .</span><br />
<span style="color:#ff0000;">Interviewer :- Wht do u do in your leisure time ?</span><br />
<span style="color:#ff0000;">Me :- I like to solve puzzles and go through the Problems in SPOJ a coding website .</span><br />
<span style="color:#ff0000;">He then asked me to show the site . I gave the site address . I showed the problems . He asked to show my profile . After seeing that he was happy and he asked me about my college life and my Professional life . later he told me to wait outside and till he will give the feedback .</span></p>
<p><strong><span style="color:#0000ff;">3rd Round : Design Round</span></strong></p>
<p><span style="color:#ff0000;">Interviewer :- Given 5litres bottle and a 3 litres bottle and a bucket full with water . You need to get 4 litres out of it . How will you do it ?</span><br />
<span style="color:#ff0000;">Me :- I told a way how to do it manually .</span><br />
<span style="color:#ff0000;">Interviewer :- Ok Fine now how would you code it for any litres bottle given to you .</span><br />
<span style="color:#ff0000;">Me :- I was trying something with division , subtraction . He asked me to leave it .</span><br />
<span style="color:#ff0000;">Interviewer :- Give two strings fiqebemdefqf and fqedmbi . How will you get 2nd String from the 1St String .</span><br />
<span style="color:#ff0000;">Me :- Reversing the 1st string and then Take the first occurence of the character and skip the character which has came preciously .</span><br />
<span style="color:#ff0000;">Interviewer :- Can you write the code for that In one Iteration .</span><br />
<span style="color:#ff0000;">Me :- I implemented that using hash table .</span><br />
<span style="color:#ff0000;">Interview : Explain you code .</span><br />
<span style="color:#ff0000;">Me:- I explained it</span></p>
<p><strong><span style="color:#0000ff;">HR round :-It was Video Conference round .</span></strong></p>
<p><span style="color:#ff0000;">Interviewer :- Started with telling abt yourself .</span><br />
<span style="color:#ff0000;">Me:- Told</span><br />
<span style="color:#ff0000;">Interviewer :- Explain about your present project work .</span><br />
<span style="color:#ff0000;">Me:- I told it</span><br />
<span style="color:#ff0000;">He then told in which Domain I will be working and it will not be related to Windows . MOre of a testing work will be there . (He didn&#8217;t mentioned abt development). I asked wht abt Development .</span><br />
<span style="color:#ff0000;">Interviewer :- Development is very less here .</span><br />
<span style="color:#ff0000;">Me:- My expression dropped and I thought he noticed that .</span><br />
<span style="color:#ff0000;">Interviewer :- Where do u wanna see yourself after 20 years</span><br />
<span style="color:#ff0000;">Me:- I wanna be a good developer(This was turn down as they were looking more of Testing sort). I wanna be settled in life and be a good person in life .</span><br />
<span style="color:#ff0000;">Interviewer :- How would you make sure that the product is scalable ?</span><br />
<span style="color:#ff0000;">Me:- I blurb something I also Don&#8217;t recall .</span><br />
<span style="color:#ff0000;">Interviewer :- Do u have any problm relocating to Hydrabad?</span><br />
<span style="color:#ff0000;">Me:- No</span><br />
<span style="color:#ff0000;">Interviewer :- Do u have anything to ask ?</span><br />
<span style="color:#ff0000;">Me:- No.</span><br />
<span style="color:#ff0000;">Interview :- This Post is only for testing and support domain , etc&#8230;.</span></p>
<p><span style="color:#ff0000;">I was eliminated in HR round .</span></p>
<br />Filed under: <a href='http://somnathsingh.wordpress.com/category/interviews-papers/interview-and-papers/'>interview and papers</a>, <a href='http://somnathsingh.wordpress.com/category/interviews-papers/'>Interviews &amp; papers</a>, <a href='http://somnathsingh.wordpress.com/category/puzzles/'>puzzles</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/somnathsingh.wordpress.com/890/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/somnathsingh.wordpress.com/890/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/somnathsingh.wordpress.com/890/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/somnathsingh.wordpress.com/890/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/somnathsingh.wordpress.com/890/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/somnathsingh.wordpress.com/890/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/somnathsingh.wordpress.com/890/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/somnathsingh.wordpress.com/890/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/somnathsingh.wordpress.com/890/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/somnathsingh.wordpress.com/890/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/somnathsingh.wordpress.com/890/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/somnathsingh.wordpress.com/890/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/somnathsingh.wordpress.com/890/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/somnathsingh.wordpress.com/890/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=890&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://somnathsingh.wordpress.com/2012/01/24/microsoft-interview-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/729502977b626570aa34a9d62ebc07e1?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">SOMU</media:title>
		</media:content>
	</item>
		<item>
		<title>How 2 detect Segmentation Error in Gcc compiler</title>
		<link>http://somnathsingh.wordpress.com/2010/06/19/how-2-detect-segmentation-error-in-gcc-compiler/</link>
		<comments>http://somnathsingh.wordpress.com/2010/06/19/how-2-detect-segmentation-error-in-gcc-compiler/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 12:52:38 +0000</pubDate>
		<dc:creator>Somnath</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[CODING]]></category>

		<guid isPermaLink="false">http://somnathsingh.wordpress.com/?p=881</guid>
		<description><![CDATA[Segmentation error mainly occurs when the executing process wants 2 access the memory which is been already under use by the higher priority process in short when the process  is running short of memory which is not been assigned 2 it from the heap this may be one situation &#8230; To detect this we need [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=881&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#0000ff;">Segmentation error mainly occurs when the executing process wants 2 access the memory which is been already under use by the higher priority process in short when the process  is running short of memory which is not been assigned 2 it from the heap this may be one situation &#8230;</span></p>
<p>To detect this we need 2 follow the below:</p>
<p><strong><em><span style="color:#333333;">root#&gt;gcc -o ss -lm -g  Sam.c</span></em></strong></p>
<p><strong><em><span style="color:#333333;">root#&gt;gdb ./ss</span></em></strong></p>
<p><span style="color:#0000ff;">This will take u 2 gdb console where u need 2 type :</span></p>
<p><span style="color:#003300;"><strong>gdb&gt;run (Enter)</strong></span></p>
<p><span style="color:#0000ff;">After u press enter if any segmentation error lies it shows the position in your code n help u debug the snippet..</span></p>
<p><span style="color:#0000ff;"><br />
</span></p>
<p><span style="color:#0000ff;"><br />
</span></p>
<p><span style="color:#0000ff;">Simplee enjoy coding &#8230;:-)</span></p>
<br />Filed under: <a href='http://somnathsingh.wordpress.com/category/linux/'>LINUX</a> Tagged: <a href='http://somnathsingh.wordpress.com/tag/coding/'>CODING</a>, <a href='http://somnathsingh.wordpress.com/tag/linux/'>LINUX</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/somnathsingh.wordpress.com/881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/somnathsingh.wordpress.com/881/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/somnathsingh.wordpress.com/881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/somnathsingh.wordpress.com/881/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/somnathsingh.wordpress.com/881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/somnathsingh.wordpress.com/881/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/somnathsingh.wordpress.com/881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/somnathsingh.wordpress.com/881/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/somnathsingh.wordpress.com/881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/somnathsingh.wordpress.com/881/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/somnathsingh.wordpress.com/881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/somnathsingh.wordpress.com/881/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/somnathsingh.wordpress.com/881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/somnathsingh.wordpress.com/881/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=881&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://somnathsingh.wordpress.com/2010/06/19/how-2-detect-segmentation-error-in-gcc-compiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/729502977b626570aa34a9d62ebc07e1?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">SOMU</media:title>
		</media:content>
	</item>
		<item>
		<title>Calcutta @ 1950</title>
		<link>http://somnathsingh.wordpress.com/2010/06/16/calcutta-1947/</link>
		<comments>http://somnathsingh.wordpress.com/2010/06/16/calcutta-1947/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 07:12:39 +0000</pubDate>
		<dc:creator>Somnath</dc:creator>
				<category><![CDATA[INDIA]]></category>

		<guid isPermaLink="false">http://somnathsingh.wordpress.com/?p=852</guid>
		<description><![CDATA[Filed under: INDIA<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=852&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://somnathsingh.files.wordpress.com/2010/06/1.jpg"><img class="alignnone size-full wp-image-853" title="1" src="http://somnathsingh.files.wordpress.com/2010/06/1.jpg?w=468&#038;h=357" alt="" width="468" height="357" /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/06/2.jpg"><img class="alignnone size-full wp-image-854" title="2" src="http://somnathsingh.files.wordpress.com/2010/06/2.jpg?w=468&#038;h=353" alt="" width="468" height="353" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/3.jpg"><img class="alignnone size-full wp-image-855" title="3" src="http://somnathsingh.files.wordpress.com/2010/06/3.jpg?w=468&#038;h=352" alt="" width="468" height="352" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/4.jpg"><img class="alignnone size-full wp-image-856" title="4" src="http://somnathsingh.files.wordpress.com/2010/06/4.jpg?w=468&#038;h=345" alt="" width="468" height="345" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/5.jpg"><img class="alignnone size-full wp-image-857" title="5" src="http://somnathsingh.files.wordpress.com/2010/06/5.jpg?w=468&#038;h=355" alt="" width="468" height="355" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/6.jpg"><img class="alignnone size-full wp-image-858" title="6" src="http://somnathsingh.files.wordpress.com/2010/06/6.jpg?w=468&#038;h=371" alt="" width="468" height="371" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/7.jpg"><img class="alignnone size-full wp-image-859" title="7" src="http://somnathsingh.files.wordpress.com/2010/06/7.jpg?w=468&#038;h=363" alt="" width="468" height="363" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/9.jpg"><img class="alignnone size-full wp-image-860" title="9" src="http://somnathsingh.files.wordpress.com/2010/06/9.jpg?w=468&#038;h=376" alt="" width="468" height="376" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/15.jpg"><img class="alignnone size-full wp-image-861" title="15" src="http://somnathsingh.files.wordpress.com/2010/06/15.jpg?w=468&#038;h=434" alt="" width="468" height="434" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/13.jpg"><img class="alignnone size-full wp-image-862" title="13" src="http://somnathsingh.files.wordpress.com/2010/06/13.jpg?w=468&#038;h=459" alt="" width="468" height="459" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/10.jpg"><img class="alignnone size-full wp-image-863" title="10" src="http://somnathsingh.files.wordpress.com/2010/06/10.jpg?w=468&#038;h=387" alt="" width="468" height="387" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/12.jpg"><img class="alignnone size-full wp-image-864" title="12" src="http://somnathsingh.files.wordpress.com/2010/06/12.jpg?w=468&#038;h=449" alt="" width="468" height="449" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/19.jpg"><img class="alignnone size-full wp-image-865" title="19" src="http://somnathsingh.files.wordpress.com/2010/06/19.jpg?w=468&#038;h=442" alt="" width="468" height="442" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/27.jpg"><img class="alignnone size-full wp-image-867" title="27" src="http://somnathsingh.files.wordpress.com/2010/06/27.jpg?w=468&#038;h=620" alt="" width="468" height="620" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/33.jpg"><img class="alignnone size-full wp-image-868" title="33" src="http://somnathsingh.files.wordpress.com/2010/06/33.jpg?w=468&#038;h=345" alt="" width="468" height="345" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/35.jpg"><img class="alignnone size-full wp-image-869" title="35" src="http://somnathsingh.files.wordpress.com/2010/06/35.jpg?w=468&#038;h=348" alt="" width="468" height="348" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/37.jpg"><img class="alignnone size-full wp-image-870" title="37" src="http://somnathsingh.files.wordpress.com/2010/06/37.jpg?w=468&#038;h=345" alt="" width="468" height="345" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/34.jpg"><img class="alignnone size-full wp-image-871" title="34" src="http://somnathsingh.files.wordpress.com/2010/06/34.jpg?w=468&#038;h=344" alt="" width="468" height="344" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/38.jpg"><img class="alignnone size-full wp-image-872" title="38" src="http://somnathsingh.files.wordpress.com/2010/06/38.jpg?w=468&#038;h=342" alt="" width="468" height="342" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/29.jpg"><img class="alignnone size-full wp-image-873" title="29" src="http://somnathsingh.files.wordpress.com/2010/06/29.jpg?w=468&#038;h=354" alt="" width="468" height="354" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/59.jpg"><img class="alignnone size-full wp-image-874" title="59" src="http://somnathsingh.files.wordpress.com/2010/06/59.jpg?w=468&#038;h=359" alt="" width="468" height="359" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/25.jpg"><img class="alignnone size-full wp-image-875" title="25" src="http://somnathsingh.files.wordpress.com/2010/06/25.jpg?w=468&#038;h=636" alt="" width="468" height="636" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/36.jpg"><img class="alignnone size-full wp-image-876" title="36" src="http://somnathsingh.files.wordpress.com/2010/06/36.jpg?w=468&#038;h=610" alt="" width="468" height="610" /></a><a href="http://somnathsingh.files.wordpress.com/2010/06/44.jpg"><img class="alignnone size-full wp-image-877" title="44" src="http://somnathsingh.files.wordpress.com/2010/06/44.jpg?w=468&#038;h=348" alt="" width="468" height="348" /></a></p>
<br />Filed under: <a href='http://somnathsingh.wordpress.com/category/india/'>INDIA</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/somnathsingh.wordpress.com/852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/somnathsingh.wordpress.com/852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/somnathsingh.wordpress.com/852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/somnathsingh.wordpress.com/852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/somnathsingh.wordpress.com/852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/somnathsingh.wordpress.com/852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/somnathsingh.wordpress.com/852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/somnathsingh.wordpress.com/852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/somnathsingh.wordpress.com/852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/somnathsingh.wordpress.com/852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/somnathsingh.wordpress.com/852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/somnathsingh.wordpress.com/852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/somnathsingh.wordpress.com/852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/somnathsingh.wordpress.com/852/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=852&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://somnathsingh.wordpress.com/2010/06/16/calcutta-1947/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/729502977b626570aa34a9d62ebc07e1?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">SOMU</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/1.jpg" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/2.jpg" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/3.jpg" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/4.jpg" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/5.jpg" medium="image">
			<media:title type="html">5</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/6.jpg" medium="image">
			<media:title type="html">6</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/7.jpg" medium="image">
			<media:title type="html">7</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/9.jpg" medium="image">
			<media:title type="html">9</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/15.jpg" medium="image">
			<media:title type="html">15</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/13.jpg" medium="image">
			<media:title type="html">13</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/10.jpg" medium="image">
			<media:title type="html">10</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/12.jpg" medium="image">
			<media:title type="html">12</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/19.jpg" medium="image">
			<media:title type="html">19</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/27.jpg" medium="image">
			<media:title type="html">27</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/33.jpg" medium="image">
			<media:title type="html">33</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/35.jpg" medium="image">
			<media:title type="html">35</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/37.jpg" medium="image">
			<media:title type="html">37</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/34.jpg" medium="image">
			<media:title type="html">34</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/38.jpg" medium="image">
			<media:title type="html">38</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/29.jpg" medium="image">
			<media:title type="html">29</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/59.jpg" medium="image">
			<media:title type="html">59</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/25.jpg" medium="image">
			<media:title type="html">25</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/36.jpg" medium="image">
			<media:title type="html">36</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/06/44.jpg" medium="image">
			<media:title type="html">44</media:title>
		</media:content>
	</item>
		<item>
		<title>Printing Quine In C</title>
		<link>http://somnathsingh.wordpress.com/2010/04/27/priting-quinee-in-c/</link>
		<comments>http://somnathsingh.wordpress.com/2010/04/27/priting-quinee-in-c/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 04:44:08 +0000</pubDate>
		<dc:creator>Somnath</dc:creator>
				<category><![CDATA[Computer stuffs]]></category>
		<category><![CDATA[CODING]]></category>

		<guid isPermaLink="false">http://somnathsingh.wordpress.com/?p=847</guid>
		<description><![CDATA[Quinee is a famous problem of printing itself &#8230;&#8230;&#8230; This i just it&#8217;s demo int main(){ char s[600]; int n,c,k,F,x; FILE *f=fopen(__FILE__,&#8221;r&#8221;);scanf(&#8220;%d&#8221;,&#38;n); while(!feof(f))s[k++]=getc(f);s[k-2]=&#8221;; printf(&#8220;%s&#8221;,s);} return 0;} Filed under: Computer stuffs Tagged: CODING<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=847&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2><strong>Quinee</strong> is a famous problem of printing itself &#8230;&#8230;&#8230; This i just it&#8217;s demo</h2>
<h4><strong><span style="color:#333300;"><span style="color:#0000ff;"> </span></span></strong><strong><span style="color:#333300;"><br />
</span></strong></h4>
<p><strong><span style="color:#333300;">int main(){</span></strong></p>
<p><strong><span style="color:#333300;">char s[600];</span></strong></p>
<p><strong><span style="color:#333300;">int n,c,k,F,x;</span></strong></p>
<p><strong><span style="color:#333300;">FILE *f=fopen(__FILE__,&#8221;r&#8221;);scanf(&#8220;%d&#8221;,&amp;n);</span></strong></p>
<p><strong><span style="color:#333300;">while(!feof(f))s[k++]=getc(f);s[k-2]=&#8221;;</span></strong></p>
<p><strong><span style="color:#333300;">printf(&#8220;%s&#8221;,s);}</span></strong></p>
<p><strong><span style="color:#333300;">return 0;}</span></strong></p>
<p><strong><span style="color:#333300;"><br />
</span></strong></p>
<p><strong><span style="color:#333300;"><br />
</span></strong></p>
<p><strong><span style="color:#333300;"><span style="color:#0000ff;"> </span><br />
</span></strong></p>
<p><strong><span style="color:#333300;"><br />
</span></strong></p>
<br />Filed under: <a href='http://somnathsingh.wordpress.com/category/computer-stuffs/'>Computer stuffs</a> Tagged: <a href='http://somnathsingh.wordpress.com/tag/coding/'>CODING</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/somnathsingh.wordpress.com/847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/somnathsingh.wordpress.com/847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/somnathsingh.wordpress.com/847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/somnathsingh.wordpress.com/847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/somnathsingh.wordpress.com/847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/somnathsingh.wordpress.com/847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/somnathsingh.wordpress.com/847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/somnathsingh.wordpress.com/847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/somnathsingh.wordpress.com/847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/somnathsingh.wordpress.com/847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/somnathsingh.wordpress.com/847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/somnathsingh.wordpress.com/847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/somnathsingh.wordpress.com/847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/somnathsingh.wordpress.com/847/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=847&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://somnathsingh.wordpress.com/2010/04/27/priting-quinee-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/729502977b626570aa34a9d62ebc07e1?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">SOMU</media:title>
		</media:content>
	</item>
		<item>
		<title>The Sex Life of an Electron</title>
		<link>http://somnathsingh.wordpress.com/2010/04/13/the-sex-life-of-an-electron/</link>
		<comments>http://somnathsingh.wordpress.com/2010/04/13/the-sex-life-of-an-electron/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 10:52:45 +0000</pubDate>
		<dc:creator>Somnath</dc:creator>
				<category><![CDATA[Interesting Facts]]></category>
		<category><![CDATA[Gestures]]></category>

		<guid isPermaLink="false">http://somnathsingh.wordpress.com/?p=841</guid>
		<description><![CDATA[One night when his charge was pretty high, Micro Henry decided to try to get a cute little coil to let him discharge. He picked up Millie Amp and took her for a ride on his Mega cycle. They rode across the Wheatstone bridge, around by the sine wave, and stopped in a magnetic field [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=841&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#333300;"><strong>One night when his charge was pretty high, Micro Henry decided to try to get a cute little coil to let him discharge. He picked up Millie Amp and took her for a ride on his Mega cycle. They rode across the Wheatstone bridge, around by the sine wave, and stopped in a magnetic field by a flowing current.</p>
<p>Micro Henry, attracted by Millie&#8217;s characteristic curves, soon had her resistance at a minimum and his field was fully excited. He laid her on the ground potential, raised her frequency, lowered her capacitance and pulled out his high voltage probe. He inserted his probe into her test socket, connected them in paralell, and began to short circuit her shunt.</p>
<p>Fully excited Millie Amp exclaimed, &#8216;Mho, mho, mho.&#8217; With his tube operating at it&#8217;s maximum peak current and her coil vibrating from the current flow, she soon reached her maximum peak potential. The excess current flow had gotten her coil hot and Micro Henry started rapidly discharging and soon had drained off every last electron.</p>
<p>They fluxed all night trying various connections and sockets, until Micro Henry&#8217;s bar magnet had lost all of it&#8217;s field strength. Afterwards, Millie Amp tried self induction and damaged her solenoid. With his batteries fully discharged, Micro Henry was unable to further excite his generator, so they ended it all by reversing polarity and blowing each other&#8217;s fuses.</strong></span></p>
<br />Filed under: <a href='http://somnathsingh.wordpress.com/category/interesting-facts/'>Interesting Facts</a> Tagged: <a href='http://somnathsingh.wordpress.com/tag/gestures/'>Gestures</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/somnathsingh.wordpress.com/841/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/somnathsingh.wordpress.com/841/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/somnathsingh.wordpress.com/841/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/somnathsingh.wordpress.com/841/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/somnathsingh.wordpress.com/841/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/somnathsingh.wordpress.com/841/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/somnathsingh.wordpress.com/841/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/somnathsingh.wordpress.com/841/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/somnathsingh.wordpress.com/841/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/somnathsingh.wordpress.com/841/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/somnathsingh.wordpress.com/841/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/somnathsingh.wordpress.com/841/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/somnathsingh.wordpress.com/841/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/somnathsingh.wordpress.com/841/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=841&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://somnathsingh.wordpress.com/2010/04/13/the-sex-life-of-an-electron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/729502977b626570aa34a9d62ebc07e1?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">SOMU</media:title>
		</media:content>
	</item>
		<item>
		<title>THE HISTORY OF THE INDIAN FLAG.</title>
		<link>http://somnathsingh.wordpress.com/2010/04/10/the-history-of-the-indian-flag/</link>
		<comments>http://somnathsingh.wordpress.com/2010/04/10/the-history-of-the-indian-flag/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 17:25:52 +0000</pubDate>
		<dc:creator>Somnath</dc:creator>
				<category><![CDATA[INDIA]]></category>

		<guid isPermaLink="false">http://somnathsingh.wordpress.com/?p=839</guid>
		<description><![CDATA[INDIAN FLAG The flag that was first hoisted on August 7, 1906, at the Parsee Bagan Square in Calcutta . Called the &#8216;Saptarishi Flag&#8217;, this was hoisted in Stuttgart at the International Socialist Congress held on August 22, 1907. Associated with the names of Dr. Annie Besant and Lokmanya Tilak, this flag was hoisted at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=839&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1><span style="color:#333333;"><br />
</span></h1>
<h1><span style="color:#333333;"> INDIAN FLAG</span></h1>
<p style="text-align:center;"><img class="aligncenter" src="https://mail.google.com/mail/?ui=2&amp;ik=ef48fe8bbe&amp;view=att&amp;th=126bcc89b25634bf&amp;attid=0.1.1&amp;disp=emb&amp;zw" alt="Click Here To Join Now" width="215" height="144" /></p>
<p><span style="color:#003300;">The flag that was first hoisted on August 7, 1906,<br />
at the Parsee Bagan Square in Calcutta .</span></p>
<p style="text-align:center;"><img class="aligncenter" src="https://mail.google.com/mail/?ui=2&amp;ik=ef48fe8bbe&amp;view=att&amp;th=126bcc89b25634bf&amp;attid=0.1.2&amp;disp=emb&amp;zw" alt="" width="218" height="144" /></p>
<p><span style="color:#003300;">Called the &#8216;Saptarishi Flag&#8217;, this was hoisted in Stuttgart<br />
at the International Socialist Congress held on August 22, 1907.</span></p>
<p style="text-align:center;"><img class="aligncenter" src="https://mail.google.com/mail/?ui=2&amp;ik=ef48fe8bbe&amp;view=att&amp;th=126bcc89b25634bf&amp;attid=0.1.3&amp;disp=emb&amp;zw" alt="Click Here To Join Now" width="217" height="144" /></p>
<p><span style="color:#003300;">Associated with the names of Dr. Annie Besant and<br />
Lokmanya         Tilak, this flag was hoisted at<br />
the Congress session in Calcutta during the<br />
&#8216;Home Rule Movement&#8217;.</span></p>
<p style="text-align:center;"><img class="aligncenter" src="https://mail.google.com/mail/?ui=2&amp;ik=ef48fe8bbe&amp;view=att&amp;th=126bcc89b25634bf&amp;attid=0.1.4&amp;disp=emb&amp;zw" alt="Click Here To Join Now" width="217" height="144" /></p>
<p><span style="color:#003300;">In the year 1921, a young man from Andhra presented<br />
this flag to Gandhiji for approval. It was only after<br />
Gandhiji&#8217;s suggestion that the white strip and<br />
the charkha were added.</span></p>
<p style="text-align:center;"><img class="aligncenter" src="https://mail.google.com/mail/?ui=2&amp;ik=ef48fe8bbe&amp;view=att&amp;th=126bcc89b25634bf&amp;attid=0.1.5&amp;disp=emb&amp;zw" alt="Click Here To Join Now" width="215" height="144" /></p>
<p><span style="color:#003300;">This flag was suggested during the All India Congress<br />
Committee session in 1931. However, the Committee&#8217;s<br />
suggestion was not approved.</span></p>
<p style="text-align:center;"><img class="aligncenter" src="https://mail.google.com/mail/?ui=2&amp;ik=ef48fe8bbe&amp;view=att&amp;th=126bcc89b25634bf&amp;attid=0.1.6&amp;disp=emb&amp;zw" alt="Click Here To Join Now" width="216" height="144" /></p>
<p><span style="color:#003300;">On August 6, 1931, the Indian National Congress<br />
formally adopted this flag, which was first hoisted<br />
on August 31.</span></p>
<p style="text-align:center;"><img class="aligncenter" src="https://mail.google.com/mail/?ui=2&amp;ik=ef48fe8bbe&amp;view=att&amp;th=126bcc89b25634bf&amp;attid=0.1.7&amp;disp=emb&amp;zw" alt="Click Here To Join Now" width="216" height="144" /></p>
<p><span style="font-family:Arial Black;">The man who designed Tiranga versatile genius Lt. Shri Pingali         Venkayya.</span></p>
<p style="text-align:center;"><img class="aligncenter" src="https://mail.google.com/mail/?ui=2&amp;ik=ef48fe8bbe&amp;view=att&amp;th=126bcc89b25634bf&amp;attid=0.1.8&amp;disp=emb&amp;zw" alt="Click Here To Join Now" width="360" height="343" /></p>
<p><strong><span style="font-family:Comic Sans MS;font-size:small;">Lt         .Shri Pingali Venkayya</span></strong><span style="font-family:Comic Sans MS;"><br />
</span></p>
<h4><span style="font-family:Comic Sans MS;"><span style="color:#888888;">India &#8216;s flag is a tricolor standard, with bands of saffron, white, and dark green. The saffron represents courage, sacrifice, patriotism, and renunciation. It is also the colour of the Hindu people. The green stands for faith, fertility and the land; it is the colour of the Islam religion. The white is in the centre, symbolizing the hope for unity and peace. In the centre of the white band (representing Christianity) is a blue wheel with 24 spokes. This is the Ashoka Chakra (or &#8220;Wheel of Law&#8221;). The Chakra represents the continuing progress of the nation and the importance of justice in life. It also appears on the Sarnath Lion Capital of Ashoka &#8221; .</span></span></h4>
<p><span style="font-family:Arial Black;"><br />
</span></p>
<br />Filed under: <a href='http://somnathsingh.wordpress.com/category/india/'>INDIA</a> Tagged: <a href='http://somnathsingh.wordpress.com/tag/india/'>INDIA</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/somnathsingh.wordpress.com/839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/somnathsingh.wordpress.com/839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/somnathsingh.wordpress.com/839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/somnathsingh.wordpress.com/839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/somnathsingh.wordpress.com/839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/somnathsingh.wordpress.com/839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/somnathsingh.wordpress.com/839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/somnathsingh.wordpress.com/839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/somnathsingh.wordpress.com/839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/somnathsingh.wordpress.com/839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/somnathsingh.wordpress.com/839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/somnathsingh.wordpress.com/839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/somnathsingh.wordpress.com/839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/somnathsingh.wordpress.com/839/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=839&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://somnathsingh.wordpress.com/2010/04/10/the-history-of-the-indian-flag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/729502977b626570aa34a9d62ebc07e1?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">SOMU</media:title>
		</media:content>

		<media:content url="https://mail.google.com/mail/?ui=2&#38;ik=ef48fe8bbe&#38;view=att&#38;th=126bcc89b25634bf&#38;attid=0.1.1&#38;disp=emb&#38;zw" medium="image">
			<media:title type="html">Click Here To Join Now</media:title>
		</media:content>

		<media:content url="https://mail.google.com/mail/?ui=2&#38;ik=ef48fe8bbe&#38;view=att&#38;th=126bcc89b25634bf&#38;attid=0.1.2&#38;disp=emb&#38;zw" medium="image" />

		<media:content url="https://mail.google.com/mail/?ui=2&#38;ik=ef48fe8bbe&#38;view=att&#38;th=126bcc89b25634bf&#38;attid=0.1.3&#38;disp=emb&#38;zw" medium="image">
			<media:title type="html">Click Here To Join Now</media:title>
		</media:content>

		<media:content url="https://mail.google.com/mail/?ui=2&#38;ik=ef48fe8bbe&#38;view=att&#38;th=126bcc89b25634bf&#38;attid=0.1.4&#38;disp=emb&#38;zw" medium="image">
			<media:title type="html">Click Here To Join Now</media:title>
		</media:content>

		<media:content url="https://mail.google.com/mail/?ui=2&#38;ik=ef48fe8bbe&#38;view=att&#38;th=126bcc89b25634bf&#38;attid=0.1.5&#38;disp=emb&#38;zw" medium="image">
			<media:title type="html">Click Here To Join Now</media:title>
		</media:content>

		<media:content url="https://mail.google.com/mail/?ui=2&#38;ik=ef48fe8bbe&#38;view=att&#38;th=126bcc89b25634bf&#38;attid=0.1.6&#38;disp=emb&#38;zw" medium="image">
			<media:title type="html">Click Here To Join Now</media:title>
		</media:content>

		<media:content url="https://mail.google.com/mail/?ui=2&#38;ik=ef48fe8bbe&#38;view=att&#38;th=126bcc89b25634bf&#38;attid=0.1.7&#38;disp=emb&#38;zw" medium="image">
			<media:title type="html">Click Here To Join Now</media:title>
		</media:content>

		<media:content url="https://mail.google.com/mail/?ui=2&#38;ik=ef48fe8bbe&#38;view=att&#38;th=126bcc89b25634bf&#38;attid=0.1.8&#38;disp=emb&#38;zw" medium="image">
			<media:title type="html">Click Here To Join Now</media:title>
		</media:content>
	</item>
		<item>
		<title>How to set precision in C &amp; C++??</title>
		<link>http://somnathsingh.wordpress.com/2010/04/05/how-to-set-precision-in-c-c/</link>
		<comments>http://somnathsingh.wordpress.com/2010/04/05/how-to-set-precision-in-c-c/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 04:01:36 +0000</pubDate>
		<dc:creator>Somnath</dc:creator>
				<category><![CDATA[Computer stuffs]]></category>
		<category><![CDATA[CODING]]></category>

		<guid isPermaLink="false">http://somnathsingh.wordpress.com/?p=827</guid>
		<description><![CDATA[In C the syntax is: printf(&#8220;%.11Lf&#8221;,var); or printf(&#8220;%.*Lf&#8221;,n,var); Here n is the  precision&#8230;. In C++ var=3.14159265358979323846; cout.precision(12); cout&#60;&#60;var; Filed under: Computer stuffs Tagged: CODING<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=827&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>In C the syntax is:</h1>
<p><span style="color:#003300;"><strong>printf(&#8220;%.11Lf&#8221;,var);</strong></span></p>
<p><span style="color:#003300;"><strong>or </strong></span></p>
<p><span style="color:#003300;"><strong>printf(&#8220;%.*Lf&#8221;,n,var); </strong></span></p>
<p><span style="color:#003300;"><strong>Here n is the  precision&#8230;. </strong></span></p>
<h1>In C++</h1>
<p><strong><span style="color:#003366;">var=3.14159265358979323846;</span></strong></p>
<p><strong><span style="color:#003366;">cout.precision(12);</span></strong></p>
<p><span style="color:#003366;"><strong>cout&lt;&lt;va</strong>r;</span></p>
<table>
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
<br />Filed under: <a href='http://somnathsingh.wordpress.com/category/computer-stuffs/'>Computer stuffs</a> Tagged: <a href='http://somnathsingh.wordpress.com/tag/coding/'>CODING</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/somnathsingh.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/somnathsingh.wordpress.com/827/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/somnathsingh.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/somnathsingh.wordpress.com/827/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/somnathsingh.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/somnathsingh.wordpress.com/827/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/somnathsingh.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/somnathsingh.wordpress.com/827/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/somnathsingh.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/somnathsingh.wordpress.com/827/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/somnathsingh.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/somnathsingh.wordpress.com/827/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/somnathsingh.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/somnathsingh.wordpress.com/827/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=827&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://somnathsingh.wordpress.com/2010/04/05/how-to-set-precision-in-c-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/729502977b626570aa34a9d62ebc07e1?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">SOMU</media:title>
		</media:content>
	</item>
		<item>
		<title>Problem linking the header files in GCC Linux .</title>
		<link>http://somnathsingh.wordpress.com/2010/03/27/problem-linking-the-header-files-in-gcc-linux/</link>
		<comments>http://somnathsingh.wordpress.com/2010/03/27/problem-linking-the-header-files-in-gcc-linux/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 13:12:13 +0000</pubDate>
		<dc:creator>Somnath</dc:creator>
				<category><![CDATA[Computer stuffs]]></category>
		<category><![CDATA[CODING]]></category>

		<guid isPermaLink="false">http://somnathsingh.wordpress.com/?p=823</guid>
		<description><![CDATA[Sometimee u will find that ur program in c or c++ is unable 2 link the header file resulting 2 (compilation) linking error . This limitation can be fixed by the following :: gcc -o sample -lm sample.c OR cc -o sample -lm sample.c Now u know the solution go ahead n codeee .. Filed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=823&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Sometimee u will find that ur program in c or c++ is unable 2 link the header file resulting 2<span style="text-decoration:line-through;"> (compilation)</span> linking error . This limitation can be fixed by the following ::</strong></p>
<h3><span style="color:#333300;">gcc -o sample -lm sample.c</span></h3>
<h3><span style="color:#333300;"> OR<br />
</span></h3>
<h3><span style="color:#333300;">cc -o sample -lm sample.c</span></h3>
<p><span style="color:#333300;"><em><span style="color:#000000;">Now u know the solution go ahead n codeee ..</span></em><br />
</span></p>
<p><span style="color:#333300;"><br />
</span></p>
<br />Filed under: <a href='http://somnathsingh.wordpress.com/category/computer-stuffs/'>Computer stuffs</a> Tagged: <a href='http://somnathsingh.wordpress.com/tag/coding/'>CODING</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/somnathsingh.wordpress.com/823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/somnathsingh.wordpress.com/823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/somnathsingh.wordpress.com/823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/somnathsingh.wordpress.com/823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/somnathsingh.wordpress.com/823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/somnathsingh.wordpress.com/823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/somnathsingh.wordpress.com/823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/somnathsingh.wordpress.com/823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/somnathsingh.wordpress.com/823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/somnathsingh.wordpress.com/823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/somnathsingh.wordpress.com/823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/somnathsingh.wordpress.com/823/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/somnathsingh.wordpress.com/823/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/somnathsingh.wordpress.com/823/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=823&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://somnathsingh.wordpress.com/2010/03/27/problem-linking-the-header-files-in-gcc-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/729502977b626570aa34a9d62ebc07e1?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">SOMU</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Install GCC (c/c++) Compiler in Ubuntu 9.10</title>
		<link>http://somnathsingh.wordpress.com/2010/03/27/how-to-install-gcc-cc-compiler-in-ubuntu-9-10/</link>
		<comments>http://somnathsingh.wordpress.com/2010/03/27/how-to-install-gcc-cc-compiler-in-ubuntu-9-10/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 08:58:39 +0000</pubDate>
		<dc:creator>Somnath</dc:creator>
				<category><![CDATA[Computer stuffs]]></category>
		<category><![CDATA[CODING]]></category>

		<guid isPermaLink="false">http://somnathsingh.wordpress.com/?p=820</guid>
		<description><![CDATA[Installing  package called &#8220;build-essential &#8221; will serve the purpose &#8221; build-essential &#8220; contains a list of packages which are essential for building Ubuntu packages including gcc compiler, make and other required tools. $ sudo apt-get install build-essential $ gcc -v $ make -v Enjoy Coding &#8230;.. Filed under: Computer stuffs Tagged: CODING<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=820&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Installing  package called &#8220;</strong><strong><span style="color:#0000ff;">build-essential</span> &#8221; will serve the purpose</strong></p>
<p><strong><span style="color:#0000ff;">&#8221; build-essential &#8220;</span> contains a list of packages which are essential for building Ubuntu packages including gcc compiler, make and other required tools.</strong></p>
<p><span style="color:#333300;"><br />
</span></p>
<h3><span style="color:#333300;"><strong>$ sudo apt-get install  build-essential</strong></span></h3>
<h3><span style="color:#333300;"><strong> $ gcc -v</strong></span></h3>
<h3><span style="color:#333300;"><strong> $ make -v</strong></span></h3>
<p><em>Enjoy Coding &#8230;..</em></p>
<br />Filed under: <a href='http://somnathsingh.wordpress.com/category/computer-stuffs/'>Computer stuffs</a> Tagged: <a href='http://somnathsingh.wordpress.com/tag/coding/'>CODING</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/somnathsingh.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/somnathsingh.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/somnathsingh.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/somnathsingh.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/somnathsingh.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/somnathsingh.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/somnathsingh.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/somnathsingh.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/somnathsingh.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/somnathsingh.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/somnathsingh.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/somnathsingh.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/somnathsingh.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/somnathsingh.wordpress.com/820/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=820&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://somnathsingh.wordpress.com/2010/03/27/how-to-install-gcc-cc-compiler-in-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/729502977b626570aa34a9d62ebc07e1?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">SOMU</media:title>
		</media:content>
	</item>
		<item>
		<title>CRAZY !!!!!</title>
		<link>http://somnathsingh.wordpress.com/2010/03/21/crazy/</link>
		<comments>http://somnathsingh.wordpress.com/2010/03/21/crazy/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 07:34:52 +0000</pubDate>
		<dc:creator>Somnath</dc:creator>
				<category><![CDATA[Interesting Facts]]></category>

		<guid isPermaLink="false">http://somnathsingh.wordpress.com/?p=798</guid>
		<description><![CDATA[Horny Goat Filed under: Interesting Facts<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=798&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://somnathsingh.files.wordpress.com/2010/03/cigarettes-can-kill.jpg"></p>
<div id="attachment_816" class="wp-caption alignnone" style="width: 410px"></a><a href="http://somnathsingh.files.wordpress.com/2010/03/weird-flip-flops.jpg"><img class="size-full wp-image-816" title="weird flip flops" src="http://somnathsingh.files.wordpress.com/2010/03/weird-flip-flops.jpg?w=468" alt=""   /></a><p class="wp-caption-text">flip flops</p></div>
<div id="attachment_817" class="wp-caption alignnone" style="width: 360px"><a href="http://somnathsingh.files.wordpress.com/2010/03/strange-looking-bus.jpg"><img class="size-full wp-image-817" title="Strange Looking Bus" src="http://somnathsingh.files.wordpress.com/2010/03/strange-looking-bus.jpg?w=468" alt=""   /></a><p class="wp-caption-text">let&#39;s Go 2 School</p></div>
<p><img class="alignnone size-full wp-image-800" title="cigarettes can kill" src="http://somnathsingh.files.wordpress.com/2010/03/cigarettes-can-kill.jpg?w=468&#038;h=1371" alt="" width="468" height="1371" /></p>
<div id="attachment_801" class="wp-caption alignnone" style="width: 327px"><a href="http://somnathsingh.files.wordpress.com/2010/03/cool-whale-high-five.jpg"><img class="size-full wp-image-801" title="Cool Whale High Five" src="http://somnathsingh.files.wordpress.com/2010/03/cool-whale-high-five.jpg?w=468" alt=""   /></a><p class="wp-caption-text">Cool Whale High Five</p></div>
<div id="attachment_802" class="wp-caption alignnone" style="width: 391px"><a href="http://somnathsingh.files.wordpress.com/2010/03/crazy-arabs.jpg"><img class="size-full wp-image-802" title="crazy arabs" src="http://somnathsingh.files.wordpress.com/2010/03/crazy-arabs.jpg?w=468" alt=""   /></a><p class="wp-caption-text">crazy arabs</p></div>
<div id="attachment_803" class="wp-caption alignnone" style="width: 304px"><a href="http://somnathsingh.files.wordpress.com/2010/03/crazy-car-thing-php.jpg"><img class="size-full wp-image-803" title="crazy car thing" src="http://somnathsingh.files.wordpress.com/2010/03/crazy-car-thing-php.jpg?w=468" alt=""   /></a><p class="wp-caption-text">crazy car thing</p></div>
<div id="attachment_804" class="wp-caption alignnone" style="width: 478px"><a href="http://somnathsingh.files.wordpress.com/2010/03/unusual__02.jpg"><img class="size-full wp-image-804" title="unusual__02" src="http://somnathsingh.files.wordpress.com/2010/03/unusual__02.jpg?w=468&#038;h=351" alt="" width="468" height="351" /></a><p class="wp-caption-text">Read with no hindrance</p></div>
<div id="attachment_805" class="wp-caption alignnone" style="width: 478px"><a href="http://somnathsingh.files.wordpress.com/2010/03/unusual__03.jpg"><img class="size-full wp-image-805" title="unusual__03" src="http://somnathsingh.files.wordpress.com/2010/03/unusual__03.jpg?w=468&#038;h=833" alt="" width="468" height="833" /></a><p class="wp-caption-text">She is HOT !!</p></div>
<div id="attachment_806" class="wp-caption alignnone" style="width: 478px"><a href="http://somnathsingh.files.wordpress.com/2010/03/unusual__14.jpg"><img class="size-full wp-image-806" title="unusual__14" src="http://somnathsingh.files.wordpress.com/2010/03/unusual__14.jpg?w=468&#038;h=326" alt="" width="468" height="326" /></a><p class="wp-caption-text">Time PLzzzzz</p></div>
<div id="attachment_807" class="wp-caption alignnone" style="width: 478px"><a href="http://somnathsingh.files.wordpress.com/2010/03/unusual__21.jpg"><img class="size-full wp-image-807" title="unusual__21" src="http://somnathsingh.files.wordpress.com/2010/03/unusual__21.jpg?w=468&#038;h=312" alt="" width="468" height="312" /></a><p class="wp-caption-text">HMMMMM</p></div>
<div id="attachment_799" class="wp-caption alignnone" style="width: 478px"><a href="http://somnathsingh.files.wordpress.com/2010/03/black-widow-eats-snake.jpg"><img class="size-full wp-image-799" title="Black Widow Eats Snake" src="http://somnathsingh.files.wordpress.com/2010/03/black-widow-eats-snake.jpg?w=468&#038;h=1170" alt="" width="468" height="1170" /></a><p class="wp-caption-text">Black Widow Eats Snake</p></div>
<div id="attachment_808" class="wp-caption alignnone" style="width: 478px"><a href="http://somnathsingh.files.wordpress.com/2010/03/unusual__15.jpg"><img class="size-full wp-image-808" title="unusual__15" src="http://somnathsingh.files.wordpress.com/2010/03/unusual__15.jpg?w=468&#038;h=351" alt="" width="468" height="351" /></a><p class="wp-caption-text">Chargeeee</p></div>
<div id="attachment_809" class="wp-caption alignnone" style="width: 478px"><a href="http://somnathsingh.files.wordpress.com/2010/03/unusual__12.jpg"><img class="size-full wp-image-809" title="unusual__12" src="http://somnathsingh.files.wordpress.com/2010/03/unusual__12.jpg?w=468&#038;h=468" alt="" width="468" height="468" /></a><p class="wp-caption-text">What abt tht ??</p></div>
<div id="attachment_810" class="wp-caption alignnone" style="width: 410px"><a href="http://somnathsingh.files.wordpress.com/2010/03/zipper-tongue.jpg"><img class="size-full wp-image-810" title="zipper tongue" src="http://somnathsingh.files.wordpress.com/2010/03/zipper-tongue.jpg?w=468" alt=""   /></a><p class="wp-caption-text">Stupiddddd </p></div>
<div id="attachment_811" class="wp-caption alignnone" style="width: 410px"><a href="http://somnathsingh.files.wordpress.com/2010/03/why-is-this-guy-smiling.jpg"><img class="size-full wp-image-811" title="Why Is This Guy Smiling" src="http://somnathsingh.files.wordpress.com/2010/03/why-is-this-guy-smiling.jpg?w=468" alt=""   /></a><p class="wp-caption-text">Why Is This Guy Smiling</p></div>
<div id="attachment_812" class="wp-caption alignnone" style="width: 393px"><a href="http://somnathsingh.files.wordpress.com/2010/03/three-headed-dog.jpg"><img class="size-full wp-image-812" title="Three Headed Dog" src="http://somnathsingh.files.wordpress.com/2010/03/three-headed-dog.jpg?w=468" alt=""   /></a><p class="wp-caption-text">Three Headed Dog (not morphed) @Chinaaa </p></div>
<div id="attachment_813" class="wp-caption alignnone" style="width: 410px"><a href="http://somnathsingh.files.wordpress.com/2010/03/tiger-fish-teeth.jpg"><img class="size-full wp-image-813" title="Tiger Fish Teeth" src="http://somnathsingh.files.wordpress.com/2010/03/tiger-fish-teeth.jpg?w=468" alt=""   /></a><p class="wp-caption-text">Tiger Fish Teeth</p></div>
<p><a href="http://somnathsingh.files.wordpress.com/2010/03/horny-goat.jpg"><img title="Horny Goat" src="http://somnathsingh.files.wordpress.com/2010/03/horny-goat.jpg?w=400&#038;h=267" alt="" width="400" height="267" /></a></p>
<p><span style="color:#000000;"><strong>Horny Goat</strong></span></p>
<br />Filed under: <a href='http://somnathsingh.wordpress.com/category/interesting-facts/'>Interesting Facts</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/somnathsingh.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/somnathsingh.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/somnathsingh.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/somnathsingh.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/somnathsingh.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/somnathsingh.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/somnathsingh.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/somnathsingh.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/somnathsingh.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/somnathsingh.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/somnathsingh.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/somnathsingh.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/somnathsingh.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/somnathsingh.wordpress.com/798/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=798&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://somnathsingh.wordpress.com/2010/03/21/crazy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/729502977b626570aa34a9d62ebc07e1?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">SOMU</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/weird-flip-flops.jpg" medium="image">
			<media:title type="html">weird flip flops</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/strange-looking-bus.jpg" medium="image">
			<media:title type="html">Strange Looking Bus</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/cigarettes-can-kill.jpg" medium="image">
			<media:title type="html">cigarettes can kill</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/cool-whale-high-five.jpg" medium="image">
			<media:title type="html">Cool Whale High Five</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/crazy-arabs.jpg" medium="image">
			<media:title type="html">crazy arabs</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/crazy-car-thing-php.jpg" medium="image">
			<media:title type="html">crazy car thing</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/unusual__02.jpg" medium="image">
			<media:title type="html">unusual__02</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/unusual__03.jpg" medium="image">
			<media:title type="html">unusual__03</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/unusual__14.jpg" medium="image">
			<media:title type="html">unusual__14</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/unusual__21.jpg" medium="image">
			<media:title type="html">unusual__21</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/black-widow-eats-snake.jpg" medium="image">
			<media:title type="html">Black Widow Eats Snake</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/unusual__15.jpg" medium="image">
			<media:title type="html">unusual__15</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/unusual__12.jpg" medium="image">
			<media:title type="html">unusual__12</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/zipper-tongue.jpg" medium="image">
			<media:title type="html">zipper tongue</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/why-is-this-guy-smiling.jpg" medium="image">
			<media:title type="html">Why Is This Guy Smiling</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/three-headed-dog.jpg" medium="image">
			<media:title type="html">Three Headed Dog</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/tiger-fish-teeth.jpg" medium="image">
			<media:title type="html">Tiger Fish Teeth</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/03/horny-goat.jpg" medium="image">
			<media:title type="html">Horny Goat</media:title>
		</media:content>
	</item>
		<item>
		<title>Independence Phase Of India ..</title>
		<link>http://somnathsingh.wordpress.com/2010/02/12/independence-phase-of-india/</link>
		<comments>http://somnathsingh.wordpress.com/2010/02/12/independence-phase-of-india/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 10:56:23 +0000</pubDate>
		<dc:creator>Somnath</dc:creator>
				<category><![CDATA[INDIA]]></category>

		<guid isPermaLink="false">http://somnathsingh.wordpress.com/?p=760</guid>
		<description><![CDATA[1st MISS INDIA 1st INDIAN FLAG Filed under: INDIA Tagged: INDIA<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=760&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://somnathsingh.files.wordpress.com/2010/02/3indias-first-independence-day-celebrations-pics1.jpg"></a><a href="http://somnathsingh.files.wordpress.com/2010/02/indias-first-independence-day-celebrations-in-delhi-august-15-1947-2.jpg"><img class="alignnone size-full wp-image-780" title="India's First Independence Day Celebrations in Delhi AUGUST 15, 1947.2" src="http://somnathsingh.files.wordpress.com/2010/02/indias-first-independence-day-celebrations-in-delhi-august-15-1947-2.jpg?w=468&#038;h=369" alt="" width="468" height="369" /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/64cindiaolddehi308001.jpg"></a><a href="http://somnathsingh.files.wordpress.com/2010/02/breadwinners.jpg"><img class="alignnone size-full wp-image-767" title="breadwinners" src="http://somnathsingh.files.wordpress.com/2010/02/breadwinners.jpg?w=468&#038;h=356" alt="" width="468" height="356" /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/breadwinners.jpg"></a><a href="http://somnathsingh.files.wordpress.com/2010/02/british-flag-replaced-by-indian-flag-on-aug-15th-19471.jpg"><img class="alignnone size-full wp-image-768" title="British Flag replaced by Indian Flag on Aug 15th, 1947" src="http://somnathsingh.files.wordpress.com/2010/02/british-flag-replaced-by-indian-flag-on-aug-15th-19471.jpg?w=468" alt=""   /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/british-flag-replaced-by-indian-flag-on-aug-15th-19472.jpg"><img class="alignnone size-full wp-image-769" title="British Flag replaced by Indian Flag on Aug 15th, 19472" src="http://somnathsingh.files.wordpress.com/2010/02/british-flag-replaced-by-indian-flag-on-aug-15th-19472.jpg?w=468" alt=""   /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/64cindiaolddehi308001.jpg"></a><a href="http://somnathsingh.files.wordpress.com/2010/02/1947.jpg"><img class="alignnone size-full wp-image-764" title="1947" src="http://somnathsingh.files.wordpress.com/2010/02/1947.jpg?w=468" alt=""   /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/469977_f520.jpg"><img class="alignnone size-full wp-image-765" title="469977_f520" src="http://somnathsingh.files.wordpress.com/2010/02/469977_f520.jpg?w=468&#038;h=329" alt="" width="468" height="329" /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/gateway-of-india-old.jpg"><img class="alignnone size-full wp-image-770" title="gateway-of-india-old" src="http://somnathsingh.files.wordpress.com/2010/02/gateway-of-india-old.jpg?w=468" alt=""   /></a><a href="http://somnathsingh.files.wordpress.com/2010/02/gandhi_jinnah.jpg"><img class="alignnone size-full wp-image-772" title="gandhi_jinnah" src="http://somnathsingh.files.wordpress.com/2010/02/gandhi_jinnah.jpg?w=468" alt=""   /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/gandhi_jinnah.jpg"></a><a href="http://somnathsingh.files.wordpress.com/2010/02/indias-first-independence-day-celebrations-in-delhi-august-15-1947.jpg"><img class="alignnone size-full wp-image-773" title="India's First Independence Day Celebrations in Delhi AUGUST 15, 1947." src="http://somnathsingh.files.wordpress.com/2010/02/indias-first-independence-day-celebrations-in-delhi-august-15-1947.jpg?w=468&#038;h=368" alt="" width="468" height="368" /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/indias-first-independence-day-celebrations-in-delhi-august-15-1947.jpg"></a><a href="http://somnathsingh.files.wordpress.com/2010/02/images.jpeg"><img class="alignnone size-full wp-image-774" title="images" src="http://somnathsingh.files.wordpress.com/2010/02/images.jpeg?w=468" alt=""   /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/india.jpg"><img class="alignnone size-full wp-image-775" title="india" src="http://somnathsingh.files.wordpress.com/2010/02/india.jpg?w=468&#038;h=317" alt="" width="468" height="317" /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/3indias-first-independence-day-celebrations-pics1.jpg"><img title="3India's First Independence Day Celebrations pics" src="http://somnathsingh.files.wordpress.com/2010/02/3indias-first-independence-day-celebrations-pics1.jpg?w=468&#038;h=295" alt="" width="468" height="295" /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/3indias-first-independence-day-celebrations-pics1.jpg"></a><a href="http://somnathsingh.files.wordpress.com/2010/02/15aug-nehru11.jpg"><img title="15aug-nehru1" src="http://somnathsingh.files.wordpress.com/2010/02/15aug-nehru11.jpg?w=468&#038;h=255" alt="" width="468" height="255" /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/indias-first-independence-day-celebrations-in-delhi-august-15-1947-4.jpg"><img class="alignnone size-full wp-image-782" title="India's First Independence Day Celebrations in Delhi AUGUST 15, 1947.4" src="http://somnathsingh.files.wordpress.com/2010/02/indias-first-independence-day-celebrations-in-delhi-august-15-1947-4.jpg?w=468&#038;h=301" alt="" width="468" height="301" /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/indias-first-independence-day-celebrations-in-delhi-august-15-1947-4.jpg"></a><a href="http://somnathsingh.files.wordpress.com/2010/02/nehru_rajiv.jpg"><img class="alignnone size-full wp-image-783" title="nehru_rajiv" src="http://somnathsingh.files.wordpress.com/2010/02/nehru_rajiv.jpg?w=468&#038;h=339" alt="" width="468" height="339" /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/old-photographs-from-indian-history-7.jpg"><img class="alignnone size-full wp-image-784" title="Old Photographs from Indian History (7)" src="http://somnathsingh.files.wordpress.com/2010/02/old-photographs-from-indian-history-7.jpg?w=468&#038;h=312" alt="" width="468" height="312" /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/old-photographs-from-indian-history-7.jpg"></a><a href="http://somnathsingh.files.wordpress.com/2010/02/pangs_of_partition.jpg"><img class="alignnone size-full wp-image-785" title="pangs_of_partition" src="http://somnathsingh.files.wordpress.com/2010/02/pangs_of_partition.jpg?w=468" alt=""   /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/pangs_of_partition.jpg"></a><a href="http://somnathsingh.files.wordpress.com/2010/02/part-016.jpeg"><img class="alignnone size-full wp-image-786" title="part-016" src="http://somnathsingh.files.wordpress.com/2010/02/part-016.jpeg?w=468&#038;h=313" alt="" width="468" height="313" /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/pramila1missindia.jpg"><img class="alignnone size-full wp-image-787" title="Pramila1missindia" src="http://somnathsingh.files.wordpress.com/2010/02/pramila1missindia.jpg?w=468" alt=""   /></a></p>
<h2><span style="color:#800000;">1st MISS INDIA </span></h2>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/pramila1missindia.jpg"></a><a href="http://somnathsingh.files.wordpress.com/2010/02/quit-india-movement.jpg"><img class="alignnone size-full wp-image-788" title="Quit India Movement" src="http://somnathsingh.files.wordpress.com/2010/02/quit-india-movement.jpg?w=468" alt=""   /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/saptarishi-flag.jpeg"><img class="alignnone size-full wp-image-789" title="Saptarishi Flag" src="http://somnathsingh.files.wordpress.com/2010/02/saptarishi-flag.jpeg?w=468" alt=""   /></a></p>
<h2><span style="color:#800000;">1st INDIAN FLAG </span></h2>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/saptarishi-flag.jpeg"></a><a href="http://somnathsingh.files.wordpress.com/2010/02/ws-2.jpg"><img class="alignnone size-full wp-image-790" title="ws (2)" src="http://somnathsingh.files.wordpress.com/2010/02/ws-2.jpg?w=468&#038;h=276" alt="" width="468" height="276" /></a></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/ws-2.jpg"></a><a href="http://somnathsingh.files.wordpress.com/2010/02/the-proud-indian-flag-1.jpg"><img class="alignnone size-full wp-image-791" title="the-proud-indian-flag-1" src="http://somnathsingh.files.wordpress.com/2010/02/the-proud-indian-flag-1.jpg?w=468&#038;h=383" alt="" width="468" height="383" /></a></p>
<br />Filed under: <a href='http://somnathsingh.wordpress.com/category/india/'>INDIA</a> Tagged: <a href='http://somnathsingh.wordpress.com/tag/india/'>INDIA</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/somnathsingh.wordpress.com/760/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/somnathsingh.wordpress.com/760/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/somnathsingh.wordpress.com/760/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/somnathsingh.wordpress.com/760/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/somnathsingh.wordpress.com/760/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/somnathsingh.wordpress.com/760/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/somnathsingh.wordpress.com/760/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/somnathsingh.wordpress.com/760/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/somnathsingh.wordpress.com/760/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/somnathsingh.wordpress.com/760/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/somnathsingh.wordpress.com/760/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/somnathsingh.wordpress.com/760/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/somnathsingh.wordpress.com/760/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/somnathsingh.wordpress.com/760/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=760&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://somnathsingh.wordpress.com/2010/02/12/independence-phase-of-india/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/729502977b626570aa34a9d62ebc07e1?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">SOMU</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/indias-first-independence-day-celebrations-in-delhi-august-15-1947-2.jpg" medium="image">
			<media:title type="html">India&#039;s First Independence Day Celebrations in Delhi AUGUST 15, 1947.2</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/breadwinners.jpg" medium="image">
			<media:title type="html">breadwinners</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/british-flag-replaced-by-indian-flag-on-aug-15th-19471.jpg" medium="image">
			<media:title type="html">British Flag replaced by Indian Flag on Aug 15th, 1947</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/british-flag-replaced-by-indian-flag-on-aug-15th-19472.jpg" medium="image">
			<media:title type="html">British Flag replaced by Indian Flag on Aug 15th, 19472</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/1947.jpg" medium="image">
			<media:title type="html">1947</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/469977_f520.jpg" medium="image">
			<media:title type="html">469977_f520</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/gateway-of-india-old.jpg" medium="image">
			<media:title type="html">gateway-of-india-old</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/gandhi_jinnah.jpg" medium="image">
			<media:title type="html">gandhi_jinnah</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/indias-first-independence-day-celebrations-in-delhi-august-15-1947.jpg" medium="image">
			<media:title type="html">India&#039;s First Independence Day Celebrations in Delhi AUGUST 15, 1947.</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/images.jpeg" medium="image">
			<media:title type="html">images</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/india.jpg" medium="image">
			<media:title type="html">india</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/3indias-first-independence-day-celebrations-pics1.jpg" medium="image">
			<media:title type="html">3India&#039;s First Independence Day Celebrations pics</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/15aug-nehru11.jpg" medium="image">
			<media:title type="html">15aug-nehru1</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/indias-first-independence-day-celebrations-in-delhi-august-15-1947-4.jpg" medium="image">
			<media:title type="html">India&#039;s First Independence Day Celebrations in Delhi AUGUST 15, 1947.4</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/nehru_rajiv.jpg" medium="image">
			<media:title type="html">nehru_rajiv</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/old-photographs-from-indian-history-7.jpg" medium="image">
			<media:title type="html">Old Photographs from Indian History (7)</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/pangs_of_partition.jpg" medium="image">
			<media:title type="html">pangs_of_partition</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/part-016.jpeg" medium="image">
			<media:title type="html">part-016</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/pramila1missindia.jpg" medium="image">
			<media:title type="html">Pramila1missindia</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/quit-india-movement.jpg" medium="image">
			<media:title type="html">Quit India Movement</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/saptarishi-flag.jpeg" medium="image">
			<media:title type="html">Saptarishi Flag</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/ws-2.jpg" medium="image">
			<media:title type="html">ws (2)</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/the-proud-indian-flag-1.jpg" medium="image">
			<media:title type="html">the-proud-indian-flag-1</media:title>
		</media:content>
	</item>
		<item>
		<title>Integrated Many Account into One</title>
		<link>http://somnathsingh.wordpress.com/2010/02/08/integrated-many-account-into-one/</link>
		<comments>http://somnathsingh.wordpress.com/2010/02/08/integrated-many-account-into-one/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 18:32:29 +0000</pubDate>
		<dc:creator>Somnath</dc:creator>
				<category><![CDATA[Computer stuffs]]></category>
		<category><![CDATA[Free chat room]]></category>
		<category><![CDATA[Gtalk]]></category>

		<guid isPermaLink="false">http://somnathsingh.wordpress.com/?p=753</guid>
		<description><![CDATA[Here meebo bring u people with a popular feature that helps to integrate all ur account of different profile into a single one help u 2 manage ur chats in 1 no matter what domain u use &#8230;&#8230; So there is no harm in trying u r using multiple chats in different domain u just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=753&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#0000ff;">Here <span style="color:#000000;">meebo </span>bring u people with a popular feature that helps to integrate all ur account of different profile into a single one help u 2 manage ur chats in 1 no matter what domain u use &#8230;&#8230;</span></p>
<p><span style="color:#0000ff;">So there is no harm in trying u r using multiple chats in different domain u just need 2 create an account in<a href="http://www.meebo.com" target="_blank"> <strong><span style="color:#000000;">www.meebo.com</span></strong></a><strong><span style="color:#000000;"> </span></strong>and give the account id along with their authentication and carry on ur work&#8230;&#8230;&#8230;.</span></p>
<p><span style="color:#0000ff;">This is the Home Page of meebo ::</span></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/screenshot.png"><img class="alignnone size-full wp-image-754" title="Screenshot" src="http://somnathsingh.files.wordpress.com/2010/02/screenshot.png?w=468&#038;h=351" alt="" width="468" height="351" /></a></p>
<p><span style="color:#0000ff;">After u enter in ur profile u will get all ur chats together  like:</span></p>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/screenshot-3.png"><img class="alignnone size-full wp-image-758" title="Screenshot-3" src="http://somnathsingh.files.wordpress.com/2010/02/screenshot-3.png?w=468&#038;h=351" alt="" width="468" height="351" /></a></p>
<p><span style="color:#0000ff;">So wht r u waiting for go ahead and get r account over there &amp; enjoy these feature ..</span>.</p>
<br />Filed under: <a href='http://somnathsingh.wordpress.com/category/computer-stuffs/'>Computer stuffs</a> Tagged: <a href='http://somnathsingh.wordpress.com/tag/free-chat-room/'>Free chat room</a>, <a href='http://somnathsingh.wordpress.com/tag/gtalk/'>Gtalk</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/somnathsingh.wordpress.com/753/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/somnathsingh.wordpress.com/753/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/somnathsingh.wordpress.com/753/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/somnathsingh.wordpress.com/753/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/somnathsingh.wordpress.com/753/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/somnathsingh.wordpress.com/753/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/somnathsingh.wordpress.com/753/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/somnathsingh.wordpress.com/753/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/somnathsingh.wordpress.com/753/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/somnathsingh.wordpress.com/753/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/somnathsingh.wordpress.com/753/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/somnathsingh.wordpress.com/753/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/somnathsingh.wordpress.com/753/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/somnathsingh.wordpress.com/753/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=753&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://somnathsingh.wordpress.com/2010/02/08/integrated-many-account-into-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/729502977b626570aa34a9d62ebc07e1?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">SOMU</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/screenshot.png" medium="image">
			<media:title type="html">Screenshot</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/screenshot-3.png" medium="image">
			<media:title type="html">Screenshot-3</media:title>
		</media:content>
	</item>
		<item>
		<title>DB-GT Season 4 Download</title>
		<link>http://somnathsingh.wordpress.com/2010/02/07/db-gt-season-4-download/</link>
		<comments>http://somnathsingh.wordpress.com/2010/02/07/db-gt-season-4-download/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 06:29:03 +0000</pubDate>
		<dc:creator>Somnath</dc:creator>
				<category><![CDATA[DBGT]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[download DBGT episodes free]]></category>
		<category><![CDATA[Free DBGT episodes]]></category>
		<category><![CDATA[Free DBGT episodes without registration]]></category>

		<guid isPermaLink="false">http://somnathsingh.wordpress.com/?p=746</guid>
		<description><![CDATA[DB-GT Season 4 :: Shadow Dragon Saga: 48. The Shadow Dragons 49. The Two-Star Dragon 50. The Five-Star Dragon 51. The Six-Star Dragon 52. The Seven-Star Dragon 53. Saying Goodbye 54. The Four Star Dragon 55. The Heart of the Prince 56. The Three-Star Dragon 57. The One-Star Dragon 58. Shadow Dragons Unite 59. Super [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=746&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2><span style="color:#333333;">DB-GT Season 4 ::</span></h2>
<p><a href="http://somnathsingh.files.wordpress.com/2010/02/16.jpg"><img class="alignnone size-full wp-image-747" title="16" src="http://somnathsingh.files.wordpress.com/2010/02/16.jpg?w=468" alt=""   /></a></p>
<h3><span style="color:#000080;">Shadow Dragon Saga:</span></h3>
<p><span style="color:#008000;">48. The Shadow Dragons<br />
49. The Two-Star Dragon<br />
50. The Five-Star Dragon<br />
51. The Six-Star Dragon<br />
52. The Seven-Star Dragon<br />
53. Saying Goodbye<br />
54. The Four Star Dragon<br />
55. The Heart of the Prince<br />
56. The Three-Star Dragon<br />
57. The One-Star Dragon<br />
58. Shadow Dragons Unite</span></p>
<p><span style="color:#800080;">59. Super Saiyan 4 Vegeta<br />
60. Super Saiyan 4 Fusion<br />
61. The Limits of Power<br />
62. Rescue Goku<br />
63. Universal Allies<br />
64. Until We Meet Again </span><!-- google_ad_section_end --></p>
<h3><span style="color:#0000ff;"><br />
</span></h3>
<h3><strong><span style="color:#0000ff;">Click the link 2 download :: </span><a href="http://www.4shared.com/dir/30440955/6224c8e1/Evil_shenlong.html" target="_blank"><span style="color:#0000ff;">DB-GT Season 4</span></a><a href="http://www.4shared.com/dir/30440955/6224c8e1/Evil_shenlong.html" target="_blank"><span style="color:#0000ff;"><br />
</span></a></strong></h3>
<p><span style="color:#333333;"><br />
</span></p>
<p><span style="color:#333333;">thnks<br />
</span></p>
<br />Filed under: <a href='http://somnathsingh.wordpress.com/category/dbgt/'>DBGT</a> Tagged: <a href='http://somnathsingh.wordpress.com/tag/dbgt/'>DBGT</a>, <a href='http://somnathsingh.wordpress.com/tag/download/'>download</a>, <a href='http://somnathsingh.wordpress.com/tag/download-dbgt-episodes-free/'>download DBGT episodes free</a>, <a href='http://somnathsingh.wordpress.com/tag/free-dbgt-episodes/'>Free DBGT episodes</a>, <a href='http://somnathsingh.wordpress.com/tag/free-dbgt-episodes-without-registration/'>Free DBGT episodes without registration</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/somnathsingh.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/somnathsingh.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/somnathsingh.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/somnathsingh.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/somnathsingh.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/somnathsingh.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/somnathsingh.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/somnathsingh.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/somnathsingh.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/somnathsingh.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/somnathsingh.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/somnathsingh.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/somnathsingh.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/somnathsingh.wordpress.com/746/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=somnathsingh.wordpress.com&amp;blog=7971165&amp;post=746&amp;subd=somnathsingh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://somnathsingh.wordpress.com/2010/02/07/db-gt-season-4-download/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<georss:point>23.496531 87.324203</georss:point>
		<geo:lat>23.496531</geo:lat>
		<geo:long>87.324203</geo:long>
		<media:content url="http://1.gravatar.com/avatar/729502977b626570aa34a9d62ebc07e1?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">SOMU</media:title>
		</media:content>

		<media:content url="http://somnathsingh.files.wordpress.com/2010/02/16.jpg" medium="image">
			<media:title type="html">16</media:title>
		</media:content>
	</item>
	</channel>
</rss>
