<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>Mohamed Hamdy Blog</title>
	<link>http://mhamdy.byethost13.com</link>
	<description>Mind Overloading !!</description>
	<pubDate>Sun, 09 Nov 2008 14:05:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>What is this VB.NET?!</title>
		<link>http://mhamdy.byethost13.com/?p=14</link>
		<comments>http://mhamdy.byethost13.com/?p=14#comments</comments>
		<pubDate>Sun, 09 Nov 2008 13:25:57 +0000</pubDate>
		<dc:creator>MHamdy</dc:creator>
		
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://mhamdy.byethost13.com/?p=14</guid>
		<description><![CDATA[Salam 3lykom
 
When you try to do something, First  calculate how much are the Benefits / Harms.
 
Actually I&#8217;m disappointed and still wondering how can VB developers avoiding some thing like that!
 
Two weeks ago , I discovered a bug  in Visual Basic Language itself ! … Really I was so excited to find out the bug and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span>Salam 3lykom<o:p></o:p></span></p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span><o:p> </o:p></span></p>
<p style="text-align: center; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span><span style="color: #ff0000" class="Apple-style-span"><span style="font-weight: bold" class="Apple-style-span">When you try to do something, First  calculate how much are the Benefits / Harms.</span></span><o:p></o:p></span></p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span><o:p> </o:p></span></p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span>Actually I&#8217;m disappointed and still wondering how can VB developers avoiding some thing like that!<o:p></o:p></span></p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span><o:p> </o:p></span></p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span>Two weeks ago , I discovered a bug <span> </span>in Visual Basic Language itself ! … Really I was so excited to find out the bug and configure some solutions ! and this is my post on MSDN forum :<o:p></o:p></span></p>
<blockquote style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-width: initial; border-color: initial; border-style: none; padding: 0px" class="webkit-indent-blockquote"><p> Hello all ,I discovered that error by chance when I was working on Collections. But I found it in FOR loop in VB.Net.Have a Look :<br />
<table style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; border-collapse: collapse; width: 99%" width="99%" cellpadding="0" cellspacing="0" border="0" class="MsoNormalTable">
<tr>
<td style="padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span style="color: blue">Sub</span><span style="font-size: 8.5pt"> <st1:place w:st="on">Main</st1:place>()  </span></p>
</td>
</tr>
<tr>
<td style="padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">        <span style="color: blue">Dim</span><span style="font-size: 8.5pt"> Y </span><span style="color: blue">As</span><span style="font-size: 8.5pt"> </span><span style="color: blue">Integer</span><span style="font-size: 8.5pt"> = 10  </span></p>
</td>
</tr>
<tr>
<td style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #f7f7f7; padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">        <span style="color: blue">For</span><span style="font-size: 8.5pt"> x </span><span style="color: blue">As</span><span style="font-size: 8.5pt"> </span><span style="color: blue">Integer</span><span style="font-size: 8.5pt"> = 0 </span><span style="color: blue">To</span><span style="font-size: 8.5pt"> Y  </span></p>
</td>
</tr>
<tr>
<td style="padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">            Console.WriteLine(x.ToString())  </p>
</td>
</tr>
<tr>
<td style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #f7f7f7; padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">            Y = Y - 1  </p>
</td>
</tr>
<tr>
<td style="padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">        <span style="color: blue">Next</span><span style="font-size: 8.5pt">  </span></p>
</td>
</tr>
<tr>
<td style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #f7f7f7; padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">        Console.ReadLine()  </p>
</td>
</tr>
<tr>
<td style="padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span style="color: blue">End</span><span style="font-size: 8.5pt"> </span><span style="color: blue">Sub</span><span style="font-size: 8.5pt"> </span></p>
</td>
</tr>
<tr>
<td style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #f7f7f7; padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span style="color: green">&#8216;and the result was</span><span style="font-size: 8.5pt"> </span></p>
</td>
</tr>
<tr>
<td style="padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">0 </p>
</td>
</tr>
<tr>
<td style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #f7f7f7; padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">1 </p>
</td>
</tr>
<tr>
<td style="padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">2 </p>
</td>
</tr>
<tr>
<td style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #f7f7f7; padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">3 </p>
</td>
</tr>
<tr>
<td style="padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">4 </p>
</td>
</tr>
<tr>
<td style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #f7f7f7; padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">5 </p>
</td>
</tr>
<tr>
<td style="padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">6 </p>
</td>
</tr>
<tr>
<td style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #f7f7f7; padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">7 </p>
</td>
</tr>
<tr>
<td style="padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">8 </p>
</td>
</tr>
<tr>
<td style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #f7f7f7; padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">9 </p>
</td>
</tr>
<tr>
<td style="padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">10 </p>
</td>
</tr>
<tr>
<td style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #f7f7f7; padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span style="color: green">&#8216;and that is not logically correct !!</span><span style="font-size: 8.5pt"> </span></p>
</td>
</tr>
<tr>
<td style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #f7f7f7; padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span style="color: green">&#8216;the Correct result should be :</span><span style="font-size: 8.5pt"> </span></p>
</td>
</tr>
<tr>
<td style="padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">0 </p>
</td>
</tr>
<tr>
<td style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #f7f7f7; padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">1 </p>
</td>
</tr>
<tr>
<td style="padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">2 </p>
</td>
</tr>
<tr>
<td style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #f7f7f7; padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">3 </p>
</td>
</tr>
<tr>
<td style="padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">4 </p>
</td>
</tr>
<tr>
<td style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #f7f7f7; padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">5 </p>
</td>
</tr>
<tr>
<td style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #f7f7f7; padding: 0in">
<p style="margin-top: 1.5pt; margin-right: 0in; margin-bottom: 1.5pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span style="color: green">&#8216;as Y decreased every step.</span><span style="font-size: 8.5pt"> </span></p>
</td>
</tr>
</table>
<p>In other words : why FOR loop limit is not updated every step!!!! ? Is it a Bug or What ?!thanks in advance !!  </p></blockquote>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">url : <a href="http://social.msdn.microsoft.com/Forums/en-US/vblanguage/thread/e7b47ed3-834e-4e05-8357-00ca92fc8a1f/" title="Here" target="_blank">http://social.msdn.microsoft.com/Forums/en-US/vblanguage/thread/e7b47ed3-834e-4e05-8357-00ca92fc8a1f/</a> </p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">Frankly , replies were very disappointing :S , All were about &#8220;We cann&#8217;t Change anything ! &#8221; or &#8220;You can use another way !!&#8221;.</p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><o:p> </o:p></p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal">I think the bug is very basic/essential , how can they avoid it like that !</p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><o:p> Only the positive reply was from <em>Jonathan Aneja</em><span> , VB Team Manager <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> !!</span></o:p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span><span> </span><o:p></o:p></span></p>
<p style="margin-left: 0.5in; text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><strong><span>Hi there,</span></strong><strong><span dir="RTL" lang="AR-EG"><o:p></o:p></span></strong></p>
<p style="margin-left: 0.5in; text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><strong><span dir="RTL" lang="AR-EG"><o:p> </o:p></span></strong></p>
<p style="margin-left: 0.5in; text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><strong><span>This behavior is by design, as documented in the help topics. VB has several different looping constructs that provide a lot of flexibility here - in this case you could use a &#8220;Do While&#8221; or &#8220;Loop Until&#8221; if you want the ability to dynamically change the upper bound.</span></strong><strong><span dir="RTL" lang="AR-EG"><o:p></o:p></span></strong></p>
<p style="margin-left: 0.5in; text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><strong><span dir="RTL" lang="AR-EG"><o:p> </o:p></span></strong></p>
<p style="margin-left: 0.5in; text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><strong><span>I&#8217;m going to resolve this bug as &#8220;by design&#8221; for now, but if you have any questions feel free to contact me directly at jonathan DOT aneja AT microsoft DOT com.</span></strong><strong><span dir="RTL" lang="AR-EG"><o:p></o:p></span></strong></p>
<p style="margin-left: 0.5in; text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><strong><span dir="RTL" lang="AR-EG"><o:p> </o:p></span></strong></p>
<p style="margin-left: 0.5in; text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><strong><span>Thanks,</span></strong><strong><span dir="RTL" lang="AR-EG"><o:p></o:p></span></strong></p>
<p style="margin-left: 0.5in; text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><strong><span dir="RTL" lang="AR-EG"><o:p> </o:p></span></strong></p>
<p style="margin-left: 0.5in; text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><strong><span>Jonathan Aneja</span></strong><strong><span dir="RTL" lang="AR-EG"><o:p></o:p></span></strong></p>
<p style="margin-left: 0.5in; text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><strong><span>Program Manager, VB Team <o:p></o:p></span></strong></p>
<p style="margin-left: 0.5in; text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><strong><span><o:p> </o:p></span></strong></p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span>the only excuse I can consider it , that they are vb lovers <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <o:p></o:p></span></p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span><o:p> </o:p></span></p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span>but actually I can&#8217;t advise anyone to use vb from now !! , I like C-family more <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <o:p></o:p></span></p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span><o:p> </o:p></span></p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span>I have nothing to say now , I just wanted to log it <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> !<o:p></o:p></span></p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span><o:p> </o:p></span></p>
<p style="text-align: justify; direction: ltr; unicode-bidi: embed" dir="LTR" class="MsoNormal"><span>Salam <o:p></o:p></span></p>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://mhamdy.byethost13.com/?feed=rss2&amp;p=14</wfw:commentRss>
		</item>
		<item>
		<title>One Shot !</title>
		<link>http://mhamdy.byethost13.com/?p=13</link>
		<comments>http://mhamdy.byethost13.com/?p=13#comments</comments>
		<pubDate>Mon, 13 Oct 2008 01:39:13 +0000</pubDate>
		<dc:creator>MHamdy</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://mhamdy.byethost13.com/?p=13</guid>
		<description><![CDATA[ 

Salam 3lykom
 
 
I know this post is late for 2 weeks , but I think the all the picture still in mind .
It is all about this summer vacation .
 
I can&#8217;t be full descriptive about all the 3.5 months, but I can log the main points:
 
1- I resumed my Career &#38; Certification Courses
2- Although my [...]]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="color: #551a8b; text-decoration: underline"> </span>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><span class="Apple-style-span" style="color: #000000"><span class="Apple-style-span" style="text-decoration: underline; color: #551a8b"></span></span></p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed; display: inline !important">Salam 3lykom</p>
<p> 
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed">I know this post is late for 2 weeks , but I think the all the picture still in mind .</p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed">It is all about this summer vacation .</p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed">I can&#8217;t be full descriptive about all the 3.5 months, but I can log the main points:</p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed">1- I resumed my Career &amp; Certification Courses</p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed">2- Although my Certification Course was canceled, I went on my way. And now I&#8217;M 3 MCP (Microsoft Certified Professional). I&#8217;ve passed 3/5 exams which:</p>
<p align="left" dir="ltr">&nbsp;</p>
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="100%" style="width: 100%">
<tr>
<td width="4%" style="width: 4%; padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
</td>
<td width="16%" style="width: 16%; padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><strong><u><span style="font-size: 10pt; font-family: Verdana">Exam ID</span></u></strong></p>
</td>
<td width="56%" style="width: 56%; padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><strong><u><span style="font-size: 10pt; font-family: Verdana">Description</span></u></strong></p>
</td>
<td width="2%" style="width: 2%; padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
</td>
<td width="22%" style="width: 22%; padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><strong><u><span style="font-size: 10pt; font-family: Verdana">Date   Completed</span></u></strong></p>
</td>
</tr>
<tr>
<td style="padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
</td>
<td valign="top" style="padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><span style="font-size: 10pt; font-family: Verdana">315</span></p>
</td>
<td valign="top" style="padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><span style="font-size: 10pt; font-family: Verdana">Developing and   Implementing Web Applications with Microsoft® Visual C#™ .NET and Microsoft®   Visual Studio® .NET</span></p>
</td>
<td style="padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
</td>
<td valign="top" style="padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><span style="font-size: 10pt; font-family: Verdana">Sep 29, 2008</span></p>
</td>
</tr>
<tr>
<td style="padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
</td>
<td valign="top" style="padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><span style="font-size: 10pt; font-family: Verdana">229</span></p>
</td>
<td valign="top" style="padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><span style="font-size: 10pt; font-family: Verdana">Designing and   Implementing Databases with Microsoft® SQL Server™ 2000 <st1:city w:st="on"><st1:place w:st="on">Enterprise</st1:place></st1:city> Edition</span></p>
</td>
<td style="padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
</td>
<td valign="top" style="padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><span style="font-size: 10pt; font-family: Verdana">Sep 15, 2008</span></p>
</td>
</tr>
<tr>
<td style="padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
</td>
<td valign="top" style="padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><span style="font-size: 10pt; font-family: Verdana">316</span></p>
</td>
<td valign="top" style="padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><span style="font-size: 10pt; font-family: Verdana">Developing and   Implementing Windows®-based Applications with Microsoft® Visual C#™ .NET and   Microsoft® Visual Studio® .NET </span></p>
</td>
<td style="padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
</td>
<td valign="top" style="padding: 0in">
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><span style="font-size: 10pt; font-family: Verdana">Aug 28, 2008</span></p>
</td>
</tr>
</table>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed">And I intend to go the 4<sup>th</sup> one this month ISA.</p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed">4-I did 3 major tasks/Applications at my Company … and recently I discovered that<span>   </span>I play a great role in my team … THANKS GOD.</p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed">5-I had known new friends (Wael ,A.Kamal, Mrwa , Eman) , I think<span>  </span>I will never forget them <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed">6-I got a glasses <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . Although my eye-sight is still 6/6 sharp –Msha2 Allah :d - ,Doctor advised me a glasses for computer.</p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed">7-&#8221;I Aveo&#8221; <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> , we got a new car … It is Chevrolet <span style="display: none"><br />
<input type="hidden" name="ISDBCS" value="0" /></span><!--[if gte vml 1]><v:shapetype  id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"  path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">  <v:stroke joinstyle="miter"/>  <v:formulas>   <v:f eqn="if lineDrawn pixelLineWidth 0"/>   <v:f eqn="sum @0 1 0"/>   <v:f eqn="sum 0 0 @1"/>   <v:f eqn="prod @2 1 2"/>   <v:f eqn="prod @3 21600 pixelWidth"/>   <v:f eqn="prod @3 21600 pixelHeight"/>   <v:f eqn="sum @0 0 1"/>   <v:f eqn="prod @6 1 2"/>   <v:f eqn="prod @7 21600 pixelWidth"/>   <v:f eqn="sum @8 21600 0"/>   <v:f eqn="prod @7 21600 pixelHeight"/>   <v:f eqn="sum @10 21600 0"/>  </v:formulas>  <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>  <o:lock v:ext="edit" aspectratio="t"/> </v:shapetype><v:shape id="_x0000_i1025" type="#_x0000_t75" alt="" style='width:.75pt;  height:15pt'>  <v:imagedata src="file:///C:\DOCUME~1\DELL\LOCALS~1\Temp\msohtml1\01\clip_image001.gif"   o:href="https://mcp.microsoft.com/mcp/images/spacer.gif"/> </v:shape><![endif]--><img src="file:///C:/DOCUME~1/DELL/LOCALS~1/Temp/msohtml1/01/clip_image002.gif" width="1" height="20" v:shapes="_x0000_i1025" />Aveo Mo.2009 , I&#8217;ll talk about it later <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed">8-I was not good at Ramadan this year , and I really feel sorry about that and it will not be happen any more .</p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed">9-I watched Heroes series <span> </span>S1&amp;S2 … it is really great one ,I loved Klear &amp; Matt so much <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed">That is enough for now , the new year -3<sup>rd</sup> year Computer Engineering – started already and I think I will have a lot to post <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed">salam</p>
<p class="MsoNormal" dir="LTR" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
]]></content:encoded>
			<wfw:commentRss>http://mhamdy.byethost13.com/?feed=rss2&amp;p=13</wfw:commentRss>
		</item>
		<item>
		<title>Career.Resume();</title>
		<link>http://mhamdy.byethost13.com/?p=11</link>
		<comments>http://mhamdy.byethost13.com/?p=11#comments</comments>
		<pubDate>Sat, 14 Jun 2008 20:27:47 +0000</pubDate>
		<dc:creator>MHamdy</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://mhamdy.byethost13.com/?p=11</guid>
		<description><![CDATA[Salam 3lykom
After 1 week of vacation , wYoumeen Gamdeen f Ras el Bar &#8230; I think Now it is time for Fun &#38; Work.
Today , I&#8217;m back to Work , And I&#8217;m So Excited about that  
This Summer , A lot of time , and also a lot of work to do !.
I hope [...]]]></description>
			<content:encoded><![CDATA[<p>Salam 3lykom</p>
<p>After 1 week of vacation , wYoumeen Gamdeen f Ras el Bar &#8230; I think Now it is time for Fun &amp; Work.</p>
<p>Today , I&#8217;m back to Work , And I&#8217;m So Excited about that <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This Summer , A lot of time , and also a lot of work to do !.</p>
<p>I hope to achieve all what I&#8217;ve planned !! , I hope that for all of you <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Salam</p>
]]></content:encoded>
			<wfw:commentRss>http://mhamdy.byethost13.com/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
		<item>
		<title>خيانة !!</title>
		<link>http://mhamdy.byethost13.com/?p=10</link>
		<comments>http://mhamdy.byethost13.com/?p=10#comments</comments>
		<pubDate>Sun, 08 Jun 2008 00:47:59 +0000</pubDate>
		<dc:creator>MHamdy</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://mhamdy.byethost13.com/?p=10</guid>
		<description><![CDATA[سلام عليكم 
لما يبقي في حاجة مستخبية و مع ذلك الاحداث تمشي طبيعي &#8230; تبقي دي خيانة !
لما كل اللي حوليك يبقي عارفين سر و مكتمين عليه بقالهم يومين وانت الوحيد اللي مش عارف &#8230; تبقي دي خيانة !!
&#160;

 
بس بصراحة &#8230; أجمل خيانة فالدنيا
 
&#160;
دة كان عيد ميلادي ال20 &#8230; معتقدش فيوم اني هقدر [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" dir="rtl" align="right"><span style="color: red" lang="AR-SA">سلام عليكم <o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" align="right"><span style="color: red" lang="AR-SA">لما يبقي في حاجة مستخبية و مع ذلك الاحداث تمشي طبيعي &#8230; تبقي دي خيانة !<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" align="right"><span style="color: red" lang="AR-SA">لما كل اللي حوليك يبقي عارفين سر و مكتمين عليه بقالهم يومين وانت الوحيد اللي مش عارف &#8230; تبقي دي خيانة !!<o:p></o:p></span></p>
<p align="right">&nbsp;</p>
<p class="MsoNormal" dir="rtl" align="right"><font color="#ff0000"><span style="color: black" lang="AR-SA"><o:p></o:p></span></font></p>
<p class="MsoNormal" dir="rtl"><font color="#ff0000"><span style="color: black" lang="AR-SA"><o:p> </o:p></span></font></p>
<p class="MsoNormal" dir="rtl" style="text-align: center" align="center"><font color="#ff0000"><strong><span style="font-size: 20pt; color: red" lang="AR-SA">بس بصراحة &#8230; أجمل خيانة فالدنيا<o:p></o:p></span></strong></font></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><font color="#ff0000"><span style="font-size: 20pt; color: black" lang="AR-SA"><o:p> </o:p></span></font></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify">&nbsp;</p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">دة كان عيد ميلادي ال20 &#8230; معتقدش فيوم اني هقدر انساه &#8230; و دول هم الخونة :<o:p></o:p></span></p>
<p style="text-align: center" align="center">&nbsp;</p>
<p style="text-align: center"><img src="http://img507.imageshack.us/img507/4741/dsc01352lv7.png" height="320" width="500" /></p>
<p><font color="#ff0000"><span style="color: black" lang="AR-SA"><o:p> </o:p></span></font></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">خلصنا امتحان و السنة خلصت&#8230; بس المزاج مكنش قد كدة !! &#8230; طلعنا علي كوك دوور &#8230; و انا قاعد فامان الله مستني سندوتش الجمبري يجي <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> !!<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">فجأة تلاقي ناس مكنتش اتخيل ابدا اني اشوفهم فاللحظة دي &#8230; &#8220;محمد فتحي &#8221; انتيمي من عشرتاشر سنة كدة و لا حاجة &#8230; بجد كانت مفجأة جاااامدة !!<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">حسيت ان فيه حاجة مش مظبوطة &#8230; بس بردو مكنتش مدي خوانة اوي <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">خلصت الجمبري </span><span style="color: red" lang="AR-EG">:</span><span dir="ltr" style="color: red">p</span><span dir="rtl"></span><span style="color: red" lang="AR-SA"><span dir="rtl"></span> &#8230; و رحرت اغسل ايدي زي الناس الطبيعيين !<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">بس لما رجعت &#8230; مكنش فيه حاجة طبيعية &#8230; كوك دوور مقلوب &#8230; و العيال هايصين و تورتة محطوطة و هييييييصة &#8230;. <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> <o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">اااااااه يا ولاااااااااااد ال &#8230;.. لتاااااااااااااني مرة يتعمل فيي الموضوع دة !!!<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">كانت مفجأة صعبة شوية &#8230; قعدت اخد نفسي و بعدها بدات اجمع اللي حصل !<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">اااه &#8230; يعني لما عاطف و حاتم اختفو بعد الامتحان مكنوش فمشوار و لا حاجة &#8230; دول كانو بيجيبو التورتة</span><span style="color: red" lang="AR-SA"> <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </span><span style="color: red" lang="AR-SA">!!!<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">لما فؤاد ينزل الكلية و هو اصلا معندوش امتحانات ولا حاجة &#8230; تبقي دي مش صدفة !<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">لما ناجي يقابلني الصبح و يقولي&#8221; كل سنة و انت طيب يا حمدي &#8220;<span>  </span>&#8230; تبقي<span>  </span>دي غلطة مطبعية </span><span style="color: red" lang="AR-SA"> <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </span><span style="color: red" lang="AR-SA"> <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </span><span style="color: red" lang="AR-SA"><o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">وغيرها من الافلام و الحركات والتليفونات الغريبة اللي حصلت &#8230;و اللي لسة بجمعها <o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">بس &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.. قطعنا التورتة و نسفناها طبعا !!<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">طبعا اتذلييييييييييييييييييييت علي ما طلعت الهدية &#8230; مفيش حاجة بتيجي بالساهل !!<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">ودة كاسيت زقزوقة الجديد <o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify">&nbsp;</p>
<p style="text-align: center"><img src="http://img263.imageshack.us/img263/1652/image106xg6.jpg" height="320" width="500" /></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">شكرا جدا يا شباب &#8230; لا موبايل فالعربية بعد اليوم !!<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">واخيرا &#8230; عايز اشكر اتنين كان ليهم دور عظبم جدا فاليوم دة :<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="margin-right: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="color: red"><span>1-<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">     </span></span></span><!--[endif]--><span dir="rtl"><span style="color: red" lang="AR-SA">فكري باشا &#8230; اللي كلو كان خايف منه ليقع بلسانة و يستخدم ذكاءة كالعادة<span>  </span>&#8230; انا اصلا كنت مطمن طالما هو مسقطش حااجة</span></span><span style="color: red" lang="AR-SA"> <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </span><span style="color: red" lang="AR-SA"> <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </span><span dir="rtl"><span style="color: red" lang="AR-SA"> <o:p></o:p></span></span></p>
<p class="MsoNormal" dir="rtl" style="margin-right: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="color: red"><span>2-<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">     </span></span></span><!--[endif]--><span dir="rtl"><span style="color: red" lang="AR-SA">اظرف و الطف و اخف انسااان فالدنيا &#8230; حبيبي و الله يا تاح &#8230; دة اللي كان بيعطلني و انا فالحمام بغسل ايدي &#8230; قال اية &#8221; كان بيهزر معايا &#8221; <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' />  <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> </span></span><span dir="ltr" style="color: red"><o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">والله يا شباب انا فعلا مكنتش عارف اقول ايه وقتها و لسة معرفش اية اللي ممكن يتقال &#8230; بس كل اللي اعرف اقوله دلوقت &#8230; شكرا جدا و كل سنة و احنا مع بعض دايما<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">وفعلا اليوم دة اكيد مش هقدر انساه !</span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><font color="#ff0000">علي فكرة الفيديو جاااااامد جدا &#8230; بس كبيير اوي ! </font></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA">سلام<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: justify"><span style="color: red" lang="AR-SA"><o:p> </o:p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://mhamdy.byethost13.com/?feed=rss2&amp;p=10</wfw:commentRss>
		</item>
		<item>
		<title>I&#8217;m Back</title>
		<link>http://mhamdy.byethost13.com/?p=9</link>
		<comments>http://mhamdy.byethost13.com/?p=9#comments</comments>
		<pubDate>Sat, 07 Jun 2008 22:12:26 +0000</pubDate>
		<dc:creator>MHamdy</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://mhamdy.byethost13.com/?p=9</guid>
		<description><![CDATA[Salam 3lykom

Exams finished , I think that I&#8217;m unleashed again  … Usually posts after exams shows vacancy as a new mode … I think that is not at this year  
Actually exams this year was just a break !
This year was not a good one , I spent hard times in it !
Hmmm… [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Salam 3lykom<br />
<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><strong><span dir="ltr" style="font-size: 18pt">Exams finished </span></strong><span dir="ltr">, I think that I&#8217;m unleashed again <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> … Usually posts after exams shows vacancy as a new mode … I think that is not at this year <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> <o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Actually exams this year was just a break !<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">This year was not a good one , I spent hard times in it !<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Hmmm… Just Let it GO !</span><span lang="AR-EG"><o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"></span><span dir="ltr"><span dir="ltr"></span><span> </span>Happy to resuming My Life &amp; Excited to Back to the Technical Work <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> !</span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right">Salam</p>
<p class="MsoNormal" dir="rtl"><span dir="ltr"><o:p><br />
</o:p></span></p>
<p class="MsoNormal" dir="rtl"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl"><span lang="AR-EG"><span>                                                                                                         </span></span><span dir="ltr"><o:p></o:p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://mhamdy.byethost13.com/?feed=rss2&amp;p=9</wfw:commentRss>
		</item>
		<item>
		<title>Yesterday … Is Not SUCH a DAY!!</title>
		<link>http://mhamdy.byethost13.com/?p=8</link>
		<comments>http://mhamdy.byethost13.com/?p=8#comments</comments>
		<pubDate>Fri, 09 May 2008 10:18:46 +0000</pubDate>
		<dc:creator>MHamdy</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://mhamdy.byethost13.com/?p=8</guid>
		<description><![CDATA[ 
Although I intended to write some posts lately, but really that one can&#8217;t be delayed.I must log it in my life.
It was long time to pass such that bad time!!, It started at 11 pm of  the previous day 7-May , I waked up planning to spend the night studying for oral exam [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Although I intended to write some posts lately, but really that one can&#8217;t be delayed.I must log it in my life.</span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">It was long time to pass such that bad time!!, It started at 11 pm of<span>  </span>the previous day 7-May , I waked up planning to spend the night studying for oral exam in the morning , actually they are 2 , 2 oral exams in one day <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> !! .</span><span lang="AR-SA"></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span lang="AR-SA"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Taking my shower and some thing to eat, then having some time on the web is a very normal things we do every day <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</span><span lang="AR-SA"><o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span lang="AR-SA"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Starting studying about<span>  </span>2:00 am , beginning with C# subject I said that would take just 30 minute – As Usual- ,I spend<span>  </span>a complete 1 hour just in DataBase applications .Realllllllllllllly It is the WORST ways to Manage DataBase I have ever seen in My Life .After that I realized some fact in the book :</span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">&#8220;The Syntax Errors is more than Copy &amp; Paste Ones&#8221;             <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' />  <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> .</span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Then I turned to the<span>  </span>next subject , It was &#8220;Power and Machines&#8221; , I really don&#8217;t know why a Computer Engineer should study POWER STATIONS in details <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> ,About 3 hours I was lost in some Strange Stuff<span>  </span>-I&#8217;ve never heard about <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> - in this subject ,Then I took a decision<span>  </span>-2ny 2twakel 3la AllaH <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> - and <span> </span>went out !!</span><span lang="AR-SA"><o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span lang="AR-SA"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">It was 30 minute to go , I didn&#8217;t find any prepared thing to wear <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> , I can&#8217;t find my<span>   </span>brush , finally … My little brother has finished my Gel<span> </span></span> <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_evil.gif' alt=':evil:' class='wp-smiley' /> <span dir="ltr"> !!!</span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><span>  </span></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Waiting , Waiting ,Waiting … and more continuous waiting outside the lab to get the programming exam , Hearing some news about the Really stupid questions that the Dr ask , then I found that the <font color="#ff0000">ORAL PROGRAMMIGN</font> <font color="#ff0000">EXAM</font> is to write some snippet of code of his applications in a piece of paper … BOOOOSHES !!</span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span lang="AR-EG"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">I think I got an easy question so I finished it and turned to get the next exam, and is it was really a Surprise!</span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">It was not an exam, it just checking if you have bought the book or not <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> –Mas5araaa Wallahi - !</span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Actually, there ware 2 books, and I have brought just one from my home and that is mean that you will not get a good mark <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> :? <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> </span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">For some unknown reasons we have delayed to the end of the exam, which also means more waiting for some thing you really don&#8217;t know!!</span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Then we entered to the Dr, Who found that all the group didn&#8217;t have the 2 books then simply he canceled our exam </span> <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_evil.gif' alt=':evil:' class='wp-smiley' /> :evil:<span dir="ltr"> </span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: center" align="center"><strong><font color="#ff0000"><span dir="ltr">-7raaaaaaaaaaaaaam wallahi-</span></font></strong></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><span> </span></span><span lang="AR-SA"><o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">At the end of the day in collage, THERE WAS A DISASTER, really HARD CRISIS!!</span><span lang="AR-SA"><o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Although I&#8217;m not of both sides of the problem, but actually it Directly affected on me, all what </span><span dir="ltr">I can </span><span dir="ltr">say:</span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">&#8220;I&#8217;m Not The Suitable Man To Hold Fallen TEARS … and That Will Not Be Easy To Be Forgotten&#8221;.</span><span dir="ltr"><o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span lang="AR-EG"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">After all of that I wanted seriously to go home as soon as possible!! So I went back home!</span><span lang="AR-SA"><o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">NOTE:</span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span lang="AR-SA">لما روحت البيت &#8230; لقيت العربية عطلانة علي الطريق و لازم الميكانيكي يروح يجيبها + موبيل اختي الصغيرة اتسرق !!!!!</span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">So , I canceled my Certification Class and went to sleep to end that horrible day as quick as possible , Whishing to wake up in the next day –w2na sleem - !!</span><span lang="AR-SA"><o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span lang="AR-SA"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Remembering that day makes me SAD, I&#8217;m going to make some tea ….<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Salam <o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><span> </span><span> </span></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span lang="AR-SA"><o:p> </o:p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://mhamdy.byethost13.com/?feed=rss2&amp;p=8</wfw:commentRss>
		</item>
		<item>
		<title>Complex Numbers Class in .Net</title>
		<link>http://mhamdy.byethost13.com/?p=7</link>
		<comments>http://mhamdy.byethost13.com/?p=7#comments</comments>
		<pubDate>Fri, 07 Mar 2008 17:11:27 +0000</pubDate>
		<dc:creator>MHamdy</dc:creator>
		
		<category><![CDATA[Collage]]></category>

		<guid isPermaLink="false">http://mhamdy.byethost13.com/?p=7</guid>
		<description><![CDATA[Salam 3lykom
 
As my friends (Daif and MadCore     ) told me that we have to report a programs deals with the complex number – to simulate some equation in Electric Circuits – I found it a great chance to Create a new TYPE from scratch  .
 
Complex  Numbers
 
There [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed">Salam 3lykom</p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed">As my friends (<strong>Daif </strong>and <strong>MadCore </strong> <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <span>  </span>) told me that we have to report a programs deals with the complex number – to simulate some equation in Electric Circuits – I found it a great chance to Create a new <strong>TYPE </strong>from scratch <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><strong>Complex<span>  </span>Numbers</strong></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed">There are no class in .Net that deal with complex numbers and its operation , So you must<span>  </span>implement it yourself … I don&#8217;t think it is hard mission ,but it&#8217;s great thing to create new types.</p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><strong>CompleXLib </strong>features:</p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><o:p> </o:p></p>
<p class="MsoNormal" dir="ltr" style="margin-left: 0.5in; text-align: left; text-indent: -0.25in; direction: ltr; unicode-bidi: embed"><!--[if !supportLists]--><span>1-<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">     </span></span><!--[endif]--><span dir="ltr">Define the Complex number by Real &amp; Imaginary Form<span>  </span>(<strong>Re + Im</strong>i)</span></p>
<p class="MsoNormal" dir="ltr" style="margin-left: 0.5in; text-align: left; text-indent: -0.25in; direction: ltr; unicode-bidi: embed"><!--[if !supportLists]--><span><span>2-<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">     </span></span></span><!--[endif]--><span dir="ltr">Define the Complex number by Polar Form ( <strong>Magnitude , Angle</strong> )</span><span><o:p></o:p></span></p>
<p class="MsoNormal" dir="ltr" style="margin-left: 0.5in; text-align: left; text-indent: -0.25in; direction: ltr; unicode-bidi: embed"><!--[if !supportLists]--><span><span>3-<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">     </span></span></span><!--[endif]--><span dir="ltr">Handle the equal (==) and not equal (!=) operators</span><span><o:p></o:p></span></p>
<p class="MsoNormal" dir="ltr" style="margin-left: 0.5in; text-align: left; text-indent: -0.25in; direction: ltr; unicode-bidi: embed"><!--[if !supportLists]--><span><span>4-<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">     </span></span></span><!--[endif]--><span dir="ltr">Override ToString() Method to get the Complex Numbers From ( &#8220;<strong>Re+Im</strong>i&#8221;)</span><span><o:p></o:p></span></p>
<p class="MsoNormal" dir="ltr" style="margin-left: 0.5in; text-align: left; text-indent: -0.25in; direction: ltr; unicode-bidi: embed"><!--[if !supportLists]--><span><span>5-<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">     </span></span></span><!--[endif]--><span dir="ltr">Implementation of the basic Arithmetic </span><span>Operations (<strong>Sum ,Subtract , Multiplication ,Division</strong>)<o:p></o:p></span></p>
<p class="MsoNormal" dir="ltr" style="margin-left: 0.25in; text-align: left; direction: ltr; unicode-bidi: embed"><span><o:p> </o:p></span></p>
<p class="MsoNormal" dir="ltr" style="margin-left: 0.25in; text-align: left; direction: ltr; unicode-bidi: embed"><span><o:p> </o:p></span></p>
<p><span><font color="#00ff00">//CompleXLib still under developing and I&#8217;m trying to solve polar constructor issue</font></span></p>
<p class="MsoNormal" style="margin-left: 0.25in; text-align: left; direction: ltr; unicode-bidi: embed"><span><o:p> </o:p></span></p>
<pre><span style="font-size: 10pt; font-family: 'Courier New'; color: blue">using</span><span style="font-size: 10pt; font-family: 'Courier New'"> System;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'; color: blue">using</span><span style="font-size: 10pt; font-family: 'Courier New'"> System.Collections.Generic;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'; color: blue">using</span><span style="font-size: 10pt; font-family: 'Courier New'"> System.Text;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><o:p> </o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'; color: blue">namespace</span><span style="font-size: 10pt; font-family: 'Courier New'"> CompleXLib<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'">{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>    </span><span style="color: blue">public</span> <span style="color: blue">class</span> <span style="color: teal">Complex<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>    </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: green">//Internal Data Members<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">double</span> re, im , magnitude ;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">float</span> angle;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><o:p> </o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: green">//Empty Constructor ==&gt; 0+0i<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> No parameters to get zero complex number == (0+0i)<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>    </span><span>    </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;/summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>      </span><span style="color: blue">public</span><span>  </span>Complex()<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">this</span>.re = 0;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">this</span>.im = 0;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">this</span>.magnitude = 0;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">this</span>.angle = 0;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: green">//Overloading Constructor for Real &amp; Imaginary<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>      </span><span>  </span><span style="color: gray">///</span><span style="color: green"> Complex number with initial values (Real &amp; Imaginary Format)<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;/summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;param name=&#8221;re&#8221;&gt;</span><span style="color: green">The Real term of the Complex number </span><span style="color: gray">&lt;/param&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;param name=&#8221;im&#8221;&gt;</span><span style="color: green">The Imaginary term of the Complex number</span><span style="color: gray">&lt;/param&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span><span>  </span>Complex(<span style="color: blue">double</span> re, <span style="color: blue">double</span> im)<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">this</span>.re = re;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">this</span>.im = im;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">this</span>.angle = <span style="color: blue">this</span>.GetAngle();<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">this</span>.magnitude = <span style="color: blue">this</span>.Absolute();<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: green">//Overloading Constructor for Polar<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> Complex number with initial values (Polar Format)<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;/summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;param name=&#8221;mag&#8221;&gt;</span><span style="color: green">The Magnitude of the Complex number</span><span style="color: gray">&lt;/param&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;param name=&#8221;angle&#8221;&gt;</span><span style="color: green">The Angle of the Complex number</span><span style="color: gray">&lt;/param&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;param name=&#8221;PolarFlag&#8221;&gt;</span><span style="color: green">Just a flag to get the Polar format &#8230; NO USE</span><span style="color: gray">&lt;/param&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span> Complex(<span style="color: blue">double</span> mag, <span style="color: blue">float</span> angle ,<span style="color: blue">bool</span> PolarFlag)<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">this</span>.angle = angle;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">this</span>.magnitude = mag;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">this</span>.im = GetImaginary();<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>          </span><span>  </span><span style="color: blue">this</span>.re = GetReal();<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'; color: blue"><span>        </span>#region</span><span style="font-size: 10pt; font-family: 'Courier New'"> Properties :<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> Get or Set the Angle of the Complex number<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;/summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span> <span style="color: blue">float</span> Angle<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">get</span> { <span style="color: blue">return</span> <span style="color: blue">this</span>.angle; }<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">set</span> <o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span> </span><span>           </span>{ <o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span><span style="color: blue">this</span>.angle = <span style="color: blue">value</span>;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span><span style="color: blue">this</span>.re = GetReal();<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span><span style="color: blue">this</span>.im = GetImaginary();<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> Get or Set the Magnitude of the Complex number<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;/summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span> <span style="color: blue">double</span> Magnitude<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">get</span> { <span style="color: blue">return</span> <span style="color: blue">this</span>.magnitude; }<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">set<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span><span style="color: blue">this</span>.magnitude = <span style="color: blue">value</span>; <o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span><span style="color: blue">this</span>.re = GetReal();<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span><span style="color: blue">this</span>.im = GetImaginary();<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>      </span><span>  </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> Get or Set the Real term of the Complex number<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;/summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span> <span style="color: blue">double</span> Re<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">get</span> { <span style="color: blue">return</span> <span style="color: blue">this</span>.re; }<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">set<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span><span style="color: blue">this</span>.re = <span style="color: blue">value</span>;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>              </span><span>  </span><span style="color: blue">this</span>.angle = GetAngle();<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span><span style="color: blue">this</span>.magnitude = Absolute();<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> Get or Set the Imaginary term of the Complex number<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;/summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span> <span style="color: blue">double</span> Im<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">get</span> { <span style="color: blue">return</span> <span style="color: blue">this</span>.im; }<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">set<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span><span style="color: blue">this</span>.im = <span style="color: blue">value</span>; <o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span><span style="color: blue">this</span>.angle = GetAngle();<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span><span style="color: blue">this</span>.magnitude = Absolute();<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>} <o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'; color: blue"><span>        </span>#endregion<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'; color: blue"><span>        </span>#region</span><span style="font-size: 10pt; font-family: 'Courier New'"> Internal Methods<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: green">//This method to get the phase Q &#8230; as angle = (@+Q)<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">int</span> GetPhase()<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">int</span> phase = 0;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">if</span> ((<span style="color: teal">Math</span>.Sign(<span style="color: blue">this</span>.Re) == -1) &amp;&amp; (<span style="color: teal">Math</span>.Sign(<span style="color: blue">this</span>.Im) == 1))<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span>phase = 180;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">else</span> <span style="color: blue">if</span> ((<span style="color: teal">Math</span>.Sign(<span style="color: blue">this</span>.Re) == -1) &amp;&amp; (<span style="color: teal">Math</span>.Sign(<span style="color: blue">this</span>.Im) == -1))<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span>phase = 180;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">else</span> <span style="color: blue">if</span> ((<span style="color: teal">Math</span>.Sign(<span style="color: blue">this</span>.Re) == 1) &amp;&amp; (<span style="color: teal">Math</span>.Sign(<span style="color: blue">this</span>.Im) == -1))<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span>phase = 360;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">return</span> phase;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><o:p> </o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: green">//Get the Exact angle of the Complex number &#8230; depend on Re and Im<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">float</span> GetAngle()<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">int</span> phase = <span style="color: blue">this</span>.GetPhase();<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">double</span> angle = 0;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">if</span> (<span style="color: blue">this</span>.re != 0)<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span>angle = phase + ((180 / <span style="color: teal">Math</span>.PI) * (<span style="color: teal">Math</span>.Atan(<span style="color: blue">this</span>.im / <span style="color: blue">this</span>.re)));<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>     </span><span>       </span><span style="color: blue">return</span> (<span style="color: blue">float</span>)angle;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: green">//Get the Real term of the Complex number &#8230; depend on Magnitude and Angle<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">double</span> GetReal()<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">double</span> re = (<span style="color: blue">this</span>.magnitude * <span style="color: teal">Math</span>.Cos((<span style="color: teal">Math</span>.PI /180)* <span style="color: blue">this</span>.angle));<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">return</span> re;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: green">//Get the Imaginary term of the Complex number &#8230; depend on Magnitude and Angle<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">double</span> GetImaginary()<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">double</span> im = (<span style="color: blue">this</span>.magnitude * <span style="color: teal">Math</span>.Sin((<span style="color: teal">Math</span>.PI/180)* <span style="color: blue">this</span>.angle));<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">return</span> im;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'; color: blue"><span>        </span>#endregion<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: green">//Overriding ToString() Method to get Complex numbers format<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> Get the Complex numbers Format ( Re+Imi)<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;/summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;returns&gt;</span><span style="color: green">String</span><span style="color: gray">&lt;/returns&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span> <span style="color: blue">override</span> <span style="color: blue">string</span> <span> </span>ToString()<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">char</span> sign;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">if</span> (<span style="color: blue">this</span>.Im &gt;= 0)<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span>{ sign = <span style="color: maroon">&#8216;+&#8217;</span>; }<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">else</span> { sign = <span style="color: maroon">&#8216;-&#8217;</span>; }<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">return</span> (<span style="color: teal">String</span>.Format(<span style="color: maroon">&#8220;{0}{1}{2}i&#8221;</span>, <span style="color: blue">this</span>.Re, sign, <span style="color: teal">Math</span>.Abs(<span style="color: blue">this</span>.Im)));<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: green">//Overloading == operator<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span> <span style="color: blue">static</span> <span style="color: blue">bool</span> <span style="color: blue">operator</span>==(<span style="color: teal">Complex</span> c1, <span style="color: teal">Complex</span> c2)<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">if</span> ((c1.Re == c2.Re) &amp;&amp; (c1.Im == c2.Im))<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span><span style="color: blue">return</span> <span style="color: blue">true</span>;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">else</span> <span style="color: blue">return</span> <span style="color: blue">false</span>;<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: green">//Overloading != operator<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span> <span style="color: blue">static</span> <span style="color: blue">bool</span> <span style="color: blue">operator</span> !=(<span style="color: teal">Complex</span> c1, <span style="color: teal">Complex</span> c2)<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">return</span> (!(c1 == c2));<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: green">//Static versions of the methods<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'; color: blue"><span>        </span>#region</span><span style="font-size: 10pt; font-family: 'Courier New'"> Static Methods<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> Get the Conjugate of the Complex number<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;/summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;param name=&#8221;c&#8221;&gt;</span><span style="color: green">Complex number</span><span style="color: gray">&lt;/param&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;returns&gt;</span><span style="color: green">Complex number</span><span style="color: gray">&lt;/returns&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span> <span style="color: blue">static</span> <span style="color: teal">Complex</span> Conjugate(<span style="color: teal">Complex</span> c)<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">return</span> <span style="color: blue">new</span> <span style="color: teal">Complex</span>(c.Re, (-1 * c.Im));<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>   </span><span>     </span><span style="color: gray">///</span><span style="color: green"> Get the Absolute value of the Complex number<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;/summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;param name=&#8221;c&#8221;&gt;</span><span style="color: green">Complex number</span><span style="color: gray">&lt;/param&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span> <span style="color: blue">static</span> <span style="color: blue">double</span> Absolute(<span style="color: teal">Complex</span> c)<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">double</span> abs = (c.re * c.re + c.im * c.im);<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">return</span> <span style="color: teal">Math</span>.Sqrt(abs);<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>} <o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'; color: blue"><span>        </span>#endregion<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'; color: blue"><span>        </span>#region</span><span style="font-size: 10pt; font-family: 'Courier New'"> Object Methods<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><o:p> </o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> Get the Absolute value of the Complex number<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;/summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span> <span style="color: blue">double</span> Absolute()<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">return</span> <span style="color: teal">Complex</span>.Absolute(<span style="color: blue">this</span>);<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> Get the Conjugate of the Complex number<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: gray">///</span><span style="color: green"> </span><span style="color: gray">&lt;/summary&gt;<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span> <span style="color: teal">Complex</span> Conjugate()<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">return</span> <span style="color: teal">Complex</span>.Conjugate(<span style="color: blue">this</span>);<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>} <o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'; color: blue"><span>        </span>#endregion<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'; color: blue"><span>        </span>#region</span><span style="font-size: 10pt; font-family: 'Courier New'"> Operators<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: green">//Defines Operations and Operators<o:p></o:p></span></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span> <span style="color: blue">static</span> <span style="color: teal">Complex</span> <span style="color: blue">operator</span> +(<span style="color: teal">Complex</span> c1, <span style="color: teal">Complex</span> c2)<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">return</span> (<span style="color: blue">new</span> <span style="color: teal">Complex</span>(c1.Re + c2.Re, c1.Im + c2.Im));<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span> <span style="color: blue">static</span> <span style="color: teal">Complex</span> <span style="color: blue">operator</span> -(<span style="color: teal">Complex</span> c1, <span style="color: teal">Complex</span> c2)<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">return</span> (<span style="color: blue">new</span> <span style="color: teal">Complex</span>(c1.Re - c2.Re, c1.Im - c2.Im));<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span> <span style="color: blue">static</span> <span style="color: teal">Complex</span> <span style="color: blue">operator</span> *(<span style="color: teal">Complex</span> c1, <span style="color: teal">Complex</span> c2)<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">return</span> (<span style="color: blue">new</span> <span style="color: teal">Complex</span>((c1.Re * c2.Re - c1.Im * c2.Im), (c1.Re * c2.Im + c2.Re * c1.Im)));<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: blue">public</span> <span style="color: blue">static</span> <span style="color: teal">Complex</span> <span style="color: blue">operator</span> /(<span style="color: teal">Complex</span> c1, <span style="color: teal">Complex</span> c2)<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>{<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">if</span> ((c2.Re == 0) &amp;&amp; (c2.Im == 0))<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                </span><span style="color: blue">throw</span> <span style="color: blue">new</span> <span style="color: teal">DivideByZeroException</span>(<span style="color: maroon">&#8220;Division by Zero is not allowed&#8221;</span>);<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><o:p> </o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">double</span> re = (c1.Re * c2.Re + c1.Im * c2.Im) /<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                        </span>(c2.Re * c2.Re + c2.Im * c2.Im);<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">double</span> im = (c2.Re * c1.Im - c1.Re * c2.Im) /<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>                        </span>(c2.Re * c2.Re + c2.Im * c2.Im);<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><o:p> </o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>            </span><span style="color: blue">return</span> (<span style="color: blue">new</span> <span style="color: teal">Complex</span>(re, im));<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span>}<o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'; color: blue"><span>        </span>#endregion</span><span style="font-size: 10pt; font-family: 'Courier New'"><span>  </span><o:p></o:p></span></pre>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>    </span>}<o:p></o:p></span></pre>
<p class="MsoNormal" style="text-align: left; direction: ltr; unicode-bidi: embed"><span style="font-size: 10pt; font-family: 'Courier New'">}</span></p>
<pre><span style="font-size: 10pt; font-family: 'Courier New'"><span>        </span><span style="color: green">//End of Code</span></span></pre>
<p class="MsoNormal" style="text-align: left; direction: ltr; unicode-bidi: embed">&nbsp;</p>
<p class="MsoNormal" dir="ltr" style="margin-left: 0.25in; text-align: left; direction: ltr; unicode-bidi: embed"><span><o:p></o:p></span></p>
<p class="MsoNormal" dir="ltr" style="margin-left: 0.25in; text-align: left; direction: ltr; unicode-bidi: embed"><span><o:p> </o:p></span></p>
<p> Download CompleXLib with Test project:</p>
<p><a href="http://www.4shared.com/file/40075838/7bab2ae4/TestComplex.html" target="_blank">http://www.4shared.com/file/40075838/7bab2ae4/TestComplex.html</a></p>
<p>W8ing  feedbacks  &amp; Gug-Reports <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Salam</p>
]]></content:encoded>
			<wfw:commentRss>http://mhamdy.byethost13.com/?feed=rss2&amp;p=7</wfw:commentRss>
		</item>
		<item>
		<title>What a 5km/hours could do !!</title>
		<link>http://mhamdy.byethost13.com/?p=6</link>
		<comments>http://mhamdy.byethost13.com/?p=6#comments</comments>
		<pubDate>Fri, 07 Mar 2008 16:43:27 +0000</pubDate>
		<dc:creator>MHamdy</dc:creator>
		
		<category><![CDATA[Cars]]></category>

		<guid isPermaLink="false">http://mhamdy.byethost13.com/?p=6</guid>
		<description><![CDATA[You need to a flashplayer enabled browser to view this YouTube video
PLEASE ,SLOW DOWN !! 
]]></description>
			<content:encoded><![CDATA[<p><object class="embed" width="425" height="355" type="application/x-shockwave-flash" data="http://www.youtube.com/v/PRCGqxKAi2M"><param name="wmode" value="transparent" /><param name="movie" value="http://www.youtube.com/v/PRCGqxKAi2M" /><em>You need to a flashplayer enabled browser to view this YouTube video</em></object></p>
<p><font color="#ff0000"><strong>PLEASE ,SLOW DOWN !! </strong></font></p>
]]></content:encoded>
			<wfw:commentRss>http://mhamdy.byethost13.com/?feed=rss2&amp;p=6</wfw:commentRss>
		</item>
		<item>
		<title>ْْX vs !X</title>
		<link>http://mhamdy.byethost13.com/?p=5</link>
		<comments>http://mhamdy.byethost13.com/?p=5#comments</comments>
		<pubDate>Sun, 10 Feb 2008 15:29:22 +0000</pubDate>
		<dc:creator>MHamdy</dc:creator>
		
		<category><![CDATA[Collage]]></category>

		<guid isPermaLink="false">http://mhamdy.byethost13.com/?p=5</guid>
		<description><![CDATA[X vs !X
 
Tes7a aw maTes7ash …. Tenzel el kollia fatra owla aw Tanya aw talta msh far2a … no23od shahreen msh 3arfeen el manhag ray7 feen wgay mneen msh far2a … t7el fl mid-term aw mat7ellsh … bardo msh far2a  
Howa da el 7al fl el term el awal … twahan fe twahan [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><span><strong>X vs !X</strong><o:p></o:p></span></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><span><o:p> </o:p></span></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><span>Tes7a aw maTes7ash …. Tenzel el kollia fatra owla aw Tanya aw talta msh far2a … no23od shahreen msh 3arfeen el manhag ray7 feen wgay mneen msh far2a … t7el fl mid-term aw mat7ellsh … bardo msh far2a <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> <o:p></o:p></span></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><span>Howa da el 7al fl el term el awal … twahan fe twahan … tanfeed taaam w2hmal 3la el 25er . mnaheg ta3bana ,mo3eedeen zoraf gedan, da 3&#8242;eer el 2ltzam el fazee3 bl gadwal bta3na <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> <o:p></o:p></span></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><span>3wamel kteer wsbab aktar el mohem n el term fl a5er baz mny<span>  </span>… mafo2tsh feeh 5als atla3 mn course a5osh fProject … da 3&#8242;eer el wa2t el fazee3 elle kan bydee3 fel Site .kol da fl a5er 5lany arfa3 sh3ar &#8216;X&#8217; .<o:p></o:p></span></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><span><strong>X </strong>fl digital mean &#8220;<strong>Don&#8217;t Care</strong>&#8221; whowa da el 7al … la sections walla reports walla mid-term walla<span>  </span>ay 7aga f7aga … kollo tat sh3ar &#8216;<strong>X</strong>&#8216; <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> <o:p></o:p></span></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><span>Lkn el 7war kda msh naf3 5als … ana msh hynfa3 a3ady 3la el 7rokrok kda … wbsra7a ana msh met3awd 3la 7aga zy keda … el sho3&#8242;el el technical wel interests 3moman she2 gameel awy … bas lazem balance 3shan may7salsh dorp lakadar AllaH .<o:p></o:p></span></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><span>Da ba2a el <strong>!X </strong>… <strong>!</strong> = &#8216;<strong>Not</strong>&#8216; fl programming …. El mohem n ana naweet a3&#8242;yar el wad3 da .. ISA ykoon feh 2htmam akbar bel drasa zy<span>  </span>el IT &#8230;kman ana shayf kza 7aga hatsa3dny fl kessa de :<o:p></o:p></span></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><span>- feh kaza madda gamdeen awy el term da (Operating Systems – C# Programming – Web applications ) fl 7aya hatkoon exciting <span> </span>ISA <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> <o:p></o:p></span></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><span>- mafeeeeeeeeeeeesh Math … bsara7a el ryada ba2t 3&#8242;abia awy fel a5er … ana mn el nas elle bet7eb el math gedan .. bas elle bna5do da akeed msh math … 27na bna5od wghat nazr sha5sia ll3olma2 fe 7al msa2el malhash lazma <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> kollo dash fe dash <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> <o:p></o:p></span></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><span>- No more <strong>responsibilities </strong> <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> wde 7aga gamda gedan .<o:p><br />
</o:p></span></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><span>ISA rabna ywafa2ny wkol el dof3a wkoon term kways wActive gedan ISA .<o:p></o:p></span></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><span>Ah nseeet … el kalam da kollo lw 3adeet fl term el awal <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> Rabena yostor wallahy <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <o:p></o:p></span></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><span><o:p> </o:p></span></p>
<p class="MsoNormal" dir="ltr" style="text-align: left; direction: ltr; unicode-bidi: embed"><span>salam<o:p></o:p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://mhamdy.byethost13.com/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
		<item>
		<title>SystoR</title>
		<link>http://mhamdy.byethost13.com/?p=4</link>
		<comments>http://mhamdy.byethost13.com/?p=4#comments</comments>
		<pubDate>Thu, 07 Feb 2008 16:53:41 +0000</pubDate>
		<dc:creator>MHamdy</dc:creator>
		
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://mhamdy.byethost13.com/?p=4</guid>
		<description><![CDATA[بسم الله الرحمن الرحيم
 
SystoR
 
SystoR is a System Monitoring Tool –that I really need it  when I&#8217;m working on my pc- , It can monitor each of (Processor – Memory – Hard Desk Drive – Network ) of your machine .
 
The full features of SystoR :
 
- Nice design allows normal working [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" dir="rtl" style="text-align: center" align="center"><span lang="AR-EG"><strong>بسم الله الرحمن الرحيم</strong><o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><strong><span style="font-size: 48pt; color: red" lang="AR-EG"><o:p> </o:p></span></strong></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="center"><strong><span dir="ltr" style="font-size: 30pt; color: red">SystoR</span></strong></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span style="font-size: 12pt" lang="AR-EG"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr" style="font-size: 12pt">SystoR is a System Monitoring Tool –that I really need it<span>  </span>when I&#8217;m working on my pc- , It can monitor each of (Processor – Memory – <st1:street w:st="on"><st1:address w:st="on">Hard Desk Drive</st1:address></st1:street> – Network ) of your machine .<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr" style="font-size: 12pt"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr" style="font-size: 12pt">The full features of <strong>SystoR</strong> :<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr" style="font-size: 12pt"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr" style="font-size: 12pt">- <strong>Nice design</strong> allows normal working on PC when it is running .<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr" style="font-size: 12pt">- Monitoring of :<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr" style="font-size: 12pt"><span>          </span>- <strong>Processor </strong></span><span dir="ltr" style="font-size: 12pt; font-family: Wingdings"><span>=&gt;</span></span><span dir="ltr" style="font-size: 12pt"> Usage &amp; Details.<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr" style="font-size: 12pt"><span>          </span>- <strong>Memory</strong> </span><span dir="ltr" style="font-size: 12pt; font-family: Wingdings"><span>=&gt;</span></span><span dir="ltr" style="font-size: 12pt">Used / Free space of Physical &amp; Virtual Memory .<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr" style="font-size: 12pt"><span>          </span>-<strong> H.D.D</strong> </span><span dir="ltr" style="font-size: 12pt; font-family: Wingdings"><span>=&gt;</span></span><span dir="ltr" style="font-size: 12pt"> Transferring rate (<st1:place w:st="on"><st1:city w:st="on">Reading</st1:city></st1:place> /Writing) – Free spaces.<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr" style="font-size: 12pt"><span>          </span>- <strong>Network</strong> </span><span dir="ltr" style="font-size: 12pt; font-family: Wingdings"><span>=&gt;</span></span><span dir="ltr" style="font-size: 12pt"> Transferring rate (Sent /Received). <o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span style="font-size: 12pt" lang="AR-EG"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"></span><strong><span dir="ltr" style="font-size: 12pt"><span dir="ltr"></span>- Data charts with adjustable Scale.<o:p></o:p></span></strong></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><strong><span dir="ltr" style="font-size: 12pt">- Running on Startup.<o:p></o:p></span></strong></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Screenshots:</span></p>
<p><img src="http://img87.imageshack.us/img87/9742/67713661tb3.png" alt="SystoR main window" align="middle" height="523" width="80" /></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span lang="AR-EG"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><img src="http://img178.imageshack.us/img178/1/38819709sc3.png" alt="Processor" align="middle" height="331" width="495" /></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><img src="http://img507.imageshack.us/img507/8425/72392647kd6.png" alt="Memory" align="middle" height="273" width="641" /></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><img src="http://img228.imageshack.us/img228/5315/59398882ll3.png" alt="Hard Disk" align="middle" height="351" width="712" /></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><img src="http://img228.imageshack.us/img228/9527/17139310et8.png" alt="Network" align="middle" height="322" width="376" /></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><img src="http://img513.imageshack.us/img513/6782/68459437wd4.png" alt="Full Power" /></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Download :</span></p>
<p><a href="http://www.4shared.com/file/37490981/3c5c1a6e/SystoR.html">http://www.4shared.com/file/37490981/3c5c1a6e/SystoR.html</a></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"> or</p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><a href="http://rapidshare.com/files/90917274/SystoR.rar.html" target="_blank">http://rapidshare.com/files/90917274/SystoR.rar.html</a></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Story about SystoR :<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">Whatever the machine I&#8217;m working on , or whatever I&#8217;m doing, I always need any feedback about the machine status .So I used to use &#8220;Task Manager&#8221; <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span><span dir="ltr" style="font-family: Wingdings"><span></span></span><span dir="ltr"> … and minimize it to system tray .But three years ago when I was watching a video tutorial it was on Linux and there was some tool the same design with SyatoR … Frankly I got the idea of SystoR from that tool … so I wished to get it working on Windows .<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><span> </span>Recently, I decided to write it … and already I finished the core of the program, the bad news is I found some implementation of the tool working on Windows </span><span dir="ltr" style="font-family: Wingdings"><span> <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </span></span><span dir="ltr"> with the same features … for a while I lost the exciting …but I decided to complete it just for fun and more experience .So when I finished my exams , I started finishing Systor as well.<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr">The idea about &#8220;I feel the Progress&#8221;, that I am really feel the progress in my level .as I didn&#8217;t face any programmatic problem while the development process … and I hope that lasts for ever <img src='http://mhamdy.byethost13.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .<o:p></o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><o:p> </o:p></span></p>
<p class="MsoNormal" dir="rtl" style="text-align: left" align="right"><span dir="ltr"><span> </span></span><span dir="rtl"></span><span><span dir="rtl"></span><span> </span><span lang="AR-EG"><o:p></o:p></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://mhamdy.byethost13.com/?feed=rss2&amp;p=4</wfw:commentRss>
		</item>
	</channel>
</rss>
