<?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/"
	>

<channel>
	<title>Shahab&#039;s Space</title>
	<atom:link href="https://www.shahabjafri.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.shahabjafri.com</link>
	<description>I brag .. Therefore I am ..!</description>
	<lastBuildDate>Sat, 30 May 2020 20:47:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">1429471</site>	<item>
		<title>Woh jis ka saaya ghana ghana hai</title>
		<link>https://www.shahabjafri.com/2020/05/31/woh-jis-ka-saaya-ghana-ghana-hai/</link>
		
		<dc:creator><![CDATA[Shahab]]></dc:creator>
		<pubDate>Sat, 30 May 2020 20:47:54 +0000</pubDate>
				<category><![CDATA[Whatever]]></category>
		<guid isPermaLink="false">https://www.shahabjafri.com/2020/05/31/woh-jis-ka-saaya-ghana-ghana-hai/</guid>

					<description><![CDATA[Woh jis ka saaya ghana ghana hai وہ جس کا سایہ گھنا گھنا ہے Bahut kadi dhoop jhelta hai بہت کڑی دھوپ جھیلتا ہے Abhi to mere hi lab hile they ابھی تو میرے ہی لب ہِلے تھے Magar yeh kis shakhs ki sadaa hai مگر یہ کس شخص کی صدا ہے Agar mein chup &#8230; <a href="https://www.shahabjafri.com/2020/05/31/woh-jis-ka-saaya-ghana-ghana-hai/" class="more-link">Continue reading <span class="screen-reader-text">Woh jis ka saaya ghana ghana hai</span></a>]]></description>
										<content:encoded><![CDATA[
<p>Woh jis ka saaya ghana ghana hai</p>



<p>وہ جس کا سایہ گھنا گھنا ہے</p>



<p>Bahut kadi dhoop jhelta hai</p>



<p>بہت کڑی دھوپ جھیلتا ہے</p>



<p>Abhi to mere hi lab hile they</p>



<p>ابھی تو میرے ہی لب ہِلے تھے</p>



<p>Magar yeh kis shakhs ki sadaa hai</p>



<p>مگر یہ کس شخص کی صدا ہے</p>



<p>Agar mein chup hoon to sochta hoon</p>



<p>اگر میں چپ ہوں تو سوچتا ہوں</p>



<p>Koi to pooche ki baat kya hai</p>



<p>کوئی تو پوچھے کہ بات کیا ہے</p>



<p>Mere labon par Yeh muskurahat</p>



<p>مِرے لبوں پر یہ مسکراہٹ</p>



<p>Magar jo seene mein Dard basaa hai </p>



<p>مگر جو سینے میں درد بسا ہے</p>



<p>Koi shikayat nahi kisi se</p>



<p>کوئی شکایت نہیں کسی سے</p>



<p>Ki shauk apna bhi naarsa hai</p>



<p>کہ شوق اپنا بھی نارسا ہے</p>



<p>Is jagah kyun bhatak raha hoon</p>



<p>اسی جگہ کیوں بھٹک رہا ہوں</p>



<p>Agar yahi ghar ka raasta hai</p>



<p>اگر یہی گھر کا راستہ ہے</p>



<p>&#8211; Ibne Safi (Israr Naarvi) </p>



<p></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2510</post-id>	</item>
		<item>
		<title>How to find non ASCII / unprintable characters using Notepad Plus Plus</title>
		<link>https://www.shahabjafri.com/2020/03/01/how-to-find-non-ascii-unprintable-characters-using-notepad-plus-plus/</link>
		
		<dc:creator><![CDATA[Shahab]]></dc:creator>
		<pubDate>Sun, 01 Mar 2020 10:13:12 +0000</pubDate>
				<category><![CDATA[Whatever]]></category>
		<category><![CDATA[non-ascii]]></category>
		<category><![CDATA[non-printable]]></category>
		<category><![CDATA[nonascii]]></category>
		<category><![CDATA[notepad-plus-plus]]></category>
		<category><![CDATA[NPP]]></category>
		<category><![CDATA[Regex]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[unprintable]]></category>
		<guid isPermaLink="false">https://www.shahabjafri.com/?p=2491</guid>

					<description><![CDATA[Use the Regex Feature of Find / Replace dialog box to find and remove non printable / non ASCII characters in your file using Notepad++. Use the following string in Find what box: Set the Search mode to Regular Expression, and leave Replace With as blank if you want to remove all the characters.]]></description>
										<content:encoded><![CDATA[
<p>Use the Regex Feature of Find / Replace dialog box to find and remove non printable / non ASCII characters in your file using Notepad++. </p>



<p>Use the following string in Find what box: </p>



<pre class="wp-block-code"><code>&#91;\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x9F]</code></pre>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="660" height="355" data-attachment-id="2492" data-permalink="https://www.shahabjafri.com/2020/03/01/how-to-find-non-ascii-unprintable-characters-using-notepad-plus-plus/nonascii-regex-npp/" data-orig-file="https://i0.wp.com/www.shahabjafri.com/wp-content/uploads/2020/03/NonAscii-Regex-NPP.jpg?fit=728%2C392&amp;ssl=1" data-orig-size="728,392" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="NonAscii-Regex-NPP" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/www.shahabjafri.com/wp-content/uploads/2020/03/NonAscii-Regex-NPP.jpg?fit=300%2C162&amp;ssl=1" data-large-file="https://i0.wp.com/www.shahabjafri.com/wp-content/uploads/2020/03/NonAscii-Regex-NPP.jpg?fit=660%2C355&amp;ssl=1" src="https://i0.wp.com/www.shahabjafri.com/wp-content/uploads/2020/03/NonAscii-Regex-NPP.jpg?resize=660%2C355&#038;ssl=1" alt="" class="wp-image-2492" srcset="https://i0.wp.com/www.shahabjafri.com/wp-content/uploads/2020/03/NonAscii-Regex-NPP.jpg?w=728&amp;ssl=1 728w, https://i0.wp.com/www.shahabjafri.com/wp-content/uploads/2020/03/NonAscii-Regex-NPP.jpg?resize=300%2C162&amp;ssl=1 300w" sizes="(max-width: 660px) 100vw, 660px" /><figcaption>Notepad++ Find &amp; Replace non ASCII Characters</figcaption></figure>



<p>Set the Search mode to Regular Expression, and leave Replace With as blank if you want to remove all the characters. </p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2491</post-id>	</item>
		<item>
		<title>So I tried pinch to zoom in real life and was really disappointed it didn&#8217;t work.</title>
		<link>https://www.shahabjafri.com/2020/02/24/so-i-tried-pinch-to-zoom-in-real-life-and-was-really-disappointed-it-didnt-work/</link>
		
		<dc:creator><![CDATA[Shahab]]></dc:creator>
		<pubDate>Mon, 24 Feb 2020 15:01:12 +0000</pubDate>
				<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">https://www.shahabjafri.com/?p=2483</guid>

					<description><![CDATA[So I tried pinch to zoom in real life and was really disappointed it didn&#39;t work. &#8212; Shahab Jafri (@ShahabJafri) February 24, 2020]]></description>
										<content:encoded><![CDATA[<div class="twitter-tweet">
<blockquote class="twitter-tweet" data-lang="en">
<p lang="en" dir="ltr">So I tried pinch to zoom in real life and was really disappointed it didn&#39;t work.</p>
<p>&mdash; Shahab Jafri (@ShahabJafri) <a href="https://twitter.com/ShahabJafri/status/1231944035197165568?ref_src=twsrc%5Etfw">February 24, 2020</a></p></blockquote>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2483</post-id>	</item>
		<item>
		<title>Ab kahaan dhoondne jaaoge hamare qaatil Aap to qatl ka ilzaam humein par rakh do. Looks like #DelhiPolice took this sher too literally.</title>
		<link>https://www.shahabjafri.com/2020/01/10/ab-kahaan-dhoondne-jaaoge-hamare-qaatil-aap-to-qatl-ka-ilzaam-humein-par-rakh-do-looks-like-delhipolice-took-this-sher-too-literally/</link>
		
		<dc:creator><![CDATA[Shahab]]></dc:creator>
		<pubDate>Fri, 10 Jan 2020 16:33:26 +0000</pubDate>
				<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">https://www.shahabjafri.com/?p=2471</guid>

					<description><![CDATA[Ab kahaan dhoondne jaaoge hamare qaatilAap to qatl ka ilzaam humein par rakh do. Looks like #DelhiPolice took this sher too literally. &#8212; Shahab Jafri (@ShahabJafri) January 10, 2020]]></description>
										<content:encoded><![CDATA[<div class="twitter-tweet">
<blockquote class="twitter-tweet" data-lang="en">
<p lang="hi" dir="ltr">Ab kahaan dhoondne jaaoge hamare qaatil<br />Aap to qatl ka ilzaam humein par rakh do.</p>
<p>Looks like <a href="https://twitter.com/hashtag/DelhiPolice?src=hash&amp;ref_src=twsrc%5Etfw">#DelhiPolice</a> took this sher too literally.</p>
<p>&mdash; Shahab Jafri (@ShahabJafri) <a href="https://twitter.com/ShahabJafri/status/1215667255884668928?ref_src=twsrc%5Etfw">January 10, 2020</a></p></blockquote>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2471</post-id>	</item>
		<item>
		<title>So this exists</title>
		<link>https://www.shahabjafri.com/2020/01/05/so-this-exists/</link>
		
		<dc:creator><![CDATA[Shahab]]></dc:creator>
		<pubDate>Sun, 05 Jan 2020 13:09:07 +0000</pubDate>
				<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">https://www.shahabjafri.com/?p=2468</guid>

					<description><![CDATA[So this exists https://t.co/oXZ0r8g4wN &#8212; Shahab Jafri (@ShahabJafri) January 5, 2020]]></description>
										<content:encoded><![CDATA[<div class="twitter-tweet">
<blockquote class="twitter-tweet" data-lang="en">
<p lang="en" dir="ltr">So this exists <a href="https://t.co/oXZ0r8g4wN">https://t.co/oXZ0r8g4wN</a></p>
<p>&mdash; Shahab Jafri (@ShahabJafri) <a href="https://twitter.com/ShahabJafri/status/1213794697660887047?ref_src=twsrc%5Etfw">January 5, 2020</a></p></blockquote>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2468</post-id>	</item>
		<item>
		<title>Kinda disappointed that Netflix didn&#8217;t name the sequel A Quieter Place.</title>
		<link>https://www.shahabjafri.com/2020/01/04/kinda-disappointed-that-netflix-didnt-name-the-sequel-a-quieter-place/</link>
		
		<dc:creator><![CDATA[Shahab]]></dc:creator>
		<pubDate>Sat, 04 Jan 2020 14:09:42 +0000</pubDate>
				<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">https://www.shahabjafri.com/?p=2465</guid>

					<description><![CDATA[Kinda disappointed that Netflix didn&#39;t name the sequel A Quieter Place. &#8212; Shahab Jafri (@ShahabJafri) January 4, 2020]]></description>
										<content:encoded><![CDATA[<div class="twitter-tweet">
<blockquote class="twitter-tweet" data-lang="en">
<p lang="en" dir="ltr">Kinda disappointed that Netflix didn&#39;t name the sequel A Quieter Place.</p>
<p>&mdash; Shahab Jafri (@ShahabJafri) <a href="https://twitter.com/ShahabJafri/status/1213459406202867712?ref_src=twsrc%5Etfw">January 4, 2020</a></p></blockquote>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2465</post-id>	</item>
		<item>
		<title>Dear Leader going to join Gandalf&#8217;s forces (Circa 2019)</title>
		<link>https://www.shahabjafri.com/2019/12/21/dear-leader-going-to-join-gandalfs-forces-circa-2019/</link>
		
		<dc:creator><![CDATA[Shahab]]></dc:creator>
		<pubDate>Sat, 21 Dec 2019 08:32:16 +0000</pubDate>
				<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">https://www.shahabjafri.com/?p=2461</guid>

					<description><![CDATA[Dear Leader going to join Gandalf&#39;s forces (Circa 2019) pic.twitter.com/HkLJOrKsZ8 &#8212; Shahab Jafri (@ShahabJafri) December 21, 2019]]></description>
										<content:encoded><![CDATA[<div class="twitter-tweet">
<blockquote class="twitter-tweet" data-lang="en">
<p lang="en" dir="ltr">Dear Leader going to join Gandalf&#39;s forces (Circa 2019) <a href="https://t.co/HkLJOrKsZ8">pic.twitter.com/HkLJOrKsZ8</a></p>
<p>&mdash; Shahab Jafri (@ShahabJafri) <a href="https://twitter.com/ShahabJafri/status/1208299798186450944?ref_src=twsrc%5Etfw">December 21, 2019</a></p></blockquote>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2461</post-id>	</item>
		<item>
		<title>Meanwhile Reddit roasting Jimmy Wales using his own tool</title>
		<link>https://www.shahabjafri.com/2019/12/03/meanwhile-reddit-roasting-jimmy-wales-using-his-own-tool/</link>
		
		<dc:creator><![CDATA[Shahab]]></dc:creator>
		<pubDate>Mon, 02 Dec 2019 19:53:07 +0000</pubDate>
				<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">https://www.shahabjafri.com/?p=2443</guid>

					<description><![CDATA[Meanwhile Reddit roasting Jimmy Wales using his own tool pic.twitter.com/PkhIFVZl2H &#8212; Shahab Jafri (@ShahabJafri) December 2, 2019]]></description>
										<content:encoded><![CDATA[<div class="twitter-tweet">
<blockquote class="twitter-tweet" data-lang="en">
<p lang="en" dir="ltr">Meanwhile Reddit roasting Jimmy Wales using his own tool <a href="https://t.co/PkhIFVZl2H">pic.twitter.com/PkhIFVZl2H</a></p>
<p>&mdash; Shahab Jafri (@ShahabJafri) <a href="https://twitter.com/ShahabJafri/status/1201589601057615873?ref_src=twsrc%5Etfw">December 2, 2019</a></p></blockquote>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2443</post-id>	</item>
		<item>
		<title>Finally this comes to Android.</title>
		<link>https://www.shahabjafri.com/2019/11/28/finally-this-comes-to-android/</link>
		
		<dc:creator><![CDATA[Shahab]]></dc:creator>
		<pubDate>Thu, 28 Nov 2019 15:31:39 +0000</pubDate>
				<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">https://www.shahabjafri.com/?p=2440</guid>

					<description><![CDATA[Finally this comes to Android. pic.twitter.com/AZEQwY0xMb &#8212; Shahab Jafri (@ShahabJafri) November 28, 2019]]></description>
										<content:encoded><![CDATA[<div class="twitter-tweet">
<blockquote class="twitter-tweet" data-lang="en">
<p lang="en" dir="ltr">Finally this comes to Android. <a href="https://t.co/AZEQwY0xMb">pic.twitter.com/AZEQwY0xMb</a></p>
<p>&mdash; Shahab Jafri (@ShahabJafri) <a href="https://twitter.com/ShahabJafri/status/1200063450489053185?ref_src=twsrc%5Etfw">November 28, 2019</a></p></blockquote>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2440</post-id>	</item>
		<item>
		<title>These guys are either in past or in future.</title>
		<link>https://www.shahabjafri.com/2019/11/27/these-guys-are-either-in-past-or-in-future/</link>
		
		<dc:creator><![CDATA[Shahab]]></dc:creator>
		<pubDate>Tue, 26 Nov 2019 18:57:31 +0000</pubDate>
				<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">https://www.shahabjafri.com/?p=2438</guid>

					<description><![CDATA[These guys are either in past or in future. pic.twitter.com/HIwpoMQJ0u &#8212; Shahab Jafri (@ShahabJafri) November 26, 2019]]></description>
										<content:encoded><![CDATA[<div class="twitter-tweet">
<blockquote class="twitter-tweet" data-lang="en">
<p lang="en" dir="ltr">These guys are either in past or in future. <a href="https://t.co/HIwpoMQJ0u">pic.twitter.com/HIwpoMQJ0u</a></p>
<p>&mdash; Shahab Jafri (@ShahabJafri) <a href="https://twitter.com/ShahabJafri/status/1199383343696973825?ref_src=twsrc%5Etfw">November 26, 2019</a></p></blockquote>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2438</post-id>	</item>
	</channel>
</rss>
