<?xml version="1.0"?><!-- generator="b2evolution/0.9.1" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Africa's OSS/Linux All Blogs - Last comments</title>
		<link>http://orderweb.biz/blogs/index.php?blog=1&#38;disp=comments</link>
		<description></description>
		<language>en-UK</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=0.9.1"/>
		<ttl>60</ttl>
				<item>
			<title>In response to: Is Google's AdSense for you ?</title>
			<pubDate>Sun, 19 Feb 2006 00:44:02 +0000</pubDate>
			<guid isPermaLink="false">c184@http://orderweb.biz/blogs</guid>
			<description>Thanks for this info, will try those guys !
</description>
			<content:encoded><![CDATA[Thanks for this info, will try those guys !<br />
]]></content:encoded>
			<link>http://orderweb.biz/blogs/index.php?blog=9&amp;title=is_google_s_adsense_for_you&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1#c184</link>
		</item>
				<item>
			<title>In response to: Use pings to increase traffic to your blog !</title>
			<pubDate>Tue, 12 Apr 2005 02:59:14 +0000</pubDate>
			<guid isPermaLink="false">c183@http://orderweb.biz/blogs</guid>
			<description>Blogrolling.com is a good and popular one too. :)</description>
			<content:encoded><![CDATA[Blogrolling.com is a good and popular one too. :)]]></content:encoded>
			<link>http://orderweb.biz/blogs/index.php?blog=1&amp;title=use_pings_to_increase_traffic_to_your_bl&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1#c183</link>
		</item>
				<item>
			<title>In response to: Developer Challenge #3</title>
			<pubDate>Sat, 11 Sep 2004 02:30:04 +0000</pubDate>
			<guid isPermaLink="false">c7@http://orderweb.biz/blogs</guid>
			<description>some more examples:

1 + 2 * 3 returns 7

but

(1 + 2) * 3 returns 9

and

3 * 1 + 2 returns 5

</description>
			<content:encoded><![CDATA[some more examples:<br />
<br />
1 + 2 * 3 returns 7<br />
<br />
but<br />
<br />
(1 + 2) * 3 returns 9<br />
<br />
and<br />
<br />
3 * 1 + 2 returns 5<br />
<br />
]]></content:encoded>
			<link>http://orderweb.biz/blogs/index.php?blog=5&amp;title=developer_challenge_3&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1#c7</link>
		</item>
				<item>
			<title>In response to: Developer Challenge #3</title>
			<pubDate>Sat, 11 Sep 2004 02:20:33 +0000</pubDate>
			<guid isPermaLink="false">c6@http://orderweb.biz/blogs</guid>
			<description>i dont know anything at all about that programming language, but i do know that when you test it, you should check to see if order of operations holds true.  the sentence you used as input would output 21 whether it did it from left to right, or if it actually followed order of operations.  anyway, you probably weren't even going for that, but it's just a suggestion.</description>
			<content:encoded><![CDATA[i dont know anything at all about that programming language, but i do know that when you test it, you should check to see if order of operations holds true.  the sentence you used as input would output 21 whether it did it from left to right, or if it actually followed order of operations.  anyway, you probably weren't even going for that, but it's just a suggestion.]]></content:encoded>
			<link>http://orderweb.biz/blogs/index.php?blog=5&amp;title=developer_challenge_3&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1#c6</link>
		</item>
				<item>
			<title>In response to: Developer Challenge #2</title>
			<pubDate>Wed, 25 Aug 2004 00:48:45 +0000</pubDate>
			<guid isPermaLink="false">c5@http://orderweb.biz/blogs</guid>
			<description>I tried to make Python version as short as possible
Does your Ruby code actually work ?

When you find 5 line Python version then send it to me</description>
			<content:encoded><![CDATA[I tried to make Python version as short as possible<br />
Does your Ruby code actually work ?<br />
<br />
When you find 5 line Python version then send it to me]]></content:encoded>
			<link>http://orderweb.biz/blogs/index.php?blog=5&amp;title=developer_challenge_2&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1#c5</link>
		</item>
				<item>
			<title>In response to: PHP + Python = Killer Applications on Internet</title>
			<pubDate>Wed, 25 Aug 2004 00:45:32 +0000</pubDate>
			<guid isPermaLink="false">c4@http://orderweb.biz/blogs</guid>
			<description>Check out http://www.mamboportal.com/
I wrote portal in Python but after seeing mambo I can take off my hat to PHP crowd</description>
			<content:encoded><![CDATA[Check out http://www.mamboportal.com/<br />
I wrote portal in Python but after seeing mambo I can take off my hat to PHP crowd]]></content:encoded>
			<link>http://orderweb.biz/blogs/index.php?blog=7&amp;title=php_python_killer_applications_on_intern&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1#c4</link>
		</item>
				<item>
			<title>In response to: Developer Challenge #2</title>
			<pubDate>Tue, 24 Aug 2004 19:40:06 +0000</pubDate>
			<guid isPermaLink="false">c3@http://orderweb.biz/blogs</guid>
			<description>I can't really say that I understand you python code cause it is so messed up :/

But If I understand correctly, in ruby this is: 
puts p Dir['**/*.txt'].inject(0) { |tot,el|
    tot+open(el).to_a.size
  }

I guess it can be made shorte, tough, and even the python version should be of max 5 lines. </description>
			<content:encoded><![CDATA[I can't really say that I understand you python code cause it is so messed up :/<br />
<br />
But If I understand correctly, in ruby this is: <br />
puts p Dir['**/*.txt'].inject(0) { |tot,el|<br />
    tot+open(el).to_a.size<br />
  }<br />
<br />
I guess it can be made shorte, tough, and even the python version should be of max 5 lines. ]]></content:encoded>
			<link>http://orderweb.biz/blogs/index.php?blog=5&amp;title=developer_challenge_2&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1#c3</link>
		</item>
				<item>
			<title>In response to: PHP + Python = Killer Applications on Internet</title>
			<pubDate>Tue, 24 Aug 2004 19:20:34 +0000</pubDate>
			<guid isPermaLink="false">c2@http://orderweb.biz/blogs</guid>
			<description>Why should I want to use php? 
it is slow, it lacks so much things that languages like perl,pythoin or ruby have, and it is a bad agol-like language with ugly C-ish syntax. 

And given that you're saying "use python+php" you don't have the availability problem, you can safely use pure python all the way down. 


Forget php and live happier
</description>
			<content:encoded><![CDATA[Why should I want to use php? <br />
it is slow, it lacks so much things that languages like perl,pythoin or ruby have, and it is a bad agol-like language with ugly C-ish syntax. <br />
<br />
And given that you're saying "use python+php" you don't have the availability problem, you can safely use pure python all the way down. <br />
<br />
<br />
Forget php and live happier<br />
]]></content:encoded>
			<link>http://orderweb.biz/blogs/index.php?blog=7&amp;title=php_python_killer_applications_on_intern&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1#c2</link>
		</item>
			</channel>
</rss>
