<?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>Godhc&#039;s Blog</title>
	<atom:link href="http://godhc.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://godhc.wordpress.com</link>
	<description>Upgrade You&#039;r Random Access Mind (RAM) :D</description>
	<lastBuildDate>Fri, 03 May 2013 03:41:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='godhc.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/2fb49d928fd68bed874a556cf6e02d67?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Godhc&#039;s Blog</title>
		<link>http://godhc.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://godhc.wordpress.com/osd.xml" title="Godhc&#039;s Blog" />
	<atom:link rel='hub' href='http://godhc.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Build Your Qt Project on Windows and Mac OSX</title>
		<link>http://godhc.wordpress.com/2012/06/10/build-your-qt-project-on-windows-and-mac-osx/</link>
		<comments>http://godhc.wordpress.com/2012/06/10/build-your-qt-project-on-windows-and-mac-osx/#comments</comments>
		<pubDate>Sun, 10 Jun 2012 13:56:02 +0000</pubDate>
		<dc:creator>Godhc</dc:creator>
				<category><![CDATA[Author]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[cross]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mingw]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">https://godhc.wordpress.com/?p=646</guid>
		<description><![CDATA[Why i needed to build my app on another platform? I&#8217;ve used Qt just for its cross platform-ness indeed its &#8220;code less and do more &#8221; paradigm is apt  so there were hinderances in using MinGW compiler to build my project targeted to windows platform, below is the listed procedure and screenshots Its a 2 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=646&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong><em>Why i needed to build my app on another platform?</em></strong></p>
<p>I&#8217;ve used Qt just for its cross platform-ness indeed its <strong>&#8220;code less and do more &#8221; </strong>paradigm is apt  so there were hinderances in using MinGW compiler to build my project targeted to windows platform, below is the listed procedure and screenshots</p>
<p>Its a 2 Stage Process, Installing Libraries and building your project</p>
<p>Working on Microsoft Windows 7 and Mac OSX Snow Leopard</p>
<p>*Note: Phew Dont Worry its very simple, ive just added some information, so it looks little long</p>
<p style="font-size:13px;"><strong>Procedure:</strong></p>
<p><span style="font-size:13px;"><strong>Prerequisites:</strong></span></p>
<ol>
<li>mingw-get-inst</li>
<li>Qt libraries 4.8.2 for Windows (or Higher Version)</li>
<li>Your .proj file (Associated .ui, .cpp, .h etc)</li>
</ol>
<p><strong><span style="color:#3a7afc;">STAGE 1: Setting up the environment</span></strong></p>
<p><em><strong>Step1:Download and install <span style="font-size:13px;"><span style="color:#ac461d;">mingw-get-inst </span></span></strong></em></p>
<p>Get if from <a href="https://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/">here </a><br />
You would need this as in Qt libraries installation it will ask you for the g++ component</p>
<p>Do select</p>
<ul>
<li>C Compiler</li>
<li>C++ Compiler</li>
<li>MingW Developer Toolkit</li>
</ul>
<p><strong><em>Step2:Download and Install <span style="font-size:13px;"><span style="color:#aa461d;">Qt libraries 4.8.2 for Windows</span></span></em></strong></p>
<ol>
<li>Goto : <a href="http://qt.nokia.com/downloads" rel="nofollow">http://qt.nokia.com/downloads</a></li>
<li>Scroll down to Qt Library</li>
<li>and choose your version</li>
</ol>
<p>*Choose with minGW*</p>
<p>ex:Qt libraries 4.8.2 for Windows (minGW 4.4, 318 MB)</p>
<p>You Can get the above file from <a href="http://qt.nokia.com/downloads/windows-cpp">here</a></p>
<p>and finish the installation in case if it asks you for g++ component , point to the <strong>MinGW/bin </strong>folder you just installed in step1</p>
<p>Step4:Setting Up Environment Variables</p>
<p>In <strong>User variables</strong> create</p>
<blockquote><p><strong>Variable                 Value</strong></p>
<p>QMAKESPEC          win32-g++</p>
<p>QTDIR                      C:\Qt\4.8.2</p></blockquote>
<p>*The above value is the  location where you installed your version of Qt</p>
<p><img style="float:left;" title="1UserVariable.jpg" src="http://godhc.files.wordpress.com/2012/06/1uservariable.jpg?w=394&#038;h=436" alt="1UserVariable.jpg" width="394" height="436" border="0" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Next: Set the Path Variable</p>
<p>add this</p>
<blockquote><p><strong>C:\MinGW\bin;C:\Qt\4.8.2\bin;</strong><br />
*They are locations where you installed MinGW and Qt respectively</p></blockquote>
<p><img style="float:left;" title="2Sysvariable.jpg" src="http://godhc.files.wordpress.com/2012/06/2sysvariable.jpg?w=364&#038;h=159" alt="2Sysvariable.jpg" width="364" height="159" border="0" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong><em><span style="color:#3a7afc;">STAGE 2: Make and Build Project</span></em></strong></p>
<p><strong>Step1:</strong><em><strong>Goto Start &gt; All Programs &gt; Qt by Nokia v4.8.2 (MinGW OpenSource)&gt;Qt 4.8.2 Command Prompt</strong></em><br />
Now you can put your folder containing .proj file (Associated .ui, .cpp, .h etc) in one folder and placethem in C:\Qt\4.8.2<br />
In the Screenshot the folder where my project files reside are in Galaxyand Galaxy.proj is the project file<br />
Now go to the Galaxy Directory as cd Galaxy</p>
<p><strong>Step2: <em>Make</em></strong></p>
<blockquote><p><strong><em>qmake -o Makefile Galaxy.pro</em></strong></p></blockquote>
<p><strong>Step3:</strong> <strong><em>Build</em></strong></p>
<blockquote><p><strong><em>mingw32-make -f Makefile.Debug</em></strong></p></blockquote>
<p><strong><em><img style="float:left;" title="3MakenBuild.jpg" src="http://godhc.files.wordpress.com/2012/06/3makenbuild1.jpg?w=600&#038;h=303" alt="3MakenBuild.jpg" width="600" height="303" border="0" /></em></strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Now Within Galaxy Folder you have Debug and Release where your executable .exe file resides</p>
<p>Now Enjoy Making Projects on Mac OSX and Easily Deploy on Windows too</p>
<p>Here are the screenshots for my prototype apllication in windows and OSX</p>
<p>*Censored as it is a Coveted Project <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  *</p>
<p><strong>Deployed on  Mac OSX (Project Written and Built Initially):</strong></p>
<p><img style="float:left;" title="5MacScreenShot.jpg" src="http://godhc.files.wordpress.com/2012/06/5macscreenshot.jpg?w=600&#038;h=428" alt="5MacScreenShot.jpg" width="600" height="428" border="0" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Deployed To Windows:</strong></p>
<p><img style="float:left;border:0 initial initial;" title="4WinScreenshot.jpg" src="http://godhc.files.wordpress.com/2012/06/4winscreenshot.jpg?w=600&#038;h=442" alt="4WinScreenshot.jpg" width="600" height="442" border="0" /></p>
<br />Filed under: <a href='http://godhc.wordpress.com/category/author/'>Author</a> Tagged: <a href='http://godhc.wordpress.com/tag/build/'>build</a>, <a href='http://godhc.wordpress.com/tag/compile/'>compile</a>, <a href='http://godhc.wordpress.com/tag/cross/'>cross</a>, <a href='http://godhc.wordpress.com/tag/gcc/'>gcc</a>, <a href='http://godhc.wordpress.com/tag/how/'>how</a>, <a href='http://godhc.wordpress.com/tag/install/'>install</a>, <a href='http://godhc.wordpress.com/tag/leopard/'>leopard</a>, <a href='http://godhc.wordpress.com/tag/libraries/'>libraries</a>, <a href='http://godhc.wordpress.com/tag/lion/'>lion</a>, <a href='http://godhc.wordpress.com/tag/mac/'>mac</a>, <a href='http://godhc.wordpress.com/tag/mingw/'>mingw</a>, <a href='http://godhc.wordpress.com/tag/on/'>on</a>, <a href='http://godhc.wordpress.com/tag/qt/'>qt</a>, <a href='http://godhc.wordpress.com/tag/setup/'>setup</a>, <a href='http://godhc.wordpress.com/tag/snow/'>snow</a>, <a href='http://godhc.wordpress.com/tag/to/'>to</a>, <a href='http://godhc.wordpress.com/tag/windows/'>windows</a>, <a href='http://godhc.wordpress.com/tag/windows-7/'>windows 7</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/godhc.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/godhc.wordpress.com/646/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=646&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://godhc.wordpress.com/2012/06/10/build-your-qt-project-on-windows-and-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bb57110a9aa4034374eed8e298ec781?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">godhc</media:title>
		</media:content>

		<media:content url="http://godhc.files.wordpress.com/2012/06/1uservariable.jpg" medium="image">
			<media:title type="html">1UserVariable.jpg</media:title>
		</media:content>

		<media:content url="http://godhc.files.wordpress.com/2012/06/2sysvariable.jpg" medium="image">
			<media:title type="html">2Sysvariable.jpg</media:title>
		</media:content>

		<media:content url="http://godhc.files.wordpress.com/2012/06/3makenbuild1.jpg" medium="image">
			<media:title type="html">3MakenBuild.jpg</media:title>
		</media:content>

		<media:content url="http://godhc.files.wordpress.com/2012/06/5macscreenshot.jpg" medium="image">
			<media:title type="html">5MacScreenShot.jpg</media:title>
		</media:content>

		<media:content url="http://godhc.files.wordpress.com/2012/06/4winscreenshot.jpg" medium="image">
			<media:title type="html">4WinScreenshot.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Solution for Pointer Content Bug in Netbeans 7.1</title>
		<link>http://godhc.wordpress.com/2012/05/08/solution-for-pointer-content-bug-in-netbeans-7-1/</link>
		<comments>http://godhc.wordpress.com/2012/05/08/solution-for-pointer-content-bug-in-netbeans-7-1/#comments</comments>
		<pubDate>Tue, 08 May 2012 11:06:13 +0000</pubDate>
		<dc:creator>Godhc</dc:creator>
				<category><![CDATA[Author]]></category>
		<category><![CDATA[2d]]></category>
		<category><![CDATA[7.1]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[dimensional]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[multi]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[pointer]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[two]]></category>
		<category><![CDATA[watch]]></category>

		<guid isPermaLink="false">https://godhc.wordpress.com/?p=637</guid>
		<description><![CDATA[Using Netbeans 7.1 I had a pointer variable declared as int **nodes As program continued ,i allocated size on the fly and at a point i needed to watch the contents of this pointer (as an array of values) The watch pane of Netbeans does not reflect the values SOLUTION: Create a watch with  *nodes@22 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=637&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Using Netbeans 7.1</strong></p>
<p>I had a pointer variable declared as</p>
<p><strong>int **nodes</strong></p>
<p>As program continued ,i allocated size on the fly and at a point i needed to watch the contents of this pointer (as an array of values)</p>
<p>The watch pane of Netbeans does not reflect the values</p>
<p><strong>SOLUTION:</strong></p>
<blockquote>
<p>Create a watch with  *nodes@22</p>
</blockquote>
<p>where you want to watch  all the values in nodes[22][]</p>
<p>Attached Screenshot for reference</p>
<p>in the picture <strong>1st three rows reflect the bug</strong></p>
<p>and post that <strong>row is the solution</strong> ! Happy Debugging!!!!</p>
<p>Note: For n00bs , you can add a Watch in Variables too !!! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p> </p>
<p><img style="float:left;" title="netbeans bug.jpg" src="http://godhc.files.wordpress.com/2012/05/netbeans-bug.jpg?w=600&#038;h=280" border="0" alt="netbeans bug.jpg" width="600" height="280" /></p>
<br />Filed under: <a href='http://godhc.wordpress.com/category/author/'>Author</a> Tagged: <a href='http://godhc.wordpress.com/tag/2d/'>2d</a>, <a href='http://godhc.wordpress.com/tag/7-1/'>7.1</a>, <a href='http://godhc.wordpress.com/tag/content/'>content</a>, <a href='http://godhc.wordpress.com/tag/dimensional/'>dimensional</a>, <a href='http://godhc.wordpress.com/tag/how/'>how</a>, <a href='http://godhc.wordpress.com/tag/multi/'>multi</a>, <a href='http://godhc.wordpress.com/tag/netbeans/'>netbeans</a>, <a href='http://godhc.wordpress.com/tag/pointer/'>pointer</a>, <a href='http://godhc.wordpress.com/tag/solution/'>solution</a>, <a href='http://godhc.wordpress.com/tag/to/'>to</a>, <a href='http://godhc.wordpress.com/tag/two/'>two</a>, <a href='http://godhc.wordpress.com/tag/watch/'>watch</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/godhc.wordpress.com/637/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/godhc.wordpress.com/637/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=637&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://godhc.wordpress.com/2012/05/08/solution-for-pointer-content-bug-in-netbeans-7-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bb57110a9aa4034374eed8e298ec781?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">godhc</media:title>
		</media:content>

		<media:content url="http://godhc.files.wordpress.com/2012/05/netbeans-bug.jpg" medium="image">
			<media:title type="html">netbeans bug.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8216;Nan&#8217; Can Cripple You and your Code</title>
		<link>http://godhc.wordpress.com/2012/04/09/nan-can-cripple-you-and-your-code/</link>
		<comments>http://godhc.wordpress.com/2012/04/09/nan-can-cripple-you-and-your-code/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 14:05:22 +0000</pubDate>
		<dc:creator>Godhc</dc:creator>
				<category><![CDATA[Author]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[c/c++]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[nan]]></category>
		<category><![CDATA[prevent]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">https://godhc.wordpress.com/?p=633</guid>
		<description><![CDATA[NaN- Not a number is one such night mare that can cripple your entire Code , your hours (Or even Minutes ) of punching the keyboard , that almost teases your patience of debugging the program Only oneTIP for this : How certain you are about your code and how perfect is your code analysis [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=633&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>NaN- </strong>Not a number is one such night mare that can cripple your entire Code , your hours (Or even Minutes <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) of punching the keyboard , that almost teases your patience of debugging the program</p>
<p>Only oneTIP for this : How certain you are about your code and how perfect is your code analysis and Data flow is ,</p>
<p style="font-size:13px;"><strong><em>Just Check for Division By Zero Evaluation!</em></strong></p>
<p>In any Division Arithmeticity Do check this , keep it as a habit and it should just flow when you are busy in such Divisional Logics in your code</p>
<p>The dirty way is to add a very small (negligible) padding to your denominator , Sure you woudnt do that if your coding for a Nuke Reactor or NASA JPL Mars Program <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://godhc.wordpress.com/category/author/'>Author</a> Tagged: <a href='http://godhc.wordpress.com/tag/c/'>c++</a>, <a href='http://godhc.wordpress.com/tag/cc/'>c/c++</a>, <a href='http://godhc.wordpress.com/tag/how/'>how</a>, <a href='http://godhc.wordpress.com/tag/nan/'>nan</a>, <a href='http://godhc.wordpress.com/tag/prevent/'>prevent</a>, <a href='http://godhc.wordpress.com/tag/programs/'>programs</a>, <a href='http://godhc.wordpress.com/tag/tips/'>tips</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/godhc.wordpress.com/633/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/godhc.wordpress.com/633/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=633&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://godhc.wordpress.com/2012/04/09/nan-can-cripple-you-and-your-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bb57110a9aa4034374eed8e298ec781?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">godhc</media:title>
		</media:content>
	</item>
		<item>
		<title>An Uncanny Blog Visitor Turns out to be a 13 year old School Friend!</title>
		<link>http://godhc.wordpress.com/2012/04/09/an-uncanny-blog-visitor-turns-out-to-be-a-13-year-old-school-friend/</link>
		<comments>http://godhc.wordpress.com/2012/04/09/an-uncanny-blog-visitor-turns-out-to-be-a-13-year-old-school-friend/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 13:11:27 +0000</pubDate>
		<dc:creator>Godhc</dc:creator>
				<category><![CDATA[Author]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[friend]]></category>
		<category><![CDATA[meet]]></category>
		<category><![CDATA[up]]></category>
		<category><![CDATA[visitor]]></category>

		<guid isPermaLink="false">https://godhc.wordpress.com/?p=628</guid>
		<description><![CDATA[Indiblogger.in &#8211; Incredible Stories: This is a story how i met my childhood friend , not through Facebook, Twitter, Orkut or Linkedin or any social network but as a visitor to my blog who commented on my post. He is Manu (http://justanotherdot.wordpress.com/) Who inturn found me through Indiblogger.in It was just an usual comment on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=628&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<h3>Indiblogger.in &#8211; Incredible Stories:</h3>
<p>This is a story how i met my childhood friend , not through Facebook, Twitter, Orkut or Linkedin or any social network but as <strong>a visitor to my blog who commented on my post</strong>. He is Manu (<a href="http://justanotherdot.wordpress.com/">http://justanotherdot.wordpress.com/</a>) Who inturn found me through Indiblogger.in</p>
<p>It was just an usual comment on a post and i replied back , the next day there was another post from my end and he commented back, as we were friends in Indiblogger , and as a fellow blogger approached him so that i can add him up on facebook, quickly we added each other, the surprising thing was we had no common friends (that was expected) but least i could imaging that our coversation would turn into a shocking Experience.</p>
<p>I started saying I am pursuing my undergraduation from a reputed college and words exchanged and talked about interests and at a point i asked him , from which school he was from , he said St.Patricks , i said even i hail from the same school , i thought that, it might be at another location(but it was less probable as i knew the only branch was ours), but what he said brought a shocking bolt in our head, even he was from the very same school , we were awe struck , i then took out the Class group photo and pointed who i was and he readily pointed himself out and he could identify few others , we were speech less as to how a comment from a random visitor turned out to be a School friend From MY class , who eventually hand to leave due to a personal reason , None of us were even touch with him , later shared the pictures, tagged each other and we guys found out Our very own classmate ! We spoke of this unusual bump into each other for few days, oh yeah and lot of our tastes did match !!</p>
<p>Its something which neither of us can forget ! its a Destiny to meet your long lost friend, who else and how could such an Uncanny Event Take place !</p>
<p>Thanks,</p>
<p><strong>Indiblogger </strong>For providing such an oppurtunity to share my experience</p>
<p><strong>M&amp;M</strong> fro Organizing <a href="http://www.mahindraxuv500.com/" rel="nofollow">http://www.mahindraxuv500.com/</a></p>
<p><strong>Manu </strong>- For being such a great fellow blogger and a great friend !</p>
<p>Regards,</p>
<p>Rahul Reddy</p>
<p>A.k.a Godhc!</p>
<br />Filed under: <a href='http://godhc.wordpress.com/category/author/'>Author</a> Tagged: <a href='http://godhc.wordpress.com/tag/comment/'>comment</a>, <a href='http://godhc.wordpress.com/tag/friend/'>friend</a>, <a href='http://godhc.wordpress.com/tag/meet/'>meet</a>, <a href='http://godhc.wordpress.com/tag/up/'>up</a>, <a href='http://godhc.wordpress.com/tag/visitor/'>visitor</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/godhc.wordpress.com/628/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/godhc.wordpress.com/628/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=628&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://godhc.wordpress.com/2012/04/09/an-uncanny-blog-visitor-turns-out-to-be-a-13-year-old-school-friend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bb57110a9aa4034374eed8e298ec781?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">godhc</media:title>
		</media:content>
	</item>
		<item>
		<title>GREP &#8211; Ending With Space</title>
		<link>http://godhc.wordpress.com/2012/04/06/grep-ending-with-space/</link>
		<comments>http://godhc.wordpress.com/2012/04/06/grep-ending-with-space/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 06:19:34 +0000</pubDate>
		<dc:creator>Godhc</dc:creator>
				<category><![CDATA[Author]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">https://godhc.wordpress.com/?p=624</guid>
		<description><![CDATA[The below Snippet Uses Awk and Pipes it to GREP and finds all matches that end with a space   awk &#8216;{FILELOC=&#8221;TFIDF.txt&#8221;} {print $0}&#8217;FILELOC &#124; grep &#8216;^$1[[:space:]]&#8217; D/Step2/3D_Final &#62; a   so to match for a space u need to use  [[:space:]] The snippet finds matches that start with $1 variable and proceeds with a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=624&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The below Snippet Uses Awk and Pipes it to GREP and finds all matches that end with a space</p>
<p> </p>
<blockquote>
<p style="margin:0;font:12px Helvetica;">awk &#8216;{FILELOC=&#8221;TFIDF.txt&#8221;} {print $0}&#8217;FILELOC | grep &#8216;^$1[[:space:]]&#8217; D/Step2/3D_Final &gt; a</p>
</blockquote>
<p style="margin:0;font:12px Helvetica;"> </p>
<p>so to match for a space u need to use  <span style="font-size:13px;"><strong>[[:space:]]</strong></span></p>
<p><span style="font-size:13px;"><em>The snippet finds matches that start with $1 variable and proceeds with a space or a tab</em></span></p>
<p><span style="font-size:13px;"><em>You can use in any scenario , Phew took a long time to find this!! Enjoy Scripties!!</em></span></p>
<br />Filed under: <a href='http://godhc.wordpress.com/category/author/'>Author</a> Tagged: <a href='http://godhc.wordpress.com/tag/awk/'>awk</a>, <a href='http://godhc.wordpress.com/tag/find/'>find</a>, <a href='http://godhc.wordpress.com/tag/grep/'>grep</a>, <a href='http://godhc.wordpress.com/tag/script/'>script</a>, <a href='http://godhc.wordpress.com/tag/shell/'>shell</a>, <a href='http://godhc.wordpress.com/tag/snippet/'>snippet</a>, <a href='http://godhc.wordpress.com/tag/space/'>space</a>, <a href='http://godhc.wordpress.com/tag/unix/'>unix</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/godhc.wordpress.com/624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/godhc.wordpress.com/624/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=624&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://godhc.wordpress.com/2012/04/06/grep-ending-with-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bb57110a9aa4034374eed8e298ec781?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">godhc</media:title>
		</media:content>
	</item>
		<item>
		<title>Execute SQL Query On Single Processor</title>
		<link>http://godhc.wordpress.com/2012/03/25/execute-sql-query-on-single-processor/</link>
		<comments>http://godhc.wordpress.com/2012/03/25/execute-sql-query-on-single-processor/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 06:30:26 +0000</pubDate>
		<dc:creator>Godhc</dc:creator>
				<category><![CDATA[Author]]></category>
		<category><![CDATA[execute]]></category>
		<category><![CDATA[force]]></category>
		<category><![CDATA[glitch]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[processor]]></category>
		<category><![CDATA[single]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">https://godhc.wordpress.com/?p=618</guid>
		<description><![CDATA[I had to execute a query on my system and wondered how a parallel execution on single processor differs from executing the same in multiple processor,so i have used this small fragent or so colled option to force my query to run on single processor, surprisingly the results where faster when compared to multi processor [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=618&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><span style="font-family:'Gill Sans MT';font-size:13px;">I had to execute a query on my system and wondered how a parallel execution on single processor differs from executing the same in multiple processor,so i have used this small fragent or so colled option to force my query to run on single processor, surprisingly the results where faster when compared to multi processor execution .. Also do rember this does not apply to all queries, will be trying to find the reason for this abnormal but awesome behaviour</span></p>
<h2><span style="color:#ff5765;"><span style="text-decoration:underline;">So how to Force Execute on Single processor?</span></span></h2>
<p>At the end of your query just give</p>
<blockquote>
<p><strong>OPTION (MAXDOP 1)</strong></p>
</blockquote>
<p> </p>
<p><strong><span style="text-decoration:underline;">Example:</span></strong></p>
<p><em>Select *</em></p>
<p><em>From DB</em></p>
<p><em>OPTION (MAXDOP 1)</em></p>
<p> </p>
<p>Try it out and see performance difference using the <strong>Execution Plan</strong> Tab on VS!</p>
<br />Filed under: <a href='http://godhc.wordpress.com/category/author/'>Author</a> Tagged: <a href='http://godhc.wordpress.com/tag/execute/'>execute</a>, <a href='http://godhc.wordpress.com/tag/force/'>force</a>, <a href='http://godhc.wordpress.com/tag/glitch/'>glitch</a>, <a href='http://godhc.wordpress.com/tag/hint/'>hint</a>, <a href='http://godhc.wordpress.com/tag/how/'>how</a>, <a href='http://godhc.wordpress.com/tag/microsoft/'>microsoft</a>, <a href='http://godhc.wordpress.com/tag/processor/'>processor</a>, <a href='http://godhc.wordpress.com/tag/single/'>single</a>, <a href='http://godhc.wordpress.com/tag/sql/'>sql</a>, <a href='http://godhc.wordpress.com/tag/tips/'>tips</a>, <a href='http://godhc.wordpress.com/tag/to/'>to</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/godhc.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/godhc.wordpress.com/618/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=618&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://godhc.wordpress.com/2012/03/25/execute-sql-query-on-single-processor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bb57110a9aa4034374eed8e298ec781?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">godhc</media:title>
		</media:content>
	</item>
		<item>
		<title>Zip in Terminal (Mac/Linux)</title>
		<link>http://godhc.wordpress.com/2012/03/20/zip-in-terminal-maclinux/</link>
		<comments>http://godhc.wordpress.com/2012/03/20/zip-in-terminal-maclinux/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 09:16:38 +0000</pubDate>
		<dc:creator>Godhc</dc:creator>
				<category><![CDATA[Author]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[linix]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tiger]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">https://godhc.wordpress.com/?p=611</guid>
		<description><![CDATA[Need to Zip Contents Using Terminal? Why? 1.Because Your are working remotely? 2.May be your Connected to a machine Via SSH or alternative for it 3.You have access to Terminal Only 4.Duh! Just Wanna Know Here are the steps: 1.Go to the Directory Which has the folder to be zipped (here Directory is Rahul and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=611&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<h2>Need to Zip Contents Using Terminal?</h2>
<p>Why?</p>
<p>1.Because Your are working remotely?</p>
<p>2.May be your Connected to a machine Via SSH or alternative for it</p>
<p>3.You have access to Terminal Only</p>
<p>4.Duh! Just Wanna Know</p>
<p><strong><span style="color:#304dfb;">Here are the steps:</span></strong></p>
<blockquote><p><strong><span style="color:#020526;">1.Go to the Directory Which has the folder to be zipped (here Directory is Rahul and it has folder called Progs that has to be zipped</span></strong></p>
<p><strong><span style="color:#020526;">2.Use zip -r A B</span></strong></p>
<p><strong><span style="color:#020526;">Where A is the name of the eventually zipped file</span></strong></p>
<p><strong><span style="color:#020526;">B is the Folder to be Zipped</span></strong></p>
<p><strong><span style="color:#020526;">-r is Recursively descent the contents and apply zip (needed)</span></strong></p></blockquote>
<p><strong><span style="color:#020526;">Screenshot:</span></strong></p>
<p><strong><span style="color:#020526;"><img style="float:left;" title="Terminal Zip.png" src="http://godhc.files.wordpress.com/2012/03/terminal-zip.png?w=564&#038;h=366" alt="Terminal Zip.png" width="564" height="366" border="0" /></span></strong></p>
<p><strong><span style="color:#020526;"><br />
</span></strong></p>
<p><strong><span style="color:#020526;"><br />
</span></strong></p>
<br />Filed under: <a href='http://godhc.wordpress.com/category/author/'>Author</a> Tagged: <a href='http://godhc.wordpress.com/tag/command/'>command</a>, <a href='http://godhc.wordpress.com/tag/how/'>how</a>, <a href='http://godhc.wordpress.com/tag/leopard/'>leopard</a>, <a href='http://godhc.wordpress.com/tag/linix/'>linix</a>, <a href='http://godhc.wordpress.com/tag/lion/'>lion</a>, <a href='http://godhc.wordpress.com/tag/mac/'>mac</a>, <a href='http://godhc.wordpress.com/tag/osx/'>osx</a>, <a href='http://godhc.wordpress.com/tag/rhel/'>rhel</a>, <a href='http://godhc.wordpress.com/tag/terminal/'>terminal</a>, <a href='http://godhc.wordpress.com/tag/tiger/'>tiger</a>, <a href='http://godhc.wordpress.com/tag/to/'>to</a>, <a href='http://godhc.wordpress.com/tag/ubuntu/'>ubuntu</a>, <a href='http://godhc.wordpress.com/tag/unzip/'>unzip</a>, <a href='http://godhc.wordpress.com/tag/zip/'>zip</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/godhc.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/godhc.wordpress.com/611/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=611&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://godhc.wordpress.com/2012/03/20/zip-in-terminal-maclinux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bb57110a9aa4034374eed8e298ec781?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">godhc</media:title>
		</media:content>

		<media:content url="http://godhc.files.wordpress.com/2012/03/terminal-zip.png" medium="image">
			<media:title type="html">Terminal Zip.png</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Vim Has hjkl as Arrow Keys</title>
		<link>http://godhc.wordpress.com/2012/03/14/vim-has-hjkl-as-arrow-keys/</link>
		<comments>http://godhc.wordpress.com/2012/03/14/vim-has-hjkl-as-arrow-keys/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 08:42:02 +0000</pubDate>
		<dc:creator>Godhc</dc:creator>
				<category><![CDATA[Author]]></category>
		<category><![CDATA[ADM-3A]]></category>
		<category><![CDATA[arrow]]></category>
		<category><![CDATA[as]]></category>
		<category><![CDATA[bill]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[joy]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[VIM]]></category>

		<guid isPermaLink="false">https://godhc.wordpress.com/?p=604</guid>
		<description><![CDATA[Ah Vim.. The Great Editor, since you are here you probably know what this editor is and how great this is. if not Bing it !   You might wonder why Vim has hjkl as the Arrow keys and why not the usual awds keys (which you find in most of the games) Heres the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=604&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Ah Vim.. The Great Editor, since you are here you probably know what this editor is and how great this is. if not Bing it !</p>
<p> </p>
<p><em>You might wonder why Vim has hjkl as the Arrow keys and why not the usual awds keys (which you find in most of the games)</em></p>
<p><em>Heres the reason:</em></p>
<blockquote>
<p><em>When Bill joy created the Vi Editor , he was actually working on <strong>ADM-3A Keyboard</strong> that had arrows printed on hjkl and hence the reason <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  (pretty simple right) <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </em></p>
</blockquote>
<br />Filed under: <a href='http://godhc.wordpress.com/category/author/'>Author</a> Tagged: <a href='http://godhc.wordpress.com/tag/adm-3a/'>ADM-3A</a>, <a href='http://godhc.wordpress.com/tag/arrow/'>arrow</a>, <a href='http://godhc.wordpress.com/tag/as/'>as</a>, <a href='http://godhc.wordpress.com/tag/bill/'>bill</a>, <a href='http://godhc.wordpress.com/tag/bing/'>bing</a>, <a href='http://godhc.wordpress.com/tag/editor/'>editor</a>, <a href='http://godhc.wordpress.com/tag/joy/'>joy</a>, <a href='http://godhc.wordpress.com/tag/vi/'>vi</a>, <a href='http://godhc.wordpress.com/tag/vim/'>VIM</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/godhc.wordpress.com/604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/godhc.wordpress.com/604/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=604&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://godhc.wordpress.com/2012/03/14/vim-has-hjkl-as-arrow-keys/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bb57110a9aa4034374eed8e298ec781?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">godhc</media:title>
		</media:content>
	</item>
		<item>
		<title>S Memo on Galaxy Note</title>
		<link>http://godhc.wordpress.com/2011/12/20/s-memo-on-galaxy-note/</link>
		<comments>http://godhc.wordpress.com/2011/12/20/s-memo-on-galaxy-note/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 05:15:01 +0000</pubDate>
		<dc:creator>Godhc</dc:creator>
				<category><![CDATA[Author]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[con]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[galaxy]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[hold]]></category>
		<category><![CDATA[memo]]></category>
		<category><![CDATA[note]]></category>
		<category><![CDATA[pen]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[pros]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[s]]></category>
		<category><![CDATA[smemo]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">https://godhc.wordpress.com/?p=598</guid>
		<description><![CDATA[How can it help you: 1.Jot down your ideas 2.Draw really good art 3.Help you play with your photos S-Pen: 1. Amazingly responsive 2. Very easy to hold 3. Has amazing usage under its sleeve 4. Has pressure sensors at its tip 5. Can be used virtually anywhere on the device Downside: 1. Only compatible [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=598&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><span style="color:#993300;"><em><strong>How can it help you:</strong></em></span><br />
1.Jot down your ideas<br />
2.Draw really good art<br />
3.Help you play with your photos<br />
<img class="alignnone" style="border-color:initial;border-style:initial;border-width:0;" title="SC20111220-102920.png" src="http://godhc.files.wordpress.com/2011/12/wpid-sc20111220-102920.png?w=272&#038;h=435" alt="image" width="272" height="435" /></p>
<p><span id="more-598"></span></p>
<p><span style="color:#993300;"><strong>S-Pen:</strong></span><br />
1. Amazingly responsive<br />
2. Very easy to hold<br />
3. Has amazing usage under its sleeve<br />
4. Has pressure sensors at its tip<br />
5. Can be used virtually anywhere on the device</p>
<p><span style="color:#993300;"><strong>Downside</strong>:</span><br />
1. Only compatible with Galaxy note<br />
2. The need to press the button located on the pen may cause some inconvenience to some</p>
<p><span style="color:#3366ff;"><strong>Here are few shots of S-Pen:</strong></span></p>
<p><img class="alignnone" title="20111220_103109.jpg" src="http://godhc.files.wordpress.com/2011/12/wpid-20111220_103109.jpg?w=604" alt="image" />￼</p>
<p><img class="alignnone" title="20111220_103045.jpg" src="http://godhc.files.wordpress.com/2011/12/wpid-20111220_103045.jpg?w=604" alt="image" />￼</p>
<br />Filed under: <a href='http://godhc.wordpress.com/category/author/'>Author</a> Tagged: <a href='http://godhc.wordpress.com/tag/button/'>button</a>, <a href='http://godhc.wordpress.com/tag/con/'>con</a>, <a href='http://godhc.wordpress.com/tag/features/'>features</a>, <a href='http://godhc.wordpress.com/tag/galaxy/'>galaxy</a>, <a href='http://godhc.wordpress.com/tag/help/'>help</a>, <a href='http://godhc.wordpress.com/tag/hold/'>hold</a>, <a href='http://godhc.wordpress.com/tag/memo/'>memo</a>, <a href='http://godhc.wordpress.com/tag/note/'>note</a>, <a href='http://godhc.wordpress.com/tag/pen/'>pen</a>, <a href='http://godhc.wordpress.com/tag/pictures/'>pictures</a>, <a href='http://godhc.wordpress.com/tag/pros/'>pros</a>, <a href='http://godhc.wordpress.com/tag/review/'>review</a>, <a href='http://godhc.wordpress.com/tag/s/'>s</a>, <a href='http://godhc.wordpress.com/tag/smemo/'>smemo</a>, <a href='http://godhc.wordpress.com/tag/use/'>use</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/godhc.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/godhc.wordpress.com/598/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=598&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://godhc.wordpress.com/2011/12/20/s-memo-on-galaxy-note/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bb57110a9aa4034374eed8e298ec781?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">godhc</media:title>
		</media:content>

		<media:content url="http://godhc.files.wordpress.com/2011/12/wpid-sc20111220-102920.png" medium="image">
			<media:title type="html">SC20111220-102920.png</media:title>
		</media:content>

		<media:content url="http://godhc.files.wordpress.com/2011/12/wpid-20111220_103109.jpg" medium="image">
			<media:title type="html">20111220_103109.jpg</media:title>
		</media:content>

		<media:content url="http://godhc.files.wordpress.com/2011/12/wpid-20111220_103045.jpg" medium="image">
			<media:title type="html">20111220_103045.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Flight Control [IOS] Goes Free</title>
		<link>http://godhc.wordpress.com/2011/12/10/flight-control-ios-goes-free/</link>
		<comments>http://godhc.wordpress.com/2011/12/10/flight-control-ios-goes-free/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 07:13:35 +0000</pubDate>
		<dc:creator>Godhc</dc:creator>
				<category><![CDATA[Author]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[flight]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[secreen]]></category>
		<category><![CDATA[shots]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[today]]></category>

		<guid isPermaLink="false">http://godhc.wordpress.com/?p=585</guid>
		<description><![CDATA[Flight Control , The Game We have been playing (Most Of You i suppose, or at least the ones reading this post are Interested ) Goes Free on Itunes (as Mentioned For Today) Also it features: Storm Field &#8211; A New Kind of Map Turn The Time Back- Rewind (as they call) Thunderstruck &#8211; Unlockable [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=585&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Flight Control , The Game We have been playing (Most Of You i suppose, or at least the ones reading this post are Interested <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) Goes Free on Itunes (as Mentioned For Today)</p>
<p>Also it features:</p>
<ul>
<li>Storm Field &#8211; A New Kind of Map</li>
<li>Turn The Time Back- Rewind (as they call)</li>
<li>Thunderstruck &#8211; Unlockable Achievement</li>
</ul>
<p>Screenshot</p>
<p><a href="http://godhc.files.wordpress.com/2011/12/fc2.png"><img class="alignnone size-medium wp-image-586" title="fc2" src="http://godhc.files.wordpress.com/2011/12/fc2.png?w=300&#038;h=188" alt="" width="300" height="188" /></a></p>
<p><span id="more-585"></span></p>
<p><a href="http://godhc.files.wordpress.com/2011/12/flightcontrol.png"><img class="alignnone size-large wp-image-587" title="flightcontrol" src="http://godhc.files.wordpress.com/2011/12/flightcontrol.png?w=1024&#038;h=501" alt="" width="1024" height="501" /></a></p>
<p>&nbsp;</p>
<p>Source : Itunes, <a href="http://itunes.apple.com/app/flight-control/id306220440?mt=8" target="_blank">Flight Control (Click here to Download From Itunes)</a></p>
<br />Filed under: <a href='http://godhc.wordpress.com/category/author/'>Author</a> Tagged: <a href='http://godhc.wordpress.com/tag/app/'>app</a>, <a href='http://godhc.wordpress.com/tag/application/'>application</a>, <a href='http://godhc.wordpress.com/tag/control/'>control</a>, <a href='http://godhc.wordpress.com/tag/download/'>download</a>, <a href='http://godhc.wordpress.com/tag/flight/'>flight</a>, <a href='http://godhc.wordpress.com/tag/free/'>free</a>, <a href='http://godhc.wordpress.com/tag/game/'>game</a>, <a href='http://godhc.wordpress.com/tag/hd/'>hd</a>, <a href='http://godhc.wordpress.com/tag/how/'>how</a>, <a href='http://godhc.wordpress.com/tag/ios/'>ios</a>, <a href='http://godhc.wordpress.com/tag/ipad/'>ipad</a>, <a href='http://godhc.wordpress.com/tag/iphone/'>iphone</a>, <a href='http://godhc.wordpress.com/tag/secreen/'>secreen</a>, <a href='http://godhc.wordpress.com/tag/shots/'>shots</a>, <a href='http://godhc.wordpress.com/tag/to/'>to</a>, <a href='http://godhc.wordpress.com/tag/today/'>today</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/godhc.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/godhc.wordpress.com/585/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=godhc.wordpress.com&#038;blog=14742882&#038;post=585&#038;subd=godhc&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://godhc.wordpress.com/2011/12/10/flight-control-ios-goes-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bb57110a9aa4034374eed8e298ec781?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">godhc</media:title>
		</media:content>

		<media:content url="http://godhc.files.wordpress.com/2011/12/fc2.png?w=300" medium="image">
			<media:title type="html">fc2</media:title>
		</media:content>

		<media:content url="http://godhc.files.wordpress.com/2011/12/flightcontrol.png?w=1024" medium="image">
			<media:title type="html">flightcontrol</media:title>
		</media:content>
	</item>
	</channel>
</rss>
