<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>I love this place, I love my home, I love you.</description><title>Make It!</title><generator>Tumblr (3.0; @manavdhiman)</generator><link>http://manavdhiman.tumblr.com/</link><item><title>
People say web-building is not coding. I call that bullshit.
-...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m1fi5lSW9Y1rsvn0do1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;
&lt;p&gt;People say web-building is not coding. I call that bullshit.&lt;/p&gt;
&lt;p&gt;- &lt;a href="http://thefriendz.biz/inspiration/aniket-pant-19-web-builder/" target="_blank"&gt;Aniket Pant&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://manavdhiman.tumblr.com/post/19888670354</link><guid>http://manavdhiman.tumblr.com/post/19888670354</guid><pubDate>Sun, 25 Mar 2012 17:36:18 +0530</pubDate></item><item><title>C++ Encryption function!</title><description>&lt;p&gt;Want to encrypt a word? (Note: Doesn&amp;#8217;t do it permanently. It&amp;#8217;s just a CMD app).&lt;/p&gt;
&lt;p&gt;NOT A PROGRAMMER? DOWNLOAD THE .EXE WORKING FILE &lt;a href="http://dl.dropbox.com/u/10397440/Password%20Encryption.exe" target="_self"&gt;HERE&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here&amp;#8217;s the code:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;#include &amp;#8220;stdafx.h&amp;#8221;&lt;/p&gt;
&lt;p&gt;#include &amp;#8220;iostream&amp;#8221;&lt;/p&gt;
&lt;p&gt;#include &amp;#8220;conio.h&amp;#8221;&lt;/p&gt;
&lt;p&gt;#include &amp;#8220;string&amp;#8221;&lt;/p&gt;
&lt;p&gt;#include &amp;#8220;ctype.h&amp;#8221;&lt;/p&gt;

&lt;p&gt;using namespace std;&lt;/p&gt;

&lt;p&gt;void encrypt(char string[], int len)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;for (int count = 0; count &amp;lt; len; count++)&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;if (isalpha (string [count] ) )&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;string[count] = &amp;#8216;*&amp;#8217;;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;


&lt;p&gt;int _tmain(int argc, _TCHAR* argv[])&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;char Text[40];&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;cout &amp;#171;&amp;#160;&amp;#8220;Enter your desired password: &amp;#8220;;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;cin&amp;#160;&amp;#187; Text;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;int Size = strlen(Text);&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;encrypt(Text, Size);&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;cout &amp;#171;&amp;#160;Text &amp;#171;&amp;#160;endl;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;_getch();&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;return 0;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;

&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;This is completely made in Visual C++ 2010 express.&lt;/strong&gt;&lt;/p&gt;</description><link>http://manavdhiman.tumblr.com/post/17611832594</link><guid>http://manavdhiman.tumblr.com/post/17611832594</guid><pubDate>Tue, 14 Feb 2012 22:48:15 +0530</pubDate><category>C++</category><category>encryption</category></item><item><title>Awesome video! :D</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/Gm71cg9ISdc?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Awesome video! :D&lt;/p&gt;</description><link>http://manavdhiman.tumblr.com/post/15782603983</link><guid>http://manavdhiman.tumblr.com/post/15782603983</guid><pubDate>Fri, 13 Jan 2012 23:57:42 +0530</pubDate></item><item><title>This is funny! :D
staff:

