<?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>Ali's Blog &#187; Programming</title>
	<atom:link href="http://almahdi.cc/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://almahdi.cc</link>
	<description>Made from the best stuff on earth</description>
	<lastBuildDate>Sun, 15 Aug 2010 22:31:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Python Programming!</title>
		<link>http://almahdi.cc/programming/python-programming/</link>
		<comments>http://almahdi.cc/programming/python-programming/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 05:05:03 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ali]]></category>
		<category><![CDATA[Ali Almahdi]]></category>
		<category><![CDATA[Almahdi]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://almahdi.cc/?p=429</guid>
		<description><![CDATA[I have tried Python earlier, but its syntax didn&#8217;t make sense to me. Several weeks later, I wanted write a small app, so, I thought, why not try to write it in Python.. Just give it a try&#8230; So, I start writing the app in Python, it took longer than it should have, but it [...]]]></description>
			<content:encoded><![CDATA[<p>I have tried Python earlier, but its syntax didn&#8217;t make sense to me. Several weeks later, I wanted write a small app, so, I thought, why not try to write it in Python.. Just give it a try&#8230; So, I start writing the app in Python, it took longer than it should have, but it was done! Now, I can program in Python. I am so happy that I have finished writing my app in Python. Looks like Python has been added to my portfolio of programming languages.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://almahdi.cc/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://almahdi.cc/programming/python-programming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ZenCrypt &#8212; PHP Encoder</title>
		<link>http://almahdi.cc/programming/zencrypt-php-encoder/</link>
		<comments>http://almahdi.cc/programming/zencrypt-php-encoder/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 20:01:36 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ali]]></category>
		<category><![CDATA[Ali Almahdi]]></category>
		<category><![CDATA[Ali Encoder]]></category>
		<category><![CDATA[Almahdi]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP Encoder]]></category>
		<category><![CDATA[ZenCrypt]]></category>

		<guid isPermaLink="false">http://almahdi.cc/?p=399</guid>
		<description><![CDATA[Last night, I was searching the internet for PHP Encoders, I always knew that ZendGuard and IONCUBE are the best. However, I thought of giving others a chance. While searching I came across ZenCrypt. One of the good things about it that it doesn&#8217;t need a loader on the server-side. Thus, the scripts are self-decodable. [...]]]></description>
			<content:encoded><![CDATA[<p>Last night, I was searching the internet for PHP Encoders, I always knew that ZendGuard and IONCUBE are the best. However, I thought of giving others a chance. While searching I came across <a href="http://www.zencrypt.com/" target="_blank">ZenCrypt</a>. One of the good things about it that it doesn&#8217;t need a loader on the server-side. Thus, the scripts are self-decodable. But this makes it easy to decrypt. On thier website, they have two scripts. One is the source, and the other is the encoded script.</p>
<p>My Attempt to understand its way of encoding to see if it worth the USD45.</p>
<p><a href="http://www.zencrypt.com/INFO/test_plain.php.txt" target="_blank">Source PHP Code</a>:</p>
<blockquote>
<pre>&lt;?php
/* -------------------------------------------------
               www.ZenCrypt.com
             ZenCrypt simple demo

User Manual: http://www.zencrypt.com/INFO/ZenCrypt_PHP_Encoder.pdf
------------------------------------------------- */

//{{{PHP_INSERT_a1}}}
// Encoded chunk of code will be inserted here by ZenCrypt
// Encoded version - test_encoded.php was generated by running ZenCrypt with this command:
//    php -f zencrypt.php infile=test_plain.php outfile=test_encoded.php enccycles=10 stripcomments=yes
//{{{/PHP_INSERT_a1}}}

// This code client will see
$encrypted_number = 52728;

$resulted_number = ZEN_encrypt ($encrypted_number);
echo "\nEncrypted number=$resulted_number";
$resulted_number = ZEN_decrypt ($resulted_number);
echo "\nDecrypted number=$resulted_number";

//{{{PHP_ENCODE_a1}}}
// This part will be encoded and moved above (in between PHP_INSERT tags).
// We do not want to expose these "super secret" encryption functions to the clients.
function ZEN_encrypt ($input)
{
return ($input+5432);
}

function ZEN_decrypt ($input)
{
return ($input-5432);
}
//{{{/PHP_ENCODE_a1}}}

?&gt;
</pre>
</blockquote>
<p><a href="http://www.zencrypt.com/INFO/test_encoded.php.txt" target="_blank">Encoded Code:</a></p>
<blockquote>
<pre>&lt;?php
/* -------------------------------------------------
               www.ZenCrypt.com
             ZenCrypt simple demo

User Manual: http://www.zencrypt.com/INFO/ZenCrypt_PHP_Encoder.pdf
------------------------------------------------- */

$juTSvfNAGsrLGell='=ch/5z/T/fd3E73dPj+i+/rRNYcW/rz/sr6zjSNreaXN+nf/W876jLfWtd9fYXR5F3mtYCRhWNW7dOXGPsM19c920z3acnzSfxYMLFxg/Lz0nIz1FfpnLVdf/xksrTZqs55rpk///93fz27zHki6/oWYz1+9boz693v+vwQE52qDxffRSPNxjIf7xOfHb07GgxXHS/CawCIAXw9xuOY/EVs2KuqrxeJFCMTjEENA0ny6gTRUnndy30KTE/uyY77Pa0TWPVyHmqmYQ98Vf+dgq80ne2FgRkZzz1I103xrDgFjbVdXrcq4coJhOlJwGfXOMVavufyVOwpoIna3qQ5ldM+cVFUwoIHxuEbp3t6HEKKHnhi8rDY6aBfCxM9HkjSCeDP5gWj8GO2zaLsMsrsmLaLw605dRJDxFQZcyTe/X5RDaN9pJ0JTlyEzs0b6ds4cIeRg0uf7/INtfOgFECfah6aJz5Z8WbW5XorpGJZQAk/0H4sxB6GZiXZT44QtxETrhcqSgW5rtxHBxfDN6o8R8m7tbItO7uy3VBIRCi7f1Z+g6qkDoFRh3oiPBehlfbWHOCxdljFFxBjWwZhwOG/tAPA/EtX8LOkw3h04N+Ju7F25yDu6L7itrTU2jJ4dhqbPfBXzXg73fIzmZCyYxdmischnH+1voRzSntcnhxhyLfEriTCyEOhlOlzadH8WzfTUst9O3HBBP0U2JxDBRaLNQUeZjSpFWaDrQGUz3zWFYzBrYHUEtIjENWe0YsQpaFChodc7xDgaegxTTZNNb/il0sihsr6TdlVaq6HCfBywAK92VzCMeIJ7/7TfVgUvBr/zeaZJxuB1JTzT5n5KL1Kn04GldNUuQ+Zfyu3tcSd4UZDmMCFO2G9JmLQP6lurmNLUrcNO1dTalveKGhbqjZBOKro9Yi4MSS05BPcE+uBGP+wmqsaFP/CCMQvKopFeye2W282Dhwvnt743mYkfm0f1zeyox6ftiQ0KU3X3MjQgtkHG97Ob1iS/VZ+NZRf+c7GCztrRNKRZnElL2tA5GZMIfDXn5kUzCElSANn82mCOe+QXjpImZLFxb+Uh1X0jjsOyBTiZZbNJcFuebnG92TO+p/q1FXf9F9p7CQL32aBFxrtQG1hn6jlq3CjazvZ2k7i3wWbWnMSkyWfKOZtJcFLMvAEH+RPFEnaezjbZpUHR+4a7nYoCD9TUVkmukb7U0xti00EBIIxSVNyZrku/xnuuDAln/k/0IL/JaVQpof19rFjY4yHedvkhCiES1bOWeTO4LhhTJuJMmigCUWH4hobXlpr4cwvUnvNpFJrHJmGTYnCL/Sm+RMd0urBbOcuPDdS1M4whnim/+oEPx9VU4PbEmFy2YscLp8Zeczp8JT7mXnKF5VXK0glSAemv8vlmr/rcc/g34sXfPTqjYhZsc4K2ZuXbbYsWUUc9lJTfc2pSJyJaXcwxnezRpTVzwxkIbE2gr6RFBhmBLD2VNCQlx9Mlq3ib1v0czH2DbK7uqQ8mBEmXFmextYLxOKlUyKi561bLibKNCtMwAu/CJqA7gH9ImS/MP1LCZ6Iq8sYvu6nZvOgpXj5SiTGjZvaj2H0uDkx0E653Ngfd2RPIidVbrIPo/bDjFH5JNbWGTZiwCpi3LZAZ2Jh7CQyiL6qCKyJRMU2mC1KapSxqxZzoZ1IDI5j+ZjJzdyb/N82DRWQ5TKP9GYWLiB6m9Jmku3I31DNv0Wfs0uVuqXFU3kNM3ejaeXtT2ZolhmEhuiYS6fpTXEmym65ITt646EAEfnnSTDy9Ybt7L5xukkRuaHG3DKRJm/I48XOQkubAcY3ZuRHKIl8OcQeyd2jIY06sMvd5Ud8wiqvTtxHuyJV+S9cTmo2NsL/LZV/c19kmOMpKd0N1d62IdjeeufMxGxM42QFe+NS+rZeD5jY9KOe6c4adcJMToZDt7F8mEN4isP9okCSxpN1Wvr8cpj+Rwn6xFslssE60hp54EwDmogCfgu1xz9dLGUCP4hk8BQAEPxCJ3+8KALk/4ry59SEHgAsPZW3QeuBJ1xQWsQQHnvphTU/hFcFApGOYgiqw+P2bHPAtahgbhG4g5twGhSmwIIAggBccUccjnrn9Z2wn+ZbQAB1eN9CTMBQMBEE98OApvjbJ2EAYeui/+/PE0n78g542p9K1FhlIIT7xFwOvff919+OIkX675p2SBB7YNRuCWYXBZyvDISuj3SVb';$QynVyKBtA_laXYfjkJ=';))))yyrTYefTNAsiFGhw$(ireegf(rqbprq_46rfno(rgnysavmt(ynir';$LoMOYHmyNmPlxD=strrev($QynVyKBtA_laXYfjkJ);$lUETluMevSaLCDV=str_rot13($LoMOYHmyNmPlxD);eval($lUETluMevSaLCDV);

// This code client will see
$encrypted_number = 52728;

$resulted_number = ZEN_encrypt ($encrypted_number);
echo "\nEncrypted number=$resulted_number";
$resulted_number = ZEN_decrypt ($resulted_number);
echo "\nDecrypted number=$resulted_number";

?&gt;
</pre>
</blockquote>
<p>My Attempt to Decode the Code:</p>
<blockquote><p>&lt;?php<br />
/* &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
www.ZenCrypt.com<br />
ZenCrypt simple demo</p>
<p>User Manual: http://www.zencrypt.com/INFO/ZenCrypt_PHP_Encoder.pdf<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- */</p>
<p>$juTSvfNAGsrLGell=&#8217;=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&#8217;;$QynVyKBtA_laXYfjkJ=&#8217;;))))yyrTYefTNAsiFGhw$(ireegf(rqbprq_46rfno(rgnysavmt(ynir&#8217;;$LoMOYHmyNmPlxD=strrev($QynVyKBtA_laXYfjkJ);$lUETluMevSaLCDV=str_rot13($LoMOYHmyNmPlxD);eval($lUETluMevSaLCDV);</p>
<p>//print  gzinflate(base64_decode(strrev($juTSvfNAGsrLGell)));</p>
<p>$str=str_replace(&#8220;eval&#8221;,&#8221;\$str=&#8221;, gzinflate(base64_decode(strrev($juTSvfNAGsrLGell))));<br />
eval($str);<br />
print $str.&#8221;\n&#8211;\n&#8221;;<br />
//print &#8220;&#8211;\n&#8221;;<br />
for($icount=0; $icount&lt;17; $icount++) {<br />
$str=str_replace(&#8220;eval&#8221;,&#8221;\$str=&#8221;, $str);<br />
print $str.&#8221;\n$icount&#8211;\n&#8221;;<br />
eval($str);<br />
print $str.&#8221;\n$icount&#8211;\n&#8221;;<br />
}</p>
<p>// This code client will see<br />
$encrypted_number = 52728;</p>
<p>$resulted_number = ZEN_encrypt ($encrypted_number);<br />
echo &#8220;\nEncrypted number=$resulted_number&#8221;;<br />
$resulted_number = ZEN_decrypt ($resulted_number);<br />
echo &#8220;\nDecrypted number=$resulted_number&#8221;;<br />
?&gt;</p></blockquote>
<p>Conclusion:</p>
<p>What I see that it doesn&#8217;t worth the the USD45. Maybe if it was encoded with ZendGuard or ionCube and produces a file that requires a PHP Loader. Just like PHPCipher.<br />
However, from this attempt. I thought that I will write my own encoder. It will be using the same method, however, the output will be encoded in both ZendGuard and ionCube. Stay tuned!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://almahdi.cc/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://almahdi.cc/programming/zencrypt-php-encoder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A new year arrives and new projects to come</title>
		<link>http://almahdi.cc/programming/a-new-year-arrives-and-new-projects-to-come/</link>
		<comments>http://almahdi.cc/programming/a-new-year-arrives-and-new-projects-to-come/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 18:49:21 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ali]]></category>
		<category><![CDATA[Ali Almahdi]]></category>
		<category><![CDATA[Almahdi]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[Marwan]]></category>
		<category><![CDATA[Marwan Alsabbagh]]></category>
		<category><![CDATA[N900]]></category>
		<category><![CDATA[Nokia N900]]></category>
		<category><![CDATA[pygtk]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://almahdi.cc/?p=388</guid>
		<description><![CDATA[A new year arrived, and new projects are arriving&#8230; My friend Marwan and myself started having several projects to be developed for the Maemo powered devices. However, after discussion today, we have agreed on developing stuff to be cross platform. Most of our development well be in Python GTK. The agreement is that Marwan will [...]]]></description>
			<content:encoded><![CDATA[<p>A new year arrived, and new projects are arriving&#8230; My friend Marwan and myself started having several projects to be developed for the Maemo powered devices. However, after discussion today, we have agreed on developing stuff to be cross platform. Most of our development well be in Python GTK.</p>
<p>The agreement is that Marwan will do most of the development, I will be maintaining the projects. I will be responsible of the packaging and bug fixing and some development. Marwan will be doing the core of the applications.</p>
<p>We will be registering a new domain and it will be dedicated for our joint projects. We have lots of ideas, so wish us luck!!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://almahdi.cc/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://almahdi.cc/programming/a-new-year-arrives-and-new-projects-to-come/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Webserver in Python</title>
		<link>http://almahdi.cc/linux/simple-webserver-in-python/</link>
		<comments>http://almahdi.cc/linux/simple-webserver-in-python/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 14:01:18 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://almahdi.cc/?p=296</guid>
		<description><![CDATA[Sometimes I need a simple webserver for serving files for my kickstart installations. I have found a simple solution: python -m SimpleHTTPServer 80 This creates a simple Webserver on port 80 and its root path is the directory it ran from. For more details about it, visit python docs: http://docs.python.org/library/simplehttpserver.html]]></description>
			<content:encoded><![CDATA[<p>Sometimes I need a simple webserver for serving files for my kickstart installations. I have found a simple solution:</p>
<blockquote><p>python -m SimpleHTTPServer 80</p></blockquote>
<p>This creates a simple Webserver on port 80 and its root path is the directory it ran from. For more details about it, visit python docs:<a href="http://docs.python.org/library/simplehttpserver.html"> http://docs.python.org/library/simplehttpserver.html</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://almahdi.cc/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://almahdi.cc/linux/simple-webserver-in-python/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I ported Template Parser from CodeIgniter to Kohana</title>
		<link>http://almahdi.cc/programming/ported-template-parser-from-codeigniter-to-kohana/</link>
		<comments>http://almahdi.cc/programming/ported-template-parser-from-codeigniter-to-kohana/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 19:20:07 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[kohana kohanaphp php codeigniter template-parser]]></category>

		<guid isPermaLink="false">http://almahdi.cc/?p=276</guid>
		<description><![CDATA[I have been using CodeIgniter for many of my php development projects. However, recently, I have knew about Kohanaphp framework, its a framework that is based on CodeIgniter, but is Strict PHP5 OO. That&#8217;s something that I love, since I am a Java programmer and in total love with OO (Object Oriented) Programming. However, Kohanaphp [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using CodeIgniter for many of my php development projects. However, recently, I have knew about Kohanaphp framework, its a framework that is based on CodeIgniter, but is Strict PHP5 OO. That&#8217;s something that I love, since I am a Java programmer and in total love with OO (Object Oriented) Programming.<br />
However, Kohanaphp framework didn&#8217;t have a template parser, or let me say an alternate syntax template engine. CodeIgniter did, although its not full-blown template parsing solution, but it does the job perfectly for me. I started using Kohanaphp for one of my php projects, and I wanted to reuse some of my views which were done using CI template parser syntax. So, I ported the parser class to Kohana.<br />
The Code is hosted on <a href="http://code.google.com/p/kohana-template-parser/" target="_blank">http://code.google.com/p/kohana-template-parser/</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://almahdi.cc/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://almahdi.cc/programming/ported-template-parser-from-codeigniter-to-kohana/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Framework &#8212; CodeIgniter</title>
		<link>http://almahdi.cc/programming/php-framework-codeigniter/</link>
		<comments>http://almahdi.cc/programming/php-framework-codeigniter/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 13:11:19 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://almahdi.cc/programming/php-framework-codeigniter/</guid>
		<description><![CDATA[Few days ago, I was searching for a PHP framework that I can use for my web development. I found many Frameworks available, so I have set my search criteria to: 1. Ease of Use 2. Object Oriented 3. Good Community base 4. Flexible License, Preferably BSD &#8212; For Development of Commercial Apps. I have [...]]]></description>
			<content:encoded><![CDATA[<p>Few days ago, I was searching for a PHP framework that I can use for my web development. I found many Frameworks available, so I have set my search criteria to:<br />
1. Ease of Use<br />
2. Object Oriented<br />
3. Good Community base<br />
4. Flexible License, Preferably BSD &#8212; For Development of Commercial Apps.</p>
<p>I have came up with few, and one of them was <a href="http://www.codeigniter.com/" title="CodeIgniter">CodeIgniter</a>.<br />
Such a wonderful Framework to work with.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://almahdi.cc/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://almahdi.cc/programming/php-framework-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No More Python &#8212; Back to Java</title>
		<link>http://almahdi.cc/programming/no-more-python-back-to-java/</link>
		<comments>http://almahdi.cc/programming/no-more-python-back-to-java/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 13:01:30 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://almahdi.cc/programming/no-more-python-back-to-java/</guid>
		<description><![CDATA[Well, I tried to use Python instead of Java&#8230; But I couldn&#8217;t succeed. Although, I am a very fast learner, but Python syntax and usability didn&#8217;t make sense to me. I am back to Java programming.]]></description>
			<content:encoded><![CDATA[<p>Well, I tried to use Python instead of Java&#8230; But I couldn&#8217;t succeed. Although, I am a very fast learner, but Python syntax and usability didn&#8217;t make sense to me. I am back to Java programming.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://almahdi.cc/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://almahdi.cc/programming/no-more-python-back-to-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
