<?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>Moustafa Emara's Blog</title>
	<atom:link href="http://moustafaemara.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://moustafaemara.wordpress.com</link>
	<description>Live From Mosta !!</description>
	<lastBuildDate>Tue, 01 Mar 2011 21:32:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='moustafaemara.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Moustafa Emara's Blog</title>
		<link>http://moustafaemara.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://moustafaemara.wordpress.com/osd.xml" title="Moustafa Emara&#039;s Blog" />
	<atom:link rel='hub' href='http://moustafaemara.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Raramorph The Ruby Arabic Morphological Analyzer</title>
		<link>http://moustafaemara.wordpress.com/2008/09/14/raramorph-the-ruby-arabic-morphological-analyzer/</link>
		<comments>http://moustafaemara.wordpress.com/2008/09/14/raramorph-the-ruby-arabic-morphological-analyzer/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 11:07:21 +0000</pubDate>
		<dc:creator>moustafaemara</dc:creator>
				<category><![CDATA[eSpace]]></category>
		<category><![CDATA[Raramorph]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[aramorph]]></category>
		<category><![CDATA[morphological analyzer]]></category>

		<guid isPermaLink="false">http://moustafaemara.wordpress.com/?p=52</guid>
		<description><![CDATA[Raramorph is a Ruby 1.9 gem for an intelligent port of Aramorph based on Buckwalter Arabic Morphological Analyzer Version 1.0 , Released By eSpace Technologies. The first Release of Raramorph full morphological analyzer tools , provided with an executable or a library can be included in the code , with basic developer tools , to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=52&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.espace.com.eg/work/contributions/espace_modules">Raramorph</a> is a Ruby 1.9 gem for an intelligent port of <a href="http://www.nongnu.org/aramorph/">Aramorph</a> based on Buckwalter Arabic Morphological Analyzer Version 1.0 ,  Released By  <a href="http://www.espace.com.eg">eSpace Technologies</a>.</p>
<p>The first Release of <a href="http://www.espace.com.eg/work/contributions/espace_modules">Raramorph</a> full morphological analyzer tools , provided with an executable or a library can be included in the code , with basic developer tools , to be extended in the next version.</p>
<p>Due to algorithmic and data structures optimization in <a href="http://www.espace.com.eg/work/contributions/espace_modules">Raramorph</a> ,  we enhanced the performance of the library reaching an average of<strong> 4 &#8211; 5 seconds </strong>in loading the dictionaries  which was the main bottleneck in the java raramorph reaching to <strong>10-11</strong> <strong>seconds</strong> and average of <strong>2-3 seconds </strong>in parsing meduim sized files and printing the output file.</p>
<p>Installing <a href="http://www.espace.com.eg/work/contributions/espace_modules">Raramorph</a> :</p>
<p>gem install raramorph  ( note that raramorph requires Ruby1.9 )</p>
<p>Usage :</p>
<p><strong>for exectuable : </strong></p>
<pre>raramorph input_file_name output_file_name  -v -a
  -v verbose mode ( optional )
  -a arabic output ( optional )</pre>
<p><strong>In Coding</strong></p>
<p>require &#8216;raramorph&#8217;</p>
<p>For analyzing a file</p>
<p>Raramorph.execute(input_filename, output_filename ,verbose = false, not_arabic = true)</p>
<p>You can use functions like analyze_token , tokenize , segement_word  all as static methods in Raramorph class , In the next Release developer tools will be more stable including more features for analysis and finding the morphological solutions , which can be used in searching and mining engines.</p>
<p>Also <a href="http://www.espace.com.eg/work/contributions/espace_modules">Raramorph</a> -ferret adapter is to be released soon , for helping in the morphological analysis in search engines.</p>
<p><a href="http://www.espace.com.eg/work/contributions/espace_modules">Raramorph</a> Source Code is avaliable at :</p>
<pre><a href="http://github.com/espace/raramorph/tree/master">http://github.com/espace/raramorph/tree/master</a></pre>
<p><a href="http://www.espace.com.eg/work/contributions/espace_modules">Raramorph</a> Documentation is availabe <strong><a href="http://www.espace.com.eg/docs/raramorph/index.html">here</a></strong>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/moustafaemara.wordpress.com/52/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/moustafaemara.wordpress.com/52/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/moustafaemara.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/moustafaemara.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/moustafaemara.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/moustafaemara.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/moustafaemara.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/moustafaemara.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/moustafaemara.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/moustafaemara.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/moustafaemara.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/moustafaemara.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/moustafaemara.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/moustafaemara.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/moustafaemara.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/moustafaemara.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=52&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://moustafaemara.wordpress.com/2008/09/14/raramorph-the-ruby-arabic-morphological-analyzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b97cf82c283ad1296376cd6bf8e27536?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">moustafaemara</media:title>
		</media:content>
	</item>
		<item>
		<title>SystemVIPC now compatible with Ruby 1.8 and Ruby 1.9</title>
		<link>http://moustafaemara.wordpress.com/2008/09/09/systemvipc-now-compatible-with-ruby-18-and-ruby-19/</link>
		<comments>http://moustafaemara.wordpress.com/2008/09/09/systemvipc-now-compatible-with-ruby-18-and-ruby-19/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 19:56:51 +0000</pubDate>
		<dc:creator>moustafaemara</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sysvipc]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[eSpace]]></category>
		<category><![CDATA[ftok]]></category>
		<category><![CDATA[SharedMemory.new]]></category>
		<category><![CDATA[SystemVIPC]]></category>
		<category><![CDATA[sysvipc shared Memory]]></category>
		<category><![CDATA[sysvipc with ruby1.9]]></category>

		<guid isPermaLink="false">http://moustafaemara.wordpress.com/?p=47</guid>
		<description><![CDATA[SystemVIPC is a Ruby 1.8  module for System V Inter-Process Communication: message queues, semaphores, and shared memory. eSpace Has released a version from SystemVIPC-0.8 RC1 that is compatible and works fine for Ruby 1.8 and Ruby 1.9 It&#8217;s really nice to work with SysVIPC with its simple used APIs , Here I&#8217;ll provide a simple [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=47&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://rubyforge.org/projects/sysvipc/">SystemVIPC</a> is  a Ruby 1.8  module for System V Inter-Process Communication: message queues, semaphores, and shared memory.</p>
<p><a href="http://www.espace.com.eg">eSpace</a> Has released a version from SystemVIPC-0.8 RC1 that is compatible and works fine for Ruby 1.8 and Ruby 1.9</p>
<p>It&#8217;s really nice to work with SysVIPC with its simple used APIs , Here I&#8217;ll provide a simple tutorial for using SysVIPC Shared Memory.</p>
<h3>Downloading and Installing</h3>
<ul>
<li>Download SysVIPC  Compatible Release for Ruby 1.8 , Ruby 1.9 at :  <a class="git_url_facebox" rel="#git-clone" href="//github.com/espace/sysvipc-0.8-rc1.git">http://github.com/espace/sysvipc-0.8-rc1.git</a></li>
<li>Extract the Source , then run : <strong>ruby1.9 extconf.rb </strong> ( note : run with the ruby version you want ) then :  make install Makefile</li>
<li>You will have the sysvipc.so file appearing now</li>
<li> In all cases you have to put these lines of code :</li>
</ul>
<p>require &#8216;sysvipc.so&#8217;</p>
<p>include SystemVIPC</p>
<h3>Shared Memroy Example</h3>
<p>## Testing Shared Memory</p>
<ol>
<li> $key = ftok &#8216;/tmp/shm&#8217; , IPC_CREAT</li>
<li> $sh = SharedMemory.new($key, 33554432, IPC_CREAT | 0660)</li>
<li> $sh.attach</li>
<li> child = open(&#8220;|-&#8221;,&#8221;w+&#8221;)</li>
<li> if child.nil?</li>
<li> $sh.write(&#8216;In Shared Memory&#8217;)</li>
<li> sleep 2</li>
<li> $sh.write(&#8216;now showing you the world!&#8217;)</li>
<li> else</li>
<li> sleep 1</li>
<li> puts $sh.read(100)</li>
<li> sleep 3</li>
<li> puts $sh.read(100)</li>
<li> end</li>
</ol>
<p>Lines 1 ,  2 , 3  we convert the path name into as SysVIPC key , then we initiate if necessary 8 MegaBytes shared Memory Segment associated with <tt>key</tt> , then finally we attach the shared memory segment.</p>
<p>lines 4 , 5 we for a child for the process</p>
<p>At lines 6 , 8 we use the SharedMemory method write to write two data items to the shared memory segment</p>
<p>lines 11 , 13 the forked child process reads the data written by the parent process in the shared Memory segment and prints it.</p>
<p><strong>sleep </strong>call is used for synchronizing the events..</p>
<p>Hope this is helpful&#8230;.</p>
<p>View The SystemVIPC documentation at : <a href="http://sysvipc.rubyforge.org/">http://sysvipc.rubyforge.org/</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/moustafaemara.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/moustafaemara.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/moustafaemara.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/moustafaemara.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/moustafaemara.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/moustafaemara.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/moustafaemara.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/moustafaemara.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/moustafaemara.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/moustafaemara.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/moustafaemara.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/moustafaemara.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/moustafaemara.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/moustafaemara.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/moustafaemara.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/moustafaemara.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=47&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://moustafaemara.wordpress.com/2008/09/09/systemvipc-now-compatible-with-ruby-18-and-ruby-19/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b97cf82c283ad1296376cd6bf8e27536?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">moustafaemara</media:title>
		</media:content>
	</item>
		<item>
		<title>Evaluating instance variables in the has_many :finder_sql option</title>
		<link>http://moustafaemara.wordpress.com/2008/08/13/evaluating-instance-variables-in-the-has_many-finder_sql-option/</link>
		<comments>http://moustafaemara.wordpress.com/2008/08/13/evaluating-instance-variables-in-the-has_many-finder_sql-option/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 14:14:59 +0000</pubDate>
		<dc:creator>moustafaemara</dc:creator>
				<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[has_many :finder_sql]]></category>
		<category><![CDATA[has_many options]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://moustafaemara.wordpress.com/?p=40</guid>
		<description><![CDATA[If you are one of the Ruby On Rails developers , and  trying to make a complex has_many relation , you have one option .. the :finder_sql and :count_sql options. these options allows you to write a custom query for your relation maintaining the remaining association options. So if you were quering using the instance [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=40&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are one of the Ruby On Rails developers , and  trying to make a complex has_many relation , you have one option .. the <strong>:finder_sql</strong> and <strong>:count_sql</strong> options.</p>
<p>these options allows you to write a custom query for your relation maintaining the remaining association options.</p>
<p>So if you were quering using the instance variables of the object like this ,</p>
<p><strong>:finder_sql =&gt;</strong> &#8220;select * from attendance_items a where a.employee_id = #{id}&#8221;</p>
<p><strong>This will give you wrong results</strong> , even more if your query was like this</p>
<p><strong>:finder_sql =&gt;</strong> &#8220;select * from attendance_items a, where a.email = #{email}&#8221;</p>
<p>where email is an attribute in Employee&#8230; <strong>you will get a syntax error !!!</strong></p>
<p><strong>Cause : </strong>writing variables in the query between double quotes , makes the variable to be expanded once it was parsed , so in the first case the returned  <strong>id </strong>will be the object id in the memory not the active record id and in the second case , it will find that no attribute is name <strong>email</strong> as the object was not loaded.</p>
<p><strong>Solution :</strong> Simply replace the double quotes with single quotes , this cause rails to skip expanding the variables.</p>
<p><strong> :finder_sql </strong>=&gt; &#8216;select * from attendance_items a &#8216;+<br />
&#8216;where a.employee_id = #{self.hr_id}&#8217;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/moustafaemara.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/moustafaemara.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/moustafaemara.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/moustafaemara.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/moustafaemara.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/moustafaemara.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/moustafaemara.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/moustafaemara.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/moustafaemara.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/moustafaemara.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/moustafaemara.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/moustafaemara.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/moustafaemara.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/moustafaemara.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/moustafaemara.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/moustafaemara.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=40&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://moustafaemara.wordpress.com/2008/08/13/evaluating-instance-variables-in-the-has_many-finder_sql-option/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b97cf82c283ad1296376cd6bf8e27536?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">moustafaemara</media:title>
		</media:content>
	</item>
		<item>
		<title>Push Server Technology in Ruby On Rails with Juggernaut</title>
		<link>http://moustafaemara.wordpress.com/2008/07/26/push-server-technology-in-ruby-on-rails-with-juggernaut/</link>
		<comments>http://moustafaemara.wordpress.com/2008/07/26/push-server-technology-in-ruby-on-rails-with-juggernaut/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 00:09:33 +0000</pubDate>
		<dc:creator>moustafaemara</dc:creator>
				<category><![CDATA[MintWorx]]></category>
		<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[browser based chatting]]></category>
		<category><![CDATA[browser chat]]></category>
		<category><![CDATA[flash xmlsocket]]></category>
		<category><![CDATA[juggernaut]]></category>
		<category><![CDATA[push servers]]></category>

		<guid isPermaLink="false">http://moustafaemara.wordpress.com/?p=33</guid>
		<description><![CDATA[For an application that requires communication and interactive communication between the users , chatting is one of the most suitable to make you achieve this aspect . A lot of chatting programs are availiable , alot of chatting sites are availiable , but if you want to make a browser based chatting through your application [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=33&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For an application that requires communication and interactive communication between the users , chatting is one of the most suitable to make you achieve this aspect . A lot of chatting programs are availiable , alot of chatting sites are availiable , but if you want to make a<strong> browser based chatting through your application </strong>, this might seem to be a little bit complicated.</p>
<p>The main problem is that , Our traditional browsers pulls the page from the server using requests and the server replies with a response , this model is not applicable to use in a <strong>browser based chatting application </strong>, as what is supposed to happen when client <strong>X</strong> send the data to client <strong>Y</strong> ? Client  <strong>X</strong> sends the data to the server then the server pushs this data to client <strong>Y</strong> , In our traditional model the server can&#8217;t send the data to the browser without a request from the client , this puts to us limited choices to implement this  , as periodically asking the server for new data which is not efficent and highly costing.</p>
<p>So what is the solution &#8230; ? <strong>PUSH SERVERS TECHNOLOGY</strong></p>
<p><strong>Push technology</strong>, or server push, describes a style of Internet-based communication where the request for a given transaction originates with the publisher or central server. It is contrasted with pull technology, where the request for the transmission of information originates with the receiver or client.  A lot of Push Servers have been introduced ..  I looked at most of them the most exceptional one , was the   <a title="Flash Media Server" href="http://www.adobe.com/products/flashmediaserver/"><strong>Flash Media Server</strong></a> But its not free for more than 10 connected users , and simply you can look at its price to know why its not feasible to be used by startups <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8230;</p>
<p>So as working with Ruby On Rails , I searched for a neat Ruby On Rails solution , this was the result &#8230;  <a href="http://juggernaut.rubyforge.org/">Juggernaut Push Server Plugin</a> . This was an excellent solution for me&#8230; However let&#8217;s take a look at Juggernaut.</p>
<p>Juggernaut is a push server written in Ruby , that can make your application interactively communicate with the server. Juggernaut uses flash objects , javascripts , rails code .</p>
<p>How does Juggernaut work ?</p>
<p>Juggernaut uses a flash object in the browser with a server socket , which makes juggernaut work on almost 90 % of the current browsers , as it only requires flash 8.</p>
<p>Juggernaut Consists of three main parts</p>
<ol>
<li> in-browser/client side elements</li>
<li> a stand alone push server and</li>
<li> Rails elements to tie everything together.</li>
</ol>
<p>So this is a simple chat scenario&#8230;.</p>
<ul>
<li>Browser connects to rails server , recieves the required javascripts , SWFs files   ( Element 1 )</li>
<li>The browser creates a flashXML socket with the push server ( used for listening )  ( Element 1 )</li>
<li>The Client sends the data using AJAX method to a controller.  ( Element 3 )</li>
<li>Rails send the data to the push server using the Juggernaut plugin methods  ( Element 3 )</li>
<li>Juggernaut push server broadcasts the data to the channels  ( Element 2 )</li>
<li>Clients receive the new data using the flashXML socket and updates the dom elements with Javascript ( Element 1)</li>
</ul>
<p>Juggernaut has different modes of operation , the data can be sent to a certain channel ( no. of users ) Or to a specific user .</p>
<p>Advantages of Juggernaut</p>
<ul>
<li>Allows a real time connection with a client &#8211; Rails can literally push javascript in real time to the client which is then evaluated.</li>
<li>Using flash sockets allows us to use different port other than the rails application port , which helps us not to overload the application server with requests which may lead to crash the application , thats why we need a stand alone application server</li>
<li>Push server &#8211; written in Ruby using EventMachine. EventMachine has a non-blocking IO so scales very well</li>
<li>Integrated, as a plugin, into Rails.</li>
<li>Subscribers can subscribe to multiple channels, and broadcasters can broadcast to  multiple channels.</li>
<li>Broadcasts can be made to channels, or to a specific client.</li>
<li>Connect/Disconnect triggers.</li>
<li>Authentication support.</li>
<li>Uses <strong>Flash 8 </strong> &#8211; installed on more than 95% of computers.</li>
<li>Supports all the major browsers (uses ExternalInterface): <strong>Firefox 1+, IE 6+ and Safari 2+</strong></li>
</ul>
<p>My friends and I made juggernaut plugin to add a secured chatting sessions to juggernaut using <strong>RSA </strong>or <strong>DES </strong>encryption algorithms , I&#8217;ll write  a blog post about it soon.</p>
<p>So How can I use juggernaut..</p>
<p><a href="http://juggernaut.rubyforge.org/svn/trunk/juggernaut/README">This is a very good tutorial about installing and using <strong>Juggernaut </strong>in your application</a> , it is quite straight forward in linux , but it has some problems in installation with windows and it solved <a href="http://wiki.mintworx.com/index.php/How_to_Setup_juggernaut_on_windows">here</a></p>
<p>Hope this was helpful</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/moustafaemara.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/moustafaemara.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/moustafaemara.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/moustafaemara.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/moustafaemara.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/moustafaemara.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/moustafaemara.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/moustafaemara.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/moustafaemara.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/moustafaemara.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/moustafaemara.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/moustafaemara.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/moustafaemara.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/moustafaemara.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/moustafaemara.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/moustafaemara.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=33&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://moustafaemara.wordpress.com/2008/07/26/push-server-technology-in-ruby-on-rails-with-juggernaut/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b97cf82c283ad1296376cd6bf8e27536?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">moustafaemara</media:title>
		</media:content>
	</item>
		<item>
		<title>Control your Admin pages in Radiant applications</title>
		<link>http://moustafaemara.wordpress.com/2008/07/20/control-your-admin-pages-in-radiant-applications/</link>
		<comments>http://moustafaemara.wordpress.com/2008/07/20/control-your-admin-pages-in-radiant-applications/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 14:15:26 +0000</pubDate>
		<dc:creator>moustafaemara</dc:creator>
				<category><![CDATA[Radiant]]></category>
		<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[add elements to radiant page]]></category>
		<category><![CDATA[adding page_parts]]></category>
		<category><![CDATA[admin.page.edit]]></category>
		<category><![CDATA[class_eval]]></category>
		<category><![CDATA[controlling radiant]]></category>
		<category><![CDATA[radiant custom tags]]></category>

		<guid isPermaLink="false">http://moustafaemara.wordpress.com/?p=28</guid>
		<description><![CDATA[Radiant is a cool tool for managing the contents of a website , however many times you will feel that you need to need to customize things in Radiant , but its hard to do because of the radiant structure  which makes the radiant code not visible directly to you , lack of documentation in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=28&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.radiantcms.org">Radiant</a> is a cool tool for managing the contents of a website , however many times you will feel that you need to need to customize things in Radiant , but its hard to do because of the radiant structure  which makes the radiant code not visible directly to you , lack of documentation in creating extensions , but we can overcome by a simple way , which is trying to control the Radiant Page without editing the main Radiant gem Code through some Radiant and Rails Facilities.</p>
<p>I was working in a project where I needed to edit the ( pre-created <strong>add page </strong>) view for the admin , to add in certain cases some buttons , links , page parts with new actions to be added . The solution is quite simple&#8230;</p>
<p>It is assumed that you have a fair knowledge with Radiant extensions to complete through the steps.</p>
<p>Steps :</p>
<p>1 &#8211; Appending code to a written action in the radiant controllers</p>
<ul>
<li>In the <strong>activate</strong> method in the <strong><em>x</em></strong>_extension.rb file in your extension folder , Open the controller you want to add the functions in , use the rails call back functions (<strong> after_filter , before_filter </strong>) to append the code to the required action</li>
</ul>
<p><strong> Admin::PageController.class_eval do</strong></p>
<p><strong> after_filter :this_is_a_function  , <img src='http://s1.wp.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> nly =&gt; [:new , :edit ,:update]</strong></p>
<p><strong> private<br />
def </strong><strong>this_is_a_function</strong></p>
<p><strong> # do your code<br />
end</strong></p>
<p><strong> end</strong></p>
<p>2- After adding the back end code we need to put the display to this code in the Radiant page  , we can use the radiant ( <strong>admin.page.edit , admin.tabs</strong> )  to append objects to specific regions in the page , this is the attributes the <strong>admin.page.edit </strong>object has , these attributes defines certain regions in the page , where Radiant uses these regions to divide the page . You are able to edit in any of these regions , under any conditions without affecting the existing Radiant gem</p>
<p><strong> @regions={:form=&gt;["edit_title", "edit_extended_metadata", "edit_page_parts"],     :form_bottom=&gt;["edit_buttons"], :parts_bottom=&gt;["edit_layout_and_type", "edit_timestamp"],  :main=&gt;["edit_header", "edit_form", "edit_popups"]}&gt;<br />
</strong> <strong>(  admin.page.edit ) </strong>attributes</p>
<p>Example :</p>
<p>Add a button to the bottom of the form in case the page is having a certain page  type (  Archive , normal , not found &#8230;) , Add a select list for the user to choose an element  in the bottom part of the page</p>
<ul>
<li> Just add the following lines  in your activate method in the <em>x_</em>extension.rb file</li>
</ul>
<p><strong> admin.page.edit.form_bottom &lt;&lt; &#8220;add_button&#8221; </strong></p>
<p><strong> admin.page.edit.parts_bottom &lt;&lt; &#8220;select&#8221;</strong></p>
<p>In these two lines , we tell the radiant to add  partials in the named regions ( form_bottom  , parts_bottom )  to be render , as the regions are arrays of partials and the radiant renders the partials in the regions.</p>
<ul>
<li> The only remaining thing is to create the partials</li>
</ul>
<p>A.  create folder called <strong>admin</strong> and inside it add the <strong>page </strong>( As we write the partials in the admin namespace )</p>
<p>B.  Add the html code you want in the partials you want , you can add conditions inside the partials to make it rendered in some specific page claasses</p>
<p>3. You can add specific page parts to a certain class of pages by the same way of adding actions to controller , you can use the <strong>after_save </strong>call back and add some code to add a page parts to the page as follows :</p>
<p><strong> Admin::Page.class_eval do</strong></p>
<p><strong> after_save :add_parts </strong></p>
<p><strong> def_add_parts</strong></p>
<p><strong> if this.class_name == &#8220;X&#8221;<br />
</strong></p>
<p><strong> this.parts &lt;&lt; PagePart.new(:name=&gt; &#8220;x&#8221; , :filter_id =&gt; &#8220;y&#8221; , :page_id=&gt;this.id  )</strong></p>
<p><strong> end</strong></p>
<p><strong> end<br />
</strong></p>
<p><strong> end</strong></p>
<p>This will add a part for the class of pages you choose ..</p>
<p>Hope this will be helpful</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/moustafaemara.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/moustafaemara.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/moustafaemara.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/moustafaemara.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/moustafaemara.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/moustafaemara.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/moustafaemara.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/moustafaemara.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/moustafaemara.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/moustafaemara.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/moustafaemara.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/moustafaemara.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/moustafaemara.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/moustafaemara.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/moustafaemara.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/moustafaemara.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=28&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://moustafaemara.wordpress.com/2008/07/20/control-your-admin-pages-in-radiant-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b97cf82c283ad1296376cd6bf8e27536?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">moustafaemara</media:title>
		</media:content>
	</item>
		<item>
		<title>About Undirected ST connectivity in log-space WoW it was hard!</title>
		<link>http://moustafaemara.wordpress.com/2008/07/18/about-undirected-st-connectivity-in-log-space-wow-it-was-hard/</link>
		<comments>http://moustafaemara.wordpress.com/2008/07/18/about-undirected-st-connectivity-in-log-space-wow-it-was-hard/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 22:52:32 +0000</pubDate>
		<dc:creator>moustafaemara</dc:creator>
				<category><![CDATA[Computational theory]]></category>
		<category><![CDATA[Expanders]]></category>
		<category><![CDATA[L = SL]]></category>
		<category><![CDATA[L=SL]]></category>
		<category><![CDATA[Omer Reingold]]></category>
		<category><![CDATA[SL]]></category>
		<category><![CDATA[Symmetric Log-Space]]></category>
		<category><![CDATA[Zig-Zag products]]></category>

		<guid isPermaLink="false">http://moustafaemara.wordpress.com/?p=21</guid>
		<description><![CDATA[During my final days as an undergraduate student , our  computational theory professor assigned to us an open project which is  discussing any interesting area for each one  in the computational theory &#8230; It was a hard choice , alot of difficult topics , you may know nothing about each of them  .. just interesting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=21&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>During my final days as an undergraduate student , our  computational theory professor assigned to us an open project which is  discussing any interesting area for each one  in the computational theory &#8230;</p>
<p>It was a hard choice , alot of difficult topics , you may know nothing about each of them  .. just interesting names..</p>
<p>I was studying space complexity classes , when I found a topic seemed to be interesting .. ( Undirected ST connectivity in log-space ) proving that the class <strong>L</strong> ( log space ) equivalent to the class <strong>SL</strong> ( symmetric log space ).</p>
<p>Really I didn&#8217;t understand anything&#8230;Although my project&#8217;s buddy <strong>mahmoud</strong> and I , decided to take this as a challenge. and make it our major project..</p>
<p><strong>Symmetric log space</strong> .. What is this .. <strong>Expanders</strong> WoW ..  <strong>Rotational Maps</strong> .. <strong>ZigZag products. </strong></p>
<p>What the hell is this! .. however, we started working and we found it really interesting..</p>
<p>Let&#8217;s talk seriously now..</p>
<p><strong>ST-connectivity </strong>known as ( <strong>ST-CON ) </strong>is one of the most famous problems in space computational complexity .. It is the problem of deciding whether there is a path between node S and node T in a graph . This problem is complete under <strong>NL</strong> (Non- deterministic logarithmic space complexity ) . So solving this problem in log space complexity is a major riddle .. The result will be proving that <strong>L = NL </strong>equivalent in time complexity that <strong>P = NP . </strong></p>
<p>The <strong>Undirected ST-connectivity </strong>is the version of <strong>ST-connectivity </strong>where the graph is undirected. known as</p>
<p>( <strong>U-STCON)</strong></p>
<p>Scientists saw <strong>(U-STCON) </strong>is mainly simpler than the directed version .. It was an area of interest for researchers for more than 2 decades.</p>
<p>(<strong>U-STCON ) </strong>defines a turning machine , called <strong>Symmetric turing machine </strong>.. defining the <strong>symmetric log space class ( SL )</strong><br />
SL was first defined in 1982 by Lewis and Papadimitriou1, who were looking for a class<br />
in which to place USTCON, which until this time could, at best, be placed only in NL,<br />
despite seeming not to require nondeterminism. They defined the symmetric Turing<br />
machine, used it to define SL. Symmetric Turing  machines are kind of Turing machines<br />
with limited nondeterministic power. Informally Symmetric computations are reversible<br />
in an approximate manner. A symmetric computation is divided into locally<br />
deterministic sub computation ( segments ) between special configuration , where<br />
nondeterminism takes place , such that the only special configuration reached from   a<br />
backward computation is the special configuration started the segment. Thus the<br />
segments are locally deterministic in its forward direction and have limited<br />
nondeterminism in its backward direction . Also if there is a way from special<br />
configuration A1 to special configuration A2 , there must be a way back from A2  to A1.<br />
<a href="http://moustafaemara.files.wordpress.com/2008/07/smturing.png"><img class="aligncenter size-medium wp-image-22" src="http://moustafaemara.files.wordpress.com/2008/07/smturing.png?w=279&#038;h=153" alt="" width="279" height="153" /></a></p>
<p>undirected connectivity was one of the most appealing examples of the  computa tional power of randomness. Whereas every graph (e.g., a planar graph representing a maze)  can be efficiently traversed by a deterministic algorithm, the classical   deterministic algorithms required an extensive use of (extra) memory (i.e., linear in            the size of the graph). On the other hand, it was known that, with high probability, a random walk (of polynomial length) visits all vertices in the corresponding connected component. Thus, the randomized algorithm requires a minimal amount of auxiliary memory (i.e., logarithmic in the size of the graph). Even after more than a decade of focused attension at the issue, a significant gap remained between the space complexity of randomized and deterministic polynomial­time algorithms for this natural and ubiquitous problem. Undirected connectivity became the most famous example where randomized computations seemed more powerful than de­terministic ones.<br />
Omer Reingold presented his recent breakthrough result as­ serting that any graph can be traversed by a deterministic polynomial­time algo­ rithm that only uses a logarithmic amount of auxiliary memory. His algorithm is based on a novel approach that departs from previous attempts, where the latter tried to derandomize the random­walk algorithm. Instead, Reingold’s algorithm traverses a virtual graph, which (being an “expander”) is easy to traverse (in deterministic logarithmic­space), and maps the virtual traversal of the virtual graph to a real<br />
traversal of the actual input graph. The virtual graph is constructed in (logarithmically many iterations, where in each iteration the graph becomes easier to traverse.<br />
Here We will Present the USTCON problem and overview of the efforts done in solving it , and we will present <a href="http://www.wisdom.weizmann.ac.il/~reingold/"><strong>Omer Reingold</strong></a> Deterministic Logarithmic Space Algorithm , Proving That<br />
<strong>L = SL</strong></p>
<p>Attached is the rest of the research made about this topic , and and explaining presentation</p>
<p><a href="http://moustafaemara.files.wordpress.com/2008/07/undirected_st_in_log_space.pdf">Here is the  Report Docuement</a></p>
<p><a href="http://moustafaemara.files.wordpress.com/2008/07/presentation.ppt">Here is the  Explaining presentation</a></p>
<p>Hope this will be helpful</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/moustafaemara.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/moustafaemara.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/moustafaemara.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/moustafaemara.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/moustafaemara.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/moustafaemara.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/moustafaemara.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/moustafaemara.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/moustafaemara.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/moustafaemara.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/moustafaemara.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/moustafaemara.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/moustafaemara.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/moustafaemara.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/moustafaemara.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/moustafaemara.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=21&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://moustafaemara.wordpress.com/2008/07/18/about-undirected-st-connectivity-in-log-space-wow-it-was-hard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b97cf82c283ad1296376cd6bf8e27536?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">moustafaemara</media:title>
		</media:content>

		<media:content url="http://moustafaemara.files.wordpress.com/2008/07/smturing.png?w=279" medium="image" />
	</item>
		<item>
		<title>Cooking PopCorn with Cell Phones !!!! Is This Possible ?</title>
		<link>http://moustafaemara.wordpress.com/2008/06/23/cooking-popcorn-with-cell-phones-is-this-possible/</link>
		<comments>http://moustafaemara.wordpress.com/2008/06/23/cooking-popcorn-with-cell-phones-is-this-possible/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 20:17:34 +0000</pubDate>
		<dc:creator>moustafaemara</dc:creator>
				<category><![CDATA[General Talking]]></category>
		<category><![CDATA[electromagnetic world]]></category>
		<category><![CDATA[Harms of Cell phone]]></category>
		<category><![CDATA[PopCorn and Cell phones]]></category>

		<guid isPermaLink="false">http://moustafaemara.wordpress.com/?p=18</guid>
		<description><![CDATA[One of my friends sent me a link a couple of days for a youtube video showing some friends using their cell phones radiations to cook the kernel of popcorn (Video is in the bottom of the post ) , and actually they&#8217;ve done it !!!!! But What ? Is this possible? The answer is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=18&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of my friends sent me a link a couple of days for a youtube video showing some friends using their cell phones radiations to cook the kernel of popcorn (Video is in the bottom of the post ) , and actually they&#8217;ve done it !!!!! But What ? Is this possible?</p>
<p>The answer is no as i read in <a href="http://blog.wired.com/underwire/2008/06/cellphones-cant.html">Wierd Blog</a>;. They interviewed the University of Virginia physics professor Louis Bloomfield and this was his comment.</p>
<p>&#8220;[The videos] are cute,&#8221; said Bloomfield in a phone conversation . &#8220;But that&#8217;s never gonna happen.&#8221;</p>
<p>In a microwave oven, energy excites the water inside popcorn kernels until it turns into highly pressurized gas, causing the kernels to pop. If mobile phones emitted that much energy, the water in the fingers of people holding them would heat up.</p>
<p>&#8220;It would hurt like crazy,&#8221; Bloomfield said. &#8220;Cellphones probably warm your tissues, but studies indicate that&#8217;s not injurious.&#8221;</p>
<p>Bloomfield, author of <em>How Everything Works: Making Physics Out of the Ordinary</em>, dismissed theories bubbling up in comment threads about the videos that suggest harmonious vibrations are heating the corn.</p>
<p>&#8220;Ringing the phones doesn&#8217;t help because they&#8217;re interfering with each other and receiving a signal [from a cellphone tower] &#8212; not transmitting it,&#8221; he said. Furthermore, while it is possible to heat with sound, it&#8217;s not likely to happen at the low volume emitted by a mobile phone. &#8220;It would be like gathering opera singers together to sing, and trying to make the corn pop,&#8221; Bloomfield said.</p>
<p>He also said that the trick in the video they may had put a boiler below the table or stuff like this , but this is still weired &#8230;</p>
<p>I guess the guys weren&#8217;t doing this just as a trick or fun &#8230; May Be its a simple message about how <a href="http://www.articlesbase.com/technology-articles/the-harmful-effects-of-cell-phone-use-413085.html">HARMFUL the CELL PHONES  are</a> .. and how we are living in an electromagnetic field of waves &#8230;. living with us <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>May be some days with the more evolution in radio magnetic waves these side effects disappear .. OR may be cooking popcorn with cell phones will be true for our electromagnetic world we live IN &#8230;&#8230;</p>
<p>Here is the Video Watch And Enjoy <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='418' height='266' src='http://www.youtube.com/embed/V94shlqPlSI?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/moustafaemara.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/moustafaemara.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/moustafaemara.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/moustafaemara.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/moustafaemara.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/moustafaemara.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/moustafaemara.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/moustafaemara.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/moustafaemara.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/moustafaemara.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/moustafaemara.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/moustafaemara.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/moustafaemara.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/moustafaemara.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/moustafaemara.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/moustafaemara.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=18&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://moustafaemara.wordpress.com/2008/06/23/cooking-popcorn-with-cell-phones-is-this-possible/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b97cf82c283ad1296376cd6bf8e27536?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">moustafaemara</media:title>
		</media:content>
	</item>
		<item>
		<title>Some Problems I faced while configuring rails and ruby-gems in ubuntu</title>
		<link>http://moustafaemara.wordpress.com/2008/06/10/some-problems-i-faced-while-configuring-rails-and-ruby-gems-in-ubuntu/</link>
		<comments>http://moustafaemara.wordpress.com/2008/06/10/some-problems-i-faced-while-configuring-rails-and-ruby-gems-in-ubuntu/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 00:58:26 +0000</pubDate>
		<dc:creator>moustafaemara</dc:creator>
				<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[configuring rails ubnutu]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[mkmf.log]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rmagick]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://moustafaemara.wordpress.com/?p=16</guid>
		<description><![CDATA[Facing problems while configuring anything in linux is a normal thing .. may be its boring and tiring .. but its really interesting when you solve them.. As a linux  starter i face some problems while configuring ruby on rails environment for linux .. Here they are Note : Sure before any thing you need [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=16&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Facing problems while configuring anything in linux is a normal thing .. may be its boring and tiring .. but its really interesting when you solve them..</p>
<p>As a linux  starter i face some problems while configuring ruby on rails environment for linux .. Here they are</p>
<p>Note : Sure before any thing you need to get ruby and rails installed</p>
<ul>
<li><em><strong>sudo apt-get install ruby</strong></em></li>
<li><em><strong>sudo apt-get install rubygems</strong></em></li>
<li><strong><em>gem install rails &#8211;include-dependencies</em></strong></li>
</ul>
<p>1.<strong>Problem :Any Gem that lets you choose between mswin32 and ruby ( and of course you choose ruby ) is installed </strong></p>
<ul>
<li><em>Solution : Simply this happens because these gems require compilation so just give them the tool</em>
<ul>
<li><strong> sudo apt-get install g++ </strong>( Now you are done and can work )</li>
</ul>
</li>
</ul>
<p>2.  <strong>Problem : While Installing A gem it tells you this: Could not create Makefile due to        some necessary libraries and/or headers.  Check the mkmf.log file for more<br />
details.  You may need configuration options. </strong></p>
<ul>
<li><em>Solution : This Happens because the  ruby1.8-dev  required library is not installed so simply </em>
<ul>
<li><em><strong>sudo apt-get install ruby1.8-dev </strong>Done</em></li>
</ul>
</li>
</ul>
<p><em> </em>3. <strong>Problem : Always installing rmagick gem is a problem but i think its solution in linux is more simple than windows </strong></p>
<ul>
<li><em>Solution : 3 Steps ( Download imagicmagick , The Lib Magick library , Then the Gem )</em><em><br />
</em></p>
<ul>
<li><em><strong>sudo apt-get install imagemagick </strong></em></li>
<li><em><strong>sudo apt-get install libmagick9-dev </strong></em></li>
<li><em><strong>gem install rmagick </strong></em></li>
</ul>
</li>
</ul>
<p>4. <strong>Problem : The great Problem of the file ( /tmp/mysql.sock ) which makes you not able to use rake db:migrate or any other access to the mysql databases</strong></p>
<ul>
<li><em>Solution : This Problem arises as the mysql.sock file location and a name has changed during newer versions to be installed in this silly location ( /var/run/mysqld</em>/mysqld.sock) . Really Boring&#8230; So now we have to make a symbolic link and also change the name so do this
<ul>
<li><em><strong>ln -s /var/run/mysqld/mysqld.sock  /tmp/mysql.sock </strong></em></li>
</ul>
</li>
</ul>
<p><strong>These Problems were very annoying and tiring for me and i hope it helps </strong></p>
<p><em></em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/moustafaemara.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/moustafaemara.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/moustafaemara.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/moustafaemara.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/moustafaemara.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/moustafaemara.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/moustafaemara.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/moustafaemara.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/moustafaemara.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/moustafaemara.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/moustafaemara.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/moustafaemara.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/moustafaemara.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/moustafaemara.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/moustafaemara.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/moustafaemara.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=16&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://moustafaemara.wordpress.com/2008/06/10/some-problems-i-faced-while-configuring-rails-and-ruby-gems-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b97cf82c283ad1296376cd6bf8e27536?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">moustafaemara</media:title>
		</media:content>
	</item>
		<item>
		<title>Live From MintWorx &#8230;. Go and Rock It !!!!</title>
		<link>http://moustafaemara.wordpress.com/2008/06/09/live-from-mintworx-go-and-rock-it/</link>
		<comments>http://moustafaemara.wordpress.com/2008/06/09/live-from-mintworx-go-and-rock-it/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 18:46:44 +0000</pubDate>
		<dc:creator>moustafaemara</dc:creator>
				<category><![CDATA[MintWorx]]></category>
		<category><![CDATA[Software Project Managment]]></category>
		<category><![CDATA[Online Project Managment]]></category>
		<category><![CDATA[Project Managment]]></category>

		<guid isPermaLink="false">http://moustafaemara.wordpress.com/?p=12</guid>
		<description><![CDATA[MintWorx is an online software project management tool offering different facilities and some new perspectives for the software project management.. If you are a startup don not want to bother your self with management , Secretly Go Get MintWorx now ; ) If you are in your graduation year , tired with heavy process documentation [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=12&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://moustafaemara.files.wordpress.com/2008/06/logobig_03.png"><img src="http://moustafaemara.files.wordpress.com/2008/06/logobig_03.png?w=300&#038;h=134" alt="MintWorx Logo" width="300" height="134" class="alignnone size-medium wp-image-13" /></a></p>
<p><em><a href="http://www.mintworx.com"><strong>MintWorx</strong></a></em> is an online software project management tool offering different facilities and some new perspectives for the software project management..</p>
<p>If you are a startup don not want to bother your self with management , Secretly Go Get <em><a href="http://www.mintworx.com"><strong>MintWorx</strong></a></em>  now ; )</p>
<p>If you are in your graduation year , tired with heavy process documentation or even don not have a process , grab your group and Welcome in <em><a href="http://www.mintworx.com"><strong>MintWorx</strong></a></em>  World</p>
<p>If you are a freelancer willing to work , even joining a company , its <em><a href="http://www.mintworx.com"><strong>MintWorx</strong></a></em> what are you searching for&#8230;</p>
<p><em><a href="http://www.mintworx.com"><strong>MintWorx</strong></a></em>.. Has now A beta Release .. Come in and Take A Look</p>
<p><em><a href="http://www.mintworx.com"><strong>MintWorx</strong></a></em> Team:</p>
<p>Moustafa Eamara :<br />
- Project Coordinator<br />
- Head System Analyst<br />
- Developer</p>
<p>Ali El Said Ali:<br />
- Head System Designer<br />
- Developer</p>
<p>Mahmoud Basiony :<br />
- Head Quality Assurance<br />
- Graphic Designer<br />
- Developer</p>
<p>Mohamed Gaber:<br />
- Head Tester<br />
- Developer</p>
<p>Ahmed Fouad :<br />
- Head Technical Writer<br />
- Graphic Desinger<br />
- Developer </p>
<p>Dont Forget :<em><a href="http://www.mintworx.com"><strong>www.mintworx.com</strong></a></em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/moustafaemara.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/moustafaemara.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/moustafaemara.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/moustafaemara.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/moustafaemara.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/moustafaemara.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/moustafaemara.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/moustafaemara.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/moustafaemara.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/moustafaemara.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/moustafaemara.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/moustafaemara.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/moustafaemara.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/moustafaemara.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/moustafaemara.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/moustafaemara.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=12&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://moustafaemara.wordpress.com/2008/06/09/live-from-mintworx-go-and-rock-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b97cf82c283ad1296376cd6bf8e27536?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">moustafaemara</media:title>
		</media:content>

		<media:content url="http://moustafaemara.files.wordpress.com/2008/06/logobig_03.png?w=300" medium="image">
			<media:title type="html">MintWorx Logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Starting My Bio-Informatics Way</title>
		<link>http://moustafaemara.wordpress.com/2008/06/09/starting-my-bio-informatics-way/</link>
		<comments>http://moustafaemara.wordpress.com/2008/06/09/starting-my-bio-informatics-way/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 18:37:10 +0000</pubDate>
		<dc:creator>moustafaemara</dc:creator>
				<category><![CDATA[Bio-Informatics]]></category>
		<category><![CDATA[General Talking]]></category>
		<category><![CDATA[Bio-]]></category>
		<category><![CDATA[Biology]]></category>
		<category><![CDATA[Computer Science]]></category>

		<guid isPermaLink="false">http://moustafaemara.wordpress.com/?p=11</guid>
		<description><![CDATA[Well , From about 5 years i was looking forward to study a science field related to both medicine , computers &#8230; But i wasn&#8217;t be able to do this , I thought about medical engineering , but this was at Cairo University &#8230; I was Living in Alexandria &#8230;.. From about a year I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=11&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well , From about 5 years i was looking forward to study a science field related to both medicine  , computers &#8230;<br />
But i wasn&#8217;t be able to do this , I thought about medical engineering , but this was at Cairo University &#8230; I was Living in Alexandria &#8230;..<br />
From about a year I heard about Bio-Informatics &#8230; Just its name attracted me . <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I don&#8217;t know why .. Bio and informatics.. WooW it seems really coool.<br />
So I googled to find what is that&#8230;  I found a lot of course &#8230;.<br />
But I loved This one :<strong><em> Bioinformatics is the analysis of biological information using computers and statistical techniques; the science of developing and utilizing computer databases and algorithms to accelerate and enhance biological research. Bioinformatics is more of a tool than a discipline, the tools for analysis of Biological Data. </em></strong>  From ( <a href="http://www.roseindia.net/bioinformatics/definition_of_bioinformatics.shtml">http://www.roseindia.net/bioinformatics/definition_of_bioinformatics.shtml</a> )<br />
This Definition although i loved it a lot &#8230; but i just felt its not about this only ..  simply imagine the huge processing capabilities of the computers and algorithms in solving genetic diseases .. its really great ..<br />
The Problem after i knew that this field is a great one , How can I start &#8230; I just found an article telling me how </p>
<p>   1.  First Learn Biology.<br />
   2. Decide and pick a problem that interests you for experiment.<br />
   3. Find and learn about the Bioinformatics tools.<br />
   4. Learn the Computer Programming Languages.<br />
   5. Experiment on your computer and learn different programming techniques.</p>
<p>Wow I need To Learn Biology &#8230; Its really a long path .. Or i have to be a doctor or a biologist to start bio-informatics..<br />
It Seems so depressing&#8230;<br />
But Thanks God after this by almost 2 weeks in the last july  I heard That one of the TAs in our Department made a successful master defense in Bio-Informatics&#8230;  ( Eng. Hossam Sharara )<br />
Really I was very happy and I went to ask him how to start and stuff like this. He was very helpful to me and guided me to the easiest books to start reading , but it seems that i  have a lack the biological knowledge a lot.. That what I&#8217;m Trying to improve these days with the help of my Dear friend Dr.Marwan Ibrahim..<br />
I hope i Can continue in this field , not just to be a dream..<br />
Its a very long hard path I know .. but I hope I can go through it&#8230;&#8230;&#8230;..<br />
Here I&#8217;ll write down some of what was hard for me to learn in both the biology and the computer science sides related to Bio-Informatics</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/moustafaemara.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/moustafaemara.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/moustafaemara.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/moustafaemara.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/moustafaemara.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/moustafaemara.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/moustafaemara.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/moustafaemara.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/moustafaemara.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/moustafaemara.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/moustafaemara.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/moustafaemara.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/moustafaemara.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/moustafaemara.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/moustafaemara.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/moustafaemara.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=moustafaemara.wordpress.com&amp;blog=3934655&amp;post=11&amp;subd=moustafaemara&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://moustafaemara.wordpress.com/2008/06/09/starting-my-bio-informatics-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b97cf82c283ad1296376cd6bf8e27536?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">moustafaemara</media:title>
		</media:content>
	</item>
	</channel>
</rss>