Photo posts now support Animated GIFs...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lxl3cv0ulu1qe0eclo1_r1_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;This is funny! :D&lt;/p&gt;
&lt;p&gt;&lt;a class="tumblr_blog" href="http://staff.tumblr.com/post/15623140287/1mb-gifs" target="_blank"&gt;staff&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Photo posts now support Animated GIFs up to &lt;code&gt;1MB&lt;/code&gt;. Woo!&lt;/p&gt;
&lt;p&gt;&lt;em&gt;GIF by &lt;a href="http://iwdrm.tumblr.com/" target="_blank"&gt;iwdrm&lt;/a&gt; featuring &lt;a href="http://www.imdb.com/title/tt0060176/" target="_blank"&gt;Blow-Up (1966)&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://manavdhiman.tumblr.com/post/15731080066</link><guid>http://manavdhiman.tumblr.com/post/15731080066</guid><pubDate>Fri, 13 Jan 2012 00:31:54 +0530</pubDate></item><item><title>"After silence, that which comes the nearest to expressing the inexpressible is music."</title><description>“After silence, that which comes the nearest to expressing the inexpressible is music.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;Aldous Huxley&lt;/em&gt;</description><link>http://manavdhiman.tumblr.com/post/14864509730</link><guid>http://manavdhiman.tumblr.com/post/14864509730</guid><pubDate>Tue, 27 Dec 2011 21:23:02 +0530</pubDate><category>music</category><category>silence</category></item><item><title>Memoirs Through Weaknesses - An Online Novel</title><description>&lt;a href="http://mtw.manavdhiman.com"&gt;Memoirs Through Weaknesses - An Online Novel&lt;/a&gt;: &lt;p&gt;So I started writing an online novel called Memoirs Through Weaknesses. I hope you’ll like it! :)&lt;/p&gt;</description><link>http://manavdhiman.tumblr.com/post/14626781799</link><guid>http://manavdhiman.tumblr.com/post/14626781799</guid><pubDate>Fri, 23 Dec 2011 00:44:15 +0530</pubDate></item><item><title>The Twitter Paradigm.</title><description>&lt;p&gt;&lt;strong&gt;When someone with 2000+ genuine followers tweets this:&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Dogs are so cute! :D&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;He will receive at least 5 retweets and around 3 replies. And if she&amp;#8217;s a a girl, then no less than 25 retweets with around 27 replies.&lt;/p&gt;
&lt;p&gt;BUT&amp;#8230;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;When someone with 500 or less followers tweets the same thing&amp;#8230; &lt;/strong&gt;He&amp;#8217;ll receive zero retweets and 1 reply:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Uh-oh, aren&amp;#8217;t you supposed to be at work?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And if she&amp;#8217;s a girl, then she might receive 2 retweets with zero replies.&lt;/p&gt;</description><link>http://manavdhiman.tumblr.com/post/8087193962</link><guid>http://manavdhiman.tumblr.com/post/8087193962</guid><pubDate>Tue, 26 Jul 2011 20:47:45 +0530</pubDate></item><item><title>WHAT IS YOUR EARLIEST HUMAN MEMORY?</title><description>&lt;p&gt;Now! :)&lt;/p&gt;</description><link>http://manavdhiman.tumblr.com/post/3895772977</link><guid>http://manavdhiman.tumblr.com/post/3895772977</guid><pubDate>Wed, 16 Mar 2011 14:15:47 +0530</pubDate></item><item><title>Nice website! Check it out - http://www.colourlovers.com</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lhski5c2uO1qc79dyo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Nice website! Check it out - &lt;a href="http://www.colourlovers.com" target="_blank"&gt;http://www.colourlovers.com&lt;/a&gt;&lt;/p&gt;</description><link>http://manavdhiman.tumblr.com/post/3741863140</link><guid>http://manavdhiman.tumblr.com/post/3741863140</guid><pubDate>Wed, 09 Mar 2011 18:38:28 +0530</pubDate></item><item><title>Color of the Year 2011</title><description>&lt;a href="http://clrlv.rs/fKG93Y"&gt;Color of the Year 2011&lt;/a&gt;: &lt;p&gt;Please vote for it! :)&lt;/p&gt;</description><link>http://manavdhiman.tumblr.com/post/3640358283</link><guid>http://manavdhiman.tumblr.com/post/3640358283</guid><pubDate>Fri, 04 Mar 2011 23:58:47 +0530</pubDate></item><item><title>Manav Dhiman</title><description>&lt;a href="http://flavors.me/manavdhiman"&gt;Manav Dhiman&lt;/a&gt;: &lt;p&gt;Visit me here! :)&lt;/p&gt;</description><link>http://manavdhiman.tumblr.com/post/2840599910</link><guid>http://manavdhiman.tumblr.com/post/2840599910</guid><pubDate>Thu, 20 Jan 2011 16:25:13 +0530</pubDate></item><item><title>I don&amp;#8217;t know what I&amp;#8217;m doing. Seriously.</title><description>&lt;p&gt;I don&amp;#8217;t know what I&amp;#8217;m doing. Seriously.&lt;/p&gt;</description><link>http://manavdhiman.tumblr.com/post/2446127810</link><guid>http://manavdhiman.tumblr.com/post/2446127810</guid><pubDate>Fri, 24 Dec 2010 20:55:22 +0530</pubDate></item><item><title>myroseate:

