<?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>Gul Aftab Diary</title>
	<atom:link href="http://gulaftab.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gulaftab.wordpress.com</link>
	<description>Yet Another Blogger Blog :)</description>
	<lastBuildDate>Thu, 22 Sep 2011 22:03:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gulaftab.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Gul Aftab Diary</title>
		<link>http://gulaftab.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gulaftab.wordpress.com/osd.xml" title="Gul Aftab Diary" />
	<atom:link rel='hub' href='http://gulaftab.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Confused about  declarations in C involving pointers ?</title>
		<link>http://gulaftab.wordpress.com/2011/07/27/confused-about-declarations-in-c-involving-pointers/</link>
		<comments>http://gulaftab.wordpress.com/2011/07/27/confused-about-declarations-in-c-involving-pointers/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 17:53:18 +0000</pubDate>
		<dc:creator>gulaftab</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Cdecl]]></category>
		<category><![CDATA[Pointers in C]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://gulaftab.wordpress.com/?p=252</guid>
		<description><![CDATA[We know that in &#8220;C&#8221;, variable declaration involving functions and pointers at times gets quite confusing. If you disagree please have a go at declare x as const pointer to array 10 of pointer to function (int) returning const pointer &#8230; <a href="http://gulaftab.wordpress.com/2011/07/27/confused-about-declarations-in-c-involving-pointers/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=252&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We know that in &#8220;C&#8221;, variable declaration involving functions and pointers at times gets quite confusing.<br />
If you disagree please have a go at </p>
<blockquote><p> declare x as const pointer to array 10 of pointer to function (int) returning const pointer to char
</p></blockquote>
<p> or </p>
<blockquote><p> char *(*(**foo[][8])())[];   // decipher quickly please : )
</p></blockquote>
<p>It is certainly quite obtuse unless you are well versed with &#8220;<a href="http://ieng9.ucsd.edu/~cs30x/rt_lt.rule.html">right-left</a>&#8221; rule.<br />
Linux has this nice program cdecl which helps in figuring out where to put parentheses and where to put &#8220;const&#8221; and &#8220;volatile&#8221; modifiers in declarations. There is an online version  of cdecl and  like <a href="http://gulaftab.wordpress.com/2011/07/19/draw-your-latex-symbols/">Detexfy</a> I find it very useful and simple and hence sharing it here. If you are still itching your head with above examples, go an try your self on <a href="http://cdecl.org/">http://cdecl.org/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gulaftab.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gulaftab.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gulaftab.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gulaftab.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gulaftab.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gulaftab.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gulaftab.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gulaftab.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gulaftab.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gulaftab.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gulaftab.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gulaftab.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gulaftab.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gulaftab.wordpress.com/252/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=252&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gulaftab.wordpress.com/2011/07/27/confused-about-declarations-in-c-involving-pointers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a18a6189dc6739d613189ca84b02ab3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gulaftab</media:title>
		</media:content>
	</item>
		<item>
		<title>Draw your Latex symbols</title>
		<link>http://gulaftab.wordpress.com/2011/07/19/draw-your-latex-symbols/</link>
		<comments>http://gulaftab.wordpress.com/2011/07/19/draw-your-latex-symbols/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 20:56:40 +0000</pubDate>
		<dc:creator>gulaftab</dc:creator>
				<category><![CDATA[latex]]></category>
		<category><![CDATA[Maths Writing]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Detexify]]></category>
		<category><![CDATA[Latex]]></category>
		<category><![CDATA[Latex Symbols]]></category>
		<category><![CDATA[mathematical writing]]></category>

		<guid isPermaLink="false">http://gulaftab.wordpress.com/?p=228</guid>
		<description><![CDATA[Do you often find yourself googling for latex commands for symbols and then wondering what package is needed to be loaded in order to use that symbol? I have stumbled upon this beautiful online app Detexify and its so cool &#8230; <a href="http://gulaftab.wordpress.com/2011/07/19/draw-your-latex-symbols/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=228&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://gulaftab.files.wordpress.com/2011/07/symbol.png"><img src="http://gulaftab.files.wordpress.com/2011/07/symbol.png?w=221&#038;h=248" alt="" title="symbol" width="221" height="248" class="alignleft size-full wp-image-229" /></a>Do you often find yourself googling for latex commands for symbols and then wondering what package is needed to be loaded in order to use that symbol? I have stumbled upon this beautiful online app <a href="http://detexify.kirelabs.org/classify.html"> Detexify</a> and its so cool that I could not resist sharing it. It lets you freely draw with the mouse the symbol you are looking for and then it lists the closest matches. Below is the result for my attempt on <strong>Psi</strong> and the result is quite good.<br />
<a href="http://gulaftab.files.wordpress.com/2011/07/result.png"><img src="http://gulaftab.files.wordpress.com/2011/07/result.png?w=283&#038;h=300" alt="" title="result" width="283" height="300" class="alignright size-medium wp-image-231" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gulaftab.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gulaftab.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gulaftab.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gulaftab.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gulaftab.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gulaftab.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gulaftab.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gulaftab.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gulaftab.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gulaftab.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gulaftab.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gulaftab.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gulaftab.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gulaftab.wordpress.com/228/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=228&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gulaftab.wordpress.com/2011/07/19/draw-your-latex-symbols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a18a6189dc6739d613189ca84b02ab3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gulaftab</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2011/07/symbol.png" medium="image">
			<media:title type="html">symbol</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2011/07/result.png?w=283" medium="image">
			<media:title type="html">result</media:title>
		</media:content>
	</item>
		<item>
		<title>Drifting&#8211;Kit McCallum</title>
		<link>http://gulaftab.wordpress.com/2010/06/14/drifting-kit-mccallum/</link>
		<comments>http://gulaftab.wordpress.com/2010/06/14/drifting-kit-mccallum/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 04:03:23 +0000</pubDate>
		<dc:creator>gulaftab</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[poetry]]></category>

		<guid isPermaLink="false">http://gulaftab.wordpress.com/?p=193</guid>
		<description><![CDATA[Its another beautiful poem by Mccallum, I am sure every one at certain stage in life feels the same. I sometimes find I&#8217;m drifting Through this life without effect; I often wonder if I&#8217;m truly Worth what I&#8217;ve been blessed. &#8230; <a href="http://gulaftab.wordpress.com/2010/06/14/drifting-kit-mccallum/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=193&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Its another beautiful poem by Mccallum, I am sure every one at certain stage in life feels the same.</p>
<p>I sometimes find I&#8217;m drifting <a href="http://gulaftab.files.wordpress.com/2010/06/solitude1.jpg"><img class="alignright size-medium wp-image-198" title="solitude" src="http://gulaftab.files.wordpress.com/2010/06/solitude1.jpg?w=251&#038;h=300" alt="" width="251" height="300" /></a><br />
Through this life without effect;<br />
I often wonder if I&#8217;m truly<br />
Worth what I&#8217;ve been blessed.</p>
<p>I search through days that have been hard,<br />
To try to understand,<br />
The many trials that I have known,<br />
The life that I have had.</p>
<p>You see me in my daily grind,<br />
So confident and strong;<br />
Yet when I am alone, I question<br />
Just where I belong.</p>
<p>I often try too hard I find,<br />
To analyze and guess,<br />
To scrutinize, investigate<br />
My life I will confess.</p>
<p>For somewhere deeper, there must be<br />
Some meaning to this life,<br />
Some way to make a difference,<br />
Give a reason for this strife.</p>
<p>Is there some hidden meaning?<br />
Some agenda to be found?<br />
A greater purpose waiting<br />
If I care to hang around?</p>
<p>It teases and it taunts me,<br />
Always slightly out of sight;<br />
A hazy vision out of reach,<br />
Where darkness hides the light.</p>
<p>I struggle to bring clarity<br />
To what awaits me there,<br />
And yet this weak illusion<br />
Always fades before my stare.</p>
<p>It seems the harder that I try,<br />
To focus through the haze,<br />
Just serves to add more questions,<br />
Through my endless, tired gaze.</p>
<p>Perhaps I&#8217;m trying just too hard,<br />
To understand it all,<br />
For can we ever truly know<br />
Just what we have in store?</p>
<p>Each incident, each moment passed,<br />
Just adds upon the next,<br />
But in the end, will I find truth &#8230;<br />
Or will I be perplexed?</p>
<p>Perhaps I make it harder<br />
Than it has to be sometimes,<br />
But will my searching bring to me<br />
My meaning over time?</p>
<p>Or will it leave me broken,<br />
And confused as I feel now,<br />
While questions bring no solitude,<br />
To this, my wrinkled brow</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gulaftab.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gulaftab.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gulaftab.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gulaftab.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gulaftab.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gulaftab.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gulaftab.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gulaftab.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gulaftab.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gulaftab.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gulaftab.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gulaftab.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gulaftab.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gulaftab.wordpress.com/193/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=193&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gulaftab.wordpress.com/2010/06/14/drifting-kit-mccallum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a18a6189dc6739d613189ca84b02ab3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gulaftab</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2010/06/solitude1.jpg?w=251" medium="image">
			<media:title type="html">solitude</media:title>
		</media:content>
	</item>
		<item>
		<title>The Road Not Taken&#8211;Robert Frost (1874–1963)</title>
		<link>http://gulaftab.wordpress.com/2010/06/14/the-road-not-taken-robert-frost-1874%e2%80%931963/</link>
		<comments>http://gulaftab.wordpress.com/2010/06/14/the-road-not-taken-robert-frost-1874%e2%80%931963/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 03:49:19 +0000</pubDate>
		<dc:creator>gulaftab</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[poetry]]></category>

		<guid isPermaLink="false">http://gulaftab.wordpress.com/?p=181</guid>
		<description><![CDATA[This is a beautiful poem and has an open message. We can take an inspirational message or a message with a bit of regret. A bit of  explanation on wiki &#160; Two roads diverged in a yellow wood, And sorry &#8230; <a href="http://gulaftab.wordpress.com/2010/06/14/the-road-not-taken-robert-frost-1874%e2%80%931963/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=181&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://gulaftab.files.wordpress.com/2010/06/yellow_wood.jpg"><img class="alignleft size-medium wp-image-182" title="yellow_wood" src="http://gulaftab.files.wordpress.com/2010/06/yellow_wood.jpg?w=300&#038;h=199" alt="" width="300" height="199" /></a>This is a beautiful poem and has an open message. We can take an inspirational message or a message with a bit of regret.</p>
<p>A bit of  explanation on <a title="wiki " href="http://en.wikipedia.org/w/index.php?title=The_Road_Not_Taken_(poem)">wiki</a></p>
<p> &nbsp;</p>
<p>Two roads diverged in a yellow wood,<br />
And sorry I could not travel both<br />
And be one traveler, long I stood<br />
And looked down one as far as I could<br />
To where it bent in the undergrowth;</p>
<p>Then took the other, as just as fair,<br />
And having perhaps the better claim<br />
Because it was grassy and wanted wear,<br />
Though as for that the passing there<br />
Had worn them really about the same,</p>
<p>And both that morning equally lay<br />
In leaves no step had trodden black.<br />
Oh, I marked the first for another day!<br />
Yet knowing how way leads on to way<br />
I doubted if I should ever come back.</p>
<p>I shall be telling this with a sigh<br />
Somewhere ages and ages hence:<br />
Two roads diverged in a wood, and I,<br />
I took the one less traveled by,<br />
And that has made all the difference.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gulaftab.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gulaftab.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gulaftab.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gulaftab.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gulaftab.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gulaftab.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gulaftab.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gulaftab.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gulaftab.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gulaftab.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gulaftab.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gulaftab.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gulaftab.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gulaftab.wordpress.com/181/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=181&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gulaftab.wordpress.com/2010/06/14/the-road-not-taken-robert-frost-1874%e2%80%931963/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a18a6189dc6739d613189ca84b02ab3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gulaftab</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2010/06/yellow_wood.jpg?w=300" medium="image">
			<media:title type="html">yellow_wood</media:title>
		</media:content>
	</item>
		<item>
		<title>The Road Less Traveled &#8212; Kit McCallum</title>
		<link>http://gulaftab.wordpress.com/2010/06/14/the-road-less-traveled-by-kit-mccallum/</link>
		<comments>http://gulaftab.wordpress.com/2010/06/14/the-road-less-traveled-by-kit-mccallum/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 02:35:32 +0000</pubDate>
		<dc:creator>gulaftab</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[poetry]]></category>
		<category><![CDATA[poertry]]></category>

		<guid isPermaLink="false">http://gulaftab.wordpress.com/?p=170</guid>
		<description><![CDATA[I was searching for &#8220;The Road Not Taken by Robert Frost &#8221; and I came across this one and I really liked this too. I made bold, the bits I liked most..enjoy. &#160; &#160; How often we must bear the &#8230; <a href="http://gulaftab.wordpress.com/2010/06/14/the-road-less-traveled-by-kit-mccallum/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=170&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://gulaftab.files.wordpress.com/2010/06/forestroad.jpg"><img class="alignleft size-medium wp-image-176" title="The Road Less travelled" src="http://gulaftab.files.wordpress.com/2010/06/forestroad.jpg?w=240&#038;h=159" alt="" width="240" height="159" /></a>I was searching for &#8220;The Road Not Taken by Robert Frost &#8221; and I came across this one and I really liked this too. I made bold, the bits I liked most..enjoy.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p style="text-align:left;">How often we must bear the challenges of life;<br />
The endless roller coaster between happiness and sorrow;<br />
The constant ups and downs of daily strife.<br />
And always the question remains &#8230;. why?</p>
<p style="text-align:left;">Life is not an easy road for most;<br />
It twists and turns with many forks in the road,<br />
Although always, and inevitably, we are given a choice &#8230;</p>
<p style="text-align:left;">Do we turn to the right &#8230; or the left?<br />
Do we take the high road &#8230; or the low road?<br />
Do we take the easy path &#8230; or the difficult one?</p>
<p style="text-align:left;">Decisions are not easy for those struggling for direction &#8230;<br />
And sometimes the many choices and signs become overwhelming.</p>
<p style="text-align:left;">While standing at a crossroads in life,<br />
The urge is to take the most comfortable path;<br />
The road with least resistance &#8230;<br />
The shortest or most traveled route.</p>
<p style="text-align:left;">And yet, if we&#8217;ve been down that comfortable road before;<br />
Have gleaned its lessons in life, and learned from our experiences;</p>
<p style="text-align:left;">Do we yet again follow the known?<br />
Or does our destiny lie in another direction?</p>
<p style="text-align:left;">The fear of the road less traveled is tangible and all too real;<br />
It manifests itself in many ways,<br />
And tends to cloud the issues that might otherwise be clear.</p>
<p style="text-align:left;">It is in these times of confusion,<br />
That we must seek peace and solitude;</p>
<p style="text-align:left;">Time to contemplate on our life,<br />
Our experiences and our choices past;<br />
<strong>Time to look back, and reflect on what we have learned<br />
Without fear or confusion.</strong></p>
<p style="text-align:left;"><strong>For only each of us knows our own personal thoughts;<br />
Our unique past and personal history;<br />
The experiences that brought us to the crossroads we now face.</strong></p>
<p style="text-align:left;"><strong>We can always learn a small degree from others experiences,<br />
And yet &#8230; no one person can walk in our shoes,<br />
Others know not, the trials and tribulations faced in private &#8230;</strong></p>
<p style="text-align:left;"><strong>For each is individual &#8230; unique &#8230; and personal.</strong></p>
<p style="text-align:left;">And that is why &#8230; while standing at a crossroads,<br />
<strong> Only &#8220;we&#8221; can formulate the decision for ourselves;</strong><br />
The true direction that lies within;<br />
The choices we must deliberate on with clarity and wisdom.</p>
<p style="text-align:left;">For it is only through personal reflection,<br />
That we can now choose our destiny;<br />
&#8230; Our next adventure;<br />
&#8230; And the future we will embrace.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gulaftab.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gulaftab.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gulaftab.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gulaftab.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gulaftab.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gulaftab.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gulaftab.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gulaftab.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gulaftab.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gulaftab.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gulaftab.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gulaftab.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gulaftab.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gulaftab.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=170&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gulaftab.wordpress.com/2010/06/14/the-road-less-traveled-by-kit-mccallum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a18a6189dc6739d613189ca84b02ab3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gulaftab</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2010/06/forestroad.jpg?w=300" medium="image">
			<media:title type="html">The Road Less travelled</media:title>
		</media:content>
	</item>
		<item>
		<title>Pakistani obsolete currency notes–part 3</title>
		<link>http://gulaftab.wordpress.com/2008/10/05/pakistani-obsolete-currency-notes%e2%80%93part-3/</link>
		<comments>http://gulaftab.wordpress.com/2008/10/05/pakistani-obsolete-currency-notes%e2%80%93part-3/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 23:04:18 +0000</pubDate>
		<dc:creator>gulaftab</dc:creator>
				<category><![CDATA[Currency Notes]]></category>
		<category><![CDATA[inflation]]></category>
		<category><![CDATA[Pakistan]]></category>
		<category><![CDATA[Obsolete Currency]]></category>
		<category><![CDATA[Pakistan Currency]]></category>

		<guid isPermaLink="false">http://gulaftab.wordpress.com/?p=112</guid>
		<description><![CDATA[Some more obsolete currency pictures contributed by a friend Sajid Siraj:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=112&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Some more obsolete currency pictures  contributed by a friend <a href="http://sajidsiraj.wordpress.com">Sajid Siraj</a>:</p>
<table border="0">
<tbody>
<tr>
<td>
<div id="attachment_113" class="wp-caption alignleft" style="width: 89px"><a href="http://gulaftab.files.wordpress.com/2008/10/1rupee1948-1949.jpg"><img class="size-thumbnail wp-image-113" title="1rupee1948-1949" src="http://gulaftab.files.wordpress.com/2008/10/1rupee1948-1949.jpg?w=79&#038;h=96" alt="1 Ruppe Note from 1948-1949" width="79" height="96" /></a><p class="wp-caption-text">1 Ruppe Note from 1948-1949</p></div>
</td>
<td>
<div id="attachment_115" class="wp-caption alignnone" style="width: 86px"><a href="http://gulaftab.files.wordpress.com/2008/10/1rupee1975minar-e-pakis1.jpg"><img class="size-thumbnail wp-image-115" title="1rupee1975minar-e-pakis1" src="http://gulaftab.files.wordpress.com/2008/10/1rupee1975minar-e-pakis1.jpg?w=76&#038;h=96" alt="1 Ruppe Note 1975" width="76" height="96" /></a><p class="wp-caption-text">1 Ruppe Note 1975</p></div>
</td>
<td>
<div id="attachment_116" class="wp-caption alignnone" style="width: 93px"><a href="http://gulaftab.files.wordpress.com/2008/10/5rupees1947.jpg"><img src="http://gulaftab.files.wordpress.com/2008/10/5rupees1947.jpg?w=83&#038;h=96" alt="5 Ruppes Note in 1947" title="5rupees1947" width="83" height="96" class="size-thumbnail wp-image-116" /></a><p class="wp-caption-text">5 Ruppes Note in 1947</p></div>
</td>
</tr>
<tr>
<td>
<div id="attachment_119" class="wp-caption alignnone" style="width: 95px"><a href="http://gulaftab.files.wordpress.com/2008/10/5rupees1948.jpg"><img src="http://gulaftab.files.wordpress.com/2008/10/5rupees1948.jpg?w=85&#038;h=96" alt="5 Ruppes in 1948" title="5 rupees1948" width="85" height="96" class="size-thumbnail wp-image-119" /></a><p class="wp-caption-text">5 Ruppes in 1948</p></div> </td>
<td>
<div id="attachment_120" class="wp-caption alignnone" style="width: 94px"><a href="http://gulaftab.files.wordpress.com/2008/10/5rupees1972-1978mohammed_ali_jinnah.jpg"><img src="http://gulaftab.files.wordpress.com/2008/10/5rupees1972-1978mohammed_ali_jinnah.jpg?w=84&#038;h=96" alt="5 Rupees 1972 - 1978" title="5rupees1972-1978mohammed_ali_jinnah" width="84" height="96" class="size-thumbnail wp-image-120" /></a><p class="wp-caption-text">5 Rupees 1972 - 1978</p></div> </td>
<td>
<div id="attachment_121" class="wp-caption alignnone" style="width: 95px"><a href="http://gulaftab.files.wordpress.com/2008/10/5rupees1997tomb_of_shah_rukn-e-alam.jpg"><img src="http://gulaftab.files.wordpress.com/2008/10/5rupees1997tomb_of_shah_rukn-e-alam.jpg?w=85&#038;h=96" alt="5 Rupees 1997" title="5rupees1997tomb_of_shah_rukn-e-alam" width="85" height="96" class="size-thumbnail wp-image-121" /></a><p class="wp-caption-text">5 Rupees 1997</p></div>
</td>
</tr>
<tr>
<td>
<div id="attachment_122" class="wp-caption alignnone" style="width: 94px"><a href="http://gulaftab.files.wordpress.com/2008/10/10rupees1953.jpg"><img src="http://gulaftab.files.wordpress.com/2008/10/10rupees1953.jpg?w=84&#038;h=96" alt="10 Rupees 1953" title="10rupees1953" width="84" height="96" class="size-thumbnail wp-image-122" /></a><p class="wp-caption-text">10 Rupees 1953</p></div>
</td>
<td>
<div id="attachment_124" class="wp-caption alignnone" style="width: 94px"><a href="http://gulaftab.files.wordpress.com/2008/10/10rupees1957muhammad_ali.jpg"><img src="http://gulaftab.files.wordpress.com/2008/10/10rupees1957muhammad_ali.jpg?w=84&#038;h=96" alt="10 Rupees 1957" title="10rupees1957muhammad_ali" width="84" height="96" class="size-thumbnail wp-image-124" /></a><p class="wp-caption-text">10 Rupees 1957</p></div>
</td>
<td>
<div id="attachment_125" class="wp-caption alignnone" style="width: 96px"><a href="http://gulaftab.files.wordpress.com/2008/10/10rupees1972-75shalimargardens.jpg"><img src="http://gulaftab.files.wordpress.com/2008/10/10rupees1972-75shalimargardens.jpg?w=86&#038;h=96" alt="10 Rupees 1972 - 1975" title="10rupees1972-75shalimargardens" width="86" height="96" class="size-thumbnail wp-image-125" /></a><p class="wp-caption-text">10 Rupees 1972 - 1975</p></div>
</td>
</tr>
<tr>
<td>
<div id="attachment_126" class="wp-caption alignnone" style="width: 106px"><a href="http://gulaftab.files.wordpress.com/2008/10/10rupees1972muhammad_ali_jinnahhajj_pilgrim.jpg"><img src="http://gulaftab.files.wordpress.com/2008/10/10rupees1972muhammad_ali_jinnahhajj_pilgrim.jpg?w=96&#038;h=96" alt="10 Rupees 1972" title="10rupees1972muhammad_ali_jinnahhajj_pilgrim" width="96" height="96" class="size-thumbnail wp-image-126" /></a><p class="wp-caption-text">10 Rupees 1972</p></div> </td>
<td>
<div id="attachment_127" class="wp-caption alignone" style="width: 99px"><a href="http://gulaftab.files.wordpress.com/2008/10/50rupees1957malijinnahsailingships.jpg"><img src="http://gulaftab.files.wordpress.com/2008/10/50rupees1957malijinnahsailingships.jpg?w=89&#038;h=96" alt="50 Rupees 1957" title="50rupees1957malijinnahsailingships" width="89" height="96" class="size-thumbnail wp-image-127" /></a><p class="wp-caption-text">50 Rupees 1957</p></div> </td>
<td>
<div id="attachment_128" class="wp-caption alignnone" style="width: 99px"><a href="http://gulaftab.files.wordpress.com/2008/10/50rupees1972-78malijinnahsailingships.jpg"><img src="http://gulaftab.files.wordpress.com/2008/10/50rupees1972-78malijinnahsailingships.jpg?w=89&#038;h=96" alt="50 Rupees 1972 - 1978" title="50rupees1972-78malijinnahsailingships" width="89" height="96" class="size-thumbnail wp-image-128" /></a><p class="wp-caption-text">50 Rupees 1972 - 1978</p></div> </td>
</tr>
<tr>
<td>
<div id="attachment_129" class="wp-caption alignnone" style="width: 137px"><a href="http://gulaftab.files.wordpress.com/2008/10/heads.jpg"><img src="http://gulaftab.files.wordpress.com/2008/10/heads.jpg?w=127&#038;h=95" alt="Some Coins Head" title="Coints heads" width="127" height="95" class="size-thumbnail wp-image-129" /></a><p class="wp-caption-text">Some Coins Head</p></div> </td>
<td>
<div id="attachment_136" class="wp-caption alignnone" style="width: 137px"><a href="http://gulaftab.files.wordpress.com/2008/10/tails1.jpg"><img src="http://gulaftab.files.wordpress.com/2008/10/tails1.jpg?w=127&#038;h=95" alt="Coins tails" title="tails" width="127" height="95" class="size-thumbnail wp-image-136" /></a><p class="wp-caption-text">Coins tails</p></div> </td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gulaftab.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gulaftab.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gulaftab.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gulaftab.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gulaftab.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gulaftab.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gulaftab.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gulaftab.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gulaftab.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gulaftab.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gulaftab.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gulaftab.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gulaftab.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gulaftab.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=112&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gulaftab.wordpress.com/2008/10/05/pakistani-obsolete-currency-notes%e2%80%93part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a18a6189dc6739d613189ca84b02ab3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gulaftab</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/10/1rupee1948-1949.jpg?w=79" medium="image">
			<media:title type="html">1rupee1948-1949</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/10/1rupee1975minar-e-pakis1.jpg?w=76" medium="image">
			<media:title type="html">1rupee1975minar-e-pakis1</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/10/5rupees1947.jpg?w=83" medium="image">
			<media:title type="html">5rupees1947</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/10/5rupees1948.jpg?w=85" medium="image">
			<media:title type="html">5 rupees1948</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/10/5rupees1972-1978mohammed_ali_jinnah.jpg?w=84" medium="image">
			<media:title type="html">5rupees1972-1978mohammed_ali_jinnah</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/10/5rupees1997tomb_of_shah_rukn-e-alam.jpg?w=85" medium="image">
			<media:title type="html">5rupees1997tomb_of_shah_rukn-e-alam</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/10/10rupees1953.jpg?w=84" medium="image">
			<media:title type="html">10rupees1953</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/10/10rupees1957muhammad_ali.jpg?w=84" medium="image">
			<media:title type="html">10rupees1957muhammad_ali</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/10/10rupees1972-75shalimargardens.jpg?w=86" medium="image">
			<media:title type="html">10rupees1972-75shalimargardens</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/10/10rupees1972muhammad_ali_jinnahhajj_pilgrim.jpg?w=96" medium="image">
			<media:title type="html">10rupees1972muhammad_ali_jinnahhajj_pilgrim</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/10/50rupees1957malijinnahsailingships.jpg?w=89" medium="image">
			<media:title type="html">50rupees1957malijinnahsailingships</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/10/50rupees1972-78malijinnahsailingships.jpg?w=89" medium="image">
			<media:title type="html">50rupees1972-78malijinnahsailingships</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/10/heads.jpg?w=127" medium="image">
			<media:title type="html">Coints heads</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/10/tails1.jpg?w=127" medium="image">
			<media:title type="html">tails</media:title>
		</media:content>
	</item>
		<item>
		<title>LHC Explained&#8211;two different ways</title>
		<link>http://gulaftab.wordpress.com/2008/09/11/lhc-explained-two-different-ways/</link>
		<comments>http://gulaftab.wordpress.com/2008/09/11/lhc-explained-two-different-ways/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 06:02:29 +0000</pubDate>
		<dc:creator>gulaftab</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CERN]]></category>
		<category><![CDATA[LHC]]></category>
		<category><![CDATA[LHC first beam]]></category>
		<category><![CDATA[LHC rap]]></category>

		<guid isPermaLink="false">http://gulaftab.wordpress.com/?p=103</guid>
		<description><![CDATA[Manchester University Professor Brian Cox gives a nice overview of Particle Physics dealt in LHC project. While accuracy in both science and reporting is serious business, the science itself should be fun,says Kate McAlpine&#8217;s and this is how she describes &#8230; <a href="http://gulaftab.wordpress.com/2008/09/11/lhc-explained-two-different-ways/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=103&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Manchester University Professor Brian Cox gives a nice overview of Particle Physics dealt in <a href="http://lhc.web.cern.ch/lhc/">LHC</a> project. </p>
<span style="text-align:center; display: block;"><a href="http://gulaftab.wordpress.com/2008/09/11/lhc-explained-two-different-ways/"><img src="http://img.youtube.com/vi/_6uKZWnJLCM/2.jpg" alt="" /></a></span>
<p>While accuracy in both science and reporting is serious business, the science itself should be fun,says <a href="http://www.katemcalpine.com/index.html">Kate McAlpine&#8217;s</a>  and this is how she describes CERN Project </p>
<span style="text-align:center; display: block;"><a href="http://gulaftab.wordpress.com/2008/09/11/lhc-explained-two-different-ways/"><img src="http://img.youtube.com/vi/f6aU-wFSqt0/2.jpg" alt="" /></a></span>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gulaftab.wordpress.com/103/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gulaftab.wordpress.com/103/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gulaftab.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gulaftab.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gulaftab.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gulaftab.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gulaftab.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gulaftab.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gulaftab.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gulaftab.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gulaftab.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gulaftab.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gulaftab.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gulaftab.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gulaftab.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gulaftab.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=103&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gulaftab.wordpress.com/2008/09/11/lhc-explained-two-different-ways/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a18a6189dc6739d613189ca84b02ab3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gulaftab</media:title>
		</media:content>
	</item>
		<item>
		<title>Pakistan Contribution in CERN</title>
		<link>http://gulaftab.wordpress.com/2008/09/11/pakistan-contribution-in-cern/</link>
		<comments>http://gulaftab.wordpress.com/2008/09/11/pakistan-contribution-in-cern/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 02:21:31 +0000</pubDate>
		<dc:creator>gulaftab</dc:creator>
				<category><![CDATA[Grid Computing]]></category>
		<category><![CDATA[Pakistan]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Abdus Salam]]></category>
		<category><![CDATA[CERN]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[LHC]]></category>
		<category><![CDATA[LHC first beam]]></category>

		<guid isPermaLink="false">http://gulaftab.wordpress.com/?p=91</guid>
		<description><![CDATA[On Tuesday 21 July 1998, Director General Chris Llewellyn Smith unveiled the sign naming the Route Abdus Salam on the Meyrin site.Formerly the southern portion of the Route Pauli, the road passes near the site of the Gargamelle bubble chamber &#8230; <a href="http://gulaftab.wordpress.com/2008/09/11/pakistan-contribution-in-cern/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=91&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://gulaftab.files.wordpress.com/2008/09/photo1.gif"><img src="http://gulaftab.files.wordpress.com/2008/09/photo1.gif?w=289&#038;h=205" alt="" title="Abdus Salam Route" width="289" height="205" class="alignleft size-full wp-image-92" /></a><br />
On Tuesday 21 July 1998, Director General Chris Llewellyn Smith unveiled the sign naming the Route Abdus Salam on the Meyrin site.Formerly the southern portion of the Route Pauli, the road passes near the site of the Gargamelle bubble chamber which discovered neutral currents at the PS in 1973. This, CERN&#8217;s first major physics discovery, provided the first experimental confirmation of the electroweak unification of which Salam (Pakistan only Nobel Laureate) was a major architect.[1]<br />
<a href="http://gulaftab.files.wordpress.com/2008/09/photo2.gif"><img src="http://gulaftab.files.wordpress.com/2008/09/photo2.gif?w=300&#038;h=170" alt="" title="photo2" width="300" height="170" class="aligncenter size-medium wp-image-93" /></a><br />
The informal scientific co-operation between CERN and Pakistan dates back to the 1960s, through Dr. Abdus Salam. Some theoretical physicists from Pakistan had the opportunity to work at CERN and in 1980s, some of the experimental physicists from Pakistan, specializing in the technique of Solid State Nuclear Track Detectors (SSNTD), also benefited from CERN by exposing the stacks in the beam at the Super Proton Synchrotron (SPS).<br />
In 1997, PAEC signed an agreement for an in-kind contribution worth one million Swiss francs for the construction of eight magnet supports for the CMS detector. The signing of the agreement was followed by the visit of Llewellyn Smith to Pakistan in 1998. The agreement provided an entry point for Pakistani scientists and engineers into the CMS collaboration.[2]. These equipments engineered in Pakistan are also mentioned in this interview.<br />
<span style="text-align:center; display: block;"><a href="http://gulaftab.wordpress.com/2008/09/11/pakistan-contribution-in-cern/"><img src="http://img.youtube.com/vi/RgxaxwMW2uA/2.jpg" alt="" /></a></span></p>
<p>In 2000, CERN&#8217;s new director-general, Luciano Maiani, visited Pakistan, and during this visit another agreement was signed, which doubled the Pakistani contribution from one to two million Swiss francs. This new agreement covered the construction of the resistive plate chambers required for the CMS muon system<br />
Recently, a protocol has been signed enhancing Pakistan&#8217;s total contribution to the LHC programme to $10 million.<br />
National Centre of Physics (NCP) of Pakistan is involved in a number of LHC-related activities such as detector construction, detector simulation, physics analysis and Grid computing. Several other Pakistani institutes are also collaborating with CERN indirectly through the NCP. The activities of these institutes cover areas such as software development, manufacturing of mechanical equipment, alignment of the CMS tracker using lasers, and the testing of electronic equipment. [2]</p>
<p>Above Excerpts taken from article by Dr Ishfaq Ahmed http://cerncourier.com/cws/article/cern/28934</p>
<p>References:[1] http://bullarchive.web.cern.ch/bullarchive/9831/art2/Text_E.html<br />
                  [2] http://cerncourier.com/cws/article/cern/28934</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gulaftab.wordpress.com/91/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gulaftab.wordpress.com/91/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gulaftab.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gulaftab.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gulaftab.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gulaftab.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gulaftab.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gulaftab.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gulaftab.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gulaftab.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gulaftab.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gulaftab.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gulaftab.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gulaftab.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gulaftab.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gulaftab.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=91&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gulaftab.wordpress.com/2008/09/11/pakistan-contribution-in-cern/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a18a6189dc6739d613189ca84b02ab3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gulaftab</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/09/photo1.gif" medium="image">
			<media:title type="html">Abdus Salam Route</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/09/photo2.gif?w=300" medium="image">
			<media:title type="html">photo2</media:title>
		</media:content>
	</item>
		<item>
		<title>LHC Successful switch on</title>
		<link>http://gulaftab.wordpress.com/2008/09/11/lhc-successful-switch-on/</link>
		<comments>http://gulaftab.wordpress.com/2008/09/11/lhc-successful-switch-on/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 01:05:37 +0000</pubDate>
		<dc:creator>gulaftab</dc:creator>
				<category><![CDATA[Cluster Computing]]></category>
		<category><![CDATA[Grid Computing]]></category>
		<category><![CDATA[CERN]]></category>
		<category><![CDATA[LHC]]></category>
		<category><![CDATA[LHC first beam]]></category>

		<guid isPermaLink="false">http://gulaftab.wordpress.com/2008/09/11/lhc-successful-switch-on/</guid>
		<description><![CDATA[Scientists have hailed a successful switch-on for an enormous experiment which will recreate the conditions a few moments after the Big Bang. They have now fired two beams of particles called protons around the 27km-long tunnel which houses the Large &#8230; <a href="http://gulaftab.wordpress.com/2008/09/11/lhc-successful-switch-on/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=88&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Scientists have hailed a successful switch-on for an enormous experiment which will recreate the conditions a few moments after the Big Bang.</p>
<p>They have now fired two beams of particles called protons around the 27km-long tunnel which houses the Large Hadron Collider (LHC).</p>
<p>The £5bn machine on the Swiss-French border is designed to smash protons together with cataclysmic force.</p>
<p>Scientists hope it will shed light on fundamental questions in physics.</p>
<p>The first &#8211; clockwise &#8211; beam completed its first circuit of the underground tunnel at just before 0930 BST. The second &#8211; anti-clockwise &#8211; beam successfully circled the ring after 1400 BST.</p>
<p><a href="http://news.bbc.co.uk/1/hi/sci/tech/7604293.stm">BBC NEWS | Science/Nature | &#8216;Big Bang&#8217; experiment starts well</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gulaftab.wordpress.com/88/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gulaftab.wordpress.com/88/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gulaftab.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gulaftab.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gulaftab.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gulaftab.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gulaftab.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gulaftab.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gulaftab.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gulaftab.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gulaftab.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gulaftab.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gulaftab.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gulaftab.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gulaftab.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gulaftab.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=88&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gulaftab.wordpress.com/2008/09/11/lhc-successful-switch-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a18a6189dc6739d613189ca84b02ab3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gulaftab</media:title>
		</media:content>
	</item>
		<item>
		<title>LHC and Google Homepage</title>
		<link>http://gulaftab.wordpress.com/2008/09/10/lhc-and-google-homepage/</link>
		<comments>http://gulaftab.wordpress.com/2008/09/10/lhc-and-google-homepage/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 12:39:01 +0000</pubDate>
		<dc:creator>gulaftab</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CERN]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[LHC]]></category>
		<category><![CDATA[LHC first beam]]></category>

		<guid isPermaLink="false">http://gulaftab.wordpress.com/?p=99</guid>
		<description><![CDATA[Hmmm guys at google are really fast and they never miss an event of international importance, here is how google page looks today.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=99&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hmmm guys at google are really fast and they never miss an event of international importance, here is how google page looks today.<br />
<a href="http://gulaftab.files.wordpress.com/2008/09/lhc.gif"><img src="http://gulaftab.files.wordpress.com/2008/09/lhc.gif?w=330&#038;h=125" alt="" title="lhc" width="330" height="125" class="aligncenter size-full wp-image-100" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gulaftab.wordpress.com/99/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gulaftab.wordpress.com/99/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gulaftab.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gulaftab.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gulaftab.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gulaftab.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gulaftab.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gulaftab.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gulaftab.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gulaftab.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gulaftab.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gulaftab.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gulaftab.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gulaftab.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gulaftab.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gulaftab.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gulaftab.wordpress.com&amp;blog=1011317&amp;post=99&amp;subd=gulaftab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gulaftab.wordpress.com/2008/09/10/lhc-and-google-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a18a6189dc6739d613189ca84b02ab3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gulaftab</media:title>
		</media:content>

		<media:content url="http://gulaftab.files.wordpress.com/2008/09/lhc.gif" medium="image">
			<media:title type="html">lhc</media:title>
		</media:content>
	</item>
	</channel>
</rss>