islamabad, pakistan.
most mesmerizing pairs of eyes...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_ldeky5gbOp1qb9ogpo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://myroseate.tumblr.com/post/2309581416" target="_blank"&gt;myroseate&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;islamabad, pakistan.&lt;/p&gt;
&lt;p&gt;most mesmerizing pairs of eyes i have ever laid my eyes upon. &lt;em&gt;subhanAllah&lt;/em&gt;.&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://manavdhiman.tumblr.com/post/2428843424</link><guid>http://manavdhiman.tumblr.com/post/2428843424</guid><pubDate>Thu, 23 Dec 2010 14:14:39 +0530</pubDate><category>afghanistan</category><category>eyes</category></item><item><title>C++ Literature Quiz Ver. 1.1 OUT!</title><description>&lt;p&gt;So I am releasing the version 1.1 of the literature quiz code that I posted yesterday. After sharing it with some of the guys on twitter, I got a suggestion that I should use &amp;#8216;switch&amp;#8217; to make my code look elegant.&lt;/p&gt;
&lt;p&gt;And I did that. Plus, I added a scoring system too, have fun while playing it! :)&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;#include&amp;lt;iostream.h&amp;gt;&lt;/p&gt;
&lt;p&gt;#include&amp;lt;conio.h&amp;gt;&lt;/p&gt;
&lt;p&gt;void main()&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; clrscr();&lt;/p&gt;
&lt;p&gt; int ch ,score=0;&lt;/p&gt;
&lt;p&gt; cout&amp;#171;&amp;#8221;LITERATURE QUIZ!&amp;#8221;;&lt;/p&gt;
&lt;p&gt; cout&amp;#171;&amp;#8221;\n\nQ. Who wrote Oliver Twist?&amp;#8221;;&lt;/p&gt;
&lt;p&gt; cout&amp;#171;&amp;#8221;\n1. JK ROWLING    2. Charles Dickens    3. RL Stein&amp;#8221;;&lt;/p&gt;
&lt;p&gt; cout&amp;#171;&amp;#8221;\nAnswer: &amp;#8220;;&lt;/p&gt;
&lt;p&gt; cin&amp;#187;ch;&lt;/p&gt;
&lt;p&gt; switch(ch)&lt;/p&gt;
&lt;p&gt; {&lt;/p&gt;
&lt;p&gt;  case 1&amp;#160;: cout&amp;#171;&amp;#8221;Wrong answer. Correct is 2.&amp;#8221;;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;   break;&lt;/p&gt;
&lt;p&gt;  case 2&amp;#160;: cout&amp;#171;&amp;#8221;Correct answer!&amp;#8221;;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;   score=score+10;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;   break;&lt;/p&gt;
&lt;p&gt;  case 3&amp;#160;: cout&amp;#171;&amp;#8221;Wrong answer. Correct answer is 2.&amp;#8221;;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;   break;&lt;/p&gt;
&lt;p&gt;  default: cout&amp;#171;&amp;#8221;Invalid entry. Please answer only in 1, 2 or 3.&amp;#8221;;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;   break;&lt;/p&gt;
&lt;p&gt; }&lt;/p&gt;
&lt;p&gt; cout&amp;#171;&amp;#8221;\n\nQ. Who wrote the Harry Potter series of books?&amp;#8221;;&lt;/p&gt;
&lt;p&gt; cout&amp;#171;&amp;#8221;\n1. JK Wowling    2. Surendra Singh    3. JK Rowling&amp;#8221;;&lt;/p&gt;
&lt;p&gt; cout&amp;#171;&amp;#8221;\nAnswer: &amp;#8220;;&lt;/p&gt;
&lt;p&gt; cin&amp;#187;ch;&lt;/p&gt;
&lt;p&gt; switch(ch)&lt;/p&gt;
&lt;p&gt; {&lt;/p&gt;
&lt;p&gt;  case 1&amp;#160;: cout&amp;#171;&amp;#8221;Wrong answer. Correct answer is  3.&amp;#8221;;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;   break;&lt;/p&gt;
&lt;p&gt;  case 2&amp;#160;: cout&amp;#171;&amp;#8221;Wrong answer. Correct answer is 3.&amp;#8221;;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;   break;&lt;/p&gt;
&lt;p&gt;  case 3&amp;#160;: cout&amp;#171;&amp;#8221;Correct answer!&amp;#8221;;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;   score=score+10;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;   break;&lt;/p&gt;
&lt;p&gt;  default: cout&amp;#171;&amp;#8221;Invalid entry. Please answer in 1, 2 or 3&amp;#8221;;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;   break;&lt;/p&gt;
&lt;p&gt; }&lt;/p&gt;
&lt;p&gt;cout&amp;#171;&amp;#8221;\n\nYou scored: &amp;#8220;&amp;#171;score;&lt;/p&gt;
&lt;p&gt; if (score&amp;lt;=20)&lt;/p&gt;
&lt;p&gt;  cout&amp;#171;&amp;#8221;You can do well!&amp;#8221;;&lt;/p&gt;
&lt;p&gt; else&lt;/p&gt;
&lt;p&gt;  cout&amp;#171;&amp;#8221;\nWell done!&amp;#8221;&lt;/p&gt;
&lt;p&gt; getch();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Share it with your friends. And please do give me some more suggestion on how I can improve it. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PS: &lt;/strong&gt;Not a programmer? You can still view the quiz! Just download it from here - &lt;a target="_blank" href="http://bit.ly/eEaBSG"&gt;&lt;a href="http://bit.ly/eEaBSG" target="_blank"&gt;http://bit.ly/eEaBSG&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://manavdhiman.tumblr.com/post/2323747764</link><guid>http://manavdhiman.tumblr.com/post/2323747764</guid><pubDate>Wed, 15 Dec 2010 17:24:00 +0530</pubDate><category>c++</category><category>programming</category><category>oop</category><category>switch statement</category></item><item><title>C++ Awesomeness</title><description>&lt;p&gt;So, it all started with me and my friend discussing some odd and completely unproductive things in the CS (Computer Science) lab of our school. We had Facebook opened in our respective computers, so err&amp;#8230; You can&amp;#8217;t expect anything productive from it.&lt;/p&gt;
&lt;p&gt;The conversation drifted from friends to enemies, from computers to calculators, from hair to ummm&amp;#8230; you know what. So then, the conversation came down to English, then the literature quiz, and then to designing a quiz software. Well, we don&amp;#8217;t have an in-depth knowledge of C++, forget that we even know Java. So we decided, C++ is our way to go.&lt;/p&gt;
&lt;p&gt;We did a quite silly mistake at first - defining ch using int. Yea, laugh at us, we deserve it!&lt;/p&gt;
&lt;p&gt;After much of a discussion on this, we just posed this problem in an indirect manner (it&amp;#8217;s a secret, until now) to one of our friends. And he was like, &amp;#8220;ch with int?!&amp;#8221; Well, we got our answer so we didn&amp;#8217;t bother to feel insulted, and we moved on.&lt;/p&gt;
&lt;p&gt;Voila! Now we had a fully functional code. It may not be that cool (and/or smart), but it&amp;#8217;s in beta version now. &lt;/p&gt;
&lt;p&gt;So here it is - ManSur Quiz Ver. 1.0 [BETA]&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;#include&amp;lt;iostream.h&amp;gt;&lt;/p&gt;
&lt;p&gt;#include&amp;lt;conio.h&amp;gt;&lt;/p&gt;
&lt;p&gt;void main()&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; clrscr();&lt;/p&gt;
&lt;p&gt; char ch;&lt;/p&gt;
&lt;p&gt; cout&amp;#171;&amp;#8221;WELCOME TO THE LITERATURE QUIZ!&amp;#8221;;&lt;/p&gt;
&lt;p&gt; cout&amp;#171;&amp;#8221;\n1. Did Charles Dickens write Oliver Twist (y/n)?&amp;#8221;;&lt;/p&gt;
&lt;p&gt; cout&amp;#171;&amp;#8221;\nAnswer: &amp;#8220;;&lt;/p&gt;
&lt;p&gt; cin&amp;#187;ch;&lt;/p&gt;
&lt;p&gt;  if (ch==&amp;#8217;y&amp;#8217; || ch==&amp;#8217;Y&amp;#8217;)&lt;/p&gt;
&lt;p&gt;   cout&amp;#171;&amp;#8221;Your answer is correct, well done! :)&amp;#8221;;&lt;/p&gt;
&lt;p&gt;  else if (ch==&amp;#8217;n&amp;#8217; || ch==&amp;#8217;N&amp;#8217;)&lt;/p&gt;
&lt;p&gt;   cout&amp;#171;&amp;#8221;Your answer is incorrect. Better luck next time!&amp;#8221;;&lt;/p&gt;
&lt;p&gt;  else&lt;/p&gt;
&lt;p&gt;   cout&amp;#171;&amp;#8221;You enetered an invalid response. Please check and try again.&amp;#8221;;&lt;/p&gt;
&lt;p&gt; cout&amp;#171;&amp;#8221;\n\n2. Who wrote the famous HP series fantasy books?&amp;#8221;;&lt;/p&gt;
&lt;p&gt; cout&amp;#171;&amp;#8221;\n(A) JH Wowling    (B) JK Rowling    (C) PK Powling&amp;#8221;;&lt;/p&gt;
&lt;p&gt; cout&amp;#171;&amp;#8221;\nAnswer: &amp;#8220;;&lt;/p&gt;
&lt;p&gt; cin&amp;#187;ch;&lt;/p&gt;
&lt;p&gt;  if (ch==&amp;#8217;A&amp;#8217; || ch==&amp;#8217;a&amp;#8217;)&lt;/p&gt;
&lt;p&gt;   cout&amp;#171;&amp;#8221;The answer is incorrect. Correct Answer: (B)&amp;#8221;;&lt;/p&gt;
&lt;p&gt;  else if (ch==&amp;#8217;B&amp;#8217; || ch==&amp;#8217;b&amp;#8217;)&lt;/p&gt;
&lt;p&gt;   cout&amp;#171;&amp;#8221;Your answer is correct! :)&amp;#8221;;&lt;/p&gt;
&lt;p&gt;  else if (ch==&amp;#8217;C&amp;#8217; || ch==&amp;#8217;c&amp;#8217;)&lt;/p&gt;
&lt;p&gt;   cout&amp;#171;&amp;#8221;Your answer is incorrect. Correct Answer: (B)&amp;#8221;;&lt;/p&gt;
&lt;p&gt;  else&lt;/p&gt;
&lt;p&gt;   cout&amp;#171;&amp;#8221;You entered an invalid response.Please check and try again.&amp;#8221;;&lt;/p&gt;
&lt;p&gt; getch();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;As you can see, there are only 2 questions for now&amp;#8230; Adding more (beta, remember?).&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Have a tip on this program? Share it with me, I wanna here it, desperately. &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update: &lt;/strong&gt;Ver. 1.0.1 will be available tomorrow. :)&lt;/p&gt;</description><link>http://manavdhiman.tumblr.com/post/2313200690</link><guid>http://manavdhiman.tumblr.com/post/2313200690</guid><pubDate>Tue, 14 Dec 2010 21:30:00 +0530</pubDate><category>C++</category><category>oop</category><category>programming</category><category>quiz</category></item><item><title>thedailywhat:

Hitler Reaction Video of the Day: Hitler reacts...</title><description>&lt;iframe width="400" height="240" src="http://www.youtube.com/embed/Rcpxa8gS9g8?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://thedailywh.at/post/825634702/hitler-reaction-video-of-the-day-hitler-reacts-to" class="tumblr_blog" target="_blank"&gt;thedailywhat&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Hitler Reaction Video of the Day:&lt;/strong&gt; Hitler reacts to the sight of a double rainbow.&lt;/p&gt;
&lt;p&gt;[&lt;a href="http://techcrunch.com/2010/07/17/hitler-double-rainbow" target="_blank"&gt;techcrunch&lt;/a&gt;.]&lt;/p&gt;&lt;/blockquote&gt;</description><link>http://manavdhiman.tumblr.com/post/828286270</link><guid>http://manavdhiman.tumblr.com/post/828286270</guid><pubDate>Sun, 18 Jul 2010 22:13:28 +0530</pubDate></item><item><title>The French Napolean</title><description>Me: Hey you should read Think and Grow Rich by Napolean Hill.&lt;br /&gt;&#13;
Friend: Oh, so that French Napolean wrote books too?&lt;br /&gt;&#13;
Me: WTF?!</description><link>http://manavdhiman.tumblr.com/post/828277405</link><guid>http://manavdhiman.tumblr.com/post/828277405</guid><pubDate>Sun, 18 Jul 2010 22:10:15 +0530</pubDate><category>napolean</category></item><item><title>LMAO! hahaha!
mags365:

Day 7/365- Where are your toilet...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_l592qlzQvj1qc7qono1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;LMAO! hahaha!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://365.magalic.com/post/785924537/toilet" target="_blank"&gt;mags365&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;span&gt;&lt;em&gt;Day 7/365&lt;/em&gt;- Where are your toilet manners?&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;An amusing notice put up in my workplace WC.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://manavdhiman.tumblr.com/post/785950729</link><guid>http://manavdhiman.tumblr.com/post/785950729</guid><pubDate>Thu, 08 Jul 2010 23:25:32 +0530</pubDate></item><item><title>My Physics text and the scrollings I made in the study session...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_l4zvjeNmJS1qc79dyo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;My Physics text and the scrollings I made in the study session with my sister! Physics seems kinda easy!! :D &lt;/p&gt;</description><link>http://manavdhiman.tumblr.com/post/766238608</link><guid>http://manavdhiman.tumblr.com/post/766238608</guid><pubDate>Sun, 04 Jul 2010 00:03:14 +0530</pubDate><category>Physics</category></item><item><title>"Anything you like can happen if you can just feel happy in the present."</title><description>“Anything you like can happen if you can just feel happy in the present.”</description><link>http://manavdhiman.tumblr.com/post/766207171</link><guid>http://manavdhiman.tumblr.com/post/766207171</guid><pubDate>Sat, 03 Jul 2010 23:51:06 +0530</pubDate><category>feeling happy</category><category>happiness</category></item></channel></rss>
